{"info":{"_postman_id":"d94d9834-1376-4f19-aca1-0a87b7f058ba","name":"RCCInterfaceApi","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"16182260","collectionId":"d94d9834-1376-4f19-aca1-0a87b7f058ba","publishedId":"2sAXxPAtJA","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-10-14T16:02:30.000Z"},"item":[{"name":"Customer","item":[{"name":"UserDefined","item":[{"name":"Get","id":"3f7ee7f2-4aa1-441d-bd91-b3503971808d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://apps.rccbi.com/Interface/Customer/UserDefined/Get?customerIdOrAccountNo","description":"<p>This endpoint allows you to get any customer userdefined values and the description for that value if any may currently be setup.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"\"VrXgDCIbUsrgrELMd65fXwCdm0RNO2P9wdQI797mWeHVYA04D5KM7Uibq8zVLyaQhmk62Ac4pUniioCTLOsC9OYfrGmk-t9VXgTmIxDaZTIWa974bvUOkgt1F9XE7lOpLaE9Z3wxGp3abTuVbU2w1nt8W7OloLiLnRWYhDNJuQlenprVxzxU0QeA-cm2CAEjAyGca-PKcdPWYpQlh4-ut7VB-9Zwn1-ksCc7M8BRbmYphb1faOW-Q51NMYWV6jZn9vaJSq0qn4Wl-_h9kfjZHv92ZeEqv5opnTyuxvAmTkZEbRnzrU51kpwSitJzr94x1cTZmlfg-3ZQPkCR1r3qfETV29xhDZacLcMCY8BfAgHFe6OKoCXSYPEFCoVQ9jJkZA114caHaohX3wuDRG0aVs3wXzEPxwoTdzzIB4gr6p6awZVw7gIie4teVjccgeLvCbsYQuVfv7CZ6NKqojmC2ZNbQKkFqlj6pUTRx3ebnI8VwPPs5pPDNgHwkIzEhOJvlsyxcqDXtwwQnBSNYoIycqBBvgJzEXHnzVGWILwcRN-T1rNK2wN2YX2BFpBz0AwkO07MqZuOvf5vnFNTui_Na2K6w_ztpOkoPJfv-5so-Y-iQl3xLCZO79AncdqKECiT\""}]},"isInherited":true,"source":{"_postman_id":"d94d9834-1376-4f19-aca1-0a87b7f058ba","id":"d94d9834-1376-4f19-aca1-0a87b7f058ba","name":"RCCInterfaceApi","type":"collection"}},"urlObject":{"protocol":"https","path":["Interface","Customer","UserDefined","Get"],"host":["apps","rccbi","com"],"query":[{"description":{"content":"<p>The RCC customer id or account number</p>\n","type":"text/plain"},"key":"customerIdOrAccountNo","value":null}],"variable":[]}},"response":[],"_postman_id":"3f7ee7f2-4aa1-441d-bd91-b3503971808d"},{"name":"AddUpdate","id":"6a9d1d1a-035c-4365-85fc-80af17dd62a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Id\": \"ABCCOM\",\r\n    \"UserDefined1Value\": \"Married\",\r\n    \"UserDefined2Value\": \"\",\r\n    \"UserDefined3Value\": \"\",\r\n    \"UserDefined4Value\": \"\",\r\n    \"UserDefined5Value\": \"\",\r\n    \"UserDefined6Value\": \"\",\r\n    \"UserDefinedDate1Value\": \"2020-09-11T00:00:00\",\r\n    \"UserDefinedDate2Value\": null,\r\n    \"UserDefinedDate3Value\": null,\r\n    \"UserDefinedDate4Value\": null,\r\n    \"UserDefinedDate5Value\": null,\r\n    \"UserDefinedDate6Value\": null,\r\n    \"UserDefinedInt1Value\": 209,\r\n    \"UserDefinedInt2Value\": 1750,\r\n    \"UserDefinedInt3Value\": 0,\r\n    \"UserDefinedInt4Value\": 0,\r\n    \"UserDefined2Decimal1Value\": 165.00,\r\n    \"UserDefined2Decimal2Value\": 0.00,\r\n    \"UserDefined2Decimal3Value\": 0.00,\r\n    \"UserDefined2Decimal4Value\": 0.00,\r\n    \"UserDefined5Decimal1Value\": 1.89900,\r\n    \"UserDefined5Decimal2Value\": 0.00000,\r\n    \"UserDefined5Decimal3Value\": 0.00000,\r\n    \"UserDefined5Decimal4Value\": 0.00000\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apps.rccbi.com/Interface/Customer/UserDefined/AddUpdate","description":"<h3 id=\"request-body\">Request Body</h3>\n<p>This endpoint allows you to add or update customer user-defined values. The request body must be in JSON format and should include the following parameters:</p>\n<ul>\n<li><p><strong>Id</strong> (string): The RCC customer id.</p>\n<ul>\n<li>Required: True</li>\n</ul>\n</li>\n<li><p><strong>UserDefined1Value</strong> (string, optional): The value for user-defined field 1.</p>\n</li>\n<li><p><strong>UserDefined2Value</strong> (string, optional): The value for user-defined field 2.</p>\n</li>\n<li><p><strong>UserDefined3Value</strong> (string, optional): The value for user-defined field 3.</p>\n</li>\n<li><p><strong>UserDefined4Value</strong> (string, optional): The value for user-defined field 4.</p>\n</li>\n<li><p><strong>UserDefined5Value</strong> (string, optional): The value for user-defined field 5.</p>\n</li>\n<li><p><strong>UserDefined6Value</strong> (string, optional): The value for user-defined field 6.</p>\n</li>\n<li><p><strong>UserDefinedDate1Value</strong> (string, optional): The date value for user-defined date field 1 in ISO 8601 format.</p>\n</li>\n<li><p><strong>UserDefinedDate2Value</strong> (string, optional): The date value for user-defined date field 2 in ISO 8601 format.</p>\n</li>\n<li><p><strong>UserDefinedDate3Value</strong> (string, optional): The date value for user-defined date field 3 in ISO 8601 format.</p>\n</li>\n<li><p><strong>UserDefinedDate4Value</strong> (string, optional): The date value for user-defined date field 4 in ISO 8601 format.</p>\n</li>\n<li><p><strong>UserDefinedDate5Value</strong> (string, optional): The date value for user-defined date field 5 in ISO 8601 format.</p>\n</li>\n<li><p><strong>UserDefinedDate6Value</strong> (string, optional): The date value for user-defined date field 6 in ISO 8601 format.</p>\n</li>\n<li><p><strong>UserDefinedInt1Value</strong> (integer, optional): The integer value for user-defined integer field 1.</p>\n</li>\n<li><p><strong>UserDefinedInt2Value</strong> (integer, optional): The integer value for user-defined integer field 2.</p>\n</li>\n<li><p><strong>UserDefinedInt3Value</strong> (integer, optional): The integer value for user-defined integer field 3.</p>\n</li>\n<li><p><strong>UserDefinedInt4Value</strong> (integer, optional): The integer value for user-defined integer field 4.</p>\n</li>\n<li><p><strong>UserDefined2Decimal1Value</strong> (number, optional): The decimal value for user-defined decimal field 1.</p>\n</li>\n<li><p><strong>UserDefined2Decimal2Value</strong> (number, optional): The decimal value for user-defined decimal field 2.</p>\n</li>\n<li><p><strong>UserDefined2Decimal3Value</strong> (number, optional): The decimal value for user-defined decimal field 3.</p>\n</li>\n<li><p><strong>UserDefined2Decimal4Value</strong> (number, optional): The decimal value for user-defined decimal field 4.</p>\n</li>\n<li><p><strong>UserDefined5Decimal1Value</strong> (number, optional): The decimal value for user-defined decimal field 5.</p>\n</li>\n<li><p><strong>UserDefined5Decimal2Value</strong> (number, optional): The decimal value for user-defined decimal field 6.</p>\n</li>\n<li><p><strong>UserDefined5Decimal3Value</strong> (number, optional): The decimal value for user-defined decimal field 7.</p>\n</li>\n<li><p><strong>UserDefined5Decimal4Value</strong> (number, optional): The decimal value for user-defined decimal field 8.</p>\n</li>\n</ul>\n<p>Ensure that the required fields are included in your request to successfully add or update user-defined values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"\"VrXgDCIbUsrgrELMd65fXwCdm0RNO2P9wdQI797mWeHVYA04D5KM7Uibq8zVLyaQhmk62Ac4pUniioCTLOsC9OYfrGmk-t9VXgTmIxDaZTIWa974bvUOkgt1F9XE7lOpLaE9Z3wxGp3abTuVbU2w1nt8W7OloLiLnRWYhDNJuQlenprVxzxU0QeA-cm2CAEjAyGca-PKcdPWYpQlh4-ut7VB-9Zwn1-ksCc7M8BRbmYphb1faOW-Q51NMYWV6jZn9vaJSq0qn4Wl-_h9kfjZHv92ZeEqv5opnTyuxvAmTkZEbRnzrU51kpwSitJzr94x1cTZmlfg-3ZQPkCR1r3qfETV29xhDZacLcMCY8BfAgHFe6OKoCXSYPEFCoVQ9jJkZA114caHaohX3wuDRG0aVs3wXzEPxwoTdzzIB4gr6p6awZVw7gIie4teVjccgeLvCbsYQuVfv7CZ6NKqojmC2ZNbQKkFqlj6pUTRx3ebnI8VwPPs5pPDNgHwkIzEhOJvlsyxcqDXtwwQnBSNYoIycqBBvgJzEXHnzVGWILwcRN-T1rNK2wN2YX2BFpBz0AwkO07MqZuOvf5vnFNTui_Na2K6w_ztpOkoPJfv-5so-Y-iQl3xLCZO79AncdqKECiT\""}]},"isInherited":true,"source":{"_postman_id":"d94d9834-1376-4f19-aca1-0a87b7f058ba","id":"d94d9834-1376-4f19-aca1-0a87b7f058ba","name":"RCCInterfaceApi","type":"collection"}},"urlObject":{"protocol":"https","path":["Interface","Customer","UserDefined","AddUpdate"],"host":["apps","rccbi","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6a9d1d1a-035c-4365-85fc-80af17dd62a7"}],"id":"136c3ea4-01e7-416b-9074-ca29129dedbe","_postman_id":"136c3ea4-01e7-416b-9074-ca29129dedbe","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"\"VrXgDCIbUsrgrELMd65fXwCdm0RNO2P9wdQI797mWeHVYA04D5KM7Uibq8zVLyaQhmk62Ac4pUniioCTLOsC9OYfrGmk-t9VXgTmIxDaZTIWa974bvUOkgt1F9XE7lOpLaE9Z3wxGp3abTuVbU2w1nt8W7OloLiLnRWYhDNJuQlenprVxzxU0QeA-cm2CAEjAyGca-PKcdPWYpQlh4-ut7VB-9Zwn1-ksCc7M8BRbmYphb1faOW-Q51NMYWV6jZn9vaJSq0qn4Wl-_h9kfjZHv92ZeEqv5opnTyuxvAmTkZEbRnzrU51kpwSitJzr94x1cTZmlfg-3ZQPkCR1r3qfETV29xhDZacLcMCY8BfAgHFe6OKoCXSYPEFCoVQ9jJkZA114caHaohX3wuDRG0aVs3wXzEPxwoTdzzIB4gr6p6awZVw7gIie4teVjccgeLvCbsYQuVfv7CZ6NKqojmC2ZNbQKkFqlj6pUTRx3ebnI8VwPPs5pPDNgHwkIzEhOJvlsyxcqDXtwwQnBSNYoIycqBBvgJzEXHnzVGWILwcRN-T1rNK2wN2YX2BFpBz0AwkO07MqZuOvf5vnFNTui_Na2K6w_ztpOkoPJfv-5so-Y-iQl3xLCZO79AncdqKECiT\""}]},"isInherited":true,"source":{"_postman_id":"d94d9834-1376-4f19-aca1-0a87b7f058ba","id":"d94d9834-1376-4f19-aca1-0a87b7f058ba","name":"RCCInterfaceApi","type":"collection"}}},{"name":"GetList","event":[{"listen":"test","script":{"id":"57b51275-782c-46f8-bcba-880f7c9bc9b6","exec":["pm.test(\"Response status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","\r","pm.test(\"Response time is within acceptable range\", function () {\r","    pm.expect(pm.response.responseTime).to.be.below(1500);\r","});\r","\r","\r","pm.test(\"Response has the required fields\", function () {\r","    const responseData = pm.response.json();\r","    \r","    pm.expect(responseData).to.be.an('object');\r","    pm.expect(responseData).to.have.property('Customer');\r","    pm.expect(responseData).to.have.property('Customers');\r","    pm.expect(responseData).to.have.property('Result');\r","    pm.expect(responseData).to.have.property('ErrorCode');\r","    pm.expect(responseData).to.have.property('ErrorMessage');\r","});\r","\r","\r","pm.test(\"Each customer object contains the expected attributes\", function () {\r","    const responseData = pm.response.json();\r","    \r","    pm.expect(responseData.Customers).to.be.an('array');\r","    \r","    responseData.Customers.forEach(function(customer) {\r","        pm.expect(customer).to.have.property('Id');\r","        pm.expect(customer).to.have.property('CustomerId');\r","        pm.expect(customer).to.have.property('BranchNumber');\r","        pm.expect(customer).to.have.property('Name');\r","        pm.expect(customer).to.have.property('Contacts');\r","        pm.expect(customer).to.have.property('BillingAddress');\r","        pm.expect(customer).to.have.property('Notes');\r","        pm.expect(customer).to.have.property('CurrentBalance');\r","        pm.expect(customer).to.have.property('CreditLimit');\r","        pm.expect(customer).to.have.property('IsActive');\r","        pm.expect(customer).to.have.property('IsCommercial');\r","        pm.expect(customer).to.have.property('RunCode');\r","        pm.expect(customer).to.have.property('Locations');\r","        pm.expect(customer).to.have.property('Contracts');\r","    });\r","});\r","\r","\r","pm.test(\"The response must have the expected structure and data types\", function () {\r","    const responseData = pm.response.json();\r","    \r","    pm.expect(responseData).to.be.an('object');\r","    pm.expect(responseData.Customer).to.be.null;\r","    pm.expect(responseData.Customers).to.be.an('array');\r","\r","    if (responseData.Customers.length > 0) {\r","        responseData.Customers.forEach(function(customer) {\r","            pm.expect(customer).to.have.property('Id').that.is.null;\r","            pm.expect(customer).to.have.property('CustomerId').that.is.a('string');\r","            pm.expect(customer).to.have.property('BranchNumber').that.is.a('string');\r","            pm.expect(customer).to.have.property('Name').that.is.a('string');\r","            pm.expect(customer.Contacts).to.be.an('array');\r","            pm.expect(customer.BillingAddress).to.be.an('object');\r","            pm.expect(customer.CurrentBalance).to.be.a('number');\r","            pm.expect(customer.CreditLimit).to.be.a('number');\r","            pm.expect(customer.IsActive).to.be.true;\r","            pm.expect(customer.IsCommercial).to.be.true;\r","            pm.expect(customer.Locations).to.be.an('array');\r","\r","            if (customer.Locations.length > 0) {\r","                customer.Locations.forEach(function(location) {\r","                    pm.expect(location).to.have.property('Id').that.is.null;\r","                    pm.expect(location).to.have.property('LocationNumber').that.is.a('number');\r","                    pm.expect(location).to.have.property('Name').that.is.a('string');\r","                    pm.expect(location.DeliveryAddress).to.be.an('object');\r","                    pm.expect(location.HeatCapacity).to.be.a('number');\r","                });\r","            }\r","        });\r","    }\r","\r","    pm.expect(responseData.Result).to.be.true;\r","    pm.expect(responseData.ErrorCode).to.be.null;\r","    pm.expect(responseData.ErrorMessage).to.be.null;\r","});\r",""],"type":"text/javascript","packages":{}}}],"id":"ed99307d-4724-49bf-a243-e452f760af2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"\"VrXgDCIbUsrgrELMd65fXwCdm0RNO2P9wdQI797mWeHVYA04D5KM7Uibq8zVLyaQhmk62Ac4pUniioCTLOsC9OYfrGmk-t9VXgTmIxDaZTIWa974bvUOkgt1F9XE7lOpLaE9Z3wxGp3abTuVbU2w1nt8W7OloLiLnRWYhDNJuQlenprVxzxU0QeA-cm2CAEjAyGca-PKcdPWYpQlh4-ut7VB-9Zwn1-ksCc7M8BRbmYphb1faOW-Q51NMYWV6jZn9vaJSq0qn4Wl-_h9kfjZHv92ZeEqv5opnTyuxvAmTkZEbRnzrU51kpwSitJzr94x1cTZmlfg-3ZQPkCR1r3qfETV29xhDZacLcMCY8BfAgHFe6OKoCXSYPEFCoVQ9jJkZA114caHaohX3wuDRG0aVs3wXzEPxwoTdzzIB4gr6p6awZVw7gIie4teVjccgeLvCbsYQuVfv7CZ6NKqojmC2ZNbQKkFqlj6pUTRx3ebnI8VwPPs5pPDNgHwkIzEhOJvlsyxcqDXtwwQnBSNYoIycqBBvgJzEXHnzVGWILwcRN-T1rNK2wN2YX2BFpBz0AwkO07MqZuOvf5vnFNTui_Na2K6w_ztpOkoPJfv-5so-Y-iQl3xLCZO79AncdqKECiT\""}]},"isInherited":false},"method":"GET","header":[],"url":"https://apps.rccbi.com/Interface/Customer/GetList?filter=","description":"<p>This HTTP GET request is used to retrieve a list of customers based on the provided filter. The response will contain details of the customers including their IDs, names, contact information, billing address, current balance, credit limit, and other relevant details.</p>\n<p>The optional filter parameter can be supplied to filter results based on the following properties:</p>\n<ul>\n<li><p>CustomerId</p>\n</li>\n<li><p>Account Number</p>\n</li>\n<li><p>Customer Name</p>\n</li>\n<li><p>Billing Address 1 and 2</p>\n</li>\n<li><p>Billing City, State and Zip</p>\n</li>\n</ul>\n<p>DataLogical (string): The database to store the customer. Contact RCC to use.</p>\n<ul>\n<li>Required: False</li>\n</ul>\n<h3 id=\"request-body\">Request Body</h3>\n<p>This request does not contain a request body.</p>\n<h3 id=\"response-body\">Response Body</h3>\n<p>The response will be in JSON format and will include an array of customers. Each customer object will contain various attributes such as ID, customer ID, branch number, name, contacts, billing address, notes, current balance, credit limit, tax information, and other related details. The response will also include a \"Result\" field indicating the success of the request, and optional fields for error code and error message.</p>\n<ul>\n<li><p>Id is the 3rd party id used for integrations.</p>\n</li>\n<li><p>CustomerId is the RCC Internal customer Id</p>\n</li>\n<li><p>AccountNumber is the RCC Internal account number.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["Interface","Customer","GetList"],"host":["apps","rccbi","com"],"query":[{"key":"filter","value":""}],"variable":[]}},"response":[{"id":"fd7c9f56-d373-4aac-9ba1-85d0e7a2096f","name":"GetList","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://apps.rccbi.com/Interface/Customer/GetList?filter=","host":["https://apps.rccbi.com"],"path":["Interface","Customer","GetList"],"query":[{"key":"filter","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-StackifyID","value":"P2|1f519c56-4b7d-4f95-ad7a-e814e3100d57"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?YzpccmNjZGV2XFJDQ0lfR0lUXFJDQ0kuV2ViQXBpLkludGVyZmFjZVxJbnRlcmZhY2VcQ3VzdG9tZXJcR2V0TGlzdA==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sun, 13 Oct 2024 13:51:55 GMT"},{"key":"Content-Length","value":"4202"}],"cookie":[],"responseTime":null,"body":"{\n    \"Customer\": null,\n    \"Customers\": [\n        {\n            \"Id\": null,\n            \"CustomerId\": \"MARSPE\",\n            \"BranchNumber\": \"A000\",\n            \"Name\": \"Marketing Specialties\",\n            \"Contacts\": [\n                {\n                    \"Title\": null,\n                    \"FirstName\": \"John\",\n                    \"MiddleName\": null,\n                    \"LastName\": \"Michaels\",\n                    \"Suffix\": null,\n                    \"PrimaryEmailAddr\": \"jmichaels@mar.com\",\n                    \"Cc\": null,\n                    \"Phone\": \"3202311211\",\n                    \"PhoneExt\": null,\n                    \"PhoneType\": \"Home\",\n                    \"Fax\": null\n                },\n                {\n                    \"Title\": null,\n                    \"FirstName\": \"Mike\",\n                    \"MiddleName\": null,\n                    \"LastName\": \"Peterson\",\n                    \"Suffix\": null,\n                    \"PrimaryEmailAddr\": \"mpeterson@mar.com\",\n                    \"Cc\": null,\n                    \"Phone\": \"3202311212\",\n                    \"PhoneExt\": null,\n                    \"PhoneType\": \"Home\",\n                    \"Fax\": null\n                },\n                {\n                    \"Title\": null,\n                    \"FirstName\": \"Jan\",\n                    \"MiddleName\": null,\n                    \"LastName\": \"Smith\",\n                    \"Suffix\": null,\n                    \"PrimaryEmailAddr\": \"jsmith@mar.com\",\n                    \"Cc\": null,\n                    \"Phone\": \"5003327897\",\n                    \"PhoneExt\": null,\n                    \"PhoneType\": \"Home\",\n                    \"Fax\": null\n                }\n            ],\n            \"BillingAddress\": {\n                \"Address1\": \"81210 405th St\",\n                \"Address2\": \"\",\n                \"Address3\": null,\n                \"Address4\": null,\n                \"Address5\": null,\n                \"City\": \"Bird Island\",\n                \"State\": \"MN\",\n                \"PostalCode\": \"55310\",\n                \"Country\": null,\n                \"Note\": null,\n                \"Latitude\": 0,\n                \"Longitude\": 0\n            },\n            \"Notes\": null,\n            \"CurrentBalance\": 0,\n            \"CreditLimit\": 4500,\n            \"StartCode\": null,\n            \"TaxClass\": null,\n            \"TaxGroup\": null,\n            \"TaxLicenseNumber\": null,\n            \"IsActive\": true,\n            \"IsCommercial\": false,\n            \"RunCode\": 0,\n            \"Locations\": [\n                {\n                    \"Id\": null,\n                    \"LocationNumber\": 1,\n                    \"Name\": \"Shop\",\n                    \"DeliveryAddress\": {\n                        \"Address1\": \"88889 405th St\",\n                        \"Address2\": \"\",\n                        \"Address3\": null,\n                        \"Address4\": null,\n                        \"Address5\": null,\n                        \"City\": \"Cokato\",\n                        \"State\": \"MN\",\n                        \"PostalCode\": \"553210\",\n                        \"Country\": \"\",\n                        \"Note\": null,\n                        \"Latitude\": 0,\n                        \"Longitude\": 0\n                    },\n                    \"StartCode\": null,\n                    \"TaxClass\": null,\n                    \"TaxGroup\": null,\n                    \"HeatCapacity\": 0\n                },\n                {\n                    \"Id\": null,\n                    \"LocationNumber\": 2,\n                    \"Name\": \"Hogs\",\n                    \"DeliveryAddress\": {\n                        \"Address1\": \"81387 County Road 3\",\n                        \"Address2\": \"\",\n                        \"Address3\": null,\n                        \"Address4\": null,\n                        \"Address5\": null,\n                        \"City\": \"Bird Island\",\n                        \"State\": \"MN\",\n                        \"PostalCode\": \"55310\",\n                        \"Country\": \"\",\n                        \"Note\": null,\n                        \"Latitude\": 0,\n                        \"Longitude\": 0\n                    },\n                    \"StartCode\": null,\n                    \"TaxClass\": null,\n                    \"TaxGroup\": null,\n                    \"HeatCapacity\": 0\n                },\n                {\n                    \"Id\": null,\n                    \"LocationNumber\": 3,\n                    \"Name\": \"Tdry\",\n                    \"DeliveryAddress\": {\n                        \"Address1\": \"40304 870th AVe\",\n                        \"Address2\": \"\",\n                        \"Address3\": null,\n                        \"Address4\": null,\n                        \"Address5\": null,\n                        \"City\": \"Bird Island\",\n                        \"State\": \"MN\",\n                        \"PostalCode\": \"55310\",\n                        \"Country\": \"\",\n                        \"Note\": null,\n                        \"Latitude\": 0,\n                        \"Longitude\": 0\n                    },\n                    \"StartCode\": null,\n                    \"TaxClass\": null,\n                    \"TaxGroup\": null,\n                    \"HeatCapacity\": 0\n                },\n                {\n                    \"Id\": null,\n                    \"LocationNumber\": 4,\n                    \"Name\": \"Cndo\",\n                    \"DeliveryAddress\": {\n                        \"Address1\": \"211 S 10th St\",\n                        \"Address2\": \"\",\n                        \"Address3\": null,\n                        \"Address4\": null,\n                        \"Address5\": null,\n                        \"City\": \"Bird Island\",\n                        \"State\": \"MN\",\n                        \"PostalCode\": \"55310\",\n                        \"Country\": \"\",\n                        \"Note\": null,\n                        \"Latitude\": 0,\n                        \"Longitude\": 0\n                    },\n                    \"StartCode\": null,\n                    \"TaxClass\": null,\n                    \"TaxGroup\": null,\n                    \"HeatCapacity\": 0\n                },\n                {\n                    \"Id\": null,\n                    \"LocationNumber\": 5,\n                    \"Name\": \"Pool\",\n                    \"DeliveryAddress\": {\n                        \"Address1\": \"88889 405th St\",\n                        \"Address2\": \"\",\n                        \"Address3\": null,\n                        \"Address4\": null,\n                        \"Address5\": null,\n                        \"City\": \"Bird Island\",\n                        \"State\": \"MN\",\n                        \"PostalCode\": \"55310\",\n                        \"Country\": \"\",\n                        \"Note\": null,\n                        \"Latitude\": 0,\n                        \"Longitude\": 0\n                    },\n                    \"StartCode\": null,\n                    \"TaxClass\": null,\n                    \"TaxGroup\": null,\n                    \"HeatCapacity\": 0\n                },\n                {\n                    \"Id\": null,\n                    \"LocationNumber\": 6,\n                    \"Name\": \"Shed\",\n                    \"DeliveryAddress\": {\n                        \"Address1\": \"80301 County Road 3\",\n                        \"Address2\": \"\",\n                        \"Address3\": null,\n                        \"Address4\": null,\n                        \"Address5\": null,\n                        \"City\": \"Hector\",\n                        \"State\": \"MN\",\n                        \"PostalCode\": \"55342\",\n                        \"Country\": \"\",\n                        \"Note\": null,\n                        \"Latitude\": 0,\n                        \"Longitude\": 0\n                    },\n                    \"StartCode\": null,\n                    \"TaxClass\": null,\n                    \"TaxGroup\": null,\n                    \"HeatCapacity\": 0\n                },\n                {\n                    \"Id\": null,\n                    \"LocationNumber\": 7,\n                    \"Name\": \"Inds\",\n                    \"DeliveryAddress\": {\n                        \"Address1\": \"80301 County Road 3\",\n                        \"Address2\": \"\",\n                        \"Address3\": null,\n                        \"Address4\": null,\n                        \"Address5\": null,\n                        \"City\": \"Hector\",\n                        \"State\": \"MN\",\n                        \"PostalCode\": \"55342\",\n                        \"Country\": \"\",\n                        \"Note\": null,\n                        \"Latitude\": 0,\n                        \"Longitude\": 0\n                    },\n                    \"StartCode\": null,\n                    \"TaxClass\": null,\n                    \"TaxGroup\": null,\n                    \"HeatCapacity\": 0\n                },\n                {\n                    \"Id\": null,\n                    \"LocationNumber\": 8,\n                    \"Name\": \"Hogs\",\n                    \"DeliveryAddress\": {\n                        \"Address1\": \"\",\n                        \"Address2\": \"\",\n                        \"Address3\": null,\n                        \"Address4\": null,\n                        \"Address5\": null,\n                        \"City\": \"\",\n                        \"State\": \"\",\n                        \"PostalCode\": \"\",\n                        \"Country\": \"\",\n                        \"Note\": null,\n                        \"Latitude\": 0,\n                        \"Longitude\": 0\n                    },\n                    \"StartCode\": null,\n                    \"TaxClass\": null,\n                    \"TaxGroup\": null,\n                    \"HeatCapacity\": 0\n                },\n                {\n                    \"Id\": null,\n                    \"LocationNumber\": 99,\n                    \"Name\": \"\",\n                    \"DeliveryAddress\": {\n                        \"Address1\": \"17600 New Hope Street\",\n                        \"Address2\": \"\",\n                        \"Address3\": null,\n                        \"Address4\": null,\n                        \"Address5\": null,\n                        \"City\": \"Fountain Valley\",\n                        \"State\": \"CA\",\n                        \"PostalCode\": \"92708\",\n                        \"Country\": \"\",\n                        \"Note\": null,\n                        \"Latitude\": 0,\n                        \"Longitude\": 0\n                    },\n                    \"StartCode\": null,\n                    \"TaxClass\": null,\n                    \"TaxGroup\": null,\n                    \"HeatCapacity\": 0\n                }\n            ],\n            \"Contracts\": null\n        }\n    ],\n    \"Result\": true,\n    \"ErrorCode\": null,\n    \"ErrorMessage\": null\n}"}],"_postman_id":"ed99307d-4724-49bf-a243-e452f760af2c"},{"name":"Get Id's","id":"73e6b3cb-dce6-4b86-884e-7d8ee99b843d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"\"VrXgDCIbUsrgrELMd65fXwCdm0RNO2P9wdQI797mWeHVYA04D5KM7Uibq8zVLyaQhmk62Ac4pUniioCTLOsC9OYfrGmk-t9VXgTmIxDaZTIWa974bvUOkgt1F9XE7lOpLaE9Z3wxGp3abTuVbU2w1nt8W7OloLiLnRWYhDNJuQlenprVxzxU0QeA-cm2CAEjAyGca-PKcdPWYpQlh4-ut7VB-9Zwn1-ksCc7M8BRbmYphb1faOW-Q51NMYWV6jZn9vaJSq0qn4Wl-_h9kfjZHv92ZeEqv5opnTyuxvAmTkZEbRnzrU51kpwSitJzr94x1cTZmlfg-3ZQPkCR1r3qfETV29xhDZacLcMCY8BfAgHFe6OKoCXSYPEFCoVQ9jJkZA114caHaohX3wuDRG0aVs3wXzEPxwoTdzzIB4gr6p6awZVw7gIie4teVjccgeLvCbsYQuVfv7CZ6NKqojmC2ZNbQKkFqlj6pUTRx3ebnI8VwPPs5pPDNgHwkIzEhOJvlsyxcqDXtwwQnBSNYoIycqBBvgJzEXHnzVGWILwcRN-T1rNK2wN2YX2BFpBz0AwkO07MqZuOvf5vnFNTui_Na2K6w_ztpOkoPJfv-5so-Y-iQl3xLCZO79AncdqKECiT\""}]},"isInherited":false},"method":"GET","header":[],"url":"https://apps.rccbi.com/Interface/Customer/Get/Ids?lastUpdatedSince=1970-01-01","description":"<h3 id=\"get-interfacecustomergetids\">GET /Interface/Customer/Get/Ids</h3>\n<p>This endpoint retrieves the customer IDs and account numbers.</p>\n<h4 id=\"request\">Request</h4>\n<ul>\n<li><p>Method: GET</p>\n</li>\n<li><p>BaseUri: <a href=\"https://apps.rccbi.com\">https://apps.rccbi.com</a></p>\n</li>\n<li><p>Endpoint: /Interface/Customer/Get/Ids</p>\n</li>\n<li><p>Query Parameters:</p>\n<ul>\n<li><p>lastUpdatedSince (string): Optional date to get customers updated since.</p>\n<ul>\n<li><p>Required: False</p>\n</li>\n<li><p>Allowed Formats (- or / can be used)</p>\n<ul>\n<li><p>yyyy-MM</p>\n</li>\n<li><p>MM-yyyy</p>\n</li>\n<li><p>MM-dd-yyyy</p>\n</li>\n<li><p>yyyy-MM-dd</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>DataLogical (string): The database to store the customer. Contact RCC to use.</p>\n<ul>\n<li>Required: False</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response will be in JSON format with the following schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"CustomerBases\": [\n    {\n      \"AccountNumber\": 0,\n      \"CustomerId\": \"\"\n    }\n  ],\n  \"Result\": true,\n  \"ErrorCode\": null,\n  \"ErrorMessage\": null\n}\n\n</code></pre>\n<ul>\n<li><p><code>CustomerBases</code>: An array of objects containing the account number and customer ID.</p>\n<ul>\n<li><p><code>AccountNumber</code>: The account number of the customer.</p>\n</li>\n<li><p><code>CustomerId</code>: The ID of the customer.</p>\n</li>\n</ul>\n</li>\n<li><p><code>Result</code>: Indicates the success or failure of the request.</p>\n</li>\n<li><p><code>ErrorCode</code>: The error code, if any.</p>\n</li>\n<li><p><code>ErrorMessage</code>: The error message, if any.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["Interface","Customer","Get","Ids"],"host":["apps","rccbi","com"],"query":[{"key":"lastUpdatedSince","value":"1970-01-01"}],"variable":[]}},"response":[{"id":"706682ac-ef24-4425-b66f-f6300d718bae","name":"Get Id's","originalRequest":{"method":"GET","header":[],"url":"https://apps.rccbi.com/Interface/Customer/Get/Ids"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 19 Nov 2024 21:22:25 GMT"},{"key":"Content-Length","value":"18532"}],"cookie":[],"responseTime":null,"body":"{\n    \"CustomerBases\": [\n        {\n            \"AccountNumber\": 89,\n            \"CustomerId\": \" CASH\"\n        },\n        {\n            \"AccountNumber\": 78,\n            \"CustomerId\": \" RURGA\"\n        },\n        {\n            \"AccountNumber\": 85,\n            \"CustomerId\": \" RURGB\"\n        },\n        {\n            \"AccountNumber\": 84,\n            \"CustomerId\": \" RURGS\"\n        },\n        {\n            \"AccountNumber\": 76,\n            \"CustomerId\": \" YARD\"\n        },\n        {\n            \"AccountNumber\": 40,\n            \"CustomerId\": \"ABCCOM\"\n        },\n        {\n            \"AccountNumber\": 18710,\n            \"CustomerId\": \"ABEMAS\"\n        },\n        {\n            \"AccountNumber\": 8246,\n            \"CustomerId\": \"ACEJOE\"\n        },\n        {\n            \"AccountNumber\": 7856,\n            \"CustomerId\": \"AIELAN\"\n        },\n        {\n            \"AccountNumber\": 12750,\n            \"CustomerId\": \"ALBARI\"\n        },\n        {\n            \"AccountNumber\": 43,\n            \"CustomerId\": \"ALLLER\"\n        },\n        {\n            \"AccountNumber\": 8630,\n            \"CustomerId\": \"ALVCEC\"\n        },\n        {\n            \"AccountNumber\": 91,\n            \"CustomerId\": \"AMBTAR\"\n        },\n        {\n            \"AccountNumber\": 9370,\n            \"CustomerId\": \"AMBTIF\"\n        },\n        {\n            \"AccountNumber\": 6199,\n            \"CustomerId\": \"ARDOLI\"\n        },\n        {\n            \"AccountNumber\": 13560,\n            \"CustomerId\": \"AREALV\"\n        },\n        {\n            \"AccountNumber\": 3370,\n            \"CustomerId\": \"ATTKRI\"\n        },\n        {\n            \"AccountNumber\": 8488,\n            \"CustomerId\": \"AYBJOS\"\n        },\n        {\n            \"AccountNumber\": 6459,\n            \"CustomerId\": \"BACHEL\"\n        },\n        {\n            \"AccountNumber\": 5960,\n            \"CustomerId\": \"BAHSAR\"\n        },\n        {\n            \"AccountNumber\": 111,\n            \"CustomerId\": \"BALJE1\"\n        },\n        {\n            \"AccountNumber\": 115,\n            \"CustomerId\": \"BALJE2\"\n        },\n        {\n            \"AccountNumber\": 108,\n            \"CustomerId\": \"BALJES\"\n        },\n        {\n            \"AccountNumber\": 8793,\n            \"CustomerId\": \"BALLIA\"\n        },\n        {\n            \"AccountNumber\": 2744,\n            \"CustomerId\": \"BANSUZ\"\n        },\n        {\n            \"AccountNumber\": 7081,\n            \"CustomerId\": \"BARSHY\"\n        },\n        {\n            \"AccountNumber\": 7108,\n            \"CustomerId\": \"BATBER\"\n        },\n        {\n            \"AccountNumber\": 8492,\n            \"CustomerId\": \"BECJUL\"\n        },\n        {\n            \"AccountNumber\": 5023,\n            \"CustomerId\": \"BECYUN\"\n        },\n        {\n            \"AccountNumber\": 118,\n            \"CustomerId\": \"BEDUT\"\n        },\n        {\n            \"AccountNumber\": 7878,\n            \"CustomerId\": \"BELEMA\"\n        },\n        {\n            \"AccountNumber\": 7615,\n            \"CustomerId\": \"BELHAR\"\n        },\n        {\n            \"AccountNumber\": 9060,\n            \"CustomerId\": \"BERBER\"\n        },\n        {\n            \"AccountNumber\": 5888,\n            \"CustomerId\": \"BIEWAN\"\n        },\n        {\n            \"AccountNumber\": 123,\n            \"CustomerId\": \"BIGBAR\"\n        },\n        {\n            \"AccountNumber\": 79,\n            \"CustomerId\": \"BIRSTE\"\n        },\n        {\n            \"AccountNumber\": 2801,\n            \"CustomerId\": \"BLADUS\"\n        },\n        {\n            \"AccountNumber\": 114,\n            \"CustomerId\": \"BOBKAS\"\n        },\n        {\n            \"AccountNumber\": 7178,\n            \"CustomerId\": \"BODANA\"\n        },\n        {\n            \"AccountNumber\": 4907,\n            \"CustomerId\": \"BOEALI\"\n        },\n        {\n            \"AccountNumber\": 5100,\n            \"CustomerId\": \"BOHHOR\"\n        },\n        {\n            \"AccountNumber\": 7974,\n            \"CustomerId\": \"BONLAT\"\n        },\n        {\n            \"AccountNumber\": 5179,\n            \"CustomerId\": \"BONNEL\"\n        },\n        {\n            \"AccountNumber\": 7227,\n            \"CustomerId\": \"BORJEF\"\n        },\n        {\n            \"AccountNumber\": 2541,\n            \"CustomerId\": \"BORPOR\"\n        },\n        {\n            \"AccountNumber\": 17640,\n            \"CustomerId\": \"BORSHA\"\n        },\n        {\n            \"AccountNumber\": 103,\n            \"CustomerId\": \"BRACLA\"\n        },\n        {\n            \"AccountNumber\": 8093,\n            \"CustomerId\": \"BRAKRI\"\n        },\n        {\n            \"AccountNumber\": 5137,\n            \"CustomerId\": \"BRALIA\"\n        },\n        {\n            \"AccountNumber\": 95,\n            \"CustomerId\": \"BRAMAL\"\n        },\n        {\n            \"AccountNumber\": 5051,\n            \"CustomerId\": \"BRISHI\"\n        },\n        {\n            \"AccountNumber\": 7825,\n            \"CustomerId\": \"BROBRI\"\n        },\n        {\n            \"AccountNumber\": 5324,\n            \"CustomerId\": \"BROGRA\"\n        },\n        {\n            \"AccountNumber\": 8624,\n            \"CustomerId\": \"BROJEN\"\n        },\n        {\n            \"AccountNumber\": 18310,\n            \"CustomerId\": \"BRORON\"\n        },\n        {\n            \"AccountNumber\": 9120,\n            \"CustomerId\": \"BURDEL\"\n        },\n        {\n            \"AccountNumber\": 9197,\n            \"CustomerId\": \"BURELI\"\n        },\n        {\n            \"AccountNumber\": 5318,\n            \"CustomerId\": \"BURWAN\"\n        },\n        {\n            \"AccountNumber\": 9113,\n            \"CustomerId\": \"CADARL\"\n        },\n        {\n            \"AccountNumber\": 15282,\n            \"CustomerId\": \"CAPCHA\"\n        },\n        {\n            \"AccountNumber\": 9387,\n            \"CustomerId\": \"CARMIT\"\n        },\n        {\n            \"AccountNumber\": 42,\n            \"CustomerId\": \"CARPHI\"\n        },\n        {\n            \"AccountNumber\": 7109,\n            \"CustomerId\": \"CASTRU\"\n        },\n        {\n            \"AccountNumber\": 2798,\n            \"CustomerId\": \"CAUHON\"\n        },\n        {\n            \"AccountNumber\": 9032,\n            \"CustomerId\": \"CESALL\"\n        },\n        {\n            \"AccountNumber\": 5333,\n            \"CustomerId\": \"CHACAR\"\n        },\n        {\n            \"AccountNumber\": 2055,\n            \"CustomerId\": \"CHADEA\"\n        },\n        {\n            \"AccountNumber\": 5258,\n            \"CustomerId\": \"CHAJER\"\n        },\n        {\n            \"AccountNumber\": 13580,\n            \"CustomerId\": \"CHAJUL\"\n        },\n        {\n            \"AccountNumber\": 9312,\n            \"CustomerId\": \"CHATHA\"\n        },\n        {\n            \"AccountNumber\": 16280,\n            \"CustomerId\": \"CLAREN\"\n        },\n        {\n            \"AccountNumber\": 3969,\n            \"CustomerId\": \"COEROC\"\n        },\n        {\n            \"AccountNumber\": 7538,\n            \"CustomerId\": \"COFCAR\"\n        },\n        {\n            \"AccountNumber\": 10250,\n            \"CustomerId\": \"COLLUI\"\n        },\n        {\n            \"AccountNumber\": 13270,\n            \"CustomerId\": \"COLYUR\"\n        },\n        {\n            \"AccountNumber\": 94,\n            \"CustomerId\": \"COOBAI\"\n        },\n        {\n            \"AccountNumber\": 116,\n            \"CustomerId\": \"COOCAT\"\n        },\n        {\n            \"AccountNumber\": 117,\n            \"CustomerId\": \"COOJOH\"\n        },\n        {\n            \"AccountNumber\": 2725,\n            \"CustomerId\": \"COVANI\"\n        },\n        {\n            \"AccountNumber\": 19170,\n            \"CustomerId\": \"CRAAUD\"\n        },\n        {\n            \"AccountNumber\": 9419,\n            \"CustomerId\": \"CRALAK\"\n        },\n        {\n            \"AccountNumber\": 7590,\n            \"CustomerId\": \"CRECAS\"\n        },\n        {\n            \"AccountNumber\": 12000,\n            \"CustomerId\": \"CRETAL\"\n        },\n        {\n            \"AccountNumber\": 5078,\n            \"CustomerId\": \"CRUMAR\"\n        },\n        {\n            \"AccountNumber\": 7745,\n            \"CustomerId\": \"CUBJER\"\n        },\n        {\n            \"AccountNumber\": 5677,\n            \"CustomerId\": \"DAQLAL\"\n        },\n        {\n            \"AccountNumber\": 17990,\n            \"CustomerId\": \"DARTRE\"\n        },\n        {\n            \"AccountNumber\": 14630,\n            \"CustomerId\": \"DAVMAR\"\n        },\n        {\n            \"AccountNumber\": 8958,\n            \"CustomerId\": \"DAVSCO\"\n        },\n        {\n            \"AccountNumber\": 6161,\n            \"CustomerId\": \"DAYVER\"\n        },\n        {\n            \"AccountNumber\": 2650,\n            \"CustomerId\": \"DEMCHA\"\n        },\n        {\n            \"AccountNumber\": 7744,\n            \"CustomerId\": \"DEMTYR\"\n        },\n        {\n            \"AccountNumber\": 2193,\n            \"CustomerId\": \"DENMIC\"\n        },\n        {\n            \"AccountNumber\": 9422,\n            \"CustomerId\": \"DEPALP\"\n        },\n        {\n            \"AccountNumber\": 5046,\n            \"CustomerId\": \"DESBER\"\n        },\n        {\n            \"AccountNumber\": 12090,\n            \"CustomerId\": \"DESCLA\"\n        },\n        {\n            \"AccountNumber\": 4533,\n            \"CustomerId\": \"DEVTER\"\n        },\n        {\n            \"AccountNumber\": 5768,\n            \"CustomerId\": \"DEYTER\"\n        },\n        {\n            \"AccountNumber\": 49,\n            \"CustomerId\": \"DICRON\"\n        },\n        {\n            \"AccountNumber\": 8363,\n            \"CustomerId\": \"DILCAT\"\n        },\n        {\n            \"AccountNumber\": 17790,\n            \"CustomerId\": \"DILSAN\"\n        },\n        {\n            \"AccountNumber\": 10300,\n            \"CustomerId\": \"DINRAM\"\n        },\n        {\n            \"AccountNumber\": 53,\n            \"CustomerId\": \"DOEJOH\"\n        },\n        {\n            \"AccountNumber\": 5245,\n            \"CustomerId\": \"DOMBIR\"\n        },\n        {\n            \"AccountNumber\": 15900,\n            \"CustomerId\": \"DORBRO\"\n        },\n        {\n            \"AccountNumber\": 54,\n            \"CustomerId\": \"DRAADA\"\n        },\n        {\n            \"AccountNumber\": 31420,\n            \"CustomerId\": \"DREELE\"\n        },\n        {\n            \"AccountNumber\": 5670,\n            \"CustomerId\": \"DRYJER\"\n        },\n        {\n            \"AccountNumber\": 5165,\n            \"CustomerId\": \"DUBLAN\"\n        },\n        {\n            \"AccountNumber\": 10190,\n            \"CustomerId\": \"DUET\"\n        },\n        {\n            \"AccountNumber\": 7365,\n            \"CustomerId\": \"DUGDAI\"\n        },\n        {\n            \"AccountNumber\": 7288,\n            \"CustomerId\": \"DURCHR\"\n        },\n        {\n            \"AccountNumber\": 6277,\n            \"CustomerId\": \"DURROS\"\n        },\n        {\n            \"AccountNumber\": 8812,\n            \"CustomerId\": \"EARTYE\"\n        },\n        {\n            \"AccountNumber\": 7849,\n            \"CustomerId\": \"EDEAUR\"\n        },\n        {\n            \"AccountNumber\": 9072,\n            \"CustomerId\": \"EGNLUC\"\n        },\n        {\n            \"AccountNumber\": 18540,\n            \"CustomerId\": \"EISELI\"\n        },\n        {\n            \"AccountNumber\": 5647,\n            \"CustomerId\": \"ELLELL\"\n        },\n        {\n            \"AccountNumber\": 6134,\n            \"CustomerId\": \"EPHANN\"\n        },\n        {\n            \"AccountNumber\": 64,\n            \"CustomerId\": \"ERIDAN\"\n        },\n        {\n            \"AccountNumber\": 6646,\n            \"CustomerId\": \"ESCELY\"\n        },\n        {\n            \"AccountNumber\": 4118,\n            \"CustomerId\": \"ESPARI\"\n        },\n        {\n            \"AccountNumber\": 7449,\n            \"CustomerId\": \"ETIRYA\"\n        },\n        {\n            \"AccountNumber\": 7095,\n            \"CustomerId\": \"FEEBRI\"\n        },\n        {\n            \"AccountNumber\": 5175,\n            \"CustomerId\": \"FEIDAM\"\n        },\n        {\n            \"AccountNumber\": 8744,\n            \"CustomerId\": \"FERPAU\"\n        },\n        {\n            \"AccountNumber\": 9081,\n            \"CustomerId\": \"FIGMIS\"\n        },\n        {\n            \"AccountNumber\": 12840,\n            \"CustomerId\": \"FOUGWE\"\n        },\n        {\n            \"AccountNumber\": 5138,\n            \"CustomerId\": \"FRASHA\"\n        },\n        {\n            \"AccountNumber\": 8618,\n            \"CustomerId\": \"FREROS\"\n        },\n        {\n            \"AccountNumber\": 5679,\n            \"CustomerId\": \"FRIRUF\"\n        },\n        {\n            \"AccountNumber\": 19010,\n            \"CustomerId\": \"FRITES\"\n        },\n        {\n            \"AccountNumber\": 7710,\n            \"CustomerId\": \"GAAKAR\"\n        },\n        {\n            \"AccountNumber\": 5190,\n            \"CustomerId\": \"GABCEL\"\n        },\n        {\n            \"AccountNumber\": 8941,\n            \"CustomerId\": \"GABPOR\"\n        },\n        {\n            \"AccountNumber\": 8905,\n            \"CustomerId\": \"GADDEX\"\n        },\n        {\n            \"AccountNumber\": 4221,\n            \"CustomerId\": \"GAIPHY\"\n        },\n        {\n            \"AccountNumber\": 9325,\n            \"CustomerId\": \"GALMIG\"\n        },\n        {\n            \"AccountNumber\": 11270,\n            \"CustomerId\": \"GALVER\"\n        },\n        {\n            \"AccountNumber\": 18100,\n            \"CustomerId\": \"GARMAR\"\n        },\n        {\n            \"AccountNumber\": 5450,\n            \"CustomerId\": \"GASBER\"\n        },\n        {\n            \"AccountNumber\": 5156,\n            \"CustomerId\": \"GAVCOL\"\n        },\n        {\n            \"AccountNumber\": 3214,\n            \"CustomerId\": \"GERALE\"\n        },\n        {\n            \"AccountNumber\": 5395,\n            \"CustomerId\": \"GERREN\"\n        },\n        {\n            \"AccountNumber\": 3317,\n            \"CustomerId\": \"GIELEA\"\n        },\n        {\n            \"AccountNumber\": 5283,\n            \"CustomerId\": \"GILJIL\"\n        },\n        {\n            \"AccountNumber\": 5218,\n            \"CustomerId\": \"GILMAD\"\n        },\n        {\n            \"AccountNumber\": 7364,\n            \"CustomerId\": \"GILTAW\"\n        },\n        {\n            \"AccountNumber\": 8373,\n            \"CustomerId\": \"GLANIC\"\n        },\n        {\n            \"AccountNumber\": 17811,\n            \"CustomerId\": \"GOOCAM\"\n        },\n        {\n            \"AccountNumber\": 2564,\n            \"CustomerId\": \"GRAJAC\"\n        },\n        {\n            \"AccountNumber\": 8265,\n            \"CustomerId\": \"GRALYL\"\n        },\n        {\n            \"AccountNumber\": 6411,\n            \"CustomerId\": \"GREJOH\"\n        },\n        {\n            \"AccountNumber\": 9008,\n            \"CustomerId\": \"GRIPAZ\"\n        },\n        {\n            \"AccountNumber\": 4922,\n            \"CustomerId\": \"GROJAN\"\n        },\n        {\n            \"AccountNumber\": 5035,\n            \"CustomerId\": \"GUIGIL\"\n        },\n        {\n            \"AccountNumber\": 5641,\n            \"CustomerId\": \"GUNHIL\"\n        },\n        {\n            \"AccountNumber\": 96,\n            \"CustomerId\": \"GUTKEV\"\n        },\n        {\n            \"AccountNumber\": 7847,\n            \"CustomerId\": \"HACCLA\"\n        },\n        {\n            \"AccountNumber\": 5282,\n            \"CustomerId\": \"HAFLOR\"\n        },\n        {\n            \"AccountNumber\": 2962,\n            \"CustomerId\": \"HAIEAR\"\n        },\n        {\n            \"AccountNumber\": 7628,\n            \"CustomerId\": \"HALTIM\"\n        },\n        {\n            \"AccountNumber\": 7669,\n            \"CustomerId\": \"HANBRI\"\n        },\n        {\n            \"AccountNumber\": 5732,\n            \"CustomerId\": \"HANJER\"\n        },\n        {\n            \"AccountNumber\": 88,\n            \"CustomerId\": \"HANMAT\"\n        },\n        {\n            \"AccountNumber\": 8038,\n            \"CustomerId\": \"HARAGN\"\n        },\n        {\n            \"AccountNumber\": 8631,\n            \"CustomerId\": \"HARMAR\"\n        },\n        {\n            \"AccountNumber\": 8881,\n            \"CustomerId\": \"HARWIL\"\n        },\n        {\n            \"AccountNumber\": 8095,\n            \"CustomerId\": \"HELIRE\"\n        },\n        {\n            \"AccountNumber\": 6643,\n            \"CustomerId\": \"HENCON\"\n        },\n        {\n            \"AccountNumber\": 45,\n            \"CustomerId\": \"HENJOH\"\n        },\n        {\n            \"AccountNumber\": 4332,\n            \"CustomerId\": \"HERALY\"\n        },\n        {\n            \"AccountNumber\": 4824,\n            \"CustomerId\": \"HERCLA\"\n        },\n        {\n            \"AccountNumber\": 5102,\n            \"CustomerId\": \"HINTER\"\n        },\n        {\n            \"AccountNumber\": 125789,\n            \"CustomerId\": \"HOFIND\"\n        },\n        {\n            \"AccountNumber\": 5680,\n            \"CustomerId\": \"HOFKAR\"\n        },\n        {\n            \"AccountNumber\": 5314,\n            \"CustomerId\": \"HOLALB\"\n        },\n        {\n            \"AccountNumber\": 5088,\n            \"CustomerId\": \"HOLJAC\"\n        },\n        {\n            \"AccountNumber\": 2138,\n            \"CustomerId\": \"HORHEL\"\n        },\n        {\n            \"AccountNumber\": 6191,\n            \"CustomerId\": \"HOTCAT\"\n        },\n        {\n            \"AccountNumber\": 4930,\n            \"CustomerId\": \"HOUJUL\"\n        },\n        {\n            \"AccountNumber\": 5389,\n            \"CustomerId\": \"HUNCAR\"\n        },\n        {\n            \"AccountNumber\": 6530,\n            \"CustomerId\": \"HURTER\"\n        },\n        {\n            \"AccountNumber\": 13570,\n            \"CustomerId\": \"IADTER\"\n        },\n        {\n            \"AccountNumber\": 7543,\n            \"CustomerId\": \"INDAUR\"\n        },\n        {\n            \"AccountNumber\": 5669,\n            \"CustomerId\": \"IVEKIR\"\n        },\n        {\n            \"AccountNumber\": 7907,\n            \"CustomerId\": \"JAGCAR\"\n        },\n        {\n            \"AccountNumber\": 6094,\n            \"CustomerId\": \"JANNIC\"\n        },\n        {\n            \"AccountNumber\": 7898,\n            \"CustomerId\": \"JAWERN\"\n        },\n        {\n            \"AccountNumber\": 104,\n            \"CustomerId\": \"JOEDUT\"\n        },\n        {\n            \"AccountNumber\": 35,\n            \"CustomerId\": \"JOHDA1\"\n        },\n        {\n            \"AccountNumber\": 36,\n            \"CustomerId\": \"JOHDAV\"\n        },\n        {\n            \"AccountNumber\": 6616,\n            \"CustomerId\": \"KEGJEN\"\n        },\n        {\n            \"AccountNumber\": 125,\n            \"CustomerId\": \"KENCL1\"\n        },\n        {\n            \"AccountNumber\": 124,\n            \"CustomerId\": \"KENCLA\"\n        },\n        {\n            \"AccountNumber\": 7502,\n            \"CustomerId\": \"KESTOR\"\n        },\n        {\n            \"AccountNumber\": 4692,\n            \"CustomerId\": \"KILREB\"\n        },\n        {\n            \"AccountNumber\": 7240,\n            \"CustomerId\": \"KINGOL\"\n        },\n        {\n            \"AccountNumber\": 5300,\n            \"CustomerId\": \"KLOLIS\"\n        },\n        {\n            \"AccountNumber\": 16010,\n            \"CustomerId\": \"KRALEO\"\n        },\n        {\n            \"AccountNumber\": 5309,\n            \"CustomerId\": \"KWISOL\"\n        },\n        {\n            \"AccountNumber\": 5150,\n            \"CustomerId\": \"LAFLET\"\n        },\n        {\n            \"AccountNumber\": 5822,\n            \"CustomerId\": \"LAGCAR\"\n        },\n        {\n            \"AccountNumber\": 8322,\n            \"CustomerId\": \"LAMSHA\"\n        },\n        {\n            \"AccountNumber\": 16490,\n            \"CustomerId\": \"LANMER\"\n        },\n        {\n            \"AccountNumber\": 1995,\n            \"CustomerId\": \"LANOFF\"\n        },\n        {\n            \"AccountNumber\": 7852,\n            \"CustomerId\": \"LAUJAM\"\n        },\n        {\n            \"AccountNumber\": 3166,\n            \"CustomerId\": \"LAVBRI\"\n        },\n        {\n            \"AccountNumber\": 1929,\n            \"CustomerId\": \"LECSHA\"\n        },\n        {\n            \"AccountNumber\": 7134,\n            \"CustomerId\": \"LEDTRA\"\n        },\n        {\n            \"AccountNumber\": 5385,\n            \"CustomerId\": \"LEIMAT\"\n        },\n        {\n            \"AccountNumber\": 1479,\n            \"CustomerId\": \"LEWGEM\"\n        },\n        {\n            \"AccountNumber\": 9534,\n            \"CustomerId\": \"LIEDOR\"\n        },\n        {\n            \"AccountNumber\": 2619,\n            \"CustomerId\": \"LIEKER\"\n        },\n        {\n            \"AccountNumber\": 8001,\n            \"CustomerId\": \"LIGKEN\"\n        },\n        {\n            \"AccountNumber\": 4018,\n            \"CustomerId\": \"LISJAQ\"\n        },\n        {\n            \"AccountNumber\": 6207,\n            \"CustomerId\": \"LITARI\"\n        },\n        {\n            \"AccountNumber\": 8303,\n            \"CustomerId\": \"LITFAT\"\n        },\n        {\n            \"AccountNumber\": 6672,\n            \"CustomerId\": \"LOCGEO\"\n        },\n        {\n            \"AccountNumber\": 5134,\n            \"CustomerId\": \"LONKEN\"\n        },\n        {\n            \"AccountNumber\": 5328,\n            \"CustomerId\": \"LORLEK\"\n        },\n        {\n            \"AccountNumber\": 7723,\n            \"CustomerId\": \"LOZVER\"\n        },\n        {\n            \"AccountNumber\": 147889,\n            \"CustomerId\": \"MADMOS\"\n        },\n        {\n            \"AccountNumber\": 46,\n            \"CustomerId\": \"MADROB\"\n        },\n        {\n            \"AccountNumber\": 13901,\n            \"CustomerId\": \"MAHLEO\"\n        },\n        {\n            \"AccountNumber\": 92,\n            \"CustomerId\": \"MALKAT\"\n        },\n        {\n            \"AccountNumber\": 4492,\n            \"CustomerId\": \"MALNAN\"\n        },\n        {\n            \"AccountNumber\": 37,\n            \"CustomerId\": \"MANJEF\"\n        },\n        {\n            \"AccountNumber\": 31500,\n            \"CustomerId\": \"MAPLAS\"\n        },\n        {\n            \"AccountNumber\": 2761,\n            \"CustomerId\": \"MARCAT\"\n        },\n        {\n            \"AccountNumber\": 12330,\n            \"CustomerId\": \"MARDAP\"\n        },\n        {\n            \"AccountNumber\": 7594,\n            \"CustomerId\": \"MARJAN\"\n        },\n        {\n            \"AccountNumber\": 2119,\n            \"CustomerId\": \"MARLUC\"\n        },\n        {\n            \"AccountNumber\": 52,\n            \"CustomerId\": \"MARSPE\"\n        },\n        {\n            \"AccountNumber\": 3074,\n            \"CustomerId\": \"MASSCO\"\n        },\n        {\n            \"AccountNumber\": 12511,\n            \"CustomerId\": \"MAYMAM\"\n        },\n        {\n            \"AccountNumber\": 5850,\n            \"CustomerId\": \"MAYTHA\"\n        },\n        {\n            \"AccountNumber\": 9373,\n            \"CustomerId\": \"MCADEL\"\n        },\n        {\n            \"AccountNumber\": 9246,\n            \"CustomerId\": \"MCCANT\"\n        },\n        {\n            \"AccountNumber\": 14060,\n            \"CustomerId\": \"MCCHAN\"\n        },\n        {\n            \"AccountNumber\": 9178,\n            \"CustomerId\": \"MCGYOU\"\n        },\n        {\n            \"AccountNumber\": 6409,\n            \"CustomerId\": \"MCHDEL\"\n        },\n        {\n            \"AccountNumber\": 11610,\n            \"CustomerId\": \"MCKZOR\"\n        },\n        {\n            \"AccountNumber\": 3871,\n            \"CustomerId\": \"MCMODE\"\n        },\n        {\n            \"AccountNumber\": 16430,\n            \"CustomerId\": \"MEDSAR\"\n        },\n        {\n            \"AccountNumber\": 112,\n            \"CustomerId\": \"MEILIS\"\n        },\n        {\n            \"AccountNumber\": 5254,\n            \"CustomerId\": \"MELSAN\"\n        },\n        {\n            \"AccountNumber\": 9073,\n            \"CustomerId\": \"MERXEN\"\n        },\n        {\n            \"AccountNumber\": 50,\n            \"CustomerId\": \"MICPAT\"\n        },\n        {\n            \"AccountNumber\": 6862,\n            \"CustomerId\": \"MONKEN\"\n        },\n        {\n            \"AccountNumber\": 1265,\n            \"CustomerId\": \"MORDAN\"\n        },\n        {\n            \"AccountNumber\": 7503,\n            \"CustomerId\": \"MORMEL\"\n        },\n        {\n            \"AccountNumber\": 7505,\n            \"CustomerId\": \"MOSVER\"\n        },\n        {\n            \"AccountNumber\": 5164,\n            \"CustomerId\": \"MOUANT\"\n        },\n        {\n            \"AccountNumber\": 15450,\n            \"CustomerId\": \"MULKAL\"\n        },\n        {\n            \"AccountNumber\": 5692,\n            \"CustomerId\": \"MULZOE\"\n        },\n        {\n            \"AccountNumber\": 8094,\n            \"CustomerId\": \"MURCAS\"\n        },\n        {\n            \"AccountNumber\": 2563,\n            \"CustomerId\": \"MURMAC\"\n        },\n        {\n            \"AccountNumber\": 11260,\n            \"CustomerId\": \"NACSHA\"\n        },\n        {\n            \"AccountNumber\": 16730,\n            \"CustomerId\": \"NAKBAN\"\n        },\n        {\n            \"AccountNumber\": 5920,\n            \"CustomerId\": \"NATKIM\"\n        },\n        {\n            \"AccountNumber\": 10504,\n            \"CustomerId\": \"NATSAL\"\n        },\n        {\n            \"AccountNumber\": 7982,\n            \"CustomerId\": \"NEAJUA\"\n        },\n        {\n            \"AccountNumber\": 2765,\n            \"CustomerId\": \"NEGJER\"\n        },\n        {\n            \"AccountNumber\": 5172,\n            \"CustomerId\": \"NETTIA\"\n        },\n        {\n            \"AccountNumber\": 9096,\n            \"CustomerId\": \"NEWNGA\"\n        },\n        {\n            \"AccountNumber\": 17400,\n            \"CustomerId\": \"NGGREG\"\n        },\n        {\n            \"AccountNumber\": 4208,\n            \"CustomerId\": \"NOBCOR\"\n        },\n        {\n            \"AccountNumber\": 5019,\n            \"CustomerId\": \"NORVIR\"\n        },\n        {\n            \"AccountNumber\": 6092,\n            \"CustomerId\": \"NUTVAS\"\n        },\n        {\n            \"AccountNumber\": 2918,\n            \"CustomerId\": \"OLAROD\"\n        },\n        {\n            \"AccountNumber\": 5071,\n            \"CustomerId\": \"OLECHA\"\n        },\n        {\n            \"AccountNumber\": 5695,\n            \"CustomerId\": \"OLIJER\"\n        },\n        {\n            \"AccountNumber\": 2699,\n            \"CustomerId\": \"ORTEMM\"\n        },\n        {\n            \"AccountNumber\": 9241,\n            \"CustomerId\": \"OSTSYR\"\n        },\n        {\n            \"AccountNumber\": 6798,\n            \"CustomerId\": \"PANLAU\"\n        },\n        {\n            \"AccountNumber\": 4668,\n            \"CustomerId\": \"PAOELV\"\n        },\n        {\n            \"AccountNumber\": 4195,\n            \"CustomerId\": \"PARBEA\"\n        },\n        {\n            \"AccountNumber\": 4950,\n            \"CustomerId\": \"PELCEL\"\n        },\n        {\n            \"AccountNumber\": 5130,\n            \"CustomerId\": \"PENLEZ\"\n        },\n        {\n            \"AccountNumber\": 14780,\n            \"CustomerId\": \"PERREN\"\n        },\n        {\n            \"AccountNumber\": 30831,\n            \"CustomerId\": \"PETCAR\"\n        },\n        {\n            \"AccountNumber\": 15060,\n            \"CustomerId\": \"PETDAL\"\n        },\n        {\n            \"AccountNumber\": 9039,\n            \"CustomerId\": \"PETKIM\"\n        },\n        {\n            \"AccountNumber\": 44490,\n            \"CustomerId\": \"PHIHSI\"\n        },\n        {\n            \"AccountNumber\": 5018,\n            \"CustomerId\": \"PIEFAE\"\n        },\n        {\n            \"AccountNumber\": 5642,\n            \"CustomerId\": \"PILAGU\"\n        },\n        {\n            \"AccountNumber\": 16470,\n            \"CustomerId\": \"PIPFLE\"\n        },\n        {\n            \"AccountNumber\": 2498,\n            \"CustomerId\": \"PIZBOB\"\n        },\n        {\n            \"AccountNumber\": 7539,\n            \"CustomerId\": \"PIZVIN\"\n        },\n        {\n            \"AccountNumber\": 5214,\n            \"CustomerId\": \"PLOFEL\"\n        },\n        {\n            \"AccountNumber\": 7843,\n            \"CustomerId\": \"POLAVE\"\n        },\n        {\n            \"AccountNumber\": 9512,\n            \"CustomerId\": \"POMKYR\"\n        },\n        {\n            \"AccountNumber\": 4189,\n            \"CustomerId\": \"POOCLA\"\n        },\n        {\n            \"AccountNumber\": 9547,\n            \"CustomerId\": \"POPBRI\"\n        },\n        {\n            \"AccountNumber\": 2752,\n            \"CustomerId\": \"PREGEO\"\n        },\n        {\n            \"AccountNumber\": 3030,\n            \"CustomerId\": \"PREKEN\"\n        },\n        {\n            \"AccountNumber\": 12480,\n            \"CustomerId\": \"PRILUC\"\n        },\n        {\n            \"AccountNumber\": 9568,\n            \"CustomerId\": \"PRUDOR\"\n        },\n        {\n            \"AccountNumber\": 1573,\n            \"CustomerId\": \"RADIN\"\n        },\n        {\n            \"AccountNumber\": 17620,\n            \"CustomerId\": \"RADSUZ\"\n        },\n        {\n            \"AccountNumber\": 5212,\n            \"CustomerId\": \"RAIELI\"\n        },\n        {\n            \"AccountNumber\": 1946,\n            \"CustomerId\": \"RASNAK\"\n        },\n        {\n            \"AccountNumber\": 5240,\n            \"CustomerId\": \"REDDON\"\n        },\n        {\n            \"AccountNumber\": 7210,\n            \"CustomerId\": \"REELIB\"\n        },\n        {\n            \"AccountNumber\": 9082,\n            \"CustomerId\": \"REIKAL\"\n        },\n        {\n            \"AccountNumber\": 8667,\n            \"CustomerId\": \"RICGER\"\n        },\n        {\n            \"AccountNumber\": 8758,\n            \"CustomerId\": \"RIFVAN\"\n        },\n        {\n            \"AccountNumber\": 8058,\n            \"CustomerId\": \"RIGAUG\"\n        },\n        {\n            \"AccountNumber\": 5265,\n            \"CustomerId\": \"RIGJAN\"\n        },\n        {\n            \"AccountNumber\": 2715,\n            \"CustomerId\": \"RISDON\"\n        },\n        {\n            \"AccountNumber\": 6367,\n            \"CustomerId\": \"RIZSHE\"\n        },\n        {\n            \"AccountNumber\": 5180,\n            \"CustomerId\": \"ROBQUI\"\n        },\n        {\n            \"AccountNumber\": 4949,\n            \"CustomerId\": \"ROGCAR\"\n        },\n        {\n            \"AccountNumber\": 5329,\n            \"CustomerId\": \"ROJCAT\"\n        },\n        {\n            \"AccountNumber\": 6378,\n            \"CustomerId\": \"ROLLOD\"\n        },\n        {\n            \"AccountNumber\": 3940,\n            \"CustomerId\": \"ROTLUC\"\n        },\n        {\n            \"AccountNumber\": 4295,\n            \"CustomerId\": \"ROYEDY\"\n        },\n        {\n            \"AccountNumber\": 7640,\n            \"CustomerId\": \"SANERL\"\n        },\n        {\n            \"AccountNumber\": 3774,\n            \"CustomerId\": \"SCHDEV\"\n        },\n        {\n            \"AccountNumber\": 10440,\n            \"CustomerId\": \"SCHLAR\"\n        },\n        {\n            \"AccountNumber\": 8002,\n            \"CustomerId\": \"SCHLOU\"\n        },\n        {\n            \"AccountNumber\": 13650,\n            \"CustomerId\": \"SCHMAR\"\n        },\n        {\n            \"AccountNumber\": 8283,\n            \"CustomerId\": \"SCHNAT\"\n        },\n        {\n            \"AccountNumber\": 4993,\n            \"CustomerId\": \"SCHREG\"\n        },\n        {\n            \"AccountNumber\": 106,\n            \"CustomerId\": \"SCHSK1\"\n        },\n        {\n            \"AccountNumber\": 107,\n            \"CustomerId\": \"SCHSK2\"\n        },\n        {\n            \"AccountNumber\": 105,\n            \"CustomerId\": \"SCHSKY\"\n        },\n        {\n            \"AccountNumber\": 14810,\n            \"CustomerId\": \"SCHTOM\"\n        },\n        {\n            \"AccountNumber\": 41400,\n            \"CustomerId\": \"SCHVIT\"\n        },\n        {\n            \"AccountNumber\": 8900,\n            \"CustomerId\": \"SCRFER\"\n        },\n        {\n            \"AccountNumber\": 7685,\n            \"CustomerId\": \"SEAHAR\"\n        },\n        {\n            \"AccountNumber\": 18290,\n            \"CustomerId\": \"SEGSAM\"\n        },\n        {\n            \"AccountNumber\": 17450,\n            \"CustomerId\": \"SEMDAR\"\n        },\n        {\n            \"AccountNumber\": 6698,\n            \"CustomerId\": \"SERTRI\"\n        },\n        {\n            \"AccountNumber\": 1945,\n            \"CustomerId\": \"SHANET\"\n        },\n        {\n            \"AccountNumber\": 6682,\n            \"CustomerId\": \"SHELUC\"\n        },\n        {\n            \"AccountNumber\": 4742,\n            \"CustomerId\": \"SHESHE\"\n        },\n        {\n            \"AccountNumber\": 7667,\n            \"CustomerId\": \"SILJUN\"\n        },\n        {\n            \"AccountNumber\": 4290,\n            \"CustomerId\": \"SJOAND\"\n        },\n        {\n            \"AccountNumber\": 5838,\n            \"CustomerId\": \"SLOGLE\"\n        },\n        {\n            \"AccountNumber\": 68,\n            \"CustomerId\": \"SMIMA1\"\n        },\n        {\n            \"AccountNumber\": 57,\n            \"CustomerId\": \"SMIMAR\"\n        },\n        {\n            \"AccountNumber\": 4906,\n            \"CustomerId\": \"SNERIC\"\n        },\n        {\n            \"AccountNumber\": 5932,\n            \"CustomerId\": \"SNOMAR\"\n        },\n        {\n            \"AccountNumber\": 4328,\n            \"CustomerId\": \"SPATOM\"\n        },\n        {\n            \"AccountNumber\": 9527,\n            \"CustomerId\": \"STAMAR\"\n        },\n        {\n            \"AccountNumber\": 113,\n            \"CustomerId\": \"STEJIM\"\n        },\n        {\n            \"AccountNumber\": 6827,\n            \"CustomerId\": \"STESAB\"\n        },\n        {\n            \"AccountNumber\": 5107,\n            \"CustomerId\": \"STIJER\"\n        },\n        {\n            \"AccountNumber\": 5062,\n            \"CustomerId\": \"STOLES\"\n        },\n        {\n            \"AccountNumber\": 8968,\n            \"CustomerId\": \"STOMIK\"\n        },\n        {\n            \"AccountNumber\": 17770,\n            \"CustomerId\": \"STRLAN\"\n        },\n        {\n            \"AccountNumber\": 6290,\n            \"CustomerId\": \"STRLAS\"\n        },\n        {\n            \"AccountNumber\": 5219,\n            \"CustomerId\": \"STUNAK\"\n        },\n        {\n            \"AccountNumber\": 2117,\n            \"CustomerId\": \"STYTHA\"\n        },\n        {\n            \"AccountNumber\": 119,\n            \"CustomerId\": \"SUNTAY\"\n        },\n        {\n            \"AccountNumber\": 9224,\n            \"CustomerId\": \"SWALAR\"\n        },\n        {\n            \"AccountNumber\": 3916,\n            \"CustomerId\": \"SWEMEL\"\n        },\n        {\n            \"AccountNumber\": 11930,\n            \"CustomerId\": \"TACMER\"\n        },\n        {\n            \"AccountNumber\": 7972,\n            \"CustomerId\": \"TANOLE\"\n        },\n        {\n            \"AccountNumber\": 4003,\n            \"CustomerId\": \"TARSAL\"\n        },\n        {\n            \"AccountNumber\": 5163,\n            \"CustomerId\": \"TATTOW\"\n        },\n        {\n            \"AccountNumber\": 7440,\n            \"CustomerId\": \"TEBTYS\"\n        },\n        {\n            \"AccountNumber\": 8765,\n            \"CustomerId\": \"TERGER\"\n        },\n        {\n            \"AccountNumber\": 120,\n            \"CustomerId\": \"TESBAI\"\n        },\n        {\n            \"AccountNumber\": 102,\n            \"CustomerId\": \"TESDFA\"\n        },\n        {\n            \"AccountNumber\": 93,\n            \"CustomerId\": \"TESMAL\"\n        },\n        {\n            \"AccountNumber\": 2180,\n            \"CustomerId\": \"TEZQUI\"\n        },\n        {\n            \"AccountNumber\": 5845,\n            \"CustomerId\": \"THEOSW\"\n        },\n        {\n            \"AccountNumber\": 74,\n            \"CustomerId\": \"THOBRO\"\n        },\n        {\n            \"AccountNumber\": 9188,\n            \"CustomerId\": \"THOMAI\"\n        },\n        {\n            \"AccountNumber\": 13140,\n            \"CustomerId\": \"TOLEAR\"\n        },\n        {\n            \"AccountNumber\": 11900,\n            \"CustomerId\": \"TOWSHA\"\n        },\n        {\n            \"AccountNumber\": 6720,\n            \"CustomerId\": \"TREMIC\"\n        },\n        {\n            \"AccountNumber\": 16200,\n            \"CustomerId\": \"TRETY\"\n        },\n        {\n            \"AccountNumber\": 12880,\n            \"CustomerId\": \"TUCDAL\"\n        },\n        {\n            \"AccountNumber\": 2144,\n            \"CustomerId\": \"TURCEC\"\n        },\n        {\n            \"AccountNumber\": 9179,\n            \"CustomerId\": \"TWIRIC\"\n        },\n        {\n            \"AccountNumber\": 8511,\n            \"CustomerId\": \"VALFID\"\n        },\n        {\n            \"AccountNumber\": 6713,\n            \"CustomerId\": \"VALLIL\"\n        },\n        {\n            \"AccountNumber\": 47,\n            \"CustomerId\": \"VANBOB\"\n        },\n        {\n            \"AccountNumber\": 12346,\n            \"CustomerId\": \"VANCRI\"\n        },\n        {\n            \"AccountNumber\": 8679,\n            \"CustomerId\": \"VIEMAX\"\n        },\n        {\n            \"AccountNumber\": 75,\n            \"CustomerId\": \"VILBIR\"\n        },\n        {\n            \"AccountNumber\": 9046,\n            \"CustomerId\": \"VINRUT\"\n        },\n        {\n            \"AccountNumber\": 6177,\n            \"CustomerId\": \"WAGANN\"\n        },\n        {\n            \"AccountNumber\": 19180,\n            \"CustomerId\": \"WANNID\"\n        },\n        {\n            \"AccountNumber\": 5060,\n            \"CustomerId\": \"WASDOR\"\n        },\n        {\n            \"AccountNumber\": 12345,\n            \"CustomerId\": \"WAYELL\"\n        },\n        {\n            \"AccountNumber\": 9020,\n            \"CustomerId\": \"WEIVEN\"\n        },\n        {\n            \"AccountNumber\": 2830,\n            \"CustomerId\": \"WENGIO\"\n        },\n        {\n            \"AccountNumber\": 5174,\n            \"CustomerId\": \"WESCHI\"\n        },\n        {\n            \"AccountNumber\": 71,\n            \"CustomerId\": \"WESIND\"\n        },\n        {\n            \"AccountNumber\": 51,\n            \"CustomerId\": \"WESJAC\"\n        },\n        {\n            \"AccountNumber\": 38,\n            \"CustomerId\": \"WESKAR\"\n        },\n        {\n            \"AccountNumber\": 39,\n            \"CustomerId\": \"WESMIC\"\n        },\n        {\n            \"AccountNumber\": 70,\n            \"CustomerId\": \"WESPOR\"\n        },\n        {\n            \"AccountNumber\": 5073,\n            \"CustomerId\": \"WICAPO\"\n        },\n        {\n            \"AccountNumber\": 30240,\n            \"CustomerId\": \"WICODI\"\n        },\n        {\n            \"AccountNumber\": 3160,\n            \"CustomerId\": \"WIEJAC\"\n        },\n        {\n            \"AccountNumber\": 14480,\n            \"CustomerId\": \"WINHOY\"\n        },\n        {\n            \"AccountNumber\": 7014,\n            \"CustomerId\": \"WINJOS\"\n        },\n        {\n            \"AccountNumber\": 4729,\n            \"CustomerId\": \"WINMAR\"\n        },\n        {\n            \"AccountNumber\": 5298,\n            \"CustomerId\": \"WISELM\"\n        },\n        {\n            \"AccountNumber\": 8148,\n            \"CustomerId\": \"WOLCHA\"\n        },\n        {\n            \"AccountNumber\": 6824,\n            \"CustomerId\": \"WROSEL\"\n        },\n        {\n            \"AccountNumber\": 69,\n            \"CustomerId\": \"YAEKEV\"\n        },\n        {\n            \"AccountNumber\": 6007,\n            \"CustomerId\": \"YAMCAR\"\n        },\n        {\n            \"AccountNumber\": 5919,\n            \"CustomerId\": \"ZIMLAR\"\n        },\n        {\n            \"AccountNumber\": 19020,\n            \"CustomerId\": \"ZINJAN\"\n        }\n    ],\n    \"Result\": true,\n    \"ErrorCode\": null,\n    \"ErrorMessage\": null\n}"}],"_postman_id":"73e6b3cb-dce6-4b86-884e-7d8ee99b843d"},{"name":"Get","id":"ca784a7d-de22-4303-a7b8-cce29a3136fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"\"VrXgDCIbUsrgrELMd65fXwCdm0RNO2P9wdQI797mWeHVYA04D5KM7Uibq8zVLyaQhmk62Ac4pUniioCTLOsC9OYfrGmk-t9VXgTmIxDaZTIWa974bvUOkgt1F9XE7lOpLaE9Z3wxGp3abTuVbU2w1nt8W7OloLiLnRWYhDNJuQlenprVxzxU0QeA-cm2CAEjAyGca-PKcdPWYpQlh4-ut7VB-9Zwn1-ksCc7M8BRbmYphb1faOW-Q51NMYWV6jZn9vaJSq0qn4Wl-_h9kfjZHv92ZeEqv5opnTyuxvAmTkZEbRnzrU51kpwSitJzr94x1cTZmlfg-3ZQPkCR1r3qfETV29xhDZacLcMCY8BfAgHFe6OKoCXSYPEFCoVQ9jJkZA114caHaohX3wuDRG0aVs3wXzEPxwoTdzzIB4gr6p6awZVw7gIie4teVjccgeLvCbsYQuVfv7CZ6NKqojmC2ZNbQKkFqlj6pUTRx3ebnI8VwPPs5pPDNgHwkIzEhOJvlsyxcqDXtwwQnBSNYoIycqBBvgJzEXHnzVGWILwcRN-T1rNK2wN2YX2BFpBz0AwkO07MqZuOvf5vnFNTui_Na2K6w_ztpOkoPJfv-5so-Y-iQl3xLCZO79AncdqKECiT\""}]},"isInherited":false},"method":"GET","header":[],"url":"https://apps.rccbi.com/Interface/Customer/Get?Id=&customerIdOrAcctNo=ACEJOE","description":"<h3 id=\"get-customer-details\">Get Customer Details</h3>\n<p>This endpoint makes an HTTP GET request to retrieve the details of a specific customer identified by the provided <code>Id</code>.</p>\n<h4 id=\"request\">Request</h4>\n<ul>\n<li><p>Method: GET</p>\n</li>\n<li><p>BaseUri: https://apps.rccbi.com</p>\n</li>\n<li><p>Endpoint: /Interface/Customer/Get</p>\n</li>\n<li><p>Query Parameters:</p>\n<ul>\n<li><p>Id (string): The Id used in the software that is requesting the RCC customer.</p>\n<ul>\n<li>Required: False</li>\n</ul>\n</li>\n<li><p>CustomerIdOrAcctNo (string): The RCC Customer Id OR Account Number. This is the internal RCC Customer Id or Account Number.</p>\n<ul>\n<li>Required: False</li>\n</ul>\n</li>\n<li><p>DataLogical (string): The database to store the customer. Contact RCC to use.</p>\n<ul>\n<li>Required: False</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>Upon a successful request, the server will respond with a status code of 200 and a JSON object containing the customer details or a null value if the customer is not found.</p>\n<p>Example Response:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"Customer\": {\n    \"Id\": null,\n    \"CustomerId\": null,\n    \"BranchNumber\": null,\n    \"Name\": \"\",\n    \"Contacts\": [\n      {\n        \"Title\": null,\n        \"FirstName\": \"\",\n        \"MiddleName\": null,\n        \"LastName\": \"\",\n        \"Suffix\": null,\n        \"PrimaryEmailAddr\": \"\",\n        \"Cc\": null,\n        \"Phone\": \"\",\n        \"PhoneExt\": null,\n        \"PhoneType\": null,\n        \"Fax\": null\n      }\n    ],\n    \"BillingAddress\": {\n      \"Address1\": \"\",\n      \"Address2\": \"\",\n      \"Address3\": null,\n      \"Address4\": null,\n      \"Address5\": null,\n      \"City\": \"\",\n      \"State\": \"\",\n      \"PostalCode\": \"\",\n      \"Country\": null,\n      \"Note\": null,\n      \"Latitude\": 0,\n      \"Longitude\": 0\n    },\n    \"Notes\": null,\n    \"CurrentBalance\": 0,\n    \"CreditLimit\": 0,\n    \"StartCode\": null,\n    \"TaxClass\": null,\n    \"TaxGroup\": null,\n    \"TaxLicenseNumber\": null,\n    \"IsActive\": true,\n    \"IsCommercial\": true,\n    \"RunCode\": 0,\n    \"Location\": null,\n    \"Contracts\": null\n  },\n  \"Result\": true,\n  \"ErrorCode\": null,\n  \"ErrorMessage\": null\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["Interface","Customer","Get"],"host":["apps","rccbi","com"],"query":[{"key":"Id","value":""},{"key":"customerIdOrAcctNo","value":"ACEJOE"}],"variable":[]}},"response":[{"id":"32ebf73a-c097-41f4-8693-77301510a42c","name":"GetCustomer","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://apps.rccbi.com/Interface/Customer/Get?Id=105215","host":["https://apps.rccbi.com"],"path":["Interface","Customer","Get"],"query":[{"key":"Id","value":"105215"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-StackifyID","value":"P2|ae9f6b28-ddb3-47c5-83bb-d71d0b7d1306"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?YzpccmNjZGV2XFJDQ0lfR0lUXFJDQ0kuV2ViQXBpLkludGVyZmFjZVxJbnRlcmZhY2VcQ3VzdG9tZXJcR2V0?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 08 Oct 2024 18:30:56 GMT"},{"key":"Content-Length","value":"762"}],"cookie":[],"responseTime":null,"body":"{\n    \"Customer\": {\n        \"Id\": null,\n        \"CustomerId\": null,\n        \"BranchNumber\": null,\n        \"Name\": \"Clark Kent\",\n        \"Contacts\": [\n            {\n                \"Title\": null,\n                \"FirstName\": \"Mary\",\n                \"MiddleName\": null,\n                \"LastName\": \"Kent\",\n                \"Suffix\": null,\n                \"PrimaryEmailAddr\": \"mary@clarkkent.com\",\n                \"Cc\": null,\n                \"Phone\": \"0\",\n                \"PhoneExt\": null,\n                \"PhoneType\": null,\n                \"Fax\": null\n            }\n        ],\n        \"BillingAddress\": {\n            \"Address1\": \"125 Main\",\n            \"Address2\": \"\",\n            \"Address3\": null,\n            \"Address4\": null,\n            \"Address5\": null,\n            \"City\": \"Hometown\",\n            \"State\": \"MN\",\n            \"PostalCode\": \"55555\",\n            \"Country\": null,\n            \"Note\": null,\n            \"Latitude\": 0,\n            \"Longitude\": 0\n        },\n        \"Notes\": null,\n        \"CurrentBalance\": 0,\n        \"CreditLimit\": 1500,\n        \"StartCode\": null,\n        \"TaxClass\": null,\n        \"TaxGroup\": null,\n        \"TaxLicenseNumber\": null,\n        \"IsActive\": false,\n        \"IsCommercial\": false,\n        \"RunCode\": 0,\n        \"Location\": null,\n        \"Contracts\": null\n    },\n    \"Result\": true,\n    \"ErrorCode\": null,\n    \"ErrorMessage\": null\n}"}],"_postman_id":"ca784a7d-de22-4303-a7b8-cce29a3136fe"},{"name":"AddUpdate","event":[{"listen":"test","script":{"id":"db502ccc-e3ba-4567-82c5-afbc7ff4aa03","exec":["pm.test(\"Response status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","\r","pm.test(\"Response time is within acceptable range\", function () {\r","    pm.expect(pm.response.responseTime).to.be.below(1500);\r","});\r","\r","\r","pm.test(\"Response has the required fields\", function () {\r","    const responseData = pm.response.json();\r","    \r","    pm.expect(responseData).to.be.an('object');\r","    pm.expect(responseData).to.have.property('Customer');\r","    pm.expect(responseData).to.have.property('Result');\r","    pm.expect(responseData).to.have.property('ErrorCode');\r","    pm.expect(responseData).to.have.property('ErrorMessage');\r","});\r","\r","\r","pm.test(\"Each customer object contains the expected attributes\", function () {\r","    const responseData = pm.response.json();\r","    \r","    pm.expect(responseData.Customer).to.be.an('object');\r","    \r","    pm.expect(responseData.Customer).to.have.property('Id');\r","    pm.expect(responseData.Customer).to.have.property('CustomerId');\r","    pm.expect(responseData.Customer).to.have.property('BranchNumber');\r","    pm.expect(responseData.Customer).to.have.property('Name');\r","    pm.expect(responseData.Customer).to.have.property('Contacts');\r","    pm.expect(responseData.Customer).to.have.property('BillingAddress');\r","    pm.expect(responseData.Customer).to.have.property('Notes');\r","    pm.expect(responseData.Customer).to.have.property('CurrentBalance');\r","    pm.expect(responseData.Customer).to.have.property('CreditLimit');\r","    pm.expect(responseData.Customer).to.have.property('IsActive');\r","    pm.expect(responseData.Customer).to.have.property('IsCommercial');\r","    pm.expect(responseData.Customer).to.have.property('RunCode');\r","    pm.expect(responseData.Customer).to.have.property('Locations');\r","    pm.expect(responseData.Customer).to.have.property('Contracts');\r","});\r","\r","\r","pm.test(\"The response must have the expected structure and data types\", function () {\r","    const responseData = pm.response.json();\r","    \r","    pm.expect(responseData).to.be.an('object');\r","    pm.expect(responseData.Customer).to.be.null;\r","    pm.expect(responseData.Customers).to.be.an('array');\r","\r","    if (responseData.Customer.that.is.not.null) {\r","        pm.expect(responseData.Customer).to.have.property('Id').that.is.null;\r","        pm.expect(responseData.Customer).to.have.property('CustomerId').that.is.a('string');\r","        pm.expect(responseData.Customer).to.have.property('BranchNumber').that.is.a('string');\r","        pm.expect(responseData.Customer).to.have.property('Name').that.is.a('string');\r","        pm.expect(responseData.Customer.Contacts).to.be.an('array');\r","        pm.expect(response.Customer.BillingAddress).to.be.an('object');\r","        pm.expect(responseData.Customer.CurrentBalance).to.be.a('number');\r","        pm.expect(responseData.Customer.CreditLimit).to.be.a('number');\r","        pm.expect(responseData.Customer.IsActive).to.be.true;\r","        pm.expect(responseData.Customer.IsCommercial).to.be.true;\r","        pm.expect(responseData.Customer.Locations).to.be.an('array');\r","\r","        if (responseData.Customer.Locations.length > 0) {\r","            responseData.Customer.Locations.forEach(function(location) {\r","                pm.expect(location).to.have.property('Id').that.is.null;\r","                pm.expect(location).to.have.property('LocationNumber').that.is.a('number');\r","                pm.expect(location).to.have.property('Name').that.is.a('string');\r","                pm.expect(location.DeliveryAddress).to.be.an('object');\r","                pm.expect(location.HeatCapacity).to.be.a('number');\r","            });\r","        }\r","    }\r","\r","    pm.expect(responseData.Result).to.be.true;\r","    pm.expect(responseData.ErrorCode).to.be.null;\r","    pm.expect(responseData.ErrorMessage).to.be.null;\r","});"],"type":"text/javascript","packages":{}}}],"id":"7aaa1878-e3be-4acc-b962-0c6be46be29b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"\"VrXgDCIbUsrgrELMd65fXwCdm0RNO2P9wdQI797mWeHVYA04D5KM7Uibq8zVLyaQhmk62Ac4pUniioCTLOsC9OYfrGmk-t9VXgTmIxDaZTIWa974bvUOkgt1F9XE7lOpLaE9Z3wxGp3abTuVbU2w1nt8W7OloLiLnRWYhDNJuQlenprVxzxU0QeA-cm2CAEjAyGca-PKcdPWYpQlh4-ut7VB-9Zwn1-ksCc7M8BRbmYphb1faOW-Q51NMYWV6jZn9vaJSq0qn4Wl-_h9kfjZHv92ZeEqv5opnTyuxvAmTkZEbRnzrU51kpwSitJzr94x1cTZmlfg-3ZQPkCR1r3qfETV29xhDZacLcMCY8BfAgHFe6OKoCXSYPEFCoVQ9jJkZA114caHaohX3wuDRG0aVs3wXzEPxwoTdzzIB4gr6p6awZVw7gIie4teVjccgeLvCbsYQuVfv7CZ6NKqojmC2ZNbQKkFqlj6pUTRx3ebnI8VwPPs5pPDNgHwkIzEhOJvlsyxcqDXtwwQnBSNYoIycqBBvgJzEXHnzVGWILwcRN-T1rNK2wN2YX2BFpBz0AwkO07MqZuOvf5vnFNTui_Na2K6w_ztpOkoPJfv-5so-Y-iQl3xLCZO79AncdqKECiT\""}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Id\": \"105215\",\r\n    \"CustomerId\": null,\r\n    \"BranchNumber\": null,\r\n    \"Name\": \"Clark Kent\",\r\n    \"Contacts\": [\r\n        {\r\n            \"FirstName\": \"Mary\",\r\n            \"LastName\": \"Kent\",\r\n            \"PrimaryEmailAddr\": \"mary@clarkkent.com\",\r\n            \"Phone\": null,\r\n            \"PhoneExt\": null,\r\n            \"PhoneType\": null\r\n        }\r\n    ],\r\n    \"BillingAddress\": {\r\n        \"Address1\": \"125 Main\",\r\n        \"Address2\": null,\r\n        \"City\": \"Hometown\",\r\n        \"State\": \"MN\",\r\n        \"PostalCode\": \"55555\",\r\n        \"Latitude\": 0.0,\r\n        \"Longitude\": 0.0\r\n    },\r\n    \"CurrentBalance\": 0.0,\r\n    \"CreditLimit\": 1500.0,\r\n    \"StartCode\": \"DRP\",\r\n    \"TaxClass\": null,\r\n    \"TaxGroup\": null,\r\n    \"TaxLicenseNumber\": null,\r\n    \"IsActive\": false,\r\n    \"IsCommercial\": false,\r\n    \"RunCode\": null,\r\n    \"Location\": {\r\n        \"Id\": \"123456\",\r\n        \"Name\": \"New Location\",\r\n        \"DeliveryAddress\": {\r\n            \"Address1\": \"123 S Main St\",\r\n            \"Address2\": null,\r\n            \"City\": \"TestTown\",\r\n            \"State\": \"MN\",\r\n            \"PostalCode\": \"55555\",\r\n            \"Latitude\": 0.0,\r\n            \"Longitude\": 0.0\r\n        },\r\n        \"StartCode\": null,\r\n        \"TaxClass\": null,\r\n        \"TaxGroup\": null,\r\n        \"HeatCapacity\": null\r\n    },\r\n    \"Contract\": {\r\n        \"Id\": \"867540\",\r\n        \"ContractNo\": \"867530\",\r\n        \"Category\": \"LBR1\",\r\n        \"ContractStart\": \"2022-08-30T09:54:37.7137354-05:00\",\r\n        \"ContractEnd\": \"2022-11-28T09:54:37.7137354-06:00\",\r\n        \"Price\": 1.5,\r\n        \"Quantity\": 1000.00\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apps.rccbi.com/Interface/Customer/AddUpdate","description":"<h3 id=\"addupdate-customer-interface\">AddUpdate Customer Interface</h3>\n<p>This endpoint allows you to add a new customer or edit an existing customer along with associated details such as contacts, billing address, location, and contract.</p>\n<h4 id=\"query-parameters\">Query Parameters</h4>\n<ul>\n<li><p><strong>DataLogical</strong> (string): The database to store the customer. Contact RCC if planning to use.</p>\n<ul>\n<li>Required: False</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><code>Id</code> (string): The Id used in the software that is sending RCC the customer. This will be used to link the RCC customer to the Interface customer.</p>\n<ul>\n<li><p>Required: False</p>\n</li>\n<li><p>Size: 50 characters</p>\n</li>\n</ul>\n</li>\n<li><p><code>CustomerId</code> (string): The RCC Customer Id. This is the internal RCC customer id and will be used to update an existing customer in RCC.</p>\n<ul>\n<li><p>Required: False</p>\n</li>\n<li><p>Size: 6 characters</p>\n</li>\n</ul>\n</li>\n<li><p><code>AccountNumber</code> (int): The RCC Account Number. This is the internal RCC account number and will be used to update an existing customer in RCC.</p>\n<ul>\n<li><p>Required: False</p>\n</li>\n<li><p>Size: 9</p>\n</li>\n</ul>\n</li>\n<li><p><code>BranchNumber</code> (string): The RCC Branch Number. This is the internal branch which is part of the customer key. A default value can be set in the Interface Settings inside RCC.</p>\n<ul>\n<li><p>Required: False</p>\n</li>\n<li><p>Size: 4 characters</p>\n</li>\n</ul>\n</li>\n<li><p><code>Name</code> (string): The name of the customer.</p>\n<ul>\n<li><p>Required: True</p>\n</li>\n<li><p>Size: 30 chracters</p>\n</li>\n</ul>\n</li>\n<li><p><code>Contacts</code> (array): An array of contact details including first name, last name, primary email address, phone, phone extension, and phone type.</p>\n<ul>\n<li><p>Required: True</p>\n</li>\n<li><p><code>FirstName</code> (string): The first name of the contact.</p>\n<ul>\n<li><p>Required: True</p>\n</li>\n<li><p>Size: 30 characters</p>\n</li>\n</ul>\n</li>\n<li><p><code>LastName</code> (string): The last name of the contact.</p>\n<ul>\n<li><p>Required: False</p>\n</li>\n<li><p>Size: 30 characters</p>\n</li>\n</ul>\n</li>\n<li><p><code>PrimaryEmailAddr</code> (string): The primary email address of the contact.</p>\n<ul>\n<li><p>Required: False</p>\n</li>\n<li><p>Size: 60 characters</p>\n</li>\n</ul>\n</li>\n<li><p><code>Phone</code> (string): The phone number of the contact.</p>\n<ul>\n<li><p>Required: False</p>\n</li>\n<li><p>Size: 11 characters</p>\n</li>\n</ul>\n</li>\n<li><p><code>PhoneExt</code> (string): The phone extension of the contact.</p>\n<ul>\n<li><p>Required: False</p>\n</li>\n<li><p>Size: 4 characters</p>\n</li>\n</ul>\n</li>\n<li><p><code>PhoneType</code> (string): The type of phone for the contact.</p>\n<ul>\n<li><p>Required: False</p>\n</li>\n<li><p>Size: 4 characters</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>BillingAddress</code> (object): The billing address details including address line 1, address line 2, city, state, postal code, latitude, and longitude.</p>\n<ul>\n<li><p>Required: True</p>\n</li>\n<li><p><code>Address1</code> (string): The first line of the address.</p>\n<ul>\n<li><p>Required: True</p>\n</li>\n<li><p>Size: 30 characters</p>\n</li>\n</ul>\n</li>\n<li><p><code>Address2</code> (string): The second line of the address.</p>\n<ul>\n<li><p>Required: False</p>\n</li>\n<li><p>Size: 30 characters</p>\n</li>\n</ul>\n</li>\n<li><p><code>City</code> (string): The city of the address.</p>\n<ul>\n<li><p>Required: True</p>\n</li>\n<li><p>Size: 18 characters</p>\n</li>\n</ul>\n</li>\n<li><p><code>State</code> (string): The state of the address.</p>\n<ul>\n<li><p>Required: True</p>\n</li>\n<li><p>Size: 3 characters</p>\n</li>\n</ul>\n</li>\n<li><p><code>PostalCode</code> (string): The postal code of the address.</p>\n<ul>\n<li><p>Required: True</p>\n</li>\n<li><p>Size: 10 characters</p>\n</li>\n</ul>\n</li>\n<li><p><code>Latitude</code> (number): The latitude of the address.</p>\n<ul>\n<li><p>Required: False</p>\n</li>\n<li><p>Size: 11</p>\n</li>\n<li><p>Format: xxx.xxxxxxx</p>\n</li>\n</ul>\n</li>\n<li><p><code>Longitude</code> (number): The longitude of the address.</p>\n<ul>\n<li><p>Required: False</p>\n</li>\n<li><p>Size: 11</p>\n</li>\n<li><p>Format: xxx.xxxxxxx</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>CurrentBalance</code> (number): The current balance of the customer.</p>\n<ul>\n<li><p>Required: False</p>\n</li>\n<li><p>Size: 11</p>\n</li>\n<li><p>Format: xxxxxxxxx.xx</p>\n</li>\n</ul>\n</li>\n<li><p><code>CreditLimit</code> (number): The credit limit of the customer.</p>\n<ul>\n<li><p>Required: False</p>\n</li>\n<li><p>Size: 11</p>\n</li>\n<li><p>Format: xxxxxxxxx.xx</p>\n</li>\n</ul>\n</li>\n<li><p><code>StartCode</code> (string): The start code for the customer.</p>\n<ul>\n<li><p>Required: False</p>\n</li>\n<li><p>Size: 3 characters</p>\n</li>\n</ul>\n</li>\n<li><p><code>TaxClass</code> (string): The tax class of the customer.</p>\n<ul>\n<li><p>Required: False</p>\n</li>\n<li><p>Size: 1 character</p>\n</li>\n</ul>\n</li>\n<li><p><code>TaxGroup</code> (string): The tax group of the customer.</p>\n<ul>\n<li><p>Required: False</p>\n</li>\n<li><p>Size: 4 characters</p>\n</li>\n</ul>\n</li>\n<li><p><code>TaxLicenseNumber</code> (string): The tax license number of the customer.</p>\n<ul>\n<li><p>Required: False</p>\n</li>\n<li><p>Size: 20 characters</p>\n</li>\n</ul>\n</li>\n<li><p><code>IsActive</code> (boolean): Indicates if the customer is active.</p>\n<ul>\n<li>Required: False</li>\n</ul>\n</li>\n<li><p><code>IsCommercial</code> (boolean): Indicates if the customer is commercial.</p>\n<ul>\n<li>Required: False</li>\n</ul>\n</li>\n<li><p><code>RunCode</code> (int): The run code for the customer.</p>\n<ul>\n<li><p>Required: False</p>\n</li>\n<li><p>Size: 2</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<ul>\n<li><p>Status: 500</p>\n</li>\n<li><p>Content-Type: application/json</p>\n</li>\n<li><p>{ \"Message\": \"\"}</p>\n</li>\n</ul>\n<p>The request to add a new customer returned a status code of 500 with an empty message in the response body.</p>\n","urlObject":{"protocol":"https","path":["Interface","Customer","AddUpdate"],"host":["apps","rccbi","com"],"query":[],"variable":[]}},"response":[{"id":"7f21be07-6b80-414e-939a-885262d910e6","name":"AddUpdate","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Id\": \"105215\",\r\n    \"CustomerId\": null,\r\n    \"BranchNumber\": null,\r\n    \"Name\": \"Clark Kent\",\r\n    \"Contacts\": [\r\n        {\r\n            \"FirstName\": \"Mary\",\r\n            \"LastName\": \"Kent\",\r\n            \"PrimaryEmailAddr\": \"mary@clarkkent.com\",\r\n            \"Phone\": null,\r\n            \"PhoneExt\": null,\r\n            \"PhoneType\": null\r\n        }\r\n    ],\r\n    \"BillingAddress\": {\r\n        \"Address1\": \"125 Main\",\r\n        \"Address2\": null,\r\n        \"City\": \"Hometown\",\r\n        \"State\": \"MN\",\r\n        \"PostalCode\": \"55555\",\r\n        \"Latitude\": 0.0,\r\n        \"Longitude\": 0.0\r\n    },\r\n    \"CurrentBalance\": 0.0,\r\n    \"CreditLimit\": 1500.0,\r\n    \"StartCode\": \"DRP\",\r\n    \"TaxClass\": null,\r\n    \"TaxGroup\": null,\r\n    \"TaxLicenseNumber\": null,\r\n    \"IsActive\": false,\r\n    \"IsCommercial\": false,\r\n    \"RunCode\": null,\r\n    \"Location\": {\r\n        \"Id\": \"123456\",\r\n        \"Name\": \"New Location\",\r\n        \"DeliveryAddress\": {\r\n            \"Address1\": \"123 S Main St\",\r\n            \"Address2\": null,\r\n            \"City\": \"TestTown\",\r\n            \"State\": \"MN\",\r\n            \"PostalCode\": \"55555\",\r\n            \"Latitude\": 0.0,\r\n            \"Longitude\": 0.0\r\n        },\r\n        \"StartCode\": null,\r\n        \"TaxClass\": null,\r\n        \"TaxGroup\": null,\r\n        \"HeatCapacity\": null\r\n    },\r\n    \"Contract\": {\r\n        \"Id\": \"867540\",\r\n        \"ContractNo\": \"867530\",\r\n        \"Category\": \"LBR1\",\r\n        \"ContractStart\": \"2022-08-30T09:54:37.7137354-05:00\",\r\n        \"ContractEnd\": \"2022-11-28T09:54:37.7137354-06:00\",\r\n        \"Price\": 1.5,\r\n        \"Quantity\": 1000.00\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{interfaceBaseUri}}/Interface/Customer/AddUpdate"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Location","value":"CustomerAddupdate"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 20 Aug 2025 11:30:40 GMT"},{"key":"Content-Length","value":"837"}],"cookie":[],"responseTime":null,"body":"{\n    \"Customer\": {\n        \"Id\": \"105215\",\n        \"BranchNumber\": null,\n        \"Name\": \"Clark Kent\",\n        \"Contacts\": [\n            {\n                \"Title\": null,\n                \"FirstName\": \"Mary\",\n                \"MiddleName\": null,\n                \"LastName\": \"Kent\",\n                \"Suffix\": null,\n                \"PrimaryEmailAddr\": \"mary@clarkkent.com\",\n                \"Cc\": null,\n                \"Phone\": null,\n                \"PhoneExt\": null,\n                \"PhoneType\": null,\n                \"Fax\": null\n            }\n        ],\n        \"BillingAddress\": {\n            \"Address1\": \"125 Main\",\n            \"Address2\": null,\n            \"Address3\": null,\n            \"Address4\": null,\n            \"Address5\": null,\n            \"City\": \"Hometown\",\n            \"State\": \"MN\",\n            \"PostalCode\": \"55555\",\n            \"Country\": null,\n            \"Note\": null,\n            \"Latitude\": 0,\n            \"Longitude\": 0\n        },\n        \"Notes\": null,\n        \"CurrentBalance\": 0,\n        \"CreditLimit\": 1500,\n        \"StartCode\": \"DRP\",\n        \"TaxClass\": null,\n        \"TaxGroup\": null,\n        \"TaxLicenseNumber\": null,\n        \"IsActive\": false,\n        \"IsCommercial\": false,\n        \"RunCode\": 0,\n        \"Locations\": null,\n        \"Contracts\": null,\n        \"AccountNumber\": 0,\n        \"CustomerId\": \"KENCL1\"\n    },\n    \"Customers\": null,\n    \"Result\": true,\n    \"Status\": null,\n    \"Message\": null,\n    \"ErrorCode\": null,\n    \"ErrorMessage\": null\n}"}],"_postman_id":"7aaa1878-e3be-4acc-b962-0c6be46be29b"},{"name":"Add","id":"f1b2559b-4c5c-4fc5-a5ce-e2839df96935","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"\"VrXgDCIbUsrgrELMd65fXwCdm0RNO2P9wdQI797mWeHVYA04D5KM7Uibq8zVLyaQhmk62Ac4pUniioCTLOsC9OYfrGmk-t9VXgTmIxDaZTIWa974bvUOkgt1F9XE7lOpLaE9Z3wxGp3abTuVbU2w1nt8W7OloLiLnRWYhDNJuQlenprVxzxU0QeA-cm2CAEjAyGca-PKcdPWYpQlh4-ut7VB-9Zwn1-ksCc7M8BRbmYphb1faOW-Q51NMYWV6jZn9vaJSq0qn4Wl-_h9kfjZHv92ZeEqv5opnTyuxvAmTkZEbRnzrU51kpwSitJzr94x1cTZmlfg-3ZQPkCR1r3qfETV29xhDZacLcMCY8BfAgHFe6OKoCXSYPEFCoVQ9jJkZA114caHaohX3wuDRG0aVs3wXzEPxwoTdzzIB4gr6p6awZVw7gIie4teVjccgeLvCbsYQuVfv7CZ6NKqojmC2ZNbQKkFqlj6pUTRx3ebnI8VwPPs5pPDNgHwkIzEhOJvlsyxcqDXtwwQnBSNYoIycqBBvgJzEXHnzVGWILwcRN-T1rNK2wN2YX2BFpBz0AwkO07MqZuOvf5vnFNTui_Na2K6w_ztpOkoPJfv-5so-Y-iQl3xLCZO79AncdqKECiT\""}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"AccountNumber\": null,\r\n  \"CustomerId\": \"\",\r\n  \"Id\": \"SF-1234567\",\r\n  \"BranchNumber\": null,\r\n  \"Name\": \"Acme Fuel Co.\",\r\n  \"AccountStatus\": \"Active\",\r\n  \"Contacts\": [\r\n    {\r\n      \"Title\": \"Ms.\",\r\n      \"FirstName\": \"Jane\",\r\n      \"MiddleName\": \"A.\",\r\n      \"LastName\": \"Doe\",\r\n      \"Suffix\": \"Jr.\",\r\n      \"PrimaryEmailAddr\": \"jane.doe@acmefuel.com\",\r\n      \"Cc\": \"accounts@acmefuel.com\",\r\n      \"Phone\": \"+1-555-0100\",\r\n      \"PhoneExt\": \"101\",\r\n      \"PhoneType\": \"Mobile\",\r\n      \"Fax\": \"+1-555-0199\"\r\n    },\r\n    {\r\n      \"Title\": \"Mr.\",\r\n      \"FirstName\": \"John\",\r\n      \"MiddleName\": \"B.\",\r\n      \"LastName\": \"Smith\",\r\n      \"Suffix\": \"\",\r\n      \"PrimaryEmailAddr\": \"john.smith@acmefuel.com\",\r\n      \"Cc\": \"\",\r\n      \"Phone\": \"+1-555-0101\",\r\n      \"PhoneExt\": \"102\",\r\n      \"PhoneType\": \"Work\",\r\n      \"Fax\": \"\"\r\n    }\r\n  ],\r\n  \"BillingAddress\": {\r\n    \"Address1\": \"123 Fuel Rd\",\r\n    \"Address2\": \"Suite 200\",\r\n    \"City\": \"Springfield\",\r\n    \"State\": \"IL\",\r\n    \"PostalCode\": \"62704\",\r\n    \"Country\": \"USA\",\r\n    \"Latitude\": 39.7817,\r\n    \"Longitude\": -89.6501\r\n  },\r\n  \"Notes\": \"Preferred contact: Jane Doe. Monthly statements via email.\",\r\n  \"CurrentBalance\": 1234.56,\r\n  \"CreditLimit\": 10000.00,\r\n  \"StartCode\": \"ADV\",\r\n  \"TaxClass\": \"T\",\r\n  \"TaxClassDescription\": \"Standard Tax Class\",\r\n  \"TaxGroup\": \"MN\",\r\n  \"TaxGroupDescription\": \"State Fuel Tax\",\r\n  \"TaxLicenseNumber\": \"TX-987654\",\r\n  \"IsActive\": true,\r\n  \"IsCommercial\": true,\r\n  \"RunCode\": 5,\r\n  \"Comment\": \"On monthly billing cycle.\",\r\n  \"Locations\": [\r\n    {\r\n      \"Id\": \"LOC-001\",\r\n      \"CustomerId\": \"\",\r\n      \"AccountNumber\": null,\r\n      \"LocationNumber\": 0,\r\n      \"Name\": \"Main Depot\",\r\n        \"Description1\": \"Cndo\",\r\n        \"Description2\": \"Trky\",\r\n        \"Description3\": \"Cows\",\r\n        \"Description4\": \"Wrhs\",\r\n        \"Description5\": \"Inds\",\r\n        \"Description6\": \"Rent\",\r\n        \"Description7\": \"Shed\",\r\n        \"Description8\": \"Shop\",\r\n        \"Description9\": \"Pool\",\r\n        \"Description10\": \"Trlr\",\r\n      \"Category\": \"LBR1\",\r\n      \"PriceCode\": 2,\r\n      \"LockPrice\": 2.499,\r\n      \"LockDate\": \"12-31-2025\",\r\n      \"Variance\": 0.05,\r\n      \"Salesperson\": 2,\r\n      \"DeliveryAddress\": {\r\n        \"Address1\": \"500 Depot Ln\",\r\n        \"Address2\": \"Dock 1\",\r\n        \"City\": \"Springfield\",\r\n        \"State\": \"IL\",\r\n        \"PostalCode\": \"62705\",\r\n        \"Country\": \"USA\",\r\n        \"Latitude\": 39.7820,\r\n        \"Longitude\": -89.6510\r\n      },\r\n      \"DeliveryInstructions\": \"Do not block gate. Call on arrival.\",\r\n      \"TermsCode\": 1,\r\n      \"StartCode\": \"ADV\",\r\n      \"StartDate\": \"12-04-2025\",\r\n      \"TaxClass\": \"T\",\r\n      \"TaxClassDescription\": \"Standard Tax Class\",\r\n      \"TaxGroup\": \"MN\",\r\n      \"TaxGroupDescription\": \"State Fuel Tax\",\r\n      \"HeatCapacity\": 500.00\r\n    }\r\n  ],\r\n  \"Contracts\": [\r\n    {\r\n      \"ContractNo\": \"CNT-2023-01\",\r\n      \"ContractStart\": \"05-01-2025\",\r\n      \"ContractEnd\": \"04-30-2026\",\r\n      \"Price\": 1.50,\r\n      \"Quantity\": 1000.00\r\n    }\r\n  ],\r\n  \"Equipment\": [\r\n    {\r\n      \"EquipmentId\": \"EQ-500\",\r\n      \"LocationNo\": 1,\r\n      \"Capacity\": 5000.00,\r\n      \"Manufacturer\": \"TankCo\",\r\n      \"InstallDate\": \"03-04-2009\",\r\n      \"EquipmentType\": \"T\",\r\n      \"IsCompanyOwned\": false\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apps.rccbi.com/Interface/Customer/Add","description":"<h2 id=\"add-customer-endpoint\">Add Customer Endpoint</h2>\n<p>This endpoint allows users to add a new customer to the system. The request requires detailed information about the customer, including personal details, billing address, and associated equipment.</p>\n<h3 id=\"query-parameters\">Query Parameters</h3>\n<ul>\n<li><p><strong>DataLogical</strong> (string): The database to store the customer. Contact RCC if planning to use.</p>\n<ul>\n<li>Required: False</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<p>The request body must be a JSON object containing the following parameters:</p>\n<ul>\n<li><p><strong>Id</strong> (string): The Id used in the software that is sending RCC the customer. This will be used to link the RCC customer to the Interface customer</p>\n<ul>\n<li><p>Required: False</p>\n</li>\n<li><p>Size: 50 Characters</p>\n</li>\n</ul>\n</li>\n<li><p><strong>BranchNumber</strong> (string or null): The RCC Branch Number. This is the internal branch which is part of the customer key. A default value can be set in the Interface Settings inside RCC.</p>\n<ul>\n<li><p>Required: False</p>\n</li>\n<li><p>Size: 4 characters</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Name</strong> (string): Full name of the customer.</p>\n<ul>\n<li><p>Required: True</p>\n</li>\n<li><p>Size: 30 characters</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Locations</strong> (array, <strong>optional</strong>): An array of location objects associated with the customer. If no locations are provided, a default location will be automatically created using system-defined defaults.<br />  Each location object may contain:</p>\n<ul>\n<li><p><strong>LocationNumber</strong> (int): Number associated with the location. If not provided a location number will be assigned.</p>\n<ul>\n<li><p>Required: False</p>\n</li>\n<li><p>Size: 3</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Name</strong> (string): Name of the location.</p>\n<ul>\n<li><p>Required: False</p>\n</li>\n<li><p>Size: 30 Characters</p>\n</li>\n</ul>\n</li>\n<li><p><strong>DeliveryAddress</strong> (object): Address details for delivery, including:</p>\n<ul>\n<li><p><strong>Address1</strong> (string): Primary address line.</p>\n<ul>\n<li>Size: 30 characters</li>\n</ul>\n</li>\n<li><p><strong>Address2</strong> (string or null): Secondary address line</p>\n<ul>\n<li>Size: 30 characters</li>\n</ul>\n</li>\n<li><p><strong>City</strong> (string): City of the address.</p>\n<ul>\n<li>Size: 18 characters</li>\n</ul>\n</li>\n<li><p><strong>State</strong> (string): State of the address.</p>\n<ul>\n<li>Size: 3 characters</li>\n</ul>\n</li>\n<li><p><strong>PostalCode</strong> (string): Postal code of the address.</p>\n<ul>\n<li>Size: 10 characters</li>\n</ul>\n</li>\n<li><p><strong>Country</strong> (string): Country of the address.</p>\n<ul>\n<li>Size: 10 characters</li>\n</ul>\n</li>\n<li><p><strong>Latitude</strong> (number): Latitude coordinate (optional).</p>\n<ul>\n<li><p>Required: False</p>\n</li>\n<li><p>Size: 11</p>\n</li>\n<li><p>Format: xxx.xxxxxxxx</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Longitude</strong> (number): Longitude coordinate (optional).</p>\n<ul>\n<li><p>Required: False</p>\n</li>\n<li><p>Size: 11</p>\n</li>\n<li><p>Format: xxx.xxxxxxxx</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><strong>HeatCapacity</strong> (number): Heat capacity associated with the location.</p>\n<ul>\n<li><p>Required: False</p>\n</li>\n<li><p>Size 7</p>\n</li>\n<li><p>Format: xxxxx.xx</p>\n</li>\n</ul>\n</li>\n<li><p><strong>StartCode</strong> (string): Code indicating the start of an agreement (optional).</p>\n<ul>\n<li><p>Required: False</p>\n</li>\n<li><p>Size: 3 characters</p>\n</li>\n</ul>\n</li>\n<li><p><strong>StartDate</strong> (string): Location Start Date in the format of \"MM-DD-YYYY\". If not provided, current system date is used.</p>\n<ul>\n<li>Required: False</li>\n</ul>\n</li>\n<li><p><strong>TaxGroup</strong> (string): Tax group associated with the location (optional).</p>\n<ul>\n<li><p>Required: False</p>\n</li>\n<li><p>Size: 4 characters</p>\n</li>\n</ul>\n</li>\n<li><p><strong>TaxClass</strong> (string): Tax class associated with the location (optional).</p>\n<ul>\n<li><p>Required: False</p>\n</li>\n<li><p>Size: 1 character</p>\n</li>\n</ul>\n</li>\n<li><p><strong>DeliveryInstructions</strong> (string): Location Delivery instructions</p>\n<ul>\n<li><p>Required: False</p>\n</li>\n<li><p>Size: 120 characters</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Description</strong> (string): Location Description code.</p>\n<ul>\n<li><p>Required: False</p>\n</li>\n<li><p>Size: 4 characters</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Description1</strong> (string): Location Description code.</p>\n<ul>\n<li><p>Required: False</p>\n</li>\n<li><p>Size: 4 characters</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Description2</strong> (string): Location Description code.</p>\n<ul>\n<li><p>Required: False</p>\n</li>\n<li><p>Size: 4 characters</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Description3</strong> (string): Location Description code.</p>\n<ul>\n<li><p>Required: False</p>\n</li>\n<li><p>Size: 4 characters</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Description4</strong> (string): Location Description code.</p>\n<ul>\n<li><p>Required: False</p>\n</li>\n<li><p>Size: 4 characters</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Description5</strong> (string): Location Description code.</p>\n<ul>\n<li><p>Required: False</p>\n</li>\n<li><p>Size: 4 characters</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Description6</strong> (string): Location Description code.</p>\n<ul>\n<li><p>Required: False</p>\n</li>\n<li><p>Size: 4 characters</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Description7</strong> (string): Location Description code.</p>\n<ul>\n<li><p>Required: False</p>\n</li>\n<li><p>Size: 4 characters</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Description8</strong> (string): Location Descripion code.</p>\n<ul>\n<li><p>Required: False</p>\n</li>\n<li><p>Size: 4 characters</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Description9</strong> (string): Location Description code.</p>\n<ul>\n<li><p>Required: False</p>\n</li>\n<li><p>Size: 4 characters</p>\n</li>\n</ul>\n</li>\n<li><p><strong>PriceCode</strong> (number): RCC Price Code.</p>\n<ul>\n<li>Required: False</li>\n</ul>\n</li>\n<li><p><strong>Category</strong> (string): RCC Category.</p>\n<ul>\n<li>Required: False</li>\n</ul>\n</li>\n<li><p><strong>LockPrice</strong> (number): Locked in price for location.</p>\n<ul>\n<li>Required: False</li>\n</ul>\n</li>\n<li><p><strong>LockDate</strong> (string): Price locked in until this date in the format of \"MM-DD-YYYY\".</p>\n<ul>\n<li>Required: False</li>\n</ul>\n</li>\n<li><p><strong>Variance</strong> (number): Price variance for location.</p>\n<ul>\n<li>Required: False</li>\n</ul>\n</li>\n<li><p><strong>Salesperson</strong> (number): Location salesperson.</p>\n<ul>\n<li><p>Required: False</p>\n</li>\n<li><p>Size: 3 digits</p>\n</li>\n</ul>\n</li>\n<li><p><strong>TermsCode</strong> (number): Location terms code.</p>\n<ul>\n<li><p>Required: False</p>\n</li>\n<li><p>Size: 2 digits</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Type</strong>: Type of location. If not provided, default value from setup is used.</p>\n<ul>\n<li><p>Required: False</p>\n</li>\n<li><p>Size: 2 characters</p>\n</li>\n<li><p>Allowed Values</p>\n<ul>\n<li><p>\"<strong>DD</strong>\": Degree Day</p>\n</li>\n<li><p>\"<strong>FW</strong>\": Fill by Weeks</p>\n</li>\n<li><p>\"<strong>FD</strong>\": Fill by Days</p>\n</li>\n<li><p>\"<strong>WC</strong>\": Will Call</p>\n</li>\n<li><p>\"<strong>TM</strong>\": Tank Monitor</p>\n</li>\n<li><p>\"<strong>MT</strong>\": Meter</p>\n</li>\n<li><p>\"<strong>NG</strong>\": Natural Gas</p>\n</li>\n<li><p>\"<strong>NF</strong>\": Non-Fuel</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><strong>Contacts</strong> (array): An array of contact objects for the customer, each containing:</p>\n<ul>\n<li><p><strong>FirstName</strong> (string): First name of the contact.</p>\n<ul>\n<li><p>Required: True</p>\n</li>\n<li><p>Size: 30 characters</p>\n</li>\n</ul>\n</li>\n<li><p><strong>LastName</strong> (string): Last name of the contact.</p>\n<ul>\n<li><p>Required: True</p>\n</li>\n<li><p>Size: 30 characters</p>\n</li>\n</ul>\n</li>\n<li><p><strong>PrimaryEmailAddr</strong> (string): Primary email address of the contact.</p>\n<ul>\n<li><p>Required: False</p>\n</li>\n<li><p>Size: 60 characters</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Phone</strong> (number): Phone number of the contact.</p>\n<ul>\n<li><p>Required: False</p>\n</li>\n<li><p>Size: 11 characters</p>\n</li>\n</ul>\n</li>\n<li><p><strong>PhoneExt</strong> (string or null): Phone extension.</p>\n<ul>\n<li><p>Required: False</p>\n</li>\n<li><p>Size: 4 characters</p>\n</li>\n</ul>\n</li>\n<li><p><strong>PhoneType</strong> (string or null): Type of phone.</p>\n<ul>\n<li><p>Required: False</p>\n</li>\n<li><p>Size: 3 characters</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><strong>BillingAddress</strong> (object): Billing address details, including:</p>\n<ul>\n<li><p>Required: True</p>\n</li>\n<li><p><strong>Address1</strong> (string): Primary billing address line.</p>\n<ul>\n<li><p>Required: True</p>\n</li>\n<li><p>Size: 30 characters</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Address2</strong> (string or null): Secondary address line.</p>\n<ul>\n<li><p>Required: False</p>\n</li>\n<li><p>Size: 30 characters</p>\n</li>\n</ul>\n</li>\n<li><p><strong>City</strong> (string): City of the billing address.</p>\n<ul>\n<li><p>Required: True</p>\n</li>\n<li><p>Size: 18 characters</p>\n</li>\n</ul>\n</li>\n<li><p><strong>State</strong> (string): State of the billing address.</p>\n<ul>\n<li><p>Required: True</p>\n</li>\n<li><p>Size: 3 characters</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Country</strong> (string): Country of the address.</p>\n<ul>\n<li><p>Required: False</p>\n</li>\n<li><p>Size: 10 Characters</p>\n</li>\n</ul>\n</li>\n<li><p><strong>PostalCode</strong> (string): Postal code of the billing address.</p>\n<ul>\n<li><p>Required: True</p>\n</li>\n<li><p>Size: 10 characters</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Latitude</strong> (number): Latitude coordinate.</p>\n<ul>\n<li><p>Required: False</p>\n</li>\n<li><p>Size: 11</p>\n</li>\n<li><p>Format: xxx.xxxxxxx</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Longitude</strong> (number): Longitude coordinate.</p>\n<ul>\n<li><p>Required: False</p>\n</li>\n<li><p>Size: 11</p>\n</li>\n<li><p>Format: xxx.xxxxxxx</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><strong>CurrentBalance</strong> (number): Current balance of the customer.</p>\n<ul>\n<li><p>Required: False</p>\n</li>\n<li><p>Size: 11</p>\n</li>\n<li><p>Format: xxxxxxxxx.xx</p>\n</li>\n</ul>\n</li>\n<li><p><strong>CreditLimit</strong> (number): Credit limit set for the customer.</p>\n<ul>\n<li><p>Required: False</p>\n</li>\n<li><p>Size: 11</p>\n</li>\n<li><p>Format: xxxxxxxxx.xx</p>\n</li>\n</ul>\n</li>\n<li><p><strong>StartCode</strong> (string): Code indicating the start of an agreement.</p>\n<ul>\n<li><p>Required: False</p>\n</li>\n<li><p>Size: 3 characters</p>\n</li>\n</ul>\n</li>\n<li><p><strong>StartDate</strong> (string): Start date for customer in the format of \"MM-DD-YYYY\". If not supplied, current system date is used.</p>\n<ul>\n<li>Required: False</li>\n</ul>\n</li>\n<li><p><strong>TaxClass</strong> (string or null): Tax class associated with the customer.</p>\n<ul>\n<li><p>Required: False</p>\n</li>\n<li><p>Size: 1 characters</p>\n</li>\n</ul>\n</li>\n<li><p><strong>TaxGroup</strong> (string or null): Tax group associated with the customer.</p>\n<ul>\n<li><p>Required: False</p>\n</li>\n<li><p>Size: 4 characters</p>\n</li>\n</ul>\n</li>\n<li><p><strong>TaxLicenseNumber</strong> (string or null): Tax license number.</p>\n<ul>\n<li><p>Required: False</p>\n</li>\n<li><p>Size: 20 characters</p>\n</li>\n</ul>\n</li>\n<li><p><strong>IsActive</strong> (boolean): Status indicating if the customer is active.</p>\n<ul>\n<li>Required: False</li>\n</ul>\n</li>\n<li><p><strong>IsCommercial</strong> (boolean): Status indicating if the customer is commercial.</p>\n<ul>\n<li>Required: False</li>\n</ul>\n</li>\n<li><p><strong>RunCode</strong> (string or null): Code related to the customer run.</p>\n<ul>\n<li><p>Required: False</p>\n</li>\n<li><p>Size: 2</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Comment</strong> (string): Customer Comment</p>\n<ul>\n<li><p>Required: False</p>\n</li>\n<li><p>Size: 60 characters</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Contracts</strong> (array, <strong>optional</strong>): An array of contract objects associated with the customer, each containing:</p>\n<ul>\n<li><p><strong>ContractNo</strong> (string): Contract number.</p>\n<ul>\n<li><p>Required:</p>\n<ul>\n<li><p><strong>True</strong>, if a Contract object is provided</p>\n</li>\n<li><p><strong>False</strong>, if Contract is omitted or null</p>\n</li>\n</ul>\n</li>\n<li><p>Size: 6 characters</p>\n</li>\n</ul>\n</li>\n<li><p><strong>ContractStart</strong> (string): Start date of the contract.</p>\n<ul>\n<li><p>Required: False</p>\n</li>\n<li><p>Format: MM-dd-yyyy</p>\n</li>\n</ul>\n</li>\n<li><p><strong>ContractEnd</strong> (string): End date of the contract.</p>\n<ul>\n<li><p>Required: False</p>\n</li>\n<li><p>Format: MM-dd-yyyy</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Price</strong> (number): Price associated with the contract.</p>\n<ul>\n<li><p>Required: False</p>\n</li>\n<li><p>Format: xxxx.xxxxx</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Quantity</strong> (number): Quantity associated with the contract.</p>\n<ul>\n<li><p>Required: False</p>\n</li>\n<li><p>Format: xxxxxxx.xx</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><strong>Equipment</strong> (array, <strong>optional</strong>): An array of equipment objects associated with the customer, each containing:</p>\n<ul>\n<li><p><strong>EquipmentId</strong> (string): Unique identifier for the equipment.</p>\n<ul>\n<li><p>Required:</p>\n<ul>\n<li><p><strong>True</strong>, if an Equipment object is provided</p>\n</li>\n<li><p><strong>False</strong>, if Equipment is ommitted or null</p>\n</li>\n</ul>\n</li>\n<li><p>Size: 22 characters</p>\n</li>\n</ul>\n</li>\n<li><p><strong>LocationNo</strong> (number): Location number associated with the equipment.</p>\n<ul>\n<li><p>Required: False</p>\n</li>\n<li><p>Size: 3</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Manufacturer</strong> (string): Manufacturer of the equipment.</p>\n<ul>\n<li><p>Required: False</p>\n</li>\n<li><p>Size: 20 characters</p>\n</li>\n</ul>\n</li>\n<li><p><strong>InstallDate</strong> (string): Installation date of the equipment.</p>\n<ul>\n<li><p>Required: False</p>\n</li>\n<li><p>Format: MM-dd-yyyy</p>\n</li>\n</ul>\n</li>\n<li><p><strong>EquipmentType</strong> (string): Type of equipment.</p>\n<ul>\n<li><p>Required: False</p>\n</li>\n<li><p>Size: 4 characters</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Capacity</strong> (number): Capacity of the piece of equipment.</p>\n<ul>\n<li>Required: False</li>\n</ul>\n</li>\n<li><p><strong>IsCompanyOwned</strong> (boolean): Is this equipment owned by the company?</p>\n<ul>\n<li>Required: False</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"expected-response\">Expected Response</h3>\n<h4 id=\"response\">Response</h4>\n<p>Upon successfully adding a customer, the response will include a confirmation of the operation's success, along with any relevant identifiers or status messages.</p>\n<ul>\n<li><p>Status: 201</p>\n</li>\n<li><p>Content-Type: application/json</p>\n</li>\n<li><p>The request body will be a JSON object containing the following parameters:</p>\n<ul>\n<li><p><strong>Result</strong> (boolean): <strong>True</strong></p>\n</li>\n<li><p><strong>ErrorCode</strong> (integer): <strong>0</strong></p>\n</li>\n<li><p><strong>ErrorMessage</strong> (string): <strong>null</strong></p>\n</li>\n<li><p><strong>Data</strong> (object): Object that contains response values</p>\n<ul>\n<li><p><strong>Id</strong> (string): Supplied customer Id</p>\n</li>\n<li><p><strong>AccountNumber</strong> (integer): Account number of created customer.</p>\n</li>\n<li><p><strong>CustomerId</strong> (string): RCC created customer id.</p>\n</li>\n<li><p><strong>LocationNumbers</strong> (arraylist): List of location numbers created</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"partial-success-created-by-data-issue\">Partial Success (Created by Data Issue)</h4>\n<p>If the customer creation request is processed but contains data issues (e.g. missing required fields), the API will still return 201 Created but include warnings and failure details</p>\n<ul>\n<li><p>Status: 201 Created</p>\n</li>\n<li><p>Content-Type: application/json</p>\n</li>\n<li><p>The request body will be a JSON object containing the following parameters:</p>\n<ul>\n<li><p><strong>Result</strong> (boolean): <strong>False</strong></p>\n</li>\n<li><p><strong>ErrorCode</strong> (integer): <strong>1</strong></p>\n</li>\n<li><p><strong>ErrorMessage</strong> (string): Text of the error message</p>\n</li>\n<li><p><strong>CustomerWithWarnings</strong> (arraylist): List of warning message</p>\n<ul>\n<li><p><strong>Id</strong>: Customer Id with warnings</p>\n</li>\n<li><p><strong>WarningMessage</strong>: Text of warning message.</p>\n<ul>\n<li><p>Example: \"Missing Name. A Name is required if not providing a unique CustomerId.\"</p>\n</li>\n<li><p>Example: \"A piece of equipment already exists with the provided EquipmentId: 12121233. EquipmentId must be unique in order to be added.\"</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><strong>Data</strong> (object): Object that contains response values</p>\n<ul>\n<li><p><strong>Id</strong> (string): Supplied customer Id</p>\n</li>\n<li><p><strong>AccountNumber</strong> (integer): Account number of created customer.</p>\n</li>\n<li><p><strong>CustomerId</strong> (string): RCC created customer id.</p>\n</li>\n<li><p><strong>LocationNumbers</strong> (arraylist): List of location numbers created</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"bad-request\">Bad Request</h4>\n<p>If the request is invalid (e.g. malformed JSON, missing required parameters):</p>\n<ul>\n<li><p>Status: 400 Bad Request</p>\n</li>\n<li><p>Content-Type: application/json</p>\n</li>\n</ul>\n<h4 id=\"unauthorized\">Unauthorized</h4>\n<p>If the request lacks valid authentication credentials:</p>\n<ul>\n<li><p>Status: 401 Unauthorized</p>\n</li>\n<li><p>Content-Type: application/json</p>\n</li>\n</ul>\n<h4 id=\"error-handling\">Error Handling</h4>\n<p>If an exception occurs during processing, the API will return:</p>\n<ul>\n<li><p>Status: 500 Internal Server Error</p>\n</li>\n<li><p>Content-Type: application/json</p>\n</li>\n</ul>\n<h3 id=\"notes\">Notes</h3>\n<ul>\n<li><p>Ensure that all required fields are populated correctly to avoid validation errors.</p>\n</li>\n<li><p>The <code>Locations</code>, <code>Contacts</code>, <code>Contracts</code>, and <code>Equipment</code> arrays can contain multiple entries as needed.</p>\n</li>\n<li><p>This endpoint is essential for managing customer data within the system and should be used with care to maintain data integrity.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["Interface","Customer","Add"],"host":["apps","rccbi","com"],"query":[],"variable":[]}},"response":[{"id":"9b966ce7-2451-48b9-97bc-343c41dd7651","name":"Add","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"AccountNumber\": null,\r\n  \"CustomerId\": \"\",\r\n  \"Id\": \"SF-1234567\",\r\n  \"BranchNumber\": null,\r\n  \"Name\": \"Acme Fuel Co.\",\r\n  \"AccountStatus\": \"Active\",\r\n  \"Contacts\": [\r\n    {\r\n      \"Title\": \"Ms.\",\r\n      \"FirstName\": \"Jane\",\r\n      \"MiddleName\": \"A.\",\r\n      \"LastName\": \"Doe\",\r\n      \"Suffix\": \"Jr.\",\r\n      \"PrimaryEmailAddr\": \"jane.doe@acmefuel.com\",\r\n      \"Cc\": \"accounts@acmefuel.com\",\r\n      \"Phone\": \"+1-555-0100\",\r\n      \"PhoneExt\": \"101\",\r\n      \"PhoneType\": \"Mobile\",\r\n      \"Fax\": \"+1-555-0199\"\r\n    },\r\n    {\r\n      \"Title\": \"Mr.\",\r\n      \"FirstName\": \"John\",\r\n      \"MiddleName\": \"B.\",\r\n      \"LastName\": \"Smith\",\r\n      \"Suffix\": \"\",\r\n      \"PrimaryEmailAddr\": \"john.smith@acmefuel.com\",\r\n      \"Cc\": \"\",\r\n      \"Phone\": \"+1-555-0101\",\r\n      \"PhoneExt\": \"102\",\r\n      \"PhoneType\": \"Work\",\r\n      \"Fax\": \"\"\r\n    }\r\n  ],\r\n  \"BillingAddress\": {\r\n    \"Address1\": \"123 Fuel Rd\",\r\n    \"Address2\": \"Suite 200\",\r\n    \"City\": \"Springfield\",\r\n    \"State\": \"IL\",\r\n    \"PostalCode\": \"62704\",\r\n    \"Country\": \"USA\",\r\n    \"Latitude\": 39.7817,\r\n    \"Longitude\": -89.6501\r\n  },\r\n  \"Notes\": \"Preferred contact: Jane Doe. Monthly statements via email.\",\r\n  \"CurrentBalance\": 1234.56,\r\n  \"CreditLimit\": 10000.00,\r\n  \"StartCode\": \"ADV\",\r\n  \"TaxClass\": \"T\",\r\n  \"TaxClassDescription\": \"Standard Tax Class\",\r\n  \"TaxGroup\": \"MN\",\r\n  \"TaxGroupDescription\": \"State Fuel Tax\",\r\n  \"TaxLicenseNumber\": \"TX-987654\",\r\n  \"IsActive\": true,\r\n  \"IsCommercial\": true,\r\n  \"RunCode\": 5,\r\n  \"Comment\": \"On monthly billing cycle.\",\r\n  \"Locations\": [\r\n    {\r\n      \"Id\": \"LOC-001\",\r\n      \"CustomerId\": \"\",\r\n      \"AccountNumber\": null,\r\n      \"LocationNumber\": 0,\r\n      \"Name\": \"Main Depot\",\r\n        \"Description1\": \"Cndo\",\r\n        \"Description2\": \"Trky\",\r\n        \"Description3\": \"Cows\",\r\n        \"Description4\": \"Wrhs\",\r\n        \"Description5\": \"Inds\",\r\n        \"Description6\": \"Rent\",\r\n        \"Description7\": \"Shed\",\r\n        \"Description8\": \"Shop\",\r\n        \"Description9\": \"Pool\",\r\n        \"Description10\": \"Trlr\",\r\n      \"Category\": \"LBR1\",\r\n      \"PriceCode\": 2,\r\n      \"LockPrice\": 2.499,\r\n      \"LockDate\": \"12-31-2025\",\r\n      \"Variance\": 0.05,\r\n      \"Salesperson\": 2,\r\n      \"DeliveryAddress\": {\r\n        \"Address1\": \"500 Depot Ln\",\r\n        \"Address2\": \"Dock 1\",\r\n        \"City\": \"Springfield\",\r\n        \"State\": \"IL\",\r\n        \"PostalCode\": \"62705\",\r\n        \"Country\": \"USA\",\r\n        \"Latitude\": 39.7820,\r\n        \"Longitude\": -89.6510\r\n      },\r\n      \"DeliveryInstructions\": \"Do not block gate. Call on arrival.\",\r\n      \"TermsCode\": 1,\r\n      \"StartCode\": \"ADV\",\r\n      \"TaxClass\": \"T\",\r\n      \"TaxClassDescription\": \"Standard Tax Class\",\r\n      \"TaxGroup\": \"MN\",\r\n      \"TaxGroupDescription\": \"State Fuel Tax\",\r\n      \"HeatCapacity\": 500.00\r\n    }\r\n  ],\r\n  \"Contracts\": [\r\n    {\r\n      \"ContractNo\": \"CNT-2023-01\",\r\n      \"ContractStart\": \"05-01-2025\",\r\n      \"ContractEnd\": \"04-30-2026\",\r\n      \"Price\": 1.50,\r\n      \"Quantity\": 1000.00\r\n    }\r\n  ],\r\n  \"Equipment\": [\r\n    {\r\n      \"EquipmentId\": \"EQ-500\",\r\n      \"LocationNo\": 1,\r\n      \"Capacity\": 5000.00,\r\n      \"Manufacturer\": \"TankCo\",\r\n      \"InstallDate\": \"03-04-2009\",\r\n      \"EquipmentType\": \"T\",\r\n      \"IsCompanyOwned\": false\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apps.rccbi.com/Interface/Customer/Add"},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"Data\": {\r\n        \"Id\": \"78945487\",\r\n        \"BranchNumber\": \"A000\",\r\n        \"AccountNumber\": 213,\r\n        \"CustomerId\": \"SMIJ42\"\r\n    },\r\n    \"Result\": true,\r\n    \"Status\": \"Success\",\r\n    \"Message\": \"Customer was successfully added\",\r\n    \"Warnings\": [],\r\n    \"ErrorCode\": null,\r\n    \"ErrorMessage\": null\r\n}"}],"_postman_id":"f1b2559b-4c5c-4fc5-a5ce-e2839df96935"}],"id":"9d4e27c3-f4ac-44d5-94c9-b546a0a440d0","_postman_id":"9d4e27c3-f4ac-44d5-94c9-b546a0a440d0","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"\"VrXgDCIbUsrgrELMd65fXwCdm0RNO2P9wdQI797mWeHVYA04D5KM7Uibq8zVLyaQhmk62Ac4pUniioCTLOsC9OYfrGmk-t9VXgTmIxDaZTIWa974bvUOkgt1F9XE7lOpLaE9Z3wxGp3abTuVbU2w1nt8W7OloLiLnRWYhDNJuQlenprVxzxU0QeA-cm2CAEjAyGca-PKcdPWYpQlh4-ut7VB-9Zwn1-ksCc7M8BRbmYphb1faOW-Q51NMYWV6jZn9vaJSq0qn4Wl-_h9kfjZHv92ZeEqv5opnTyuxvAmTkZEbRnzrU51kpwSitJzr94x1cTZmlfg-3ZQPkCR1r3qfETV29xhDZacLcMCY8BfAgHFe6OKoCXSYPEFCoVQ9jJkZA114caHaohX3wuDRG0aVs3wXzEPxwoTdzzIB4gr6p6awZVw7gIie4teVjccgeLvCbsYQuVfv7CZ6NKqojmC2ZNbQKkFqlj6pUTRx3ebnI8VwPPs5pPDNgHwkIzEhOJvlsyxcqDXtwwQnBSNYoIycqBBvgJzEXHnzVGWILwcRN-T1rNK2wN2YX2BFpBz0AwkO07MqZuOvf5vnFNTui_Na2K6w_ztpOkoPJfv-5so-Y-iQl3xLCZO79AncdqKECiT\""}]},"isInherited":true,"source":{"_postman_id":"d94d9834-1376-4f19-aca1-0a87b7f058ba","id":"d94d9834-1376-4f19-aca1-0a87b7f058ba","name":"RCCInterfaceApi","type":"collection"}}},{"name":"Locations","item":[{"name":"ManualTicket","item":[{"name":"Add","id":"6e402145-44d8-4dbb-9e02-2da6c717ca91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"\"VrXgDCIbUsrgrELMd65fXwCdm0RNO2P9wdQI797mWeHVYA04D5KM7Uibq8zVLyaQhmk62Ac4pUniioCTLOsC9OYfrGmk-t9VXgTmIxDaZTIWa974bvUOkgt1F9XE7lOpLaE9Z3wxGp3abTuVbU2w1nt8W7OloLiLnRWYhDNJuQlenprVxzxU0QeA-cm2CAEjAyGca-PKcdPWYpQlh4-ut7VB-9Zwn1-ksCc7M8BRbmYphb1faOW-Q51NMYWV6jZn9vaJSq0qn4Wl-_h9kfjZHv92ZeEqv5opnTyuxvAmTkZEbRnzrU51kpwSitJzr94x1cTZmlfg-3ZQPkCR1r3qfETV29xhDZacLcMCY8BfAgHFe6OKoCXSYPEFCoVQ9jJkZA114caHaohX3wuDRG0aVs3wXzEPxwoTdzzIB4gr6p6awZVw7gIie4teVjccgeLvCbsYQuVfv7CZ6NKqojmC2ZNbQKkFqlj6pUTRx3ebnI8VwPPs5pPDNgHwkIzEhOJvlsyxcqDXtwwQnBSNYoIycqBBvgJzEXHnzVGWILwcRN-T1rNK2wN2YX2BFpBz0AwkO07MqZuOvf5vnFNTui_Na2K6w_ztpOkoPJfv-5so-Y-iQl3xLCZO79AncdqKECiT\""}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"CustomerId\" : \"ABCCOM\",\r\n    \"LocationNumber\" : 10,\r\n    \"PromiseDate\" : \"2025-11-31\",\r\n    \"Price\" : 1.89,\r\n    \"Quantity\" : 200,\r\n    \"Priority\": null,\r\n    \"Message\" : \"Interface Api Test Message\"\r\n}"},"url":"https://apps.rccbi.com/Interface/Locations/ManualTicket/Add","description":"<h2 id=\"add-manual-ticket\">Add Manual Ticket</h2>\n<p>This endpoint allows you to add a manual ticket/delivery ticket to a customer and location for a delivery.</p>\n<h3 id=\"request-body\">Request Body</h3>\n<p>The request body must be in JSON format and should contain the following parameters:</p>\n<ul>\n<li><p><strong>CustomerId</strong> (string): The RCC customer Id associated with the delivery request.</p>\n<ul>\n<li>Required: True</li>\n</ul>\n</li>\n<li><p><strong>LocationNumber</strong> (integer): The number associated with the location.</p>\n<ul>\n<li>Required: True</li>\n</ul>\n</li>\n<li><p><strong>PromiseDate</strong> (string): The date by which the delivery is promised, formatted as YYYY-MM-DD.</p>\n<ul>\n<li>Required: True</li>\n</ul>\n</li>\n<li><p><strong>Price</strong> (number): The price of the ticket.</p>\n<ul>\n<li>Required: False</li>\n</ul>\n</li>\n<li><p><strong>Quantity</strong> (integer): The quantity to be delivered.</p>\n<ul>\n<li>Required: False</li>\n</ul>\n</li>\n<li><p><strong>Percent</strong> (integer): The current percent of the location.</p>\n<ul>\n<li>Required: False</li>\n</ul>\n</li>\n<li><p><strong>Priority</strong> (integer): The priority of the manual ticket.</p>\n<ul>\n<li><p>Required: False</p>\n</li>\n<li><p>Value: 0-9</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Message</strong> (string): An optional message related to the ticket.</p>\n<ul>\n<li>Required: False</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"example-payload\">Example Payload</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"CustomerId\": \"ABCCOM\",\n  \"LocationNumber\": 10,\n  \"PromiseDate\": \"2025-11-31\",\n  \"Price\": 1.89,\n  \"Quantity\": 200,\n  \"Message\": \"Interface Api Test Message\"\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["Interface","Locations","ManualTicket","Add"],"host":["apps","rccbi","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6e402145-44d8-4dbb-9e02-2da6c717ca91"}],"id":"b61b06e4-68ef-420e-8ea8-8485955de346","_postman_id":"b61b06e4-68ef-420e-8ea8-8485955de346","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"\"VrXgDCIbUsrgrELMd65fXwCdm0RNO2P9wdQI797mWeHVYA04D5KM7Uibq8zVLyaQhmk62Ac4pUniioCTLOsC9OYfrGmk-t9VXgTmIxDaZTIWa974bvUOkgt1F9XE7lOpLaE9Z3wxGp3abTuVbU2w1nt8W7OloLiLnRWYhDNJuQlenprVxzxU0QeA-cm2CAEjAyGca-PKcdPWYpQlh4-ut7VB-9Zwn1-ksCc7M8BRbmYphb1faOW-Q51NMYWV6jZn9vaJSq0qn4Wl-_h9kfjZHv92ZeEqv5opnTyuxvAmTkZEbRnzrU51kpwSitJzr94x1cTZmlfg-3ZQPkCR1r3qfETV29xhDZacLcMCY8BfAgHFe6OKoCXSYPEFCoVQ9jJkZA114caHaohX3wuDRG0aVs3wXzEPxwoTdzzIB4gr6p6awZVw7gIie4teVjccgeLvCbsYQuVfv7CZ6NKqojmC2ZNbQKkFqlj6pUTRx3ebnI8VwPPs5pPDNgHwkIzEhOJvlsyxcqDXtwwQnBSNYoIycqBBvgJzEXHnzVGWILwcRN-T1rNK2wN2YX2BFpBz0AwkO07MqZuOvf5vnFNTui_Na2K6w_ztpOkoPJfv-5so-Y-iQl3xLCZO79AncdqKECiT\""}]},"isInherited":true,"source":{"_postman_id":"d94d9834-1376-4f19-aca1-0a87b7f058ba","id":"d94d9834-1376-4f19-aca1-0a87b7f058ba","name":"RCCInterfaceApi","type":"collection"}}},{"name":"AddUpdate","id":"368584d0-bea3-41c4-bda0-c3ef6e7b733c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"Id\": \"\",\r\n        \"CustomerId\": \"ABCCM\",\r\n        \"LocationNumber\": \"1\",\r\n        \"Name\": \"Home\",\r\n        \"DeliveryAddress\": {\r\n            \"Address1\": \"123 Test Lane\",\r\n            \"City\": \"Lake City\",\r\n            \"State\": \"MN\",\r\n            \"PostalCode\": \"55041\",\r\n            \"Country\": \"USA\",\r\n            \"Latitude\": 0.0,\r\n            \"Longitude\": 0.0\r\n        },\r\n        \"HeatCapacity\": 6,\r\n        \"StartCode\": \"\",\r\n        \"TaxGroup\": \"\",\r\n        \"TaxClass\": \"\"\r\n    },\r\n    {\r\n        \"Id\": \"\",\r\n        \"CustomerId\": \"ABCCOM\",\r\n        \"LocationNumber\": \"2\",\r\n        \"Name\": \"Shop\",\r\n        \"DeliveryAddress\": {\r\n            \"Address1\": \"123 Test Lane\",\r\n            \"City\": \"Lake City\",\r\n            \"State\": \"MN\",\r\n            \"PostalCode\": \"55041\",\r\n            \"Country\": \"USA\"\r\n        },\r\n        \"HeatCapacity\": 6\r\n    },\r\n    {\r\n        \"Id\": \"\",\r\n        \"CustomerId\": \"ALBARI\",\r\n        \"LocationNumber\": \"1\",\r\n        \"Name\": \"Shed\",\r\n        \"DeliveryAddress\": {\r\n            \"Address1\": \"1234 Test Lane\",\r\n            \"City\": \"Lake City\",\r\n            \"State\": \"MN\",\r\n            \"PostalCode\": \"55041\",\r\n            \"Country\": \"USA\"\r\n        },\r\n        \"HeatCapacity\": 6\r\n    },\r\n    {\r\n        \"Id\": \"\",\r\n        \"CustomerId\": \"ALBARI\",\r\n        \"LocationNumber\": \"2\",\r\n        \"Name\": \"Apartment\",\r\n        \"DeliveryAddress\": {\r\n            \"Address1\": \"1245 Test Lane\",\r\n            \"City\": \"Lake City\",\r\n            \"State\": \"MN\",\r\n            \"PostalCode\": \"55041\",\r\n            \"Country\": \"USA\"\r\n        },\r\n        \"HeatCapacity\": 7\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://apps.rccbi.com/Interface/Locations/AddUpdate","description":"<h1 id=\"add-or-update-location\">Add or Update Location</h1>\n<p>This endpoint allows you to add or update a list of locations.</p>\n<h2 id=\"query-parameters\">Query Parameters</h2>\n<ul>\n<li><p><strong>DataLogical</strong> (string): The database to store the customer location. Contact RCC to use.</p>\n<ul>\n<li>Required: False</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"request-body\">Request Body</h2>\n<p>The request should be sent as a JSON array with the following parameters:</p>\n<ul>\n<li><p><code>Id</code> (string, optional): The ID of the location. The Id used in the software that is sending RCC the customer. This will be used to link the RCC customer location to the Interface customer.</p>\n<ul>\n<li><p>Required: False</p>\n</li>\n<li><p>Size: 50 characters</p>\n</li>\n</ul>\n</li>\n<li><p><code>CustomerId</code> (string): The RCC customer ID. This is the internal RCC customer id and will be used to add or update a location in RCC.</p>\n<ul>\n<li><p>Required: True</p>\n</li>\n<li><p>Size: 6 characters</p>\n</li>\n</ul>\n</li>\n<li><p><code>LocationNumber</code> (int): The location number. If not provided a location number will be assigned.</p>\n<ul>\n<li><p>Required: False</p>\n</li>\n<li><p>Size: 3</p>\n</li>\n</ul>\n</li>\n<li><p><code>Name</code> (string): The name of the location.</p>\n<ul>\n<li><p>Required: False</p>\n</li>\n<li><p>Size: 30 characters</p>\n</li>\n</ul>\n</li>\n<li><p><code>DeliveryAddress</code> (object): A delivery address details including:</p>\n<ul>\n<li><p>Required: False</p>\n</li>\n<li><p><code>Address1</code> (string): The first line of the address.</p>\n<ul>\n<li>Size: 30 characters</li>\n</ul>\n</li>\n<li><p><code>City</code> (string): The city.</p>\n<ul>\n<li>Size: 18 characters</li>\n</ul>\n</li>\n<li><p><code>State</code> (string): The state.</p>\n<ul>\n<li>Size: 3 characters</li>\n</ul>\n</li>\n<li><p><code>PostalCode</code> (string): The postal code.</p>\n<ul>\n<li>Size: 10 characters</li>\n</ul>\n</li>\n<li><p><code>Country</code> (string): The country.</p>\n<ul>\n<li>Size: 10 characters</li>\n</ul>\n</li>\n<li><p>Latitude (number): The latitude of the address.</p>\n<ul>\n<li><p>Required: False</p>\n</li>\n<li><p>Size: 11</p>\n</li>\n<li><p>Format: xxx.xxxxxxx</p>\n</li>\n</ul>\n</li>\n<li><p>Longitude (number): The lognitude of the address.</p>\n<ul>\n<li><p>Required: False</p>\n</li>\n<li><p>Size: 11</p>\n</li>\n<li><p>Format: xxx.xxxxxxx</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>HeatCapacity</code> (number): The heat capacity of the location.</p>\n<ul>\n<li><p>Required: False</p>\n</li>\n<li><p>Size: 7</p>\n</li>\n<li><p>Format: xxxxxxx.xx</p>\n</li>\n</ul>\n</li>\n<li><p>StartCode (string): The RCC start code.</p>\n<ul>\n<li><p>Required: False</p>\n</li>\n<li><p>Size: 3 characters</p>\n</li>\n</ul>\n</li>\n<li><p>TaxGroup (string): The RCC tax group.</p>\n<ul>\n<li><p>Required: False</p>\n</li>\n<li><p>Size: 4 characters</p>\n</li>\n</ul>\n</li>\n<li><p>TaxClass (string): The RCC tax class</p>\n<ul>\n<li><p>Required: False</p>\n</li>\n<li><p>Size: 1 character</p>\n</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>The response will be in JSON format with the following fields:</p>\n<ul>\n<li><p><code>Status</code> (string): The status of the operation.</p>\n</li>\n<li><p><code>Message</code> (string): Any additional message related to the operation.</p>\n</li>\n<li><p><code>Locations</code> (array): An array of locations (if applicable).</p>\n</li>\n<li><p><code>LocationsWithWarnings</code> (array): An array of locations with any warnings including:</p>\n<ul>\n<li><p><code>Id</code> (string): The ID of the location.</p>\n</li>\n<li><p><code>WarningMessage</code> (string): The warning message.</p>\n</li>\n<li><p><code>MissingField</code> (string): Any missing field in the location.</p>\n</li>\n</ul>\n</li>\n<li><p><code>Result</code> (boolean): The result of the operation.</p>\n</li>\n<li><p><code>ErrorCode</code> (string): The error code (if any).</p>\n</li>\n<li><p><code>ErrorMessage</code> (string): The error message (if any).</p>\n</li>\n</ul>\n<h2 id=\"example\">Example</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n  {\n    \"Id\": \"\",\n    \"CustomerId\": \"ABCCM\",\n    \"LocationNumber\": \"1\",\n    \"Name\": \"Home\",\n    \"DeliveryAddress\": {\n      \"Address1\": \"123 Test Lane\",\n      \"City\": \"Lake City\",\n      \"State\": \"MN\",\n      \"PostalCode\": \"55041\",\n      \"Country\": \"USA\"\n    },\n    \"HeatCapacity\": 6\n  }\n]\n\n</code></pre>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"Status\": \"\",\n  \"Message\": \"\",\n  \"Locations\": null,\n  \"LocationsWithWarnings\": [\n    {\n      \"Id\": \"\",\n      \"WarningMessage\": \"\",\n      \"MissingField\": null\n    }\n  ],\n  \"Result\": true,\n  \"ErrorCode\": null,\n  \"ErrorMessage\": null\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["Interface","Locations","AddUpdate"],"host":["apps","rccbi","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"368584d0-bea3-41c4-bda0-c3ef6e7b733c"},{"name":"Get","id":"e9758a56-1fb5-4d07-a579-d17bd29b8425","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://apps.rccbi.com/Interface/Locations/Get?customerIdOrAcctNo&locationNumber","description":"<p>This endpoint allows you to get a single location under a customerId or acctNo.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"\"VrXgDCIbUsrgrELMd65fXwCdm0RNO2P9wdQI797mWeHVYA04D5KM7Uibq8zVLyaQhmk62Ac4pUniioCTLOsC9OYfrGmk-t9VXgTmIxDaZTIWa974bvUOkgt1F9XE7lOpLaE9Z3wxGp3abTuVbU2w1nt8W7OloLiLnRWYhDNJuQlenprVxzxU0QeA-cm2CAEjAyGca-PKcdPWYpQlh4-ut7VB-9Zwn1-ksCc7M8BRbmYphb1faOW-Q51NMYWV6jZn9vaJSq0qn4Wl-_h9kfjZHv92ZeEqv5opnTyuxvAmTkZEbRnzrU51kpwSitJzr94x1cTZmlfg-3ZQPkCR1r3qfETV29xhDZacLcMCY8BfAgHFe6OKoCXSYPEFCoVQ9jJkZA114caHaohX3wuDRG0aVs3wXzEPxwoTdzzIB4gr6p6awZVw7gIie4teVjccgeLvCbsYQuVfv7CZ6NKqojmC2ZNbQKkFqlj6pUTRx3ebnI8VwPPs5pPDNgHwkIzEhOJvlsyxcqDXtwwQnBSNYoIycqBBvgJzEXHnzVGWILwcRN-T1rNK2wN2YX2BFpBz0AwkO07MqZuOvf5vnFNTui_Na2K6w_ztpOkoPJfv-5so-Y-iQl3xLCZO79AncdqKECiT\""}]},"isInherited":true,"source":{"_postman_id":"d94d9834-1376-4f19-aca1-0a87b7f058ba","id":"d94d9834-1376-4f19-aca1-0a87b7f058ba","name":"RCCInterfaceApi","type":"collection"}},"urlObject":{"path":["Interface","Locations","Get"],"host":["https://apps.rccbi.com"],"query":[{"description":{"content":"<p>The RCC customer id or account number</p>\n","type":"text/plain"},"key":"customerIdOrAcctNo","value":null},{"description":{"content":"<p>The RCC location number</p>\n","type":"text/plain"},"key":"locationNumber","value":null}],"variable":[]}},"response":[],"_postman_id":"e9758a56-1fb5-4d07-a579-d17bd29b8425"},{"name":"GetList","id":"43b3a2ec-7dd9-4080-b60a-699bacb20118","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://apps.rccbi.com/Interface/Locations/GetList?customerIdOrAcctNo","description":"<p>This endpoint allows you to get all locations that are currently under a customerId or acctNo.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"\"VrXgDCIbUsrgrELMd65fXwCdm0RNO2P9wdQI797mWeHVYA04D5KM7Uibq8zVLyaQhmk62Ac4pUniioCTLOsC9OYfrGmk-t9VXgTmIxDaZTIWa974bvUOkgt1F9XE7lOpLaE9Z3wxGp3abTuVbU2w1nt8W7OloLiLnRWYhDNJuQlenprVxzxU0QeA-cm2CAEjAyGca-PKcdPWYpQlh4-ut7VB-9Zwn1-ksCc7M8BRbmYphb1faOW-Q51NMYWV6jZn9vaJSq0qn4Wl-_h9kfjZHv92ZeEqv5opnTyuxvAmTkZEbRnzrU51kpwSitJzr94x1cTZmlfg-3ZQPkCR1r3qfETV29xhDZacLcMCY8BfAgHFe6OKoCXSYPEFCoVQ9jJkZA114caHaohX3wuDRG0aVs3wXzEPxwoTdzzIB4gr6p6awZVw7gIie4teVjccgeLvCbsYQuVfv7CZ6NKqojmC2ZNbQKkFqlj6pUTRx3ebnI8VwPPs5pPDNgHwkIzEhOJvlsyxcqDXtwwQnBSNYoIycqBBvgJzEXHnzVGWILwcRN-T1rNK2wN2YX2BFpBz0AwkO07MqZuOvf5vnFNTui_Na2K6w_ztpOkoPJfv-5so-Y-iQl3xLCZO79AncdqKECiT\""}]},"isInherited":true,"source":{"_postman_id":"d94d9834-1376-4f19-aca1-0a87b7f058ba","id":"d94d9834-1376-4f19-aca1-0a87b7f058ba","name":"RCCInterfaceApi","type":"collection"}},"urlObject":{"path":["Interface","Locations","GetList"],"host":["https://apps.rccbi.com"],"query":[{"key":"customerIdOrAcctNo","value":null}],"variable":[]}},"response":[],"_postman_id":"43b3a2ec-7dd9-4080-b60a-699bacb20118"}],"id":"5051cd25-3f53-4755-9cda-db2d895b1661","_postman_id":"5051cd25-3f53-4755-9cda-db2d895b1661","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"\"VrXgDCIbUsrgrELMd65fXwCdm0RNO2P9wdQI797mWeHVYA04D5KM7Uibq8zVLyaQhmk62Ac4pUniioCTLOsC9OYfrGmk-t9VXgTmIxDaZTIWa974bvUOkgt1F9XE7lOpLaE9Z3wxGp3abTuVbU2w1nt8W7OloLiLnRWYhDNJuQlenprVxzxU0QeA-cm2CAEjAyGca-PKcdPWYpQlh4-ut7VB-9Zwn1-ksCc7M8BRbmYphb1faOW-Q51NMYWV6jZn9vaJSq0qn4Wl-_h9kfjZHv92ZeEqv5opnTyuxvAmTkZEbRnzrU51kpwSitJzr94x1cTZmlfg-3ZQPkCR1r3qfETV29xhDZacLcMCY8BfAgHFe6OKoCXSYPEFCoVQ9jJkZA114caHaohX3wuDRG0aVs3wXzEPxwoTdzzIB4gr6p6awZVw7gIie4teVjccgeLvCbsYQuVfv7CZ6NKqojmC2ZNbQKkFqlj6pUTRx3ebnI8VwPPs5pPDNgHwkIzEhOJvlsyxcqDXtwwQnBSNYoIycqBBvgJzEXHnzVGWILwcRN-T1rNK2wN2YX2BFpBz0AwkO07MqZuOvf5vnFNTui_Na2K6w_ztpOkoPJfv-5so-Y-iQl3xLCZO79AncdqKECiT\""}]},"isInherited":true,"source":{"_postman_id":"d94d9834-1376-4f19-aca1-0a87b7f058ba","id":"d94d9834-1376-4f19-aca1-0a87b7f058ba","name":"RCCInterfaceApi","type":"collection"}}},{"name":"Contracts","item":[{"name":"Add","id":"3c63e51b-4632-484b-af99-205591747eaa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"Id\": \"12345\",\r\n        \"CustomerId\": \"BIGBAR\",\r\n        \"ContractNo\": \"12324\",\r\n        \"ContractStart\": \"12-03-2024\",\r\n        \"ContractEnd\": \"04-04-2025\",\r\n        \"Price\": 1.98,\r\n        \"Quantity\": 1000,\r\n        \"IsActive\": 1\r\n    },\r\n    {\r\n        \"Id\": \"40\",\r\n        \"CustomerId\": \"ABCCOM\",\r\n        \"ContractNo\": \"12324\",\r\n        \"ContractStart\": \"12-03-2024\",\r\n        \"ContractEnd\": \"04-04-2025\",\r\n        \"Price\": 1.98,\r\n        \"Quantity\": 1000\r\n    },\r\n    {\r\n        \"Id\": \"43\",\r\n        \"CustomerId\": \"ALLLER\",\r\n        \"ContractNo\": \"12324\",\r\n        \"ContractStart\": \"12-03-2024\",\r\n        \"ContractEnd\": \"04-04-2025\",\r\n        \"Price\": 1.98,\r\n        \"Quantity\": 1000\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://apps.rccbi.com/Interface/Contracts/Add","description":"<h3 id=\"add-contract\">Add Contract</h3>\n<p>This endpoint allows the addition of new contracts.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><code>Id</code> (string) - The unique identifier for the contract.</p>\n</li>\n<li><p><code>CustomerId</code> (string) - The RCC customer Id associated with the contract.</p>\n<ul>\n<li><p>Required: True</p>\n</li>\n<li><p>Size: 6 characters</p>\n</li>\n</ul>\n</li>\n<li><p><code>ContractNo</code> (string) - The contract number.</p>\n<ul>\n<li><p>Required: True</p>\n</li>\n<li><p>Size: 6 characters</p>\n</li>\n</ul>\n</li>\n<li><p><code>ContractStart</code> (string) - The start date of the contract in the format \"DD-MM-YYYY\".</p>\n<ul>\n<li>Required: False</li>\n</ul>\n</li>\n<li><p><code>ContractEnd</code> (string) - The end date of the contract in the format \"DD-MM-YYYY\".</p>\n<ul>\n<li>Required: False</li>\n</ul>\n</li>\n<li><p><code>Price</code> (number) - The price of the contract.</p>\n<ul>\n<li><p>Required: False</p>\n</li>\n<li><p>Format: xxxx.xxxxx</p>\n</li>\n</ul>\n</li>\n<li><p><code>Quantity</code> (number) - The quantity associated with the contract.</p>\n<ul>\n<li><p>Required: False</p>\n</li>\n<li><p>Format: xxxxxxx.xx</p>\n</li>\n</ul>\n</li>\n<li><p><code>IsActive</code> (number) - Indicates if the contract is active (1 for active, 0 for inactive).</p>\n</li>\n<li><p><code>Type</code> (string) - The contract type.</p>\n<ul>\n<li><p>Required: False</p>\n</li>\n<li><p>Type must be setup ahead of time in settings</p>\n</li>\n</ul>\n</li>\n<li><p><code>LocationNo</code> (int) - The location number the contract applies to.</p>\n<ul>\n<li><p>Required: False</p>\n</li>\n<li><p>If null or zero, contract applies to all locations.</p>\n</li>\n</ul>\n</li>\n<li><p><code>IgnoreTerms</code> (number) - If 1, discounts will be available on contract sales (1 for Ignore, 0 for discounts apply)</p>\n<ul>\n<li>Required: False</li>\n</ul>\n</li>\n<li><p><code>AllowExtraFee</code> (number) - If 1, extra fee's are allow (1 for allowed, 0 for not allowed).</p>\n<ul>\n<li>Required: False</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<ul>\n<li><p><code>Status</code> (string) - The status of the response.</p>\n</li>\n<li><p><code>Message</code> (string) - Additional message related to the response.</p>\n</li>\n<li><p><code>Contracts</code> (array) - List of contracts (if applicable).</p>\n</li>\n<li><p><code>ContractsWithWarnings</code> (array) - List of contracts with warnings (if applicable).</p>\n</li>\n<li><p><code>Result</code> (boolean) - Indicates the result of the operation.</p>\n</li>\n<li><p><code>ErrorCode</code> (string) - Error code (if applicable).</p>\n</li>\n<li><p><code>ErrorMessage</code> (string) - Error message (if applicable).</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["Interface","Contracts","Add"],"host":["apps","rccbi","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"3c63e51b-4632-484b-af99-205591747eaa"}],"id":"5e2dd9b9-87cc-4b79-bdb7-a9110974c2c0","_postman_id":"5e2dd9b9-87cc-4b79-bdb7-a9110974c2c0","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"\"VrXgDCIbUsrgrELMd65fXwCdm0RNO2P9wdQI797mWeHVYA04D5KM7Uibq8zVLyaQhmk62Ac4pUniioCTLOsC9OYfrGmk-t9VXgTmIxDaZTIWa974bvUOkgt1F9XE7lOpLaE9Z3wxGp3abTuVbU2w1nt8W7OloLiLnRWYhDNJuQlenprVxzxU0QeA-cm2CAEjAyGca-PKcdPWYpQlh4-ut7VB-9Zwn1-ksCc7M8BRbmYphb1faOW-Q51NMYWV6jZn9vaJSq0qn4Wl-_h9kfjZHv92ZeEqv5opnTyuxvAmTkZEbRnzrU51kpwSitJzr94x1cTZmlfg-3ZQPkCR1r3qfETV29xhDZacLcMCY8BfAgHFe6OKoCXSYPEFCoVQ9jJkZA114caHaohX3wuDRG0aVs3wXzEPxwoTdzzIB4gr6p6awZVw7gIie4teVjccgeLvCbsYQuVfv7CZ6NKqojmC2ZNbQKkFqlj6pUTRx3ebnI8VwPPs5pPDNgHwkIzEhOJvlsyxcqDXtwwQnBSNYoIycqBBvgJzEXHnzVGWILwcRN-T1rNK2wN2YX2BFpBz0AwkO07MqZuOvf5vnFNTui_Na2K6w_ztpOkoPJfv-5so-Y-iQl3xLCZO79AncdqKECiT\""}]},"isInherited":true,"source":{"_postman_id":"d94d9834-1376-4f19-aca1-0a87b7f058ba","id":"d94d9834-1376-4f19-aca1-0a87b7f058ba","name":"RCCInterfaceApi","type":"collection"}}},{"name":"Equipment","item":[{"name":"UserDefined","item":[{"name":"Get","id":"9a321162-0be5-4619-bae1-6e2fff3cd657","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://apps.rccbi.com/Interface/Equipment/UserDefined/Get?equipmentId","description":"<p>This endpoint allows you to get any equipment userdefined values and the description for that value if any may currently be setup.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"\"VrXgDCIbUsrgrELMd65fXwCdm0RNO2P9wdQI797mWeHVYA04D5KM7Uibq8zVLyaQhmk62Ac4pUniioCTLOsC9OYfrGmk-t9VXgTmIxDaZTIWa974bvUOkgt1F9XE7lOpLaE9Z3wxGp3abTuVbU2w1nt8W7OloLiLnRWYhDNJuQlenprVxzxU0QeA-cm2CAEjAyGca-PKcdPWYpQlh4-ut7VB-9Zwn1-ksCc7M8BRbmYphb1faOW-Q51NMYWV6jZn9vaJSq0qn4Wl-_h9kfjZHv92ZeEqv5opnTyuxvAmTkZEbRnzrU51kpwSitJzr94x1cTZmlfg-3ZQPkCR1r3qfETV29xhDZacLcMCY8BfAgHFe6OKoCXSYPEFCoVQ9jJkZA114caHaohX3wuDRG0aVs3wXzEPxwoTdzzIB4gr6p6awZVw7gIie4teVjccgeLvCbsYQuVfv7CZ6NKqojmC2ZNbQKkFqlj6pUTRx3ebnI8VwPPs5pPDNgHwkIzEhOJvlsyxcqDXtwwQnBSNYoIycqBBvgJzEXHnzVGWILwcRN-T1rNK2wN2YX2BFpBz0AwkO07MqZuOvf5vnFNTui_Na2K6w_ztpOkoPJfv-5so-Y-iQl3xLCZO79AncdqKECiT\""}]},"isInherited":true,"source":{"_postman_id":"d94d9834-1376-4f19-aca1-0a87b7f058ba","id":"d94d9834-1376-4f19-aca1-0a87b7f058ba","name":"RCCInterfaceApi","type":"collection"}},"urlObject":{"protocol":"https","path":["Interface","Equipment","UserDefined","Get"],"host":["apps","rccbi","com"],"query":[{"description":{"content":"<p>The RCC equipment id</p>\n","type":"text/plain"},"key":"equipmentId","value":null}],"variable":[]}},"response":[],"_postman_id":"9a321162-0be5-4619-bae1-6e2fff3cd657"},{"name":"AddUpdate","id":"d74f594f-d269-414b-b6c1-b9dd4714d125","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Id\": \"0498\",\r\n    \"UserDefined1Value\": \"\",\r\n    \"UserDefined2Value\": \"\",\r\n    \"UserDefined3Value\": \"\",\r\n    \"UserDefined4Value\": \"\",\r\n    \"UserDefined5Value\": \"\",\r\n    \"UserDefined6Value\": \"\",\r\n    \"UserDefinedDate1Value\": \"2020-08-29T00:00:00\",\r\n    \"UserDefinedDate2Value\": null,\r\n    \"UserDefinedDate3Value\": null,\r\n    \"UserDefinedDate4Value\": null,\r\n    \"UserDefinedDate5Value\": null,\r\n    \"UserDefinedDate6Value\": null,\r\n    \"UserDefinedInt1Value\": 0,\r\n    \"UserDefinedInt2Value\": 0,\r\n    \"UserDefinedInt3Value\": 0,\r\n    \"UserDefinedInt4Value\": 0,\r\n    \"UserDefined2Decimal1Value\": 198.00,\r\n    \"UserDefined2Decimal2Value\": 1.25,\r\n    \"UserDefined2Decimal3Value\": 0.00,\r\n    \"UserDefined2Decimal4Value\": 0.00,\r\n    \"UserDefined5Decimal1Value\": 1.89900,\r\n    \"UserDefined5Decimal2Value\": 0.00000,\r\n    \"UserDefined5Decimal3Value\": 0.00000,\r\n    \"UserDefined5Decimal4Value\": 0.00000\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apps.rccbi.com/Interface/Equipment/UserDefined/AddUpdate","description":"<p>This endpoint allows you to add or update any equipment userdefined values if any userdefined descrption have been setup to accept values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"\"VrXgDCIbUsrgrELMd65fXwCdm0RNO2P9wdQI797mWeHVYA04D5KM7Uibq8zVLyaQhmk62Ac4pUniioCTLOsC9OYfrGmk-t9VXgTmIxDaZTIWa974bvUOkgt1F9XE7lOpLaE9Z3wxGp3abTuVbU2w1nt8W7OloLiLnRWYhDNJuQlenprVxzxU0QeA-cm2CAEjAyGca-PKcdPWYpQlh4-ut7VB-9Zwn1-ksCc7M8BRbmYphb1faOW-Q51NMYWV6jZn9vaJSq0qn4Wl-_h9kfjZHv92ZeEqv5opnTyuxvAmTkZEbRnzrU51kpwSitJzr94x1cTZmlfg-3ZQPkCR1r3qfETV29xhDZacLcMCY8BfAgHFe6OKoCXSYPEFCoVQ9jJkZA114caHaohX3wuDRG0aVs3wXzEPxwoTdzzIB4gr6p6awZVw7gIie4teVjccgeLvCbsYQuVfv7CZ6NKqojmC2ZNbQKkFqlj6pUTRx3ebnI8VwPPs5pPDNgHwkIzEhOJvlsyxcqDXtwwQnBSNYoIycqBBvgJzEXHnzVGWILwcRN-T1rNK2wN2YX2BFpBz0AwkO07MqZuOvf5vnFNTui_Na2K6w_ztpOkoPJfv-5so-Y-iQl3xLCZO79AncdqKECiT\""}]},"isInherited":true,"source":{"_postman_id":"d94d9834-1376-4f19-aca1-0a87b7f058ba","id":"d94d9834-1376-4f19-aca1-0a87b7f058ba","name":"RCCInterfaceApi","type":"collection"}},"urlObject":{"protocol":"https","path":["Interface","Equipment","UserDefined","AddUpdate"],"host":["apps","rccbi","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d74f594f-d269-414b-b6c1-b9dd4714d125"}],"id":"5c234065-e361-4f0e-8842-041f861c8f63","_postman_id":"5c234065-e361-4f0e-8842-041f861c8f63","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"\"VrXgDCIbUsrgrELMd65fXwCdm0RNO2P9wdQI797mWeHVYA04D5KM7Uibq8zVLyaQhmk62Ac4pUniioCTLOsC9OYfrGmk-t9VXgTmIxDaZTIWa974bvUOkgt1F9XE7lOpLaE9Z3wxGp3abTuVbU2w1nt8W7OloLiLnRWYhDNJuQlenprVxzxU0QeA-cm2CAEjAyGca-PKcdPWYpQlh4-ut7VB-9Zwn1-ksCc7M8BRbmYphb1faOW-Q51NMYWV6jZn9vaJSq0qn4Wl-_h9kfjZHv92ZeEqv5opnTyuxvAmTkZEbRnzrU51kpwSitJzr94x1cTZmlfg-3ZQPkCR1r3qfETV29xhDZacLcMCY8BfAgHFe6OKoCXSYPEFCoVQ9jJkZA114caHaohX3wuDRG0aVs3wXzEPxwoTdzzIB4gr6p6awZVw7gIie4teVjccgeLvCbsYQuVfv7CZ6NKqojmC2ZNbQKkFqlj6pUTRx3ebnI8VwPPs5pPDNgHwkIzEhOJvlsyxcqDXtwwQnBSNYoIycqBBvgJzEXHnzVGWILwcRN-T1rNK2wN2YX2BFpBz0AwkO07MqZuOvf5vnFNTui_Na2K6w_ztpOkoPJfv-5so-Y-iQl3xLCZO79AncdqKECiT\""}]},"isInherited":true,"source":{"_postman_id":"d94d9834-1376-4f19-aca1-0a87b7f058ba","id":"d94d9834-1376-4f19-aca1-0a87b7f058ba","name":"RCCInterfaceApi","type":"collection"}}},{"name":"Get Ids","id":"aa0f8f98-9222-4b25-8b06-7f5ad5100bfc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"\"VrXgDCIbUsrgrELMd65fXwCdm0RNO2P9wdQI797mWeHVYA04D5KM7Uibq8zVLyaQhmk62Ac4pUniioCTLOsC9OYfrGmk-t9VXgTmIxDaZTIWa974bvUOkgt1F9XE7lOpLaE9Z3wxGp3abTuVbU2w1nt8W7OloLiLnRWYhDNJuQlenprVxzxU0QeA-cm2CAEjAyGca-PKcdPWYpQlh4-ut7VB-9Zwn1-ksCc7M8BRbmYphb1faOW-Q51NMYWV6jZn9vaJSq0qn4Wl-_h9kfjZHv92ZeEqv5opnTyuxvAmTkZEbRnzrU51kpwSitJzr94x1cTZmlfg-3ZQPkCR1r3qfETV29xhDZacLcMCY8BfAgHFe6OKoCXSYPEFCoVQ9jJkZA114caHaohX3wuDRG0aVs3wXzEPxwoTdzzIB4gr6p6awZVw7gIie4teVjccgeLvCbsYQuVfv7CZ6NKqojmC2ZNbQKkFqlj6pUTRx3ebnI8VwPPs5pPDNgHwkIzEhOJvlsyxcqDXtwwQnBSNYoIycqBBvgJzEXHnzVGWILwcRN-T1rNK2wN2YX2BFpBz0AwkO07MqZuOvf5vnFNTui_Na2K6w_ztpOkoPJfv-5so-Y-iQl3xLCZO79AncdqKECiT\""}]},"isInherited":false},"method":"GET","header":[],"url":"https://apps.rccbi.com/Interface/Equipment/Get/Ids","urlObject":{"protocol":"https","path":["Interface","Equipment","Get","Ids"],"host":["apps","rccbi","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"aa0f8f98-9222-4b25-8b06-7f5ad5100bfc"},{"name":"AddUpdate","id":"63450c9a-19d6-496d-bdf6-b97498e9b373","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"CustomerIdOrAcctNo\" : \"19005074\",\r\n    \"EquipmentId\" : \"9SG0494551\",\r\n    \"LocationNo\": 1,\r\n    \"Manufacturer\" : \"Manfacturer Sensor\",\r\n    \"InstallDate\" : \"01-25-2020\",\r\n    \"EquipmentType\" : \"S\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apps.rccbi.com/Interface/Equipment/AddUpdate","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"\"VrXgDCIbUsrgrELMd65fXwCdm0RNO2P9wdQI797mWeHVYA04D5KM7Uibq8zVLyaQhmk62Ac4pUniioCTLOsC9OYfrGmk-t9VXgTmIxDaZTIWa974bvUOkgt1F9XE7lOpLaE9Z3wxGp3abTuVbU2w1nt8W7OloLiLnRWYhDNJuQlenprVxzxU0QeA-cm2CAEjAyGca-PKcdPWYpQlh4-ut7VB-9Zwn1-ksCc7M8BRbmYphb1faOW-Q51NMYWV6jZn9vaJSq0qn4Wl-_h9kfjZHv92ZeEqv5opnTyuxvAmTkZEbRnzrU51kpwSitJzr94x1cTZmlfg-3ZQPkCR1r3qfETV29xhDZacLcMCY8BfAgHFe6OKoCXSYPEFCoVQ9jJkZA114caHaohX3wuDRG0aVs3wXzEPxwoTdzzIB4gr6p6awZVw7gIie4teVjccgeLvCbsYQuVfv7CZ6NKqojmC2ZNbQKkFqlj6pUTRx3ebnI8VwPPs5pPDNgHwkIzEhOJvlsyxcqDXtwwQnBSNYoIycqBBvgJzEXHnzVGWILwcRN-T1rNK2wN2YX2BFpBz0AwkO07MqZuOvf5vnFNTui_Na2K6w_ztpOkoPJfv-5so-Y-iQl3xLCZO79AncdqKECiT\""}]},"isInherited":true,"source":{"_postman_id":"d94d9834-1376-4f19-aca1-0a87b7f058ba","id":"d94d9834-1376-4f19-aca1-0a87b7f058ba","name":"RCCInterfaceApi","type":"collection"}},"urlObject":{"protocol":"https","path":["Interface","Equipment","AddUpdate"],"host":["apps","rccbi","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"63450c9a-19d6-496d-bdf6-b97498e9b373"},{"name":"Get","id":"16fb4c95-4715-4e79-9495-03531af1372c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://apps.rccbi.com/Interface/Equipment/Get?equipmentId","description":"<p>This endpoint allows you to get a specfic peice of equipment by its equipmentId.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"\"VrXgDCIbUsrgrELMd65fXwCdm0RNO2P9wdQI797mWeHVYA04D5KM7Uibq8zVLyaQhmk62Ac4pUniioCTLOsC9OYfrGmk-t9VXgTmIxDaZTIWa974bvUOkgt1F9XE7lOpLaE9Z3wxGp3abTuVbU2w1nt8W7OloLiLnRWYhDNJuQlenprVxzxU0QeA-cm2CAEjAyGca-PKcdPWYpQlh4-ut7VB-9Zwn1-ksCc7M8BRbmYphb1faOW-Q51NMYWV6jZn9vaJSq0qn4Wl-_h9kfjZHv92ZeEqv5opnTyuxvAmTkZEbRnzrU51kpwSitJzr94x1cTZmlfg-3ZQPkCR1r3qfETV29xhDZacLcMCY8BfAgHFe6OKoCXSYPEFCoVQ9jJkZA114caHaohX3wuDRG0aVs3wXzEPxwoTdzzIB4gr6p6awZVw7gIie4teVjccgeLvCbsYQuVfv7CZ6NKqojmC2ZNbQKkFqlj6pUTRx3ebnI8VwPPs5pPDNgHwkIzEhOJvlsyxcqDXtwwQnBSNYoIycqBBvgJzEXHnzVGWILwcRN-T1rNK2wN2YX2BFpBz0AwkO07MqZuOvf5vnFNTui_Na2K6w_ztpOkoPJfv-5so-Y-iQl3xLCZO79AncdqKECiT\""}]},"isInherited":true,"source":{"_postman_id":"d94d9834-1376-4f19-aca1-0a87b7f058ba","id":"d94d9834-1376-4f19-aca1-0a87b7f058ba","name":"RCCInterfaceApi","type":"collection"}},"urlObject":{"path":["Interface","Equipment","Get"],"host":["https://apps.rccbi.com"],"query":[{"description":{"content":"<p>The RCC equipment id</p>\n","type":"text/plain"},"key":"equipmentId","value":null}],"variable":[]}},"response":[{"id":"25aaf201-8754-44c6-9e5e-0de6deef0ea7","name":"Get","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"{{interfaceBaseUri}}/Interface/Equipment/Get?equipmentId=041129","host":["{{interfaceBaseUri}}"],"path":["Interface","Equipment","Get"],"query":[{"key":"equipmentId","value":"041129"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-StackifyID","value":"V1|fb4cceaf-87e5-463d-9c76-15e5a5d92875|"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 13 May 2026 18:55:42 GMT"},{"key":"Content-Length","value":"453"}],"cookie":[],"responseTime":null,"body":"{\n    \"EquipmentWithWarnings\": [],\n    \"EquipmentList\": null,\n    \"Equipment\": {\n        \"EquipmentId\": \"041129\",\n        \"CustomerId\": \"TREMIC\",\n        \"AccountNo\": 6720,\n        \"LocationNo\": 3,\n        \"CustomerIdOrAcctNo\": null,\n        \"Capacity\": 250,\n        \"Manufacturer\": \"AMERICAN\",\n        \"InstallDate\": \"2020-08-25T00:00:00\",\n        \"EquipmentType\": \"T\",\n        \"Model\": \"\",\n        \"IsActive\": true,\n        \"IsCompanyOwned\": false,\n        \"ManufacturedDate\": null\n    },\n    \"Data\": null,\n    \"Result\": true,\n    \"Status\": \"Success\",\n    \"Message\": null,\n    \"Warnings\": null,\n    \"ErrorCode\": null,\n    \"ErrorMessage\": null\n}"}],"_postman_id":"16fb4c95-4715-4e79-9495-03531af1372c"},{"name":"GetList","event":[{"listen":"test","script":{"id":"57b51275-782c-46f8-bcba-880f7c9bc9b6","exec":["pm.test(\"Response status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","\r","pm.test(\"Response time is within acceptable range\", function () {\r","    pm.expect(pm.response.responseTime).to.be.below(2500);\r","});\r","\r","\r","pm.test(\"Response has the required fields\", function () {\r","    const responseData = pm.response.json();\r","    \r","    pm.expect(responseData).to.be.an('object');\r","    pm.expect(responseData).to.have.property('Customer');\r","    pm.expect(responseData).to.have.property('Customers');\r","    pm.expect(responseData).to.have.property('Result');\r","    pm.expect(responseData).to.have.property('ErrorCode');\r","    pm.expect(responseData).to.have.property('ErrorMessage');\r","});\r","\r","\r","pm.test(\"Each customer object contains the expected attributes\", function () {\r","    const responseData = pm.response.json();\r","    \r","    pm.expect(responseData.Customers).to.be.an('array');\r","    \r","    responseData.Customers.forEach(function(customer) {\r","        pm.expect(customer).to.have.property('Id');\r","        pm.expect(customer).to.have.property('CustomerId');\r","        pm.expect(customer).to.have.property('BranchNumber');\r","        pm.expect(customer).to.have.property('Name');\r","        pm.expect(customer).to.have.property('Contacts');\r","        pm.expect(customer).to.have.property('BillingAddress');\r","        pm.expect(customer).to.have.property('Notes');\r","        pm.expect(customer).to.have.property('CurrentBalance');\r","        pm.expect(customer).to.have.property('CreditLimit');\r","        pm.expect(customer).to.have.property('IsActive');\r","        pm.expect(customer).to.have.property('IsCommercial');\r","        pm.expect(customer).to.have.property('RunCode');\r","        pm.expect(customer).to.have.property('Locations');\r","        pm.expect(customer).to.have.property('Contracts');\r","    });\r","});\r","\r","\r","\r","pm.test(\"Result is true\", function () {\r","    const responseData = pm.response.json();\r","    pm.expect(responseData.Result).to.be.true;\r","})\r",""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"3f14426a-2a1c-4cfe-a999-74170885c13f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"\"VrXgDCIbUsrgrELMd65fXwCdm0RNO2P9wdQI797mWeHVYA04D5KM7Uibq8zVLyaQhmk62Ac4pUniioCTLOsC9OYfrGmk-t9VXgTmIxDaZTIWa974bvUOkgt1F9XE7lOpLaE9Z3wxGp3abTuVbU2w1nt8W7OloLiLnRWYhDNJuQlenprVxzxU0QeA-cm2CAEjAyGca-PKcdPWYpQlh4-ut7VB-9Zwn1-ksCc7M8BRbmYphb1faOW-Q51NMYWV6jZn9vaJSq0qn4Wl-_h9kfjZHv92ZeEqv5opnTyuxvAmTkZEbRnzrU51kpwSitJzr94x1cTZmlfg-3ZQPkCR1r3qfETV29xhDZacLcMCY8BfAgHFe6OKoCXSYPEFCoVQ9jJkZA114caHaohX3wuDRG0aVs3wXzEPxwoTdzzIB4gr6p6awZVw7gIie4teVjccgeLvCbsYQuVfv7CZ6NKqojmC2ZNbQKkFqlj6pUTRx3ebnI8VwPPs5pPDNgHwkIzEhOJvlsyxcqDXtwwQnBSNYoIycqBBvgJzEXHnzVGWILwcRN-T1rNK2wN2YX2BFpBz0AwkO07MqZuOvf5vnFNTui_Na2K6w_ztpOkoPJfv-5so-Y-iQl3xLCZO79AncdqKECiT\""}]},"isInherited":false},"method":"GET","header":[],"url":"https://apps.rccbi.com/Interface/Equipment/GetList?customerIdOrAcctNo=&locationNumber=","description":"<p>This HTTP GET request is used to retrieve a list of equipment based on the provided filter. The response will contain details of the equipment including their IDs, customer id, account no, capacity, install date and other relevant details.</p>\n<p>Method: GET</p>\n<p>BaseUri: <a href=\"https://apps.rccbi.com\">https://apps.rccbi.com</a></p>\n<p>Endpoint: /Interface/Equipment/GetList</p>\n<p>Query Parameters:</p>\n<ul>\n<li><p>CustomerIdOrAcctNo (string): The RCC Customer Id OR Account Number. This is the internal RCC Customer Id or Account Number.<br />  Required: True</p>\n</li>\n<li><p>LocationNumber (int): The RCC Location No<br />  Required: False</p>\n</li>\n<li><p>DataLogical (string): The database to store the customer. Contact RCC to use.<br />  Required: False</p>\n</li>\n</ul>\n<h3 id=\"request-body\">Request Body</h3>\n<p>This request does not contain a request body.</p>\n<h3 id=\"response-body\">Response Body</h3>\n<p>The response will be in JSON format and will include an array of equipment items. Each equipment object will contain various attributes such as equipment ID, customer ID, account no, location no, capacity, manufacturer, install date, equipment type, model, is active and is company owned. The response will also include a \"Result\" field indicating the success of the request, and optional fields for error code and error message.</p>\n<ul>\n<li><p>EquipmentId is the RCC Internal equipment Id</p>\n</li>\n<li><p>CustomerId is the RCC Internal customer Id</p>\n</li>\n<li><p>AccountNo is the RCC Internal account number</p>\n</li>\n<li><p>LocationNo is the RCC Internal location number</p>\n</li>\n<li><p>Capacity is the equipment capacity</p>\n</li>\n<li><p>Manufacturer is the manufacturer of the equipment</p>\n</li>\n<li><p>InstallDate is the date the equipment was installed</p>\n</li>\n<li><p>EquipmentType is the type of the equipment</p>\n</li>\n<li><p>Model is the model of the equipment</p>\n</li>\n<li><p>IsActive is whether the equipment is active or not</p>\n</li>\n<li><p>IsCompanyOwned signifies if the equipment is company owned</p>\n</li>\n</ul>\n","urlObject":{"path":["Interface","Equipment","GetList"],"host":["https://apps.rccbi.com"],"query":[{"key":"customerIdOrAcctNo","value":""},{"key":"locationNumber","value":""}],"variable":[]}},"response":[],"_postman_id":"3f14426a-2a1c-4cfe-a999-74170885c13f"}],"id":"c0e282c1-0421-4cd5-828b-2f2a87eb0b87","_postman_id":"c0e282c1-0421-4cd5-828b-2f2a87eb0b87","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"\"VrXgDCIbUsrgrELMd65fXwCdm0RNO2P9wdQI797mWeHVYA04D5KM7Uibq8zVLyaQhmk62Ac4pUniioCTLOsC9OYfrGmk-t9VXgTmIxDaZTIWa974bvUOkgt1F9XE7lOpLaE9Z3wxGp3abTuVbU2w1nt8W7OloLiLnRWYhDNJuQlenprVxzxU0QeA-cm2CAEjAyGca-PKcdPWYpQlh4-ut7VB-9Zwn1-ksCc7M8BRbmYphb1faOW-Q51NMYWV6jZn9vaJSq0qn4Wl-_h9kfjZHv92ZeEqv5opnTyuxvAmTkZEbRnzrU51kpwSitJzr94x1cTZmlfg-3ZQPkCR1r3qfETV29xhDZacLcMCY8BfAgHFe6OKoCXSYPEFCoVQ9jJkZA114caHaohX3wuDRG0aVs3wXzEPxwoTdzzIB4gr6p6awZVw7gIie4teVjccgeLvCbsYQuVfv7CZ6NKqojmC2ZNbQKkFqlj6pUTRx3ebnI8VwPPs5pPDNgHwkIzEhOJvlsyxcqDXtwwQnBSNYoIycqBBvgJzEXHnzVGWILwcRN-T1rNK2wN2YX2BFpBz0AwkO07MqZuOvf5vnFNTui_Na2K6w_ztpOkoPJfv-5so-Y-iQl3xLCZO79AncdqKECiT\""}]},"isInherited":true,"source":{"_postman_id":"d94d9834-1376-4f19-aca1-0a87b7f058ba","id":"d94d9834-1376-4f19-aca1-0a87b7f058ba","name":"RCCInterfaceApi","type":"collection"}}},{"name":"Utilities","item":[{"name":"Imaging Upload File","id":"ced87e33-e2ca-462c-9aac-6efd8eb91f66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"\"VrXgDCIbUsrgrELMd65fXwCdm0RNO2P9wdQI797mWeHVYA04D5KM7Uibq8zVLyaQhmk62Ac4pUniioCTLOsC9OYfrGmk-t9VXgTmIxDaZTIWa974bvUOkgt1F9XE7lOpLaE9Z3wxGp3abTuVbU2w1nt8W7OloLiLnRWYhDNJuQlenprVxzxU0QeA-cm2CAEjAyGca-PKcdPWYpQlh4-ut7VB-9Zwn1-ksCc7M8BRbmYphb1faOW-Q51NMYWV6jZn9vaJSq0qn4Wl-_h9kfjZHv92ZeEqv5opnTyuxvAmTkZEbRnzrU51kpwSitJzr94x1cTZmlfg-3ZQPkCR1r3qfETV29xhDZacLcMCY8BfAgHFe6OKoCXSYPEFCoVQ9jJkZA114caHaohX3wuDRG0aVs3wXzEPxwoTdzzIB4gr6p6awZVw7gIie4teVjccgeLvCbsYQuVfv7CZ6NKqojmC2ZNbQKkFqlj6pUTRx3ebnI8VwPPs5pPDNgHwkIzEhOJvlsyxcqDXtwwQnBSNYoIycqBBvgJzEXHnzVGWILwcRN-T1rNK2wN2YX2BFpBz0AwkO07MqZuOvf5vnFNTui_Na2K6w_ztpOkoPJfv-5so-Y-iQl3xLCZO79AncdqKECiT\""}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"image","type":"file","uuid":"eb0605da-068f-481d-8f1d-606f65e4d312","src":"/C:/Users/ldm/OneDrive - Rural Computer Consultants/Documents/Test 4.pdf"},{"key":"imagingFileBases","value":"[{\"CustomerIdOrAcctNo\": \"89\",\"FileName\": \"report\",\"FileExstension\": \"\"}]","type":"text","uuid":"98fc8ce9-ae3b-44c3-a94d-643fa19c8f0e"}]},"url":"https://apps.rccbi.com/Interface/Imaging/UploadFile","description":"<h3 id=\"upload-imaging-file\">Upload Imaging File</h3>\n<p>This endpoint enables users to upload an imaging file, which will then be accessible under the Imaging tab in the Customer Hub**.**</p>\n<h4 id=\"request-body-parameters\">Request Body Parameters</h4>\n<ul>\n<li><p><code>imagingFileBases</code> (text): Json Request Body</p>\n<ul>\n<li><p>CustomerIdOrAcctNo (string)</p>\n<ul>\n<li><p>Required: True</p>\n</li>\n<li><p>Either alpha numeric customer id OR numeric account number.</p>\n</li>\n</ul>\n</li>\n<li><p>FileName (string)</p>\n<ul>\n<li><p>Required: False</p>\n</li>\n<li><p>Display name for file in Imaging for customer account.</p>\n</li>\n</ul>\n</li>\n<li><p>FileExtension (string)</p>\n<ul>\n<li><p>Required: False</p>\n</li>\n<li><p>File extension for display name.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>image</code> (file): The file to be uploaded.</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response is a JSON object with the following properties:</p>\n<ul>\n<li><p><code>FilesWithWarnings</code> (array): An array of files with warnings, if any.</p>\n</li>\n<li><p><code>Result</code> (boolean): Indicates the result of the upload operation.</p>\n</li>\n<li><p><code>Status</code> (string): The status of the operation.</p>\n</li>\n<li><p><code>Message</code> (string): A message related to the operation.</p>\n</li>\n<li><p><code>ErrorCode</code> (null): Error code, if any.</p>\n</li>\n<li><p><code>ErrorMessage</code> (null): Error message, if any.</p>\n</li>\n</ul>\n<h4 id=\"json-schema\">JSON Schema</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"type\": \"object\",\n    \"properties\": {\n        \"FilesWithWarnings\": {\n            \"type\": \"array\"\n        },\n        \"Result\": {\n            \"type\": \"boolean\"\n        },\n        \"Status\": {\n            \"type\": \"string\"\n        },\n        \"Message\": {\n            \"type\": \"string\"\n        },\n        \"ErrorCode\": {\n            \"type\": \"null\"\n        },\n        \"ErrorMessage\": {\n            \"type\": \"null\"\n        }\n    }\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["Interface","Imaging","UploadFile"],"host":["apps","rccbi","com"],"query":[],"variable":[]}},"response":[{"id":"e54a6fa2-01b9-4391-8638-dd97dddd63ad","name":"Imaging Upload File","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"imagingFileBases","value":"[{\"CustomerIdOrAcctNo\": \"54\",\"FileName\": \"\",\"FileExtension\": \"\"}]","type":"text","uuid":"98fc8ce9-ae3b-44c3-a94d-643fa19c8f0e"},{"key":"image","type":"file","uuid":"0bfb02c4-8c2d-4513-b295-79ddd4fa4191","src":"postman-cloud:///1f00b42f-f2c5-4d50-843d-b5268193db95"}]},"url":"{{interfaceBaseUri}}/Interface/Imaging/UploadFile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-StackifyID","value":"V1|cc928612-5465-4904-bcfd-df758bca3c8c|"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 31 Mar 2025 14:55:11 GMT"},{"key":"Content-Length","value":"144"}],"cookie":[],"responseTime":null,"body":"{\n    \"FilesWithWarnings\": [],\n    \"Result\": true,\n    \"Status\": \"Success\",\n    \"Message\": \"All files were successfully uploaded.\",\n    \"ErrorCode\": null,\n    \"ErrorMessage\": null\n}"}],"_postman_id":"ced87e33-e2ca-462c-9aac-6efd8eb91f66"}],"id":"6db9a5bb-af2f-4c38-815e-7d15d7d4d689","_postman_id":"6db9a5bb-af2f-4c38-815e-7d15d7d4d689","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"\"VrXgDCIbUsrgrELMd65fXwCdm0RNO2P9wdQI797mWeHVYA04D5KM7Uibq8zVLyaQhmk62Ac4pUniioCTLOsC9OYfrGmk-t9VXgTmIxDaZTIWa974bvUOkgt1F9XE7lOpLaE9Z3wxGp3abTuVbU2w1nt8W7OloLiLnRWYhDNJuQlenprVxzxU0QeA-cm2CAEjAyGca-PKcdPWYpQlh4-ut7VB-9Zwn1-ksCc7M8BRbmYphb1faOW-Q51NMYWV6jZn9vaJSq0qn4Wl-_h9kfjZHv92ZeEqv5opnTyuxvAmTkZEbRnzrU51kpwSitJzr94x1cTZmlfg-3ZQPkCR1r3qfETV29xhDZacLcMCY8BfAgHFe6OKoCXSYPEFCoVQ9jJkZA114caHaohX3wuDRG0aVs3wXzEPxwoTdzzIB4gr6p6awZVw7gIie4teVjccgeLvCbsYQuVfv7CZ6NKqojmC2ZNbQKkFqlj6pUTRx3ebnI8VwPPs5pPDNgHwkIzEhOJvlsyxcqDXtwwQnBSNYoIycqBBvgJzEXHnzVGWILwcRN-T1rNK2wN2YX2BFpBz0AwkO07MqZuOvf5vnFNTui_Na2K6w_ztpOkoPJfv-5so-Y-iQl3xLCZO79AncdqKECiT\""}]},"isInherited":true,"source":{"_postman_id":"d94d9834-1376-4f19-aca1-0a87b7f058ba","id":"d94d9834-1376-4f19-aca1-0a87b7f058ba","name":"RCCInterfaceApi","type":"collection"}}},{"name":"Vehicle","item":[{"name":"UserDefined/Get","id":"33b572a2-58bc-4c28-9d55-4e14a9e12d03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://apps.rccbi.com/Interface/Vehicle/UserDefined/Get?vehicleId=","description":"<p>This endpoint allows you to get any vehicle userdefined values and the description for that value if any may currently be setup.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"\"VrXgDCIbUsrgrELMd65fXwCdm0RNO2P9wdQI797mWeHVYA04D5KM7Uibq8zVLyaQhmk62Ac4pUniioCTLOsC9OYfrGmk-t9VXgTmIxDaZTIWa974bvUOkgt1F9XE7lOpLaE9Z3wxGp3abTuVbU2w1nt8W7OloLiLnRWYhDNJuQlenprVxzxU0QeA-cm2CAEjAyGca-PKcdPWYpQlh4-ut7VB-9Zwn1-ksCc7M8BRbmYphb1faOW-Q51NMYWV6jZn9vaJSq0qn4Wl-_h9kfjZHv92ZeEqv5opnTyuxvAmTkZEbRnzrU51kpwSitJzr94x1cTZmlfg-3ZQPkCR1r3qfETV29xhDZacLcMCY8BfAgHFe6OKoCXSYPEFCoVQ9jJkZA114caHaohX3wuDRG0aVs3wXzEPxwoTdzzIB4gr6p6awZVw7gIie4teVjccgeLvCbsYQuVfv7CZ6NKqojmC2ZNbQKkFqlj6pUTRx3ebnI8VwPPs5pPDNgHwkIzEhOJvlsyxcqDXtwwQnBSNYoIycqBBvgJzEXHnzVGWILwcRN-T1rNK2wN2YX2BFpBz0AwkO07MqZuOvf5vnFNTui_Na2K6w_ztpOkoPJfv-5so-Y-iQl3xLCZO79AncdqKECiT\""}]},"isInherited":true,"source":{"_postman_id":"d94d9834-1376-4f19-aca1-0a87b7f058ba","id":"d94d9834-1376-4f19-aca1-0a87b7f058ba","name":"RCCInterfaceApi","type":"collection"}},"urlObject":{"path":["Interface","Vehicle","UserDefined","Get"],"host":["https://apps.rccbi.com"],"query":[{"description":{"content":"<p>RCC Vehicle Id</p>\n","type":"text/plain"},"key":"vehicleId","value":""}],"variable":[]}},"response":[],"_postman_id":"33b572a2-58bc-4c28-9d55-4e14a9e12d03"},{"name":"UserDefined/AddUpdate","id":"2f7d414a-5ecd-4aa3-8b37-b10c4e090c29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Id\": \"5\",\r\n    \"UserDefined1Value\": \"Pump Truck\",\r\n    \"UserDefined2Value\": \"\",\r\n    \"UserDefined3Value\": \"\",\r\n    \"UserDefined4Value\": \"\",\r\n    \"UserDefined5Value\": \"\",\r\n    \"UserDefined6Value\": \"\",\r\n    \"UserDefinedDate1Value\": \"\",\r\n    \"UserDefinedDate2Value\": null,\r\n    \"UserDefinedDate3Value\": null,\r\n    \"UserDefinedDate4Value\": null,\r\n    \"UserDefinedDate5Value\": null,\r\n    \"UserDefinedDate6Value\": null,\r\n    \"UserDefinedInt1Value\": 0,\r\n    \"UserDefinedInt2Value\": 0,\r\n    \"UserDefinedInt3Value\": 0,\r\n    \"UserDefinedInt4Value\": 0,\r\n    \"UserDefined2Decimal1Value\": 0.00,\r\n    \"UserDefined2Decimal2Value\": 0.00,\r\n    \"UserDefined2Decimal3Value\": 0.00,\r\n    \"UserDefined2Decimal4Value\": 0.00,\r\n    \"UserDefined5Decimal1Value\": 0.00000,\r\n    \"UserDefined5Decimal2Value\": 0.00000,\r\n    \"UserDefined5Decimal3Value\": 0.00000,\r\n    \"UserDefined5Decimal4Value\": 0.00000\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apps.rccbi.com/Interface/Vehicle/UserDefined/AddUpdate","description":"<p>StartFragmentThis endpoint allows you to add or update any vehicle userdefined values if any userdefined descrption have been setup to accept values.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"\"VrXgDCIbUsrgrELMd65fXwCdm0RNO2P9wdQI797mWeHVYA04D5KM7Uibq8zVLyaQhmk62Ac4pUniioCTLOsC9OYfrGmk-t9VXgTmIxDaZTIWa974bvUOkgt1F9XE7lOpLaE9Z3wxGp3abTuVbU2w1nt8W7OloLiLnRWYhDNJuQlenprVxzxU0QeA-cm2CAEjAyGca-PKcdPWYpQlh4-ut7VB-9Zwn1-ksCc7M8BRbmYphb1faOW-Q51NMYWV6jZn9vaJSq0qn4Wl-_h9kfjZHv92ZeEqv5opnTyuxvAmTkZEbRnzrU51kpwSitJzr94x1cTZmlfg-3ZQPkCR1r3qfETV29xhDZacLcMCY8BfAgHFe6OKoCXSYPEFCoVQ9jJkZA114caHaohX3wuDRG0aVs3wXzEPxwoTdzzIB4gr6p6awZVw7gIie4teVjccgeLvCbsYQuVfv7CZ6NKqojmC2ZNbQKkFqlj6pUTRx3ebnI8VwPPs5pPDNgHwkIzEhOJvlsyxcqDXtwwQnBSNYoIycqBBvgJzEXHnzVGWILwcRN-T1rNK2wN2YX2BFpBz0AwkO07MqZuOvf5vnFNTui_Na2K6w_ztpOkoPJfv-5so-Y-iQl3xLCZO79AncdqKECiT\""}]},"isInherited":true,"source":{"_postman_id":"d94d9834-1376-4f19-aca1-0a87b7f058ba","id":"d94d9834-1376-4f19-aca1-0a87b7f058ba","name":"RCCInterfaceApi","type":"collection"}},"urlObject":{"path":["Interface","Vehicle","UserDefined","AddUpdate"],"host":["https://apps.rccbi.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2f7d414a-5ecd-4aa3-8b37-b10c4e090c29"}],"id":"e439a2bb-989a-4240-9fbc-56a650b240a7","_postman_id":"e439a2bb-989a-4240-9fbc-56a650b240a7","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"\"VrXgDCIbUsrgrELMd65fXwCdm0RNO2P9wdQI797mWeHVYA04D5KM7Uibq8zVLyaQhmk62Ac4pUniioCTLOsC9OYfrGmk-t9VXgTmIxDaZTIWa974bvUOkgt1F9XE7lOpLaE9Z3wxGp3abTuVbU2w1nt8W7OloLiLnRWYhDNJuQlenprVxzxU0QeA-cm2CAEjAyGca-PKcdPWYpQlh4-ut7VB-9Zwn1-ksCc7M8BRbmYphb1faOW-Q51NMYWV6jZn9vaJSq0qn4Wl-_h9kfjZHv92ZeEqv5opnTyuxvAmTkZEbRnzrU51kpwSitJzr94x1cTZmlfg-3ZQPkCR1r3qfETV29xhDZacLcMCY8BfAgHFe6OKoCXSYPEFCoVQ9jJkZA114caHaohX3wuDRG0aVs3wXzEPxwoTdzzIB4gr6p6awZVw7gIie4teVjccgeLvCbsYQuVfv7CZ6NKqojmC2ZNbQKkFqlj6pUTRx3ebnI8VwPPs5pPDNgHwkIzEhOJvlsyxcqDXtwwQnBSNYoIycqBBvgJzEXHnzVGWILwcRN-T1rNK2wN2YX2BFpBz0AwkO07MqZuOvf5vnFNTui_Na2K6w_ztpOkoPJfv-5so-Y-iQl3xLCZO79AncdqKECiT\""}]},"isInherited":true,"source":{"_postman_id":"d94d9834-1376-4f19-aca1-0a87b7f058ba","id":"d94d9834-1376-4f19-aca1-0a87b7f058ba","name":"RCCInterfaceApi","type":"collection"}}},{"name":"Login","event":[{"listen":"test","script":{"id":"ea3bb22f-ced1-4068-8d9b-84bbaffec9c7","exec":["var data = pm.response.json();\r","pm.environment.set(\"RCCToken\", data.access_token);\r",""],"type":"text/javascript","packages":{}}}],"id":"a891fd9d-dda8-4595-9998-f6738b565fb0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"password","value":"demo","type":"text"},{"key":"username","value":"demo","type":"text"},{"key":"grant_type","value":"password","type":"text"}]},"url":"https://apps.rccbi.com/Token","description":"<p>This endpoint is used to obtain an access token by sending a POST request to the specified URL. The request should include the user's credentials and the grant type in the x-www-form-urlencoded format.</p>\n<h3 id=\"request-body\">Request Body</h3>\n<ul>\n<li><p><code>password</code> (text): The user's password. Assigned by RCC.</p>\n</li>\n<li><p><code>username</code> (text): The user's username. Assigned by RCC.</p>\n</li>\n<li><p><code>grant_type</code> (text): The type of grant being requested.</p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>The response will include the access token and other relevant information upon successful authentication.</p>\n","urlObject":{"protocol":"https","path":["Token"],"host":["apps","rccbi","com"],"query":[],"variable":[]}},"response":[{"id":"9dd9e4d8-5011-4e91-a1fd-f3573d02ba97","name":"Login","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"password","value":"Demo%1234","type":"text"},{"key":"username","value":"demo","type":"text"},{"key":"grant_type","value":"password","type":"text"}]},"url":"https://apps.rccbi.com/Token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Set-Cookie","value":".AspNet.Cookies=6BfnPnjKyutjXyPx3kpsMhZJ61fYXkNJbw_oba7y5P9-Cz3zCvRug0fnShkxPB9b_8Ov457VZRfAz6NO_F3CzjSNvqd4hFEupqvD54IYvhp-2-KpzddUXtYMAvbw1FeK2Eld4r1VsUvBAqQ0C1rrMw8iZNinQgvSbWeMicYDtq3ojyRuVRsWm1YEwAqKanPWdYVgyWdPv5a5vkRZO5mjOFhreUKH6CtBdRMiJp9uA0ItEfJSi7p7JWiVt_XcwZ435yJQKT31qiZLMA38AOFg3PGGdpEz3Y9klQDUwVAAE-QZ13XxpuMqv1WVItuCU5fg7ALIPk-f4TAAIBBw4eGZZoLk17YlciSYIgwNm0G6y8yHPOt1UVIjJqwRlK8f5S1zhp-THvLBnXM75uxsBig5pASyxE-gRbUfDqWGrZ_F-BMN3TQ87dsY3HE1TfeyDx77hkXNU9RG_yiP3HitntqHFRDP0TUsUX_WwoiFCfPapke8FFaXvBd90Ac2YlCxkOwdcIHsLCMWTVJ1ZS2Qp81fREoFrtqDO-p2U2dLcgwvP4jfgzfCBi7FdlAkBTATbSclaBanVZ7n4hPcihu6VjL1RQw-a0UnnGW1Sl1uQQGeD7U; path=/; secure; HttpOnly"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 08 Oct 2024 13:08:52 GMT"},{"key":"Content-Length","value":"784"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"OzajUvfjztDB2qA0iHx2EYcbOT-A1qb5KtvTrI-VbuptKFRo9PQ0SVdy2ACGgMM3gaaX4_XwrVHA4NKvL_lH_-5Za3WdZvWQ_GphoRDD15rX08zIEX-QqTHCpVN200DbRtZq9w6kD8CkXjTdyrORKdA3C2m5jykWx5eUE6I_lTxcnFKFMJDcANZjAPBVfAbyOGiXdbYKo2SZN1LBwuJI9k2RBL8nADMKQc6deeyHZnd96S7ueJRbhUxVfIAzCnMssLjhM4xoQyKkBvg9uIy9ykBoOpOyyrApgXWQ76b8VvNdZLfb4w-dQC_7VoH4IQPwLGz_SKNdAcdJKQ8n__VXmoj32tNr5q3Ma9ghWp_aHpYUAT-rvdZ5AI-yGgt3V016m9o5JlFR8CUZblA-mI6_kYN-IItaVOWO1ofZ7r3kXHOh92GBRlW-c6SQJmyjm5Ye5u3o2C3KYf2Ud_afUavCkQ3OPEu76n-w1OLY9jfd_i6yr80drKftmUxJxSfXdPKLQ3x4YoADGJ22dHV9Czgv4fu80yFr3usQkKRRxUUg3hSLxdDbel3WGGRcA7_3KDRAk80EwBpS1SbMStcmPLx9BAivFC8170XTn3mcb4a8uMA\",\n    \"token_type\": \"bearer\",\n    \"expires_in\": 1209599,\n    \"userName\": \"demo\",\n    \".issued\": \"Tue, 08 Oct 2024 13:08:52 GMT\",\n    \".expires\": \"Tue, 22 Oct 2024 13:08:52 GMT\"\n}"}],"_postman_id":"a891fd9d-dda8-4595-9998-f6738b565fb0"}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"\"VrXgDCIbUsrgrELMd65fXwCdm0RNO2P9wdQI797mWeHVYA04D5KM7Uibq8zVLyaQhmk62Ac4pUniioCTLOsC9OYfrGmk-t9VXgTmIxDaZTIWa974bvUOkgt1F9XE7lOpLaE9Z3wxGp3abTuVbU2w1nt8W7OloLiLnRWYhDNJuQlenprVxzxU0QeA-cm2CAEjAyGca-PKcdPWYpQlh4-ut7VB-9Zwn1-ksCc7M8BRbmYphb1faOW-Q51NMYWV6jZn9vaJSq0qn4Wl-_h9kfjZHv92ZeEqv5opnTyuxvAmTkZEbRnzrU51kpwSitJzr94x1cTZmlfg-3ZQPkCR1r3qfETV29xhDZacLcMCY8BfAgHFe6OKoCXSYPEFCoVQ9jJkZA114caHaohX3wuDRG0aVs3wXzEPxwoTdzzIB4gr6p6awZVw7gIie4teVjccgeLvCbsYQuVfv7CZ6NKqojmC2ZNbQKkFqlj6pUTRx3ebnI8VwPPs5pPDNgHwkIzEhOJvlsyxcqDXtwwQnBSNYoIycqBBvgJzEXHnzVGWILwcRN-T1rNK2wN2YX2BFpBz0AwkO07MqZuOvf5vnFNTui_Na2K6w_ztpOkoPJfv-5so-Y-iQl3xLCZO79AncdqKECiT\""}]}},"event":[{"listen":"prerequest","script":{"id":"a1eb5191-ba8e-4b34-942b-bf3e2c383b15","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"bc41414b-23be-468a-9fec-a5809a4749f1","type":"text/javascript","exec":[""]}}],"variable":[{"key":"RCCToken","value":"\"VrXgDCIbUsrgrELMd65fXwCdm0RNO2P9wdQI797mWeHVYA04D5KM7Uibq8zVLyaQhmk62Ac4pUniioCTLOsC9OYfrGmk-t9VXgTmIxDaZTIWa974bvUOkgt1F9XE7lOpLaE9Z3wxGp3abTuVbU2w1nt8W7OloLiLnRWYhDNJuQlenprVxzxU0QeA-cm2CAEjAyGca-PKcdPWYpQlh4-ut7VB-9Zwn1-ksCc7M8BRbmYphb1faOW-Q51NMYWV6jZn9vaJSq0qn4Wl-_h9kfjZHv92ZeEqv5opnTyuxvAmTkZEbRnzrU51kpwSitJzr94x1cTZmlfg-3ZQPkCR1r3qfETV29xhDZacLcMCY8BfAgHFe6OKoCXSYPEFCoVQ9jJkZA114caHaohX3wuDRG0aVs3wXzEPxwoTdzzIB4gr6p6awZVw7gIie4teVjccgeLvCbsYQuVfv7CZ6NKqojmC2ZNbQKkFqlj6pUTRx3ebnI8VwPPs5pPDNgHwkIzEhOJvlsyxcqDXtwwQnBSNYoIycqBBvgJzEXHnzVGWILwcRN-T1rNK2wN2YX2BFpBz0AwkO07MqZuOvf5vnFNTui_Na2K6w_ztpOkoPJfv-5so-Y-iQl3xLCZO79AncdqKECiT\""},{"key":"BaseUri","value":"https://apps.rccbi.com","type":"string"},{"key":"LocalHostUri","value":"https://localhost:44382/","type":"string"}]}