{"info":{"_postman_id":"dff03514-7a99-4d7e-b33e-b95121bcc8ed","name":"SmartX REST API usage guide","description":"<html><head></head><body><img src=\"https://static.smx.plus/UserFiles/admin/Files/Doc/logo.png\">\n\n<p>Welcome to the SmartX API from SMX.</p>\n<p>let's get started!</p>\n<h1 id=\"api-reference\">API reference</h1>\n<p>The API is organized with REST. The API has predictable resource-oriented URLs, accepts encrypted request links, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"API reference","slug":"api-reference"}],"owner":"1405433","collectionId":"dff03514-7a99-4d7e-b33e-b95121bcc8ed","publishedId":"2sB2j3ArFZ","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-04-29T11:04:37.000Z"},"item":[{"name":"Overview","item":[{"name":"Authentication","item":[],"id":"4e2ac422-9e94-4a7d-90ba-cdc4efad9fbd","description":"<p>In order to receive information from the service, the specified parameters for authentication verification must be sent along with the service in the desired request header. If authentication is not done, the server will return a <strong>401</strong> status in the request.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Cookie           The cookie of the logged in user on the site received from the login service \nAuthorization    The bear token of the logged in user on the site received from the login service \nShopId           The store code is a unique string to identify the store\nDevice           Device is a number that specifies whether the information defined for the mobile application or the website should be displayed \nIP               Client real ip address\nUser-Agent       Client device user agent\nReferer          Client page referer url\nLang             The language you want to receive information\nX-Visitor-Id     Unige visitor identifier id (GUID)\n\n</code></pre><p>One of the a <strong>Cookie</strong> or <strong>Authorization</strong> is required</p>\n<p>Error example in <strong>401</strong> status:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Body:\n-1\n\n</code></pre><pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    Message: \"Authorization has been denied for this request.\"\n}\n\n</code></pre>\n","_postman_id":"4e2ac422-9e94-4a7d-90ba-cdc4efad9fbd"},{"name":"Extra Headers","item":[],"id":"a2f74e0a-57ce-4ed4-86af-efc63ab81660","description":"<p>the following headers must be sent if there is a value:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>province             The selected province by client\ncity                 The selected city by client\ndistrict             The selected district by client\nhood                 The selected hood by client\ncoordinate           The selected coordinate by client\n\n</code></pre>","_postman_id":"a2f74e0a-57ce-4ed4-86af-efc63ab81660"},{"name":"Methods","item":[],"id":"6328e3f5-9bd4-4916-8747-48b77495899d","description":"<p>The API uses the above methods to receive and send information.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>GET       Receive request\nPOST      Store request   \nPUT       Edit request\nDELETE    Delete Request\n\n</code></pre>","_postman_id":"6328e3f5-9bd4-4916-8747-48b77495899d"},{"name":"Global Parameters","item":[{"name":"Orderby System Query Option ($orderby)","id":"21ddfa47-84ab-46eb-94be-c479df8eb91f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"VIEW","header":[],"url":"","description":"<p>A data service URI with a $orderby System Query Option specifies an expression for determining what values are used to order the collection of Entries identified by the Resource Path section of the URI. This query option is only supported when the resource path identifies a Collection of Entries.</p>\n<p>The $orderby section of the normative OData specification outlines the full expression syntax supported by this query option. The examples below represent the most commonly supported subset of that expression syntax.</p>\n<h4 id=\"examples\">Examples</h4>\n<p>https://api.example.com/api/product?$orderby=Sort</p>\n<p>All Product Entries returned in ascending order when sorted by the Rating Property.</p>\n<p>https://api.example.com/api/product?$orderby=Sort asc</p>\n<p>Same as the example above.</p>\n<p>https://api.example.com/api/product?$orderby=Sort asc,Id desc</p>\n<p>Same as the URI above except the set of Products is subsequently sorted (in descending order) by the Name property of the related Category Entry.</p>\n","urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"21ddfa47-84ab-46eb-94be-c479df8eb91f"},{"name":"Top System Query Option ($top)","id":"d810d087-4512-4c5e-bc31-b89524ca1f7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"VIEW","header":[],"url":"","description":"<p>A data service URI with a $top System Query Option identifies a subset of the Entries in the Collection of Entries identified by the Resource Path section of the URI. This subset is formed by selecting only the first N items of the set, where N is an integer greater than or equal to zero specified by this query option. If a value less than zero is specified, the URI should be considered malformed.</p>\n<p>If the data service URI contains a $top query option, but does not contain a $orderby option, then the Entries in the set needs to first be fully ordered by the data service. While no ordering semantics are mandated, to ensure repeatable results, a data service must always use the same semantics to obtain a full ordering across requests.</p>\n<h4 id=\"examples\">Examples</h4>\n<p>https://api.example.com/api/product?$top=5</p>\n<p>The first 5 Product Entries returned where the Collection of Products are sorted using a scheme determined by the OData service.</p>\n<p>https://api.example.com/api/product?$top=5&amp;$orderby=Name desc</p>\n<p>The first 5 Product Entries returned in descending order when sorted by the Name property.</p>\n","urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"d810d087-4512-4c5e-bc31-b89524ca1f7b"},{"name":"Skip System Query Option ($skip)","id":"0ae77175-ded4-4a7c-91ff-d6a48c51a7f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"VIEW","header":[],"url":"","description":"<p>A data service URI with a $skip System Query Option identifies a subset of the Entries in the Collection of Entries identified by the Resource Path section of the URI. That subset is defined by seeking N Entries into the Collection and selecting only the remaining Entries (starting with Entry N+1). N is an integer greater than or equal to zero specified by this query option. If a value less than zero is specified, the URI should be considered malformed.</p>\n<p>If the data service URI contains a $skip query option, but does not contain a $orderby option, then the Entries in the Collection must first be fully ordered by the data service. While no ordering semantics are mandated, to ensure repeatable results a data service must always use the same semantics to obtain a full ordering across requests.</p>\n<h4 id=\"examples\">Examples</h4>\n<p>https://api.example.com/api/product?$skip=2</p>\n<ul>\n<li>The set of Product Entries (associated with the Category Entry identified by key value 1) starting with the third product.</li>\n</ul>\n<p>https://api.example.com/api/product?$skip=2&amp;$top=2&amp;$orderby=Sort</p>\n<ul>\n<li>The third and fourth Product Entry from the collection of all products when the collection is sorted by Rating (ascending).</li>\n</ul>\n","urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"0ae77175-ded4-4a7c-91ff-d6a48c51a7f4"},{"name":"Filter System Query Option ($filter)","id":"c3d20b59-40c8-44fe-b778-b4ba972e4fa1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"VIEW","header":[],"url":"","description":"<p>A URI with a $filter System Query Option identifies a subset of the Entries from the Collection of Entries identified by the Resource Path section of the URI. The subset is determined by selecting only the Entries that satisfy the predicate expression specified by the query option.</p>\n<p>The expression language that is used in $filter operators supports references to properties and literals. The literal values can be strings enclosed in single quotes, numbers and boolean values (true or false) or any of the additional literal representations shown in the Abstract Type System section.</p>\n<p>Note: The $filter section of the normative OData specification provides an ABNF grammar for the expression language supported by this query option.</p>\n<p>The operators supported in the expression language are shown in the following table.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Operator</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Logical Operators</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Eq</td>\n<td>Equal</td>\n<td>/Supplier?$filter=Address/City eq 'Redmond'</td>\n</tr>\n<tr>\n<td>Ne</td>\n<td>Not equal</td>\n<td>/Supplier?$filter=Address/City ne 'London'</td>\n</tr>\n<tr>\n<td>Gt</td>\n<td>Greater than</td>\n<td>/Product?$filter=Price gt 20</td>\n</tr>\n<tr>\n<td>Ge</td>\n<td>Greater than or equal</td>\n<td>/Product?$filter=Price ge 10</td>\n</tr>\n<tr>\n<td>Lt</td>\n<td>Less than</td>\n<td>/Product?$filter=Price lt 20</td>\n</tr>\n<tr>\n<td>Le</td>\n<td>Less than or equal</td>\n<td>/Product?$filter=Price le 100</td>\n</tr>\n<tr>\n<td>And</td>\n<td>Logical and</td>\n<td>/Product?$filter=Price le 200 and Price gt 3.5</td>\n</tr>\n<tr>\n<td>Or</td>\n<td>Logical or</td>\n<td>/Product?$filter=Price le 3.5 or Price gt 200</td>\n</tr>\n<tr>\n<td>Not</td>\n<td>Logical negation</td>\n<td>/Product?$filter=not endswith(Description,'milk')</td>\n</tr>\n<tr>\n<td>Arithmetic Operators</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Add</td>\n<td>Addition</td>\n<td>/Product?$filter=Price add 5 gt 10</td>\n</tr>\n<tr>\n<td>Sub</td>\n<td>Subtraction</td>\n<td>/Product?$filter=Price sub 5 gt 10</td>\n</tr>\n<tr>\n<td>Mul</td>\n<td>Multiplication</td>\n<td>/Product?$filter=Price mul 2 gt 2000</td>\n</tr>\n<tr>\n<td>Div</td>\n<td>Division</td>\n<td>/Product?$filter=Price div 2 gt 4</td>\n</tr>\n<tr>\n<td>Mod</td>\n<td>Modulo</td>\n<td>/Product?$filter=Price mod 2 eq 0</td>\n</tr>\n<tr>\n<td>Grouping Operators</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>( )</td>\n<td>Precedence grouping</td>\n<td>/Product?$filter=(Price sub 5) gt 10</td>\n</tr>\n</tbody>\n</table>\n</div><p>In addition to operators, a set of functions are also defined for use with the filter query string operator. The following table lists the available functions. Note: ISNULL or COALESCE operators are not defined. Instead, there is a null literal which can be used in comparisons.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Function</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>String Functions</strong></td>\n<td></td>\n</tr>\n<tr>\n<td><strong>bool substringof(string po, string p1)</strong></td>\n<td>https://api.example.com/api/product?$filter=substringof('Alfreds', Name) eq true</td>\n</tr>\n<tr>\n<td><strong>bool endswith(string p0, string p1)</strong></td>\n<td>https://api.example.com/api/product?$filter=endswith(Name, 'Futterkiste') eq true</td>\n</tr>\n<tr>\n<td><strong>bool startswith(string p0, string p1)</strong></td>\n<td>https://api.example.com/api/product?$filter=startswith(Name, 'Alfr') eq true</td>\n</tr>\n<tr>\n<td><strong>int length(string p0)</strong></td>\n<td>https://api.example.com/api/product?$filter=length(Name) eq 19</td>\n</tr>\n<tr>\n<td><strong>int indexof(string p0, string p1)</strong></td>\n<td>https://api.example.com/api/product?$filter=indexof(Name, 'lfreds') eq 1</td>\n</tr>\n<tr>\n<td><strong>string replace(string p0, string find, string replace)</strong></td>\n<td>https://api.example.com/api/product?$filter=replace(Name, ' ', '') eq 'AlfredsFutterkiste'</td>\n</tr>\n<tr>\n<td><strong>string substring(string p0, int pos)</strong></td>\n<td>https://api.example.com/api/product?$filter=substring(Name, 1) eq 'lfreds Futterkiste'</td>\n</tr>\n<tr>\n<td><strong>string substring(string p0, int pos, int length)</strong></td>\n<td>https://api.example.com/api/product?$filter=substring(Name, 1, 2) eq 'lf'</td>\n</tr>\n<tr>\n<td><strong>string tolower(string p0)</strong></td>\n<td>https://api.example.com/api/product?$filter=tolower(Name) eq 'alfreds futterkiste'</td>\n</tr>\n<tr>\n<td><strong>string toupper(string p0)</strong></td>\n<td>https://api.example.com/api/product?$filter=toupper(Name) eq 'ALFREDS FUTTERKISTE'</td>\n</tr>\n<tr>\n<td><strong>string trim(string p0)</strong></td>\n<td>https://api.example.com/api/product?$filter=trim(Name) eq 'Alfreds Futterkiste'</td>\n</tr>\n<tr>\n<td><strong>string concat(string p0, string p1)</strong></td>\n<td>https://api.example.com/api/product?$filter=concat(concat(Name, '), LatinName) eq 'Affred'</td>\n</tr>\n<tr>\n<td><strong>Date Functions</strong></td>\n<td></td>\n</tr>\n<tr>\n<td><strong>int day(DateTime p0)</strong></td>\n<td>https://api.example.com/api/product?$filter=day(Date) eq 8</td>\n</tr>\n<tr>\n<td><strong>int hour(DateTime p0)</strong></td>\n<td>https://api.example.com/api/product?$filter=hour(Date) eq 0</td>\n</tr>\n<tr>\n<td><strong>int minute(DateTime p0)</strong></td>\n<td>https://api.example.com/api/product?$filter=minute(Date) eq 0</td>\n</tr>\n<tr>\n<td><strong>int month(DateTime p0)</strong></td>\n<td>https://api.example.com/api/product?$filter=month(Date) eq 12</td>\n</tr>\n<tr>\n<td><strong>int second(DateTime p0)</strong></td>\n<td>https://api.example.com/api/product?$filter=second(Date) eq 0</td>\n</tr>\n<tr>\n<td><strong>int year(DateTime p0)</strong></td>\n<td>https://api.example.com/api/product?$filter=year(Date) eq 1948</td>\n</tr>\n<tr>\n<td><strong>Math Functions</strong></td>\n<td></td>\n</tr>\n<tr>\n<td><strong>double round(double p0)</strong></td>\n<td>https://api.example.com/api/product?$filter=round(OffPrice) eq 32d</td>\n</tr>\n<tr>\n<td><strong>decimal round(decimal p0)</strong></td>\n<td>https://api.example.com/api/product?$filter=round(OffPrice) eq 32</td>\n</tr>\n<tr>\n<td><strong>double floor(double p0)</strong></td>\n<td>https://api.example.com/api/product?$filter=round(OffPrice) eq 32d</td>\n</tr>\n<tr>\n<td><strong>decimal floor(decimal p0)</strong></td>\n<td>https://api.example.com/api/product?$filter=floor(OffPrice) eq 32</td>\n</tr>\n<tr>\n<td><strong>double ceiling(double p0)</strong></td>\n<td>https://api.example.com/api/product?$filter=ceiling(OffPrice) eq 33d</td>\n</tr>\n<tr>\n<td><strong>decimal ceiling(decimal p0)</strong></td>\n<td>https://api.example.com/api/product?$filter=floor(OffPrice) eq 33</td>\n</tr>\n<tr>\n<td><strong>Type Functions</strong></td>\n<td></td>\n</tr>\n<tr>\n<td><strong>bool IsOf(type p0)</strong></td>\n<td>https://api.example.com/api/product?$filter=isof('Product')</td>\n</tr>\n<tr>\n<td><strong>bool IsOf(expression p0, type p1)</strong></td>\n<td>https://api.example.com/api/product?$filter=isof(Name, 'Edm.String')</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"c3d20b59-40c8-44fe-b778-b4ba972e4fa1"},{"name":"Expand System Query Option ($expand)","id":"7912c4b4-c953-4eb7-afe5-773cf3075df1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"VIEW","header":[],"url":"","description":"<p>A URI with a $expand System Query Option indicates that Entries associated with the Entry or Collection of Entries identified by the Resource Path section of the URI must be represented inline (i.e. eagerly loaded). For example, if you want to identify a category and its products, you could use two URIs (and execute two requests), one for /Categories(1) and one for /Categories(1)/Products. The '$expand' option allows you to identify related Entries with a single URI such that a graph of Entries could be retrieved with a single HTTP request.</p>\n<p>The syntax of a $expand query option is a comma-separated list of Navigation Properties. Additionally each Navigation Property can be followed by a forward slash and another Navigation Property to enable identifying a multi-level relationship.</p>\n<p>Note: The $filter section of the normative OData specification provides an ABNF grammar for the expression language supported by this query option.</p>\n<h4 id=\"examples\">Examples</h4>\n<p>https://api.example.com/api/product?$expand=Category</p>\n<ul>\n<li>Identifies the Collection of Categories as well as each of the Products associated with each Category.</li>\n<li>Is described by the Entity Set named \"Categories\" and the \"Products\" Navigation Property on the \"Category\" Entity Type in the service metadata document.</li>\n</ul>\n<p>https://api.example.com/api/category?$expand=Product</p>\n<ul>\n<li>Identifies the Collection of Categories as well as each of the Products associated with each Category. In addition, the URI also indentifies the Suppliers associated with each Product.</li>\n<li>Is described by the Entity Set named \"Categories\", the \"Products\" Navigation Property on the \"Category\" Entity Type, and the \"Suppliers\" Navigation Property on the \"Product\" Entity Type in the service metadata document.</li>\n</ul>\n<p>https://api.example.com/api/product?$expand=Category,Supplier</p>\n<ul>\n<li>Identifies the set of Products as well as the category and suppliers associated with each product.</li>\n<li>Is described by the Entity Set named \"Products\" as well as the \"Category\" and \"Suppliers\" Navigation Property on the \"Product\" Entity Type in the service metadata document.</li>\n</ul>\n","urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"7912c4b4-c953-4eb7-afe5-773cf3075df1"},{"name":"Select System Query Option ($select)","id":"0ce9e587-f387-40e9-a1e9-0bc7ee191f81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"VIEW","header":[],"url":"","description":"<p>A data service URI with a $select System Query Option identifies the same set of Entries as a URI without a $select query option; however, the value of $select specifies that a response from an OData service should return a subset of the Properties which would have been returned had the URI not included a $select query option.</p>\n<p>Version Note: This query option is only supported in OData version 2.0 and above.</p>\n<p>The value of a $select System Query Option is a comma-separated list of selection clauses. Each selection clause may be a Property name, Navigation Property name, or the \"*\" character. The following set of examples uses the data sample data model to describe the semantics for a base set of URIs using the $select system query option. From these base cases, the semantics of longer URIs are defined by composing the rules below.</p>\n<h4 id=\"examples\">Examples</h4>\n<p>https://api.example.com/api/product?$select=Price,Name</p>\n<ul>\n<li>In a response from an OData service, only the Price and Name Property values are returned for each Product Entry within the Collection of products identified.</li>\n<li>If the $select query option had listed a Property that identified a Complex Type, then all Properties defined on the Complex Type must be returned.</li>\n</ul>\n<p>https://api.example.com/api/product?$select=Name,Category</p>\n<ul>\n<li>In a response from an OData service only the Name Property value and a link to the related Category Entry should be returned for each product.</li>\n</ul>\n<p>https://api.example.com/api/category?$select=Name,Products&amp;$expand=Products/Suppliers</p>\n<ul>\n<li>In a response from an OData service, only the Name of the Category Entries should be returned, but all the properties of the Entries identified by the Products and Suppliers Navigation Properties should be returned.</li>\n</ul>\n<p>https://api.example.com/api/product?$select=*</p>\n<ul>\n<li>In a response from an OData service, all Properties are returned for each Product Entry within the Products Entity Set.</li>\n<li>Note: The star syntax is used to reference all properties of the Entry or Collection of Entries identified by the path of the URI or all properties of a Navigation Property. In other words, the \"*\" syntax causes all Properties on an Entry to be included without traversing associations.</li>\n</ul>\n<p>https://api.example.com/api/category?$select=Name,Products&amp;$expand=Products</p>\n<ul>\n<li>In a response from an OData service, the Name property is included and Product Entries with all Properties are included; however, rather than including the fully expanded Supplier Entries referenced in the expand clause, each Product will contain a link that references the corresponding Collection of Supplier Entries.</li>\n</ul>\n<p>Note: The $select section of the normative OData specification provides an ABNF grammar for the expression language supported by this query option.</p>\n","urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"0ce9e587-f387-40e9-a1e9-0bc7ee191f81"},{"name":"Inlinecount System Query Option ($inlinecount)","id":"719e98ba-72c8-4e42-bf44-bdc3fdf52e58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"VIEW","header":[],"url":"","description":"<p>A URI with a $inlinecount System Query Option specifies that the response to the request includes a count of the number of Entries in the Collection of Entries identified by the Resource Path section of the URI. The count must be calculated after applying any $filter System Query Options present in the URI. The set of valid values for the $inlinecount query option are shown in the table below. If a value other than one shown in Table 4 is specified the URI is considered malformed.</p>\n<p>Version Note: This query option is only supported in OData version 2.0 and above</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>$inlinecount value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>allpages</strong></td>\n<td>The OData MUST include a count of the number of entities in the collection identified by the URI (after applying any $filter System Query Options present on the URI)</td>\n</tr>\n<tr>\n<td><strong>none</strong></td>\n<td>The OData service MUST NOT include a count in the response. This is equivalence to a URI that does not include a $inlinecount query string parameter.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"examples\">Examples</h4>\n<p>https://api.example.com/api/product?$inlinecount=allpages</p>\n<ul>\n<li>Identifies all Product Entries and the count of all products.</li>\n</ul>\n<p>https://api.example.com/api/product?$inlinecount=allpages&amp;$top=10&amp;$filter=Price gt 200</p>\n<ul>\n<li>Identifies the first 10 Product Entries that cost more than 200 and includes a count of the total number of Product Entries that cost more than 200.</li>\n</ul>\n","urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"719e98ba-72c8-4e42-bf44-bdc3fdf52e58"}],"id":"f1b1b367-146e-4e2e-ade4-840652ebcb3d","description":"<p>The data API uses global parameters for paging, limits and other reasons.</p>\n","_postman_id":"f1b1b367-146e-4e2e-ade4-840652ebcb3d"},{"name":"Locales","item":[],"id":"a1b0dabf-46d1-44d0-9cbd-6e65aca00f56","description":"<p>All system locales</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n    {\n        \"Id\": 0,\n        \"Name\": \"فارسی\",\n        \"Short\": \"fa\",\n        \"Icon\": \"/Areas/Shared/Images/Flags/fa.svg\",\n        \"Locale\": \"ir\"\n    },\n    {\n        \"Id\": 1,\n        \"Name\": \"English\",\n        \"Short\": \"en\",\n        \"Icon\": \"/Areas/Shared/Images/Flags/fa.svg\",\n        \"Locale\": \"gb\"\n    },\n    {\n        \"Id\": 2,\n        \"Name\": \"العربية\",\n        \"Short\": \"ar\",\n        \"Icon\": \"/Areas/Shared/Images/Flags/fa.svg\",\n        \"Locale\": \"sa\"\n    },\n    {\n        \"Id\": 3,\n        \"Name\": \"Svenska\",\n        \"Short\": \"se\",\n        \"Icon\": \"/Areas/Shared/Images/Flags/fa.svg\",\n        \"Locale\": \"se\"\n    },\n    {\n        \"Id\": 4,\n        \"Name\": \"Русский\",\n        \"Short\": \"ru\",\n        \"Icon\": \"/Areas/Shared/Images/Flags/fa.svg\",\n        \"Locale\": \"ru\"\n    },\n    {\n        \"Id\": 5,\n        \"Name\": \"Հայերեն\",\n        \"Short\": \"am\",\n        \"Icon\": \"/Areas/Shared/Images/Flags/fa.svg\",\n        \"Locale\": \"am\"\n    }\n]\n\n</code></pre>\n","_postman_id":"a1b0dabf-46d1-44d0-9cbd-6e65aca00f56"},{"name":"Currencies","item":[],"id":"17ae1a8a-98c4-4f4b-861f-db574213d14a","description":"<p>all system currencies</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n   {\n      \"Id\":0,\n      \"Name\":\"تومان\",\n      \"Symbol\":\"\"\n   },\n   {\n      \"Id\":1,\n      \"Name\":\"ریال\",\n      \"Symbol\":\"IRR\"\n   },\n   {\n      \"Id\":2,\n      \"Name\":\"درهم\",\n      \"Symbol\":\"AED\"\n   },\n   {\n      \"Id\":3,\n      \"Name\":\"دلار\",\n      \"Symbol\":\"USD\"\n   },\n   {\n      \"Id\":4,\n      \"Name\":\"یورو\",\n      \"Symbol\":\"EUR\"\n   },\n   {\n      \"Id\":5,\n      \"Name\":\"اختصاصی\",\n      \"Symbol\":\"Coin\"\n   }\n]\n\n</code></pre>\n","_postman_id":"17ae1a8a-98c4-4f4b-861f-db574213d14a"},{"name":"Links","item":[{"name":"LinkTo","item":[],"id":"d2ddf206-142f-40db-b38f-18488dc63fa2","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Type</strong></th>\n<th><strong>To</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>0</td>\n<td>Content</td>\n</tr>\n<tr>\n<td>1</td>\n<td>LinkWa</td>\n</tr>\n<tr>\n<td>2</td>\n<td>Link</td>\n</tr>\n<tr>\n<td>3</td>\n<td>Product</td>\n</tr>\n<tr>\n<td>4</td>\n<td>Category</td>\n</tr>\n<tr>\n<td>5</td>\n<td>GroupProduct</td>\n</tr>\n<tr>\n<td>6</td>\n<td>Menu</td>\n</tr>\n<tr>\n<td>7</td>\n<td>Gallery</td>\n</tr>\n<tr>\n<td>8</td>\n<td>News</td>\n</tr>\n<tr>\n<td>9</td>\n<td>Contact</td>\n</tr>\n<tr>\n<td>10</td>\n<td>Vote</td>\n</tr>\n<tr>\n<td>11</td>\n<td>Blog</td>\n</tr>\n<tr>\n<td>12</td>\n<td>Faq</td>\n</tr>\n<tr>\n<td>13</td>\n<td>BlogCategory</td>\n</tr>\n<tr>\n<td>14</td>\n<td>ShopCategory</td>\n</tr>\n<tr>\n<td>15</td>\n<td>Notifications</td>\n</tr>\n<tr>\n<td>16</td>\n<td>Brand</td>\n</tr>\n<tr>\n<td>17</td>\n<td>DistributionCompany</td>\n</tr>\n<tr>\n<td>18</td>\n<td>TrackOrder</td>\n</tr>\n<tr>\n<td>19</td>\n<td>OpenPay</td>\n</tr>\n<tr>\n<td>20</td>\n<td>TrackGuaranty</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Related field</strong>:</p>\n<p>Link<br />Content</p>\n<p><strong>Example</strong>:</p>\n<blockquote>\n<p>Type: 3, Link: 1459832<br /><a href=\"https://example.com/fa/product/1459832\">https://example.com/fa/product/1459832</a></p>\n</blockquote>\n","_postman_id":"d2ddf206-142f-40db-b38f-18488dc63fa2"}],"id":"67694c77-ca64-4bf3-ba02-76ecf0e4d033","description":"<p>Link systems for link to pages, menu and ...</p>\n","_postman_id":"67694c77-ca64-4bf3-ba02-76ecf0e4d033"}],"id":"faa731e3-26a4-4e69-8891-72445194d0be","description":"<p>The SmartX API allows any businesses to scale your sales. Using the API, businesses can build systems that connect thousands of customers with agents or bots, enabling both programmatic and manual communication. Additionally, you can integrate the API with numerous backend systems, such as CRM and marketing platforms.</p>\n","_postman_id":"faa731e3-26a4-4e69-8891-72445194d0be"},{"name":"API Reference","item":[{"name":"Shared","item":[{"name":"DomainInfo","id":"8623f840-3dd7-4f32-aa5b-ac56d47135bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.example.com/domain/domaininfo?domain={domain}&shopdomain={shopdomain}","description":"<p>Find <strong>domain</strong> &amp; <strong>sub domain</strong> basic info</p>\n<p>for example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>example.com:\n    domain=example.com\n    shopdomain=\nshop.example.com:\n    domain=example.com\n    shopdomain=shop\n\n\n</code></pre>","urlObject":{"path":["domain","domaininfo"],"host":["https://api.example.com"],"query":[{"key":"domain","value":"{domain}"},{"key":"shopdomain","value":"{shopdomain}"}],"variable":[]}},"response":[{"id":"9514f7a0-8022-470d-9f1d-73f9c59a04b0","name":"OK","originalRequest":{"method":"GET","header":[],"url":"[Your API Address]/api/language/all"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"result\": 0,\n    \"IsActive\": true, // user in active\n    \"SSL\": true, // domain has ssl\n    \"WildCardSsl\": true, // ssl is wildcard\n    \"UserName\": \"livegallery4\", // shop username\n    \"Type\": 0, // deprecated\n    \"ShopName\": \"شیک مارکت\", // shop name\n    \"DomainName\": \"smx.live\", // shop domain\n    \"logoweb\": \"/UserFiles/livegallery4/Images/Logo/202104101151421156.png\", // shop logo\n    \"logoadmin\": \"/UserFiles/livegallery4/Images/Logo/202104101151479594.png\", // admin logo\n    \"logoBlog\": \"\", // blog logo // if empty shop logo used\n    \"logoNoFound\": \"/UserFiles/livegallery4/Images/Logo/202104101152047875.png\", // 404 image // if empty shop logo used\n    \"logoOffice\": \"\", // office logo\n    \"expired\": false, // user not expired\n    \"shopid\": \"2be11482-d90c-4297-97b6-2be5dd8d7035\", // id of shop\n    \"ShopDomain\": \"shikmarket\", // domain subdomain\n    \"ActiveShop\": true, // subdomin is active\n    \"SiteTheme\": \"1\", // theme id of site & mobile , if has mobile theme is 1,2 => 2 mobile theme id\n    \"CurrencyUnit\": 0, // defualt currency unit\n    \"FileAddress\": \"http://livesystem.ir/\", // deprecated\n    \"role\": \"Shop\", // role of shop\n    \"themeId\": 0 // deprecated\n}"},{"id":"9640fb73-e81d-480c-aa96-eca51a68fd76","name":"NOT FOUND","originalRequest":{"method":"GET","header":[],"url":"https://api.example.com/domain/domaininfo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"result\": 404\n}\n// or\n{\n    \"result\": 1\n}"}],"_postman_id":"8623f840-3dd7-4f32-aa5b-ac56d47135bd"},{"name":"Languages","id":"aa2109a0-7023-4fd3-b8e6-cbf25799b82a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/api/language/all","description":"<p>Get shop <strong>active</strong> and <strong>default</strong> languages</p>\n<p><img src=\"https://static.smx.live/UserFiles/admin/Files/Doc/Languages.png\" alt /></p>\n","urlObject":{"path":["api","language","all"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"389608a6-2e78-4136-972f-9e8d9407253f","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"[Your API Address]/api/language/all"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"LangId\": 0,\n        \"Default\": true\n    },\n    {\n        \"LangId\": 1,\n        \"Default\": false\n    }\n]"},{"id":"1499f9b0-e568-484e-bc6b-9b3d3d27d938","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/api/language/all"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"-1"}],"_postman_id":"aa2109a0-7023-4fd3-b8e6-cbf25799b82a"},{"name":"Calendar","id":"3857fdee-b8c5-4795-91ff-e1707aa9939a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/api/language/calendar","description":"<p>Get shop calendar and date settings</p>\n<p><img src=\"https://static.smx.live/UserFiles/admin/Files/Doc/Calendar.png\" alt /></p>\n","urlObject":{"path":["api","language","calendar"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"d43bf83d-5791-4ada-b1bf-570eab962e56","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"[Your API Address]/api/language/calendar"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Calendar\": 0,\n    \"Timezone\": \"Iran Standard Time\",\n    \"Offset\": \"16200\",\n    \"ServerOffset\": \"16200\",\n    \"Id\": \"Iran Standard Time\",\n    \"IanaServer\": \"Asia/Tehran\",\n    \"Iana\": \"Asia/Tehran\"\n}"},{"id":"bc30e70f-996d-49fc-8e2b-1ec0c0a2cbe1","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/api/language/calendar"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"-1"}],"_postman_id":"3857fdee-b8c5-4795-91ff-e1707aa9939a"},{"name":"Search","id":"22c7e8ee-13d9-4997-a0af-23ac5156f1fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/api/search?keyword={query}","description":"<p>search all date in shop</p>\n","urlObject":{"path":["api","search"],"host":["https://api.example.com"],"query":[{"key":"keyword","value":"{query}"}],"variable":[]}},"response":[{"id":"bacac543-57b4-4d8d-9be6-b23b212e81d8","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":{"raw":"https://api.example.com/api/search?keyword={query}","host":["https://api.example.com"],"path":["api","search"],"query":[{"key":"keyword","value":"{query}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Id\": 1489499,\n        \"Text1\": \"محصول تست\",\n        \"Text2\": \"123123\",\n        \"Text3\": \" \",\n        \"Text4\": null,\n        \"Permalink\": null,\n        \"PicLink\": null,\n        \"Type\": 0,\n        \"Sort\": 10\n    },\n    {\n        \"Id\": 324972,\n        \"Text1\": \"تست\",\n        \"Text2\": \"شرح محتوای وبلاگ در اینجا قرار می گیرد.\",\n        \"Text3\": \"\",\n        \"Text4\": \"\",\n        \"Permalink\": \"test\",\n        \"PicLink\": \"/UserFiles/livegallery4/Images/Blog/202207301614538503.jpg\",\n        \"Type\": 5,\n        \"Sort\": 8\n    },\n    {\n        \"Id\": 61094,\n        \"Text1\": \"تست\",\n        \"Text2\": \"\",\n        \"Text3\": \"\",\n        \"Text4\": \"\",\n        \"Permalink\": \"1\",\n        \"PicLink\": null,\n        \"Type\": 6,\n        \"Sort\": 3\n    }\n]"},{"id":"f021af0b-ecfc-4f71-8888-e4e85ec08262","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":{"raw":"https://api.example.com/api/search?keyword={query}","host":["https://api.example.com"],"path":["api","search"],"query":[{"key":"keyword","value":"{query}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"-1"}],"_postman_id":"22c7e8ee-13d9-4997-a0af-23ac5156f1fe"}],"id":"6961606e-ec14-48c3-8d6f-5f3ec55f81bc","_postman_id":"6961606e-ec14-48c3-8d6f-5f3ec55f81bc","description":""},{"name":"Theme","item":[{"name":"Shared","item":[{"name":"ShopInfo","id":"c9d56b0c-55ef-46c3-a75b-eb065904b826","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/customer/shopinfoweb","description":"<p>All shop information, settings, plugins and other info needed</p>\n","urlObject":{"path":["customer","shopinfoweb"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"3ca0020c-1da4-4ad5-b81d-24994a0bee7e","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/customer/shopinfoweb"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Plugins\": [],\n    \"shop\": {\n        \"id\": 36342,\n        \"shopid\": \"2be11482-d90c-4297-97b6-2be5dd8d7035\",\n        \"CreationDate\": \"2021-04-10T11:49:19\",\n        \"EconomicalId\": null,\n        \"NationalId\": null,\n        \"HostExpireDate\": null,\n        \"HostType\": \"0\",\n        \"PanelType\": \"0\",\n        \"SupportType\": null,\n        \"SupportExpireDate\": null,\n        \"Priority\": 0,\n        \"Hood\": \"\",\n        \"CatalogPic\": null,\n        \"PageTheme\": null,\n        \"UserName\": \"livegallery4\",\n        \"RegisterType\": 0,\n        \"ShopName\": \"شیک مارکت\",\n        \"ManagerName\": \"شیکسون\",\n        \"ManagerLastName\": \"تستی\",\n        \"ExpireDate\": \"2026-03-20T23:59:59\",\n        \"Role\": \"Shop\",\n        \"Email\": \"bingo@gg.com\",\n        \"Address\": null,\n        \"CellNumber\": \"989103216541\",\n        \"PhoneNumber\": null,\n        \"PostalCode\": null,\n        \"Creator\": null,\n        \"CreatorId\": null,\n        \"IsOnline\": false,\n        \"Status\": 0,\n        \"Longitude\": null,\n        \"Latitude\": null,\n        \"EstablishDate\": \"/Date(-62135596800000)/\",\n        \"LastLogin\": \"2022-07-09T11:17:47\",\n        \"PicLink\": \"/UserFiles/livegallery4/Images/UserPic/202104101150372559.png\",\n        \"EmailSetting\": null,\n        \"SmsSetting\": null,\n        \"ShopDomain\": \"shikmarket\",\n        \"ActiveShop\": false,\n        \"Description\": null,\n        \"AboutUs\": null,\n        \"Phone2\": null,\n        \"Mobile2\": null,\n        \"Fax\": null,\n        \"SiteAddress\": null,\n        \"WorkHours\": null,\n        \"EstablishmentYear\": 0,\n        \"UserType\": 0,\n        \"Country\": \"\",\n        \"CountryId\": 11,\n        \"City\": \"\",\n        \"CityId\": null,\n        \"Province\": \"\",\n        \"ProvinceId\": null,\n        \"District\": \"\",\n        \"DistrictId\": null\n    },\n    \"setting\": {\n        \"FieldConfigs\": [\n            {\n                \"Location\": 0,\n                \"Display\": 1,\n                \"Name\": 0\n            },\n            {\n                \"Location\": 0,\n                \"Display\": 1,\n                \"Name\": 1\n            },\n            {\n                \"Location\": 0,\n                \"Display\": 2,\n                \"Name\": 2\n            },\n            {\n                \"Location\": 0,\n                \"Display\": 2,\n                \"Name\": 3\n            },\n            {\n                \"Location\": 0,\n                \"Display\": 2,\n                \"Name\": 4\n            },\n            {\n                \"Location\": 0,\n                \"Display\": 2,\n                \"Name\": 5\n            },\n            {\n                \"Location\": 0,\n                \"Display\": 2,\n                \"Name\": 6\n            },\n            {\n                \"Location\": 0,\n                \"Display\": 1,\n                \"Name\": 7\n            },\n            {\n                \"Location\": 0,\n                \"Display\": 2,\n                \"Name\": 8\n            },\n            {\n                \"Location\": 0,\n                \"Display\": 0,\n                \"Name\": 9\n            },\n            {\n                \"Location\": 1,\n                \"Display\": 1,\n                \"Name\": 0\n            },\n            {\n                \"Location\": 1,\n                \"Display\": 1,\n                \"Name\": 1\n            },\n            {\n                \"Location\": 1,\n                \"Display\": 1,\n                \"Name\": 2\n            },\n            {\n                \"Location\": 1,\n                \"Display\": 2,\n                \"Name\": 3\n            },\n            {\n                \"Location\": 1,\n                \"Display\": 1,\n                \"Name\": 4\n            },\n            {\n                \"Location\": 1,\n                \"Display\": 1,\n                \"Name\": 5\n            },\n            {\n                \"Location\": 1,\n                \"Display\": 1,\n                \"Name\": 6\n            },\n            {\n                \"Location\": 1,\n                \"Display\": 1,\n                \"Name\": 7\n            },\n            {\n                \"Location\": 1,\n                \"Display\": 1,\n                \"Name\": 8\n            },\n            {\n                \"Location\": 1,\n                \"Display\": 0,\n                \"Name\": 9\n            },\n            {\n                \"Location\": 2,\n                \"Display\": 1,\n                \"Name\": 0\n            },\n            {\n                \"Location\": 2,\n                \"Display\": 1,\n                \"Name\": 1\n            },\n            {\n                \"Location\": 2,\n                \"Display\": 0,\n                \"Name\": 2\n            },\n            {\n                \"Location\": 2,\n                \"Display\": 2,\n                \"Name\": 3\n            },\n            {\n                \"Location\": 2,\n                \"Display\": 0,\n                \"Name\": 4\n            },\n            {\n                \"Location\": 2,\n                \"Display\": 0,\n                \"Name\": 5\n            },\n            {\n                \"Location\": 2,\n                \"Display\": 0,\n                \"Name\": 6\n            },\n            {\n                \"Location\": 2,\n                \"Display\": 1,\n                \"Name\": 7\n            },\n            {\n                \"Location\": 2,\n                \"Display\": 2,\n                \"Name\": 8\n            },\n            {\n                \"Location\": 2,\n                \"Display\": 0,\n                \"Name\": 9\n            }\n        ],\n        \"AuthenticatorName\": \"Smx\",\n        \"AuthenticatorType\": 2,\n        \"InvoiceType\": 0,\n        \"AutoTransference\": true,\n        \"LoadingPic\": \"/UserFiles/livegallery4/Files/ic_launcher.png\",\n        \"LoadingColor\": \"8f008f\",\n        \"LeftToRight\": false,\n        \"PicSizing\": 0,\n        \"ShowCount\": true,\n        \"ShowLastUpdate\": true,\n        \"UpdateColor\": null,\n        \"SiteColor\": null,\n        \"TaxCost\": 0,\n        \"PostCost\": 0,\n        \"PostType\": null,\n        \"ShowDiscount\": true,\n        \"ShowPrice\": true,\n        \"dom\": \"\",\n        \"UpdateTime\": \"2022-07-09T11:17:47\",\n        \"EnableOrder\": true,\n        \"ShowRate\": true,\n        \"SendEmail\": false,\n        \"SendSms\": false,\n        \"InternalBrowser\": false,\n        \"UnderConstruction\": false,\n        \"InvoiceWithoutHeader\": false,\n        \"FileAddress\": \"http://livesystem.ir/\",\n        \"DisableOrderLocation\": false,\n        \"HidePresentor\": false,\n        \"DisableCommentProduct\": false,\n        \"CurrencyUnit\": 0,\n        \"DisableQuickAddToCart\": false,\n        \"ProductReviewLabel\": null,\n        \"SpecificationLabel\": null,\n        \"ShowPointInBill\": true,\n        \"Exchange\": 0,\n        \"ShowSelectProvince\": true,\n        \"SelectDepot\": true,\n        \"CustomerFillProfile\": true,\n        \"HideOrderDetailDelivery\": false,\n        \"EnableTwoFactorVerification\": true,\n        \"PayLater\": false,\n        \"Round\": 0,\n        \"HidePostalCode\": false,\n        \"DepotInProfile\": false,\n        \"OrderStatus\": 0,\n        \"LoginRequired\": false,\n        \"LoginRequierdWeb\": false,\n        \"Contact\": null,\n        \"ProductForbiddenText\": null,\n        \"ForbidPriceText\": null,\n        \"ForbidText\": null,\n        \"ProductNotAvailableText\": null,\n        \"ProductAvailableText\": null,\n        \"CategoryProductText\": null,\n        \"CategoryAllProductText\": null,\n        \"ProductNotFoundText\": null,\n        \"RelatedProductsText\": null,\n        \"WelcomeText\": null,\n        \"MainPageHtml\": null,\n        \"UserNameText\": null,\n        \"DepotText\": null,\n        \"SupportText\": null,\n        \"PresentText\": \"از طرف {username} هستم.من و {name} با هم دوست هستیم\",\n        \"ColoringLabel\": null,\n        \"DistributionLabel\": null,\n        \"SizingLabel\": null,\n        \"Calendar\": 0,\n        \"ShowDecimal\": false,\n        \"TimeZone\": \"Iran Standard Time\",\n        \"Terms\": null,\n        \"TopContent\": null,\n        \"HidePriceText\": null,\n        \"BlackListText\": null,\n        \"FaqTitle\": null,\n        \"CryptoName\": null,\n        \"CurrencyName\": null,\n        \"CurrencySymbol\": null,\n        \"OrderAttachments\": \"پس از ثبت سفارش، کارت ملی خود را در سفارش بارگذاری کنید\",\n        \"ProductAvailability\": null,\n        \"ProcessingText\": null,\n        \"ProductInquiry\": null,\n        \"OrderInquiry\": null,\n        \"QaText\": null,\n        \"WalletSettings\": [],\n        \"CurrencySettings\": null,\n        \"CryptoApiAddress\": null,\n        \"Stamp\": null,\n        \"EnableCompare\": true,\n        \"EnableWallet\": true,\n        \"OrderAssignmentType\": 0,\n        \"DeliverAssignmentType\": 0,\n        \"ChargePercent\": 0,\n        \"ChangeShouldConfirm\": false,\n        \"NationalCodeRequired\": true,\n        \"AndroidLink\": null,\n        \"IosLink\": null,\n        \"DisbaleGuestOrder\": false,\n        \"DisableFilterSubShops\": false,\n        \"OriginalImage\": false,\n        \"DisableGuestAddCart\": false,\n        \"Cbisp\": false,\n        \"PayToParentHolding\": false,\n        \"OnlinePayWatiting\": false,\n        \"RequiredOrderLocation\": false,\n        \"DisableSendInvoice\": false,\n        \"DisableOpenPayOrder\": false,\n        \"MinInstalment\": 0,\n        \"FilterLocationOnlyInOrder\": false,\n        \"DisableTransferWallet\": false,\n        \"ShowPriceChart\": false,\n        \"CopyOrderInConnection\": false,\n        \"RequiredPresenter\": false,\n        \"ShowNotExistProduct\": true,\n        \"MakeCustomerInConnection\": false,\n        \"DisableEditProfile\": false,\n        \"SplitCustomerName\": false,\n        \"WholeKeywordSearch\": false,\n        \"SearchType\": 0,\n        \"UsernameIsMobile\": true,\n        \"ShowHoldingPrice\": false,\n        \"OrderDefaultStatus\": [\n            {\n                \"Type\": 0,\n                \"Success\": true,\n                \"Status\": 0\n            },\n            {\n                \"Type\": 0,\n                \"Success\": false,\n                \"Status\": 0\n            },\n            {\n                \"Type\": 1,\n                \"Success\": false,\n                \"Status\": 0\n            },\n            {\n                \"Type\": 2,\n                \"Success\": false,\n                \"Status\": 0\n            },\n            {\n                \"Type\": 3,\n                \"Success\": false,\n                \"Status\": 0\n            },\n            {\n                \"Type\": 4,\n                \"Success\": false,\n                \"Status\": 0\n            },\n            {\n                \"Type\": 5,\n                \"Success\": false,\n                \"Status\": 0\n            },\n            {\n                \"Type\": 6,\n                \"Success\": false,\n                \"Status\": 0\n            },\n            {\n                \"Type\": 7,\n                \"Success\": false,\n                \"Status\": 0\n            }\n        ],\n        \"HideInvoiceTypes\": null,\n        \"InstalmentList\": [],\n        \"AutoDeleteOrder\": null,\n        \"DeleteCopiedOrder\": false,\n        \"NationalCodeNotUnique\": true,\n        \"CoveredLocationInMap\": false,\n        \"CustomerTicketStatus\": 0,\n        \"ShowWeight\": true,\n        \"MobileUnique\": true,\n        \"CustomerAnswerQ\": true,\n        \"EnableQa\": true,\n        \"EnableProductAvailability\": true,\n        \"DaysToWithdraw\": 0,\n        \"EnableAuthenticator\": false,\n        \"MinVersion\": 0\n    },\n    \"DomainName\": \"shikmarket.smx.live\",\n    \"SSL\": true,\n    \"AddOrderedProductPoint\": false,\n    \"customers\": 0,\n    \"users\": 0,\n    \"role\": \"Shop\",\n    \"mlmSetting\": null,\n    \"MinTotalPriceOrder\": 0,\n    \"HidePrice\": false,\n    \"plan\": 0,\n    \"subPlan\": 0,\n    \"MlmChart\": false,\n    \"Rewards\": null,\n    \"CreditSale\": true,\n    \"SchemeCommission\": true,\n    \"EnableInstalment\": true,\n    \"MarketerLeg\": false,\n    \"RewardWallet\": false,\n    \"ActiveTreeSetting\": false,\n    \"SellCryptoCurrency\": false,\n    \"MarketPlace\": true,\n    \"GoogleApiKey\": null,\n    \"MarketerBadge\": false,\n    \"Affiliate\": false,\n    \"AffiliateSite\": null,\n    \"AffiliateApi\": null,\n    \"ConnectionId\": null,\n    \"ConnectionApi\": null,\n    \"Invest\": false,\n    \"Meta\": null,\n    \"TreeSetting\": null,\n    \"Binary1\": null,\n    \"Binary2\": null,\n    \"Binary3\": null\n}"},{"id":"d6f52832-a8f9-4f2c-8295-7979a2c5602e","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/customer/shopinfoweb"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"-1"},{"id":"8405a021-68a8-423b-9c97-c836977b9839","name":"Forbidden","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/customer/shopinfoweb"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c9d56b0c-55ef-46c3-a75b-eb065904b826"},{"name":"ThemeSetting","id":"893aa395-e11f-4c48-8d57-977670a995a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/api/themesetting/active","description":"<p>Get theme setting such colors, texts and ...</p>\n","urlObject":{"path":["api","themesetting","active"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"5e92d26c-e861-425a-82fa-6ba04f71185f","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":"https://api.example.com/api/themesetting/active"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Type\": 0,\n    \"IsActive\": true,\n    \"Color1\": \"00ba1e\",\n    \"Color2\": \"ff00bd\",\n    \"FooterText\": \"ساعت کاری تست از 8:30 الی 20:30 می باشد\",\n    \"Enamad\": null,\n    \"Copyright\": \"کلیه حقوق سایت برای تست محفوظ است . استفاده غیر تجاری مطلب همراه با ذکر منبع و لینک مجاز می باشد.\",\n    \"AboutFooter\": \"<p><span style=\\\"font-size:14px;\\\"><span style=\\\"color: rgb(102, 102, 102);\\\">با توجه به توسعه روز افزون<strong> اینترنت</strong>، روشهای خرید به کلی دگرگون شده است و جامعه به سمت خریدهای مجازی سوق پیدا کرده که این موضوع دارای مزیتهایی بسیاری میباشد. امروزه با توجه به شکل گرفتن انواع فروشگاه&zwnj;های اینترنتی در زمینه&zwnj;های مختلف، ما بر آن شدیم تا اولین مرجع تخصصی مد و زیورآلات را با هدف ارائه محصولاتی با کیفیت و تنها با در نظر گرفتن رضایت کامل مشتری راه اندازی کنیم . تست اولین سایت تخصصی مد و لباس و زیورآلات در ایران است که جدیدترین کالاهای مد روز و منحصر به فرد را ارائه می&zwnj;دهد که امکان مشاهده و مقایسه محصولات و ست کردن پوشاک و زیورآلات از مزیتهای این سایت است. اطلاعات تمامی محصولاتی که در سایت قرار دارد دقیق و کاملا واقعی و بدون بزرگ نمایی میباشد. تست جلب رضایت حداکثری خریداران را نه شعار خود بلکه باور واعتقاد قلبی خود می&zwnj;داند و تمامی پرسنل آن تنها با هدف ارائه خدماتی با کیفیت مطلوب در تلاشند تا همه مشتریان از تمامی مراحل خرید خود از لحظه ورود به سایت تا رسیدن سفارش به درب منزل راضی باشند . زیرا ما باور داریم که موفقیت تنها در سایه رضایتمندی خریداران حاصل می&zwnj;شود . تست با ارائه محصولات برندهای معتبر دنیا و با قیمت&zwnj;های متنوع ، سعی در تامین خواسته&zwnj;ها و ارزش آفرینی برای تمامی اقشار جامعه و گروه&zwnj;های گوناگون سنی، شغلی، درآمدی و پوشش سلایق همه مصرف کنندگان دارد. تست با داشتن نمایندگی در بیش از 30 شهر کشور امکان ارسال محصولات در کمترین زمان ممکن را دارد وتمامی خدمات بسته بندی و ارسال به صورت رایگان ارائه می&zwnj;شود . امکان تسویه حساب محصول خریداری شده درب منزل (در تهران با استفاده از دستگاه POS و در شهرستان&zwnj;ها به صورت نقدی) وجود دارد. همچنین امکان پرداخت به صورت <strong>online</strong> و با استفاده از کارتهای عضو شبکه شتاب نیز فراهم شده است.</span></span></p>\\n\",\n    \"EnamadCode\": \"<a referrerpolicy=\\\"origin\\\" target=\\\"_blank\\\" href=\\\"https://trustseal.enamad.ir/?id=186845&amp;Code=HVeQ3pPC8P04LuESiEzv\\\"><img referrerpolicy=\\\"origin\\\" src=\\\"https://admin.smx.live/UserFiles/livegallery4/Files/enamad.png\\\" alt=\\\"\\\" style=\\\"cursor:pointer\\\" id=\\\"HVeQ3pPC8P04LuESiEzv\\\"></a>\",\n    \"Headers\": null,\n    \"Other\": \"{\\\"HideBlog\\\":false,\\\"OldSearch\\\":false,\\\"HideMainCart\\\":true,\\\"HideProductCart\\\":true,\\\"HideCategoryCart\\\":true,\\\"HideGroupingCart\\\":true,\\\"SerialSubMenu\\\":false}\",\n    \"Id\": 11,\n    \"LangId\": 0\n}"},{"id":"75afc643-5ce0-4dbb-b8d3-0c9087d20cd4","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/api/themesetting/active"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"-1"}],"_postman_id":"893aa395-e11f-4c48-8d57-977670a995a2"},{"name":"Popup","id":"e689f908-26bd-4b20-bf8f-0d3353c71d10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/api/popup/show?Ip={ip}&Browser={browser}&Main={main}&Office={office}","description":"<p>Get active popup with needed conditions and popup setting</p>\n<p><img src=\"https://static.smx.live/UserFiles/admin/Files/Doc/Popup.png\" alt /></p>\n","urlObject":{"path":["api","popup","show"],"host":["https://api.example.com"],"query":[{"key":"Ip","value":"{ip}"},{"key":"Browser","value":"{browser}"},{"key":"Main","value":"{main}"},{"key":"Office","value":"{office}"}],"variable":[]}},"response":[{"id":"db5fe526-359d-4649-a586-0fe7dff3cb43","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":{"raw":"https://api.example.com/api/popup/show?Ip={ip}&Browser={browser}&Main={main}&Office={office}","host":["https://api.example.com"],"path":["api","popup","show"],"query":[{"key":"Ip","value":"{ip}"},{"key":"Browser","value":"{browser}"},{"key":"Main","value":"{main}"},{"key":"Office","value":"{office}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Name\": \"تست\",\n    \"IsActive\": true,\n    \"DeviceType\": 0,\n    \"Type\": 0,\n    \"InMain\": true,\n    \"VariantBrowser\": true,\n    \"RegisteredOnly\": false,\n    \"Transparent\": false,\n    \"FullScreen\": false,\n    \"InOffice\": false,\n    \"Content\": \"<div style=\\\"text-align: center;\\\"><img alt=\\\"\\\" src=\\\"/UserFiles/livegallery4/Files/ic_launcher.png\\\" style=\\\"width: 195px; height: 195px;\\\" /></div>\\n\",\n    \"Id\": 38,\n    \"LangId\": 0\n}"},{"id":"c15c6b87-7044-44dd-947d-62b0c0a19415","name":"EMPTY","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":{"raw":"https://api.example.com/api/popup/show?Ip={ip}&Browser={browser}&Main={main}&Office={office}","protocol":"https","host":["api","example","com"],"path":["api","popup","show"],"query":[{"key":"Ip","value":"{ip}"},{"key":"Browser","value":"{browser}"},{"key":"Main","value":"{main}"},{"key":"Office","value":"{office}"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"ffe1bea6-5c38-4653-b682-5d4ba9a9c8be","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":{"raw":"https://api.example.com/api/popup/show?Ip={ip}&Browser={browser}&Main={main}&Office={office}","host":["https://api.example.com"],"path":["api","popup","show"],"query":[{"key":"Ip","value":"{ip}"},{"key":"Browser","value":"{browser}"},{"key":"Main","value":"{main}"},{"key":"Office","value":"{office}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"-1"}],"_postman_id":"e689f908-26bd-4b20-bf8f-0d3353c71d10"},{"name":"Ads","id":"028c50e4-a57a-4845-8d96-af0201c603b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/api/Ads?$filter=Position eq '{positions}' or Position eq '{positions}'&$orderby=Sort desc","description":"<p>Get home page banners, between group products, categories, store features, ads, sidebars of slides and master banners.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Position</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>0</td>\n<td>Main Page</td>\n</tr>\n<tr>\n<td>1</td>\n<td>Main page before grouping</td>\n</tr>\n<tr>\n<td>2</td>\n<td>Main page after grouping</td>\n</tr>\n<tr>\n<td>3</td>\n<td>Category page</td>\n</tr>\n<tr>\n<td>4</td>\n<td>Category page before grouping</td>\n</tr>\n<tr>\n<td>5</td>\n<td>Category page after grouping</td>\n</tr>\n<tr>\n<td>6</td>\n<td>Blog page</td>\n</tr>\n<tr>\n<td>7</td>\n<td>Store features</td>\n</tr>\n<tr>\n<td>8</td>\n<td>Advertising tape</td>\n</tr>\n<tr>\n<td>9</td>\n<td>Banners on the side of the slide</td>\n</tr>\n<tr>\n<td>10</td>\n<td>Master - all pages</td>\n</tr>\n<tr>\n<td>11</td>\n<td>Story</td>\n</tr>\n</tbody>\n</table>\n</div><p>For Story:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n   \"Meta\":{\n      \"Thumbnail\":null\n   }\n}\n\n</code></pre>\n<p>Link System: <a href=\"#726f64e0-70f4-40b1-afc3-5fb02419aa3b\">LinkTo</a></p>\n<img src=\"https://static.smx.live/UserFiles/admin/Files/Doc/Banner1.png\" width=\"645\" height=\"67\" />\n\n<img src=\"https://static.smx.live/UserFiles/admin/Files/Doc/Banner2.png\" />\n\n<img src=\"https://static.smx.live/UserFiles/admin/Files/Doc/Banner3.png\" />\n\n<img src=\"https://static.smx.live/UserFiles/admin/Files/Doc/Banner4.png\" />","urlObject":{"path":["api","Ads"],"host":["https://api.example.com"],"query":[{"key":"$filter","value":"Position eq '{positions}' or Position eq '{positions}'"},{"key":"$orderby","value":"Sort desc"}],"variable":[]}},"response":[{"id":"0eae57d5-65e6-4fb2-80ab-7ccab55b1b7a","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"}],"url":{"raw":"https://api.example.com/api/Ads?$filter=Position eq '{positions}'&$orderby=Sort desc","protocol":"https","host":["api","example","com"],"path":["api","Ads"],"query":[{"key":"$filter","value":"Position eq '{positions}'","description":"or Position eq '{positions}' ..."},{"key":"$orderby","value":"Sort desc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"CategoryId\": null,\n        \"PicLink\": \"/UserFiles/livegallery4/Images/ThemeBanner/202105031522064353.jpg\",\n        \"Link\": null,\n        \"LinkType\": 0,\n        \"Color\": null,\n        \"Description\": null,\n        \"Sort\": 1,\n        \"DeviceType\": 2,\n        \"Title\": null,\n        \"Location\": null,\n        \"Tag\": null,\n        \"AllPages\": false,\n        \"IsActive\": true,\n        \"LinkTo\": 3,\n        \"Meta\": null,\n        \"Position\": 9,\n        \"RelatedId\": null,\n        \"Id\": 97,\n        \"LangId\": 0\n    },\n    {\n        \"CategoryId\": null,\n        \"PicLink\": \"/UserFiles/livegallery4/Images/Banner/202112221511399525.jpg\",\n        \"Link\": \"rtrt.it\",\n        \"LinkType\": 3,\n        \"Color\": null,\n        \"Description\": null,\n        \"Sort\": 0,\n        \"DeviceType\": 0,\n        \"Title\": \"test-category-banner\",\n        \"Location\": null,\n        \"Tag\": null,\n        \"AllPages\": false,\n        \"IsActive\": true,\n        \"LinkTo\": 2,\n        \"Meta\": null,\n        \"Position\": 3,\n        \"RelatedId\": null,\n        \"Id\": 171126,\n        \"LangId\": 0\n    },\n    {\n        \"CategoryId\": null,\n        \"PicLink\": \"/UserFiles/livegallery4/Images/Banner/202312020815425998.jpg\",\n        \"Link\": null,\n        \"LinkType\": 3,\n        \"Color\": null,\n        \"Description\": null,\n        \"Sort\": 0,\n        \"DeviceType\": 0,\n        \"Title\": null,\n        \"Location\": null,\n        \"Tag\": null,\n        \"AllPages\": false,\n        \"IsActive\": true,\n        \"LinkTo\": 2,\n        \"Meta\": \"{\\\"Thumbnail\\\":null}\",\n        \"Position\": 11,\n        \"RelatedId\": null,\n        \"Id\": 171482,\n        \"LangId\": 0\n    },\n    {\n        \"CategoryId\": null,\n        \"PicLink\": \"/UserFiles/livegallery4/Images/Banner/202312020816021218.jpg\",\n        \"Link\": null,\n        \"LinkType\": 3,\n        \"Color\": null,\n        \"Description\": null,\n        \"Sort\": 0,\n        \"DeviceType\": 0,\n        \"Title\": null,\n        \"Location\": null,\n        \"Tag\": null,\n        \"AllPages\": false,\n        \"IsActive\": true,\n        \"LinkTo\": 2,\n        \"Meta\": \"{\\\"Thumbnail\\\":null}\",\n        \"Position\": 11,\n        \"RelatedId\": null,\n        \"Id\": 171483,\n        \"LangId\": 0\n    },\n    {\n        \"CategoryId\": null,\n        \"PicLink\": \"/UserFiles/livegallery4/Images/Banner/202312020816276358.jpg\",\n        \"Link\": null,\n        \"LinkType\": 3,\n        \"Color\": null,\n        \"Description\": null,\n        \"Sort\": 0,\n        \"DeviceType\": 0,\n        \"Title\": null,\n        \"Location\": null,\n        \"Tag\": null,\n        \"AllPages\": false,\n        \"IsActive\": true,\n        \"LinkTo\": 2,\n        \"Meta\": \"{\\\"Thumbnail\\\":null}\",\n        \"Position\": 11,\n        \"RelatedId\": null,\n        \"Id\": 171484,\n        \"LangId\": 0\n    },\n    {\n        \"CategoryId\": null,\n        \"PicLink\": \"/UserFiles/livegallery4/Images/Banner/202312020816460667.jpg\",\n        \"Link\": null,\n        \"LinkType\": 3,\n        \"Color\": null,\n        \"Description\": null,\n        \"Sort\": 0,\n        \"DeviceType\": 0,\n        \"Title\": null,\n        \"Location\": null,\n        \"Tag\": null,\n        \"AllPages\": false,\n        \"IsActive\": true,\n        \"LinkTo\": 2,\n        \"Meta\": \"{\\\"Thumbnail\\\":null}\",\n        \"Position\": 11,\n        \"RelatedId\": null,\n        \"Id\": 171485,\n        \"LangId\": 0\n    },\n    {\n        \"CategoryId\": null,\n        \"PicLink\": \"/UserFiles/livegallery4/Images/Ads/202104101217048100.jpg\",\n        \"Link\": \"1459830\",\n        \"LinkType\": 0,\n        \"Color\": null,\n        \"Description\": null,\n        \"Sort\": 0,\n        \"DeviceType\": 0,\n        \"Title\": \"قبل پوشاک\",\n        \"Location\": null,\n        \"Tag\": null,\n        \"AllPages\": false,\n        \"IsActive\": true,\n        \"LinkTo\": 3,\n        \"Meta\": null,\n        \"Position\": 1,\n        \"RelatedId\": 243216,\n        \"Id\": 7,\n        \"LangId\": 0\n    },\n    {\n        \"CategoryId\": null,\n        \"PicLink\": \"/UserFiles/livegallery4/Images/ThemeTapeBanner/202104101225179375.jpg\",\n        \"Link\": \"https://shikmarket.smx.live/fa/product/1459830-Socks-B12\",\n        \"LinkType\": 0,\n        \"Color\": \"{\\\"Color1\\\":\\\"\\\",\\\"Color2\\\":\\\"a3005b\\\"}\",\n        \"Description\": null,\n        \"Sort\": 0,\n        \"DeviceType\": 2,\n        \"Title\": null,\n        \"Location\": null,\n        \"Tag\": null,\n        \"AllPages\": false,\n        \"IsActive\": true,\n        \"LinkTo\": 3,\n        \"Meta\": null,\n        \"Position\": 8,\n        \"RelatedId\": null,\n        \"Id\": 8,\n        \"LangId\": 0\n    },\n    {\n        \"CategoryId\": null,\n        \"PicLink\": \"/UserFiles/livegallery4/Images/ThemeBanner/202105031522028728.jpg\",\n        \"Link\": null,\n        \"LinkType\": 0,\n        \"Color\": null,\n        \"Description\": null,\n        \"Sort\": 0,\n        \"DeviceType\": 2,\n        \"Title\": null,\n        \"Location\": null,\n        \"Tag\": null,\n        \"AllPages\": false,\n        \"IsActive\": true,\n        \"LinkTo\": 3,\n        \"Meta\": null,\n        \"Position\": 9,\n        \"RelatedId\": null,\n        \"Id\": 96,\n        \"LangId\": 0\n    }\n]"},{"id":"73d07fe3-2f80-4f77-850e-48a3fd65a02a","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":{"raw":"https://api.example.com/api/Ads?$filter=Position eq '{positions}'&$orderby=Sort desc","host":["https://api.example.com"],"path":["api","Ads"],"query":[{"key":"$filter","value":"Position eq '{positions}'","description":"or Position eq '{positions}' ..."},{"key":"$orderby","value":"Sort desc"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"-1"}],"_postman_id":"028c50e4-a57a-4845-8d96-af0201c603b8"},{"name":"Social","id":"945dddd4-6b80-4e26-9add-6afdfdd625df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"}],"url":"https://api.example.com/api/Social?$orderby=Sort desc","description":"<p>get social networks list</p>\n<p><img src=\"https://static.smx.live/UserFiles/admin/Files/Doc/Network.png\" alt /></p>\n","urlObject":{"path":["api","Social"],"host":["https://api.example.com"],"query":[{"key":"$orderby","value":"Sort desc"}],"variable":[]}},"response":[{"id":"6bf5011d-2cf2-430f-a817-826a02e8d71d","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":{"raw":"https://api.example.com/api/Social?$orderby=Sort desc","host":["https://api.example.com"],"path":["api","Social"],"query":[{"key":"$orderby","value":"Sort desc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Name\": null,\n        \"Sort\": 0,\n        \"IsActive\": true,\n        \"Type\": 0,\n        \"PicLink\": null,\n        \"Link\": null,\n        \"Id\": 4,\n        \"LangId\": 0\n    },\n    {\n        \"Name\": null,\n        \"Sort\": 0,\n        \"IsActive\": true,\n        \"Type\": 1,\n        \"PicLink\": null,\n        \"Link\": null,\n        \"Id\": 5,\n        \"LangId\": 0\n    },\n    {\n        \"Name\": null,\n        \"Sort\": 0,\n        \"IsActive\": true,\n        \"Type\": 2,\n        \"PicLink\": null,\n        \"Link\": null,\n        \"Id\": 6,\n        \"LangId\": 0\n    },\n    {\n        \"Name\": null,\n        \"Sort\": 0,\n        \"IsActive\": true,\n        \"Type\": 7,\n        \"PicLink\": null,\n        \"Link\": null,\n        \"Id\": 7,\n        \"LangId\": 0\n    },\n    {\n        \"Name\": null,\n        \"Sort\": 0,\n        \"IsActive\": true,\n        \"Type\": 5,\n        \"PicLink\": null,\n        \"Link\": null,\n        \"Id\": 8,\n        \"LangId\": 0\n    },\n    {\n        \"Name\": null,\n        \"Sort\": 0,\n        \"IsActive\": true,\n        \"Type\": 6,\n        \"PicLink\": null,\n        \"Link\": null,\n        \"Id\": 9,\n        \"LangId\": 0\n    },\n    {\n        \"Name\": null,\n        \"Sort\": 0,\n        \"IsActive\": true,\n        \"Type\": 4,\n        \"PicLink\": null,\n        \"Link\": null,\n        \"Id\": 10,\n        \"LangId\": 0\n    },\n    {\n        \"Name\": null,\n        \"Sort\": 0,\n        \"IsActive\": true,\n        \"Type\": 3,\n        \"PicLink\": null,\n        \"Link\": null,\n        \"Id\": 11,\n        \"LangId\": 0\n    }\n]"},{"id":"c18fa3e8-736a-495f-bcd1-fd697fb90536","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":{"raw":"https://api.example.com/api/Social?$orderby=Sort desc","host":["https://api.example.com"],"path":["api","Social"],"query":[{"key":"$orderby","value":"Sort desc"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"-1"}],"_postman_id":"945dddd4-6b80-4e26-9add-6afdfdd625df"},{"name":"Menus","id":"cf87b441-263c-49a7-a24d-cee79cc8d01a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/api/menu/menus?level={level}&$filter=(Menu/Location eq '{location}')","description":"<p>Get main and home middle menu</p>\n<p>Link System: <a href=\"#726f64e0-70f4-40b1-afc3-5fb02419aa3b\">LinkTo</a></p>\n<img src=\"https://static.smx.live/UserFiles/admin/Files/Doc/Menus.png\" />","urlObject":{"path":["api","menu","menus"],"host":["https://api.example.com"],"query":[{"key":"level","value":"{level}"},{"key":"$filter","value":"(Menu/Location eq '{location}')"}],"variable":[]}},"response":[{"id":"4b32fb9f-cc2e-4eb8-9e62-96eab9e5aff0","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"}],"url":{"raw":"https://api.example.com/api/menu/menus?level={level}&$filter=(Menu/Location eq '{location}')","protocol":"https","host":["api","example","com"],"path":["api","menu","menus"],"query":[{"key":"level","value":"{level}"},{"key":"$filter","value":"(Menu/Location eq '{location}')"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    { // Menus Model\n        \"Menu\": { // Menu Model\n            \"PageTitle\": null,\n            \"PageDescription\": null,\n            \"PageKeyword\": null,\n            \"Permalink\": null,\n            \"PicLink\": null,\n            \"Title\": \"محصولات\",\n            \"Sort\": 0,\n            \"Content\": null,\n            \"Type\": 4,\n            \"Location\": \"0\",\n            \"Show\": true,\n            \"DeviceType\": 0,\n            \"ParentId\": null,\n            \"HasChild\": false,\n            \"Forbid\": false,\n            \"PageOnly\": false,\n            \"ColorCode\": null,\n            \"Children\": null, // List[MenusModel] of Children if Menu->Type not 4\n            \"LinkTo\": 4,\n            \"Id\": 415113,\n            \"LangId\": 0\n        },\n        \"Category\": { // Category Model, null if Menu->Type is 4\n            \"PageTitle\": null,\n            \"PageDescription\": null,\n            \"PageKeyword\": null,\n            \"Name\": \"محصولات\",\n            \"Number\": null,\n            \"IsDeactive\": false,\n            \"OrderType\": 0,\n            \"LayoutType\": 0,\n            \"Description\": null,\n            \"ParentId\": null,\n            \"PicLink\": null,\n            \"HasChild\": false,\n            \"Sort\": 0,\n            \"SlideCount\": 0,\n            \"ShortcutCount\": 0,\n            \"GroupCount\": 0,\n            \"DeviceType\": 0,\n            \"GroupSizeId\": null,\n            \"Forbid\": false,\n            \"NumberOfProducts\": 0,\n            \"HasFilter\": false,\n            \"ProductExpireDayAlert\": null,\n            \"HasSpecification\": false,\n            \"CommissionPercent\": null,\n            \"PackingFee\": null,\n            \"Children\": [  // List[MenusModel] of Children, all Type is 4\n                {\n                    \"Menu\": null,\n                    \"Category\": {\n                        \"Guaranties\": null,\n                        \"PageTitle\": null,\n                        \"PageDescription\": null,\n                        \"PageKeyword\": null,\n                        \"Name\": \"پوشاک\",\n                        \"Number\": null,\n                        \"IsDeactive\": false,\n                        \"OrderType\": 0,\n                        \"LayoutType\": 0,\n                        \"Description\": null,\n                        \"ParentId\": null,\n                        \"PicLink\": null,\n                        \"HasChild\": true,\n                        \"Sort\": 0,\n                        \"SlideCount\": 0,\n                        \"ShortcutCount\": 0,\n                        \"GroupCount\": 0,\n                        \"DeviceType\": 0,\n                        \"GroupSizeId\": 100694,\n                        \"Forbid\": false,\n                        \"NumberOfProducts\": 2,\n                        \"HasFilter\": false,\n                        \"ProductExpireDayAlert\": null,\n                        \"HasSpecification\": false,\n                        \"CommissionPercent\": 0.00,\n                        \"PackingFee\": 0.00,\n                        \"Children\": [],\n                        \"Id\": 543389,\n                        \"LangId\": 0\n                    }\n                }\n            ],\n            \"Guaranties\": null,\n            \"Id\": 0,\n            \"LangId\": 0\n        }\n    }\n]"},{"id":"a9201cfa-a011-4789-bee8-187b78d0e727","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":{"raw":"https://api.example.com/api/menu/menus?level={level}&$filter=(Menu/Location eq '{location}')","host":["https://api.example.com"],"path":["api","menu","menus"],"query":[{"key":"level","value":"{level}"},{"key":"$filter","value":"(Menu/Location eq '{location}')"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"-1"}],"_postman_id":"cf87b441-263c-49a7-a24d-cee79cc8d01a"},{"name":"Menu","id":"189212d6-a514-417f-9ef9-a6fcbcc44cf8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/api/menu?$filter=(Location eq '{location}' and Show eq true and ParentId eq null)&$orderby=Sort","description":"<p>Get custom menu lists</p>\n<p>Link System: <a href=\"#726f64e0-70f4-40b1-afc3-5fb02419aa3b\">LinkTo</a></p>\n<img src=\"https://static.smx.live/UserFiles/admin/Files/Doc/Menu.png\" />","urlObject":{"path":["api","menu"],"host":["https://api.example.com"],"query":[{"key":"$filter","value":"(Location eq '{location}' and Show eq true and ParentId eq null)"},{"key":"$orderby","value":"Sort"}],"variable":[]}},"response":[{"id":"97ebb5e2-20b9-4379-8550-1a0612024567","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"}],"url":{"raw":"https://api.example.com/api/menu?$filter=(Location eq '{location}' and Show eq true and ParentId eq null)&$orderby=Sort","protocol":"https","host":["api","example","com"],"path":["api","menu"],"query":[{"key":"$filter","value":"(Location eq '{location}' and Show eq true and ParentId eq null)"},{"key":"$orderby","value":"Sort"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"PageTitle\": null,\n        \"PageDescription\": null,\n        \"PageKeyword\": null,\n        \"Permalink\": null,\n        \"PicLink\": null,\n        \"Title\": \"محصولات\",\n        \"Sort\": 0,\n        \"Content\": null,\n        \"Type\": 4,\n        \"Location\": \"0\",\n        \"Show\": true,\n        \"DeviceType\": 0,\n        \"ParentId\": null,\n        \"HasChild\": false,\n        \"Forbid\": false,\n        \"PageOnly\": false,\n        \"ColorCode\": null,\n        \"Children\": null,\n        \"LinkTo\": 4,\n        \"Id\": 415113,\n        \"LangId\": 0\n    },\n    {\n        \"PageTitle\": null,\n        \"PageDescription\": null,\n        \"PageKeyword\": null,\n        \"Permalink\": null,\n        \"PicLink\": null,\n        \"Title\": \"تماس با ما\",\n        \"Sort\": 0,\n        \"Content\": null,\n        \"Type\": 7,\n        \"Location\": \"0\",\n        \"Show\": true,\n        \"DeviceType\": 0,\n        \"ParentId\": null,\n        \"HasChild\": false,\n        \"Forbid\": false,\n        \"PageOnly\": false,\n        \"ColorCode\": null,\n        \"Children\": null,\n        \"LinkTo\": 9,\n        \"Id\": 415114,\n        \"LangId\": 0\n    },\n    {\n        \"PageTitle\": null,\n        \"PageDescription\": null,\n        \"PageKeyword\": null,\n        \"Permalink\": null,\n        \"PicLink\": null,\n        \"Title\": \"وبلاگ\",\n        \"Sort\": 0,\n        \"Content\": null,\n        \"Type\": 10,\n        \"Location\": \"0\",\n        \"Show\": true,\n        \"DeviceType\": 0,\n        \"ParentId\": null,\n        \"HasChild\": false,\n        \"Forbid\": false,\n        \"PageOnly\": false,\n        \"ColorCode\": null,\n        \"Children\": null,\n        \"LinkTo\": 11,\n        \"Id\": 415115,\n        \"LangId\": 0\n    },\n    {\n        \"PageTitle\": \"گل و بلبل\",\n        \"PageDescription\": null,\n        \"PageKeyword\": null,\n        \"Permalink\": null,\n        \"PicLink\": null,\n        \"Title\": \"گل و بلبل\",\n        \"Sort\": 0,\n        \"Content\": \"543575\",\n        \"Type\": 4,\n        \"Location\": \"0\",\n        \"Show\": true,\n        \"DeviceType\": 0,\n        \"ParentId\": null,\n        \"HasChild\": false,\n        \"Forbid\": false,\n        \"PageOnly\": false,\n        \"ColorCode\": null,\n        \"Children\": null,\n        \"LinkTo\": 4,\n        \"Id\": 415238,\n        \"LangId\": 0\n    }\n]"},{"id":"3d769d5a-9393-43f8-a094-ef1e7725fb82","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":{"raw":"https://api.example.com/api/menu?$filter=(Location eq '{location}' and Show eq true and ParentId eq null)&$orderby=Sort","host":["https://api.example.com"],"path":["api","menu"],"query":[{"key":"$filter","value":"(Location eq '{location}' and Show eq true and ParentId eq null)"},{"key":"$orderby","value":"Sort"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"-1"}],"_postman_id":"189212d6-a514-417f-9ef9-a6fcbcc44cf8"},{"name":"Statistics","id":"c743c2fa-e540-498a-9993-649b222d2a13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Location\": 0,\r\n    \"Ip\": \"{ip}\",\r\n    \"Url\": \"https://example.com\",\r\n    \"Referrer\": \"https://google.com\",\r\n    \"UserAgent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/trace/visit","description":"<p>submit visitor info for trace visits and ...</p>\n","urlObject":{"path":["api","trace","visit"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"851a8c51-384a-4935-87b6-28d5530e1028","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/api/trace/visit"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"05ac46d6-873e-46dc-a5c8-e21867ec9cd7","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/api/trace/visit"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"-1"}],"_postman_id":"c743c2fa-e540-498a-9993-649b222d2a13"},{"name":"Countries","id":"56c82892-4499-4cef-9daf-181aa628d76c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"}],"url":"https://api.example.com/api/country","description":"<p>get country list</p>\n","urlObject":{"path":["api","country"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"a2bcc555-5c3b-4fab-bf2e-84fe6621ad8d","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/api/country"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"min","value":"90000.0000","description":"","type":"text"},{"key":"max","value":"90000.0000","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"International\": null,\n        \"Description\": null,\n        \"Code\": \"98\",\n        \"Abbr\": \"IR\",\n        \"Sort\": 0,\n        \"PostMultiplier\": 0.00,\n        \"Id\": 11,\n        \"Name\": \" Iran\"\n    }\n]"},{"id":"a6a88fd2-1a61-49f4-8125-4e05ced4241b","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/api/country"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"-1"}],"_postman_id":"56c82892-4499-4cef-9daf-181aa628d76c"},{"name":"Provinces","id":"117b4d7e-9ef4-41f7-9445-cdebc0ead2c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"}],"url":"https://api.example.com/api/country/[id]/Provinces?isOrder=false","description":"<p>get country provinces</p>\n","urlObject":{"path":["api","country","[id]","Provinces"],"host":["https://api.example.com"],"query":[{"description":{"content":"<p>false|true for filter order aeries</p>\n","type":"text/plain"},"key":"isOrder","value":"false"}],"variable":[]}},"response":[{"id":"5f783c86-e896-4137-99a9-a913cfd2d21c","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":{"raw":"https://api.example.com/api/country/[id]/Provinces?isOrder=false","host":["https://api.example.com"],"path":["api","country","[id]","Provinces"],"query":[{"key":"isOrder","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"min","value":"90000.0000","description":"","type":"text"},{"key":"max","value":"90000.0000","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"International\": \"East Azerbaijan \",\n        \"ForotelCode\": \"3\",\n        \"WebSkyCode\": \"3\",\n        \"CentralCode\": 3,\n        \"PostMultiplier\": 0.00,\n        \"Id\": 27,\n        \"Name\": \"آذربایجان شرقی\"\n    }\n]"},{"id":"cfbb0e4e-8a1c-4c77-8c7a-90c902d3cc5b","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":{"raw":"https://api.example.com/api/country/[id]/Provinces?isOrder=false","host":["https://api.example.com"],"path":["api","country","[id]","Provinces"],"query":[{"key":"isOrder","value":"false"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"-1"},{"id":"cc247a35-963b-4173-9adf-068b253e2586","name":"BadRequest","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":{"raw":"https://api.example.com/api/country/[id]/Provinces?isOrder=false","host":["https://api.example.com"],"path":["api","country","[id]","Provinces"],"query":[{"key":"isOrder","value":"false"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"Message\": \"The request is invalid.\"\r\n}"}],"_postman_id":"117b4d7e-9ef4-41f7-9445-cdebc0ead2c2"},{"name":"Cities","id":"73037017-fe3e-4598-a4c8-67aa2e654c4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"}],"url":"https://api.example.com/api/country/[id]/cities?isOrder=false","description":"<p>get provinces cities</p>\n","urlObject":{"path":["api","country","[id]","cities"],"host":["https://api.example.com"],"query":[{"description":{"content":"<p>false|true for filter order aeries</p>\n","type":"text/plain"},"key":"isOrder","value":"false"}],"variable":[]}},"response":[{"id":"bd724d7f-7dc6-4d25-ab69-0552f3c64bca","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":{"raw":"https://api.example.com/api/country/[id]/cities?isOrder=false","host":["https://api.example.com"],"path":["api","country","[id]","cities"],"query":[{"key":"isOrder","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"min","value":"90000.0000","description":"","type":"text"},{"key":"max","value":"90000.0000","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"International\": \"1732\",\n        \"ForotelCode\": \"1732\",\n        \"WebSkyCode\": \"1732\",\n        \"CentralCode\": 1732,\n        \"PostMultiplier\": 0.00,\n        \"Id\": 168543,\n        \"Name\": \"آبش احمد\"\n    }\n]"},{"id":"450fad26-0428-45ce-87c5-cc9c4e520d47","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":{"raw":"https://api.example.com/api/country/[id]/cities?isOrder=false","host":["https://api.example.com"],"path":["api","country","[id]","cities"],"query":[{"key":"isOrder","value":"false"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"-1"},{"id":"713e77b5-6fc1-40f7-aa52-335e47e14859","name":"BadRequest","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":{"raw":"https://api.example.com/api/country/[id]/cities?isOrder=false","host":["https://api.example.com"],"path":["api","country","[id]","cities"],"query":[{"key":"isOrder","value":"false"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"Message\": \"The request is invalid.\"\r\n}"}],"_postman_id":"73037017-fe3e-4598-a4c8-67aa2e654c4c"},{"name":"Districts","id":"519a293e-b736-443b-80c8-860c0ddc98c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"}],"url":"https://api.example.com/api/country/[id]/districts","description":"<p>get city districts</p>\n","urlObject":{"path":["api","country","[id]","districts"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"7aab730f-1984-4af1-973a-6c545c48dcf3","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/api/country/[id]/districts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"min","value":"90000.0000","description":"","type":"text"},{"key":"max","value":"90000.0000","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Description\": null,\n        \"CityId\": 7,\n        \"PostMultiplier\": 0.00,\n        \"Id\": 9,\n        \"Name\": \"ادبیات\"\n    }\n]"},{"id":"9d059871-3297-41e2-8d61-92c4a8b2a059","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/api/country/[id]/districts"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"-1"},{"id":"f262b035-ee0e-442a-8e3a-fc1c86cea8b2","name":"BadRequest","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/api/country/[id]/districts"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"Message\": \"The request is invalid.\"\r\n}"}],"_postman_id":"519a293e-b736-443b-80c8-860c0ddc98c1"},{"name":"Hoods","id":"b11ed156-3606-418a-85d1-a8ae7a4ed5f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"}],"url":"https://api.example.com/api/country/[id]/hoods","description":"<p>get district hoods</p>\n","urlObject":{"path":["api","country","[id]","hoods"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"601dff6b-c1f1-43e5-a720-48df0cde8861","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/api/country/[id]/hoods"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"min","value":"90000.0000","description":"","type":"text"},{"key":"max","value":"90000.0000","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Description\": null,\n        \"DistrictId\": 9,\n        \"PostMultiplier\": 0.00,\n        \"Id\": 2,\n        \"Name\": \"مسیر 1\"\n    }\n]"},{"id":"a4be5422-6768-4d28-a3d7-4b72d39d0f22","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/api/country/[id]/hoods"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"-1"},{"id":"2b08fcf5-05b3-4f89-b464-07338bb168ac","name":"BadRequest","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/api/country/[id]/hoods"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"Message\": \"The request is invalid.\"\r\n}"}],"_postman_id":"b11ed156-3606-418a-85d1-a8ae7a4ed5f9"},{"name":"NewsLetter","id":"078e3bd2-372e-417b-962e-c39501b0f3c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Email\": \"\",\r\n    \"Phone\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/newsmember","description":"<p>register new member in newsletter</p>\n","urlObject":{"path":["api","newsmember"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"65f302fd-e082-46fe-ac5a-1feb81934113","name":"OK","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Email\": \"\",\r\n    \"Phone\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/newsmember"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"abdfc884-f42e-43df-9c2d-b4de8d7f805d","name":"BAD","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Email\": \"\",\r\n    \"Phone\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/newsmember"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"key\": \"member.Email\",\n        \"error\": \"1\"\n    }\n]"}],"_postman_id":"078e3bd2-372e-417b-962e-c39501b0f3c7"},{"name":"Depots","id":"6f445b5c-e5c9-4d09-8359-a6bacfaf7e01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"}],"url":"https://api.example.com/api/depot?$orderby=Id desc","description":"<p>get depots</p>\n","urlObject":{"path":["api","depot"],"host":["https://api.example.com"],"query":[{"key":"$orderby","value":"Id desc"}],"variable":[]}},"response":[{"id":"82860302-264c-4ecb-8556-2af584726af9","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":{"raw":"https://api.example.com/api/depot?$orderby=Id desc","host":["https://api.example.com"],"path":["api","depot"],"query":[{"key":"$orderby","value":"Id desc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"min","value":"90000.0000","description":"","type":"text"},{"key":"max","value":"90000.0000","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Name\": \"Central\",\n        \"Address\": null,\n        \"Code\": null,\n        \"Phone\": null,\n        \"IsCentral\": true,\n        \"IsDeactive\": false,\n        \"Count\": 0,\n        \"Id\": 153406,\n        \"LangId\": 0\n    }\n]"}],"_postman_id":"6f445b5c-e5c9-4d09-8359-a6bacfaf7e01"}],"id":"2bebd698-d8f4-4b81-a6a3-78b054f8b591","description":"<p>Shared rest apis across all pages</p>\n<p>for example header and footer</p>\n","_postman_id":"2bebd698-d8f4-4b81-a6a3-78b054f8b591"},{"name":"Home","item":[{"name":"Shortcuts","id":"eb027cb7-1a29-42dd-90db-7516dd189595","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/api/category/[id]/shortcuts?$filter=Position eq '{positions}'&$orderby=Sort desc","description":"<p>Get shortcuts images in needed postion</p>\n<p>Link System: <a href=\"#726f64e0-70f4-40b1-afc3-5fb02419aa3b\">LinkTo</a></p>\n<img src=\"https://static.smx.live/UserFiles/admin/Files/Doc/Shortcuts.png\" />","urlObject":{"path":["api","category","[id]","shortcuts"],"host":["https://api.example.com"],"query":[{"key":"$filter","value":"Position eq '{positions}'"},{"key":"$orderby","value":"Sort desc"}],"variable":[]}},"response":[{"id":"81683153-db23-4aab-9cd1-ec23e9ac4ff5","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":{"raw":"https://api.example.com/api/category/[id]/shortcuts?$filter=Position eq '{positions}'&$orderby=Sort desc","host":["https://api.example.com"],"path":["api","category","[id]","shortcuts"],"query":[{"key":"$filter","value":"Position eq '{positions}'"},{"key":"$orderby","value":"Sort desc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"PicLink\": \"/UserFiles/livegallery4/Images/Shortcut/202202141147216432.png\",\n        \"CategoryId\": null,\n        \"Link\": \"318942\",\n        \"LinkType\": 15,\n        \"Color\": \"09aae0\",\n        \"Description\": \"سامسونگ\",\n        \"Sort\": 1,\n        \"Location\": null,\n        \"DeviceType\": 0,\n        \"Title\": \"سامسونگ\",\n        \"Position\": 0,\n        \"RelatedId\": null,\n        \"Id\": 233721,\n        \"LangId\": 0\n    }\n]"},{"id":"339592d2-28a4-4b5c-bf84-61f7cd6fcbbd","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":{"raw":"https://api.example.com/api/category/[id]/shortcuts?$filter=Position eq '{positions}'&$orderby=Sort desc","host":["https://api.example.com"],"path":["api","category","[id]","shortcuts"],"query":[{"key":"$filter","value":"Position eq '{positions}'"},{"key":"$orderby","value":"Sort desc"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"-1"}],"_postman_id":"eb027cb7-1a29-42dd-90db-7516dd189595"},{"name":"Slides","id":"2be797b7-6b13-4197-8268-c1f25148f12b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/api/category/[id]/slides?$filter=startswith(Location,'{location}')&$orderby=Sort desc","description":"<p>Get slide image lists</p>\n<p>Link System: <a href=\"#726f64e0-70f4-40b1-afc3-5fb02419aa3b\">LinkTo</a></p>\n<img src=\"https://static.smx.live/UserFiles/admin/Files/Doc/Slides.png\" />","urlObject":{"path":["api","category","[id]","slides"],"host":["https://api.example.com"],"query":[{"description":{"content":"<p>or Location eq null if Location is 0</p>\n","type":"text/plain"},"key":"$filter","value":"startswith(Location,'{location}')"},{"key":"$orderby","value":"Sort desc"}],"variable":[]}},"response":[{"id":"d573335f-55d9-4c00-a3e6-aabde19dc9a4","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":{"raw":"https://api.example.com/api/category/[id]/slides?$filter=startswith(Location,'{location}')&$orderby=Sort desc","host":["https://api.example.com"],"path":["api","category","[id]","slides"],"query":[{"key":"$filter","value":"startswith(Location,'{location}')","description":"or Location eq null if Location is 0"},{"key":"$orderby","value":"Sort desc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"PicLink\": \"/UserFiles/livegallery4/Images/Slide/202105031523226701.jpg\",\n        \"CategoryId\": null,\n        \"Location\": \"0,0\",\n        \"Link\": \"0\",\n        \"LinkType\": 0,\n        \"Sort\": 0,\n        \"DeviceType\": 0,\n        \"Title\": \"fghd\",\n        \"OfferDate\": null,\n        \"Expire\": null,\n        \"Id\": 426914,\n        \"LangId\": 0\n    }\n]"},{"id":"a45b86ba-331a-47c0-9985-55b87742654c","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":{"raw":"https://api.example.com/api/category/[id]/slides?$filter=startswith(Location,'{location}')&$orderby=Sort desc","host":["https://api.example.com"],"path":["api","category","[id]","slides"],"query":[{"key":"$filter","value":"startswith(Location,'{location}')","description":"or Location eq null if Location is 0"},{"key":"$orderby","value":"Sort desc"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"-1"}],"_postman_id":"2be797b7-6b13-4197-8268-c1f25148f12b"},{"name":"AppLink","id":"9b645cc0-90f3-4e47-8a4d-4cf905463cf5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/setting/applink?ua=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36","description":"<p>Get android/ios app download link/page based on the visitor's mobile</p>\n<p><img src=\"https://static.smx.live/UserFiles/admin/Files/Doc/AppLink.png\" alt /></p>\n","urlObject":{"path":["setting","applink"],"host":["https://api.example.com"],"query":[{"key":"ua","value":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36"}],"variable":[]}},"response":[{"id":"323946c1-b671-41a9-8ded-295423b4d382","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":{"raw":"https://api.example.com/setting/applink?ua=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36","host":["https://api.example.com"],"path":["setting","applink"],"query":[{"key":"ua","value":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"link\": \"data/upload/test/shop.apk\" // or empty\n}"},{"id":"fdc15448-75c1-4c3b-ae9a-d17963afc36c","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":{"raw":"https://api.example.com/setting/applink?ua=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36","host":["https://api.example.com"],"path":["setting","applink"],"query":[{"key":"ua","value":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"-1"}],"_postman_id":"9b645cc0-90f3-4e47-8a4d-4cf905463cf5"},{"name":"GroupProducts","id":"63afc780-b540-4e7f-9d55-88945e94bbea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/api/category/[id]/groupproducts?$filter=Location eq '{location}'&$orderby=Sort desc","description":"<p>Get list of group products in needed location such home or category</p>\n<p><img src=\"https://static.smx.live/UserFiles/admin/Files/Doc/GroupProducts.png\" alt /></p>\n","urlObject":{"path":["api","category","[id]","groupproducts"],"host":["https://api.example.com"],"query":[{"description":{"content":"<p>or Location eq null if Location is 0</p>\n","type":"text/plain"},"key":"$filter","value":"Location eq '{location}'"},{"key":"$orderby","value":"Sort desc"}],"variable":[]}},"response":[{"id":"f3464959-d60e-4c6f-8c7c-a915f330a523","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":{"raw":"https://api.example.com/api/category/[id]/groupproducts?$filter=Location eq '{location}'&$orderby=Sort desc","host":["https://api.example.com"],"path":["api","category","[id]","groupproducts"],"query":[{"key":"$filter","value":"Location eq '{location}'","description":"or Location eq% null if Location is 0"},{"key":"$orderby","value":"Sort desc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Name\": \"پیشنهاد ویژه پوشاک\",\n        \"Description\": null,\n        \"Sort\": 0,\n        \"Expire\": null,\n        \"CategoryId\": null,\n        \"Location\": \"0\",\n        \"Exceptions\": null,\n        \"Categories\": null,\n        \"Brands\": null,\n        \"Auto\": true,\n        \"Exist\": false,\n        \"MinPrice\": null,\n        \"MaxPrice\": null,\n        \"MaxCount\": 30,\n        \"MinInstalment\": null,\n        \"MaxInstalment\": null,\n        \"MinInstalmentCommission\": null,\n        \"MaxInstalmentCommission\": null,\n        \"MinCashPercent\": null,\n        \"MaxCashPercent\": null,\n        \"Type\": 1,\n        \"DeviceType\": 0,\n        \"Hidden\": false,\n        \"Products\": null,\n        \"Id\": 243216,\n        \"LangId\": 0\n    },\n    {\n        \"Name\": \"تخفیف آخر فصل\",\n        \"Description\": null,\n        \"Sort\": 0,\n        \"Expire\": null,\n        \"CategoryId\": null,\n        \"Location\": \"0\",\n        \"Exceptions\": null,\n        \"Categories\": null,\n        \"Brands\": null,\n        \"Auto\": true,\n        \"Exist\": false,\n        \"MinPrice\": null,\n        \"MaxPrice\": null,\n        \"MaxCount\": 15,\n        \"MinInstalment\": null,\n        \"MaxInstalment\": null,\n        \"MinInstalmentCommission\": null,\n        \"MaxInstalmentCommission\": null,\n        \"MinCashPercent\": null,\n        \"MaxCashPercent\": null,\n        \"Type\": 0,\n        \"DeviceType\": 0,\n        \"Hidden\": false,\n        \"Products\": null,\n        \"Id\": 243490,\n        \"LangId\": 0\n    }\n]"},{"id":"7e665dec-5d13-4adf-ac4d-8d0f3b156979","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":{"raw":"https://api.example.com/api/category/[id]/groupproducts?$filter=Location eq '{location}'&$orderby=Sort desc","host":["https://api.example.com"],"path":["api","category","[id]","groupproducts"],"query":[{"key":"$filter","value":"Location eq '{location}'","description":"or Location eq% null if Location is 0"},{"key":"$orderby","value":"Sort desc"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"-1"}],"_postman_id":"63afc780-b540-4e7f-9d55-88945e94bbea"},{"name":"GroupProducts Products","id":"94976d11-96da-4c03-b7bd-ad1d4ca58d18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/api/groupproduct/[id]/products","description":"<p>Get list of products in group product</p>\n<blockquote>\n<p>Pagination needs to view all products</p>\n</blockquote>\n<p><img src=\"https://static.smx.live/UserFiles/admin/Files/Doc/GroupProducts.png\" alt /></p>\n","urlObject":{"path":["api","groupproduct","[id]","products"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"03621989-c256-48cb-a899-fda57290be15","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/api/groupproduct/[id]/products"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Exist\": true,\n        \"Priority\": 0.0,\n        \"IsOffer\": false,\n        \"Status\": 0,\n        \"OfferDescription\": null,\n        \"Random\": 36898,\n        \"Name\": \" گوشی موبایل شیائومی مدل Redmi 9A M2006C3LG دو سیم‌ کارت ظرفیت 32 گیگابایت \",\n        \"Serial\": \"967239\",\n        \"IsDeactive\": false,\n        \"PicLink\": \"/UserFiles/livegallery4/Images/Product/202104101514509254.png\",\n        \"Description\": null,\n        \"MoreDescription\": null,\n        \"Price\": 528000.0000,\n        \"OffPrice\": 528000.0000,\n        \"HidePrice\": false,\n        \"HidePriceText\": null,\n        \"Discount\": 0.0000,\n        \"Type\": 0,\n        \"MinerCost\": 0.00,\n        \"ProcessingCost\": 0.00,\n        \"MainPrice\": 528000.0000,\n        \"Count\": 565,\n        \"Rate\": 0.0,\n        \"DeviceType\": 0,\n        \"Sort\": 0,\n        \"MobPicLink\": null,\n        \"Sizing\": true,\n        \"PurchasePrice\": 0.0000,\n        \"Weight\": 0.00,\n        \"TaxExempt\": false,\n        \"Tax\": 0.00,\n        \"Inquiry\": false,\n        \"Affiliate\": false,\n        \"DisableOrder\": false,\n        \"DisableOrder2\": false,\n        \"Offer\": null,\n        \"Liked\": false,\n        \"Likes\": 0,\n        \"Point\": 0.0,\n        \"ShopId\": null,\n        \"LikeShop\": false,\n        \"HasReview\": false,\n        \"Mine\": false,\n        \"Ups\": 0,\n        \"Downs\": 0,\n        \"Up\": false,\n        \"Down\": false,\n        \"Stars\": 0.0,\n        \"Starers\": 0,\n        \"MyStars\": 0.0,\n        \"SumStars\": 0.0,\n        \"MultiPrice\": false,\n        \"OriginalPrice\": 528000.0000,\n        \"ConsumerPrice\": 0.0,\n        \"LatinName\": null,\n        \"LastModified\": \"2021-04-10T15:14:59\",\n        \"Views\": 185,\n        \"NoTransport\": false,\n        \"FakeName\": null,\n        \"OfferDate\": null,\n        \"Survey\": null,\n        \"MaxOrder\": null,\n        \"NumberOfShops\": 0,\n        \"MinPrice\": 0.0,\n        \"MaxPrice\": 0.0,\n        \"Max\": 528000.0000,\n        \"Min\": 0.0000,\n        \"FastToCart\": false,\n        \"Depots\": 1,\n        \"Unit\": null,\n        \"CountPerUnit\": 0,\n        \"Expiration\": null,\n        \"Difficulty\": 0,\n        \"CookTime\": 0,\n        \"SellType\": 0,\n        \"MlmType\": 0,\n        \"AlertCount\": 0,\n        \"GroupPrice\": null,\n        \"CatalogPrice\": 1600.0000,\n        \"DeviationPercent\": 0.00,\n        \"DeviationPercentDown\": 0.00,\n        \"Forbid\": false,\n        \"ForbidGallery\": false,\n        \"ForbidDetail\": false,\n        \"ForbidSpecification\": false,\n        \"HasGift\": false,\n        \"Total\": 3,\n        \"Colors\": null,\n        \"Shops\": null,\n        \"Number\": 0,\n        \"PageTitle\": null,\n        \"SoldCount\": 11,\n        \"SpecialInstalment\": null,\n        \"Shid\": 36342,\n        \"Shop\": \"شیک مارکت\",\n        \"Default\": {\n            \"Count\": 500,\n            \"SizeId\": null,\n            \"ColorId\": 2,\n            \"DepotId\": 153406,\n            \"DistributionId\": 20214,\n            \"OwnerId\": \"2be11482-d90c-4297-97b6-2be5dd8d7035\",\n            \"Barcode\": null,\n            \"GtId\": 383,\n            \"ExpireAt\": null,\n            \"CreatedAt\": \"2021-11-16T12:33:48\",\n            \"DaysToSend\": null,\n            \"Price\": 528000.00,\n            \"Shop\": \"شیک مارکت\",\n            \"Shopid\": 36342\n        },\n        \"BrandId\": 318942,\n        \"CategoryId\": 543395,\n        \"Id\": 1459832,\n        \"LangId\": 0\n    },\n    {\n        \"Exist\": false,\n        \"Priority\": 0.0,\n        \"IsOffer\": true,\n        \"Status\": 0,\n        \"OfferDescription\": \"به علت عدم وارد کردن قیمت\",\n        \"Random\": 18262,\n        \"Name\": \"پرنده مرغ عشق\",\n        \"Serial\": \"p134\",\n        \"IsDeactive\": false,\n        \"PicLink\": \"/UserFiles/livegallery4/Images/Product/202108241207542027.jpg\",\n        \"Description\": null,\n        \"MoreDescription\": null,\n        \"Price\": 0.0000,\n        \"OffPrice\": 0.0000,\n        \"HidePrice\": false,\n        \"HidePriceText\": null,\n        \"Discount\": 0.0000,\n        \"Type\": 0,\n        \"MinerCost\": 0.00,\n        \"ProcessingCost\": 0.00,\n        \"MainPrice\": 0.0000,\n        \"Count\": 0,\n        \"Rate\": 0.0,\n        \"DeviceType\": 0,\n        \"Sort\": 0,\n        \"MobPicLink\": null,\n        \"Sizing\": true,\n        \"PurchasePrice\": 0.0000,\n        \"Weight\": 0.00,\n        \"TaxExempt\": false,\n        \"Tax\": 0.00,\n        \"Inquiry\": false,\n        \"Affiliate\": false,\n        \"DisableOrder\": false,\n        \"DisableOrder2\": false,\n        \"Offer\": null,\n        \"Liked\": false,\n        \"Likes\": 0,\n        \"Point\": 0.0,\n        \"ShopId\": null,\n        \"LikeShop\": false,\n        \"HasReview\": false,\n        \"Mine\": false,\n        \"Ups\": 0,\n        \"Downs\": 0,\n        \"Up\": false,\n        \"Down\": false,\n        \"Stars\": 0.0,\n        \"Starers\": 0,\n        \"MyStars\": 0.0,\n        \"SumStars\": 0.0,\n        \"MultiPrice\": false,\n        \"OriginalPrice\": 0.0000,\n        \"ConsumerPrice\": 0.0,\n        \"LatinName\": null,\n        \"LastModified\": \"2021-08-24T12:07:58\",\n        \"Views\": 69,\n        \"NoTransport\": false,\n        \"FakeName\": null,\n        \"OfferDate\": null,\n        \"Survey\": null,\n        \"MaxOrder\": null,\n        \"NumberOfShops\": 0,\n        \"MinPrice\": 0.0,\n        \"MaxPrice\": 0.0,\n        \"Max\": 528000.0000,\n        \"Min\": 0.0000,\n        \"FastToCart\": false,\n        \"Depots\": 0,\n        \"Unit\": null,\n        \"CountPerUnit\": 0,\n        \"Expiration\": null,\n        \"Difficulty\": 0,\n        \"CookTime\": 0,\n        \"SellType\": 0,\n        \"MlmType\": 0,\n        \"AlertCount\": 0,\n        \"GroupPrice\": null,\n        \"CatalogPrice\": 0.0000,\n        \"DeviationPercent\": 0.00,\n        \"DeviationPercentDown\": 0.00,\n        \"Forbid\": false,\n        \"ForbidGallery\": false,\n        \"ForbidDetail\": false,\n        \"ForbidSpecification\": false,\n        \"HasGift\": false,\n        \"Total\": 3,\n        \"Colors\": null,\n        \"Shops\": null,\n        \"Number\": 0,\n        \"PageTitle\": null,\n        \"SoldCount\": 0,\n        \"SpecialInstalment\": null,\n        \"Shid\": null,\n        \"Shop\": null,\n        \"Default\": null,\n        \"BrandId\": null,\n        \"CategoryId\": 543575,\n        \"Id\": 1480664,\n        \"LangId\": 0\n    },\n    {\n        \"Exist\": true,\n        \"Priority\": 0.0,\n        \"IsOffer\": false,\n        \"Status\": 0,\n        \"OfferDescription\": null,\n        \"Random\": 63864,\n        \"Name\": \"سرم آبرسان گل رز فیزیشن فرمولا\",\n        \"Serial\": \"1084\",\n        \"IsDeactive\": false,\n        \"PicLink\": \"/UserFiles/livegallery4/Images/Product/202109141138039983.jpg\",\n        \"Description\": null,\n        \"MoreDescription\": null,\n        \"Price\": 340000.0000,\n        \"OffPrice\": 340000.0000,\n        \"HidePrice\": false,\n        \"HidePriceText\": null,\n        \"Discount\": 0.0000,\n        \"Type\": 0,\n        \"MinerCost\": 0.00,\n        \"ProcessingCost\": 0.00,\n        \"MainPrice\": 340000.0000,\n        \"Count\": 100,\n        \"Rate\": 10.0,\n        \"DeviceType\": 0,\n        \"Sort\": 144,\n        \"MobPicLink\": null,\n        \"Sizing\": false,\n        \"PurchasePrice\": 267000.0000,\n        \"Weight\": 0.00,\n        \"TaxExempt\": false,\n        \"Tax\": 0.00,\n        \"Inquiry\": false,\n        \"Affiliate\": false,\n        \"DisableOrder\": false,\n        \"DisableOrder2\": false,\n        \"Offer\": null,\n        \"Liked\": false,\n        \"Likes\": 0,\n        \"Point\": 0.0,\n        \"ShopId\": null,\n        \"LikeShop\": false,\n        \"HasReview\": false,\n        \"Mine\": false,\n        \"Ups\": 0,\n        \"Downs\": 0,\n        \"Up\": false,\n        \"Down\": false,\n        \"Stars\": 5.00,\n        \"Starers\": 1,\n        \"MyStars\": 0.0,\n        \"SumStars\": 5.00,\n        \"MultiPrice\": false,\n        \"OriginalPrice\": 340000.0000,\n        \"ConsumerPrice\": 0.0,\n        \"LatinName\": \"PHYSICIANS FORMULA\",\n        \"LastModified\": \"2021-09-14T11:38:58\",\n        \"Views\": 89,\n        \"NoTransport\": false,\n        \"FakeName\": null,\n        \"OfferDate\": null,\n        \"Survey\": null,\n        \"MaxOrder\": null,\n        \"NumberOfShops\": 0,\n        \"MinPrice\": 0.0,\n        \"MaxPrice\": 0.0,\n        \"Max\": 528000.0000,\n        \"Min\": 0.0000,\n        \"FastToCart\": true,\n        \"Depots\": 1,\n        \"Unit\": \"عدد\",\n        \"CountPerUnit\": 0,\n        \"Expiration\": null,\n        \"Difficulty\": 0,\n        \"CookTime\": 0,\n        \"SellType\": 0,\n        \"MlmType\": 0,\n        \"AlertCount\": 0,\n        \"GroupPrice\": null,\n        \"CatalogPrice\": 340000.0000,\n        \"DeviationPercent\": 0.00,\n        \"DeviationPercentDown\": 0.00,\n        \"Forbid\": false,\n        \"ForbidGallery\": false,\n        \"ForbidDetail\": false,\n        \"ForbidSpecification\": false,\n        \"HasGift\": false,\n        \"Total\": 3,\n        \"Colors\": null,\n        \"Shops\": null,\n        \"Number\": 0,\n        \"PageTitle\": null,\n        \"SoldCount\": 8,\n        \"SpecialInstalment\": null,\n        \"Shid\": null,\n        \"Shop\": null,\n        \"Default\": null,\n        \"BrandId\": null,\n        \"CategoryId\": 545255,\n        \"Id\": 1481431,\n        \"LangId\": 0\n    }\n]"},{"id":"6cfda91c-96f2-4636-8cac-0ceed2d2299c","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/api/groupproduct/[id]/products"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"-1"}],"_postman_id":"94976d11-96da-4c03-b7bd-ad1d4ca58d18"},{"name":"VipGroupProduct","id":"d1324f24-0b47-4b02-a95c-beb5271893a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/api/groupproduct/vip","description":"<p>vip group product</p>\n<img src=\"https://static.smx.live/UserFiles/admin/Files/Doc/GroupProducts.png\" />","urlObject":{"path":["api","groupproduct","vip"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"debb81c0-74c8-4be8-b2b2-b3ba17b9985c","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/api/groupproduct/vip"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Name\": \"فروش ویژه\",\n    \"Description\": \"فروش ویژه\",\n    \"Sort\": 0,\n    \"Expire\": null,\n    \"CategoryId\": null,\n    \"Location\": null,\n    \"Exceptions\": null,\n    \"Categories\": null,\n    \"Brands\": null,\n    \"Auto\": false,\n    \"Exist\": false,\n    \"MinPrice\": null,\n    \"MaxPrice\": null,\n    \"MaxCount\": 0,\n    \"Type\": 0,\n    \"DeviceType\": 0,\n    \"Hidden\": false,\n    \"SortItems\": 0,\n    \"VipConfig\": {\n        \"Color1\": \"00bfc8\",\n        \"Color2\": \"404040\",\n        \"Banner\": \"\",\n        \"Display\": 0\n    },\n    \"Id\": 243777,\n    \"LangId\": 0\n}"},{"id":"9b2162ae-0299-4575-8a1f-13fd0d5ef47e","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/api/groupproduct/vip"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"-1"}],"_postman_id":"d1324f24-0b47-4b02-a95c-beb5271893a6"},{"name":"VipGroupProduct Products","id":"4ff8d366-95e5-41e3-a5b7-c78aab535552","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/v3/product/list?vip=true&group=[id]&hasStock=true&Page=1&Size=10","description":"<p>Get list of products in group product</p>\n<blockquote>\n<p>Pagination needs to view all products</p>\n</blockquote>\n<p><img src=\"https://static.smx.live/UserFiles/admin/Files/Doc/GroupProducts.png\" alt /></p>\n","urlObject":{"path":["v3","product","list"],"host":["https://api.example.com"],"query":[{"key":"vip","value":"true"},{"key":"group","value":"[id]"},{"key":"hasStock","value":"true"},{"key":"Page","value":"1"},{"key":"Size","value":"10"}],"variable":[]}},"response":[{"id":"14445329-e582-4b43-8366-d1ef8f50f009","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":{"raw":"https://api.example.com/v3/product/list?vip=true&group=[id]&hasStock=true&Page=1&Size=10","host":["https://api.example.com"],"path":["v3","product","list"],"query":[{"key":"vip","value":"true"},{"key":"group","value":"[id]"},{"key":"hasStock","value":"true"},{"key":"Page","value":"1"},{"key":"Size","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [],\n    \"data\": {\n        \"minPrice\": 2185000.0000,\n        \"maxPrice\": 2185000.0000,\n        \"list\": [\n            {\n                \"id\": 1459832,\n                \"inquiry\": false,\n                \"pageTitle\": null,\n                \"latinName\": \"Xiaomi Redmi 9A M2006C3LG Dual SIM 32GB Mobile Phone\",\n                \"langId\": 0,\n                \"lastModified\": \"2022-09-05T09:40:55.203\",\n                \"fastToCart\": false,\n                \"hidePriceText\": null,\n                \"unit\": \"عدد\",\n                \"countPerUnit\": 1,\n                \"disableOrder\": false,\n                \"point\": 0,\n                \"hasGift\": false,\n                \"views\": 342,\n                \"name\": \"گوشی موبایل شیائومی مدل Redmi 9A M2006C3LG دو سیم‌ کارت ظرفیت 32 گیگابایت\",\n                \"serial\": \"967239\",\n                \"description\": \"شرکت شیائومی‌به‌تازگی دو عضو ارزان‌قیمت از خانواده «Redmi 9» را معرفی کرده است. گوشی Redmi 9A یکی از این گوشی‌‌ها است که مانند نسخه‌‌های قبلی، از صفحه‌نمایش بزرگ، باتری پرقدرت، طراحی جذاب دوربین و سخت‌افزار مناسب برخوردار است. صفحه‌نمایش گوشی Redmi 9A 6.53 اینچ است و از فناوری IPS LCD بهره می‌برد. این نمایشگر حدود 81 درصد از بدنه را به خود اختصاص داده است. شیائومی‌برای این محصول خود از یک دوربین با لنز عریض 13 مگاپیکسلی استفاده کرده است. دوربین سلفی 5 مگاپیکسلی هم در مرکز گو ...\",\n                \"picLink\": \"/UserFiles/livegallery4/Images/Product/202209050934375297.jpg\",\n                \"rate\": 1,\n                \"stars\": 5.00,\n                \"sizing\": true,\n                \"sort\": 0,\n                \"maxOrder\": null,\n                \"hidePrice\": false,\n                \"likes\": 0,\n                \"liked\": false,\n                \"type\": 0,\n                \"brandId\": 318942,\n                \"multiPrice\": false,\n                \"depots\": 1,\n                \"minPrice\": 0,\n                \"stocks\": 22,\n                \"hasStock\": true,\n                \"price\": 2300000.000000,\n                \"offPrice\": 2185000.000000,\n                \"discount\": 5.00,\n                \"tax\": 0.000000,\n                \"forbid\": false,\n                \"priority\": 0,\n                \"disable\": false,\n                \"groupPrice\": null,\n                \"catalogPrice\": 2185000.0000,\n                \"total\": 2,\n                \"min\": 2185000.0000,\n                \"max\": 2185000.0000,\n                \"consumerPrice\": 2323000.000000,\n                \"default\": \"[{\\\"SizeId\\\":52993,\\\"DepotId\\\":153406,\\\"ColorId\\\":6,\\\"DistributionId\\\":20214,\\\"price\\\":0.00,\\\"originalprice\\\":0.00}]\",\n                \"taxExempt\": false,\n                \"weight\": 185.00,\n                \"processingCost\": 10000.00,\n                \"seller\": \"پخش هوشمند\",\n                \"vipExpire\": \"2024-01-26T11:53:00\"\n            },\n            {\n                \"id\": 1459832,\n                \"inquiry\": false,\n                \"pageTitle\": null,\n                \"latinName\": \"Xiaomi Redmi 9A M2006C3LG Dual SIM 32GB Mobile Phone\",\n                \"langId\": 0,\n                \"lastModified\": \"2022-09-05T09:40:55.203\",\n                \"fastToCart\": false,\n                \"hidePriceText\": null,\n                \"unit\": \"عدد\",\n                \"countPerUnit\": 1,\n                \"disableOrder\": false,\n                \"point\": 0,\n                \"hasGift\": false,\n                \"views\": 342,\n                \"name\": \"گوشی موبایل شیائومی مدل Redmi 9A M2006C3LG دو سیم‌ کارت ظرفیت 32 گیگابایت\",\n                \"serial\": \"967239\",\n                \"description\": \"شرکت شیائومی‌به‌تازگی دو عضو ارزان‌قیمت از خانواده «Redmi 9» را معرفی کرده است. گوشی Redmi 9A یکی از این گوشی‌‌ها است که مانند نسخه‌‌های قبلی، از صفحه‌نمایش بزرگ، باتری پرقدرت، طراحی جذاب دوربین و سخت‌افزار مناسب برخوردار است. صفحه‌نمایش گوشی Redmi 9A 6.53 اینچ است و از فناوری IPS LCD بهره می‌برد. این نمایشگر حدود 81 درصد از بدنه را به خود اختصاص داده است. شیائومی‌برای این محصول خود از یک دوربین با لنز عریض 13 مگاپیکسلی استفاده کرده است. دوربین سلفی 5 مگاپیکسلی هم در مرکز گو ...\",\n                \"picLink\": \"/UserFiles/livegallery4/Images/Product/202209050934375297.jpg\",\n                \"rate\": 1,\n                \"stars\": 5.00,\n                \"sizing\": true,\n                \"sort\": 0,\n                \"maxOrder\": null,\n                \"hidePrice\": false,\n                \"likes\": 0,\n                \"liked\": false,\n                \"type\": 0,\n                \"brandId\": 318942,\n                \"multiPrice\": false,\n                \"depots\": 1,\n                \"minPrice\": 0,\n                \"stocks\": 21,\n                \"hasStock\": true,\n                \"price\": 2300000.000000,\n                \"offPrice\": 2185000.000000,\n                \"discount\": 5.00,\n                \"tax\": 0.000000,\n                \"forbid\": false,\n                \"priority\": 0,\n                \"disable\": false,\n                \"groupPrice\": null,\n                \"catalogPrice\": 2185000.0000,\n                \"total\": 2,\n                \"min\": 2185000.0000,\n                \"max\": 2185000.0000,\n                \"consumerPrice\": 2323000.000000,\n                \"default\": \"[{\\\"SizeId\\\":52993,\\\"DepotId\\\":153406,\\\"ColorId\\\":6,\\\"DistributionId\\\":12,\\\"price\\\":0.00,\\\"originalprice\\\":0.00}]\",\n                \"taxExempt\": false,\n                \"weight\": 185.00,\n                \"processingCost\": 10000.00,\n                \"seller\": \"سینا پخش\",\n                \"vipExpire\": null\n            }\n        ],\n        \"count\": 2\n    },\n    \"succeed\": true\n}"},{"id":"c5fbce20-80d0-43e7-80f4-f04132f14090","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":{"raw":"https://api.example.com/v3/product/list?vip=true&group=[id]&hasStock=true&Page=1&Size=10","host":["https://api.example.com"],"path":["v3","product","list"],"query":[{"key":"vip","value":"true"},{"key":"group","value":"[id]"},{"key":"hasStock","value":"true"},{"key":"Page","value":"1"},{"key":"Size","value":"10"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"-1"}],"_postman_id":"4ff8d366-95e5-41e3-a5b7-c78aab535552"},{"name":"Brands","id":"6b6b1635-d367-438a-a8c6-f33db11f2685","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/api/brand?$filter=ShowInMain eq true","description":"<p>Get brands list</p>\n<p><img src=\"https://static.smx.live/UserFiles/admin/Files/Doc/Brands.png\" alt /></p>\n","urlObject":{"path":["api","brand"],"host":["https://api.example.com"],"query":[{"key":"$filter","value":"ShowInMain eq true"}],"variable":[]}},"response":[{"id":"35e4d8ef-095f-4c64-a530-4e68914881b2","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":{"raw":"https://api.example.com/api/brand?$filter=ShowInMain eq true&$orderby=Sort desc,Name","host":["https://api.example.com"],"path":["api","brand"],"query":[{"key":"$filter","value":"ShowInMain eq true"},{"key":"$orderby","value":"Sort desc,Name"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Name\": \"ال پاسو\",\n        \"Country\": null,\n        \"PicLink\": \"/UserFiles/livegallery4/Images/Brand/202104101205034941.jpg\",\n        \"Description\": null,\n        \"Prods\": 0,\n        \"ShowInMain\": true,\n        \"Sort\": 0,\n        \"PageContent\": null,\n        \"NumberOfProducts\": 1,\n        \"Id\": 318941,\n        \"LangId\": 0,\n        \"PageTitle\": null,\n        \"PageDescription\": null,\n        \"PageKeyword\": null\n    },\n    {\n        \"Name\": \"سامسونگ\",\n        \"Country\": null,\n        \"PicLink\": \"/UserFiles/livegallery4/Images/Brand/202104101515106443.jpg\",\n        \"Description\": null,\n        \"Prods\": 0,\n        \"ShowInMain\": true,\n        \"Sort\": 0,\n        \"PageContent\": null,\n        \"NumberOfProducts\": 3,\n        \"Id\": 318942,\n        \"LangId\": 0,\n        \"PageTitle\": null,\n        \"PageDescription\": null,\n        \"PageKeyword\": null\n    }\n]"},{"id":"0ae6f700-d1b7-49da-bc0a-3fbe619d83bd","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":{"raw":"https://api.example.com/api/brand?$filter=ShowInMain eq true&$orderby=Sort desc,Name","host":["https://api.example.com"],"path":["api","brand"],"query":[{"key":"$filter","value":"ShowInMain eq true"},{"key":"$orderby","value":"Sort desc,Name"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"-1"}],"_postman_id":"6b6b1635-d367-438a-a8c6-f33db11f2685"},{"name":"News","id":"f7bb6137-2739-49c6-ab8a-351731b1bba4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/api/news?$filter=(Location eq '0' or Location eq '1')&$top=10&$orderby=Sort desc, Date desc","description":"<p>Get latest news</p>\n<p>Link System: <a href=\"#726f64e0-70f4-40b1-afc3-5fb02419aa3b\">LinkTo</a></p>\n<img src=\"https://static.smx.live/UserFiles/admin/Files/Doc/News.png\" />","urlObject":{"path":["api","news"],"host":["https://api.example.com"],"query":[{"key":"$filter","value":"(Location eq '0' or Location eq '1')"},{"key":"$top","value":"10"},{"key":"$orderby","value":"Sort desc, Date desc"}],"variable":[]}},"response":[{"id":"09cb33df-64f3-4c51-9492-e182e4a1f365","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":{"raw":"https://api.example.com/api/news?$filter=(Location eq '0' or Location eq '1')&$top=10&$orderby=Sort desc, Date desc","host":["https://api.example.com"],"path":["api","news"],"query":[{"key":"$filter","value":"(Location eq '0' or Location eq '1')"},{"key":"$top","value":"10"},{"key":"$orderby","value":"Sort desc, Date desc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Title\": \"قول وزیر بهداشت برای واکسناسیون در مجلس\",\n        \"Content\": \"<p>بیتباتایبی ب یبا یبل یبایب یبیب</p>\\n\",\n        \"PicLink\": \"/UserFiles/livegallery4/Images/News/202108241053370850.jpg\",\n        \"Date\": \"2021-07-17T10:53:00\",\n        \"Sort\": 7,\n        \"Visitors\": 0,\n        \"DeviceType\": 0,\n        \"IsActive\": true,\n        \"ContentType\": 0,\n        \"Label\": null,\n        \"Category\": null,\n        \"CategoryId\": null,\n        \"Location\": 0,\n        \"Cat\": null,\n        \"Id\": 37,\n        \"LangId\": 0,\n        \"PageTitle\": null,\n        \"PageDescription\": null,\n        \"PageKeyword\": null\n    },\n    {\n        \"Title\": \"ورود موج جدید ویروس کرونا در ایران\",\n        \"Content\": \"<p>بللبلبلبلبلبلبلبل</p>\\n\",\n        \"PicLink\": \"/UserFiles/livegallery4/Images/News/202108241102144462.jpg\",\n        \"Date\": \"2021-08-24T10:55:00\",\n        \"Sort\": 4,\n        \"Visitors\": 0,\n        \"DeviceType\": 0,\n        \"IsActive\": true,\n        \"ContentType\": 0,\n        \"Label\": null,\n        \"Category\": null,\n        \"CategoryId\": null,\n        \"Location\": 0,\n        \"Cat\": null,\n        \"Id\": 38,\n        \"LangId\": 0,\n        \"PageTitle\": null,\n        \"PageDescription\": null,\n        \"PageKeyword\": null\n    },\n    {\n        \"Title\": \"کسب مقام نخست تیم کشتی آزاد ایران\",\n        \"Content\": \"<p>تیابتایتبایتاب تیباتیبا یبتی بیب یتب یب</p>\\n\",\n        \"PicLink\": \"/UserFiles/livegallery4/Images/News/202108241051062881.jpg\",\n        \"Date\": \"2021-08-23T10:51:00\",\n        \"Sort\": 0,\n        \"Visitors\": 0,\n        \"DeviceType\": 0,\n        \"IsActive\": true,\n        \"ContentType\": 0,\n        \"Label\": null,\n        \"Category\": null,\n        \"CategoryId\": null,\n        \"Location\": 0,\n        \"Cat\": null,\n        \"Id\": 36,\n        \"LangId\": 0,\n        \"PageTitle\": null,\n        \"PageDescription\": null,\n        \"PageKeyword\": null\n    },\n    {\n        \"Title\": \"رونمایی سورنا ربات ایرانی\",\n        \"Content\": \"http://test.testi\",\n        \"PicLink\": \"/UserFiles/livegallery4/Images/News/202108241047114807.jpg\",\n        \"Date\": \"2021-08-23T10:46:00\",\n        \"Sort\": 0,\n        \"Visitors\": 0,\n        \"DeviceType\": 2,\n        \"IsActive\": true,\n        \"ContentType\": 3,\n        \"Label\": null,\n        \"Category\": null,\n        \"CategoryId\": null,\n        \"Location\": 0,\n        \"Cat\": null,\n        \"Id\": 33,\n        \"LangId\": 0,\n        \"PageTitle\": null,\n        \"PageDescription\": null,\n        \"PageKeyword\": null\n    },\n    {\n        \"Title\": \"ایران در رتبه 90 استارت اپ های دنیا\",\n        \"Content\": \"<p>بیذتیذب بایلابلی ایبلایلب ایبلی بالیبی</p>\\n\",\n        \"PicLink\": \"/UserFiles/livegallery4/Images/News/202108241052158818.jpg\",\n        \"Date\": \"2021-08-11T10:50:00\",\n        \"Sort\": 0,\n        \"Visitors\": 0,\n        \"DeviceType\": 0,\n        \"IsActive\": true,\n        \"ContentType\": 0,\n        \"Label\": null,\n        \"Category\": null,\n        \"CategoryId\": null,\n        \"Location\": 0,\n        \"Cat\": null,\n        \"Id\": 35,\n        \"LangId\": 0,\n        \"PageTitle\": null,\n        \"PageDescription\": null,\n        \"PageKeyword\": null\n    },\n    {\n        \"Title\": \"معرفی ربات انسان نمای تسلا\",\n        \"Content\": \"http://testi.test\",\n        \"PicLink\": \"/UserFiles/livegallery4/Images/News/202108241045166993.jpg\",\n        \"Date\": \"2021-08-03T10:42:00\",\n        \"Sort\": 0,\n        \"Visitors\": 0,\n        \"DeviceType\": 2,\n        \"IsActive\": true,\n        \"ContentType\": 3,\n        \"Label\": null,\n        \"Category\": null,\n        \"CategoryId\": null,\n        \"Location\": 0,\n        \"Cat\": null,\n        \"Id\": 32,\n        \"LangId\": 0,\n        \"PageTitle\": null,\n        \"PageDescription\": null,\n        \"PageKeyword\": null\n    },\n    {\n        \"Title\": \"معرفی وزیرای پیشنهادی در صحن مجلس\",\n        \"Content\": \"http://tets.test\",\n        \"PicLink\": \"/UserFiles/livegallery4/Images/News/202108241048045413.jpg\",\n        \"Date\": \"2021-07-26T10:47:00\",\n        \"Sort\": 0,\n        \"Visitors\": 0,\n        \"DeviceType\": 0,\n        \"IsActive\": true,\n        \"ContentType\": 3,\n        \"Label\": null,\n        \"Category\": null,\n        \"CategoryId\": null,\n        \"Location\": 0,\n        \"Cat\": null,\n        \"Id\": 34,\n        \"LangId\": 0,\n        \"PageTitle\": null,\n        \"PageDescription\": null,\n        \"PageKeyword\": null\n    }\n]"},{"id":"011b48f1-b045-4cda-8b9a-f4836d586411","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":{"raw":"https://api.example.com/api/news?$filter=(Location eq '0' or Location eq '1')&$top=10&$orderby=Sort desc, Date desc","host":["https://api.example.com"],"path":["api","news"],"query":[{"key":"$filter","value":"(Location eq '0' or Location eq '1')"},{"key":"$top","value":"10"},{"key":"$orderby","value":"Sort desc, Date desc"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"-1"}],"_postman_id":"f7bb6137-2739-49c6-ab8a-351731b1bba4"},{"name":"Blogs","id":"642f2ed8-85fa-4154-8821-c91ea828a576","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/api/blog?$orderby=PublishDate desc&$top=4&$inlinecount=allpages","description":"<p>Get latest blogs</p>\n<p><img src=\"https://static.smx.live/UserFiles/admin/Files/Doc/Blogs.png\" alt /></p>\n","urlObject":{"path":["api","blog"],"host":["https://api.example.com"],"query":[{"key":"$orderby","value":"PublishDate desc"},{"key":"$top","value":"4"},{"key":"$inlinecount","value":"allpages"}],"variable":[]}},"response":[{"id":"486de46f-f4e2-40cf-92d3-cb333289f0be","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":{"raw":"https://api.example.com/api/blog?$orderby=PublishDate desc&$top=4&$inlinecount=allpages","host":["https://api.example.com"],"path":["api","blog"],"query":[{"key":"$orderby","value":"PublishDate desc"},{"key":"$top","value":"4"},{"key":"$inlinecount","value":"allpages"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"result\": [\n        {\n            \"Categories\": [\n                {\n                    \"Cat\": {\n                        \"Name\": \"تست\",\n                        \"Id\": 61094,\n                        \"Permalink\": \"1\"\n                    },\n                    \"CategoryId\": 61094,\n                    \"BlogId\": 324972\n                }\n            ],\n            \"Tags\": [\n                {\n                    \"Name\": \"تست\",\n                    \"Link\": \"https://shikmarket.smx.live/fa/blog/tag/تست\",\n                    \"BlogId\": 324972,\n                    \"Id\": 2752,\n                    \"LangId\": 0\n                },\n                {\n                    \"Name\": \"test\",\n                    \"Link\": \"https://shikmarket.smx.live/fa/blog/tag/test\",\n                    \"BlogId\": 324972,\n                    \"Id\": 2753,\n                    \"LangId\": 0\n                }\n            ],\n            \"Title\": \"تست\",\n            \"Show\": true,\n            \"PublishDate\": \"2022-07-30T16:14:00\",\n            \"PicLink\": \"/UserFiles/livegallery4/Images/Blog/202207301614538503.jpg\",\n            \"ClipLink\": null,\n            \"ThumbLink\": null,\n            \"Permalink\": \"test\",\n            \"Visits\": 0,\n            \"Location\": 0,\n            \"CommentsCount\": 0,\n            \"Abstract\": \"این یک توضیحات تست است.\",\n            \"WithContent\": false,\n            \"Id\": 324972,\n            \"LangId\": 0,\n            \"PageTitle\": null,\n            \"PageDescription\": null,\n            \"PageKeyword\": null\n        }\n    ],\n    \"count\": 1\n}"},{"id":"39235a0c-bad7-4355-a0f9-d7716e85e95b","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":{"raw":"https://api.example.com/api/blog?$orderby=PublishDate desc&$top=4&$inlinecount=allpages","host":["https://api.example.com"],"path":["api","blog"],"query":[{"key":"$orderby","value":"PublishDate desc"},{"key":"$top","value":"4"},{"key":"$inlinecount","value":"allpages"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"-1"}],"_postman_id":"642f2ed8-85fa-4154-8821-c91ea828a576"}],"id":"5ff1f85c-7535-436a-84fe-030fac0fff3b","description":"<p>Main page rest apis</p>\n","_postman_id":"5ff1f85c-7535-436a-84fe-030fac0fff3b"},{"name":"Category","item":[{"name":"Info","id":"9f4578b0-a4bd-408c-bbd2-c7b317e605e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/api/category/[id]","description":"<p>Get category information</p>\n<p><img src=\"https://static.smx.live/UserFiles/admin/Files/Doc/CategoryInfo.png\" alt /></p>\n","urlObject":{"path":["api","category","[id]"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"9a97311f-26fd-4555-9688-4c562dde32d1","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":"https://api.example.com/api/category/[id]"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Guaranties\": null,\n    \"Name\": \"کالای دیجیتال\",\n    \"Number\": null,\n    \"IsDeactive\": false,\n    \"OrderType\": 0,\n    \"LayoutType\": 0,\n    \"Description\": null,\n    \"ParentId\": null,\n    \"PicLink\": null, // category picture\n    \"HasChild\": true, // category has child?\n    \"Sort\": 0,\n    \"SlideCount\": 0, // # of slides\n    \"ShortcutCount\": 0, // # of shortcuts\n    \"GroupCount\": 0, // # of group products\n    \"DeviceType\": 0,\n    \"GroupSizeId\": null,\n    \"Forbid\": false, // is Forbidden\n    \"NumberOfProducts\": 1, // # of products\n    \"HasFilter\": false,\n    \"ProductExpireDayAlert\": null,\n    \"HasSpecification\": false,\n    \"CommissionPercent\": 0.00,\n    \"PackingFee\": 0.00,\n    \"Children\": null, // list of childrens\n    \"CashInvoicePercent\": null,\n    \"LoanInvoicePercent\": null,\n    \"CreditInvoicePercent\": null,\n    \"Id\": 543393,\n    \"LangId\": 0,\n    \"PageTitle\": null,\n    \"PageDescription\": null,\n    \"PageKeyword\": null\n}"},{"id":"463ffe7e-e926-4703-a820-7f35691b8757","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/api/category/[id]"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"-1"},{"id":"4d9a5088-d302-48cc-8805-89853bcff1f6","name":"NotFound","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/api/category/[id]"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9f4578b0-a4bd-408c-bbd2-c7b317e605e1"},{"name":"List","id":"0908f0d6-f354-4b8e-9d43-62fd004f53bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/api/category?$orderby=Sort desc","description":"<p>Get list of all categories</p>\n<p><img src=\"https://static.smx.live/UserFiles/admin/Files/Doc/Categories.png\" alt /></p>\n","urlObject":{"path":["api","category"],"host":["https://api.example.com"],"query":[{"key":"$orderby","value":"Sort desc"}],"variable":[]}},"response":[{"id":"e92b83a3-5dfe-49c0-b3a2-d95e89bffa02","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":{"raw":"https://api.example.com/api/category?$orderby=Sort desc","protocol":"https","host":["api","example","com"],"path":["api","category"],"query":[{"key":"$orderby","value":"Sort desc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Guaranties\": null,\n        \"Name\": \"پوشاک\",\n        \"Number\": null,\n        \"IsDeactive\": false,\n        \"OrderType\": 0,\n        \"LayoutType\": 0,\n        \"Description\": null,\n        \"ParentId\": null,\n        \"PicLink\": null, // category picture\n        \"HasChild\": true, // has child ?\n        \"Sort\": 0,\n        \"SlideCount\": 0,\n        \"ShortcutCount\": 0,\n        \"GroupCount\": 0,\n        \"DeviceType\": 0,\n        \"GroupSizeId\": 100694,\n        \"Forbid\": false, // is Forbidden\n        \"NumberOfProducts\": 2,\n        \"HasFilter\": false,\n        \"ProductExpireDayAlert\": null,\n        \"HasSpecification\": false,\n        \"CommissionPercent\": 0.00,\n        \"PackingFee\": 0.00,\n        \"Children\": null,\n        \"CashInvoicePercent\": null,\n        \"LoanInvoicePercent\": null,\n        \"CreditInvoicePercent\": null,\n        \"Id\": 543389,\n        \"LangId\": 0,\n        \"PageTitle\": null,\n        \"PageDescription\": null,\n        \"PageKeyword\": null\n    },\n    {\n        \"Guaranties\": null,\n        \"Name\": \"مردانه\",\n        \"Number\": null,\n        \"IsDeactive\": false,\n        \"OrderType\": 0,\n        \"LayoutType\": 0,\n        \"Description\": null,\n        \"ParentId\": 543389,\n        \"PicLink\": null,\n        \"HasChild\": true,\n        \"Sort\": 0,\n        \"SlideCount\": 0,\n        \"ShortcutCount\": 0,\n        \"GroupCount\": 0,\n        \"DeviceType\": 0,\n        \"GroupSizeId\": null,\n        \"Forbid\": false,\n        \"NumberOfProducts\": 1,\n        \"HasFilter\": true,\n        \"ProductExpireDayAlert\": null,\n        \"HasSpecification\": false,\n        \"CommissionPercent\": 0.00,\n        \"PackingFee\": 0.00,\n        \"Children\": null,\n        \"CashInvoicePercent\": null,\n        \"LoanInvoicePercent\": null,\n        \"CreditInvoicePercent\": null,\n        \"Id\": 543390,\n        \"LangId\": 0,\n        \"PageTitle\": null,\n        \"PageDescription\": null,\n        \"PageKeyword\": null\n    },\n    {\n        \"Guaranties\": null,\n        \"Name\": \"جوراب\",\n        \"Number\": null,\n        \"IsDeactive\": false,\n        \"OrderType\": 0,\n        \"LayoutType\": 0,\n        \"Description\": null,\n        \"ParentId\": 543390,\n        \"PicLink\": null,\n        \"HasChild\": false,\n        \"Sort\": 0,\n        \"SlideCount\": 0,\n        \"ShortcutCount\": 0,\n        \"GroupCount\": 0,\n        \"DeviceType\": 0,\n        \"GroupSizeId\": 100694,\n        \"Forbid\": false,\n        \"NumberOfProducts\": 1,\n        \"HasFilter\": false,\n        \"ProductExpireDayAlert\": null,\n        \"HasSpecification\": false,\n        \"CommissionPercent\": 0.00,\n        \"PackingFee\": 0.00,\n        \"Children\": null,\n        \"CashInvoicePercent\": null,\n        \"LoanInvoicePercent\": null,\n        \"CreditInvoicePercent\": null,\n        \"Id\": 543391,\n        \"LangId\": 0,\n        \"PageTitle\": null,\n        \"PageDescription\": null,\n        \"PageKeyword\": null\n    },\n    {\n        \"Guaranties\": null,\n        \"Name\": \"کالای دیجیتال\",\n        \"Number\": null,\n        \"IsDeactive\": false,\n        \"OrderType\": 0,\n        \"LayoutType\": 0,\n        \"Description\": null,\n        \"ParentId\": null,\n        \"PicLink\": null,\n        \"HasChild\": true,\n        \"Sort\": 0,\n        \"SlideCount\": 0,\n        \"ShortcutCount\": 0,\n        \"GroupCount\": 0,\n        \"DeviceType\": 0,\n        \"GroupSizeId\": null,\n        \"Forbid\": false,\n        \"NumberOfProducts\": 1,\n        \"HasFilter\": false,\n        \"ProductExpireDayAlert\": null,\n        \"HasSpecification\": false,\n        \"CommissionPercent\": 0.00,\n        \"PackingFee\": 0.00,\n        \"Children\": null,\n        \"CashInvoicePercent\": null,\n        \"LoanInvoicePercent\": null,\n        \"CreditInvoicePercent\": null,\n        \"Id\": 543393,\n        \"LangId\": 0,\n        \"PageTitle\": null,\n        \"PageDescription\": null,\n        \"PageKeyword\": null\n    },\n    {\n        \"Guaranties\": null,\n        \"Name\": \"تبلت و موبایل\",\n        \"Number\": null,\n        \"IsDeactive\": false,\n        \"OrderType\": 0,\n        \"LayoutType\": 0,\n        \"Description\": null,\n        \"ParentId\": 543393,\n        \"PicLink\": null,\n        \"HasChild\": true,\n        \"Sort\": 0,\n        \"SlideCount\": 0,\n        \"ShortcutCount\": 0,\n        \"GroupCount\": 0,\n        \"DeviceType\": 0,\n        \"GroupSizeId\": null,\n        \"Forbid\": false,\n        \"NumberOfProducts\": 1,\n        \"HasFilter\": false,\n        \"ProductExpireDayAlert\": null,\n        \"HasSpecification\": false,\n        \"CommissionPercent\": 0.00,\n        \"PackingFee\": 0.00,\n        \"Children\": null,\n        \"CashInvoicePercent\": null,\n        \"LoanInvoicePercent\": null,\n        \"CreditInvoicePercent\": null,\n        \"Id\": 543394,\n        \"LangId\": 0,\n        \"PageTitle\": null,\n        \"PageDescription\": null,\n        \"PageKeyword\": null\n    },\n    {\n        \"Guaranties\": null,\n        \"Name\": \"سامسونگ\",\n        \"Number\": null,\n        \"IsDeactive\": false,\n        \"OrderType\": 0,\n        \"LayoutType\": 0,\n        \"Description\": null,\n        \"ParentId\": 543394,\n        \"PicLink\": null,\n        \"HasChild\": false,\n        \"Sort\": 0,\n        \"SlideCount\": 0,\n        \"ShortcutCount\": 0,\n        \"GroupCount\": 0,\n        \"DeviceType\": 0,\n        \"GroupSizeId\": null,\n        \"Forbid\": false,\n        \"NumberOfProducts\": 1,\n        \"HasFilter\": false,\n        \"ProductExpireDayAlert\": null,\n        \"HasSpecification\": false,\n        \"CommissionPercent\": 0.00,\n        \"PackingFee\": 0.00,\n        \"Children\": null,\n        \"CashInvoicePercent\": null,\n        \"LoanInvoicePercent\": null,\n        \"CreditInvoicePercent\": null,\n        \"Id\": 543395,\n        \"LangId\": 0,\n        \"PageTitle\": null,\n        \"PageDescription\": null,\n        \"PageKeyword\": null\n    },\n    {\n        \"Guaranties\": null,\n        \"Name\": \"گل و بلبل\",\n        \"Number\": null,\n        \"IsDeactive\": false,\n        \"OrderType\": 0,\n        \"LayoutType\": 0,\n        \"Description\": null,\n        \"ParentId\": null,\n        \"PicLink\": null,\n        \"HasChild\": false,\n        \"Sort\": 0,\n        \"SlideCount\": 0,\n        \"ShortcutCount\": 0,\n        \"GroupCount\": 0,\n        \"DeviceType\": 0,\n        \"GroupSizeId\": null,\n        \"Forbid\": false,\n        \"NumberOfProducts\": 3,\n        \"HasFilter\": false,\n        \"ProductExpireDayAlert\": null,\n        \"HasSpecification\": false,\n        \"CommissionPercent\": 0.00,\n        \"PackingFee\": 0.00,\n        \"Children\": null,\n        \"CashInvoicePercent\": null,\n        \"LoanInvoicePercent\": null,\n        \"CreditInvoicePercent\": null,\n        \"Id\": 543575,\n        \"LangId\": 0,\n        \"PageTitle\": null,\n        \"PageDescription\": null,\n        \"PageKeyword\": null\n    },\n    {\n        \"Guaranties\": null,\n        \"Name\": \"مراقبت از پوست\",\n        \"Number\": null,\n        \"IsDeactive\": false,\n        \"OrderType\": 0,\n        \"LayoutType\": 0,\n        \"Description\": null,\n        \"ParentId\": null,\n        \"PicLink\": null,\n        \"HasChild\": true,\n        \"Sort\": 0,\n        \"SlideCount\": 0,\n        \"ShortcutCount\": 0,\n        \"GroupCount\": 0,\n        \"DeviceType\": 0,\n        \"GroupSizeId\": null,\n        \"Forbid\": false,\n        \"NumberOfProducts\": 1,\n        \"HasFilter\": false,\n        \"ProductExpireDayAlert\": null,\n        \"HasSpecification\": false,\n        \"CommissionPercent\": 0.00,\n        \"PackingFee\": 0.00,\n        \"Children\": null,\n        \"CashInvoicePercent\": null,\n        \"LoanInvoicePercent\": null,\n        \"CreditInvoicePercent\": null,\n        \"Id\": 545254,\n        \"LangId\": 0,\n        \"PageTitle\": null,\n        \"PageDescription\": null,\n        \"PageKeyword\": null\n    },\n    {\n        \"Guaranties\": null,\n        \"Name\": \"کرم آبرسان\",\n        \"Number\": null,\n        \"IsDeactive\": false,\n        \"OrderType\": 0,\n        \"LayoutType\": 0,\n        \"Description\": null,\n        \"ParentId\": 545254,\n        \"PicLink\": null,\n        \"HasChild\": false,\n        \"Sort\": 0,\n        \"SlideCount\": 0,\n        \"ShortcutCount\": 0,\n        \"GroupCount\": 0,\n        \"DeviceType\": 0,\n        \"GroupSizeId\": null,\n        \"Forbid\": false,\n        \"NumberOfProducts\": 1,\n        \"HasFilter\": true,\n        \"ProductExpireDayAlert\": null,\n        \"HasSpecification\": false,\n        \"CommissionPercent\": 0.00,\n        \"PackingFee\": 0.00,\n        \"Children\": null,\n        \"CashInvoicePercent\": null,\n        \"LoanInvoicePercent\": null,\n        \"CreditInvoicePercent\": null,\n        \"Id\": 545255,\n        \"LangId\": 0,\n        \"PageTitle\": null,\n        \"PageDescription\": null,\n        \"PageKeyword\": null\n    }\n]"},{"id":"9cedaa84-814d-4a11-a851-2ff1debeea31","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":{"raw":"https://api.example.com/api/category?$orderby=Sort desc","host":["https://api.example.com"],"path":["api","category"],"query":[{"key":"$orderby","value":"Sort desc"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"-1"}],"_postman_id":"0908f0d6-f354-4b8e-9d43-62fd004f53bd"},{"name":"Childs","id":"2c64730e-493d-4c9f-b7e7-180002d26ac9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/api/category/[id]/childs?$orderby=Sort desc","description":"<p>Get category child list</p>\n<p><img src=\"https://static.smx.live/UserFiles/admin/Files/Doc/CategoryChilds.png\" alt /></p>\n","urlObject":{"path":["api","category","[id]","childs"],"host":["https://api.example.com"],"query":[{"key":"$orderby","value":"Sort desc"}],"variable":[]}},"response":[{"id":"fafe4abc-f02d-47a1-8ce9-4f2c0df17495","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":{"raw":"https://api.example.com/api/category//childs?$orderby=Sort desc","protocol":"https","host":["api","example","com"],"path":["api","category","","childs"],"query":[{"key":"$orderby","value":"Sort desc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Name\": \"تبلت و موبایل\",\n        \"Number\": null,\n        \"IsDeactive\": false,\n        \"OrderType\": 0,\n        \"LayoutType\": 0,\n        \"Description\": null,\n        \"ParentId\": 543393,\n        \"PicLink\": null, // category picture\n        \"HasChild\": true, // has child ?\n        \"Sort\": 0,\n        \"DeviceType\": 0,\n        \"GroupSizeId\": null,\n        \"Forbid\": false, // is forbidden\n        \"NumberOfProducts\": 1,\n        \"HasFilter\": false,\n        \"Children\": null,\n        \"Id\": 543394,\n        \"LangId\": 0,\n        \"PageTitle\": null,\n        \"PageDescription\": null,\n        \"PageKeyword\": null\n    }\n]"},{"id":"dded168a-e611-4309-97d6-b13f9d322990","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":{"raw":"https://api.example.com/api/category/[id]/childs?$orderby=Sort desc","host":["https://api.example.com"],"path":["api","category","[id]","childs"],"query":[{"key":"$orderby","value":"Sort desc"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"-1"}],"_postman_id":"2c64730e-493d-4c9f-b7e7-180002d26ac9"},{"name":"AnsDes","id":"8aa51949-fa46-4e9e-bfc2-cc18b6623dba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/api/category/[id]/ansdes?ans=true","description":"<p>Get category parents</p>\n<p><img src=\"https://static.smx.live/UserFiles/admin/Files/Doc/CategoryAns.png\" alt /></p>\n","urlObject":{"path":["api","category","[id]","ansdes"],"host":["https://api.example.com"],"query":[{"key":"ans","value":"true"}],"variable":[]}},"response":[{"id":"ca9e6c39-d6cb-496b-a074-edba064a36e7","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":{"raw":"https://api.example.com/api/category//ansdes?ans=true","protocol":"https","host":["api","example","com"],"path":["api","category","","ansdes"],"query":[{"key":"ans","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Guaranties\": null,\n        \"Name\": \"کالای دیجیتال\",\n        \"Number\": null,\n        \"IsDeactive\": false,\n        \"OrderType\": 0,\n        \"LayoutType\": 0,\n        \"Description\": null,\n        \"ParentId\": null,\n        \"PicLink\": null, // category picture\n        \"HasChild\": true, // has child ?\n        \"Sort\": 0,\n        \"SlideCount\": 0,\n        \"ShortcutCount\": 0,\n        \"GroupCount\": 0,\n        \"DeviceType\": 0,\n        \"GroupSizeId\": null,\n        \"Forbid\": false, // is forbidden\n        \"NumberOfProducts\": 1,\n        \"HasFilter\": false,\n        \"ProductExpireDayAlert\": null,\n        \"HasSpecification\": false,\n        \"CommissionPercent\": 0.00,\n        \"PackingFee\": 0.00,\n        \"Children\": null,\n        \"CashInvoicePercent\": null,\n        \"LoanInvoicePercent\": null,\n        \"CreditInvoicePercent\": null,\n        \"Id\": 543393,\n        \"LangId\": 0,\n        \"PageTitle\": null,\n        \"PageDescription\": null,\n        \"PageKeyword\": null\n    }\n]"},{"id":"1c5c9c9c-3a1a-4025-a405-9cb97da00a57","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":{"raw":"https://api.example.com/api/category/[id]/ansdes?ans=true","host":["https://api.example.com"],"path":["api","category","[id]","ansdes"],"query":[{"key":"ans","value":"true"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"-1"}],"_postman_id":"8aa51949-fa46-4e9e-bfc2-cc18b6623dba"},{"name":"Filters","id":"01b93846-80ae-49a0-a0ce-54d39e7cf3e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/api/category/[id]/filters2?WithDepot={withDepot}","description":"<p>Get all available category filters like brands, attributes and ...</p>\n<p><img src=\"https://static.smx.live/UserFiles/admin/Files/Doc/CategoryFilters.png\" alt /></p>\n","urlObject":{"path":["api","category","[id]","filters2"],"host":["https://api.example.com"],"query":[{"key":"WithDepot","value":"{withDepot}"}],"variable":[]}},"response":[{"id":"a6b6747d-1e3b-4051-a513-fc1e3f07f702","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":{"raw":"https://api.example.com/api/category/[id]/filters2?WithDepot={withDepot}","host":["https://api.example.com"],"path":["api","category","[id]","filters2"],"query":[{"key":"WithDepot","value":"{withDepot}","description":"include depots ? true|false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"MinPrice","value":"1000000","description":"","type":"text"},{"key":"MaxPrice","value":"2200000","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"filters\": [ // list of filters defined for category\n        {\n            \"Categories\": [\n                {\n                    \"FilterId\": 61007,\n                    \"CategoryId\": 543390,\n                    \"Category\": null\n                },\n                {\n                    \"FilterId\": 61007,\n                    \"CategoryId\": 543391,\n                    \"Category\": null\n                },\n                {\n                    \"FilterId\": 61007,\n                    \"CategoryId\": 543393,\n                    \"Category\": null\n                },\n                {\n                    \"FilterId\": 61007,\n                    \"CategoryId\": 543394,\n                    \"Category\": null\n                },\n                {\n                    \"FilterId\": 61007,\n                    \"CategoryId\": 543395,\n                    \"Category\": null\n                },\n                {\n                    \"FilterId\": 61007,\n                    \"CategoryId\": 545255,\n                    \"Category\": null\n                }\n            ],\n            \"Options\": [ // filter values\n                {\n                    \"Name\": \"ارایشی بهداشتی\", // filter value name\n                    \"Sort\": 0,\n                    \"FilterId\": 61007,\n                    \"Id\": 85594, // filter value id\n                    \"LangId\": 0\n                },\n                {\n                    \"Name\": \"پوشیدنی\", // filter value name\n                    \"Sort\": 0,\n                    \"FilterId\": 61007,\n                    \"Id\": 85595, // filter value id\n                    \"LangId\": 0\n                }\n            ],\n            \"Name\": \"نوع\", // filter name\n            \"Sort\": 0,\n            \"Category\": null,\n            \"CategoryId\": 545255,\n            \"Id\": 61007,\n            \"LangId\": 0\n        }\n    ],\n    \"brands\": [ // list of brands used in category products\n        {\n            \"Name\": \"سامسونگ\",\n            \"Country\": null,\n            \"PicLink\": \"/UserFiles/livegallery4/Images/Brand/202104101515106443.jpg\", // picture\n            \"Description\": null,\n            \"Prods\": 0,\n            \"ShowInMain\": true, // show in home page\n            \"Sort\": 0,\n            \"PageContent\": null,\n            \"NumberOfProducts\": 3, // number of products\n            \"Id\": 318942,\n            \"LangId\": 0,\n            \"PageTitle\": null,\n            \"PageDescription\": null,\n            \"PageKeyword\": null\n        }\n    ],\n    \"comps\": [ // list of companies used in category products\n        {\n            \"Name\": \"سینا پخش\",\n            \"CategoryId\": 7,\n            \"CategoryName\": \"پیمانی\",\n            \"PicLink\": null,\n            \"Background\": null,\n            \"About\": null,\n            \"Code\": \"1224\",\n            \"Address\": \"فارس - شیراز- شهرک صنعتی\",\n            \"Phone\": \"0715465\",\n            \"Email\": \"momo@ad.com\",\n            \"Mobile\": \"09178574885\",\n            \"Description\": \"تنها نمایندگی ایران غزال در جنوب کشور\",\n            \"Sort\": 0,\n            \"IsActive\": true,\n            \"CommissionMultiplier\": 1.00,\n            \"Legal\": false,\n            \"Identity\": \"2460149530\",\n            \"Certification\": false,\n            \"AccountNumber\": null,\n            \"Bank\": null,\n            \"Start\": \"2021-04-10T15:23:14\",\n            \"Longitude\": null,\n            \"Latitude\": null,\n            \"Docs\": null,\n            \"Categories\": null,\n            \"Brands\": null,\n            \"Rating\": null,\n            \"Id\": 12,\n            \"LangId\": 0\n        }\n    ],\n    \"depots\": [ // list of depots used in category products\n        {\n            \"Name\": \"Central\",\n            \"Address\": null,\n            \"Code\": null,\n            \"Phone\": null,\n            \"IsCentral\": true,\n            \"IsDeactive\": false,\n            \"Count\": 0,\n            \"Id\": 153406,\n            \"LangId\": 0\n        }\n    ]\n}"},{"id":"0bb9ba4e-61ad-4693-9cd3-362ea17b5537","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":{"raw":"https://api.example.com/api/category/[id]/filters2?WithDepot={withDepot}","host":["https://api.example.com"],"path":["api","category","[id]","filters2"],"query":[{"key":"WithDepot","value":"{withDepot}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"-1"},{"id":"3708c206-3548-4514-a650-d7a658236c1b","name":"NotFound","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":{"raw":"https://api.example.com/api/category/[id]/filters2?WithDepot={withDepot}","host":["https://api.example.com"],"path":["api","category","[id]","filters2"],"query":[{"key":"WithDepot","value":"{withDepot}"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"01b93846-80ae-49a0-a0ce-54d39e7cf3e6"},{"name":"Product Lists","id":"31f4f2c8-b441-49eb-90cd-39ae1f06ffbe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/v3/Product/List?Page=1&Size=10&Sort=0","description":"<p>Get products list</p>\n<p><img src=\"https://static.smx.live/UserFiles/admin/Files/Doc/Products.png\" alt /></p>\n","urlObject":{"path":["v3","Product","List"],"host":["https://api.example.com"],"query":[{"disabled":true,"description":{"content":"<p>search in name</p>\n","type":"text/plain"},"key":"Name","value":""},{"disabled":true,"description":{"content":"<p>search in serial</p>\n","type":"text/plain"},"key":"Serial","value":""},{"disabled":true,"description":{"content":"<p>filter product status ? true|false</p>\n","type":"text/plain"},"key":"Active","value":""},{"disabled":true,"description":{"content":"<p>min price</p>\n","type":"text/plain"},"key":"Price.Min","value":""},{"disabled":true,"description":{"content":"<p>max price</p>\n","type":"text/plain"},"key":"Price.Max","value":""},{"disabled":true,"description":{"content":"<p>list of brands, for example 1,2,3</p>\n","type":"text/plain"},"key":"Brands","value":""},{"disabled":true,"description":{"content":"<p>list of categoreis,for example 1,2,3</p>\n","type":"text/plain"},"key":"Cats","value":""},{"disabled":true,"description":{"content":"<p>product has discount</p>\n","type":"text/plain"},"key":"HasDiscount","value":""},{"disabled":true,"description":{"content":"<p>product has stock</p>\n","type":"text/plain"},"key":"HasStock","value":""},{"disabled":true,"description":{"content":"<p>list of depots, for example 1,2,3</p>\n","type":"text/plain"},"key":"Depots","value":""},{"disabled":true,"description":{"content":"<p>search keyword</p>\n","type":"text/plain"},"key":"Keyword","value":""},{"disabled":true,"description":{"content":"<p>list of companies, for example 1,2,3</p>\n","type":"text/plain"},"key":"Companies","value":""},{"disabled":true,"description":{"content":"<p>group product id</p>\n","type":"text/plain"},"key":"Group","value":""},{"disabled":true,"description":{"content":"<p>related products</p>\n","type":"text/plain"},"key":"RelatedId","value":""},{"disabled":true,"description":{"content":"<p>related blogs</p>\n","type":"text/plain"},"key":"BlogId","value":""},{"disabled":true,"description":{"content":"<p>company products</p>\n","type":"text/plain"},"key":"CompanyId","value":""},{"disabled":true,"key":"Observed","value":""},{"disabled":true,"key":"Affiliate","value":""},{"disabled":true,"key":"Remote","value":""},{"disabled":true,"key":"MyAffiliate","value":""},{"disabled":true,"description":{"content":"<p>has installment?</p>\n","type":"text/plain"},"key":"HasInstallment","value":""},{"description":{"content":"<p>requested page</p>\n","type":"text/plain"},"key":"Page","value":"1"},{"description":{"content":"<p>count of products</p>\n","type":"text/plain"},"key":"Size","value":"10"},{"description":{"content":"<p>products sort</p>\n","type":"text/plain"},"key":"Sort","value":"0"}],"variable":[]}},"response":[{"id":"99b40a32-8f2c-49c2-b9bf-c3cf59c6df5e","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"},{"key":"WithColor","value":"true","type":"text","disabled":true}],"url":{"raw":"https://api.example.com/v3/Product/List?Page=1&Size=10&Sort=0","host":["https://api.example.com"],"path":["v3","Product","List"],"query":[{"key":"Name","value":"","disabled":true},{"key":"Serial","value":"","disabled":true},{"key":"Active","value":"","disabled":true},{"key":"Price.Min","value":"","disabled":true},{"key":"Price.Max","value":"","disabled":true},{"key":"Brands","value":"","disabled":true},{"key":"Cats","value":"","disabled":true},{"key":"HasDiscount","value":"","disabled":true},{"key":"HasStock","value":"","disabled":true},{"key":"Depots","value":"","disabled":true},{"key":"Keyword","value":"","disabled":true},{"key":"Companies","value":"","disabled":true},{"key":"Group","value":"","disabled":true},{"key":"RelatedId","value":"","disabled":true},{"key":"BlogId","value":"","disabled":true},{"key":"CompanyId","value":"","disabled":true},{"key":"Observed","value":"","disabled":true},{"key":"Affiliate","value":"","disabled":true},{"key":"Remote","value":"","disabled":true},{"key":"MyAffiliate","value":"","disabled":true},{"key":"HasInstallment","value":"","disabled":true},{"key":"Page","value":"1"},{"key":"Size","value":"10"},{"key":"Sort","value":"0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"MinPrice","value":"1000000","description":"","type":"text"},{"key":"MaxPrice","value":"2200000","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [],\n    \"data\": {\n        \"minPrice\": 0,\n        \"maxPrice\": 2185000,\n        \"list\": [\n            {\n                \"id\": 1459830,\n                \"inquiry\": false,\n                \"pageTitle\": null,\n                \"latinName\": \"Socks B12\",\n                \"langId\": 0,\n                \"lastModified\": \"2021-04-10T11:59:20.15\",\n                \"fastToCart\": true,\n                \"hidePriceText\": null,\n                \"unit\": null,\n                \"countPerUnit\": 1,\n                \"disableOrder\": false,\n                \"point\": 0,\n                \"hasGift\": true,\n                \"views\": 564,\n                \"name\": \"جوراب مدل B12\",\n                \"serial\": \"socks-b12\",\n                \"description\": \"انواع جوراب های با کیفیت و متنوع در طرح و رنگ های مختلف\",\n                \"picLink\": \"/UserFiles/livegallery4/Images/Product/202104101158295861.jpg\",\n                \"rate\": 30,\n                \"stars\": 3,\n                \"sizing\": true,\n                \"sort\": 0,\n                \"maxOrder\": null,\n                \"hidePrice\": false,\n                \"likes\": 0,\n                \"type\": 0,\n                \"brandId\": 318941,\n                \"multiPrice\": true,\n                \"depots\": 1,\n                \"minPrice\": 23000,\n                \"stocks\": 385,\n                \"hasStock\": true,\n                \"price\": 23000.000000,\n                \"offPrice\": 23000.000000,\n                \"discount\": 0,\n                \"tax\": 0.000000,\n                \"forbid\": false,\n                \"priority\": 0,\n                \"disable\": false,\n                \"groupPrice\": null,\n                \"catalogPrice\": 24000.0000,\n                \"total\": 6,\n                \"min\": 0,\n                \"max\": 2185000,\n                \"consumerPrice\": 23230.000000,\n                \"default\": \"[{\\\"SizeId\\\":52774,\\\"DepotId\\\":153406,\\\"ColorId\\\":2}]\",\n                \"taxExempt\": false,\n                \"weight\": 0.00\n            },\n            {\n                \"id\": 1489499,\n                \"inquiry\": false,\n                \"pageTitle\": null,\n                \"latinName\": null,\n                \"langId\": 0,\n                \"lastModified\": \"2023-02-14T08:34:40.333\",\n                \"fastToCart\": true,\n                \"hidePriceText\": null,\n                \"unit\": \"عدد\",\n                \"countPerUnit\": 1,\n                \"disableOrder\": false,\n                \"point\": 0,\n                \"hasGift\": false,\n                \"views\": 142,\n                \"name\": \"محصول تست\",\n                \"serial\": \"123123\",\n                \"description\": null,\n                \"picLink\": null,\n                \"rate\": 0,\n                \"stars\": 0,\n                \"sizing\": true,\n                \"sort\": 0,\n                \"maxOrder\": 5,\n                \"hidePrice\": false,\n                \"likes\": 0,\n                \"type\": 0,\n                \"brandId\": 318942,\n                \"multiPrice\": false,\n                \"depots\": 1,\n                \"minPrice\": 0,\n                \"stocks\": 100,\n                \"hasStock\": true,\n                \"price\": 100000.000000,\n                \"offPrice\": 90000.000000,\n                \"discount\": 10.0,\n                \"tax\": 0.000000,\n                \"forbid\": false,\n                \"priority\": 0,\n                \"disable\": false,\n                \"groupPrice\": null,\n                \"catalogPrice\": 90000.0000,\n                \"total\": 6,\n                \"min\": 0,\n                \"max\": 2185000,\n                \"consumerPrice\": 101000.000000,\n                \"default\": null,\n                \"taxExempt\": false,\n                \"weight\": 500.00\n            },\n            {\n                \"id\": 1459832,\n                \"inquiry\": false,\n                \"pageTitle\": null,\n                \"latinName\": \"Xiaomi Redmi 9A M2006C3LG Dual SIM 32GB Mobile Phone\",\n                \"langId\": 0,\n                \"lastModified\": \"2022-09-05T09:40:55.203\",\n                \"fastToCart\": true,\n                \"hidePriceText\": null,\n                \"unit\": \"عدد\",\n                \"countPerUnit\": 1,\n                \"disableOrder\": false,\n                \"point\": 0,\n                \"hasGift\": true,\n                \"views\": 305,\n                \"name\": \"گوشی موبایل شیائومی مدل Redmi 9A M2006C3LG دو سیم‌ کارت ظرفیت 32 گیگابایت\",\n                \"serial\": \"967239\",\n                \"description\": \"شرکت شیائومی‌به‌تازگی دو عضو ارزان‌قیمت از خانواده «Redmi 9» را معرفی کرده است. گوشی Redmi 9A یکی از این گوشی‌‌ها است که مانند نسخه‌‌های قبلی، از صفحه‌نمایش بزرگ، باتری پرقدرت، طراحی جذاب دوربین و سخت‌افزار مناسب برخوردار است. صفحه‌نمایش گوشی Redmi 9A 6.53 اینچ است و از فناوری IPS LCD بهره می‌برد. این نمایشگر حدود 81 درصد از بدنه را به خود اختصاص داده است. شیائومی‌برای این محصول خود از یک دوربین با لنز عریض 13 مگاپیکسلی استفاده کرده است. دوربین سلفی 5 مگاپیکسلی هم در مرکز گو ...\",\n                \"picLink\": \"/UserFiles/livegallery4/Images/Product/202209050934375297.jpg\",\n                \"rate\": 1,\n                \"stars\": 5,\n                \"sizing\": true,\n                \"sort\": 0,\n                \"maxOrder\": null,\n                \"hidePrice\": false,\n                \"likes\": 0,\n                \"type\": 0,\n                \"brandId\": 318942,\n                \"multiPrice\": false,\n                \"depots\": 1,\n                \"minPrice\": 0,\n                \"stocks\": 49,\n                \"hasStock\": true,\n                \"price\": 2300000.000000,\n                \"offPrice\": 2185000.000000,\n                \"discount\": 5.00,\n                \"tax\": 0.000000,\n                \"forbid\": false,\n                \"priority\": 0,\n                \"disable\": false,\n                \"groupPrice\": null,\n                \"catalogPrice\": 2185000.0000,\n                \"total\": 6,\n                \"min\": 0,\n                \"max\": 2185000,\n                \"consumerPrice\": 2323000.000000,\n                \"default\": null,\n                \"taxExempt\": false,\n                \"weight\": 185.00\n            },\n            {\n                \"id\": 1465766,\n                \"inquiry\": false,\n                \"pageTitle\": null,\n                \"latinName\": null,\n                \"langId\": 0,\n                \"lastModified\": \"2021-04-21T10:53:04.073\",\n                \"fastToCart\": true,\n                \"hidePriceText\": null,\n                \"unit\": null,\n                \"countPerUnit\": 1,\n                \"disableOrder\": false,\n                \"point\": 0,\n                \"hasGift\": false,\n                \"views\": 451,\n                \"name\": \"گل طبیعی نایکات\",\n                \"serial\": \"niakut\",\n                \"description\": null,\n                \"picLink\": \"/UserFiles/livegallery4/Images/Product/202104211052437322.jpg\",\n                \"rate\": 0,\n                \"stars\": 0,\n                \"sizing\": false,\n                \"sort\": 0,\n                \"maxOrder\": null,\n                \"hidePrice\": true,\n                \"likes\": 0,\n                \"type\": 0,\n                \"brandId\": null,\n                \"multiPrice\": false,\n                \"depots\": 1,\n                \"minPrice\": 0,\n                \"stocks\": 1,\n                \"hasStock\": true,\n                \"price\": 25000.000000,\n                \"offPrice\": 22500.000000,\n                \"discount\": 10.0,\n                \"tax\": 0.000000,\n                \"forbid\": false,\n                \"priority\": 0,\n                \"disable\": true,\n                \"groupPrice\": null,\n                \"catalogPrice\": 22500.0000,\n                \"total\": 6,\n                \"min\": 0,\n                \"max\": 2185000,\n                \"consumerPrice\": 25250.000000,\n                \"default\": null,\n                \"taxExempt\": true,\n                \"weight\": 0.00\n            },\n            {\n                \"id\": 1481431,\n                \"inquiry\": false,\n                \"pageTitle\": null,\n                \"latinName\": \"PHYSICIANS FORMULA\",\n                \"langId\": 0,\n                \"lastModified\": \"2021-09-14T11:38:58.357\",\n                \"fastToCart\": true,\n                \"hidePriceText\": null,\n                \"unit\": \"عدد\",\n                \"countPerUnit\": 1,\n                \"disableOrder\": false,\n                \"point\": 0,\n                \"hasGift\": false,\n                \"views\": 125,\n                \"name\": \"سرم آبرسان گل رز فیزیشن فرمولا\",\n                \"serial\": \"1084\",\n                \"description\": null,\n                \"picLink\": \"/UserFiles/livegallery4/Images/Product/202109141138039983.jpg\",\n                \"rate\": 10,\n                \"stars\": 5,\n                \"sizing\": false,\n                \"sort\": 144,\n                \"maxOrder\": null,\n                \"hidePrice\": false,\n                \"likes\": 0,\n                \"type\": 0,\n                \"brandId\": null,\n                \"multiPrice\": false,\n                \"depots\": 0,\n                \"minPrice\": 0,\n                \"stocks\": 0,\n                \"hasStock\": false,\n                \"price\": 340000.000000,\n                \"offPrice\": 340000.000000,\n                \"discount\": 0,\n                \"tax\": 0.000000,\n                \"forbid\": false,\n                \"priority\": 0,\n                \"disable\": false,\n                \"groupPrice\": null,\n                \"catalogPrice\": 340000.0000,\n                \"total\": 6,\n                \"min\": 0,\n                \"max\": 2185000,\n                \"consumerPrice\": 343400.000000,\n                \"default\": null,\n                \"taxExempt\": false,\n                \"weight\": 0.00\n            },\n            {\n                \"id\": 1480664,\n                \"inquiry\": false,\n                \"pageTitle\": null,\n                \"latinName\": null,\n                \"langId\": 0,\n                \"lastModified\": \"2021-08-24T12:07:58.423\",\n                \"fastToCart\": false,\n                \"hidePriceText\": null,\n                \"unit\": null,\n                \"countPerUnit\": 1,\n                \"disableOrder\": false,\n                \"point\": 0,\n                \"hasGift\": false,\n                \"views\": 94,\n                \"name\": \"پرنده مرغ عشق\",\n                \"serial\": \"p134\",\n                \"description\": null,\n                \"picLink\": \"/UserFiles/livegallery4/Images/Product/202108241207542027.jpg\",\n                \"rate\": 0,\n                \"stars\": 0,\n                \"sizing\": true,\n                \"sort\": 0,\n                \"maxOrder\": null,\n                \"hidePrice\": false,\n                \"likes\": 0,\n                \"type\": 0,\n                \"brandId\": null,\n                \"multiPrice\": false,\n                \"depots\": 0,\n                \"minPrice\": 0,\n                \"stocks\": 0,\n                \"hasStock\": false,\n                \"price\": 0.000000,\n                \"offPrice\": 0.000000,\n                \"discount\": 0,\n                \"tax\": 0.000000,\n                \"forbid\": false,\n                \"priority\": 0,\n                \"disable\": false,\n                \"groupPrice\": null,\n                \"catalogPrice\": 0.0000,\n                \"total\": 6,\n                \"min\": 0,\n                \"max\": 2185000,\n                \"consumerPrice\": 0.000000,\n                \"default\": null,\n                \"taxExempt\": false,\n                \"weight\": 0.00\n            }\n        ],\n        \"count\": 6\n    },\n    \"succeed\": true\n}"},{"id":"55f7d493-f237-4dff-8edc-650f4b8fdc4c","name":"BadRequest","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"},{"key":"WithColor","value":"true","type":"text","disabled":true}],"url":{"raw":"https://api.example.com/v3/Product/List?Page=1&Size=10&Sort=0","host":["https://api.example.com"],"path":["v3","Product","List"],"query":[{"key":"Name","value":"","disabled":true},{"key":"Serial","value":"","disabled":true},{"key":"Active","value":"","disabled":true},{"key":"Price.Min","value":"","disabled":true},{"key":"Price.Max","value":"","disabled":true},{"key":"Brands","value":"","disabled":true},{"key":"Cats","value":"","disabled":true},{"key":"HasDiscount","value":"","disabled":true},{"key":"HasStock","value":"","disabled":true},{"key":"Depots","value":"","disabled":true},{"key":"Keyword","value":"","disabled":true},{"key":"Companies","value":"","disabled":true},{"key":"Group","value":"","disabled":true},{"key":"RelatedId","value":"","disabled":true},{"key":"BlogId","value":"","disabled":true},{"key":"CompanyId","value":"","disabled":true},{"key":"Observed","value":"","disabled":true},{"key":"Affiliate","value":"","disabled":true},{"key":"Remote","value":"","disabled":true},{"key":"MyAffiliate","value":"","disabled":true},{"key":"HasInstallment","value":"","disabled":true},{"key":"Page","value":"1"},{"key":"Size","value":"10"},{"key":"Sort","value":"0"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"MinPrice","value":"1000000","description":"","type":"text"},{"key":"MaxPrice","value":"2200000","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://tools.ietf.org/html/rfc7231#section-6.5.1\",\n    \"title\": \"One or more validation errors occurred.\",\n    \"status\": 400,\n    \"traceId\": \"00-38a25f4dca604d960be128a979e920a1-d64d712fd8f6cf34-00\",\n    \"errors\": {\n        \"MyAffiliate\": [\n            \"The value '' is invalid.\"\n        ]\n    }\n}"}],"_postman_id":"31f4f2c8-b441-49eb-90cd-39ae1f06ffbe"},{"name":"Shortcuts","id":"16113ee2-1c22-43a3-b88c-fbe4ec9921d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/api/category/[id]/shortcuts?$filter=Position eq '{positions}'&$orderby=Sort desc","description":"<p>Get shortcuts images in needed postion</p>\n<p>Link System: <a href=\"#726f64e0-70f4-40b1-afc3-5fb02419aa3b\">LinkTo</a></p>\n<img src=\"https://static.smx.live/UserFiles/admin/Files/Doc/Shortcuts.png\" />","urlObject":{"path":["api","category","[id]","shortcuts"],"host":["https://api.example.com"],"query":[{"key":"$filter","value":"Position eq '{positions}'"},{"key":"$orderby","value":"Sort desc"}],"variable":[]}},"response":[{"id":"9954ae87-8253-4571-bab8-2bed8b22c26e","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":{"raw":"https://api.example.com/api/category/[id]/shortcuts?$filter=Position eq '{positions}'&$orderby=Sort desc","host":["https://api.example.com"],"path":["api","category","[id]","shortcuts"],"query":[{"key":"$filter","value":"Position eq '{positions}'"},{"key":"$orderby","value":"Sort desc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"PicLink\": \"/UserFiles/livegallery4/Images/Shortcut/202202141147216432.png\",\n        \"CategoryId\": null,\n        \"Link\": \"318942\",\n        \"LinkType\": 15,\n        \"Color\": \"09aae0\",\n        \"Description\": \"سامسونگ\",\n        \"Sort\": 1,\n        \"Location\": null,\n        \"DeviceType\": 0,\n        \"Title\": \"سامسونگ\",\n        \"Position\": 0,\n        \"RelatedId\": null,\n        \"Id\": 233721,\n        \"LangId\": 0\n    }\n]"},{"id":"ab6e8b89-36c4-40b0-bba8-15b0daf34682","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":{"raw":"https://api.example.com/api/category/[id]/shortcuts?$filter=Position eq '{positions}'&$orderby=Sort desc","host":["https://api.example.com"],"path":["api","category","[id]","shortcuts"],"query":[{"key":"$filter","value":"Position eq '{positions}'"},{"key":"$orderby","value":"Sort desc"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"-1"}],"_postman_id":"16113ee2-1c22-43a3-b88c-fbe4ec9921d6"},{"name":"Slides","id":"ce28ebe6-7085-4920-ba81-c40f3d218433","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/api/category/[id]/slides?$filter=startswith(Location,'{location}')&$orderby=Sort desc","description":"<p>Get slide image lists</p>\n<p>Link System: <a href=\"#726f64e0-70f4-40b1-afc3-5fb02419aa3b\">LinkTo</a></p>\n<img src=\"https://static.smx.live/UserFiles/admin/Files/Doc/Slides.png\" />","urlObject":{"path":["api","category","[id]","slides"],"host":["https://api.example.com"],"query":[{"description":{"content":"<p>or Location eq null if Location is 0</p>\n","type":"text/plain"},"key":"$filter","value":"startswith(Location,'{location}')"},{"key":"$orderby","value":"Sort desc"}],"variable":[]}},"response":[{"id":"2b625651-bdbe-4207-86dc-ef7a0d255b14","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":{"raw":"https://api.example.com/api/category/[id]/slides?$filter=startswith(Location,'{location}')&$orderby=Sort desc","host":["https://api.example.com"],"path":["api","category","[id]","slides"],"query":[{"key":"$filter","value":"startswith(Location,'{location}')","description":"or Location eq null if Location is 0"},{"key":"$orderby","value":"Sort desc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"PicLink\": \"/UserFiles/livegallery4/Images/Slide/202105031523226701.jpg\",\n        \"CategoryId\": null,\n        \"Location\": \"0,0\",\n        \"Link\": \"0\",\n        \"LinkType\": 0,\n        \"Sort\": 0,\n        \"DeviceType\": 0,\n        \"Title\": \"fghd\",\n        \"OfferDate\": null,\n        \"Expire\": null,\n        \"Id\": 426914,\n        \"LangId\": 0\n    }\n]"},{"id":"c77e9864-d02b-4e7c-b636-b5e8fa85f22c","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":{"raw":"https://api.example.com/api/category/[id]/slides?$filter=startswith(Location,'{location}')&$orderby=Sort desc","host":["https://api.example.com"],"path":["api","category","[id]","slides"],"query":[{"key":"$filter","value":"startswith(Location,'{location}')","description":"or Location eq null if Location is 0"},{"key":"$orderby","value":"Sort desc"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"-1"}],"_postman_id":"ce28ebe6-7085-4920-ba81-c40f3d218433"},{"name":"GroupProducts","id":"5d8b763e-ccb8-4f58-8828-d005567d9bdc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/api/category/[id]/groupproducts?$filter=Location eq '{location}'&$orderby=Sort desc","description":"<p>Get list of group products in needed location such home or category</p>\n<p><img src=\"https://static.smx.live/UserFiles/admin/Files/Doc/GroupProducts.png\" alt /></p>\n","urlObject":{"path":["api","category","[id]","groupproducts"],"host":["https://api.example.com"],"query":[{"description":{"content":"<p>or Location eq null if Location is 0</p>\n","type":"text/plain"},"key":"$filter","value":"Location eq '{location}'"},{"key":"$orderby","value":"Sort desc"}],"variable":[]}},"response":[{"id":"b1fc7049-b067-4f4f-a701-5065f16bbea5","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":{"raw":"https://api.example.com/api/category/[id]/groupproducts?$filter=Location eq '{location}'&$orderby=Sort desc","host":["https://api.example.com"],"path":["api","category","[id]","groupproducts"],"query":[{"key":"$filter","value":"Location eq '{location}'","description":"or Location eq% null if Location is 0"},{"key":"$orderby","value":"Sort desc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Name\": \"پیشنهاد ویژه پوشاک\",\n        \"Description\": null,\n        \"Sort\": 0,\n        \"Expire\": null,\n        \"CategoryId\": null,\n        \"Location\": \"0\",\n        \"Exceptions\": null,\n        \"Categories\": null,\n        \"Brands\": null,\n        \"Auto\": true,\n        \"Exist\": false,\n        \"MinPrice\": null,\n        \"MaxPrice\": null,\n        \"MaxCount\": 30,\n        \"MinInstalment\": null,\n        \"MaxInstalment\": null,\n        \"MinInstalmentCommission\": null,\n        \"MaxInstalmentCommission\": null,\n        \"MinCashPercent\": null,\n        \"MaxCashPercent\": null,\n        \"Type\": 1,\n        \"DeviceType\": 0,\n        \"Hidden\": false,\n        \"Products\": null,\n        \"Id\": 243216,\n        \"LangId\": 0\n    },\n    {\n        \"Name\": \"تخفیف آخر فصل\",\n        \"Description\": null,\n        \"Sort\": 0,\n        \"Expire\": null,\n        \"CategoryId\": null,\n        \"Location\": \"0\",\n        \"Exceptions\": null,\n        \"Categories\": null,\n        \"Brands\": null,\n        \"Auto\": true,\n        \"Exist\": false,\n        \"MinPrice\": null,\n        \"MaxPrice\": null,\n        \"MaxCount\": 15,\n        \"MinInstalment\": null,\n        \"MaxInstalment\": null,\n        \"MinInstalmentCommission\": null,\n        \"MaxInstalmentCommission\": null,\n        \"MinCashPercent\": null,\n        \"MaxCashPercent\": null,\n        \"Type\": 0,\n        \"DeviceType\": 0,\n        \"Hidden\": false,\n        \"Products\": null,\n        \"Id\": 243490,\n        \"LangId\": 0\n    }\n]"},{"id":"5ecc3c3c-9ac2-47f1-9ef5-863a8f16580f","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":{"raw":"https://api.example.com/api/category/[id]/groupproducts?$filter=Location eq '{location}'&$orderby=Sort desc","host":["https://api.example.com"],"path":["api","category","[id]","groupproducts"],"query":[{"key":"$filter","value":"Location eq '{location}'","description":"or Location eq% null if Location is 0"},{"key":"$orderby","value":"Sort desc"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"-1"}],"_postman_id":"5d8b763e-ccb8-4f58-8828-d005567d9bdc"},{"name":"GroupProducts Products","id":"28959c50-4395-409b-8852-0b4c28f98dfe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/api/groupproduct/[id]/products","description":"<p>Get list of products in group product</p>\n<blockquote>\n<p>Pagination needs to view all products</p>\n</blockquote>\n<p><img src=\"https://static.smx.live/UserFiles/admin/Files/Doc/GroupProducts.png\" alt /></p>\n","urlObject":{"path":["api","groupproduct","[id]","products"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"03d09f8d-612c-487c-8e22-17867303aa95","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/api/groupproduct/[id]/products"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Exist\": true,\n        \"Priority\": 0.0,\n        \"IsOffer\": false,\n        \"Status\": 0,\n        \"OfferDescription\": null,\n        \"Random\": 36898,\n        \"Name\": \" گوشی موبایل شیائومی مدل Redmi 9A M2006C3LG دو سیم‌ کارت ظرفیت 32 گیگابایت \",\n        \"Serial\": \"967239\",\n        \"IsDeactive\": false,\n        \"PicLink\": \"/UserFiles/livegallery4/Images/Product/202104101514509254.png\",\n        \"Description\": null,\n        \"MoreDescription\": null,\n        \"Price\": 528000.0000,\n        \"OffPrice\": 528000.0000,\n        \"HidePrice\": false,\n        \"HidePriceText\": null,\n        \"Discount\": 0.0000,\n        \"Type\": 0,\n        \"MinerCost\": 0.00,\n        \"ProcessingCost\": 0.00,\n        \"MainPrice\": 528000.0000,\n        \"Count\": 565,\n        \"Rate\": 0.0,\n        \"DeviceType\": 0,\n        \"Sort\": 0,\n        \"MobPicLink\": null,\n        \"Sizing\": true,\n        \"PurchasePrice\": 0.0000,\n        \"Weight\": 0.00,\n        \"TaxExempt\": false,\n        \"Tax\": 0.00,\n        \"Inquiry\": false,\n        \"Affiliate\": false,\n        \"DisableOrder\": false,\n        \"DisableOrder2\": false,\n        \"Offer\": null,\n        \"Liked\": false,\n        \"Likes\": 0,\n        \"Point\": 0.0,\n        \"ShopId\": null,\n        \"LikeShop\": false,\n        \"HasReview\": false,\n        \"Mine\": false,\n        \"Ups\": 0,\n        \"Downs\": 0,\n        \"Up\": false,\n        \"Down\": false,\n        \"Stars\": 0.0,\n        \"Starers\": 0,\n        \"MyStars\": 0.0,\n        \"SumStars\": 0.0,\n        \"MultiPrice\": false,\n        \"OriginalPrice\": 528000.0000,\n        \"ConsumerPrice\": 0.0,\n        \"LatinName\": null,\n        \"LastModified\": \"2021-04-10T15:14:59\",\n        \"Views\": 185,\n        \"NoTransport\": false,\n        \"FakeName\": null,\n        \"OfferDate\": null,\n        \"Survey\": null,\n        \"MaxOrder\": null,\n        \"NumberOfShops\": 0,\n        \"MinPrice\": 0.0,\n        \"MaxPrice\": 0.0,\n        \"Max\": 528000.0000,\n        \"Min\": 0.0000,\n        \"FastToCart\": false,\n        \"Depots\": 1,\n        \"Unit\": null,\n        \"CountPerUnit\": 0,\n        \"Expiration\": null,\n        \"Difficulty\": 0,\n        \"CookTime\": 0,\n        \"SellType\": 0,\n        \"MlmType\": 0,\n        \"AlertCount\": 0,\n        \"GroupPrice\": null,\n        \"CatalogPrice\": 1600.0000,\n        \"DeviationPercent\": 0.00,\n        \"DeviationPercentDown\": 0.00,\n        \"Forbid\": false,\n        \"ForbidGallery\": false,\n        \"ForbidDetail\": false,\n        \"ForbidSpecification\": false,\n        \"HasGift\": false,\n        \"Total\": 3,\n        \"Colors\": null,\n        \"Shops\": null,\n        \"Number\": 0,\n        \"PageTitle\": null,\n        \"SoldCount\": 11,\n        \"SpecialInstalment\": null,\n        \"Shid\": 36342,\n        \"Shop\": \"شیک مارکت\",\n        \"Default\": {\n            \"Count\": 500,\n            \"SizeId\": null,\n            \"ColorId\": 2,\n            \"DepotId\": 153406,\n            \"DistributionId\": 20214,\n            \"OwnerId\": \"2be11482-d90c-4297-97b6-2be5dd8d7035\",\n            \"Barcode\": null,\n            \"GtId\": 383,\n            \"ExpireAt\": null,\n            \"CreatedAt\": \"2021-11-16T12:33:48\",\n            \"DaysToSend\": null,\n            \"Price\": 528000.00,\n            \"Shop\": \"شیک مارکت\",\n            \"Shopid\": 36342\n        },\n        \"BrandId\": 318942,\n        \"CategoryId\": 543395,\n        \"Id\": 1459832,\n        \"LangId\": 0\n    },\n    {\n        \"Exist\": false,\n        \"Priority\": 0.0,\n        \"IsOffer\": true,\n        \"Status\": 0,\n        \"OfferDescription\": \"به علت عدم وارد کردن قیمت\",\n        \"Random\": 18262,\n        \"Name\": \"پرنده مرغ عشق\",\n        \"Serial\": \"p134\",\n        \"IsDeactive\": false,\n        \"PicLink\": \"/UserFiles/livegallery4/Images/Product/202108241207542027.jpg\",\n        \"Description\": null,\n        \"MoreDescription\": null,\n        \"Price\": 0.0000,\n        \"OffPrice\": 0.0000,\n        \"HidePrice\": false,\n        \"HidePriceText\": null,\n        \"Discount\": 0.0000,\n        \"Type\": 0,\n        \"MinerCost\": 0.00,\n        \"ProcessingCost\": 0.00,\n        \"MainPrice\": 0.0000,\n        \"Count\": 0,\n        \"Rate\": 0.0,\n        \"DeviceType\": 0,\n        \"Sort\": 0,\n        \"MobPicLink\": null,\n        \"Sizing\": true,\n        \"PurchasePrice\": 0.0000,\n        \"Weight\": 0.00,\n        \"TaxExempt\": false,\n        \"Tax\": 0.00,\n        \"Inquiry\": false,\n        \"Affiliate\": false,\n        \"DisableOrder\": false,\n        \"DisableOrder2\": false,\n        \"Offer\": null,\n        \"Liked\": false,\n        \"Likes\": 0,\n        \"Point\": 0.0,\n        \"ShopId\": null,\n        \"LikeShop\": false,\n        \"HasReview\": false,\n        \"Mine\": false,\n        \"Ups\": 0,\n        \"Downs\": 0,\n        \"Up\": false,\n        \"Down\": false,\n        \"Stars\": 0.0,\n        \"Starers\": 0,\n        \"MyStars\": 0.0,\n        \"SumStars\": 0.0,\n        \"MultiPrice\": false,\n        \"OriginalPrice\": 0.0000,\n        \"ConsumerPrice\": 0.0,\n        \"LatinName\": null,\n        \"LastModified\": \"2021-08-24T12:07:58\",\n        \"Views\": 69,\n        \"NoTransport\": false,\n        \"FakeName\": null,\n        \"OfferDate\": null,\n        \"Survey\": null,\n        \"MaxOrder\": null,\n        \"NumberOfShops\": 0,\n        \"MinPrice\": 0.0,\n        \"MaxPrice\": 0.0,\n        \"Max\": 528000.0000,\n        \"Min\": 0.0000,\n        \"FastToCart\": false,\n        \"Depots\": 0,\n        \"Unit\": null,\n        \"CountPerUnit\": 0,\n        \"Expiration\": null,\n        \"Difficulty\": 0,\n        \"CookTime\": 0,\n        \"SellType\": 0,\n        \"MlmType\": 0,\n        \"AlertCount\": 0,\n        \"GroupPrice\": null,\n        \"CatalogPrice\": 0.0000,\n        \"DeviationPercent\": 0.00,\n        \"DeviationPercentDown\": 0.00,\n        \"Forbid\": false,\n        \"ForbidGallery\": false,\n        \"ForbidDetail\": false,\n        \"ForbidSpecification\": false,\n        \"HasGift\": false,\n        \"Total\": 3,\n        \"Colors\": null,\n        \"Shops\": null,\n        \"Number\": 0,\n        \"PageTitle\": null,\n        \"SoldCount\": 0,\n        \"SpecialInstalment\": null,\n        \"Shid\": null,\n        \"Shop\": null,\n        \"Default\": null,\n        \"BrandId\": null,\n        \"CategoryId\": 543575,\n        \"Id\": 1480664,\n        \"LangId\": 0\n    },\n    {\n        \"Exist\": true,\n        \"Priority\": 0.0,\n        \"IsOffer\": false,\n        \"Status\": 0,\n        \"OfferDescription\": null,\n        \"Random\": 63864,\n        \"Name\": \"سرم آبرسان گل رز فیزیشن فرمولا\",\n        \"Serial\": \"1084\",\n        \"IsDeactive\": false,\n        \"PicLink\": \"/UserFiles/livegallery4/Images/Product/202109141138039983.jpg\",\n        \"Description\": null,\n        \"MoreDescription\": null,\n        \"Price\": 340000.0000,\n        \"OffPrice\": 340000.0000,\n        \"HidePrice\": false,\n        \"HidePriceText\": null,\n        \"Discount\": 0.0000,\n        \"Type\": 0,\n        \"MinerCost\": 0.00,\n        \"ProcessingCost\": 0.00,\n        \"MainPrice\": 340000.0000,\n        \"Count\": 100,\n        \"Rate\": 10.0,\n        \"DeviceType\": 0,\n        \"Sort\": 144,\n        \"MobPicLink\": null,\n        \"Sizing\": false,\n        \"PurchasePrice\": 267000.0000,\n        \"Weight\": 0.00,\n        \"TaxExempt\": false,\n        \"Tax\": 0.00,\n        \"Inquiry\": false,\n        \"Affiliate\": false,\n        \"DisableOrder\": false,\n        \"DisableOrder2\": false,\n        \"Offer\": null,\n        \"Liked\": false,\n        \"Likes\": 0,\n        \"Point\": 0.0,\n        \"ShopId\": null,\n        \"LikeShop\": false,\n        \"HasReview\": false,\n        \"Mine\": false,\n        \"Ups\": 0,\n        \"Downs\": 0,\n        \"Up\": false,\n        \"Down\": false,\n        \"Stars\": 5.00,\n        \"Starers\": 1,\n        \"MyStars\": 0.0,\n        \"SumStars\": 5.00,\n        \"MultiPrice\": false,\n        \"OriginalPrice\": 340000.0000,\n        \"ConsumerPrice\": 0.0,\n        \"LatinName\": \"PHYSICIANS FORMULA\",\n        \"LastModified\": \"2021-09-14T11:38:58\",\n        \"Views\": 89,\n        \"NoTransport\": false,\n        \"FakeName\": null,\n        \"OfferDate\": null,\n        \"Survey\": null,\n        \"MaxOrder\": null,\n        \"NumberOfShops\": 0,\n        \"MinPrice\": 0.0,\n        \"MaxPrice\": 0.0,\n        \"Max\": 528000.0000,\n        \"Min\": 0.0000,\n        \"FastToCart\": true,\n        \"Depots\": 1,\n        \"Unit\": \"عدد\",\n        \"CountPerUnit\": 0,\n        \"Expiration\": null,\n        \"Difficulty\": 0,\n        \"CookTime\": 0,\n        \"SellType\": 0,\n        \"MlmType\": 0,\n        \"AlertCount\": 0,\n        \"GroupPrice\": null,\n        \"CatalogPrice\": 340000.0000,\n        \"DeviationPercent\": 0.00,\n        \"DeviationPercentDown\": 0.00,\n        \"Forbid\": false,\n        \"ForbidGallery\": false,\n        \"ForbidDetail\": false,\n        \"ForbidSpecification\": false,\n        \"HasGift\": false,\n        \"Total\": 3,\n        \"Colors\": null,\n        \"Shops\": null,\n        \"Number\": 0,\n        \"PageTitle\": null,\n        \"SoldCount\": 8,\n        \"SpecialInstalment\": null,\n        \"Shid\": null,\n        \"Shop\": null,\n        \"Default\": null,\n        \"BrandId\": null,\n        \"CategoryId\": 545255,\n        \"Id\": 1481431,\n        \"LangId\": 0\n    }\n]"},{"id":"f2b19fee-b7aa-4c4f-8ee5-f8c8530d674b","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/api/groupproduct/[id]/products"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"-1"}],"_postman_id":"28959c50-4395-409b-8852-0b4c28f98dfe"}],"id":"e10b1306-fdfc-478f-ab59-155a522c6a94","description":"<p>Category or product list page rest apis</p>\n","_postman_id":"e10b1306-fdfc-478f-ab59-155a522c6a94"},{"name":"Product","item":[{"name":"Info","id":"674d816e-3dc8-4589-b57d-803faf650d64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/api/product/[id]/details","description":"<p>Get product information</p>\n<p><img src=\"https://static.smx.live/UserFiles/admin/Files/Doc/ProductInfo.jpg\" alt /></p>\n","urlObject":{"path":["api","product","[id]","details"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"b9f01d4d-a790-41a7-bea9-fc8387ee0ed2","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":"https://api.example.com/api/product/[id]/details"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"forbid","value":"0","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"p\": { // product model\n        \"OwnerId\": null,\n        \"OwnerInfo\": null,\n        \"IsOffer\": false,\n        \"Status\": 0,\n        \"OperatorId\": null,\n        \"OperatoInfo\": null,\n        \"OfferDescription\": null,\n        \"Name\": \"گوشی موبایل شیائومی مدل Redmi 9A M2006C3LG دو سیم‌ کارت ظرفیت 32 گیگابایت\", // name of product\n        \"Serial\": \"967239\", // serial of product\n        \"IsDeactive\": false, // is active or disable ?\n        \"Exist\": true, // available for sale\n        \"PicLink\": \"/UserFiles/livegallery4/Images/Product/202209050934375297.jpg\", // picture\n        \"Description\": \"شرکت شیائومی‌به‌تازگی دو عضو ارزان‌قیمت از خانواده «Redmi 9» را معرفی کرده است. گوشی Redmi 9A یکی از این گوشی‌‌ها است که مانند نسخه‌‌های قبلی، از صفحه‌نمایش بزرگ، باتری پرقدرت، طراحی جذاب دوربین و سخت‌افزار مناسب برخوردار است. صفحه‌نمایش گوشی Redmi 9A 6.53 اینچ است و از فناوری IPS LCD بهره می‌برد. این نمایشگر حدود 81 درصد از بدنه را به خود اختصاص داده است. شیائومی‌برای این محصول خود از یک دوربین با لنز عریض 13 مگاپیکسلی استفاده کرده است. دوربین سلفی 5 مگاپیکسلی هم در مرکز گو ...\", // mini description\n        \"MoreDescription\": \"شرکت شیائومی‌به‌تازگی دو عضو ارزان‌قیمت از خانواده «Redmi 9» را معرفی کرده است. گوشی Redmi 9A یکی از این گوشی‌‌ها است که مانند نسخه‌‌های قبلی، از صفحه‌نمایش بزرگ، باتری پرقدرت، طراحی جذاب دوربین و سخت‌افزار مناسب برخوردار است. صفحه‌نمایش گوشی Redmi 9A 6.53 اینچ است و از فناوری IPS LCD بهره می‌برد. این نمایشگر حدود 81 درصد از بدنه را به خود اختصاص داده است. شیائومی‌برای این محصول خود از یک دوربین با لنز عریض 13 مگاپیکسلی استفاده کرده است. دوربین سلفی 5 مگاپیکسلی هم در مرکز گوشی و بالای نمایشگر این گوشی به‌کار گرفته‌شده است. ازنظر سخت‌افزاری هم این گوشی به تراشه Helio G25 شرکت مدیاتک مجهز شده که با پردازنده‌ هشت‌هسته‌ا‌ی و قدرتمند Cortex-A53 و پردازنده گرافیکی PowerVR GE8320 همراه شده است. حافظه رم با ظرفیت 2 گیگابایت هم در کنار این مجموعه قرار گرفته است تا بتواند علاوه‌بر کار‌های معمول، از قابلیت‌‌ها ی جدید گوشی‌‌های امروزی پشتیبانی کند. برای این گوشی حافظه داخلی با ظرفیت 32 گیگابایت در نظر گرفته شده است که با استفاده از یک کارت حافظه SD قابل ارتقاء است. باتری لیتیوم-پلیمری با ظرفیت 5000 میلی‌آمپرساعتی با قابلیت شارژ با توان 10 وات و جک 3.5 میلی‌متری صدا هم از دیگر مشخصات این محصول جدید است.\", // more description\n        \"Price\": 2300000.0000, // price\n        \"OffPrice\": 2185000.0000, // discounted price\n        \"Discount\": 5.0000, // discount percent\n        \"Inquiry\": false, // product need inquiry?\n        \"Type\": 0,\n        \"MinerCost\": 0.00, // mine cost\n        \"ProcessingCost\": 10000.00, // process cost\n        \"MainPrice\": 2185000.0000,\n        \"Count\": 49, // total count\n        \"Rate\": 1.0, // rate\n        \"NotBinaryPoint\": false,\n        \"Brand\": { // brand info\n            \"Name\": \"سامسونگ\", // brand name\n            \"Country\": null,\n            \"PicLink\": \"/UserFiles/livegallery4/Images/Brand/202104101515106443.jpg\", // brand picture\n            \"Description\": null,\n            \"Prods\": 0,\n            \"ShowInMain\": true, // show in main page?\n            \"Sort\": 0,\n            \"PageContent\": null,\n            \"NumberOfProducts\": 3, // number of products\n            \"Id\": 318942,\n            \"LangId\": 0, // lanquage id\n            \"PageTitle\": null,\n            \"PageDescription\": null,\n            \"PageKeyword\": null\n        },\n        \"BrandId\": 318942,\n        \"Category\": { // category info\n            \"Guaranties\": [ // guaranties of category\n                {\n                    \"CategoryId\": 543395,\n                    \"Guaranty\": null,\n                    \"GuarantyId\": 383\n                }\n            ],\n            \"Name\": \"سامسونگ\", // category name\n            \"Number\": null,\n            \"IsDeactive\": false, // active or deactive\n            \"OrderType\": 0,\n            \"LayoutType\": 0,\n            \"Description\": null,\n            \"ParentId\": 543394,\n            \"PicLink\": null, // picture\n            \"HasChild\": false, // has child ?\n            \"Sort\": 0,\n            \"SlideCount\": 0, // # of slides\n            \"ShortcutCount\": 0, // # of shortcuts\n            \"GroupCount\": 0, // # of group products\n            \"DeviceType\": 0,\n            \"GroupSizeId\": 100738,\n            \"Forbid\": false, // is forbidden\n            \"NumberOfProducts\": 0, // # of products\n            \"HasFilter\": false, // has filter attributes ?\n            \"ProductExpireDayAlert\": null, // warning days left until the expiration date\n            \"HasSpecification\": false, // has ppecification\n            \"CommissionPercent\": 0.00, // site share fee percentage\n            \"PackingFee\": 0.00, // processing fee percentage\n            \"Children\": null,\n            \"CashInvoicePercent\": null, // cash order fee percentage\n            \"LoanInvoicePercent\": null, // installment order fee percentage\n            \"CreditInvoicePercent\": null, // credit order fee percentage\n            \"Id\": 543395,\n            \"LangId\": 0, // language id\n            \"PageTitle\": null,\n            \"PageDescription\": null,\n            \"PageKeyword\": null\n        },\n        \"CategoryId\": 543395,\n        \"Sort\": 0,\n        \"MobPicLink\": null,\n        \"Sizing\": true, // has depot/color/size/company\n        \"PurchasePrice\": 2160000.0000, // purchase price\n        \"Weight\": 185.00, // product weight in gram\n        \"TaxExempt\": false, // tax free\n        \"Tax\": 0.00, // tax percent\n        \"DisableOrder\": false, // order this product disabled ?\n        \"OfferId\": null,\n        \"Offer\": null,\n        \"Liked\": false, // like by logined customer?\n        \"Likes\": 0, // number of likes\n        \"Point\": 1.0, // point of product\n        \"ShopId\": null,\n        \"LikeShop\": false,\n        \"HasReview\": false, // product has review\n        \"Mine\": false,\n        \"Ups\": 0,  // up votes\n        \"Downs\": 0, // down votes\n        \"Up\": false, // logined customer up ?\n        \"Down\": false, // logined customer down ?\n        \"Stars\": 5.00, // product stars from 5 star\n        \"Starers\": 1, // total customers\n        \"MyStars\": 0.0, // customer star\n        \"MultiPrice\": false, // product has multipe price\n        \"Default\": null, // selected count by default\n        \"OriginalPrice\": 2185000.0000,\n        \"ConsumerPrice\": 0.0,\n        \"DeviationPercent\": 0.00,\n        \"DeviationPercentDown\": 0.00,\n        \"LatinName\": \"Xiaomi Redmi 9A M2006C3LG Dual SIM 32GB Mobile Phone\", // latin name of product\n        \"LastModified\": \"2022-09-05T09:40:55\", // last edited\n        \"Views\": 227, // total of products viewd\n        \"NoTransport\": false, // no transport need\n        \"FakeName\": null, // fake name for delivery system\n        \"OfferDate\": null,\n        \"Survey\": null,\n        \"MaxOrder\": null, // max order per order - null or zero no limit\n        \"MinOrder\": null, // min order per order - null or zero no limit\n        \"NumberOfShops\": 0,\n        \"MinPrice\": 0.0,\n        \"MaxPrice\": 0.0,\n        \"FastToCart\": false, // has fast to cart?\n        \"Unit\": \"عدد\", // unti - empty in number\n        \"CountPerUnit\": 1, // count in unit\n        \"Expiration\": null, // discount expiration date\n        \"Difficulty\": 0,\n        \"CookTime\": 0,\n        \"SellType\": 0, // buy type\n        \"MlmType\": 0,\n        \"AlertCount\": 0, // low count alert\n        \"GroupPrice\": null,\n        \"CatalogPrice\": 2185000.0000, // price in catalog\n        \"Forbid\": false, // is forbidden\n        \"ForbidGallery\": false, // gallery is forbidden\n        \"ForbidDetail\": false, // description is forbidden\n        \"ForbidSpecification\": false, // specification is forbidden\n        \"ShopInfo\": null,\n        \"Colors\": [],\n        \"SpecialInstalment\": null, // installment details\n        \"Shops\": [],\n        \"HasGift\": true, // product has gift\n        \"HidePrice\": false, // disable show price\n        \"HidePriceText\": null, // text show if HidePrice\n        \"TaxAdded\": false, // tax added to price ?\n        \"Affiliate\": false,\n        \"CashInvoicePercent\": null, // cash order fee percentage\n        \"LoanInvoicePercent\": null, // installment order fee percentage\n        \"CreditInvoicePercent\": null, // credit order fee percentage\n        \"Id\": 1459832,\n        \"LangId\": 0, // language id\n        \"PageTitle\": null,\n        \"PageDescription\": null,\n        \"PageKeyword\": null\n    },\n    \"review\": { // product review in html format\n        \"Review\": \"<article>\\n<section>\\n<p>معرفی</p>\\n\\n<p>گوشی&zwnj;&lrm;های سری Redmi شرکت شیائومی از گوشی&zwnj;&lrm;های میان&zwnj;&lrm;رده ولی بسیار پرطرفدار این شرکت هستند. در واقع شیائومی با تولید سری گوشی&zwnj;های Redmi، تولیدکنندگان چینی و کره&zwnj;ای مانند هوآوی و سامسونگ را در گوشی&zwnj;های میان&zwnj;رده به مبارزه طلبیده است. شیائومی با به&zwnj;کارگیری صفحه&zwnj;نمایش&zwnj;های HD Plus در این سری از گوشی&zwnj;های خود، رقیبان خود را به چالش کشیده است و باعث&zwnj;شده تا کاربران با صرف هزینه&zwnj;ای که برای یک گوشی میان&zwnj;رده پرداخت می&zwnj;کنند صاحب گوشی با نمایشگر مطلوبی شوند. گوشی Redmi 9A یکی دیگر از گوشی&zwnj;های هوشمند شیائومی به حساب می&zwnj;آید که هم قیمت مناسبی دارد و هم امکانات نسبتا خوبی را پیش روی کاربران قرار می&zwnj;دهد. با این حال با گوشی میان&zwnj;رده&zwnj;ای مواجه هستید که شاید عملکرد خیلی خوبی نسبت به گوشی&zwnj;های پرچمدار نداشته باشد، اما برای انجام دادن کارهای روزانه مناسب است و ظاهر جذاب و زیبایی دارد.  </p>\\n\\n<div style=\\\"text-align: center;\\\"><img alt=\\\"\\\" src=\\\"/UserFiles/livegallery4/Files/6349642ddebd2b66501491309aa7e2a792b9d475_1628336244.jpg\\\" style=\\\"width: 850px; height: 400px;\\\" /></div>\\n</section>\\n\\n<section>\\n<p>طراحی و ساخت</p>\\n\\n<p>ظاهر Redmi 9A در نگاه اول شباهت زیادی به Redmi 9 دارد. صفحه نمایش بزرگ و کشیده&zwnj;ای را روی گوشی مشاهده می&zwnj;کنید. دوربین جلو با یک ناچ قطره&zwnj;ای کوچک در قسمت بالای صفحه نمایش قرار گرفته است. حاشیه&zwnj;های صفحه نمایش در لبه پایینی کمی زیادتر از لبه&zwnj; بالایی است و از سمت چپ و راست هم بسیار باریک هستند. ظاهر این تلفن همراه هوشمند مانند بیشتر گوشی&zwnj;&zwnj;های میان&zwnj;رده خوب این شرکت است و چیزی از آن&zwnj;ها کم ندارد. روی لبه سمت راست دکمه پاور و دکمه&zwnj;های تنظیم صدا را مشاهده می&zwnj;کنید. با نگاهی به پشت گوشی، یک دوربین پشت و فلش ال&zwnj;ای&zwnj;دی نظر شما را به سمت خود جلب می&zwnj;کنند.  قرار گرفتن دکمه&zwnj;های تنظیم صدا و پاور در یک سمت گوشی هم باعث سرعت در کارکرد می&zwnj;شود. با یک انگشت می&zwnj;توانید به همه دکمه&zwnj;ها دسترسی داشته باشید. رنگبندی این گوشی هوشمند یکی از ویژگی&zwnj;های جذاب آن است. در لبه پایین این گوشی هم پورت microUSB را مشاهده می&zwnj;کنید. البته بهتر بود شیائومی برای این مدل از پورت USB-C استفاده می&zwnj;کرد. همچنین جک ۳٫۵  میلی&zwnj;متری خروجی صدا هم برای این تلفن همراه هوشمند در نظر گرفته شده است. دوربین اصلی گوشی Redmi 9A رزولوشن 13 مگاپیکسلی دارد. این حسگر خروجی تصویر مطلوبی دارد و حتی در نور کم تصاویر ثبت شده به وسیله آن از کیفیت و جزئیات بالایی برخورد است. گستره داینامیکی در تصاویر خروجی دوربین این گوشی فوق&zwnj;العاده است، کنتراست و رنگ&zwnj;ها قابل قبول هستند اما نمایش جزئیات در حد متوسط است. با استفاده از حالت HDR، تصاویر به خوبی نمایش داده می&zwnj;شوند و برخی از نقاط روشن تصویر و تاریک تصویر با جزئیات بسیار بهتری ثبت می&zwnj;شوند. درکل خروجی تصاویر در این محصول شرکت شیائومی با توجه به میان&zwnj;رده بودن آن کاملاً رضایت&zwnj;بخش است. دوربین سلفی استفاده شده برای این گوشی مانند دوربین اصلی از رزولوشن ۵ مگاپیکسلی بهره&zwnj;مند شده است. استفاده از این حسگر باعث شده تا این گوشی برای افرادی که به عکس&zwnj;های سلفی علاقه دارند گزینه مناسبی باشد. شاید از نظر سخت&zwnj;افزاری دوربین سلفی به هیجان&zwnj;انگیزی دوربین&zwnj;های اصلی از نظر تعداد حسگر نباشد اما از نظر کیفیت در همان رده است.  </p>\\n\\n<div style=\\\"text-align: center;\\\"><img alt=\\\"\\\" src=\\\"/UserFiles/livegallery4/Files/591d9eb2d6a3d749f58f895e54ca28d5d5b0da56_1628334451.jpg\\\" style=\\\"width: 900px; height: 400px;\\\" /></div>\\n\\n<p>یک صفحه نمایش 6.53 اینچی را روی گوشی Redm 9A مشاهده می&zwnj;کنید. صفحه نمایشی که تنها یک ناچ کوچک دارد که آن هم برای دوربین جلو است. شیائومی برای این مدل یک نمایشگر از جنس IPS LCD روی گوشی قرار داده است. صفحه نمایش در نظر گرفته شده برای این تلفن همراه هوشمند از دقت تصویر 720x1600 پیکسل بهره می&zwnj;برد. صفحه نمایش در محیط&zwnj;های باز و محیط&zwnj;هایی که نور خورشید در آن زیاد است، عملکرد خوبی دارد. در زیر نور خورشید به خوبی می&zwnj;توانید صفحه نمایش را مشاهده کنید. با این حال پیشنهاد نمی&zwnj;کنیم که زیر نور خورشید با این گوشی فیلم ببینید. صفحه نمایش رنگ&zwnj;ها را تقریبا خوب نشان می&zwnj;دهد و از درخشندگی مناسبی هم برخوردار است. نوشته&zwnj;ها به خوبی قابل خواندن هستند و ویدیوها هم با کیفیت مناسبی نشان داده می&zwnj;شوند.  </p>\\n</section>\\n\\n<section>\\n<p>سخت افزار</p>\\n\\n<p>اگر بخواهیم به&zwnj;صورت کاملا فنی و دقیق به مهمترین بخش&zwnj;های داخلی سخت&zwnj;افزاری گوشی که تراشه، پردازنده، پردازنده گرافیکی و حافظه&zwnj;ها هستند به طور خلاصه نگاهی داشت، می&zwnj;&zwnj;توان گفت که گوشی موبایل شیائومی مدل Redmi 9A دو سیم&zwnj; کارت ظرفیت ۳۲ گیگابایت به تراشه MediaTek Helio G25 (12 nm) Chipset مجهز شده است. تراشه&zwnj;ای که برای استفاده روی گوشی&zwnj;های میان&zwnj;رده ساخته و طراحی&zwnj;شده است. این تراشه با پردازنده مرکزی Octa-core Cortex-A53 CPU فرکانس&zwnj;های 2.0 گیگاهرتز را در خود قرار داده که بتواند سرعت و قدرت عملیاتی مطلوبی را برای گوشی را فراهم کند. روی این تراشه از پردازنده گرافیکی PowerVR GE8320 GPU هم استفاده&zwnj;شده است که می&zwnj;توان با آن کارها و بازی&zwnj;های گرافیکی معمولی را هم انجام داد. باید به این اشاره داشته باشیم که پردازنده این گوشی ۶۴ بیتی بوده و دارای سرعت بسیار بالاتری نسبت به پردازنده&zwnj;های ۳۲ بیتی است. ۲ گیگابایت حافظه رم هم برای این تلفن همراه هوشمند در نظر گرفته&zwnj;شده است. سازندگان Redmi 9 برای این مدل از حافظه داخلی ۳۲ گیگابایت استفاده کرده&zwnj;اند. در آزمایشات ما نشان&zwnj;داده شده است که این گوشی با این مقدار حافظه و RAM می&zwnj;تواند به راحتی پاسخ گوی نیازهای عمومی شما باشد.</p>\\n\\n<div style=\\\"text-align: center;\\\"><img alt=\\\"\\\" src=\\\"/UserFiles/livegallery4/Files/adccb83c2412f7db2887d7e1123410f552cab3e8_1628335444.jpg\\\" style=\\\"width: 360px; height: 351px;\\\" /></div>\\n</section>\\n\\n<section>\\n<p>باتری</p>\\n\\n<p>شیائومی در زمینه باتری در بازار گوشی موبایل دارای اعتبار و قدرت است. گوشی موبایل شیائومی Redmi 9A دو سیم&zwnj; کارت ظرفیت 32 گیگابایت یک باتری لیتیوم-پلیمر با ظرفیت 5000 میلی&zwnj;آمپرساعت دارد. این میزان ظرفیت باتری فوق&zwnj;العاده است و می&zwnj;تواند این گوشی را به محصولی شگفت&zwnj;انگیز از لحاظ قدرت و ماندگاری شارژ باتری در بین محصولات میان&zwnj;رده بازار تبدیل کند. باتری در شرایط استفاده معمولی، می&zwnj;تواند ۲ الی ۳ روز گوشی را روشن نگه دارد. با این حال تماشای فیلم با صفحه نمایش کاملا روشن و بازی کردن، مخصوصا بازی&zwnj;های سبک، مصرف باتری را بالا می&zwnj;برد و اینجا است که مشاهده می&zwnj;کنید باتری زودتر تمام می&zwnj;شود. این باتری استفاده شده در Redmi 9A لیتیوم-پولیمری است که جدیدترین نوع باتری برای استفاده در گوشی&zwnj;ها است.</p>\\n\\n<div style=\\\"text-align: center;\\\"><img alt=\\\"\\\" src=\\\"/UserFiles/livegallery4/Files/d28378ac097cf3282ebd0136c652a0783bc51615_1628336137.jpg\\\" style=\\\"width: 960px; height: 450px;\\\" /></div>\\n</section>\\n</article>\\n\"\n    },\n    \"likes\": 0, // number of likes\n    \"liked\": false, // liked by logined customer ?\n    \"brand\": { // brand informaion\n        \"Name\": \"سامسونگ\",\n        \"Country\": null,\n        \"PicLink\": \"/UserFiles/livegallery4/Images/Brand/202104101515106443.jpg\", // picture\n        \"Description\": null,\n        \"Prods\": 0,\n        \"ShowInMain\": true, // show in home page\n        \"Sort\": 0,\n        \"PageContent\": null,\n        \"NumberOfProducts\": 3,\n        \"Id\": 318942,\n        \"LangId\": 0, // language id\n        \"PageTitle\": null,\n        \"PageDescription\": null,\n        \"PageKeyword\": null\n    },\n    \"followers\": [],\n    \"Shop\": null,\n    \"Specifications\": [ // product specifications\n        {\n            \"key\": \"موبایل\", // group name\n            \"PicLink\": null, // group picture or icon\n            \"vals\": [ // list of values\n                {\n                    \"Id\": 0,\n                    \"Group\": \"موبایل\",\n                    \"Type\": 0,\n                    \"Name\": \"صفحه نمایش\", // value title\n                    \"PicLink\": null,\n                    \"Value\": \"Super AMOLED\", // value\n                    \"Sort\": 0\n                },\n                {\n                    \"Id\": 0,\n                    \"Group\": \"موبایل\",\n                    \"Type\": 0,\n                    \"Name\": \"باتری\",\n                    \"PicLink\": null,\n                    \"Value\": \"5000\",\n                    \"Sort\": 0\n                }\n            ]\n        }\n    ],\n    \"Gifts\": [ // product gifts\n        {\n            \"ProductId\": 1459832,\n            \"GiftyId\": 1465766,\n            \"Count\": 1, // count to buy to get gift\n            \"Quantity\": 1, // # of gift received\n            \"Max\": 10, // allowed times \n            \"PerCount\": false, // for any number, for example buy 1 to get 1 or buy 2 to get 1 gift\n            \"SizeId\": null, // size id of gitf\n            \"SizeName\": null, // size name of gitf\n            \"ColorId\": null, // color id of gitf\n            \"ColorName\": null, // color name of gitf\n            \"GtId\": null, // guaranty id of gitf\n            \"Guaranty\": null, // guaranty name of gitf\n            \"DistributionId\": null, // company id of gitf\n            \"DistributionName\": null, // company name of gitf\n            \"DepotId\": 153406,// depot id of gitf\n            \"DepotName\": null, // depot name of gitf\n            \"ProductInfo\": {\n                \"Name\": \"گوشی موبایل شیائومی مدل Redmi 9A M2006C3LG دو سیم‌ کارت ظرفیت 32 گیگابایت\",\n                \"Serial\": \"967239\",\n                \"PicLink\": \"/UserFiles/livegallery4/Images/Product/202209050934375297.jpg\"\n            },\n            \"GiftInfo\": { // gift product\n                \"Name\": \"گل طبیعی نایکات\",\n                \"Serial\": \"niakut\",\n                \"PicLink\": \"/UserFiles/livegallery4/Images/Product/202104211052437322.jpg\", // picture\n                \"Unit\": null, // unit of gift\n                \"CountPerUnit\": 1, // count per unti\n                \"LatinName\": null, // latin name\n                \"PageTitle\": null\n            },\n            \"Id\": 47,\n            \"LangId\": 0\n        }\n    ],\n    \"Observe\": null // added into inventory notification system (null|true|false)\n}"},{"id":"6a6bdeb3-2cb0-4d52-a0eb-a8cc0e49ad8b","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/api/product/[id]/details"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"-1"},{"id":"537faa7c-17f8-43f9-97dd-f099a82f1535","name":"NotFound","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/api/product/[id]/details"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"674d816e-3dc8-4589-b57d-803faf650d64"},{"name":"Gallery","id":"e84b3700-9012-4e39-8091-54e890fccc63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/api/product/[id]/gallery","description":"<p>Get product gallery pictures</p>\n<p><img src=\"https://static.smx.live/UserFiles/admin/Files/Doc/Gallery.png\" alt /></p>\n","urlObject":{"path":["api","product","[id]","gallery"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"c7ed716a-8aff-4ecc-818c-282b127d519a","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":"https://api.example.com/api/product/[id]/gallery"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"forbid","value":"0","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Link\": \"/UserFiles/livegallery4/Images/ProductGallery/967239/202209050934068418.jpg\", // picture\n        \"Description\": null, // picture description\n        \"ProductId\": 1459832, // product id\n        \"ColorId\": 6, // related color id for link picture to color or color to picture\n        \"OfferId\": null,\n        \"Serial\": null,\n        \"Id\": 951914, // gallery id\n        \"LangId\": 0 // language id\n    },\n    {\n        \"Link\": \"/UserFiles/livegallery4/Images/ProductGallery/967239/202209050934223576.jpg\",\n        \"Description\": null,\n        \"ProductId\": 1459832,\n        \"ColorId\": 3,\n        \"OfferId\": null,\n        \"Serial\": null,\n        \"Id\": 951915,\n        \"LangId\": 0\n    }\n]"},{"id":"7e42157b-49f3-4e79-ac3f-5755a9ab24e1","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/api/product/[id]/gallery"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"-1"},{"id":"638959b4-30c1-4cfb-a981-79e9b998bc2a","name":"NotFound","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/api/product/[id]/gallery"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e84b3700-9012-4e39-8091-54e890fccc63"},{"name":"Related Blogs","id":"4a919c87-9297-4397-8b28-d6a04d41f532","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/api/product/[id]/blogs?$top=9&$skip=0&$select=Title,Id,PicLink,Permalink","description":"<p>Get related blogs to this product</p>\n<p><img src=\"https://static.smx.live/UserFiles/admin/Files/Doc/RelatedBlogs.png\" alt /></p>\n","urlObject":{"path":["api","product","[id]","blogs"],"host":["https://api.example.com"],"query":[{"key":"$top","value":"9"},{"key":"$skip","value":"0"},{"key":"$select","value":"Title,Id,PicLink,Permalink"}],"variable":[]}},"response":[{"id":"bca0b5e9-3859-4ee4-8f22-69357df36da4","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":{"raw":"https://api.example.com/api/product/[id]/blogs?$top=9&$skip=0&$select=Title,Id,PicLink,Permalink","host":["https://api.example.com"],"path":["api","product","[id]","blogs"],"query":[{"key":"$top","value":"9"},{"key":"$skip","value":"0"},{"key":"$select","value":"Title,Id,PicLink,Permalink"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Permalink\": \"Redmi\", // permalink for link building\n        \"PicLink\": \"/UserFiles/livegallery4/Images/Blog/202209051236595810.jpg\", // picture\n        \"Id\": 325139, // blog id\n        \"Title\": \"گوشی موبایل شیائومی مدل Redmi 9A M2006C3LG دو سیم‌ کارت ظرفیت 32 گیگابایت\" // blog tilte\n    }\n]"},{"id":"b46b08bf-cec6-466a-a131-be4a908bad28","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":{"raw":"https://api.example.com/api/product/[id]/blogs?$top=9&$skip=0&$select=Title,Id,PicLink,Permalink","host":["https://api.example.com"],"path":["api","product","[id]","blogs"],"query":[{"key":"$top","value":"9"},{"key":"$skip","value":"0"},{"key":"$select","value":"Title,Id,PicLink,Permalink"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"-1"},{"id":"6a7a4721-ee71-4f07-a531-f022f4ec0abc","name":"NotFound","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":{"raw":"https://api.example.com/api/product/[id]/blogs?$top=9&$skip=0&$select=Title,Id,PicLink,Permalink","host":["https://api.example.com"],"path":["api","product","[id]","blogs"],"query":[{"key":"$top","value":"9"},{"key":"$skip","value":"0"},{"key":"$select","value":"Title,Id,PicLink,Permalink"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4a919c87-9297-4397-8b28-d6a04d41f532"},{"name":"Things","id":"8a4edde1-f5bc-4a47-9de9-20ee9fe3a043","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/api/product/[id]/things","description":"<p>Get all inventory information such counts, depots, colors, sizes and etc</p>\n<p><strong><code>Extra Headers required.</code></strong></p>\n<p><img src=\"https://static.smx.live/UserFiles/admin/Files/Doc/Things.png\" alt /></p>\n","urlObject":{"path":["api","product","[id]","things"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"8adbc733-d939-4833-8f8d-74a30441b0e3","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":"https://api.example.com/api/product/[id]/things"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"SizeOptions\": [ // size options\n        {\n            \"Name\": \"فضا\", // attribute name\n            \"GroupSizeId\": 100738,\n            \"Id\": 50813,\n            \"LangId\": 0\n        },\n        {\n            \"Name\": \"نوع\",\n            \"GroupSizeId\": 100738,\n            \"Id\": 50814,\n            \"LangId\": 0\n        }\n    ],\n    \"SizeValues\": [ // size values\n        {\n            \"Value\": \"SSD\", // attribute value\n            \"SizeId\": 52996,\n            \"SizeOptionId\": 50814,\n            \"ProductId\": 1459832,\n            \"Id\": 530896,\n            \"LangId\": 0\n        },\n        {\n            \"Value\": \"508\",\n            \"SizeId\": 52996,\n            \"SizeOptionId\": 50813,\n            \"ProductId\": 1459832,\n            \"Id\": 530897,\n            \"LangId\": 0\n        }\n    ],\n    \"Sizes\": [ // list of products sizes\n        {\n            \"Name\": \"64\", // size name\n            \"Code\": null,\n            \"GroupSizeId\": 100738,\n            \"Id\": 52993,\n            \"LangId\": 0\n        }\n    ],\n    \"colors\": [ // list of products colors\n        {\n            \"Id\": 3, // color id\n            \"Name\": \"سبز\", // color name\n            \"ColorCode\": \"19c300\", // color hex code\n            \"Description\": null,\n            \"PicLink\": null, // color icon\n            \"Code\": null\n        }\n    ],\n    \"dists\": [ // list of products compamies\n        {\n            \"Id\": 12, // company id\n            \"Name\": \"سینا پخش\", // name\n            \"Description\": null,\n            \"Address\": \"فارس - شیراز- شهرک صنعتی\",\n            \"Phone\": \"0715465\",\n            \"Sort\": 0,\n            \"MaxOrder\": 0,\n            \"Covered\": true // covered in client login\n        }\n    ],\n    \"depots\": [ // list of products depots\n        {\n            \"Name\": \"Central\", // depot name\n            \"Address\": null,\n            \"Code\": null,\n            \"Phone\": null,\n            \"IsCentral\": true,\n            \"IsDeactive\": false,\n            \"Count\": 0,\n            \"Id\": 153406, // depot id\n            \"LangId\": 0\n        }\n    ],\n    \"Counts\": [ // list of product counts\n        {\n            \"Change\": 0,\n            \"Count\": 1, // count\n            \"Code\": null,\n            \"SizeId\": 52993, // id of size\n            \"ColorId\": 3, // id of color\n            \"ProductId\": 1459832,\n            \"DepotId\": 153406, // id of depot\n            \"DistributionId\": 12, // id of company\n            \"OwnerId\": \"2be11482-d90c-4297-97b6-2be5dd8d7035\",\n            \"Barcode\": null, // barcode\n            \"GtId\": null, // guaranty id\n            \"ExpireAt\": null, // count expire at\n            \"CreatedAt\": \"2022-09-05T12:40:43\",\n            \"Price\": 0.00, // count price - if zero product price showed\n            \"Description\": null, // count description\n            \"Hidden\": false,\n            \"SizeName2\": null,\n            \"ColorName\": null,\n            \"CompanyName\": null,\n            \"DepotName\": null,\n            \"GuarantyCode\": null, // guaranty code\n            \"Guaranty\": null,\n            \"Row\": 0,\n            \"DaysToSend\": null, // times to send\n            \"Irreversible\": false,\n            \"OwnerInfo\": null,\n            \"Id\": 1435884,\n            \"LangId\": 0\n        }\n    ],\n    \"shops\": [],\n    \"ins\": null,\n    \"guaranties\": null\n}"},{"id":"2b467d7a-78b5-421b-bff2-62f9f436733e","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/api/product/[id]/things"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"-1"},{"id":"81d0f9ac-a99e-4358-be33-ac393f84a2b6","name":"NotFound","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/api/product/[id]/things"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8a4edde1-f5bc-4a47-9de9-20ee9fe3a043"},{"name":"Related Products","id":"ae1528f2-3628-41ab-a3c8-1b6b14fc1b18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/V3/Product/List?RelatedId=[id]&Page=1&Size=10&Sort=0","description":"<p>Get related products with this product</p>\n<p><img src=\"https://static.smx.live/UserFiles/admin/Files/Doc/RelatedProducts.png\" alt /></p>\n","urlObject":{"path":["V3","Product","List"],"host":["https://api.example.com"],"query":[{"key":"RelatedId","value":"[id]"},{"key":"Page","value":"1"},{"key":"Size","value":"10"},{"key":"Sort","value":"0"}],"variable":[]}},"response":[{"id":"d144c687-2cf5-4519-a884-ca39a89fba02","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":{"raw":"https://api.example.com/V3/Product/List?RelatedId=[id]&Page=1&Size=10&Sort=0","host":["https://api.example.com"],"path":["V3","Product","List"],"query":[{"key":"RelatedId","value":"[id]"},{"key":"Page","value":"1"},{"key":"Size","value":"10"},{"key":"Sort","value":"0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"forbid","value":"0","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[ // list of product model\n    {\n        \"Exist\": false,\n        \"Priority\": 0.0,\n        \"IsOffer\": false,\n        \"Status\": 0,\n        \"OfferDescription\": null,\n        \"Random\": 75953,\n        \"Name\": \"سرم آبرسان گل رز فیزیشن فرمولا\",\n        \"Serial\": \"1084\",\n        \"IsDeactive\": false,\n        \"PicLink\": \"/UserFiles/livegallery4/Images/Product/202109141138039983.jpg\",\n        \"Description\": null,\n        \"MoreDescription\": null,\n        \"Price\": 340000.0000,\n        \"OffPrice\": 340000.0000,\n        \"HidePrice\": false,\n        \"HidePriceText\": null,\n        \"Discount\": 0.0000,\n        \"Type\": 0,\n        \"MinerCost\": 0.00,\n        \"ProcessingCost\": 0.00,\n        \"MainPrice\": 340000.0000,\n        \"Count\": 100,\n        \"Rate\": 10.0,\n        \"DeviceType\": 0,\n        \"Sort\": 144,\n        \"MobPicLink\": null,\n        \"Sizing\": false,\n        \"PurchasePrice\": 267000.0000,\n        \"Weight\": 0.00,\n        \"TaxExempt\": false,\n        \"Tax\": 0.00,\n        \"Inquiry\": false,\n        \"Affiliate\": false,\n        \"DisableOrder\": false,\n        \"DisableOrder2\": false,\n        \"Offer\": null,\n        \"Liked\": false,\n        \"Likes\": 0,\n        \"Point\": 0.0,\n        \"ShopId\": null,\n        \"LikeShop\": false,\n        \"HasReview\": false,\n        \"Mine\": false,\n        \"Ups\": 0,\n        \"Downs\": 0,\n        \"Up\": false,\n        \"Down\": false,\n        \"Stars\": 5.00,\n        \"Starers\": 1,\n        \"MyStars\": 0.0,\n        \"SumStars\": 5.00,\n        \"MultiPrice\": false,\n        \"OriginalPrice\": 340000.0000,\n        \"ConsumerPrice\": 0.0,\n        \"LatinName\": \"PHYSICIANS FORMULA\",\n        \"LastModified\": \"2021-09-14T11:38:58\",\n        \"Views\": 93,\n        \"NoTransport\": false,\n        \"FakeName\": null,\n        \"OfferDate\": null,\n        \"Survey\": null,\n        \"MaxOrder\": null,\n        \"NumberOfShops\": 0,\n        \"MinPrice\": 0.0,\n        \"MaxPrice\": 0.0,\n        \"Max\": 0.0,\n        \"Min\": 0.0,\n        \"FastToCart\": true,\n        \"Depots\": 1,\n        \"Unit\": \"عدد\",\n        \"CountPerUnit\": 1,\n        \"Expiration\": null,\n        \"Difficulty\": 0,\n        \"CookTime\": 0,\n        \"SellType\": 0,\n        \"MlmType\": 0,\n        \"AlertCount\": 0,\n        \"GroupPrice\": null,\n        \"CatalogPrice\": 340000.0000,\n        \"DeviationPercent\": 0.00,\n        \"DeviationPercentDown\": 0.00,\n        \"Forbid\": false,\n        \"ForbidGallery\": false,\n        \"ForbidDetail\": false,\n        \"ForbidSpecification\": false,\n        \"HasGift\": false,\n        \"Total\": 3,\n        \"Colors\": null,\n        \"Shops\": null,\n        \"Number\": 0,\n        \"PageTitle\": null,\n        \"SoldCount\": 0,\n        \"SpecialInstalment\": null,\n        \"Shid\": null,\n        \"Shop\": null,\n        \"Default\": null,\n        \"BrandId\": null,\n        \"CategoryId\": 545255,\n        \"Id\": 1481431,\n        \"LangId\": 0\n    },\n    {\n        \"Exist\": false,\n        \"Priority\": 0.0,\n        \"IsOffer\": false,\n        \"Status\": 0,\n        \"OfferDescription\": null,\n        \"Random\": 27505,\n        \"Name\": \"گل طبیعی نایکات\",\n        \"Serial\": \"niakut\",\n        \"IsDeactive\": false,\n        \"PicLink\": \"/UserFiles/livegallery4/Images/Product/202104211052437322.jpg\",\n        \"Description\": null,\n        \"MoreDescription\": null,\n        \"Price\": 25000.0000,\n        \"OffPrice\": 22500.0000,\n        \"HidePrice\": true,\n        \"HidePriceText\": null,\n        \"Discount\": 10.0000,\n        \"Type\": 0,\n        \"MinerCost\": 0.00,\n        \"ProcessingCost\": 0.00,\n        \"MainPrice\": 22500.0000,\n        \"Count\": 1,\n        \"Rate\": 0.0,\n        \"DeviceType\": 0,\n        \"Sort\": 0,\n        \"MobPicLink\": null,\n        \"Sizing\": false,\n        \"PurchasePrice\": 0.0000,\n        \"Weight\": 0.00,\n        \"TaxExempt\": true,\n        \"Tax\": 0.00,\n        \"Inquiry\": false,\n        \"Affiliate\": false,\n        \"DisableOrder\": true,\n        \"DisableOrder2\": true,\n        \"Offer\": null,\n        \"Liked\": false,\n        \"Likes\": 0,\n        \"Point\": 0.0,\n        \"ShopId\": null,\n        \"LikeShop\": false,\n        \"HasReview\": false,\n        \"Mine\": false,\n        \"Ups\": 0,\n        \"Downs\": 0,\n        \"Up\": false,\n        \"Down\": false,\n        \"Stars\": 0.0,\n        \"Starers\": 0,\n        \"MyStars\": 0.0,\n        \"SumStars\": 0.0,\n        \"MultiPrice\": false,\n        \"OriginalPrice\": 22500.0000,\n        \"ConsumerPrice\": 0.0,\n        \"LatinName\": null,\n        \"LastModified\": \"2021-04-21T10:53:04\",\n        \"Views\": 436,\n        \"NoTransport\": false,\n        \"FakeName\": null,\n        \"OfferDate\": null,\n        \"Survey\": null,\n        \"MaxOrder\": null,\n        \"NumberOfShops\": 0,\n        \"MinPrice\": 0.0,\n        \"MaxPrice\": 0.0,\n        \"Max\": 0.0,\n        \"Min\": 0.0,\n        \"FastToCart\": true,\n        \"Depots\": 1,\n        \"Unit\": null,\n        \"CountPerUnit\": 1,\n        \"Expiration\": null,\n        \"Difficulty\": 0,\n        \"CookTime\": 0,\n        \"SellType\": 0,\n        \"MlmType\": 0,\n        \"AlertCount\": 0,\n        \"GroupPrice\": null,\n        \"CatalogPrice\": 22500.0000,\n        \"DeviationPercent\": 0.00,\n        \"DeviationPercentDown\": 0.00,\n        \"Forbid\": false,\n        \"ForbidGallery\": false,\n        \"ForbidDetail\": false,\n        \"ForbidSpecification\": false,\n        \"HasGift\": false,\n        \"Total\": 3,\n        \"Colors\": null,\n        \"Shops\": null,\n        \"Number\": 0,\n        \"PageTitle\": null,\n        \"SoldCount\": 0,\n        \"SpecialInstalment\": null,\n        \"Shid\": null,\n        \"Shop\": null,\n        \"Default\": null,\n        \"BrandId\": null,\n        \"CategoryId\": 543575,\n        \"Id\": 1465766,\n        \"LangId\": 0\n    },\n    {\n        \"Exist\": false,\n        \"Priority\": 0.0,\n        \"IsOffer\": false,\n        \"Status\": 0,\n        \"OfferDescription\": null,\n        \"Random\": 90361,\n        \"Name\": \"جوراب مدل B12\",\n        \"Serial\": \"socks-b12\",\n        \"IsDeactive\": false,\n        \"PicLink\": \"/UserFiles/livegallery4/Images/Product/202104101158295861.jpg\",\n        \"Description\": \"انواع جوراب های با کیفیت و متنوع در طرح و رنگ های مختلف\",\n        \"MoreDescription\": \"جوراب بافت برند b12 برای تمامی فصول سال مناسب است و در همه مناسبت ها میشود از ان استفاده کرد\\nلورم ایپسوم متن ساختگی با تولید سادگی نامفهوم از صنعت چاپ، و با استفاده از طراحان گرافیک است، چاپگرها و متون بلکه روزنامه و مجله در ستون و سطرآنچنان که لازم است، و برای شرایط فعلی تکنولوژی مورد نیاز، و کاربردهای متنوع با هدف بهبود ابزارهای کاربردی می باشد، کتابهای زیادی در شصت و سه درصد گذشته حال و آینده، شناخت فراوان جامعه و متخصصان را می طلبد، تا با نرم افزارها شناخت بیشتری را برای طراحان رایانه ای علی الخصوص طراحان خلاقی، و فرهنگ پیشرو در زبان فارسی ایجاد کرد، در این صورت می توان امید داشت که تمام و دشواری موجود در ارائه راهکارها، و شرایط سخت تایپ به پایان رسد و زمان مورد نیاز شامل حروفچینی دستاوردهای اصلی، و جوابگوی سوالات پیوسته اهل دنیای موجود طراحی اساسا مورد استفاده قرار گیرد.\",\n        \"Price\": 23000.0000,\n        \"OffPrice\": 23000.0000,\n        \"HidePrice\": false,\n        \"HidePriceText\": null,\n        \"Discount\": 0.0000,\n        \"Type\": 0,\n        \"MinerCost\": 0.00,\n        \"ProcessingCost\": 0.00,\n        \"MainPrice\": 23000.0000,\n        \"Count\": 385,\n        \"Rate\": 30.0,\n        \"DeviceType\": 0,\n        \"Sort\": 0,\n        \"MobPicLink\": null,\n        \"Sizing\": true,\n        \"PurchasePrice\": 0.0000,\n        \"Weight\": 0.00,\n        \"TaxExempt\": false,\n        \"Tax\": 0.00,\n        \"Inquiry\": false,\n        \"Affiliate\": false,\n        \"DisableOrder\": false,\n        \"DisableOrder2\": false,\n        \"Offer\": null,\n        \"Liked\": false,\n        \"Likes\": 0,\n        \"Point\": 0.0,\n        \"ShopId\": null,\n        \"LikeShop\": false,\n        \"HasReview\": false,\n        \"Mine\": false,\n        \"Ups\": 0,\n        \"Downs\": 0,\n        \"Up\": false,\n        \"Down\": false,\n        \"Stars\": 3.00,\n        \"Starers\": 1,\n        \"MyStars\": 0.0,\n        \"SumStars\": 3.00,\n        \"MultiPrice\": false,\n        \"OriginalPrice\": 23000.0000,\n        \"ConsumerPrice\": 0.0,\n        \"LatinName\": \"Socks B12\",\n        \"LastModified\": \"2021-04-10T11:59:20\",\n        \"Views\": 527,\n        \"NoTransport\": false,\n        \"FakeName\": null,\n        \"OfferDate\": null,\n        \"Survey\": null,\n        \"MaxOrder\": null,\n        \"NumberOfShops\": 0,\n        \"MinPrice\": 0.0,\n        \"MaxPrice\": 0.0,\n        \"Max\": 0.0,\n        \"Min\": 0.0,\n        \"FastToCart\": false,\n        \"Depots\": 1,\n        \"Unit\": null,\n        \"CountPerUnit\": 1,\n        \"Expiration\": null,\n        \"Difficulty\": 0,\n        \"CookTime\": 0,\n        \"SellType\": 0,\n        \"MlmType\": 0,\n        \"AlertCount\": 0,\n        \"GroupPrice\": null,\n        \"CatalogPrice\": 24000.0000,\n        \"DeviationPercent\": 0.00,\n        \"DeviationPercentDown\": 0.00,\n        \"Forbid\": false,\n        \"ForbidGallery\": false,\n        \"ForbidDetail\": false,\n        \"ForbidSpecification\": false,\n        \"HasGift\": true,\n        \"Total\": 3,\n        \"Colors\": null,\n        \"Shops\": null,\n        \"Number\": 0,\n        \"PageTitle\": null,\n        \"SoldCount\": 0,\n        \"SpecialInstalment\": null,\n        \"Shid\": 36342,\n        \"Shop\": \"شیک مارکت\",\n        \"Default\": {\n            \"Count\": 100,\n            \"SizeId\": 52774,\n            \"ColorId\": 2,\n            \"DepotId\": 153406,\n            \"DistributionId\": null,\n            \"OwnerId\": \"2be11482-d90c-4297-97b6-2be5dd8d7035\",\n            \"Barcode\": null,\n            \"GtId\": null,\n            \"ExpireAt\": null,\n            \"CreatedAt\": \"2021-12-15T11:34:44\",\n            \"DaysToSend\": null,\n            \"Price\": 23000.00,\n            \"Shop\": \"شیک مارکت\",\n            \"Shopid\": 36342\n        },\n        \"BrandId\": 318941,\n        \"CategoryId\": 543391,\n        \"Id\": 1459830,\n        \"LangId\": 0\n    }\n]"}],"_postman_id":"ae1528f2-3628-41ab-a3c8-1b6b14fc1b18"},{"name":"Comments","id":"8c9b607d-f663-478e-96c2-8ad27a6304ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/api/product/[id]/comments?$filter=(IsApproved eq true)&$orderby=Date desc","description":"<p>Get approved product comments list</p>\n<p><img src=\"https://static.smx.live/UserFiles/admin/Files/Doc/Comments.png\" alt /></p>\n","urlObject":{"path":["api","product","[id]","comments"],"host":["https://api.example.com"],"query":[{"key":"$filter","value":"(IsApproved eq true)"},{"key":"$orderby","value":"Date desc"}],"variable":[]}},"response":[{"id":"6d5b6fe7-d838-4ac9-9ccc-a2e2d1074dd0","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":{"raw":"https://api.example.com/api/product/[id]/comments?$filter=(IsApproved eq true)&$orderby=Date desc","host":["https://api.example.com"],"path":["api","product","[id]","comments"],"query":[{"key":"$filter","value":"(IsApproved eq true)"},{"key":"$orderby","value":"Date desc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"forbid","value":"0","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Content\": \"ساخت کشور چین است\", // comment text\n        \"Date\": \"2021-11-16T15:02:45\", // send date\n        \"IsApproved\": true, // approved by admin?\n        \"ProductId\": 1459832,\n        \"ProductInfo\": null,\n        \"CustomerInfo\": { // customer info\n            \"FirstName\": \"تست پشتیبانی\",\n            \"LastName\": null,\n            \"RealUserName\": \"09391524118\",\n            \"IntId\": 968,\n            \"Marketer\": false\n        },\n        \"UserName\": \"تست پشتیبانی \", // display name\n        \"Id\": 153588,\n        \"LangId\": 0\n    }\n]"},{"id":"407560b2-7e09-4127-a1bb-598580d814db","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":{"raw":"https://api.example.com/api/product/[id]/comments?$filter=(IsApproved eq true)&$orderby=Date desc","host":["https://api.example.com"],"path":["api","product","[id]","comments"],"query":[{"key":"$filter","value":"(IsApproved eq true)"},{"key":"$orderby","value":"Date desc"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"-1"},{"id":"66532f91-98bf-43fb-b66d-3eee45961169","name":"NotFound","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":{"raw":"https://api.example.com/api/product/[id]/comments?$filter=(IsApproved eq true)&$orderby=Date desc","host":["https://api.example.com"],"path":["api","product","[id]","comments"],"query":[{"key":"$filter","value":"(IsApproved eq true)"},{"key":"$orderby","value":"Date desc"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8c9b607d-f663-478e-96c2-8ad27a6304ae"},{"name":"PriceLogs","id":"c382a201-0103-4222-b019-ee30bdcfbe80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/api/product/[id]/prices","description":"<p>Get approved product comments list</p>\n<p><img src=\"https://static.smx.live/UserFiles/admin/Files/Doc/Comments.png\" alt /></p>\n","urlObject":{"path":["api","product","[id]","prices"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"c9d06e8c-724a-4694-9d13-011544117b1e","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":"https://api.example.com/api/product/[id]/prices"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"forbid","value":"0","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"SizeName\": \"64\",\n        \"SizeId\": 52993,\n        \"ColorName\": \"سبز\",\n        \"ColorId\": 3,\n        \"DepotName\": \"Central\",\n        \"DepotId\": 153406,\n        \"ProductName\": \"گوشی موبایل شیائومی مدل Redmi 9A M2006C3LG دو سیم‌ کارت ظرفیت 32 گیگابایت\",\n        \"ProductId\": 1459832,\n        \"DistributionId\": 12,\n        \"DistributionName\": \"سینا پخش\",\n        \"OwnerName\": \"شیک مارکت\",\n        \"OwnerId\": \"2be11482-d90c-4297-97b6-2be5dd8d7035\",\n        \"Date\": \"2023-12-30T12:38:26\",\n        \"Price\": 2162000.00,\n        \"InvPrice\": 0.00,\n        \"Barcode\": null,\n        \"Id\": 52540,\n        \"LangId\": 0\n    },\n    {\n        \"SizeName\": \"64\",\n        \"SizeId\": 52993,\n        \"ColorName\": \"سبز\",\n        \"ColorId\": 3,\n        \"DepotName\": \"Central\",\n        \"DepotId\": 153406,\n        \"ProductName\": \"گوشی موبایل شیائومی مدل Redmi 9A M2006C3LG دو سیم‌ کارت ظرفیت 32 گیگابایت\",\n        \"ProductId\": 1459832,\n        \"DistributionId\": 20214,\n        \"DistributionName\": \"پخش هوشمند\",\n        \"OwnerName\": \"شیک مارکت\",\n        \"OwnerId\": \"2be11482-d90c-4297-97b6-2be5dd8d7035\",\n        \"Date\": \"2023-12-30T12:38:26\",\n        \"Price\": 2162000.00,\n        \"InvPrice\": 0.00,\n        \"Barcode\": null,\n        \"Id\": 52516,\n        \"LangId\": 0\n    },\n    {\n        \"SizeName\": \"64\",\n        \"SizeId\": 52993,\n        \"ColorName\": \"مشکی\",\n        \"ColorId\": 4,\n        \"DepotName\": \"Central\",\n        \"DepotId\": 153406,\n        \"ProductName\": \"گوشی موبایل شیائومی مدل Redmi 9A M2006C3LG دو سیم‌ کارت ظرفیت 32 گیگابایت\",\n        \"ProductId\": 1459832,\n        \"DistributionId\": 12,\n        \"DistributionName\": \"سینا پخش\",\n        \"OwnerName\": \"شیک مارکت\",\n        \"OwnerId\": \"2be11482-d90c-4297-97b6-2be5dd8d7035\",\n        \"Date\": \"2023-12-30T12:38:26\",\n        \"Price\": 2162000.00,\n        \"InvPrice\": 0.00,\n        \"Barcode\": null,\n        \"Id\": 52538,\n        \"LangId\": 0\n    },\n    {\n        \"SizeName\": \"64\",\n        \"SizeId\": 52993,\n        \"ColorName\": \"مشکی\",\n        \"ColorId\": 4,\n        \"DepotName\": \"Central\",\n        \"DepotId\": 153406,\n        \"ProductName\": \"گوشی موبایل شیائومی مدل Redmi 9A M2006C3LG دو سیم‌ کارت ظرفیت 32 گیگابایت\",\n        \"ProductId\": 1459832,\n        \"DistributionId\": 20214,\n        \"DistributionName\": \"پخش هوشمند\",\n        \"OwnerName\": \"شیک مارکت\",\n        \"OwnerId\": \"2be11482-d90c-4297-97b6-2be5dd8d7035\",\n        \"Date\": \"2023-12-30T12:38:26\",\n        \"Price\": 2162000.00,\n        \"InvPrice\": 0.00,\n        \"Barcode\": null,\n        \"Id\": 52514,\n        \"LangId\": 0\n    },\n    {\n        \"SizeName\": \"64\",\n        \"SizeId\": 52993,\n        \"ColorName\": \"آبی\",\n        \"ColorId\": 6,\n        \"DepotName\": \"Central\",\n        \"DepotId\": 153406,\n        \"ProductName\": \"گوشی موبایل شیائومی مدل Redmi 9A M2006C3LG دو سیم‌ کارت ظرفیت 32 گیگابایت\",\n        \"ProductId\": 1459832,\n        \"DistributionId\": 12,\n        \"DistributionName\": \"سینا پخش\",\n        \"OwnerName\": \"شیک مارکت\",\n        \"OwnerId\": \"2be11482-d90c-4297-97b6-2be5dd8d7035\",\n        \"Date\": \"2023-12-30T12:38:26\",\n        \"Price\": 2162000.00,\n        \"InvPrice\": 0.00,\n        \"Barcode\": null,\n        \"Id\": 52536,\n        \"LangId\": 0\n    },\n    {\n        \"SizeName\": \"64\",\n        \"SizeId\": 52993,\n        \"ColorName\": \"آبی\",\n        \"ColorId\": 6,\n        \"DepotName\": \"Central\",\n        \"DepotId\": 153406,\n        \"ProductName\": \"گوشی موبایل شیائومی مدل Redmi 9A M2006C3LG دو سیم‌ کارت ظرفیت 32 گیگابایت\",\n        \"ProductId\": 1459832,\n        \"DistributionId\": 20214,\n        \"DistributionName\": \"پخش هوشمند\",\n        \"OwnerName\": \"شیک مارکت\",\n        \"OwnerId\": \"2be11482-d90c-4297-97b6-2be5dd8d7035\",\n        \"Date\": \"2023-12-30T12:38:26\",\n        \"Price\": 2162000.00,\n        \"InvPrice\": 0.00,\n        \"Barcode\": null,\n        \"Id\": 52512,\n        \"LangId\": 0\n    },\n    {\n        \"SizeName\": \"128\",\n        \"SizeId\": 52994,\n        \"ColorName\": \"سبز\",\n        \"ColorId\": 3,\n        \"DepotName\": \"Central\",\n        \"DepotId\": 153406,\n        \"ProductName\": \"گوشی موبایل شیائومی مدل Redmi 9A M2006C3LG دو سیم‌ کارت ظرفیت 32 گیگابایت\",\n        \"ProductId\": 1459832,\n        \"DistributionId\": 12,\n        \"DistributionName\": \"سینا پخش\",\n        \"OwnerName\": \"شیک مارکت\",\n        \"OwnerId\": \"2be11482-d90c-4297-97b6-2be5dd8d7035\",\n        \"Date\": \"2023-12-30T12:38:26\",\n        \"Price\": 2162000.00,\n        \"InvPrice\": 0.00,\n        \"Barcode\": null,\n        \"Id\": 52534,\n        \"LangId\": 0\n    },\n    {\n        \"SizeName\": \"128\",\n        \"SizeId\": 52994,\n        \"ColorName\": \"سبز\",\n        \"ColorId\": 3,\n        \"DepotName\": \"Central\",\n        \"DepotId\": 153406,\n        \"ProductName\": \"گوشی موبایل شیائومی مدل Redmi 9A M2006C3LG دو سیم‌ کارت ظرفیت 32 گیگابایت\",\n        \"ProductId\": 1459832,\n        \"DistributionId\": 20214,\n        \"DistributionName\": \"پخش هوشمند\",\n        \"OwnerName\": \"شیک مارکت\",\n        \"OwnerId\": \"2be11482-d90c-4297-97b6-2be5dd8d7035\",\n        \"Date\": \"2023-12-30T12:38:26\",\n        \"Price\": 2162000.00,\n        \"InvPrice\": 0.00,\n        \"Barcode\": null,\n        \"Id\": 52510,\n        \"LangId\": 0\n    },\n    {\n        \"SizeName\": \"128\",\n        \"SizeId\": 52994,\n        \"ColorName\": \"مشکی\",\n        \"ColorId\": 4,\n        \"DepotName\": \"Central\",\n        \"DepotId\": 153406,\n        \"ProductName\": \"گوشی موبایل شیائومی مدل Redmi 9A M2006C3LG دو سیم‌ کارت ظرفیت 32 گیگابایت\",\n        \"ProductId\": 1459832,\n        \"DistributionId\": 12,\n        \"DistributionName\": \"سینا پخش\",\n        \"OwnerName\": \"شیک مارکت\",\n        \"OwnerId\": \"2be11482-d90c-4297-97b6-2be5dd8d7035\",\n        \"Date\": \"2023-12-30T12:38:26\",\n        \"Price\": 2162000.00,\n        \"InvPrice\": 0.00,\n        \"Barcode\": null,\n        \"Id\": 52532,\n        \"LangId\": 0\n    },\n    {\n        \"SizeName\": \"128\",\n        \"SizeId\": 52994,\n        \"ColorName\": \"مشکی\",\n        \"ColorId\": 4,\n        \"DepotName\": \"Central\",\n        \"DepotId\": 153406,\n        \"ProductName\": \"گوشی موبایل شیائومی مدل Redmi 9A M2006C3LG دو سیم‌ کارت ظرفیت 32 گیگابایت\",\n        \"ProductId\": 1459832,\n        \"DistributionId\": 20214,\n        \"DistributionName\": \"پخش هوشمند\",\n        \"OwnerName\": \"شیک مارکت\",\n        \"OwnerId\": \"2be11482-d90c-4297-97b6-2be5dd8d7035\",\n        \"Date\": \"2023-12-30T12:38:26\",\n        \"Price\": 2162000.00,\n        \"InvPrice\": 0.00,\n        \"Barcode\": null,\n        \"Id\": 52508,\n        \"LangId\": 0\n    },\n    {\n        \"SizeName\": \"128\",\n        \"SizeId\": 52994,\n        \"ColorName\": \"آبی\",\n        \"ColorId\": 6,\n        \"DepotName\": \"Central\",\n        \"DepotId\": 153406,\n        \"ProductName\": \"گوشی موبایل شیائومی مدل Redmi 9A M2006C3LG دو سیم‌ کارت ظرفیت 32 گیگابایت\",\n        \"ProductId\": 1459832,\n        \"DistributionId\": 12,\n        \"DistributionName\": \"سینا پخش\",\n        \"OwnerName\": \"شیک مارکت\",\n        \"OwnerId\": \"2be11482-d90c-4297-97b6-2be5dd8d7035\",\n        \"Date\": \"2023-12-30T12:38:26\",\n        \"Price\": 2162000.00,\n        \"InvPrice\": 0.00,\n        \"Barcode\": null,\n        \"Id\": 52530,\n        \"LangId\": 0\n    },\n    {\n        \"SizeName\": \"128\",\n        \"SizeId\": 52994,\n        \"ColorName\": \"آبی\",\n        \"ColorId\": 6,\n        \"DepotName\": \"Central\",\n        \"DepotId\": 153406,\n        \"ProductName\": \"گوشی موبایل شیائومی مدل Redmi 9A M2006C3LG دو سیم‌ کارت ظرفیت 32 گیگابایت\",\n        \"ProductId\": 1459832,\n        \"DistributionId\": 20214,\n        \"DistributionName\": \"پخش هوشمند\",\n        \"OwnerName\": \"شیک مارکت\",\n        \"OwnerId\": \"2be11482-d90c-4297-97b6-2be5dd8d7035\",\n        \"Date\": \"2023-12-30T12:38:26\",\n        \"Price\": 2162000.00,\n        \"InvPrice\": 0.00,\n        \"Barcode\": null,\n        \"Id\": 52506,\n        \"LangId\": 0\n    },\n    {\n        \"SizeName\": \"256\",\n        \"SizeId\": 52995,\n        \"ColorName\": \"سبز\",\n        \"ColorId\": 3,\n        \"DepotName\": \"Central\",\n        \"DepotId\": 153406,\n        \"ProductName\": \"گوشی موبایل شیائومی مدل Redmi 9A M2006C3LG دو سیم‌ کارت ظرفیت 32 گیگابایت\",\n        \"ProductId\": 1459832,\n        \"DistributionId\": 12,\n        \"DistributionName\": \"سینا پخش\",\n        \"OwnerName\": \"شیک مارکت\",\n        \"OwnerId\": \"2be11482-d90c-4297-97b6-2be5dd8d7035\",\n        \"Date\": \"2023-12-30T12:38:26\",\n        \"Price\": 2162000.00,\n        \"InvPrice\": 0.00,\n        \"Barcode\": null,\n        \"Id\": 52528,\n        \"LangId\": 0\n    },\n    {\n        \"SizeName\": \"256\",\n        \"SizeId\": 52995,\n        \"ColorName\": \"سبز\",\n        \"ColorId\": 3,\n        \"DepotName\": \"Central\",\n        \"DepotId\": 153406,\n        \"ProductName\": \"گوشی موبایل شیائومی مدل Redmi 9A M2006C3LG دو سیم‌ کارت ظرفیت 32 گیگابایت\",\n        \"ProductId\": 1459832,\n        \"DistributionId\": 20214,\n        \"DistributionName\": \"پخش هوشمند\",\n        \"OwnerName\": \"شیک مارکت\",\n        \"OwnerId\": \"2be11482-d90c-4297-97b6-2be5dd8d7035\",\n        \"Date\": \"2023-12-30T12:38:26\",\n        \"Price\": 2162000.00,\n        \"InvPrice\": 0.00,\n        \"Barcode\": null,\n        \"Id\": 52504,\n        \"LangId\": 0\n    },\n    {\n        \"SizeName\": \"256\",\n        \"SizeId\": 52995,\n        \"ColorName\": \"مشکی\",\n        \"ColorId\": 4,\n        \"DepotName\": \"Central\",\n        \"DepotId\": 153406,\n        \"ProductName\": \"گوشی موبایل شیائومی مدل Redmi 9A M2006C3LG دو سیم‌ کارت ظرفیت 32 گیگابایت\",\n        \"ProductId\": 1459832,\n        \"DistributionId\": 12,\n        \"DistributionName\": \"سینا پخش\",\n        \"OwnerName\": \"شیک مارکت\",\n        \"OwnerId\": \"2be11482-d90c-4297-97b6-2be5dd8d7035\",\n        \"Date\": \"2023-12-30T12:38:26\",\n        \"Price\": 2162000.00,\n        \"InvPrice\": 0.00,\n        \"Barcode\": null,\n        \"Id\": 52526,\n        \"LangId\": 0\n    },\n    {\n        \"SizeName\": \"256\",\n        \"SizeId\": 52995,\n        \"ColorName\": \"مشکی\",\n        \"ColorId\": 4,\n        \"DepotName\": \"Central\",\n        \"DepotId\": 153406,\n        \"ProductName\": \"گوشی موبایل شیائومی مدل Redmi 9A M2006C3LG دو سیم‌ کارت ظرفیت 32 گیگابایت\",\n        \"ProductId\": 1459832,\n        \"DistributionId\": 20214,\n        \"DistributionName\": \"پخش هوشمند\",\n        \"OwnerName\": \"شیک مارکت\",\n        \"OwnerId\": \"2be11482-d90c-4297-97b6-2be5dd8d7035\",\n        \"Date\": \"2023-12-30T12:38:26\",\n        \"Price\": 2162000.00,\n        \"InvPrice\": 0.00,\n        \"Barcode\": null,\n        \"Id\": 52502,\n        \"LangId\": 0\n    },\n    {\n        \"SizeName\": \"256\",\n        \"SizeId\": 52995,\n        \"ColorName\": \"آبی\",\n        \"ColorId\": 6,\n        \"DepotName\": \"Central\",\n        \"DepotId\": 153406,\n        \"ProductName\": \"گوشی موبایل شیائومی مدل Redmi 9A M2006C3LG دو سیم‌ کارت ظرفیت 32 گیگابایت\",\n        \"ProductId\": 1459832,\n        \"DistributionId\": 12,\n        \"DistributionName\": \"سینا پخش\",\n        \"OwnerName\": \"شیک مارکت\",\n        \"OwnerId\": \"2be11482-d90c-4297-97b6-2be5dd8d7035\",\n        \"Date\": \"2023-12-30T12:38:26\",\n        \"Price\": 2162000.00,\n        \"InvPrice\": 0.00,\n        \"Barcode\": null,\n        \"Id\": 52524,\n        \"LangId\": 0\n    },\n    {\n        \"SizeName\": \"256\",\n        \"SizeId\": 52995,\n        \"ColorName\": \"آبی\",\n        \"ColorId\": 6,\n        \"DepotName\": \"Central\",\n        \"DepotId\": 153406,\n        \"ProductName\": \"گوشی موبایل شیائومی مدل Redmi 9A M2006C3LG دو سیم‌ کارت ظرفیت 32 گیگابایت\",\n        \"ProductId\": 1459832,\n        \"DistributionId\": 20214,\n        \"DistributionName\": \"پخش هوشمند\",\n        \"OwnerName\": \"شیک مارکت\",\n        \"OwnerId\": \"2be11482-d90c-4297-97b6-2be5dd8d7035\",\n        \"Date\": \"2023-12-30T12:38:26\",\n        \"Price\": 2162000.00,\n        \"InvPrice\": 0.00,\n        \"Barcode\": null,\n        \"Id\": 52500,\n        \"LangId\": 0\n    },\n    {\n        \"SizeName\": \"512\",\n        \"SizeId\": 52996,\n        \"ColorName\": \"سبز\",\n        \"ColorId\": 3,\n        \"DepotName\": \"Central\",\n        \"DepotId\": 153406,\n        \"ProductName\": \"گوشی موبایل شیائومی مدل Redmi 9A M2006C3LG دو سیم‌ کارت ظرفیت 32 گیگابایت\",\n        \"ProductId\": 1459832,\n        \"DistributionId\": 12,\n        \"DistributionName\": \"سینا پخش\",\n        \"OwnerName\": \"شیک مارکت\",\n        \"OwnerId\": \"2be11482-d90c-4297-97b6-2be5dd8d7035\",\n        \"Date\": \"2023-12-30T12:38:26\",\n        \"Price\": 2162000.00,\n        \"InvPrice\": 0.00,\n        \"Barcode\": null,\n        \"Id\": 52522,\n        \"LangId\": 0\n    },\n    {\n        \"SizeName\": \"512\",\n        \"SizeId\": 52996,\n        \"ColorName\": \"سبز\",\n        \"ColorId\": 3,\n        \"DepotName\": \"Central\",\n        \"DepotId\": 153406,\n        \"ProductName\": \"گوشی موبایل شیائومی مدل Redmi 9A M2006C3LG دو سیم‌ کارت ظرفیت 32 گیگابایت\",\n        \"ProductId\": 1459832,\n        \"DistributionId\": 20214,\n        \"DistributionName\": \"پخش هوشمند\",\n        \"OwnerName\": \"شیک مارکت\",\n        \"OwnerId\": \"2be11482-d90c-4297-97b6-2be5dd8d7035\",\n        \"Date\": \"2023-12-30T12:38:26\",\n        \"Price\": 2162000.00,\n        \"InvPrice\": 0.00,\n        \"Barcode\": null,\n        \"Id\": 52498,\n        \"LangId\": 0\n    },\n    {\n        \"SizeName\": \"512\",\n        \"SizeId\": 52996,\n        \"ColorName\": \"مشکی\",\n        \"ColorId\": 4,\n        \"DepotName\": \"Central\",\n        \"DepotId\": 153406,\n        \"ProductName\": \"گوشی موبایل شیائومی مدل Redmi 9A M2006C3LG دو سیم‌ کارت ظرفیت 32 گیگابایت\",\n        \"ProductId\": 1459832,\n        \"DistributionId\": 12,\n        \"DistributionName\": \"سینا پخش\",\n        \"OwnerName\": \"شیک مارکت\",\n        \"OwnerId\": \"2be11482-d90c-4297-97b6-2be5dd8d7035\",\n        \"Date\": \"2023-12-30T12:38:26\",\n        \"Price\": 2162000.00,\n        \"InvPrice\": 0.00,\n        \"Barcode\": null,\n        \"Id\": 52520,\n        \"LangId\": 0\n    },\n    {\n        \"SizeName\": \"512\",\n        \"SizeId\": 52996,\n        \"ColorName\": \"مشکی\",\n        \"ColorId\": 4,\n        \"DepotName\": \"Central\",\n        \"DepotId\": 153406,\n        \"ProductName\": \"گوشی موبایل شیائومی مدل Redmi 9A M2006C3LG دو سیم‌ کارت ظرفیت 32 گیگابایت\",\n        \"ProductId\": 1459832,\n        \"DistributionId\": 20214,\n        \"DistributionName\": \"پخش هوشمند\",\n        \"OwnerName\": \"شیک مارکت\",\n        \"OwnerId\": \"2be11482-d90c-4297-97b6-2be5dd8d7035\",\n        \"Date\": \"2023-12-30T12:38:26\",\n        \"Price\": 2162000.00,\n        \"InvPrice\": 0.00,\n        \"Barcode\": null,\n        \"Id\": 52496,\n        \"LangId\": 0\n    },\n    {\n        \"SizeName\": \"512\",\n        \"SizeId\": 52996,\n        \"ColorName\": \"آبی\",\n        \"ColorId\": 6,\n        \"DepotName\": \"Central\",\n        \"DepotId\": 153406,\n        \"ProductName\": \"گوشی موبایل شیائومی مدل Redmi 9A M2006C3LG دو سیم‌ کارت ظرفیت 32 گیگابایت\",\n        \"ProductId\": 1459832,\n        \"DistributionId\": 12,\n        \"DistributionName\": \"سینا پخش\",\n        \"OwnerName\": \"شیک مارکت\",\n        \"OwnerId\": \"2be11482-d90c-4297-97b6-2be5dd8d7035\",\n        \"Date\": \"2023-12-30T12:38:26\",\n        \"Price\": 2162000.00,\n        \"InvPrice\": 0.00,\n        \"Barcode\": null,\n        \"Id\": 52518,\n        \"LangId\": 0\n    },\n    {\n        \"SizeName\": \"512\",\n        \"SizeId\": 52996,\n        \"ColorName\": \"آبی\",\n        \"ColorId\": 6,\n        \"DepotName\": \"Central\",\n        \"DepotId\": 153406,\n        \"ProductName\": \"گوشی موبایل شیائومی مدل Redmi 9A M2006C3LG دو سیم‌ کارت ظرفیت 32 گیگابایت\",\n        \"ProductId\": 1459832,\n        \"DistributionId\": 20214,\n        \"DistributionName\": \"پخش هوشمند\",\n        \"OwnerName\": \"شیک مارکت\",\n        \"OwnerId\": \"2be11482-d90c-4297-97b6-2be5dd8d7035\",\n        \"Date\": \"2023-12-30T12:38:26\",\n        \"Price\": 2162000.00,\n        \"InvPrice\": 0.00,\n        \"Barcode\": null,\n        \"Id\": 52494,\n        \"LangId\": 0\n    }\n]"},{"id":"8967efde-c95e-47e2-91ea-09b33022775b","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/api/product/[id]/prices"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"-1"},{"id":"60bc145b-54e6-442f-b085-adddfce14795","name":"NotFound","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/api/product/[id]/prices"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c382a201-0103-4222-b019-ee30bdcfbe80"},{"name":"Comment Register","id":"ef7f6f4c-edb1-4f36-825b-9c742bf9c9db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ProductId\": [id],\r\n    \"Content\": \"Test\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/comment","description":"<p>send new comment</p>\n<p><strong><code>customer login required</code></strong></p>\n","urlObject":{"path":["api","comment"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"5e44a30c-fd77-478c-bfef-5416848ded98","name":"OK","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ProductId\": [id],\r\n    \"Content\": \"Test\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/comment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"b90de118-371a-4ba3-aebc-8c5611beb019","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ProductId\": [id],\r\n    \"Content\": \"Test\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/comment"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"-1"},{"id":"1e68d950-f50e-424e-8a57-150127714639","name":"BadRequest","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ProductId\": [id],\r\n    \"Content\": \"Test\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/comment"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"key\": \"1\",\r\n        \"error\": \"product not found\"\r\n    }\r\n]"},{"id":"6d9ef538-a71c-4454-a1f2-7bfe17f80397","name":"NotFound","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"url":"https://api.example.com/api/comment"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"5470e336-9ad9-4a37-9f5d-b9632adeb031","name":"ServerError","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"url":"https://api.example.com/api/comment"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"An error has occurred.\"\n}"}],"_postman_id":"ef7f6f4c-edb1-4f36-825b-9c742bf9c9db"},{"name":"Add Favorite","id":"1134bdd1-23ff-4238-917e-9fdae79fe0bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ids\": [[id]]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/customer/addtofavorite","description":"<p>add product to favorites</p>\n<p><strong><code>customer login required</code></strong></p>\n<p><img src=\"https://static.smx.live/UserFiles/admin/Files/Doc/AddFavorite.png\" alt /></p>\n","urlObject":{"path":["customer","addtofavorite"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"ffc16777-9b9c-49d8-b915-00b5223178b0","name":"OK","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ids\": [[id]]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/customer/addtofavorite"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"row\": 1\r\n}"},{"id":"bdda08f2-4354-4fff-bfb2-0f2a3843a849","name":"Fail","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ids\": [[id]]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/customer/addtofavorite"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"row\": 0\r\n}"},{"id":"607df64f-99b4-4e73-9af7-6ef6a27e6f34","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ids\": [[id]]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/customer/addtofavorite"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"html","header":[],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n    <head>\n        <meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\" />\n        <title>401 - Unauthorized: Access is denied due to invalid credentials.</title>\n        <style type=\"text/css\">\n            <!--\r\n\t\tbody {\r\n\t\t\tmargin: 0;\r\n\t\t\tfont-size: .7em;\r\n\t\t\tfont-family: Verdana, Arial, Helvetica, sans-serif;\r\n\t\t\tbackground: #EEEEEE;\r\n\t\t}\r\n\r\n\t\tfieldset {\r\n\t\t\tpadding: 0 15px 10px 15px;\r\n\t\t}\r\n\r\n\t\th1 {\r\n\t\t\tfont-size: 2.4em;\r\n\t\t\tmargin: 0;\r\n\t\t\tcolor: #FFF;\r\n\t\t}\r\n\r\n\t\th2 {\r\n\t\t\tfont-size: 1.7em;\r\n\t\t\tmargin: 0;\r\n\t\t\tcolor: #CC0000;\r\n\t\t}\r\n\r\n\t\th3 {\r\n\t\t\tfont-size: 1.2em;\r\n\t\t\tmargin: 10px 0 0 0;\r\n\t\t\tcolor: #000000;\r\n\t\t}\r\n\r\n\t\t#header {\r\n\t\t\twidth: 96%;\r\n\t\t\tmargin: 0 0 0 0;\r\n\t\t\tpadding: 6px 2% 6px 2%;\r\n\t\t\tfont-family: \"trebuchet MS\", Verdana, sans-serif;\r\n\t\t\tcolor: #FFF;\r\n\t\t\tbackground-color: #555555;\r\n\t\t}\r\n\r\n\t\t#content {\r\n\t\t\tmargin: 0 0 0 2%;\r\n\t\t\tposition: relative;\r\n\t\t}\r\n\r\n\t\t.content-container {\r\n\t\t\tbackground: #FFF;\r\n\t\t\twidth: 96%;\r\n\t\t\tmargin-top: 8px;\r\n\t\t\tpadding: 10px;\r\n\t\t\tposition: relative;\r\n\t\t}\r\n\t\t-->\r\n\t\n        </style>\n    </head>\n    <body>\n        <div id=\"header\">\n            <h1>Server Error</h1>\n        </div>\n        <div id=\"content\">\n            <div class=\"content-container\">\n                <fieldset>\n                    <h2>401 - Unauthorized: Access is denied due to invalid credentials.</h2>\n                    <h3>You do not have permission to view this directory or page using the credentials that you supplied.\r\n\t\t\t\t</h3>\n                </fieldset>\n            </div>\n        </div>\n    </body>\n</html>"},{"id":"3dfb01ff-cb2c-4f4f-81db-bb1e89dbff41","name":"ServerError","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"url":"https://api.example.com/customer/addtofavorite"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"html","header":[],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html>\n    <head>\n        <meta charset=\"utf-8\" />\n        <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n        <title>Error - My ASP.NET Application</title>\n        <link href=\"/Content/css?v=rsU2Eji0u9P2WvZEOnL1IuAZ4thNyibej24hJDWdkAY1\" rel=\"stylesheet\" />\n        <script src=\"/bundles/modernizr?v=wBEWDufH_8Md-Pbioxomt90vm6tJN2Pyy9u9zHtWsPo1\"></script>\n    </head>\n    <body>\n        <div class=\"container\">\n            <header\n\t\t\tclass=\"d-flex flex-wrap align-items-center justify-content-center justify-content-md-between py-3 mb-4 border-bottom\">\n                <a href=\"/\" class=\"d-flex align-items-center col-md-3 mb-2 mb-md-0 text-dark text-decoration-none\">\n                    <h2>Application</h2>\n                </a>\n                <ul class=\"nav col-12 col-md-auto mb-2 justify-content-center mb-md-0\">\n                    <li>\n                        <a class=\"nav-link px-2 link-secondary\" href=\"/customer?Length=4\">Home</a>\n                    </li>\n                    <li>\n                        <a class=\"nav-link px-2 link-dark\" href=\"/customer/About?Length=4\">About</a>\n                    </li>\n                    <li>\n                        <a class=\"nav-link px-2 link-dark\" href=\"/customer/Contact?Length=4\">Contact</a>\n                    </li>\n                </ul>\n                <form action=\"/Account/LogOff\" class=\"navbar-right\" id=\"logoutForm\" method=\"post\">\n                    <input name=\"__RequestVerificationToken\" type=\"hidden\" value=\"ldmlGS-p4KtWcQYhi49cNanK0QGFQc4mrd6p_ZPx2f2P7dWtdWlnJWl1Vh3KSmZPcHJuNc8yNlvyJMte2Pjru6rqdcj7nxEr0Keia4WaRusUFvFTnO5vvuJbT35P3eblV7TRmA2\" />\n                    <div class=\"col-md-12 text-end\">\n                        <button type=\"button\" class=\"btn btn-outline-primary\">Hello 2be11482d90c429797b62be5dd8d7035_09391524118</button>\n                        <a href=\"javascript:document.getElementById('logoutForm').submit()\"\n\t\t\t\t\t\tclass=\"btn btn-outline-primary\">Log off</a>\n                    </div>\n                </form>\n            </header>\n        </div>\n        <div class=\"container body-content\">\n            <h1 class=\"text-danger\">Error.</h1>\n            <h2 class=\"text-danger\">An error occurred while processing your request.</h2>\n            <hr />\n            <footer>\n                <p>&copy; 2022 - My ASP.NET Application</p>\n            </footer>\n        </div>\n        <script src=\"/bundles/jquery?v=FVs3ACwOLIVInrAl5sdzR2jrCDmVOWFbZMY6g6Q0ulE1\"></script>\n        <script src=\"/bundles/bootstrap?v=cxlObxPHmPDCnATJiJjop5QnVmh7bNO8jDcRVzBzL_I1\"></script>\n    </body>\n</html>"}],"_postman_id":"1134bdd1-23ff-4238-917e-9fdae79fe0bb"},{"name":"Remove Favorite","id":"df07bf3d-11e0-498c-8e6b-a119e73208e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ids\": [[id]]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/customer/removefavorite","description":"<p>remove product from favorites</p>\n<p><strong><code>customer login required</code></strong></p>\n<p><img src=\"https://static.smx.live/UserFiles/admin/Files/Doc/RemoveFavorite.png\" alt /></p>\n","urlObject":{"path":["customer","removefavorite"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"883a966c-1568-402a-a1cf-ade462ee7635","name":"OK","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ids\": [[id]]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/customer/removefavorite"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"row\": 1\r\n}"},{"id":"5acad72d-2b9b-496b-a7ef-0d6a21d8a921","name":"Fail","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ids\": [[id]]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/customer/removefavorite"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"row\": 0\r\n}"},{"id":"8fed7188-7fd4-4ca6-9a16-360577834874","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ids\": [[id]]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/customer/removefavorite"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"html","header":[],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n    <head>\n        <meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\" />\n        <title>401 - Unauthorized: Access is denied due to invalid credentials.</title>\n        <style type=\"text/css\">\n            <!--\r\n\t\tbody {\r\n\t\t\tmargin: 0;\r\n\t\t\tfont-size: .7em;\r\n\t\t\tfont-family: Verdana, Arial, Helvetica, sans-serif;\r\n\t\t\tbackground: #EEEEEE;\r\n\t\t}\r\n\r\n\t\tfieldset {\r\n\t\t\tpadding: 0 15px 10px 15px;\r\n\t\t}\r\n\r\n\t\th1 {\r\n\t\t\tfont-size: 2.4em;\r\n\t\t\tmargin: 0;\r\n\t\t\tcolor: #FFF;\r\n\t\t}\r\n\r\n\t\th2 {\r\n\t\t\tfont-size: 1.7em;\r\n\t\t\tmargin: 0;\r\n\t\t\tcolor: #CC0000;\r\n\t\t}\r\n\r\n\t\th3 {\r\n\t\t\tfont-size: 1.2em;\r\n\t\t\tmargin: 10px 0 0 0;\r\n\t\t\tcolor: #000000;\r\n\t\t}\r\n\r\n\t\t#header {\r\n\t\t\twidth: 96%;\r\n\t\t\tmargin: 0 0 0 0;\r\n\t\t\tpadding: 6px 2% 6px 2%;\r\n\t\t\tfont-family: \"trebuchet MS\", Verdana, sans-serif;\r\n\t\t\tcolor: #FFF;\r\n\t\t\tbackground-color: #555555;\r\n\t\t}\r\n\r\n\t\t#content {\r\n\t\t\tmargin: 0 0 0 2%;\r\n\t\t\tposition: relative;\r\n\t\t}\r\n\r\n\t\t.content-container {\r\n\t\t\tbackground: #FFF;\r\n\t\t\twidth: 96%;\r\n\t\t\tmargin-top: 8px;\r\n\t\t\tpadding: 10px;\r\n\t\t\tposition: relative;\r\n\t\t}\r\n\t\t-->\r\n\t\n        </style>\n    </head>\n    <body>\n        <div id=\"header\">\n            <h1>Server Error</h1>\n        </div>\n        <div id=\"content\">\n            <div class=\"content-container\">\n                <fieldset>\n                    <h2>401 - Unauthorized: Access is denied due to invalid credentials.</h2>\n                    <h3>You do not have permission to view this directory or page using the credentials that you supplied.\r\n\t\t\t\t</h3>\n                </fieldset>\n            </div>\n        </div>\n    </body>\n</html>"},{"id":"531cb92d-cfe6-47b9-9e26-3c74a8f82b13","name":"ServerError","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"url":"https://api.example.com/customer/removefavorite"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"html","header":[],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html>\n    <head>\n        <meta charset=\"utf-8\" />\n        <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n        <title>Error - My ASP.NET Application</title>\n        <link href=\"/Content/css?v=rsU2Eji0u9P2WvZEOnL1IuAZ4thNyibej24hJDWdkAY1\" rel=\"stylesheet\" />\n        <script src=\"/bundles/modernizr?v=wBEWDufH_8Md-Pbioxomt90vm6tJN2Pyy9u9zHtWsPo1\"></script>\n    </head>\n    <body>\n        <div class=\"container\">\n            <header\n\t\t\tclass=\"d-flex flex-wrap align-items-center justify-content-center justify-content-md-between py-3 mb-4 border-bottom\">\n                <a href=\"/\" class=\"d-flex align-items-center col-md-3 mb-2 mb-md-0 text-dark text-decoration-none\">\n                    <h2>Application</h2>\n                </a>\n                <ul class=\"nav col-12 col-md-auto mb-2 justify-content-center mb-md-0\">\n                    <li>\n                        <a class=\"nav-link px-2 link-secondary\" href=\"/customer?Length=4\">Home</a>\n                    </li>\n                    <li>\n                        <a class=\"nav-link px-2 link-dark\" href=\"/customer/About?Length=4\">About</a>\n                    </li>\n                    <li>\n                        <a class=\"nav-link px-2 link-dark\" href=\"/customer/Contact?Length=4\">Contact</a>\n                    </li>\n                </ul>\n                <form action=\"/Account/LogOff\" class=\"navbar-right\" id=\"logoutForm\" method=\"post\">\n                    <input name=\"__RequestVerificationToken\" type=\"hidden\" value=\"ldmlGS-p4KtWcQYhi49cNanK0QGFQc4mrd6p_ZPx2f2P7dWtdWlnJWl1Vh3KSmZPcHJuNc8yNlvyJMte2Pjru6rqdcj7nxEr0Keia4WaRusUFvFTnO5vvuJbT35P3eblV7TRmA2\" />\n                    <div class=\"col-md-12 text-end\">\n                        <button type=\"button\" class=\"btn btn-outline-primary\">Hello 2be11482d90c429797b62be5dd8d7035_09391524118</button>\n                        <a href=\"javascript:document.getElementById('logoutForm').submit()\"\n\t\t\t\t\t\tclass=\"btn btn-outline-primary\">Log off</a>\n                    </div>\n                </form>\n            </header>\n        </div>\n        <div class=\"container body-content\">\n            <h1 class=\"text-danger\">Error.</h1>\n            <h2 class=\"text-danger\">An error occurred while processing your request.</h2>\n            <hr />\n            <footer>\n                <p>&copy; 2022 - My ASP.NET Application</p>\n            </footer>\n        </div>\n        <script src=\"/bundles/jquery?v=FVs3ACwOLIVInrAl5sdzR2jrCDmVOWFbZMY6g6Q0ulE1\"></script>\n        <script src=\"/bundles/bootstrap?v=cxlObxPHmPDCnATJiJjop5QnVmh7bNO8jDcRVzBzL_I1\"></script>\n    </body>\n</html>"}],"_postman_id":"df07bf3d-11e0-498c-8e6b-a119e73208e4"},{"name":"Rating","id":"2b160692-2781-45be-9503-65aad63c4096","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ProductId\": [id],\r\n    \"Stars\": 5\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/ProductRating","description":"<p>give product star from 0 to 5</p>\n<p><strong><code>customer login required</code></strong></p>\n<p><img src=\"https://static.smx.live/UserFiles/admin/Files/Doc/Rating.png\" alt /></p>\n","urlObject":{"path":["api","ProductRating"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"9f510717-e8c4-40c8-b1ba-e5f7b045f5b7","name":"OK","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ProductId\": [id],\r\n    \"Stars\": 5\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/ProductRating"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"stars\": 5.00,\r\n    \"num\": 2\r\n}"},{"id":"f0a7403a-e891-44ae-8b68-418dee3892ef","name":"NotFound","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ProductId\": [id],\r\n    \"Stars\": 5\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/ProductRating"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"1c8c0b5f-70cb-4141-8090-0df8671c8db3","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ProductId\": [id],\r\n    \"Stars\": 5\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/ProductRating"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"html","header":[],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n    <head>\n        <meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\" />\n        <title>401 - Unauthorized: Access is denied due to invalid credentials.</title>\n        <style type=\"text/css\">\n            <!--\r\n\t\tbody {\r\n\t\t\tmargin: 0;\r\n\t\t\tfont-size: .7em;\r\n\t\t\tfont-family: Verdana, Arial, Helvetica, sans-serif;\r\n\t\t\tbackground: #EEEEEE;\r\n\t\t}\r\n\r\n\t\tfieldset {\r\n\t\t\tpadding: 0 15px 10px 15px;\r\n\t\t}\r\n\r\n\t\th1 {\r\n\t\t\tfont-size: 2.4em;\r\n\t\t\tmargin: 0;\r\n\t\t\tcolor: #FFF;\r\n\t\t}\r\n\r\n\t\th2 {\r\n\t\t\tfont-size: 1.7em;\r\n\t\t\tmargin: 0;\r\n\t\t\tcolor: #CC0000;\r\n\t\t}\r\n\r\n\t\th3 {\r\n\t\t\tfont-size: 1.2em;\r\n\t\t\tmargin: 10px 0 0 0;\r\n\t\t\tcolor: #000000;\r\n\t\t}\r\n\r\n\t\t#header {\r\n\t\t\twidth: 96%;\r\n\t\t\tmargin: 0 0 0 0;\r\n\t\t\tpadding: 6px 2% 6px 2%;\r\n\t\t\tfont-family: \"trebuchet MS\", Verdana, sans-serif;\r\n\t\t\tcolor: #FFF;\r\n\t\t\tbackground-color: #555555;\r\n\t\t}\r\n\r\n\t\t#content {\r\n\t\t\tmargin: 0 0 0 2%;\r\n\t\t\tposition: relative;\r\n\t\t}\r\n\r\n\t\t.content-container {\r\n\t\t\tbackground: #FFF;\r\n\t\t\twidth: 96%;\r\n\t\t\tmargin-top: 8px;\r\n\t\t\tpadding: 10px;\r\n\t\t\tposition: relative;\r\n\t\t}\r\n\t\t-->\r\n\t\n        </style>\n    </head>\n    <body>\n        <div id=\"header\">\n            <h1>Server Error</h1>\n        </div>\n        <div id=\"content\">\n            <div class=\"content-container\">\n                <fieldset>\n                    <h2>401 - Unauthorized: Access is denied due to invalid credentials.</h2>\n                    <h3>You do not have permission to view this directory or page using the credentials that you supplied.\r\n\t\t\t\t</h3>\n                </fieldset>\n            </div>\n        </div>\n    </body>\n</html>"},{"id":"03d4704f-e450-4fc4-8458-370a6e363422","name":"ServerError","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"url":"https://api.example.com/api/ProductRating"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"html","header":[],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html>\n    <head>\n        <meta charset=\"utf-8\" />\n        <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n        <title>Error - My ASP.NET Application</title>\n        <link href=\"/Content/css?v=rsU2Eji0u9P2WvZEOnL1IuAZ4thNyibej24hJDWdkAY1\" rel=\"stylesheet\" />\n        <script src=\"/bundles/modernizr?v=wBEWDufH_8Md-Pbioxomt90vm6tJN2Pyy9u9zHtWsPo1\"></script>\n    </head>\n    <body>\n        <div class=\"container\">\n            <header\n\t\t\tclass=\"d-flex flex-wrap align-items-center justify-content-center justify-content-md-between py-3 mb-4 border-bottom\">\n                <a href=\"/\" class=\"d-flex align-items-center col-md-3 mb-2 mb-md-0 text-dark text-decoration-none\">\n                    <h2>Application</h2>\n                </a>\n                <ul class=\"nav col-12 col-md-auto mb-2 justify-content-center mb-md-0\">\n                    <li>\n                        <a class=\"nav-link px-2 link-secondary\" href=\"/customer?Length=4\">Home</a>\n                    </li>\n                    <li>\n                        <a class=\"nav-link px-2 link-dark\" href=\"/customer/About?Length=4\">About</a>\n                    </li>\n                    <li>\n                        <a class=\"nav-link px-2 link-dark\" href=\"/customer/Contact?Length=4\">Contact</a>\n                    </li>\n                </ul>\n                <form action=\"/Account/LogOff\" class=\"navbar-right\" id=\"logoutForm\" method=\"post\">\n                    <input name=\"__RequestVerificationToken\" type=\"hidden\" value=\"ldmlGS-p4KtWcQYhi49cNanK0QGFQc4mrd6p_ZPx2f2P7dWtdWlnJWl1Vh3KSmZPcHJuNc8yNlvyJMte2Pjru6rqdcj7nxEr0Keia4WaRusUFvFTnO5vvuJbT35P3eblV7TRmA2\" />\n                    <div class=\"col-md-12 text-end\">\n                        <button type=\"button\" class=\"btn btn-outline-primary\">Hello 2be11482d90c429797b62be5dd8d7035_09391524118</button>\n                        <a href=\"javascript:document.getElementById('logoutForm').submit()\"\n\t\t\t\t\t\tclass=\"btn btn-outline-primary\">Log off</a>\n                    </div>\n                </form>\n            </header>\n        </div>\n        <div class=\"container body-content\">\n            <h1 class=\"text-danger\">Error.</h1>\n            <h2 class=\"text-danger\">An error occurred while processing your request.</h2>\n            <hr />\n            <footer>\n                <p>&copy; 2022 - My ASP.NET Application</p>\n            </footer>\n        </div>\n        <script src=\"/bundles/jquery?v=FVs3ACwOLIVInrAl5sdzR2jrCDmVOWFbZMY6g6Q0ulE1\"></script>\n        <script src=\"/bundles/bootstrap?v=cxlObxPHmPDCnATJiJjop5QnVmh7bNO8jDcRVzBzL_I1\"></script>\n    </body>\n</html>"}],"_postman_id":"2b160692-2781-45be-9503-65aad63c4096"},{"name":"QA","id":"f9b20610-f6bc-4d12-80b1-a9deee6d8a3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/api/qa/filter?SortBy=0&Content=&ProductId=[id]&Confirmed=true","description":"<p>Get all product questions list</p>\n<p>show it if in setting enabled</p>\n<p><img src=\"https://static.smx.live/UserFiles/admin/Files/Doc/Qa.png\" alt /></p>\n","urlObject":{"path":["api","qa","filter"],"host":["https://api.example.com"],"query":[{"description":{"content":"<p>0 recent|1 most responses|2 my questions</p>\n","type":"text/plain"},"key":"SortBy","value":"0"},{"description":{"content":"<p>search keyword</p>\n","type":"text/plain"},"key":"Content","value":""},{"key":"ProductId","value":"[id]"},{"description":{"content":"<p>true|false</p>\n","type":"text/plain"},"key":"Confirmed","value":"true"}],"variable":[]}},"response":[{"id":"100b9b44-bb94-4739-8969-ad177cbba27d","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":{"raw":"https://api.example.com/api/qa/filter?SortBy=0&Content=&ProductId=[id]&Confirmed=true","host":["https://api.example.com"],"path":["api","qa","filter"],"query":[{"key":"SortBy","value":"0"},{"key":"Content","value":""},{"key":"ProductId","value":"[id]"},{"key":"Confirmed","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"forbid","value":"0","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Operator\": null,\n        \"ParentId\": null,\n        \"Content\": \"رنگ آبی چه زمانی موجود می شود ؟\", // question\n        \"Confirmed\": true, // confirmed by admin?\n        \"Date\": \"2021-08-30T09:55:05\", // send date\n        \"ProductId\": 1459832,\n        \"ProductInfo\": null,\n        \"CustomerInfo\": { // customer info\n            \"FirstName\": \"تست تستی\",\n            \"LastName\": null,\n            \"RealUserName\": \"09354000081\",\n            \"IntId\": 18515,\n            \"Marketer\": false\n        },\n        \"IsAdmin\": false, // send by admin ?\n        \"OperatorId\": null,\n        \"OpsInfo\": null, // operator info\n        \"Vote\": null,\n        \"Children\": [ // answers\n            {\n                \"Operator\": null,\n                \"ParentId\": 25,\n                \"Content\": \"هفته آینده\", // answer text\n                \"Confirmed\": true, // confirmed by admin?\n                \"Date\": \"2021-08-30T09:55:35\", // send date\n                \"ProductId\": 1459832,\n                \"ProductInfo\": null,\n                \"CustomerInfo\": null,\n                \"IsAdmin\": true, // answer by admin?\n                \"OperatorId\": null,\n                \"OpsInfo\": null, // operator info\n                \"Vote\": true,\n                \"Children\": [],\n                \"NumberOfAnswers\": 0, // total answers\n                \"Likes\": 1, // # of likes\n                \"Dislikes\": 0, // # of dislikes\n                \"Id\": 26,\n                \"LangId\": 0\n            },\n            {\n                \"Operator\": null,\n                \"ParentId\": 25,\n                \"Content\": \"به زودی\",\n                \"Confirmed\": true,\n                \"Date\": \"2021-08-30T09:56:24\",\n                \"ProductId\": 1459832,\n                \"ProductInfo\": null,\n                \"CustomerInfo\": {\n                    \"FirstName\": \"تست پشتیبانی\",\n                    \"LastName\": null,\n                    \"RealUserName\": \"09391524118\",\n                    \"IntId\": 968,\n                    \"Marketer\": false\n                },\n                \"IsAdmin\": false,\n                \"OperatorId\": null,\n                \"OpsInfo\": null,\n                \"Vote\": false,\n                \"Children\": [],\n                \"NumberOfAnswers\": 0, // total answers\n                \"Likes\": 0, // # of likes\n                \"Dislikes\": 1, // # of dislikes\n                \"Id\": 27,\n                \"LangId\": 0\n            }\n        ],\n        \"NumberOfAnswers\": 2, // total answers\n        \"Likes\": 0, // # of likes\n        \"Dislikes\": 0, // # of dislikes\n        \"Id\": 25,\n        \"LangId\": 0\n    }\n]"},{"id":"b32a899b-4689-4dfe-b2cd-5ab14ebd1e4f","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":{"raw":"https://api.example.com/api/qa/filter?SortBy=0&Content=&ProductId=[id]&Confirmed=true","host":["https://api.example.com"],"path":["api","qa","filter"],"query":[{"key":"SortBy","value":"0"},{"key":"Content","value":""},{"key":"ProductId","value":"[id]"},{"key":"Confirmed","value":"true"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"-1"}],"_postman_id":"f9b20610-f6bc-4d12-80b1-a9deee6d8a3d"},{"name":"QA Register","id":"386fe4eb-3eb6-4495-af60-66aee64578cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ProductId\": [id],\r\n    \"Content\": \"Question?\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/qa","description":"<p>send new question</p>\n<p><strong><code>customer login required</code></strong></p>\n","urlObject":{"path":["api","qa"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"740e9fa2-80a0-4564-9c6e-2997de6bf40e","name":"OK","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ProductId\": [id],\r\n    \"Content\": \"Question?\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/qa"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"Errors\": {},\r\n    \"Notfound\": false,\r\n    \"Result\": 125 // questtion id\r\n}"},{"id":"354d0c61-728a-44c0-b7f1-4c01ce0debb9","name":"BadRequest","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ProductId\": [id],\r\n    \"Content\": \"Question?\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/qa"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"key\": \"1\",\n        \"error\": \"productnotfound\"\n    },\n    {\n        \"key\": \"500\",\n        \"error\": \"server error\"\n    }\n]"},{"id":"425fcfb0-3557-42d5-b154-879ad20f3283","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ProductId\": [id],\r\n    \"Content\": \"Question?\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/ProductRating"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"-1"},{"id":"a749242b-272a-4c16-8ec3-a1167d1e4da2","name":"ServerError","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"url":"https://api.example.com/api/ProductRating"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"html","header":[],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html>\n    <head>\n        <meta charset=\"utf-8\" />\n        <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n        <title>Error - My ASP.NET Application</title>\n        <link href=\"/Content/css?v=rsU2Eji0u9P2WvZEOnL1IuAZ4thNyibej24hJDWdkAY1\" rel=\"stylesheet\" />\n        <script src=\"/bundles/modernizr?v=wBEWDufH_8Md-Pbioxomt90vm6tJN2Pyy9u9zHtWsPo1\"></script>\n    </head>\n    <body>\n        <div class=\"container\">\n            <header\n\t\t\tclass=\"d-flex flex-wrap align-items-center justify-content-center justify-content-md-between py-3 mb-4 border-bottom\">\n                <a href=\"/\" class=\"d-flex align-items-center col-md-3 mb-2 mb-md-0 text-dark text-decoration-none\">\n                    <h2>Application</h2>\n                </a>\n                <ul class=\"nav col-12 col-md-auto mb-2 justify-content-center mb-md-0\">\n                    <li>\n                        <a class=\"nav-link px-2 link-secondary\" href=\"/customer?Length=4\">Home</a>\n                    </li>\n                    <li>\n                        <a class=\"nav-link px-2 link-dark\" href=\"/customer/About?Length=4\">About</a>\n                    </li>\n                    <li>\n                        <a class=\"nav-link px-2 link-dark\" href=\"/customer/Contact?Length=4\">Contact</a>\n                    </li>\n                </ul>\n                <form action=\"/Account/LogOff\" class=\"navbar-right\" id=\"logoutForm\" method=\"post\">\n                    <input name=\"__RequestVerificationToken\" type=\"hidden\" value=\"ldmlGS-p4KtWcQYhi49cNanK0QGFQc4mrd6p_ZPx2f2P7dWtdWlnJWl1Vh3KSmZPcHJuNc8yNlvyJMte2Pjru6rqdcj7nxEr0Keia4WaRusUFvFTnO5vvuJbT35P3eblV7TRmA2\" />\n                    <div class=\"col-md-12 text-end\">\n                        <button type=\"button\" class=\"btn btn-outline-primary\">Hello 2be11482d90c429797b62be5dd8d7035_09391524118</button>\n                        <a href=\"javascript:document.getElementById('logoutForm').submit()\"\n\t\t\t\t\t\tclass=\"btn btn-outline-primary\">Log off</a>\n                    </div>\n                </form>\n            </header>\n        </div>\n        <div class=\"container body-content\">\n            <h1 class=\"text-danger\">Error.</h1>\n            <h2 class=\"text-danger\">An error occurred while processing your request.</h2>\n            <hr />\n            <footer>\n                <p>&copy; 2022 - My ASP.NET Application</p>\n            </footer>\n        </div>\n        <script src=\"/bundles/jquery?v=FVs3ACwOLIVInrAl5sdzR2jrCDmVOWFbZMY6g6Q0ulE1\"></script>\n        <script src=\"/bundles/bootstrap?v=cxlObxPHmPDCnATJiJjop5QnVmh7bNO8jDcRVzBzL_I1\"></script>\n    </body>\n</html>"}],"_postman_id":"386fe4eb-3eb6-4495-af60-66aee64578cd"},{"name":"QA Answer","id":"bcd6cfed-b90d-41e6-a220-0676245089ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ProductId\": [id],\r\n    \"Content\": \"Answer?\",\r\n    \"ParentId\": 1234 // question id\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/qa","description":"<p>answer question by customer if in setting allowed.</p>\n<p><strong><code>customer login required</code></strong></p>\n<p><img src=\"https://static.smx.live/UserFiles/admin/Files/Doc/QaAnswer.png\" alt /></p>\n","urlObject":{"path":["api","qa"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"55d233a5-3db2-478c-94b4-66313c869cd4","name":"OK","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ProductId\": [id],\r\n    \"Content\": \"Answer?\",\r\n    \"ParentId\": 1234 // question id\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/qa"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"Errors\": {},\r\n    \"Notfound\": false,\r\n    \"Result\": 125 // questtion id\r\n}"},{"id":"9f72ca64-11d1-4777-a1ee-ed70e2716bbb","name":"BadRequest","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ProductId\": [id],\r\n    \"Content\": \"Answer?\",\r\n    \"ParentId\": 1234 // question id\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/qa"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"key\": \"1\",\n        \"error\": \"productnotfound\"\n    },\n    {\n        \"key\": \"500\",\n        \"error\": \"server error\"\n    }\n]"},{"id":"3c0a9c29-f02e-4a10-9d04-50b6a568eb34","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ProductId\": [id],\r\n    \"Content\": \"Answer?\",\r\n    \"ParentId\": 1234 // question id\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/ProductRating"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"-1"},{"id":"fafb15cb-fb2e-476d-b935-c6c593920f86","name":"ServerError","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"url":"https://api.example.com/api/ProductRating"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"html","header":[],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html>\n    <head>\n        <meta charset=\"utf-8\" />\n        <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n        <title>Error - My ASP.NET Application</title>\n        <link href=\"/Content/css?v=rsU2Eji0u9P2WvZEOnL1IuAZ4thNyibej24hJDWdkAY1\" rel=\"stylesheet\" />\n        <script src=\"/bundles/modernizr?v=wBEWDufH_8Md-Pbioxomt90vm6tJN2Pyy9u9zHtWsPo1\"></script>\n    </head>\n    <body>\n        <div class=\"container\">\n            <header\n\t\t\tclass=\"d-flex flex-wrap align-items-center justify-content-center justify-content-md-between py-3 mb-4 border-bottom\">\n                <a href=\"/\" class=\"d-flex align-items-center col-md-3 mb-2 mb-md-0 text-dark text-decoration-none\">\n                    <h2>Application</h2>\n                </a>\n                <ul class=\"nav col-12 col-md-auto mb-2 justify-content-center mb-md-0\">\n                    <li>\n                        <a class=\"nav-link px-2 link-secondary\" href=\"/customer?Length=4\">Home</a>\n                    </li>\n                    <li>\n                        <a class=\"nav-link px-2 link-dark\" href=\"/customer/About?Length=4\">About</a>\n                    </li>\n                    <li>\n                        <a class=\"nav-link px-2 link-dark\" href=\"/customer/Contact?Length=4\">Contact</a>\n                    </li>\n                </ul>\n                <form action=\"/Account/LogOff\" class=\"navbar-right\" id=\"logoutForm\" method=\"post\">\n                    <input name=\"__RequestVerificationToken\" type=\"hidden\" value=\"ldmlGS-p4KtWcQYhi49cNanK0QGFQc4mrd6p_ZPx2f2P7dWtdWlnJWl1Vh3KSmZPcHJuNc8yNlvyJMte2Pjru6rqdcj7nxEr0Keia4WaRusUFvFTnO5vvuJbT35P3eblV7TRmA2\" />\n                    <div class=\"col-md-12 text-end\">\n                        <button type=\"button\" class=\"btn btn-outline-primary\">Hello 2be11482d90c429797b62be5dd8d7035_09391524118</button>\n                        <a href=\"javascript:document.getElementById('logoutForm').submit()\"\n\t\t\t\t\t\tclass=\"btn btn-outline-primary\">Log off</a>\n                    </div>\n                </form>\n            </header>\n        </div>\n        <div class=\"container body-content\">\n            <h1 class=\"text-danger\">Error.</h1>\n            <h2 class=\"text-danger\">An error occurred while processing your request.</h2>\n            <hr />\n            <footer>\n                <p>&copy; 2022 - My ASP.NET Application</p>\n            </footer>\n        </div>\n        <script src=\"/bundles/jquery?v=FVs3ACwOLIVInrAl5sdzR2jrCDmVOWFbZMY6g6Q0ulE1\"></script>\n        <script src=\"/bundles/bootstrap?v=cxlObxPHmPDCnATJiJjop5QnVmh7bNO8jDcRVzBzL_I1\"></script>\n    </body>\n</html>"}],"_postman_id":"bcd6cfed-b90d-41e6-a220-0676245089ab"},{"name":"QA Vote","id":"b114e160-2b07-4160-9fb7-8b001358c7c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Liked\": true, // true like / false dislike\r\n    \"QaId\": 25 // question id\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/qa/vote","description":"<p>vote question answers by customers</p>\n<p><strong><code>customer login required</code></strong></p>\n<p><img src=\"https://static.smx.live/UserFiles/admin/Files/Doc/QaVote.png\" alt /></p>\n","urlObject":{"path":["api","qa","vote"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"54483792-edc5-4d30-92f9-76405d4e2732","name":"OK","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Liked\": true, // true like / false dislike\r\n    \"QaId\": 1234 // question id\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/qa/vote"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"QaId\": 1234,\r\n    \"likes\": 1, // # of likes\r\n    \"dislikes\": 0, // # of dislikes\r\n    \"liked\": true // liked or disliked\r\n}"},{"id":"37678c55-73c2-4a40-a69e-a462445cdf8c","name":"NotFound","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Liked\": true, // true like / false dislike\r\n    \"QaId\": 1234 // question id\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/qa/vote"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"7fb71902-c7f4-45a5-b857-e7853fcea4ad","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Liked\": true, // true like / false dislike\r\n    \"QaId\": 1234 // question id\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/qa/vote"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"-1"},{"id":"0a9be73f-06c0-419f-a4d3-bfd3d3c11ed9","name":"ServerError","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"url":"https://api.example.com/api/qa/vote"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"An error has occurred.\"\n}"}],"_postman_id":"b114e160-2b07-4160-9fb7-8b001358c7c9"},{"name":"Observe","id":"71b86b08-3894-4cc5-b4cc-ee21ff827c4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ProductId\": [id],\r\n    \"Mobile\": \"true\", // notify with mobile\r\n    \"Email\": true // notify with email\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/product/observe","description":"<p>send notify request by customer if product out of inventory and notify enabled in setting</p>\n<p><strong><code>customer login required</code></strong></p>\n<p><img src=\"https://static.smx.live/UserFiles/admin/Files/Doc/Observe.png\" alt /></p>\n","urlObject":{"path":["api","product","observe"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"c43fde6e-45df-456d-b991-c607ba6ab5ef","name":"OK","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ProductId\": [id],\r\n    \"Mobile\": true,\r\n    \"Email\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/product/observe"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"8b6dd57f-436a-4c51-95dc-a4f17628299f","name":"NotFound","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ProductId\": [id],\r\n    \"Mobile\": true,\r\n    \"Email\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/product/observe"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"75314128-63c4-4309-bbf0-b1cbc5d138cd","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ProductId\": [id],\r\n    \"Mobile\": true,\r\n    \"Email\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/product/observe"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"-1"}],"_postman_id":"71b86b08-3894-4cc5-b4cc-ee21ff827c4c"},{"name":"Search","id":"6604356b-3991-49ae-8571-4add403fc942","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"}],"url":"https://api.example.com/V3/Product/List?Keyword={query}&Page=1&Size=10&Sort=0","description":"<p>quick search products</p>\n<p><img src=\"https://static.smx.live/UserFiles/admin/Files/Doc/Search.png\" alt /></p>\n","urlObject":{"path":["V3","Product","List"],"host":["https://api.example.com"],"query":[{"key":"Keyword","value":"{query}"},{"key":"Page","value":"1"},{"key":"Size","value":"10"},{"key":"Sort","value":"0"}],"variable":[]}},"response":[{"id":"1d63f134-97c0-482e-b16c-2dae473ac565","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":{"raw":"https://api.example.com/V3/Product/List?Keyword={query}&Page=1&Size=10&Sort=0","host":["https://api.example.com"],"path":["V3","Product","List"],"query":[{"key":"Keyword","value":"{query}"},{"key":"Page","value":"1"},{"key":"Size","value":"10"},{"key":"Sort","value":"0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"min","value":"90000.0000","description":"","type":"text"},{"key":"max","value":"90000.0000","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": [\n        {\n            \"PicLink\": null,\n            \"PageTitle\": null,\n            \"LatinName\": null,\n            \"Name\": \"محصول تست\",\n            \"Id\": 1489499\n        }\n    ],\n    \"count\": 1\n}"}],"_postman_id":"6604356b-3991-49ae-8571-4add403fc942"},{"name":"Compare","id":"fd6aeb56-25f1-492a-af3d-50cd348a9001","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"}],"url":"https://api.example.com/v3/Product/List?RelatedId=[id]","description":"<p>compare 2 to 4 products in one category</p>\n","urlObject":{"path":["v3","Product","List"],"host":["https://api.example.com"],"query":[{"key":"RelatedId","value":"[id]"}],"variable":[]}},"response":[{"id":"66db228c-8ff8-4e1d-937c-25c9c906ab14","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":{"raw":"https://api.example.com/api/product/compare?ids[0]=[id]&ids[1]=[id]","host":["https://api.example.com"],"path":["api","product","compare"],"query":[{"key":"ids[0]","value":"[id]"},{"key":"ids[1]","value":"[id]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"min","value":"90000.0000","description":"","type":"text"},{"key":"max","value":"90000.0000","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"gallery\": [\n        {\n            \"Link\": \"/UserFiles/livegallery4/Images/ProductGallery/967239/202209050934068418.jpg\",\n            \"Description\": null,\n            \"ProductId\": 1459832,\n            \"ColorId\": 6,\n            \"OfferId\": null,\n            \"Serial\": null,\n            \"Id\": 951914,\n            \"LangId\": 0\n        },\n        {\n            \"Link\": \"/UserFiles/livegallery4/Images/ProductGallery/967239/202209050934223576.jpg\",\n            \"Description\": null,\n            \"ProductId\": 1459832,\n            \"ColorId\": 3,\n            \"OfferId\": null,\n            \"Serial\": null,\n            \"Id\": 951915,\n            \"LangId\": 0\n        }\n    ],\n    \"groups\": [],\n    \"specs\": [\n        {\n            \"SpecificationId\": 344601,\n            \"ProductId\": 1459832,\n            \"Value\": \"Super AMOLED\",\n            \"Id\": 1780608,\n            \"LangId\": 0\n        },\n        {\n            \"SpecificationId\": 344602,\n            \"ProductId\": 1459832,\n            \"Value\": \"5000\",\n            \"Id\": 1780609,\n            \"LangId\": 0\n        }\n    ]\n}"},{"id":"d39da530-c7d0-4dcb-810c-f8d6bf6344eb","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":{"raw":"https://api.example.com/api/product/compare?ids[0]=[id]&ids[1]=[id]","host":["https://api.example.com"],"path":["api","product","compare"],"query":[{"key":"ids[0]","value":"[id]"},{"key":"ids[1]","value":"[id]"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"-1"}],"_postman_id":"fd6aeb56-25f1-492a-af3d-50cd348a9001"}],"id":"721a64a4-26e3-46be-b24a-ef6a54093602","description":"<p>product page rest apis</p>\n<p><img src=\"https://static.smx.live/UserFiles/admin/Files/Doc/ProductFull.jpg\" alt /></p>\n","_postman_id":"721a64a4-26e3-46be-b24a-ef6a54093602"},{"name":"Order","item":[{"name":"Review","event":[{"listen":"prerequest","script":{"id":"ed74e392-d823-433e-a45e-59d2bb798ca2","exec":["if (pm.collectionVariables.get(\"countryId\") <= 0) {\r","    pm.collectionVariables.set('countryId', null);\r","}\r","if (pm.collectionVariables.get(\"provinceId\") <= 0) {\r","    pm.collectionVariables.set('provinceId', null);\r","}\r","if (pm.collectionVariables.get(\"cityId\") <= 0) {\r","    pm.collectionVariables.set('cityId', null);\r","}\r","if (pm.collectionVariables.get(\"districtId\") <= 0) {\r","    pm.collectionVariables.set('districtId', null);\r","}\r","if (pm.collectionVariables.get(\"hoodId\") <= 0) {\r","    pm.collectionVariables.set('hoodId', null);\r","}\r","if (pm.collectionVariables.get(\"longitude\") === '') {\r","    pm.collectionVariables.set('longitude', null);\r","}\r","if (pm.collectionVariables.get(\"latitude\") === '') {\r","    pm.collectionVariables.set('latitude', null);\r","}\r","pm.collectionVariables.set('orderId', 0);"],"type":"text/javascript","packages":{}}}],"id":"54cc4e70-d824-4d52-85e0-fe4ef79062f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Payment\": {\r\n        \"Wallets\": {},\r\n        \"NumberOfInstalment\": 0, // number of installment selected by client | default 0 \r\n        \"DiscountCode\": \"\" // discount code entered by client\r\n    },\r\n    \"Order\": {\r\n        \"Id\": [id], // registered orderid for paylater or not paid order\r\n        \"InvType\": {type}, // type of order | 0 cashe, 1 installment, 2 credit\r\n        \"CountryId\": [id], // selected country by client | default null\r\n        \"ProvinceId\": [id], // selected province by client | default null\r\n        \"CityId\": [id], // selected city by client | default null\r\n        \"DistrictId\": [id], // selected district by client | default null\r\n        \"HoodId\": [id], // selected hood by client | default null\r\n        \"Latitude\": \"{latitude}\", // selected latitude by client | default null\r\n        \"Longitude\": \"{longitude}\", // selected longitude by client | default null\r\n        \"Pins\": [ // list of products in cart | required\r\n            {\r\n                \"ProductId\": [id], // product id\r\n                \"Count\": 1, // order quantiry\r\n                \"DepotId\": [id], // depot id\r\n                \"SizeId\": [id], // size id\r\n                \"CompanyId\": [id], // company id\r\n                \"ColorId\": [id], // color id\r\n                \"GtId\": [id], // gurranty id\r\n                \"CashPercent\": 0.0, // prepayment percent for installment order | min,max in product details\r\n                \"Code\": \"[id]a[id]a[id]a[id]a[id]a[id]\" // identification code in errors and ...\r\n            }\r\n        ],\r\n        \"V2\": true\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/order/review","description":"<p>get products and payments and delivery details</p>\n<img src=\"https://static.smx.live/UserFiles/admin/Files/Doc/Order.jpg\" />\n\n<img src=\"https://static.smx.live/UserFiles/admin/Files/Doc/InstallmentOrder.jpg\" />\n\n<img src=\"https://static.smx.live/UserFiles/admin/Files/Doc/CreditOrder.jpg\" />","urlObject":{"path":["order","review"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"dc23810f-0b7f-428d-b110-816c8100ef99","name":"OK","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Payment\": {\r\n        \"Type\": {type},\r\n        \"NumberOfInstalment\": 0,\r\n        \"DiscountCode\": \"\"\r\n    },\r\n    \"Order\": {\r\n        \"Id\": [id],\r\n        \"InvType\": 0,\r\n        \"DeliveryId\": [id],\r\n        \"CountryId\": [id],\r\n        \"ProvinceId\": [id],\r\n        \"CityId\": [id],\r\n        \"DistrictId\": [id],\r\n        \"HoodId\": [id],\r\n        \"Latitude\": \"{latitude}\",\r\n        \"Longitude\": \"{longitude}\",\r\n        \"Pins\": [\r\n            {\r\n                \"ProductId\": [id],\r\n                \"Count\": 1,\r\n                \"DepotId\": [id],\r\n                \"SizeId\": [id],\r\n                \"CompanyId\": [id],\r\n                \"ColorId\": [id],\r\n                \"GtId\": [id],\r\n                \"CashPercent\": 0.0,\r\n                \"Code\": \"[id]a[id]a[id]a[id]a[id]a[id]\",\r\n                \"DeliveryId\": [id]\r\n            }\r\n        ],\r\n        \"V2\": true\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/order/review"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"TotalPrice\": 2300000.0000, // sum of product prices\n    \"PayAmountChangers\": [ // order additions and deductions\n        {\n            \"Name\": \"کرایه\", // label\n            \"Description\": null,\n            \"Extra\": true,\n            \"Total\": 5000.00 // value | ngative means deductions\n        },\n        {\n            \"Name\": \"تخفیف جشنواره\", // label\n            \"Description\": null,\n            \"Extra\": false,\n            \"Total\": -17000.00  // value | ngative means deductions\n        }\n    ],\n    \"TotalPayment\": 2195000.0000, // final payment amount\n    \"Deleted\": [], // list of products has problems | empty means no erros\n    \"Instalments\": [], // list of available installments | empty means no installment\n    \"Gifts\": [ // list of gift products | empty means no gifts\n        { // product model\n            \"Id\": 0,\n            \"ProductId\": 1459832, // product id\n            \"OrderId\": 0,\n            \"SizeId\": null, // size id\n            \"ColorId\": null, // color id\n            \"CompanyId\": null, // company id\n            \"DepotId\": 153406, // depot id\n            \"GtId\": null, // gurranty id\n            \"name\": \"گل طبیعی نایکات\", // product name\n            \"price\": 0,\n            \"oprice\": 25000.0000,\n            \"offprice\": 22500.0000,\n            \"count\": 0,\n            \"piclink\": \"/UserFiles/livegallery4/Images/Product/202104211052437322.jpg\", // product picture\n            \"quantity\": 1,\n            \"size\": \"\",\n            \"color\": \"\",\n            \"company\": \"\",\n            \"Color\": null,\n            \"ColorName\": null,\n            \"total\": 0,\n            \"osname\": null,\n            \"ocname\": null,\n            \"odname\": null,\n            \"DepotName\": null,\n            \"Serial\": \"niakut\",\n            \"Weight\": 0.00,\n            \"Point\": 0,\n            \"Pv\": 0,\n            \"LatinName\": null,\n            \"Tax\": 0,\n            \"FakeName\": null,\n            \"OriginalPrice\": 0,\n            \"AddType\": \"gift\",\n            \"IsGift\": true,\n            \"GiftyId\": 1465766,\n            \"PageTitle\": null,\n            \"Unit\": null,\n            \"CountPerUnit\": 0,\n            \"Instalment\": 0,\n            \"InstalmentCommission\": 0,\n            \"CashPercent\": 0,\n            \"CashAmount\": 0,\n            \"InstalmentAmount\": 0,\n            \"cat\": null,\n            \"Off\": 0,\n            \"DaysToSend\": null,\n            \"Guaranty\": null,\n            \"UnitPrice\": 0,\n            \"TotalTax\": 0,\n            \"Total\": 0,\n            \"TotalPrice\": 0,\n            \"UnitOff\": 0,\n            \"CommissionPercent\": null,\n            \"CompanyPortion\": null,\n            \"TotalCommissionMarketPlace\": null,\n            \"TotalPackingFee\": null,\n            \"MinerCost\": 0.00,\n            \"Type\": 0,\n            \"Inquiry\": false,\n            \"DeliveryDetail\": null\n        }\n    ],\n    \"ParentDiscountCode\": 0,\n    \"DiscountCode\": 0, // used discount code discount amount\n    \"AutoDiscount\": 0, // auto discount amount\n    \"ParentDiscount\": 0, // parent user discount code\n    \"PayMethodDiscount\": 0, // payment method discount\n    \"Off\": 115000.0000, // sum of products discount\n    \"TaxCost\": 0, // tax cost\n    \"PostCostExchanged\": 0.0000, // delivery cost in Toman for multilanguage site\n    \"PostCost\": 12000.00, // delivery cost\n    \"PostUndefined\": false, // delivery cost is not identified\n    \"PayAmount\": 2195000.0000, // min payment amount\n    \"TotalPoint\": 1, // sum of points\n    \"Bv\": 0,\n    \"Bp\": 0,\n    \"AskCharge\": false,\n    \"TotalExchange\": 0, // final payment in Toman for multilanguage site\n    \"TotalWeight\": 185.00, // sum of product weight\n    \"PayAmountExchange\": 0, // min payment in Toman for multilanguage site\n    \"Commission\": 0,\n    \"CashWallet\": 0, // amount of customer wallet used?\n    \"ProductDiscount\": 0,\n    \"DeliveryPayLater\": false, // delivery is paylater?\n    \"ExtCost\": 0, // the cost of the broadcast\n    \"ProcessingCost\": 10000.00, // sum of products processing cost\n    \"InstalmentCommission\": 115000.0000, // installment fee\n    \"Payable\": 2195000.0000, // ready for pay\n    \"PayableExchange\": 0, // payable exchange in Toman for multilanguage site\n    \"TotalDiscount\": 115000.0000, // sum of total discount\n    \"CashAmount\": 2185000.0000, // prepayment amount\n    \"InstalmentAmount\": 0, // installment amount\n    \"MaxInstalment\": 0, // max installment numbers available\n    \"SchemeCommission\": 0, // plans fee\n    \"Status\": 0,\n    \"Balance\": 1000000.00, // customer wallet balance\n    \"ProductType\": 0,\n    \"BalanceExchange\": 0.0000, // customer wallet balance in Toman for multilanguage site\n    \"Error\": \"\", // error key if has error\n    \"NumberOfInstalment\": 0, // number of installment selected by client\n    \"Remain\": 2195000.0000, // remain amount for pay\n    \"RemainExchange\": 0 // remain amount in Toman for multilanguage site\n}"},{"id":"24f7d1cb-348d-43a6-abc6-8481d9fc4921","name":"ServerError","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Payment\": {\r\n        \"Type\": {type},\r\n        \"NumberOfInstalment\": 0,\r\n        \"DiscountCode\": \"\"\r\n    },\r\n    \"Order\": {\r\n        \"Id\": [id],\r\n        \"InvType\": 0,\r\n        \"DeliveryId\": [id],\r\n        \"CountryId\": [id],\r\n        \"ProvinceId\": [id],\r\n        \"CityId\": [id],\r\n        \"DistrictId\": [id],\r\n        \"HoodId\": [id],\r\n        \"Latitude\": \"{latitude}\",\r\n        \"Longitude\": \"{longitude}\",\r\n        \"Pins\": [\r\n            {\r\n                \"ProductId\": [id],\r\n                \"Count\": 1,\r\n                \"DepotId\": [id],\r\n                \"SizeId\": [id],\r\n                \"CompanyId\": [id],\r\n                \"ColorId\": [id],\r\n                \"GtId\": [id],\r\n                \"CashPercent\": 0.0,\r\n                \"Code\": \"[id]a[id]a[id]a[id]a[id]a[id]\",\r\n                \"DeliveryId\": [id]\r\n            }\r\n        ],\r\n        \"V2\": true\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/order/review"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"html","header":[],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html>\n<head>\n    <meta charset=\"utf-8\" />\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Error - My ASP.NET Application</title>\n    <link href=\"/Content/css?v=rsU2Eji0u9P2WvZEOnL1IuAZ4thNyibej24hJDWdkAY1\" rel=\"stylesheet\"/>\n\n    <script src=\"/bundles/modernizr?v=wBEWDufH_8Md-Pbioxomt90vm6tJN2Pyy9u9zHtWsPo1\"></script>\n\n\n</head>\n<body>\n<div class=\"container\">\n    <header class=\"d-flex flex-wrap align-items-center justify-content-center justify-content-md-between py-3 mb-4 border-bottom\">\n        <a href=\"/\" class=\"d-flex align-items-center col-md-3 mb-2 mb-md-0 text-dark text-decoration-none\">\n            <h2>Application</h2>\n        </a>\n\n        <ul class=\"nav col-12 col-md-auto mb-2 justify-content-center mb-md-0\">\n            <li><a class=\"nav-link px-2 link-secondary\" href=\"/order?Length=4\">Home</a></li>\n            <li><a class=\"nav-link px-2 link-dark\" href=\"/order/About?Length=4\">About</a></li>\n            <li><a class=\"nav-link px-2 link-dark\" href=\"/order/Contact?Length=4\">Contact</a></li>\n        </ul>\n\n        <form action=\"/Account/LogOff\" class=\"navbar-right\" id=\"logoutForm\" method=\"post\"><input name=\"__RequestVerificationToken\" type=\"hidden\" value=\"ML8Y1MRac_RUvGeIqGnFwKWXxFKi039mzRzT1GHvPOAexVHy_ckrSDyeRJsgZdkcVNRRfxgabX6ZcPsQVrn6m7B96A3Mfm5imo_yrOEj7Hk_gsUcPfjMcTIv07wisom4KXox_g2\" />        <div class=\"col-md-12 text-end\">\n            <button type=\"button\" class=\"btn btn-outline-primary\">Hello 2be11482d90c429797b62be5dd8d7035_09391524118</button>\n            <a href=\"javascript:document.getElementById('logoutForm').submit()\" class=\"btn btn-outline-primary\">Log off</a>\n        </div>\n</form>\n\n    </header>\n</div>\n\n<div class=\"container body-content\">\n    \n\n\n<h1 class=\"text-danger\">Error.</h1>\n<h2 class=\"text-danger\">An error occurred while processing your request.</h2>\n\n\n    <hr/>\n    <footer>\n        <p>&copy; 2022 - My ASP.NET Application</p>\n    </footer>\n</div>\n\n<script src=\"/bundles/jquery?v=FVs3ACwOLIVInrAl5sdzR2jrCDmVOWFbZMY6g6Q0ulE1\"></script>\n\n<script src=\"/bundles/bootstrap?v=cxlObxPHmPDCnATJiJjop5QnVmh7bNO8jDcRVzBzL_I1\"></script>\n\n\n</body>\n</html>\n"}],"_postman_id":"54cc4e70-d824-4d52-85e0-fe4ef79062f0"},{"name":"CartRefresh","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"658cc4c7-6434-481e-b961-305177ddb794"}}],"id":"b0197289-ceb9-4365-b3bc-e387e6ff2b4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Pins\": [ // list of products in cart | required\r\n        {\r\n            \"ProductId\": [id], // product id\r\n            \"Count\": 1, // order quantiry\r\n            \"DepotId\": [id], // depot id\r\n            \"SizeId\": [id], // size id\r\n            \"CompanyId\": [id], // company id\r\n            \"ColorId\": [id], // color id\r\n            \"GtId\": [id], // gurranty id\r\n            \"CashPercent\": 0.0, // prepayment percent for installment order | min,max in product details\r\n            \"Code\": \"[id]a[id]a[id]a[id]a[id]a[id]\" // identification code in errors and ...\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/product/cart","description":"<p>get last product prices for update cart if products updated</p>\n","urlObject":{"path":["api","product","cart"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"1a518263-f213-47f1-a5de-587cc27f01a9","name":"OK","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Pins\": [ // list of products in cart | required\r\n        {\r\n            \"ProductId\": [id], // product id\r\n            \"Count\": 1, // order quantiry\r\n            \"DepotId\": [id], // depot id\r\n            \"SizeId\": [id], // size id\r\n            \"CompanyId\": [id], // company id\r\n            \"ColorId\": [id], // color id\r\n            \"GtId\": [id], // gurranty id\r\n            \"CashPercent\": 0.0, // prepayment percent for installment order | min,max in product details\r\n            \"Code\": \"[id]a[id]a[id]a[id]a[id]a[id]\" // identification code in errors and ...\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/product/cart"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Price\": 2300000.0000, // total price of products\n        \"OffPrice\": 2185000.0000, // total price with discunt of products\n        \"TaxExempt\": false, // tax exempt\n        \"Tax\": 0.00, // total of tax\n        \"pin\": { // sended pins\n            \"ColorId\": 3,\n            \"SizeId\": 52993,\n            \"CompanyId\": 20214,\n            \"DepotId\": 153406,\n            \"ProductId\": 1459832,\n            \"OwnerId\": null,\n            \"GtId\": 383\n        }\n    }\n]"},{"id":"deb3590f-3609-41a5-ab2a-2faf60e0fa29","name":"ServerError","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Payment\": {\r\n        \"Type\": -1,\r\n        \"NumberOfInstalment\": 0,\r\n        \"DiscountCode\": \"\"\r\n    },\r\n    \"Order\": {\r\n        \"Id\": 0,\r\n        \"InvType\": 0,\r\n        \"DeliveryId\": [id],\r\n        \"CountryId\": [id],\r\n        \"ProvinceId\": [id],\r\n        \"CityId\": [id],\r\n        \"DistrictId\": [id],\r\n        \"HoodId\": [id],\r\n        \"Latitude\": {latitude},\r\n        \"Longitude\": {longitude},\r\n        \"Pins\": [\r\n            {\r\n                \"ProductId\": [id],\r\n                \"Count\": 1,\r\n                \"DepotId\": [id],\r\n                \"SizeId\": [id],\r\n                \"CompanyId\": [id],\r\n                \"ColorId\": [id],\r\n                \"GtId\": [id],\r\n                \"CashPercent\": 0.0,\r\n                \"Code\": \"[id]a[id]a[id]a[id]a[id]a[id]\",\r\n                \"DeliveryId\": [id]\r\n            }\r\n        ],\r\n        \"V2\": true\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/product/cart"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"An error has occurred.\"\n}"}],"_postman_id":"b0197289-ceb9-4365-b3bc-e387e6ff2b4e"},{"name":"Info","event":[{"listen":"prerequest","script":{"id":"b4cd64e4-18db-4c0a-9ae0-61f85a98b840","exec":["if (pm.collectionVariables.get(\"countryId\") <= 0) {\r","    pm.collectionVariables.set('countryId', null);\r","}\r","if (pm.collectionVariables.get(\"provinceId\") <= 0) {\r","    pm.collectionVariables.set('provinceId', null);\r","}\r","if (pm.collectionVariables.get(\"cityId\") <= 0) {\r","    pm.collectionVariables.set('cityId', null);\r","}\r","if (pm.collectionVariables.get(\"districtId\") <= 0) {\r","    pm.collectionVariables.set('districtId', null);\r","}\r","if (pm.collectionVariables.get(\"hoodId\") <= 0) {\r","    pm.collectionVariables.set('hoodId', null);\r","}\r","if (pm.collectionVariables.get(\"longitude\") === '') {\r","    pm.collectionVariables.set('longitude', null);\r","}\r","if (pm.collectionVariables.get(\"latitude\") === '') {\r","    pm.collectionVariables.set('latitude', null);\r","}\r","pm.collectionVariables.set('orderId', 0);"],"type":"text/javascript","packages":{}}}],"id":"ba6d7eec-0ba1-4bfe-a826-c7a439889f9b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Payment\": {\r\n        \"NumberOfInstalment\": 0 // number of installment selected by client | default 0 \r\n    },\r\n    \"Order\": {\r\n        \"Id\": [id], // registered orderid for paylater or not paid order\r\n        \"CountryId\": [id], // selected country by client | default null\r\n        \"ProvinceId\": [id], // selected province by client | default null\r\n        \"CityId\": [id], // selected city by client | default null\r\n        \"DistrictId\": [id], // selected district by client | default null\r\n        \"HoodId\": [id], // selected hood by client | default null\r\n        \"Latitude\": \"{latitude}\", // selected latitude by client | default null\r\n        \"Longitude\": \"{longitude}\", // selected longitude by client | default null\r\n        \"Pins\": [ // list of products in cart | required\r\n            {\r\n                \"ProductId\": [id], // product id\r\n                \"Count\": 1, // order quantiry\r\n                \"DepotId\": [id], // depot id\r\n                \"SizeId\": [id], // size id\r\n                \"CompanyId\": [id], // company id\r\n                \"ColorId\": [id], // color id\r\n                \"GtId\": [id], // gurranty id\r\n                \"CashPercent\": 0.0, // prepayment percent for installment order | min,max in product details\r\n                \"Code\": \"[id]a[id]a[id]a[id]a[id]a[id]\" // identification code in errors and ...\r\n            }\r\n        ],\r\n        \"V2\": true,\r\n        \"Ndm\": true // if false, DeliveryMen list sended\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/order/orderinfo","description":"<p>get list of payment methods and deliveries</p>\n<img src=\"https://static.smx.live/UserFiles/admin/Files/Doc/OrderInfo.jpg\" alt />","urlObject":{"path":["order","orderinfo"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"c1bbc283-c6ee-43ca-976e-7ffdaf020369","name":"OK1","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Payment\": {\r\n        \"NumberOfInstalment\": 0\r\n    },\r\n    \"Order\": {\r\n        \"Id\": [id],\r\n        \"CountryId\": [id],\r\n        \"ProvinceId\": [id],\r\n        \"CityId\": [id],\r\n        \"DistrictId\": [id],\r\n        \"HoodId\": [id],\r\n        \"Latitude\": \"{latitude}\",\r\n        \"Longitude\": \"{longitude}\",\r\n        \"Pins\": [\r\n            {\r\n                \"ProductId\": [id],\r\n                \"Count\": 1,\r\n                \"DepotId\": [id],\r\n                \"SizeId\": [id],\r\n                \"CompanyId\": [id],\r\n                \"ColorId\": [id],\r\n                \"GtId\": [id],\r\n                \"CashPercent\": 0.0,\r\n                \"Code\": \"[id]a[id]a[id]a[id]a[id]a[id]\"\r\n            }\r\n        ],\r\n        \"V2\": true,\r\n        \"Ndm\": true\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/order/orderinfo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Payments\": [ // list of payment methods\n        {\n            \"Description\": \"شما میتوانید مبلغ سفارش را آنلاین و در کم ترین زمان ممکن پرداخت کنید.\", // description of payment\n            \"Type\": 0 // type of payment | required 0 online, 1 fish, 2 cashe, 3 ussd, 4 paylater, 5 cheque, 6 wallet\n        },\n        {\n            \"Description\": \"چک بانکی\",\n            \"Type\": 5\n        },\n        {\n            \"Description\": \" فیش بانکی\",\n            \"Type\": 1\n        },\n        {\n            \"Description\": \"شما می توانید وجه سفارش خود را در هنگام تحویل پرداخت کنید.\",\n            \"Type\": 2\n        }\n    ],\n    \"Deleted\": [],\n    \"Delivery\": null, // delivery list not grouped\n    \"GroupDelivery\": [ // list of grouped deliveries\n        {\n            \"Codes\": [ // list of pins code [products]\n                \"1459832a153406a3a20214a52993a383\"\n            ],\n            \"Deliveries\": [ // delivery list\n                {\n                    \"Id\": 150918, // id number\n                    \"Name\": \"تایگرشات\", // delivery name\n                    \"Description\": \"تحویل کالا کمتر از 36 ساعت\", // delivery description\n                    \"PayLater\": false, // is paylater ?\n                    \"MaxWeight\": 0.00, // max weight allowed\n                    \"OverWeight\": false, // max weight reached ?\n                    \"undefined\": false, // cost not calced ?\n                    \"Cost\": 12000.00, // delivery cost\n                    \"CostExchange\": 0.0000, // cost excahnge in Toman\n                    \"Categories\": [ // delivery product categories\n                        543395\n                    ],\n                    \"MethodCost\": null,\n                    \"Error\": null,\n                    \"Multi\": 0\n                }\n            ]\n        }\n    ],\n    \"DeliveryMen\": [ // if Ndm=false\n        {\n            \"Id\": null,\n            \"IntId\": 9321, // id\n            \"UserName\": \"peyk22\", // username\n            \"FirstName\": \"تست پیک\", // first name\n            \"LastName\": null, // last name\n            \"Name\": \"تست پیک \", // full name\n            \"Status\": 0, // status\n            \"ProfilePic\": null // picture\n        }\n    ]\n}"},{"id":"f66db1d9-f9dd-4c61-aaa2-0c04d086cd5a","name":"OK2","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Payment\": {\r\n        \"NumberOfInstalment\": 0\r\n    },\r\n    \"Order\": {\r\n        \"Id\": [id],\r\n        \"CountryId\": [id],\r\n        \"ProvinceId\": [id],\r\n        \"CityId\": [id],\r\n        \"DistrictId\": [id],\r\n        \"HoodId\": [id],\r\n        \"Latitude\": \"{latitude}\",\r\n        \"Longitude\": \"{longitude}\",\r\n        \"Pins\": [\r\n            {\r\n                \"ProductId\": [id],\r\n                \"Count\": 1,\r\n                \"DepotId\": [id],\r\n                \"SizeId\": [id],\r\n                \"CompanyId\": [id],\r\n                \"ColorId\": [id],\r\n                \"GtId\": [id],\r\n                \"CashPercent\": 0.0,\r\n                \"Code\": \"[id]a[id]a[id]a[id]a[id]a[id]\"\r\n            }\r\n        ],\r\n        \"V2\": true,\r\n        \"Ndm\": true\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/order/orderinfo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Payments\": [ // list of payment methods\n        {\n            \"Description\": \"شما میتوانید مبلغ سفارش را آنلاین و در کم ترین زمان ممکن پرداخت کنید.\", // description of payment\n            \"Type\": 0 // type of payment | required 0 online, 1 fish, 2 cashe, 3 ussd, 4 paylater, 5 cheque, 6 wallet\n        },\n        {\n            \"Description\": \"چک بانکی\",\n            \"Type\": 5\n        },\n        {\n            \"Description\": \" فیش بانکی\",\n            \"Type\": 1\n        },\n        {\n            \"Description\": \"شما می توانید وجه سفارش خود را در هنگام تحویل پرداخت کنید.\",\n            \"Type\": 2\n        }\n    ],\n    \"Deleted\": [],\n    \"Delivery\": [ // delivery list\n        {\n            \"Id\": 150918, // id number\n            \"Name\": \"تایگرشات\", // delivery name\n            \"Description\": \"تحویل کالا کمتر از 36 ساعت\", // delivery description\n            \"PayLater\": false, // is paylater ?\n            \"MaxWeight\": 0.00, // max weight allowed\n            \"OverWeight\": false, // max weight reached ?\n            \"undefined\": false, // cost not calced ?\n            \"Cost\": 12000.00, // delivery cost\n            \"CostExchange\": 0.0000, // cost excahnge in Toman\n            \"MethodCost\": null,\n            \"Error\": null,\n            \"Multi\": 0\n        }\n    ],\n    \"GroupDelivery\": null,\n    \"DeliveryMen\": [ // if Ndm=false\n        {\n            \"Id\": null,\n            \"IntId\": 9321, // id\n            \"UserName\": \"peyk22\", // username\n            \"FirstName\": \"تست پیک\", // first name\n            \"LastName\": null, // last name\n            \"Name\": \"تست پیک \", // full name\n            \"Status\": 0, // status\n            \"ProfilePic\": null // picture\n        }\n    ]\n}"},{"id":"d244e862-7f01-4804-be3a-7d481ee64501","name":"ServerError","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Payment\": {\r\n        \"NumberOfInstalment\": 0\r\n    },\r\n    \"Order\": {\r\n        \"Id\": [id],\r\n        \"CountryId\": [id],\r\n        \"ProvinceId\": [id],\r\n        \"CityId\": [id], \r\n        \"DistrictId\": [id],\r\n        \"HoodId\": [id],\r\n        \"Latitude\": {latitude},\r\n        \"Longitude\": {longitude},\r\n        \"Pins\": [\r\n            {\r\n                \"ProductId\": [id],\r\n                \"Count\": 1,\r\n                \"DepotId\": [id],\r\n                \"SizeId\": [id],\r\n                \"CompanyId\": [id],\r\n                \"ColorId\": [id],\r\n                \"GtId\": [id],\r\n                \"CashPercent\": 0.0,\r\n                \"Code\": \"[id]a[id]a[id]a[id]a[id]a[id]\"\r\n            }\r\n        ],\r\n        \"V2\": true,\r\n        \"Ndm\": true\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/order/orderinfo"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"html","header":[],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html>\n    <head>\n        <meta charset=\"utf-8\" />\n        <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n        <title>Error - My ASP.NET Application</title>\n        <link href=\"/Content/css?v=rsU2Eji0u9P2WvZEOnL1IuAZ4thNyibej24hJDWdkAY1\" rel=\"stylesheet\"/>\n        <script src=\"/bundles/modernizr?v=wBEWDufH_8Md-Pbioxomt90vm6tJN2Pyy9u9zHtWsPo1\"></script>\n    </head>\n    <body>\n        <div class=\"container\">\n            <header class=\"d-flex flex-wrap align-items-center justify-content-center justify-content-md-between py-3 mb-4 border-bottom\">\n                <a href=\"/\" class=\"d-flex align-items-center col-md-3 mb-2 mb-md-0 text-dark text-decoration-none\">\n                    <h2>Application</h2>\n                </a>\n                <ul class=\"nav col-12 col-md-auto mb-2 justify-content-center mb-md-0\">\n                    <li>\n                        <a class=\"nav-link px-2 link-secondary\" href=\"/order?Length=4\">Home</a>\n                    </li>\n                    <li>\n                        <a class=\"nav-link px-2 link-dark\" href=\"/order/About?Length=4\">About</a>\n                    </li>\n                    <li>\n                        <a class=\"nav-link px-2 link-dark\" href=\"/order/Contact?Length=4\">Contact</a>\n                    </li>\n                </ul>\n                <form action=\"/Account/LogOff\" class=\"navbar-right\" id=\"logoutForm\" method=\"post\">\n                    <input name=\"__RequestVerificationToken\" type=\"hidden\" value=\"XGD1NuQJvA4knoFau1fLPit1_037jUGfgYRksNUcTqACbw4JcLSDA4TjJSLAR9QckEjA3KyxrXIZ0sWdmu5vglv6zuaMCSSy7-dC8GExBabDjqfeYtpzhX32gkoipZ2KGsYdpQ2\" />\n                    <div class=\"col-md-12 text-end\">\n                        <button type=\"button\" class=\"btn btn-outline-primary\">Hello 2be11482d90c429797b62be5dd8d7035_09391524118</button>\n                        <a href=\"javascript:document.getElementById('logoutForm').submit()\" class=\"btn btn-outline-primary\">Log off</a>\n                    </div>\n                </form>\n            </header>\n        </div>\n        <div class=\"container body-content\">\n            <h1 class=\"text-danger\">Error.</h1>\n            <h2 class=\"text-danger\">An error occurred while processing your request.</h2>\n            <hr/>\n            <footer>\n                <p>&copy; 2022 - My ASP.NET Application</p>\n            </footer>\n        </div>\n        <script src=\"/bundles/jquery?v=FVs3ACwOLIVInrAl5sdzR2jrCDmVOWFbZMY6g6Q0ulE1\"></script>\n        <script src=\"/bundles/bootstrap?v=cxlObxPHmPDCnATJiJjop5QnVmh7bNO8jDcRVzBzL_I1\"></script>\n    </body>\n</html>"}],"_postman_id":"ba6d7eec-0ba1-4bfe-a826-c7a439889f9b"},{"name":"Portals","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"a8c6ee04-0fc4-4da5-bbd4-6118346544fc"}}],"id":"788db056-f4a9-46c5-be7e-1959ace72dc2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"ProductId\": [id]\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/order/{type}/portals","description":"<p>list of online payment portals</p>\n<img src=\"https://static.smx.live/UserFiles/admin/Files/Doc/OrderPortals.jpg\" alt />","urlObject":{"path":["api","order","{type}","portals"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"c633b432-107f-4ec6-a148-89884ab36bc4","name":"OK","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"ProductId\": [id]\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/order/{type}/portals"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Id\": 5587, // portal id\n        \"BankPortalId\": 7, // bankd id\n        \"Name\": \"ملت\", // bank name\n        \"PicLink\": \"data/upload/admin/bankportal/f2ebe7eb4664fa99f1b20b030409a7dc1483603669.png\", // bank picture\n        \"ScriptId\": \"bankmellat.ir\", // portal script id\n        \"CommissionPercent\": 0.00 // portal commission percent\n    },\n    {\n        \"Id\": 5588,\n        \"BankPortalId\": 1009,\n        \"Name\": \"بانک ملی\",\n        \"PicLink\": \"data/upload/admin/bankportal/a6cc0830a02ffcf4fc088173b20aca481483603702.jpg\",\n        \"ScriptId\": \"bmi.ir\",\n        \"CommissionPercent\": 0.00\n    },\n    {\n        \"Id\": 5647,\n        \"BankPortalId\": 1012,\n        \"Name\": \"سامان کیش\",\n        \"PicLink\": \"data/upload/Admin/bankportal/d1c3f931219014e8e921acf39a14f1021565857000.png\",\n        \"ScriptId\": \"sb24.com\",\n        \"CommissionPercent\": 0.00\n    }\n]"},{"id":"a52d63ef-7ac2-413d-810f-e5d9bf0e72c1","name":"ServerError","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"ProductId\": [id]\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/order/{type}/portals"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"html","header":[],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html>\n    <head>\n        <meta charset=\"utf-8\" />\n        <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n        <title>Error - My ASP.NET Application</title>\n        <link href=\"/Content/css?v=rsU2Eji0u9P2WvZEOnL1IuAZ4thNyibej24hJDWdkAY1\" rel=\"stylesheet\"/>\n        <script src=\"/bundles/modernizr?v=wBEWDufH_8Md-Pbioxomt90vm6tJN2Pyy9u9zHtWsPo1\"></script>\n    </head>\n    <body>\n        <div class=\"container\">\n            <header class=\"d-flex flex-wrap align-items-center justify-content-center justify-content-md-between py-3 mb-4 border-bottom\">\n                <a href=\"/\" class=\"d-flex align-items-center col-md-3 mb-2 mb-md-0 text-dark text-decoration-none\">\n                    <h2>Application</h2>\n                </a>\n                <ul class=\"nav col-12 col-md-auto mb-2 justify-content-center mb-md-0\">\n                    <li>\n                        <a class=\"nav-link px-2 link-secondary\" href=\"/order?Length=4\">Home</a>\n                    </li>\n                    <li>\n                        <a class=\"nav-link px-2 link-dark\" href=\"/order/About?Length=4\">About</a>\n                    </li>\n                    <li>\n                        <a class=\"nav-link px-2 link-dark\" href=\"/order/Contact?Length=4\">Contact</a>\n                    </li>\n                </ul>\n                <form action=\"/Account/LogOff\" class=\"navbar-right\" id=\"logoutForm\" method=\"post\">\n                    <input name=\"__RequestVerificationToken\" type=\"hidden\" value=\"XGD1NuQJvA4knoFau1fLPit1_037jUGfgYRksNUcTqACbw4JcLSDA4TjJSLAR9QckEjA3KyxrXIZ0sWdmu5vglv6zuaMCSSy7-dC8GExBabDjqfeYtpzhX32gkoipZ2KGsYdpQ2\" />\n                    <div class=\"col-md-12 text-end\">\n                        <button type=\"button\" class=\"btn btn-outline-primary\">Hello 2be11482d90c429797b62be5dd8d7035_09391524118</button>\n                        <a href=\"javascript:document.getElementById('logoutForm').submit()\" class=\"btn btn-outline-primary\">Log off</a>\n                    </div>\n                </form>\n            </header>\n        </div>\n        <div class=\"container body-content\">\n            <h1 class=\"text-danger\">Error.</h1>\n            <h2 class=\"text-danger\">An error occurred while processing your request.</h2>\n            <hr/>\n            <footer>\n                <p>&copy; 2022 - My ASP.NET Application</p>\n            </footer>\n        </div>\n        <script src=\"/bundles/jquery?v=FVs3ACwOLIVInrAl5sdzR2jrCDmVOWFbZMY6g6Q0ulE1\"></script>\n        <script src=\"/bundles/bootstrap?v=cxlObxPHmPDCnATJiJjop5QnVmh7bNO8jDcRVzBzL_I1\"></script>\n    </body>\n</html>"}],"_postman_id":"788db056-f4a9-46c5-be7e-1959ace72dc2"},{"name":"Bank List","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"6e733d99-42b0-447f-a518-1277a4ba1ded"}}],"id":"d0b1a428-f44e-4d0f-a90b-223d6073bd2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/bankaccount","description":"<p>list of banks for fish payment</p>\n<img src=\"https://static.smx.live/UserFiles/admin/Files/Doc/OrderFish.jpg\" />\n\n<img src=\"https://static.smx.live/UserFiles/admin/Files/Doc/OrderCheque.jpg\" alt />","urlObject":{"path":["api","bankaccount"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"cc70d76e-3adf-42ed-b813-961a37170f84","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":"https://api.example.com/api/bankaccount"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Name\": \"بانک تست\", // bank name\n        \"Code\": null,\n        \"Owner\": \"تست تستی\", // owner of account\n        \"AccountNumber\": \"12345677776\", // account number\n        \"CardNumber\": \"234242342342423423234\", // card number\n        \"Id\": 60195, // id of record\n        \"LangId\": 0\n    }\n]"},{"id":"649700e1-d24b-47fc-a4b0-db262ae30631","name":"ServerError","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/api/bankaccount"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"html","header":[],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html>\n    <head>\n        <meta charset=\"utf-8\" />\n        <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n        <title>Error - My ASP.NET Application</title>\n        <link href=\"/Content/css?v=rsU2Eji0u9P2WvZEOnL1IuAZ4thNyibej24hJDWdkAY1\" rel=\"stylesheet\"/>\n        <script src=\"/bundles/modernizr?v=wBEWDufH_8Md-Pbioxomt90vm6tJN2Pyy9u9zHtWsPo1\"></script>\n    </head>\n    <body>\n        <div class=\"container\">\n            <header class=\"d-flex flex-wrap align-items-center justify-content-center justify-content-md-between py-3 mb-4 border-bottom\">\n                <a href=\"/\" class=\"d-flex align-items-center col-md-3 mb-2 mb-md-0 text-dark text-decoration-none\">\n                    <h2>Application</h2>\n                </a>\n                <ul class=\"nav col-12 col-md-auto mb-2 justify-content-center mb-md-0\">\n                    <li>\n                        <a class=\"nav-link px-2 link-secondary\" href=\"/order?Length=4\">Home</a>\n                    </li>\n                    <li>\n                        <a class=\"nav-link px-2 link-dark\" href=\"/order/About?Length=4\">About</a>\n                    </li>\n                    <li>\n                        <a class=\"nav-link px-2 link-dark\" href=\"/order/Contact?Length=4\">Contact</a>\n                    </li>\n                </ul>\n                <form action=\"/Account/LogOff\" class=\"navbar-right\" id=\"logoutForm\" method=\"post\">\n                    <input name=\"__RequestVerificationToken\" type=\"hidden\" value=\"XGD1NuQJvA4knoFau1fLPit1_037jUGfgYRksNUcTqACbw4JcLSDA4TjJSLAR9QckEjA3KyxrXIZ0sWdmu5vglv6zuaMCSSy7-dC8GExBabDjqfeYtpzhX32gkoipZ2KGsYdpQ2\" />\n                    <div class=\"col-md-12 text-end\">\n                        <button type=\"button\" class=\"btn btn-outline-primary\">Hello 2be11482d90c429797b62be5dd8d7035_09391524118</button>\n                        <a href=\"javascript:document.getElementById('logoutForm').submit()\" class=\"btn btn-outline-primary\">Log off</a>\n                    </div>\n                </form>\n            </header>\n        </div>\n        <div class=\"container body-content\">\n            <h1 class=\"text-danger\">Error.</h1>\n            <h2 class=\"text-danger\">An error occurred while processing your request.</h2>\n            <hr/>\n            <footer>\n                <p>&copy; 2022 - My ASP.NET Application</p>\n            </footer>\n        </div>\n        <script src=\"/bundles/jquery?v=FVs3ACwOLIVInrAl5sdzR2jrCDmVOWFbZMY6g6Q0ulE1\"></script>\n        <script src=\"/bundles/bootstrap?v=cxlObxPHmPDCnATJiJjop5QnVmh7bNO8jDcRVzBzL_I1\"></script>\n    </body>\n</html>"}],"_postman_id":"d0b1a428-f44e-4d0f-a90b-223d6073bd2e"},{"name":"OrderInfo","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"1e4343c5-bf2b-44f7-87ea-a81da1d2a822"}}],"id":"5baeb81f-3c12-46ec-9f59-d9376790e7f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/customer/order/[id]","description":"<p>get order delivery &amp; payment list</p>\n","urlObject":{"path":["customer","order","[id]"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"515421b9-5160-4679-bfb2-637466024ce0","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":"https://api.example.com/customer/order/[id]"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ // order details model\n    \"order\": { // order model\n        \"date\": \"2022-02-28T09:45:02\", // date registered\n        \"AddedDate\": \"/Date(1646028902150)/\",\n        \"Id\": 2054620, // id of order\n        \"Address\": \"تست تست تست تست\", // receiver address\n        \"Code\": \"2Qltwp4U\", // order track code\n        \"Description\": \"\", // receiver description\n        \"Mobile\": \"09391524118\", // receiver mobile\n        \"Payed\": false, // order payed ?\n        \"Phone\": \"09876543210\", // receiver phone\n        \"PostalCode\": \"2342423423\", // receiver postal code\n        \"ReceiverName\": \"تست پشتیبانی \", // receiver full name\n        \"Status\": 0,\n        \"TotalPrice\": 340000.0000, // total price of products\n        \"TotalPay\": 340000.00, // payed amount\n        \"Longitude\": null, // receiver longitude\n        \"Latitude\": null, // receiver latitude\n        \"PostOffice\": null, // delivery system selected such centeral post or frotel\n        \"DeliveryName\": \"تایگرشات\", // delivery name\n        \"Country\": null, // receiver country\n        \"CountryAbbr\": null,\n        \"City\": \"تهران\", // receiver city\n        \"Province\": \"تهران\", // receiver province\n        \"DistrictName\": null, // receiver district\n        \"HoodName\": null, // receiver hood\n        \"CountryId\": null,\n        \"ProvinceId\": 13,\n        \"CityId\": 11,\n        \"SellerDescription\": \"\", // admin description\n        \"TotalPoint\": 10.00, // total point\n        \"TotalPoint2\": 0.00,\n        \"TotalPoint3\": 0.00,\n        \"TotalWeight\": 0.00, // total weight\n        \"TotalExchanged\": 0.00, // total payment exchange in ExchangeUnit\n        \"CurrencyUnit\": 0, // order unit\n        \"TotalPv\": 0.00,\n        \"TotalPv2\": 0.00,\n        \"TotalPv3\": 0.00,\n        \"TotalValue\": 340000.00,\n        \"Transportation\": 0,\n        \"Refund\": 0.00,\n        \"CustomerCode\": null,\n        \"DeliveryCode\": \"\",\n        \"ReferredDate\": null,\n        \"GroupCharge\": 0.00,\n        \"NationalCode\": \"2372547097\", // receiver nationalCode\n        \"SellPercent\": 0.00,\n        \"ConsumePercent\": 0.00,\n        \"PostBarCode\": null, // delivery barcode\n        \"DeliverToPost\": null, // date of delivery to the delivery system agent\n        \"Credible\": false, // checkouted ? for credit pay\n        \"DeliveryPayLater\": false, // delivery is payLater?\n        \"Off\": 0.00, // products discount\n        \"IsAdmin\": false, // added by admin?\n        \"SchemeCommission\": 0.00, // plan fee\n        \"Type\": 0,\n        \"LangId\": 0,\n        \"TreeSetting\": null,\n        \"PayAmountChangers\": [ // extra amounts\n            {\n                \"Date\": \"/Date(1629102514967)/\",\n                \"Name\": \"کرایه\", // label\n                \"Code\": \"1\",\n                \"Description\": null,\n                \"Amount\": 5000.00,\n                \"Extra\": true,\n                \"Type\": 0,\n                \"IsActive\": true,\n                \"Pins\": [],\n                \"Total\": 5000.00, // amount +-\n                \"State\": 0,\n                \"Id\": 9,\n                \"User\": null,\n                \"UserId\": null,\n                \"LangId\": 0,\n                \"Events\": []\n            },\n            {\n                \"Date\": \"/Date(1629102528920)/\",\n                \"Name\": \"تخفیف جشنواره\",\n                \"Code\": \"2\",\n                \"Description\": null,\n                \"Amount\": 17000.00,\n                \"Extra\": false,\n                \"Type\": 0,\n                \"IsActive\": true,\n                \"Pins\": [],\n                \"Total\": -17000.00,\n                \"State\": 0,\n                \"Id\": 10,\n                \"User\": null,\n                \"UserId\": null,\n                \"LangId\": 0,\n                \"Events\": []\n            }\n        ],\n        \"PostError\": \"\", // delivery system error message\n        \"WalletPoint\": false, // unit is point ?\n        \"BinaryType\": 0,\n        \"OwnerId\": 0,\n        \"Affiliate\": false,\n        \"AffiliateCommission\": 0.00,\n        \"CommissionSummary\": null,\n        \"Bp\": 0.00,\n        \"Bv\": 0.00,\n        \"DeliveryDetail\": null,\n        \"Ops\": null // operator info if addedd by operator\n    },\n    \"payment\": { // payment model\n        \"ParentDiscount\": 0.00, // parent shop discount\n        \"BankAccountId\": null, // selected bank id\n        \"Date\": \"2022-02-28T09:45:02\", // pay date\n        \"Discount\": 0.00, // discount code amount\n        \"DiscountCode\": \"\", // discount code\n        \"FishNumber\": null, // fish number\n        \"OrderId\": 2054620, // order id\n        \"Portal\": \"\",\n        \"Type\": 2, // payment type\n        \"TrackingCode\": \"2Qltwp4U\", // order track code\n        \"TotalPayment\": 340000.0000, // total payment\n        \"TransGet\": null, // portal track code\n        \"IdGet\": null,\n        \"TaxCost\": 0.00, // tax cost\n        \"PostCost\": 12000.00, // delivery cost\n        \"Discount2\": 0.00, // auto discount amount\n        \"DiscountCode2\": null, // auto discount code\n        \"PayMethodDiscount\": 0.00, // payment method discount\n        \"PayAmount\": 340000.00, // minimum payment amount\n        \"PayAmountExchange\": 0.00, // PayAmount exchange in ExchangeUnit\n        \"ExchangeUnit\": null, // exchange unit \n        \"ChequeDate\": null, // cheque date\n        \"ChequeAmount\": null, // cheque amount\n        \"ChequeNumber\": null, // cheque number\n        \"CashWallet\": 0.00, // wallet amount\n        \"CashAmount\": 340000.00, // cash amount\n        \"PostCostExchanged\": 0.00, // post cost exchange in ExchangeUnit\n        \"ProcessingCost\": 0.00, // process cost\n        \"PostMultiplier\": 1.00, // delivery cost multiplier | default 1\n        \"PostUndefined\": false, // delivery cost not calced\n        \"NumberOfInstalment\": 0, // number of installment\n        \"InstalmentAmount\": 0.00, // installment amount\n        \"InstalmentCommission\": 0.00, // installment percent\n        \"Paid\": 0, // paid amount\n        \"Remain\": 340000.0000, // remain amount\n        \"TotalDiscount\": 0.00, // total discounts\n        \"Off\": 0.00, // products discounts\n        \"PortalCommission\": 0.00, // potal fee amount\n        \"ExpiresAt\": null\n    },\n    \"attachments\": [ // attachment model\n    ],\n    \"products\": [ // pins model\n        {\n            \"Id\": 2462278, // pin id\n            \"ProductId\": 1481431, // product id\n            \"OrderId\": 2054620,\n            \"SizeId\": null, // size id\n            \"ColorId\": null, // color id\n            \"CompanyId\": null, // company id\n            \"DepotId\": 153406, // depot id\n            \"GtId\": null, // gurranty id\n            \"name\": \"سرم آبرسان گل رز فیزیشن فرمولا\", // product name\n            \"price\": 340000.00,\n            \"oprice\": null,\n            \"offprice\": null, // price with off\n            \"count\": 100,\n            \"piclink\": \"/UserFiles/livegallery4/Images/Product/202109141138039983.jpg\",\n            \"quantity\": 1,\n            \"size\": \"\",\n            \"color\": \"\",\n            \"company\": \"\",\n            \"Color\": null,\n            \"ColorName\": null,\n            \"total\": 340000.00, // total price\n            \"osname\": null,\n            \"ocname\": null,\n            \"odname\": null,\n            \"DepotName\": \"Central\",\n            \"Serial\": \"1084\",\n            \"Weight\": 0.00,\n            \"Point\": 10.00,\n            \"Pv\": 0.00,\n            \"LatinName\": \"PHYSICIANS FORMULA\",\n            \"Tax\": 0.00,\n            \"FakeName\": null,\n            \"OriginalPrice\": 340000.00,\n            \"AddType\": \"manual\",\n            \"IsGift\": false,\n            \"GiftyId\": null,\n            \"PageTitle\": null,\n            \"Unit\": null,\n            \"CountPerUnit\": 1,\n            \"Instalment\": 0,\n            \"InstalmentCommission\": 0.00, // installment fee percent\n            \"CashPercent\": 0.00, // installment prepayment percent\n            \"CashAmount\": 340000.00,\n            \"InstalmentAmount\": 0.00, // installment amount\n            \"cat\": null,\n            \"Off\": 0.00, // product discount\n            \"DaysToSend\": null,\n            \"Guaranty\": null,\n            \"UnitPrice\": 340000.00,\n            \"TotalTax\": 0.00,\n            \"Total\": 340000.00,\n            \"TotalPrice\": 340000.00,\n            \"UnitOff\": 0.00,\n            \"CommissionPercent\": 0.00,\n            \"CompanyPortion\": 340000.0000,\n            \"TotalCommissionMarketPlace\": 0.0000,\n            \"TotalPackingFee\": 0.00,\n            \"MinerCost\": 0.00,\n            \"Type\": 0,\n            \"Inquiry\": false,\n            \"DeliveryDetail\": { // selected delivery for this products | default null\n                \"Id\": 150918,\n                \"Name\": \"تایگرشات\",\n                \"Description\": \"تحویل کالا کمتر از 36 ساعت\",\n                \"PayLater\": false,\n                \"MaxWeight\": 0.00,\n                \"OverWeight\": false,\n                \"undefined\": false,\n                \"Cost\": 12000.00,\n                \"CostExchange\": 0.0000,\n                \"Categories\": [],\n                \"MethodCost\": null,\n                \"Error\": null,\n                \"Multi\": 0.0\n            }\n        }\n    ],\n    \"totalPrice\": 340000.00,\n    \"commission\": 0.00,\n    \"settlements\": [],\n    \"shop\": { // shop details\n        \"IntId\": 36342,\n        \"Id\": \"2be11482-d90c-4297-97b6-2be5dd8d7035\",\n        \"ShopName\": \"شیک مارکت\",\n        \"Address\": null\n    },\n    \"delivery\": null\n}"},{"id":"28d7072e-821b-48ad-acb9-835c449fbc5f","name":"NotFound","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":"https://api.example.com/customer/order/[id]"},"status":"Not Found","code":404,"_postman_previewlanguage":"html","header":[],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\"/>\n<title>404 - File or directory not found.</title>\n<style type=\"text/css\">\n<!--\nbody{margin:0;font-size:.7em;font-family:Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;}\nfieldset{padding:0 15px 10px 15px;} \nh1{font-size:2.4em;margin:0;color:#FFF;}\nh2{font-size:1.7em;margin:0;color:#CC0000;} \nh3{font-size:1.2em;margin:10px 0 0 0;color:#000000;} \n#header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:\"trebuchet MS\", Verdana, sans-serif;color:#FFF;\nbackground-color:#555555;}\n#content{margin:0 0 0 2%;position:relative;}\n.content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;position:relative;}\n-->\n</style>\n</head>\n<body>\n<div id=\"header\"><h1>Server Error</h1></div>\n<div id=\"content\">\n <div class=\"content-container\"><fieldset>\n  <h2>404 - File or directory not found.</h2>\n  <h3>The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.</h3>\n </fieldset></div>\n</div>\n</body>\n</html>"},{"id":"d09afc88-cbe1-482a-aa86-a2ca28c38183","name":"ServerError","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/customer/order/[id]"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"html","header":[],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html>\n    <head>\n        <meta charset=\"utf-8\" />\n        <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n        <title>Error - My ASP.NET Application</title>\n        <link href=\"/Content/css?v=rsU2Eji0u9P2WvZEOnL1IuAZ4thNyibej24hJDWdkAY1\" rel=\"stylesheet\"/>\n        <script src=\"/bundles/modernizr?v=wBEWDufH_8Md-Pbioxomt90vm6tJN2Pyy9u9zHtWsPo1\"></script>\n    </head>\n    <body>\n        <div class=\"container\">\n            <header class=\"d-flex flex-wrap align-items-center justify-content-center justify-content-md-between py-3 mb-4 border-bottom\">\n                <a href=\"/\" class=\"d-flex align-items-center col-md-3 mb-2 mb-md-0 text-dark text-decoration-none\">\n                    <h2>Application</h2>\n                </a>\n                <ul class=\"nav col-12 col-md-auto mb-2 justify-content-center mb-md-0\">\n                    <li>\n                        <a class=\"nav-link px-2 link-secondary\" href=\"/order?Length=4\">Home</a>\n                    </li>\n                    <li>\n                        <a class=\"nav-link px-2 link-dark\" href=\"/order/About?Length=4\">About</a>\n                    </li>\n                    <li>\n                        <a class=\"nav-link px-2 link-dark\" href=\"/order/Contact?Length=4\">Contact</a>\n                    </li>\n                </ul>\n                <form action=\"/Account/LogOff\" class=\"navbar-right\" id=\"logoutForm\" method=\"post\">\n                    <input name=\"__RequestVerificationToken\" type=\"hidden\" value=\"XGD1NuQJvA4knoFau1fLPit1_037jUGfgYRksNUcTqACbw4JcLSDA4TjJSLAR9QckEjA3KyxrXIZ0sWdmu5vglv6zuaMCSSy7-dC8GExBabDjqfeYtpzhX32gkoipZ2KGsYdpQ2\" />\n                    <div class=\"col-md-12 text-end\">\n                        <button type=\"button\" class=\"btn btn-outline-primary\">Hello 2be11482d90c429797b62be5dd8d7035_09391524118</button>\n                        <a href=\"javascript:document.getElementById('logoutForm').submit()\" class=\"btn btn-outline-primary\">Log off</a>\n                    </div>\n                </form>\n            </header>\n        </div>\n        <div class=\"container body-content\">\n            <h1 class=\"text-danger\">Error.</h1>\n            <h2 class=\"text-danger\">An error occurred while processing your request.</h2>\n            <hr/>\n            <footer>\n                <p>&copy; 2022 - My ASP.NET Application</p>\n            </footer>\n        </div>\n        <script src=\"/bundles/jquery?v=FVs3ACwOLIVInrAl5sdzR2jrCDmVOWFbZMY6g6Q0ulE1\"></script>\n        <script src=\"/bundles/bootstrap?v=cxlObxPHmPDCnATJiJjop5QnVmh7bNO8jDcRVzBzL_I1\"></script>\n    </body>\n</html>"}],"_postman_id":"5baeb81f-3c12-46ec-9f59-d9376790e7f1"},{"name":"TrackCode","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"84cca813-7348-4ab2-ba7c-c8b565b79cbe"}}],"id":"8051e5e1-6169-42e0-95d0-1afa670c01a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/order/track?Code=[code]","description":"<p>track order by order code</p>\n","urlObject":{"path":["order","track"],"host":["https://api.example.com"],"query":[{"key":"Code","value":"[code]"}],"variable":[]}},"response":[{"id":"18184722-eb4b-4c39-8725-a988e94f85e8","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":{"raw":"https://api.example.com/order/track?Code=[code]","host":["https://api.example.com"],"path":["order","track"],"query":[{"key":"Code","value":"[code]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ // order detail model\n    \"order\": {\n        \"date\": \"2022-09-19T16:57:54\",\n        \"AddedDate\": \"2022-09-19T16:57:54\",\n        \"Id\": 2065206,\n        \"Address\": \"Tehran, Azadi Blvd, Blur Building\",\n        \"Code\": \"OazplSR3\",\n        \"Description\": null,\n        \"Mobile\": \"09123456789\",\n        \"Payed\": false,\n        \"Phone\": \"0211234567\",\n        \"PostalCode\": \"123456789\",\n        \"ReceiverName\": \"Test Testi\",\n        \"Status\": 0,\n        \"TotalPrice\": 2300000.0000,\n        \"TotalPay\": 2195000.00,\n        \"Longitude\": null,\n        \"Latitude\": null,\n        \"PostOffice\": null,\n        \"DeliveryName\": \"تایگرشات\",\n        \"Country\": null,\n        \"CountryAbbr\": null,\n        \"City\": null,\n        \"Province\": null,\n        \"DistrictName\": null,\n        \"HoodName\": null,\n        \"CountryId\": null,\n        \"ProvinceId\": null,\n        \"CityId\": null,\n        \"SellerDescription\": \"\",\n        \"TotalPoint\": 1.00,\n        \"TotalPoint2\": 0.00,\n        \"TotalPoint3\": 0.00,\n        \"TotalWeight\": 185.00,\n        \"TotalExchanged\": 0.00,\n        \"CurrencyUnit\": 0,\n        \"TotalPv\": 0.00,\n        \"TotalPv2\": 0.00,\n        \"TotalPv3\": 0.00,\n        \"TotalValue\": 2185000.00,\n        \"Transportation\": 1,\n        \"Refund\": 0.00,\n        \"CustomerCode\": null,\n        \"DeliveryCode\": \"\",\n        \"ReferredDate\": null,\n        \"GroupCharge\": 0.00,\n        \"NationalCode\": \"0995398291\",\n        \"SellPercent\": 0.00,\n        \"ConsumePercent\": 0.00,\n        \"PostBarCode\": null,\n        \"DeliverToPost\": null,\n        \"Credible\": false,\n        \"DeliveryPayLater\": false,\n        \"Off\": 115000.00,\n        \"IsAdmin\": false,\n        \"SchemeCommission\": 0.00,\n        \"Type\": 0,\n        \"LangId\": 0,\n        \"TreeSetting\": null,\n        \"PayAmountChangers\": [\n            {\n                \"Date\": \"2021-08-16T12:58:34\",\n                \"Name\": \"کرایه\",\n                \"Code\": \"1\",\n                \"Description\": null,\n                \"Amount\": 5000.00,\n                \"Extra\": true,\n                \"Type\": 0,\n                \"IsActive\": true,\n                \"Pins\": [],\n                \"Total\": 5000.00,\n                \"Id\": 9,\n                \"LangId\": 0\n            },\n            {\n                \"Date\": \"2021-08-16T12:58:48\",\n                \"Name\": \"تخفیف جشنواره\",\n                \"Code\": \"2\",\n                \"Description\": null,\n                \"Amount\": 17000.00,\n                \"Extra\": false,\n                \"Type\": 0,\n                \"IsActive\": true,\n                \"Pins\": [],\n                \"Total\": -17000.00,\n                \"Id\": 10,\n                \"LangId\": 0\n            }\n        ],\n        \"PostError\": \"\",\n        \"WalletPoint\": false,\n        \"BinaryType\": 0,\n        \"OwnerId\": 0,\n        \"Affiliate\": false,\n        \"AffiliateCommission\": 0.00,\n        \"CommissionSummary\": null,\n        \"InstallmentSchemeId\": null,\n        \"InstallmentSchemeName\": null,\n        \"FinancialId\": null,\n        \"FinancialName\": null,\n        \"CreditId\": null,\n        \"CreditName\": null,\n        \"Bp\": 0.00,\n        \"Bv\": 0.00,\n        \"DeliveryDetail\": null,\n        \"Ops\": null\n    },\n    \"payment\": {\n        \"ParentDiscount\": 0.00,\n        \"BankAccountId\": 60195,\n        \"Date\": \"2022-09-19T16:57:54\",\n        \"Discount\": 0.00,\n        \"DiscountCode\": \"\",\n        \"FishNumber\": \"testtest\",\n        \"OrderId\": 2065206,\n        \"Portal\": \"\",\n        \"PortalId\": null,\n        \"BankPortal\": null,\n        \"Type\": 1,\n        \"TrackingCode\": \"OazplSR3\",\n        \"TotalPayment\": 2195000.0000,\n        \"TransGet\": null,\n        \"IdGet\": null,\n        \"TaxCost\": 0.00,\n        \"PostCost\": 12000.00,\n        \"Discount2\": 0.00,\n        \"DiscountCode2\": null,\n        \"PayMethodDiscount\": 0.00,\n        \"PayAmount\": 2195000.00,\n        \"PayAmountExchange\": 0.00,\n        \"ExchangeUnit\": null,\n        \"ChequeDate\": null,\n        \"ChequeAmount\": null,\n        \"ChequeNumber\": null,\n        \"CashWallet\": 0.00,\n        \"CashAmount\": 2185000.00,\n        \"PostCostExchanged\": 0.00,\n        \"ProcessingCost\": 10000.00,\n        \"PostMultiplier\": 1.00,\n        \"PostUndefined\": false,\n        \"NumberOfInstalment\": 0,\n        \"InstalmentAmount\": 0.00,\n        \"InstalmentCommission\": 0.00,\n        \"Paid\": 0.0,\n        \"Remain\": 2195000.0000,\n        \"TotalDiscount\": 115000.00,\n        \"Off\": 115000.00,\n        \"PortalCommission\": 0.00,\n        \"ExpiresAt\": null\n    },\n    \"attachments\": [\n        {\n            \"Id\": 4686,\n            \"OrderId\": 2065206,\n            \"AdminDescription\": null,\n            \"Status\": 0,\n            \"CustomerDescription\": \"Test Document\",\n            \"Date\": \"2022-10-31T11:10:04\",\n            \"Name\": \"Test\",\n            \"File\": null\n        },\n        {\n            \"Id\": 4687,\n            \"OrderId\": 2065206,\n            \"AdminDescription\": null,\n            \"Status\": 0,\n            \"CustomerDescription\": \"Test Document\",\n            \"Date\": \"2022-10-31T11:10:39\",\n            \"Name\": \"Test\",\n            \"File\": \"/UserFiles/livegallery4/Images/Logo/202104101151421156.png\"\n        },\n        {\n            \"Id\": 4688,\n            \"OrderId\": 2065206,\n            \"AdminDescription\": null,\n            \"Status\": 0,\n            \"CustomerDescription\": \"Test Document\",\n            \"Date\": \"2022-10-31T11:12:38\",\n            \"Name\": \"Test\",\n            \"File\": null\n        },\n        {\n            \"Id\": 4693,\n            \"OrderId\": 2065206,\n            \"AdminDescription\": null,\n            \"Status\": 0,\n            \"CustomerDescription\": \"Test Document\",\n            \"Date\": \"2022-10-31T11:28:05\",\n            \"Name\": \"Test\",\n            \"File\": \"/UserFiles/livegallery4/Images/Logo/202104101151421156.png\"\n        }\n    ],\n    \"products\": [\n        {\n            \"Id\": 2564244,\n            \"ProductId\": 1459832,\n            \"OrderId\": 2065206,\n            \"SizeId\": 52993,\n            \"ColorId\": 3,\n            \"CompanyId\": 20214,\n            \"DepotId\": 153406,\n            \"GtId\": 383,\n            \"name\": \"گوشی موبایل شیائومی مدل Redmi 9A M2006C3LG دو سیم‌ کارت ظرفیت 32 گیگابایت\",\n            \"price\": 2185000.00,\n            \"oprice\": null,\n            \"offprice\": null,\n            \"count\": 0,\n            \"piclink\": \"/UserFiles/livegallery4/Images/ProductGallery/967239/202209050934223576.jpg\",\n            \"quantity\": 1,\n            \"size\": \"\",\n            \"color\": \"\",\n            \"company\": \"\",\n            \"Color\": null,\n            \"ColorName\": \"سبز()\",\n            \"total\": 2185000.00,\n            \"osname\": \"64\",\n            \"ocname\": \"سبز()\",\n            \"odname\": \"پخش هوشمند\",\n            \"DepotName\": \"Central\",\n            \"Serial\": \"967239\",\n            \"Weight\": 185.00,\n            \"Point\": 1.00,\n            \"Pv\": 0.00,\n            \"LatinName\": \"Xiaomi Redmi 9A M2006C3LG Dual SIM 32GB Mobile Phone\",\n            \"Tax\": 0.00,\n            \"FakeName\": null,\n            \"OriginalPrice\": 2300000.00,\n            \"AddType\": \"manual\",\n            \"IsGift\": false,\n            \"GiftyId\": null,\n            \"PageTitle\": null,\n            \"Unit\": null,\n            \"CountPerUnit\": 1,\n            \"Instalment\": 0,\n            \"InstalmentCommission\": 0.00,\n            \"CashPercent\": 0.00,\n            \"CashAmount\": 2185000.00,\n            \"InstalmentAmount\": 0.00,\n            \"cat\": null,\n            \"Off\": 115000.00,\n            \"DaysToSend\": 0,\n            \"Guaranty\": \"24 ماه ضمانت\",\n            \"UnitPrice\": 2300000.00,\n            \"TotalTax\": 0.00,\n            \"Total\": 2195000.00,\n            \"TotalPrice\": 2300000.00,\n            \"UnitOff\": 115000.00,\n            \"CommissionPercent\": 0.00,\n            \"CompanyPortion\": 2195000.0000,\n            \"TotalCommissionMarketPlace\": 0.0000,\n            \"TotalPackingFee\": 0.00,\n            \"MinerCost\": 0.00,\n            \"Type\": 0,\n            \"Inquiry\": false,\n            \"ProcessingCost\": 10000.00,\n            \"DeliveryDetail\": {\n                \"Id\": 150918,\n                \"Name\": \"تایگرشات\",\n                \"Description\": \"تحویل کالا کمتر از 36 ساعت\",\n                \"PayLater\": false,\n                \"MaxWeight\": 0.00,\n                \"OverWeight\": false,\n                \"undefined\": false,\n                \"Cost\": 12000.00,\n                \"CostExchange\": 0.0000,\n                \"Error\": null,\n                \"Multi\": 0.0\n            }\n        },\n        {\n            \"Id\": 2564243,\n            \"ProductId\": 1465766,\n            \"OrderId\": 2065206,\n            \"SizeId\": null,\n            \"ColorId\": null,\n            \"CompanyId\": null,\n            \"DepotId\": 153406,\n            \"GtId\": null,\n            \"name\": \"گل طبیعی نایکات\",\n            \"price\": 0.00,\n            \"oprice\": null,\n            \"offprice\": null,\n            \"count\": 0,\n            \"piclink\": \"/UserFiles/livegallery4/Images/Product/202104211052437322.jpg\",\n            \"quantity\": 1,\n            \"size\": \"\",\n            \"color\": \"\",\n            \"company\": \"\",\n            \"Color\": null,\n            \"ColorName\": null,\n            \"total\": 0.00,\n            \"osname\": null,\n            \"ocname\": null,\n            \"odname\": null,\n            \"DepotName\": null,\n            \"Serial\": \"niakut\",\n            \"Weight\": 0.00,\n            \"Point\": 0.00,\n            \"Pv\": 0.00,\n            \"LatinName\": null,\n            \"Tax\": 0.00,\n            \"FakeName\": null,\n            \"OriginalPrice\": 0.00,\n            \"AddType\": \"gift\",\n            \"IsGift\": true,\n            \"GiftyId\": 47,\n            \"PageTitle\": null,\n            \"Unit\": null,\n            \"CountPerUnit\": 0,\n            \"Instalment\": 0,\n            \"InstalmentCommission\": 0.00,\n            \"CashPercent\": 0.00,\n            \"CashAmount\": 0.00,\n            \"InstalmentAmount\": 0.00,\n            \"cat\": null,\n            \"Off\": 0.00,\n            \"DaysToSend\": null,\n            \"Guaranty\": null,\n            \"UnitPrice\": 0.00,\n            \"TotalTax\": 0.00,\n            \"Total\": 0.00,\n            \"TotalPrice\": 0.00,\n            \"UnitOff\": 0.00,\n            \"CommissionPercent\": 0.00,\n            \"CompanyPortion\": 0.0000,\n            \"TotalCommissionMarketPlace\": 0.0000,\n            \"TotalPackingFee\": 0.00,\n            \"MinerCost\": 0.00,\n            \"Type\": 0,\n            \"Inquiry\": false,\n            \"ProcessingCost\": 0.00,\n            \"DeliveryDetail\": null\n        }\n    ],\n    \"totalPrice\": 2300000.00,\n    \"commission\": 0.00,\n    \"settlements\": [],\n    \"installment\": null,\n    \"shop\": {\n        \"IntId\": 36342,\n        \"Id\": \"2be11482-d90c-4297-97b6-2be5dd8d7035\",\n        \"ShopName\": \"شیک مارکت\",\n        \"Address\": null\n    },\n    \"delivery\": null\n}"},{"id":"d69ebfde-4aba-4d26-b139-07f073bde6fb","name":"NotFound","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":{"raw":"https://api.example.com/order/track?Code=[code]","host":["https://api.example.com"],"path":["order","track"],"query":[{"key":"Code","value":"[code]"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"html","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"0ced0915-762e-4e3b-b2b4-33fd5b004865","name":"ServerError","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":{"raw":"https://api.example.com/order/track?Code=[code]","host":["https://api.example.com"],"path":["order","track"],"query":[{"key":"Code","value":"[code]"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"html","header":[],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html>\n    <head>\n        <meta charset=\"utf-8\" />\n        <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n        <title>Error - My ASP.NET Application</title>\n        <link href=\"/Content/css?v=rsU2Eji0u9P2WvZEOnL1IuAZ4thNyibej24hJDWdkAY1\" rel=\"stylesheet\"/>\n        <script src=\"/bundles/modernizr?v=wBEWDufH_8Md-Pbioxomt90vm6tJN2Pyy9u9zHtWsPo1\"></script>\n    </head>\n    <body>\n        <div class=\"container\">\n            <header class=\"d-flex flex-wrap align-items-center justify-content-center justify-content-md-between py-3 mb-4 border-bottom\">\n                <a href=\"/\" class=\"d-flex align-items-center col-md-3 mb-2 mb-md-0 text-dark text-decoration-none\">\n                    <h2>Application</h2>\n                </a>\n                <ul class=\"nav col-12 col-md-auto mb-2 justify-content-center mb-md-0\">\n                    <li>\n                        <a class=\"nav-link px-2 link-secondary\" href=\"/order?Length=4\">Home</a>\n                    </li>\n                    <li>\n                        <a class=\"nav-link px-2 link-dark\" href=\"/order/About?Length=4\">About</a>\n                    </li>\n                    <li>\n                        <a class=\"nav-link px-2 link-dark\" href=\"/order/Contact?Length=4\">Contact</a>\n                    </li>\n                </ul>\n                <form action=\"/Account/LogOff\" class=\"navbar-right\" id=\"logoutForm\" method=\"post\">\n                    <input name=\"__RequestVerificationToken\" type=\"hidden\" value=\"XGD1NuQJvA4knoFau1fLPit1_037jUGfgYRksNUcTqACbw4JcLSDA4TjJSLAR9QckEjA3KyxrXIZ0sWdmu5vglv6zuaMCSSy7-dC8GExBabDjqfeYtpzhX32gkoipZ2KGsYdpQ2\" />\n                    <div class=\"col-md-12 text-end\">\n                        <button type=\"button\" class=\"btn btn-outline-primary\">Hello 2be11482d90c429797b62be5dd8d7035_09391524118</button>\n                        <a href=\"javascript:document.getElementById('logoutForm').submit()\" class=\"btn btn-outline-primary\">Log off</a>\n                    </div>\n                </form>\n            </header>\n        </div>\n        <div class=\"container body-content\">\n            <h1 class=\"text-danger\">Error.</h1>\n            <h2 class=\"text-danger\">An error occurred while processing your request.</h2>\n            <hr/>\n            <footer>\n                <p>&copy; 2022 - My ASP.NET Application</p>\n            </footer>\n        </div>\n        <script src=\"/bundles/jquery?v=FVs3ACwOLIVInrAl5sdzR2jrCDmVOWFbZMY6g6Q0ulE1\"></script>\n        <script src=\"/bundles/bootstrap?v=cxlObxPHmPDCnATJiJjop5QnVmh7bNO8jDcRVzBzL_I1\"></script>\n    </body>\n</html>"}],"_postman_id":"8051e5e1-6169-42e0-95d0-1afa670c01a4"},{"name":"TrackId","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"c7dfd609-747d-43ad-a954-ceffa9f09bc8"}}],"id":"e1fdf62d-159b-4a3c-a1a5-9a9c6bc50828","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/order/trackById?id=[id]","description":"<p>track order by order id</p>\n","urlObject":{"path":["order","trackById"],"host":["https://api.example.com"],"query":[{"key":"id","value":"[id]"}],"variable":[]}},"response":[{"id":"98c19736-dabd-46bb-bb13-bad645c3397c","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":{"raw":"https://api.example.com/order/trackById?id=[id]","host":["https://api.example.com"],"path":["order","trackById"],"query":[{"key":"id","value":"[id]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ // order detail model\n    \"order\": {\n        \"date\": \"2022-09-19T16:57:54\",\n        \"AddedDate\": \"2022-09-19T16:57:54\",\n        \"Id\": 2065206,\n        \"Address\": \"Tehran, Azadi Blvd, Blur Building\",\n        \"Code\": \"OazplSR3\",\n        \"Description\": null,\n        \"Mobile\": \"09123456789\",\n        \"Payed\": false,\n        \"Phone\": \"0211234567\",\n        \"PostalCode\": \"123456789\",\n        \"ReceiverName\": \"Test Testi\",\n        \"Status\": 0,\n        \"TotalPrice\": 2300000.0000,\n        \"TotalPay\": 2195000.00,\n        \"Longitude\": null,\n        \"Latitude\": null,\n        \"PostOffice\": null,\n        \"DeliveryName\": \"تایگرشات\",\n        \"Country\": null,\n        \"CountryAbbr\": null,\n        \"City\": null,\n        \"Province\": null,\n        \"DistrictName\": null,\n        \"HoodName\": null,\n        \"CountryId\": null,\n        \"ProvinceId\": null,\n        \"CityId\": null,\n        \"SellerDescription\": \"\",\n        \"TotalPoint\": 1.00,\n        \"TotalPoint2\": 0.00,\n        \"TotalPoint3\": 0.00,\n        \"TotalWeight\": 185.00,\n        \"TotalExchanged\": 0.00,\n        \"CurrencyUnit\": 0,\n        \"TotalPv\": 0.00,\n        \"TotalPv2\": 0.00,\n        \"TotalPv3\": 0.00,\n        \"TotalValue\": 2185000.00,\n        \"Transportation\": 1,\n        \"Refund\": 0.00,\n        \"CustomerCode\": null,\n        \"DeliveryCode\": \"\",\n        \"ReferredDate\": null,\n        \"GroupCharge\": 0.00,\n        \"NationalCode\": \"0995398291\",\n        \"SellPercent\": 0.00,\n        \"ConsumePercent\": 0.00,\n        \"PostBarCode\": null,\n        \"DeliverToPost\": null,\n        \"Credible\": false,\n        \"DeliveryPayLater\": false,\n        \"Off\": 115000.00,\n        \"IsAdmin\": false,\n        \"SchemeCommission\": 0.00,\n        \"Type\": 0,\n        \"LangId\": 0,\n        \"TreeSetting\": null,\n        \"PayAmountChangers\": [\n            {\n                \"Date\": \"2021-08-16T12:58:34\",\n                \"Name\": \"کرایه\",\n                \"Code\": \"1\",\n                \"Description\": null,\n                \"Amount\": 5000.00,\n                \"Extra\": true,\n                \"Type\": 0,\n                \"IsActive\": true,\n                \"Pins\": [],\n                \"Total\": 5000.00,\n                \"Id\": 9,\n                \"LangId\": 0\n            },\n            {\n                \"Date\": \"2021-08-16T12:58:48\",\n                \"Name\": \"تخفیف جشنواره\",\n                \"Code\": \"2\",\n                \"Description\": null,\n                \"Amount\": 17000.00,\n                \"Extra\": false,\n                \"Type\": 0,\n                \"IsActive\": true,\n                \"Pins\": [],\n                \"Total\": -17000.00,\n                \"Id\": 10,\n                \"LangId\": 0\n            }\n        ],\n        \"PostError\": \"\",\n        \"WalletPoint\": false,\n        \"BinaryType\": 0,\n        \"OwnerId\": 0,\n        \"Affiliate\": false,\n        \"AffiliateCommission\": 0.00,\n        \"CommissionSummary\": null,\n        \"InstallmentSchemeId\": null,\n        \"InstallmentSchemeName\": null,\n        \"FinancialId\": null,\n        \"FinancialName\": null,\n        \"CreditId\": null,\n        \"CreditName\": null,\n        \"Bp\": 0.00,\n        \"Bv\": 0.00,\n        \"DeliveryDetail\": null,\n        \"Ops\": null\n    },\n    \"payment\": {\n        \"ParentDiscount\": 0.00,\n        \"BankAccountId\": 60195,\n        \"Date\": \"2022-09-19T16:57:54\",\n        \"Discount\": 0.00,\n        \"DiscountCode\": \"\",\n        \"FishNumber\": \"testtest\",\n        \"OrderId\": 2065206,\n        \"Portal\": \"\",\n        \"PortalId\": null,\n        \"BankPortal\": null,\n        \"Type\": 1,\n        \"TrackingCode\": \"OazplSR3\",\n        \"TotalPayment\": 2195000.0000,\n        \"TransGet\": null,\n        \"IdGet\": null,\n        \"TaxCost\": 0.00,\n        \"PostCost\": 12000.00,\n        \"Discount2\": 0.00,\n        \"DiscountCode2\": null,\n        \"PayMethodDiscount\": 0.00,\n        \"PayAmount\": 2195000.00,\n        \"PayAmountExchange\": 0.00,\n        \"ExchangeUnit\": null,\n        \"ChequeDate\": null,\n        \"ChequeAmount\": null,\n        \"ChequeNumber\": null,\n        \"CashWallet\": 0.00,\n        \"CashAmount\": 2185000.00,\n        \"PostCostExchanged\": 0.00,\n        \"ProcessingCost\": 10000.00,\n        \"PostMultiplier\": 1.00,\n        \"PostUndefined\": false,\n        \"NumberOfInstalment\": 0,\n        \"InstalmentAmount\": 0.00,\n        \"InstalmentCommission\": 0.00,\n        \"Paid\": 0.0,\n        \"Remain\": 2195000.0000,\n        \"TotalDiscount\": 115000.00,\n        \"Off\": 115000.00,\n        \"PortalCommission\": 0.00,\n        \"ExpiresAt\": null\n    },\n    \"attachments\": [\n        {\n            \"Id\": 4686,\n            \"OrderId\": 2065206,\n            \"AdminDescription\": null,\n            \"Status\": 0,\n            \"CustomerDescription\": \"Test Document\",\n            \"Date\": \"2022-10-31T11:10:04\",\n            \"Name\": \"Test\",\n            \"File\": null\n        },\n        {\n            \"Id\": 4687,\n            \"OrderId\": 2065206,\n            \"AdminDescription\": null,\n            \"Status\": 0,\n            \"CustomerDescription\": \"Test Document\",\n            \"Date\": \"2022-10-31T11:10:39\",\n            \"Name\": \"Test\",\n            \"File\": \"/UserFiles/livegallery4/Images/Logo/202104101151421156.png\"\n        },\n        {\n            \"Id\": 4688,\n            \"OrderId\": 2065206,\n            \"AdminDescription\": null,\n            \"Status\": 0,\n            \"CustomerDescription\": \"Test Document\",\n            \"Date\": \"2022-10-31T11:12:38\",\n            \"Name\": \"Test\",\n            \"File\": null\n        },\n        {\n            \"Id\": 4693,\n            \"OrderId\": 2065206,\n            \"AdminDescription\": null,\n            \"Status\": 0,\n            \"CustomerDescription\": \"Test Document\",\n            \"Date\": \"2022-10-31T11:28:05\",\n            \"Name\": \"Test\",\n            \"File\": \"/UserFiles/livegallery4/Images/Logo/202104101151421156.png\"\n        }\n    ],\n    \"products\": [\n        {\n            \"Id\": 2564244,\n            \"ProductId\": 1459832,\n            \"OrderId\": 2065206,\n            \"SizeId\": 52993,\n            \"ColorId\": 3,\n            \"CompanyId\": 20214,\n            \"DepotId\": 153406,\n            \"GtId\": 383,\n            \"name\": \"گوشی موبایل شیائومی مدل Redmi 9A M2006C3LG دو سیم‌ کارت ظرفیت 32 گیگابایت\",\n            \"price\": 2185000.00,\n            \"oprice\": null,\n            \"offprice\": null,\n            \"count\": 0,\n            \"piclink\": \"/UserFiles/livegallery4/Images/ProductGallery/967239/202209050934223576.jpg\",\n            \"quantity\": 1,\n            \"size\": \"\",\n            \"color\": \"\",\n            \"company\": \"\",\n            \"Color\": null,\n            \"ColorName\": \"سبز()\",\n            \"total\": 2185000.00,\n            \"osname\": \"64\",\n            \"ocname\": \"سبز()\",\n            \"odname\": \"پخش هوشمند\",\n            \"DepotName\": \"Central\",\n            \"Serial\": \"967239\",\n            \"Weight\": 185.00,\n            \"Point\": 1.00,\n            \"Pv\": 0.00,\n            \"LatinName\": \"Xiaomi Redmi 9A M2006C3LG Dual SIM 32GB Mobile Phone\",\n            \"Tax\": 0.00,\n            \"FakeName\": null,\n            \"OriginalPrice\": 2300000.00,\n            \"AddType\": \"manual\",\n            \"IsGift\": false,\n            \"GiftyId\": null,\n            \"PageTitle\": null,\n            \"Unit\": null,\n            \"CountPerUnit\": 1,\n            \"Instalment\": 0,\n            \"InstalmentCommission\": 0.00,\n            \"CashPercent\": 0.00,\n            \"CashAmount\": 2185000.00,\n            \"InstalmentAmount\": 0.00,\n            \"cat\": null,\n            \"Off\": 115000.00,\n            \"DaysToSend\": 0,\n            \"Guaranty\": \"24 ماه ضمانت\",\n            \"UnitPrice\": 2300000.00,\n            \"TotalTax\": 0.00,\n            \"Total\": 2195000.00,\n            \"TotalPrice\": 2300000.00,\n            \"UnitOff\": 115000.00,\n            \"CommissionPercent\": 0.00,\n            \"CompanyPortion\": 2195000.0000,\n            \"TotalCommissionMarketPlace\": 0.0000,\n            \"TotalPackingFee\": 0.00,\n            \"MinerCost\": 0.00,\n            \"Type\": 0,\n            \"Inquiry\": false,\n            \"ProcessingCost\": 10000.00,\n            \"DeliveryDetail\": {\n                \"Id\": 150918,\n                \"Name\": \"تایگرشات\",\n                \"Description\": \"تحویل کالا کمتر از 36 ساعت\",\n                \"PayLater\": false,\n                \"MaxWeight\": 0.00,\n                \"OverWeight\": false,\n                \"undefined\": false,\n                \"Cost\": 12000.00,\n                \"CostExchange\": 0.0000,\n                \"Error\": null,\n                \"Multi\": 0.0\n            }\n        },\n        {\n            \"Id\": 2564243,\n            \"ProductId\": 1465766,\n            \"OrderId\": 2065206,\n            \"SizeId\": null,\n            \"ColorId\": null,\n            \"CompanyId\": null,\n            \"DepotId\": 153406,\n            \"GtId\": null,\n            \"name\": \"گل طبیعی نایکات\",\n            \"price\": 0.00,\n            \"oprice\": null,\n            \"offprice\": null,\n            \"count\": 0,\n            \"piclink\": \"/UserFiles/livegallery4/Images/Product/202104211052437322.jpg\",\n            \"quantity\": 1,\n            \"size\": \"\",\n            \"color\": \"\",\n            \"company\": \"\",\n            \"Color\": null,\n            \"ColorName\": null,\n            \"total\": 0.00,\n            \"osname\": null,\n            \"ocname\": null,\n            \"odname\": null,\n            \"DepotName\": null,\n            \"Serial\": \"niakut\",\n            \"Weight\": 0.00,\n            \"Point\": 0.00,\n            \"Pv\": 0.00,\n            \"LatinName\": null,\n            \"Tax\": 0.00,\n            \"FakeName\": null,\n            \"OriginalPrice\": 0.00,\n            \"AddType\": \"gift\",\n            \"IsGift\": true,\n            \"GiftyId\": 47,\n            \"PageTitle\": null,\n            \"Unit\": null,\n            \"CountPerUnit\": 0,\n            \"Instalment\": 0,\n            \"InstalmentCommission\": 0.00,\n            \"CashPercent\": 0.00,\n            \"CashAmount\": 0.00,\n            \"InstalmentAmount\": 0.00,\n            \"cat\": null,\n            \"Off\": 0.00,\n            \"DaysToSend\": null,\n            \"Guaranty\": null,\n            \"UnitPrice\": 0.00,\n            \"TotalTax\": 0.00,\n            \"Total\": 0.00,\n            \"TotalPrice\": 0.00,\n            \"UnitOff\": 0.00,\n            \"CommissionPercent\": 0.00,\n            \"CompanyPortion\": 0.0000,\n            \"TotalCommissionMarketPlace\": 0.0000,\n            \"TotalPackingFee\": 0.00,\n            \"MinerCost\": 0.00,\n            \"Type\": 0,\n            \"Inquiry\": false,\n            \"ProcessingCost\": 0.00,\n            \"DeliveryDetail\": null\n        }\n    ],\n    \"totalPrice\": 2300000.00,\n    \"commission\": 0.00,\n    \"settlements\": [],\n    \"installment\": null,\n    \"shop\": {\n        \"IntId\": 36342,\n        \"Id\": \"2be11482-d90c-4297-97b6-2be5dd8d7035\",\n        \"ShopName\": \"شیک مارکت\",\n        \"Address\": null\n    },\n    \"delivery\": null\n}"},{"id":"a69d9732-c35c-498d-a0da-0f440fbd7883","name":"NotFound","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":{"raw":"https://api.example.com/order/trackById?id=[id]","host":["https://api.example.com"],"path":["order","trackById"],"query":[{"key":"id","value":"[id]"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"html","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"14e0c4fe-d850-413b-bbb6-1b14f1165ef7","name":"ServerError","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":{"raw":"https://api.example.com/order/trackById?id=[id]","host":["https://api.example.com"],"path":["order","trackById"],"query":[{"key":"id","value":"[id]"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"html","header":[],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html>\n    <head>\n        <meta charset=\"utf-8\" />\n        <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n        <title>Error - My ASP.NET Application</title>\n        <link href=\"/Content/css?v=rsU2Eji0u9P2WvZEOnL1IuAZ4thNyibej24hJDWdkAY1\" rel=\"stylesheet\"/>\n        <script src=\"/bundles/modernizr?v=wBEWDufH_8Md-Pbioxomt90vm6tJN2Pyy9u9zHtWsPo1\"></script>\n    </head>\n    <body>\n        <div class=\"container\">\n            <header class=\"d-flex flex-wrap align-items-center justify-content-center justify-content-md-between py-3 mb-4 border-bottom\">\n                <a href=\"/\" class=\"d-flex align-items-center col-md-3 mb-2 mb-md-0 text-dark text-decoration-none\">\n                    <h2>Application</h2>\n                </a>\n                <ul class=\"nav col-12 col-md-auto mb-2 justify-content-center mb-md-0\">\n                    <li>\n                        <a class=\"nav-link px-2 link-secondary\" href=\"/order?Length=4\">Home</a>\n                    </li>\n                    <li>\n                        <a class=\"nav-link px-2 link-dark\" href=\"/order/About?Length=4\">About</a>\n                    </li>\n                    <li>\n                        <a class=\"nav-link px-2 link-dark\" href=\"/order/Contact?Length=4\">Contact</a>\n                    </li>\n                </ul>\n                <form action=\"/Account/LogOff\" class=\"navbar-right\" id=\"logoutForm\" method=\"post\">\n                    <input name=\"__RequestVerificationToken\" type=\"hidden\" value=\"XGD1NuQJvA4knoFau1fLPit1_037jUGfgYRksNUcTqACbw4JcLSDA4TjJSLAR9QckEjA3KyxrXIZ0sWdmu5vglv6zuaMCSSy7-dC8GExBabDjqfeYtpzhX32gkoipZ2KGsYdpQ2\" />\n                    <div class=\"col-md-12 text-end\">\n                        <button type=\"button\" class=\"btn btn-outline-primary\">Hello 2be11482d90c429797b62be5dd8d7035_09391524118</button>\n                        <a href=\"javascript:document.getElementById('logoutForm').submit()\" class=\"btn btn-outline-primary\">Log off</a>\n                    </div>\n                </form>\n            </header>\n        </div>\n        <div class=\"container body-content\">\n            <h1 class=\"text-danger\">Error.</h1>\n            <h2 class=\"text-danger\">An error occurred while processing your request.</h2>\n            <hr/>\n            <footer>\n                <p>&copy; 2022 - My ASP.NET Application</p>\n            </footer>\n        </div>\n        <script src=\"/bundles/jquery?v=FVs3ACwOLIVInrAl5sdzR2jrCDmVOWFbZMY6g6Q0ulE1\"></script>\n        <script src=\"/bundles/bootstrap?v=cxlObxPHmPDCnATJiJjop5QnVmh7bNO8jDcRVzBzL_I1\"></script>\n    </body>\n</html>"}],"_postman_id":"e1fdf62d-159b-4a3c-a1a5-9a9c6bc50828"},{"name":"RegisterOrder","event":[{"listen":"prerequest","script":{"id":"bbdbb258-5b72-4615-824e-548aac7dc4df","exec":["if (pm.collectionVariables.get(\"countryId\") <= 0) {\r","    pm.collectionVariables.set('countryId', null);\r","}\r","if (pm.collectionVariables.get(\"provinceId\") <= 0) {\r","    pm.collectionVariables.set('provinceId', null);\r","}\r","if (pm.collectionVariables.get(\"cityId\") <= 0) {\r","    pm.collectionVariables.set('cityId', null);\r","}\r","if (pm.collectionVariables.get(\"districtId\") <= 0) {\r","    pm.collectionVariables.set('districtId', null);\r","}\r","if (pm.collectionVariables.get(\"hoodId\") <= 0) {\r","    pm.collectionVariables.set('hoodId', null);\r","}\r","if (pm.collectionVariables.get(\"longitude\") === '') {\r","    pm.collectionVariables.set('longitude', null);\r","}\r","if (pm.collectionVariables.get(\"latitude\") === '') {\r","    pm.collectionVariables.set('latitude', null);\r","}\r","pm.collectionVariables.set('orderId', 0);"],"type":"text/javascript","packages":{}}}],"id":"08412e73-d081-48cf-89c3-6082212341f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Payment\": {\r\n        \"Type\": {type}, // type of payment | required 0 online, 1 fish, 2 cashe, 3 ussd, 4 paylater, 5 cheque, 6 wallet\r\n        \"NumberOfInstalment\": 0, // number of installment selected by client | default 0 \r\n        \"DiscountCode\": \"\", // discount code entered by client\r\n        \"FishNumber\": \"testtest\", // fish number if type 1\r\n        \"BankAccountId\": [id], // select back if type 1\r\n        \"PortalId\": null, // portal id selected if type 0\r\n        \"PayAmount\": 0, // payment amount | max TotalPayment\r\n        \"ChequeNumber\": \"\", // cheque number if type 5\r\n        \"ChequeDate\": \"\", // cheque date if type 5\r\n        \"ChequeAmount\": \"\", // cheque amount if type 5\r\n        \"CashWallet\": 0 // wallet amount\r\n    },\r\n    \"Order\": {\r\n        //\"Id\": [id], // registered orderid for paylater or not paid order\r\n        \"InvType\": 0, // type of order | 0 cashe, 1 installment\r\n        \"DeliveryId\": [id], // delivery selected by clinet\r\n        \"CountryId\": [id], // selected country by client | default null\r\n        \"ProvinceId\": [id], // selected province by client | default null\r\n        \"CityId\": [id], // selected city by client | default null\r\n        \"DistrictId\": [id], // selected district by client | default null\r\n        \"HoodId\": [id], // selected hood by client | default null\r\n        \"Latitude\": \"{latitude}\", // selected latitude by client | default null\r\n        \"Longitude\": \"{longitude}\", // selected longitude by client | default null\r\n        \"Pins\": [ // list of products in cart | required\r\n            {\r\n                \"ProductId\": [id], // product id\r\n                \"Count\": 1, // order quantiry\r\n                \"DepotId\": [id], // depot id\r\n                \"SizeId\": [id], // size id\r\n                \"CompanyId\": [id], // company id\r\n                \"ColorId\": [id], // color id\r\n                \"GtId\": [id], // gurranty id\r\n                \"CashPercent\": 0.0, // prepayment percent for installment order | min,max in product details\r\n                \"Code\": \"[id]a[id]a[id]a[id]a[id]a[id]\", // identification code in errors and ...\r\n                \"DeliveryId\": [id] // delivery selected by clinet\r\n            }\r\n        ],\r\n        \"SaveInfo\": false, // save receiver info into loggined profile\r\n        \"Description\": \"test\", // receiver description for order\r\n        \"Address\": \"Tehran, Azadi Blvd, Blur Building\", // receiver address - show|require by settings\r\n        \"PostalCode\": \"123456789\", // receiver postal code - show|require by settings\r\n        \"NationalCode\": \"0995398291\", // receiver national code - show|require by settings\r\n        \"ReceiverName\": \"Test Testi\", // receiver full name\r\n        \"Phone\": \"0211234567\", // receiver phone - show|require by settings\r\n        \"Mobile\": \"09123456789\" // receiver mobile - show|require by settings\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/order/add5","description":"<p>register new order</p>\n<p><strong>all order data required</strong></p>\n<p>The status of the request is checked as follows:</p>\n<p><strong>201</strong>:</p>\n<p>A JSON is sent in the Body, which has a Link field and should be redirected to the link.<br />The store's domain address is read from the Domain field, and if the SSL field is enabled, the link becomes https</p>\n<p><strong>202</strong>:</p>\n<p>The order registration is done successfully and the steps are completed, the ID and order code will be received from Body and displayed to the user.<br />In this case, the user's shopping cart and information related to the order will be deleted</p>\n<p><strong>200</strong>:</p>\n<p>If the value of the Error field is equal to 500 in the service, the message 'Error on the server, please try again' will be displayed, otherwise the message 'Error, please try again' will be displayed.</p>\n<p><strong>406</strong>:</p>\n<p>The message 'There are insufficient access levels to complete this request' is displayed</p>\n<p><strong>400</strong>:</p>\n<p>If the Deleted field has a value, some items in the shopping cart do not have enough inventory or the possibility to place an order, and the error message is as follows:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code (Reason)</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1، 5، 11، 13</td>\n<td>Inventory is not correct</td>\n</tr>\n<tr>\n<td>3</td>\n<td>The depot is not correct</td>\n</tr>\n<tr>\n<td>6</td>\n<td>The product is not correct</td>\n</tr>\n<tr>\n<td>7</td>\n<td>No access</td>\n</tr>\n<tr>\n<td>12</td>\n<td>The possibility of ordering the product is disabled</td>\n</tr>\n<tr>\n<td>14</td>\n<td>The product features are not correct</td>\n</tr>\n<tr>\n<td>9, 81</td>\n<td>You are allowed to buy %quantity% of this product every %hour%</td>\n</tr>\n<tr>\n<td>80, 82</td>\n<td>You can add %max% to the shopping cart in each order</td>\n</tr>\n</tbody>\n</table>\n</div><p>If the Error field has a value, the error message is as follows:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>0</td>\n<td>The data sent is not correct</td>\n</tr>\n<tr>\n<td>1</td>\n<td>The check or bank is not entered correctly</td>\n</tr>\n<tr>\n<td>2</td>\n<td>Store not found</td>\n</tr>\n<tr>\n<td>3</td>\n<td>There are no products in the shopping cart</td>\n</tr>\n<tr>\n<td>4</td>\n<td>Some products have been removed</td>\n</tr>\n<tr>\n<td>5</td>\n<td>No portal is selected</td>\n</tr>\n<tr>\n<td>6</td>\n<td>The amount is not correct</td>\n</tr>\n<tr>\n<td>10</td>\n<td>The city or province is not selected correctly</td>\n</tr>\n<tr>\n<td>11</td>\n<td>Mobile or phone is not entered correctly</td>\n</tr>\n<tr>\n<td>12</td>\n<td>The address is less than 10 characters</td>\n</tr>\n<tr>\n<td>13</td>\n<td>Postal code is not entered</td>\n</tr>\n<tr>\n<td>14</td>\n<td>Name and surname are not entered</td>\n</tr>\n<tr>\n<td>15</td>\n<td>The total price is less than the minimum amount allowed</td>\n</tr>\n<tr>\n<td>25</td>\n<td>The total price is greater than the maximum amount allowed</td>\n</tr>\n<tr>\n<td>27</td>\n<td>The consumption/sale percentage of your previous order is less than 70%, it is not possible to order</td>\n</tr>\n<tr>\n<td>28</td>\n<td>First, you must log in to your account</td>\n</tr>\n<tr>\n<td>29</td>\n<td>Latitude and longitude are not entered</td>\n</tr>\n<tr>\n<td>30</td>\n<td>It is not possible to service</td>\n</tr>\n<tr>\n<td>31</td>\n<td>The number of installments exceeds the limit</td>\n</tr>\n<tr>\n<td>32</td>\n<td>The amount of each installment is less than the allowed limit</td>\n</tr>\n<tr>\n<td>33</td>\n<td>The possibility of placing an order on the site has been disabled</td>\n</tr>\n<tr>\n<td>34</td>\n<td>Your account is not active</td>\n</tr>\n<tr>\n<td>35</td>\n<td>The position is not selected</td>\n</tr>\n<tr>\n<td>36</td>\n<td>The spread coefficient is not correct</td>\n</tr>\n<tr>\n<td>37</td>\n<td>The position is not correct</td>\n</tr>\n<tr>\n<td>38</td>\n<td>Only one position can be selected</td>\n</tr>\n<tr>\n<td>39</td>\n<td>The total weight of the products exceeds the allowed limit</td>\n</tr>\n<tr>\n<td>40</td>\n<td>The wallet does not have enough balance</td>\n</tr>\n<tr>\n<td>41</td>\n<td>The payment method is not correct</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>other</strong>:</p>\n<p>The message 'Error connecting to web service' is displayed.</p>\n","urlObject":{"path":["order","add5"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"6a00a501-c2ee-4f9b-800c-b829168dffa7","name":"OK1","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Payment\": {\r\n        \"Type\": {type},\r\n        \"NumberOfInstalment\": 0,\r\n        \"DiscountCode\": \"\",\r\n        \"FishNumber\": \"testtest\",\r\n        \"BankAccountId\": [id],\r\n        \"PortalId\": null,\r\n        \"PayAmount\": 0,\r\n        \"ChequeNumber\": \"\",\r\n        \"ChequeDate\": \"\",\r\n        \"ChequeAmount\": \"\",\r\n        \"CashWallet\": 0\r\n    },\r\n    \"Order\": {\r\n        //\"Id\": [id],\r\n        \"InvType\": 0,\r\n        \"SaveInfo\": false,\r\n        \"DeliveryId\": [id],\r\n        \"CountryId\": [id],\r\n        \"ProvinceId\": [id],\r\n        \"CityId\": [id],\r\n        \"DistrictId\": [id],\r\n        \"HoodId\": [id],\r\n        \"Latitude\": \"{latitude}\",\r\n        \"Longitude\": \"{longitude}\",\r\n        \"Pins\": [\r\n            {\r\n                \"ProductId\": [id],\r\n                \"Count\": 1,\r\n                \"DepotId\": [id],\r\n                \"SizeId\": [id],\r\n                \"CompanyId\": [id],\r\n                \"ColorId\": [id],\r\n                \"GtId\": [id],\r\n                \"CashPercent\": 0.0,\r\n                \"Code\": \"[id]a[id]a[id]a[id]a[id]a[id]\",\r\n                \"DeliveryId\": [id]\r\n            }\r\n        ],\r\n        \"Description\": \"\",\r\n        \"Address\": \"Tehran, Azadi Blvd, Blur Building\",\r\n        \"PostalCode\": \"123456789\",\r\n        \"NationalCode\": \"0995398291\",\r\n        \"ReceiverName\": \"Test Testi\",\r\n        \"Phone\": \"0211234567\",\r\n        \"Mobile\": \"09123456789\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/order/add5"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 2065201, // order id\n    \"Error\": \"\", // error code\n    \"Link\": null, // paylink\n    \"Code\": \"1ihnUfWP\", // order track code\n    \"Deleted\": null, // pins problems, sample in Review|Info\n    \"Detail\": null, // error description\n    \"Domain\": null, // shop domain\n    \"Depot\": null,\n    \"Ssl\": false // domain is ssl ?\n}"},{"id":"96b5b8c2-841f-46d7-ba8a-37a88fdc138c","name":"OK2","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Payment\": {\r\n        \"Type\": {type},\r\n        \"NumberOfInstalment\": 0,\r\n        \"DiscountCode\": \"\",\r\n        \"FishNumber\": \"testtest\",\r\n        \"BankAccountId\": [id],\r\n        \"PortalId\": null,\r\n        \"PayAmount\": 0,\r\n        \"ChequeNumber\": \"\",\r\n        \"ChequeDate\": \"\",\r\n        \"ChequeAmount\": \"\",\r\n        \"CashWallet\": 0\r\n    },\r\n    \"Order\": {\r\n        //\"Id\": [id],\r\n        \"InvType\": 0,\r\n        \"SaveInfo\": false,\r\n        \"DeliveryId\": [id],\r\n        \"CountryId\": [id],\r\n        \"ProvinceId\": [id],\r\n        \"CityId\": [id],\r\n        \"DistrictId\": [id],\r\n        \"HoodId\": [id],\r\n        \"Latitude\": \"{latitude}\",\r\n        \"Longitude\": \"{longitude}\",\r\n        \"Pins\": [\r\n            {\r\n                \"ProductId\": [id],\r\n                \"Count\": 1,\r\n                \"DepotId\": [id],\r\n                \"SizeId\": [id],\r\n                \"CompanyId\": [id],\r\n                \"ColorId\": [id],\r\n                \"GtId\": [id],\r\n                \"CashPercent\": 0.0,\r\n                \"Code\": \"[id]a[id]a[id]a[id]a[id]a[id]\",\r\n                \"DeliveryId\": [id]\r\n            }\r\n        ],\r\n        \"Description\": \"\",\r\n        \"Address\": \"Tehran, Azadi Blvd, Blur Building\",\r\n        \"PostalCode\": \"123456789\",\r\n        \"NationalCode\": \"0995398291\",\r\n        \"ReceiverName\": \"Test Testi\",\r\n        \"Phone\": \"0211234567\",\r\n        \"Mobile\": \"09123456789\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/order/add5"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 2065203, // order id\n    \"Error\": \"\", // error code\n    \"Link\": \"/payment?oid=2065203\", // paylink\n    \"Code\": \"xJlRitzo\", // order track code\n    \"Deleted\": null, // pins problems, sample in Review|Info\n    \"Detail\": null, // error description\n    \"Domain\": \"shikmarket.smx.live\", // shop domain\n    \"Depot\": null,\n    \"Ssl\": true // domain is ssl ?\n}"},{"id":"d811bc40-140e-43e0-a7f3-afdad1a09965","name":"BadRequest1","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Payment\": {\r\n        \"Type\": {type},\r\n        \"NumberOfInstalment\": 0,\r\n        \"DiscountCode\": \"\",\r\n        \"FishNumber\": \"testtest\",\r\n        \"BankAccountId\": [id],\r\n        \"PortalId\": null,\r\n        \"PayAmount\": 0,\r\n        \"ChequeNumber\": \"\",\r\n        \"ChequeDate\": \"\",\r\n        \"ChequeAmount\": \"\",\r\n        \"CashWallet\": 0\r\n    },\r\n    \"Order\": {\r\n        //\"Id\": [id],\r\n        \"InvType\": 0,\r\n        \"SaveInfo\": false,\r\n        \"DeliveryId\": [id],\r\n        \"CountryId\": [id],\r\n        \"ProvinceId\": [id],\r\n        \"CityId\": [id],\r\n        \"DistrictId\": [id],\r\n        \"HoodId\": [id],\r\n        \"Latitude\": \"{latitude}\",\r\n        \"Longitude\": \"{longitude}\",\r\n        \"Pins\": [\r\n            {\r\n                \"ProductId\": [id],\r\n                \"Count\": 1,\r\n                \"DepotId\": [id],\r\n                \"SizeId\": [id],\r\n                \"CompanyId\": [id],\r\n                \"ColorId\": [id],\r\n                \"GtId\": [id],\r\n                \"CashPercent\": 0.0,\r\n                \"Code\": \"[id]a[id]a[id]a[id]a[id]a[id]\",\r\n                \"DeliveryId\": [id]\r\n            }\r\n        ],\r\n        \"Description\": \"\",\r\n        \"Address\": \"Tehran, Azadi Blvd, Blur Building\",\r\n        \"PostalCode\": \"123456789\",\r\n        \"NationalCode\": \"0995398291\",\r\n        \"ReceiverName\": \"Test Testi\",\r\n        \"Phone\": \"0211234567\",\r\n        \"Mobile\": \"09123456789\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/order/add5"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 0, // order id\n    \"Error\": \"13\", // error code\n    \"Link\": null, // paylink\n    \"Code\": null, // order track code\n    \"Deleted\": null, // pins problems, sample in Review|Info\n    \"Detail\": \"PostalCode is required\", // error description\n    \"Domain\": null, // shop domain\n    \"Depot\": null,\n    \"Ssl\": false // domain is ssl ?\n}"},{"id":"ddb49f47-62d2-40ea-9b19-8ddf953d77ac","name":"BadRequest2","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Payment\": {\r\n        \"Type\": {type},\r\n        \"NumberOfInstalment\": 0,\r\n        \"DiscountCode\": \"\",\r\n        \"FishNumber\": \"testtest\",\r\n        \"BankAccountId\": [id],\r\n        \"PortalId\": null,\r\n        \"PayAmount\": 0,\r\n        \"ChequeNumber\": \"\",\r\n        \"ChequeDate\": \"\",\r\n        \"ChequeAmount\": \"\",\r\n        \"CashWallet\": 0\r\n    },\r\n    \"Order\": {\r\n        //\"Id\": [id],\r\n        \"InvType\": 0,\r\n        \"SaveInfo\": false,\r\n        \"DeliveryId\": [id],\r\n        \"CountryId\": [id],\r\n        \"ProvinceId\": [id],\r\n        \"CityId\": [id],\r\n        \"DistrictId\": [id],\r\n        \"HoodId\": [id],\r\n        \"Latitude\": \"{latitude}\",\r\n        \"Longitude\": \"{longitude}\",\r\n        \"Pins\": [\r\n            {\r\n                \"ProductId\": [id],\r\n                \"Count\": 1,\r\n                \"DepotId\": [id],\r\n                \"SizeId\": [id],\r\n                \"CompanyId\": [id],\r\n                \"ColorId\": [id],\r\n                \"GtId\": [id],\r\n                \"CashPercent\": 0.0,\r\n                \"Code\": \"[id]a[id]a[id]a[id]a[id]a[id]\",\r\n                \"DeliveryId\": [id]\r\n            }\r\n        ],\r\n        \"Description\": \"\",\r\n        \"Address\": \"Tehran, Azadi Blvd, Blur Building\",\r\n        \"PostalCode\": \"123456789\",\r\n        \"NationalCode\": \"0995398291\",\r\n        \"ReceiverName\": \"Test Testi\",\r\n        \"Phone\": \"0211234567\",\r\n        \"Mobile\": \"09123456789\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/order/add5"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 0, // order id\n    \"Error\": \"4\", // error code\n    \"Link\": null, // paylink\n    \"Code\": null, // order track code\n    \"Deleted\": [ // pins problems, sample in Review|Info\n        {\n            \"Id\": 0,\n            \"Product\": null,\n            \"Order\": null,\n            \"ProductId\": 1459832,\n            \"OrderId\": 0,\n            \"Size\": null,\n            \"SizeId\": 52993,\n            \"Color\": null,\n            \"ColorId\": 3,\n            \"Depot\": null,\n            \"DepotId\": 153406,\n            \"GtId\": 383,\n            \"Gt\": null,\n            \"OwnerId\": null,\n            \"Company\": null,\n            \"CompanyId\": 20214,\n            \"Irreversible\": false,\n            \"Price\": 0,\n            \"PurchasePrice\": 0,\n            \"Count\": 99999,\n            \"Name\": null,\n            \"Type\": 0,\n            \"Link\": null,\n            \"SizeName\": null,\n            \"ColorName\": null,\n            \"CompanyName\": null,\n            \"Serial\": null,\n            \"Discount\": 0,\n            \"Weight\": 0,\n            \"Point\": 0,\n            \"LatinName\": null,\n            \"DepotName\": \"153406\",\n            \"FakeName\": null,\n            \"Pv\": 0,\n            \"DirectPv\": 0,\n            \"Tax\": 0,\n            \"Profit\": 0,\n            \"CodeDiscount\": 0,\n            \"OriginalPrice\": 0,\n            \"CodeDiscountAuto\": 0,\n            \"AddType\": null,\n            \"IsGift\": false,\n            \"GiftyId\": null,\n            \"Instalment\": 0,\n            \"CashPercent\": 0.0,\n            \"InstalmentCommission\": 0,\n            \"CashAmount\": 0,\n            \"InstalmentAmount\": 0,\n            \"CountPerUnit\": 0,\n            \"UnitOff\": 0,\n            \"Off\": 0,\n            \"Guaranty\": null,\n            \"DaysToSend\": null,\n            \"Delivery\": null,\n            \"DeliveryId\": 150918,\n            \"Dldetail\": null,\n            \"DeliveryDetail\": null,\n            \"CommissionPercent\": null,\n            \"PackingFee\": null,\n            \"CommissionAmount\": 0,\n            \"HidePrice\": false,\n            \"SchemeCommission\": 0,\n            \"TotalTax\": 0,\n            \"UnitPrice\": 0,\n            \"TotalPrice\": 0,\n            \"Total\": 0,\n            \"CompanyPortion\": null,\n            \"TotalCommissionMarketPlace\": null,\n            \"TotalPackingFee\": null,\n            \"OldDepotId\": 153406,\n            \"NotBinaryPoint\": false,\n            \"CryptoCurrencyAmount\": 0,\n            \"MinerCost\": 0,\n            \"ProcessingCost\": 0,\n            \"Inquiry\": false,\n            \"Reason\": \"4 depot:153406\",\n            \"CategoryId\": 0,\n            \"Transport\": false,\n            \"Code\": \"1459832a153406a20214a3a52993a383\",\n            \"RowId\": null\n        }\n    ],\n    \"Detail\": \"some product has been deleted.\", // error description\n    \"Domain\": null, // shop domain\n    \"Depot\": null,\n    \"Ssl\": false // domain is ssl ?\n}"},{"id":"9212966f-a1ee-4b91-aefd-68ca22877db7","name":"ServerError1","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Payment\": {\r\n        \"Type\": {type},\r\n        \"NumberOfInstalment\": 0,\r\n        \"DiscountCode\": \"\",\r\n        \"FishNumber\": \"testtest\",\r\n        \"BankAccountId\": [id],\r\n        \"PortalId\": null,\r\n        \"PayAmount\": 0,\r\n        \"ChequeNumber\": \"\",\r\n        \"ChequeDate\": \"\",\r\n        \"ChequeAmount\": \"\",\r\n        \"CashWallet\": 0\r\n    },\r\n    \"Order\": {\r\n        //\"Id\": [id],\r\n        \"InvType\": 0,\r\n        \"SaveInfo\": false,\r\n        \"DeliveryId\": [id],\r\n        \"CountryId\": [id],\r\n        \"ProvinceId\": [id],\r\n        \"CityId\": [id],\r\n        \"DistrictId\": [id],\r\n        \"HoodId\": [id],\r\n        \"Latitude\": \"{latitude}\",\r\n        \"Longitude\": \"{longitude}\",\r\n        \"Pins\": [\r\n            {\r\n                \"ProductId\": [id],\r\n                \"Count\": 1,\r\n                \"DepotId\": [id],\r\n                \"SizeId\": [id],\r\n                \"CompanyId\": [id],\r\n                \"ColorId\": [id],\r\n                \"GtId\": [id],\r\n                \"CashPercent\": 0.0,\r\n                \"Code\": \"[id]a[id]a[id]a[id]a[id]a[id]\",\r\n                \"DeliveryId\": [id]\r\n            }\r\n        ],\r\n        \"Description\": \"\",\r\n        \"Address\": \"Tehran, Azadi Blvd, Blur Building\",\r\n        \"PostalCode\": \"123456789\",\r\n        \"NationalCode\": \"0995398291\",\r\n        \"ReceiverName\": \"Test Testi\",\r\n        \"Phone\": \"0211234567\",\r\n        \"Mobile\": \"09123456789\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/order/add5"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"html","header":[],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html>\n<head>\n    <meta charset=\"utf-8\" />\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Error - My ASP.NET Application</title>\n    <link href=\"/Content/css?v=rsU2Eji0u9P2WvZEOnL1IuAZ4thNyibej24hJDWdkAY1\" rel=\"stylesheet\"/>\n\n    <script src=\"/bundles/modernizr?v=wBEWDufH_8Md-Pbioxomt90vm6tJN2Pyy9u9zHtWsPo1\"></script>\n\n\n</head>\n<body>\n<div class=\"container\">\n    <header class=\"d-flex flex-wrap align-items-center justify-content-center justify-content-md-between py-3 mb-4 border-bottom\">\n        <a href=\"/\" class=\"d-flex align-items-center col-md-3 mb-2 mb-md-0 text-dark text-decoration-none\">\n            <h2>Application</h2>\n        </a>\n\n        <ul class=\"nav col-12 col-md-auto mb-2 justify-content-center mb-md-0\">\n            <li><a class=\"nav-link px-2 link-secondary\" href=\"/order?Length=4\">Home</a></li>\n            <li><a class=\"nav-link px-2 link-dark\" href=\"/order/About?Length=4\">About</a></li>\n            <li><a class=\"nav-link px-2 link-dark\" href=\"/order/Contact?Length=4\">Contact</a></li>\n        </ul>\n\n        <form action=\"/Account/LogOff\" class=\"navbar-right\" id=\"logoutForm\" method=\"post\"><input name=\"__RequestVerificationToken\" type=\"hidden\" value=\"N626hYNorVK_Jr5cTyHp6TaPH4fDCs9NZuuDFxlleZzdCn6CCY0Ce9OYBBpz8FeXsBiySQPHXVZltnI2qIInMj5ptUpid0geKY8Zy5p9LW4xjz0ev7tD7o2BI-8oYUwURl5btw2\" />        <div class=\"col-md-12 text-end\">\n            <button type=\"button\" class=\"btn btn-outline-primary\">Hello 2be11482d90c429797b62be5dd8d7035_09391524118</button>\n            <a href=\"javascript:document.getElementById('logoutForm').submit()\" class=\"btn btn-outline-primary\">Log off</a>\n        </div>\n</form>\n\n    </header>\n</div>\n\n<div class=\"container body-content\">\n    \n\n\n<h1 class=\"text-danger\">Error.</h1>\n<h2 class=\"text-danger\">An error occurred while processing your request.</h2>\n\n\n    <hr/>\n    <footer>\n        <p>&copy; 2022 - My ASP.NET Application</p>\n    </footer>\n</div>\n\n<script src=\"/bundles/jquery?v=FVs3ACwOLIVInrAl5sdzR2jrCDmVOWFbZMY6g6Q0ulE1\"></script>\n\n<script src=\"/bundles/bootstrap?v=cxlObxPHmPDCnATJiJjop5QnVmh7bNO8jDcRVzBzL_I1\"></script>\n\n\n</body>\n</html>\n"},{"id":"a55727b2-b393-4431-a4c5-a3c336581602","name":"ServerError2","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Payment\": {\r\n        \"Type\": {type},\r\n        \"NumberOfInstalment\": 0,\r\n        \"DiscountCode\": \"\",\r\n        \"FishNumber\": \"testtest\",\r\n        \"BankAccountId\": [id],\r\n        \"PortalId\": null,\r\n        \"PayAmount\": 0,\r\n        \"ChequeNumber\": \"\",\r\n        \"ChequeDate\": \"\",\r\n        \"ChequeAmount\": \"\",\r\n        \"CashWallet\": 0\r\n    },\r\n    \"Order\": {\r\n        //\"Id\": [id],\r\n        \"InvType\": 0,\r\n        \"SaveInfo\": false,\r\n        \"DeliveryId\": [id],\r\n        \"CountryId\": [id],\r\n        \"ProvinceId\": [id],\r\n        \"CityId\": [id],\r\n        \"DistrictId\": [id],\r\n        \"HoodId\": [id],\r\n        \"Latitude\": \"{latitude}\",\r\n        \"Longitude\": \"{longitude}\",\r\n        \"Pins\": [\r\n            {\r\n                \"ProductId\": [id],\r\n                \"Count\": 1,\r\n                \"DepotId\": [id],\r\n                \"SizeId\": [id],\r\n                \"CompanyId\": [id],\r\n                \"ColorId\": [id],\r\n                \"GtId\": [id],\r\n                \"CashPercent\": 0.0,\r\n                \"Code\": \"[id]a[id]a[id]a[id]a[id]a[id]\",\r\n                \"DeliveryId\": [id]\r\n            }\r\n        ],\r\n        \"Description\": \"\",\r\n        \"Address\": \"Tehran, Azadi Blvd, Blur Building\",\r\n        \"PostalCode\": \"123456789\",\r\n        \"NationalCode\": \"0995398291\",\r\n        \"ReceiverName\": \"Test Testi\",\r\n        \"Phone\": \"0211234567\",\r\n        \"Mobile\": \"09123456789\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/order/add5"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Error\": 500\n}"},{"id":"e232fa95-681b-4734-8579-afad355e47de","name":"NoPermision","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Payment\": {\r\n        \"Type\": {type},\r\n        \"NumberOfInstalment\": 0,\r\n        \"DiscountCode\": \"\",\r\n        \"FishNumber\": \"testtest\",\r\n        \"BankAccountId\": [id],\r\n        \"PortalId\": null,\r\n        \"PayAmount\": 0,\r\n        \"ChequeNumber\": \"\",\r\n        \"ChequeDate\": \"\",\r\n        \"ChequeAmount\": \"\",\r\n        \"CashWallet\": 0\r\n    },\r\n    \"Order\": {\r\n        //\"Id\": [id],\r\n        \"InvType\": 0,\r\n        \"SaveInfo\": false,\r\n        \"DeliveryId\": [id],\r\n        \"CountryId\": [id],\r\n        \"ProvinceId\": [id],\r\n        \"CityId\": [id],\r\n        \"DistrictId\": [id],\r\n        \"HoodId\": [id],\r\n        \"Latitude\": \"{latitude}\",\r\n        \"Longitude\": \"{longitude}\",\r\n        \"Pins\": [\r\n            {\r\n                \"ProductId\": [id],\r\n                \"Count\": 1,\r\n                \"DepotId\": [id],\r\n                \"SizeId\": [id],\r\n                \"CompanyId\": [id],\r\n                \"ColorId\": [id],\r\n                \"GtId\": [id],\r\n                \"CashPercent\": 0.0,\r\n                \"Code\": \"[id]a[id]a[id]a[id]a[id]a[id]\",\r\n                \"DeliveryId\": [id]\r\n            }\r\n        ],\r\n        \"Description\": \"\",\r\n        \"Address\": \"Tehran, Azadi Blvd, Blur Building\",\r\n        \"PostalCode\": \"123456789\",\r\n        \"NationalCode\": \"0995398291\",\r\n        \"ReceiverName\": \"Test Testi\",\r\n        \"Phone\": \"0211234567\",\r\n        \"Mobile\": \"09123456789\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/order/add5"},"status":"Not Acceptable","code":406,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"08412e73-d081-48cf-89c3-6082212341f8"}],"id":"dc62f009-df21-4ea7-964d-5aa8b4171cdc","description":"<p>order process rest apis</p>\n","_postman_id":"dc62f009-df21-4ea7-964d-5aa8b4171cdc"},{"name":"ResetPassword","item":[{"name":"ForgotPassword","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"3395fb43-4bc0-4821-8737-bd66d1931728"}}],"id":"014dbc9d-d4f3-4af6-ba1e-b0b9b065faf0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/customer/ForgotPassword?email={username}","description":"<p>list of banks for fish payment</p>\n<img src=\"https://static.smx.live/UserFiles/admin/Files/Doc/OrderFish.jpg\" />\n\n<img src=\"https://static.smx.live/UserFiles/admin/Files/Doc/OrderCheque.jpg\" alt />","urlObject":{"path":["customer","ForgotPassword"],"host":["https://api.example.com"],"query":[{"key":"email","value":"{username}"}],"variable":[]}},"response":[{"id":"93c6133d-77af-4afb-801b-10d164e9ec5a","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":{"raw":"https://api.example.com/customer/ForgotPassword?email={username}","host":["https://api.example.com"],"path":["customer","ForgotPassword"],"query":[{"key":"email","value":"{username}"}]}},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"a2e1d547-3b7a-4b55-8cba-33fc056f56f1","name":"NotFound","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":{"raw":"https://api.example.com/customer/ForgotPassword?email={username}","host":["https://api.example.com"],"path":["customer","ForgotPassword"],"query":[{"key":"email","value":"{username}"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"html","header":[],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n\n<head>\n\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\" />\n\t<title>404 - File or directory not found.</title>\n\t<style type=\"text/css\">\n\t\t<!--\n\t\tbody {\n\t\t\tmargin: 0;\n\t\t\tfont-size: .7em;\n\t\t\tfont-family: Verdana, Arial, Helvetica, sans-serif;\n\t\t\tbackground: #EEEEEE;\n\t\t}\n\n\t\tfieldset {\n\t\t\tpadding: 0 15px 10px 15px;\n\t\t}\n\n\t\th1 {\n\t\t\tfont-size: 2.4em;\n\t\t\tmargin: 0;\n\t\t\tcolor: #FFF;\n\t\t}\n\n\t\th2 {\n\t\t\tfont-size: 1.7em;\n\t\t\tmargin: 0;\n\t\t\tcolor: #CC0000;\n\t\t}\n\n\t\th3 {\n\t\t\tfont-size: 1.2em;\n\t\t\tmargin: 10px 0 0 0;\n\t\t\tcolor: #000000;\n\t\t}\n\n\t\t#header {\n\t\t\twidth: 96%;\n\t\t\tmargin: 0 0 0 0;\n\t\t\tpadding: 6px 2% 6px 2%;\n\t\t\tfont-family: \"trebuchet MS\", Verdana, sans-serif;\n\t\t\tcolor: #FFF;\n\t\t\tbackground-color: #555555;\n\t\t}\n\n\t\t#content {\n\t\t\tmargin: 0 0 0 2%;\n\t\t\tposition: relative;\n\t\t}\n\n\t\t.content-container {\n\t\t\tbackground: #FFF;\n\t\t\twidth: 96%;\n\t\t\tmargin-top: 8px;\n\t\t\tpadding: 10px;\n\t\t\tposition: relative;\n\t\t}\n\t\t-->\n\t</style>\n</head>\n\n<body>\n\t<div id=\"header\">\n\t\t<h1>Server Error</h1>\n\t</div>\n\t<div id=\"content\">\n\t\t<div class=\"content-container\">\n\t\t\t<fieldset>\n\t\t\t\t<h2>404 - File or directory not found.</h2>\n\t\t\t\t<h3>The resource you are looking for might have been removed, had its name changed, or is temporarily\n\t\t\t\t\tunavailable.</h3>\n\t\t\t</fieldset>\n\t\t</div>\n\t</div>\n</body>\n\n</html>"},{"id":"70da4364-57e7-4b4c-83ff-da2a826ee5d0","name":"NoEmail","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":{"raw":"https://api.example.com/customer/ForgotPassword?email={username}","host":["https://api.example.com"],"path":["customer","ForgotPassword"],"query":[{"key":"email","value":"{username}"}]}},"status":"Multiple Choices","code":300,"_postman_previewlanguage":"html","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"194d7e09-7254-40d5-b345-6a7923e5c415","name":"ServerError","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":{"raw":"https://api.example.com/customer/ForgotPassword?email={username}","host":["https://api.example.com"],"path":["customer","ForgotPassword"],"query":[{"key":"email","value":"{username}"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"html","header":[],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html>\n    <head>\n        <meta charset=\"utf-8\" />\n        <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n        <title>Error - My ASP.NET Application</title>\n        <link href=\"/Content/css?v=rsU2Eji0u9P2WvZEOnL1IuAZ4thNyibej24hJDWdkAY1\" rel=\"stylesheet\"/>\n        <script src=\"/bundles/modernizr?v=wBEWDufH_8Md-Pbioxomt90vm6tJN2Pyy9u9zHtWsPo1\"></script>\n    </head>\n    <body>\n        <div class=\"container\">\n            <header class=\"d-flex flex-wrap align-items-center justify-content-center justify-content-md-between py-3 mb-4 border-bottom\">\n                <a href=\"/\" class=\"d-flex align-items-center col-md-3 mb-2 mb-md-0 text-dark text-decoration-none\">\n                    <h2>Application</h2>\n                </a>\n                <ul class=\"nav col-12 col-md-auto mb-2 justify-content-center mb-md-0\">\n                    <li>\n                        <a class=\"nav-link px-2 link-secondary\" href=\"/order?Length=4\">Home</a>\n                    </li>\n                    <li>\n                        <a class=\"nav-link px-2 link-dark\" href=\"/order/About?Length=4\">About</a>\n                    </li>\n                    <li>\n                        <a class=\"nav-link px-2 link-dark\" href=\"/order/Contact?Length=4\">Contact</a>\n                    </li>\n                </ul>\n                <form action=\"/Account/LogOff\" class=\"navbar-right\" id=\"logoutForm\" method=\"post\">\n                    <input name=\"__RequestVerificationToken\" type=\"hidden\" value=\"XGD1NuQJvA4knoFau1fLPit1_037jUGfgYRksNUcTqACbw4JcLSDA4TjJSLAR9QckEjA3KyxrXIZ0sWdmu5vglv6zuaMCSSy7-dC8GExBabDjqfeYtpzhX32gkoipZ2KGsYdpQ2\" />\n                    <div class=\"col-md-12 text-end\">\n                        <button type=\"button\" class=\"btn btn-outline-primary\">Hello 2be11482d90c429797b62be5dd8d7035_09391524118</button>\n                        <a href=\"javascript:document.getElementById('logoutForm').submit()\" class=\"btn btn-outline-primary\">Log off</a>\n                    </div>\n                </form>\n            </header>\n        </div>\n        <div class=\"container body-content\">\n            <h1 class=\"text-danger\">Error.</h1>\n            <h2 class=\"text-danger\">An error occurred while processing your request.</h2>\n            <hr/>\n            <footer>\n                <p>&copy; 2022 - My ASP.NET Application</p>\n            </footer>\n        </div>\n        <script src=\"/bundles/jquery?v=FVs3ACwOLIVInrAl5sdzR2jrCDmVOWFbZMY6g6Q0ulE1\"></script>\n        <script src=\"/bundles/bootstrap?v=cxlObxPHmPDCnATJiJjop5QnVmh7bNO8jDcRVzBzL_I1\"></script>\n    </body>\n</html>"}],"_postman_id":"014dbc9d-d4f3-4af6-ba1e-b0b9b065faf0"},{"name":"ResetPassword","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"add7fa33-161d-4a67-b0f2-34a7c176f8c6"}}],"id":"594136fa-c7f2-4dd4-ac9f-499af1a22a13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/customer/ResetPassword?pass=&uid=&code=","description":"<p>list of banks for fish payment</p>\n<img src=\"https://static.smx.live/UserFiles/admin/Files/Doc/OrderFish.jpg\" />\n\n<img src=\"https://static.smx.live/UserFiles/admin/Files/Doc/OrderCheque.jpg\" alt />","urlObject":{"path":["customer","ResetPassword"],"host":["https://api.example.com"],"query":[{"key":"pass","value":""},{"key":"uid","value":""},{"key":"code","value":""}],"variable":[]}},"response":[{"id":"83ded623-683a-4772-a6a9-95cdc7bcbc67","name":"OK","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.example.com/customer/ResetPassword?pass=&uid=&code=","host":["https://api.example.com"],"path":["customer","ResetPassword"],"query":[{"key":"pass","value":""},{"key":"uid","value":""},{"key":"code","value":""}]}},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"dc1c82ae-a3ed-4d12-a213-4ccd94fe0396","name":"BadRequest","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.example.com/customer/ResetPassword?pass=&uid=&code=","host":["https://api.example.com"],"path":["customer","ResetPassword"],"query":[{"key":"pass","value":""},{"key":"uid","value":""},{"key":"code","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"html","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"05501973-7a13-43d1-99e3-f4dd4105fcfd","name":"ServerError","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.example.com/customer/ResetPassword?pass=&uid=&code=","host":["https://api.example.com"],"path":["customer","ResetPassword"],"query":[{"key":"pass","value":""},{"key":"uid","value":""},{"key":"code","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"html","header":[],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html>\n\n<head>\n\t<title>Runtime Error</title>\n\t<meta name=\"viewport\" content=\"width=device-width\" />\n\t<style>\n\t\tbody {\n\t\t\tfont-family: \"Verdana\";\n\t\t\tfont-weight: normal;\n\t\t\tfont-size: .7em;\n\t\t\tcolor: black;\n\t\t}\n\n\t\tp {\n\t\t\tfont-family: \"Verdana\";\n\t\t\tfont-weight: normal;\n\t\t\tcolor: black;\n\t\t\tmargin-top: -5px\n\t\t}\n\n\t\tb {\n\t\t\tfont-family: \"Verdana\";\n\t\t\tfont-weight: bold;\n\t\t\tcolor: black;\n\t\t\tmargin-top: -5px\n\t\t}\n\n\t\tH1 {\n\t\t\tfont-family: \"Verdana\";\n\t\t\tfont-weight: normal;\n\t\t\tfont-size: 18pt;\n\t\t\tcolor: red\n\t\t}\n\n\t\tH2 {\n\t\t\tfont-family: \"Verdana\";\n\t\t\tfont-weight: normal;\n\t\t\tfont-size: 14pt;\n\t\t\tcolor: maroon\n\t\t}\n\n\t\tpre {\n\t\t\tfont-family: \"Consolas\", \"Lucida Console\", Monospace;\n\t\t\tfont-size: 11pt;\n\t\t\tmargin: 0;\n\t\t\tpadding: 0.5em;\n\t\t\tline-height: 14pt\n\t\t}\n\n\t\t.marker {\n\t\t\tfont-weight: bold;\n\t\t\tcolor: black;\n\t\t\ttext-decoration: none;\n\t\t}\n\n\t\t.version {\n\t\t\tcolor: gray;\n\t\t}\n\n\t\t.error {\n\t\t\tmargin-bottom: 10px;\n\t\t}\n\n\t\t.expandable {\n\t\t\ttext-decoration: underline;\n\t\t\tfont-weight: bold;\n\t\t\tcolor: navy;\n\t\t\tcursor: hand;\n\t\t}\n\n\t\t@media screen and (max-width: 639px) {\n\t\t\tpre {\n\t\t\t\twidth: 440px;\n\t\t\t\toverflow: auto;\n\t\t\t\twhite-space: pre-wrap;\n\t\t\t\tword-wrap: break-word;\n\t\t\t}\n\t\t}\n\n\t\t@media screen and (max-width: 479px) {\n\t\t\tpre {\n\t\t\t\twidth: 280px;\n\t\t\t}\n\t\t}\n\t</style>\n</head>\n\n<body bgcolor=\"white\">\n\n\t<span><H1>Server Error in '/' Application.<hr width=100% size=1 color=silver></H1>\n\n            <h2> <i>Runtime Error</i> </h2></span>\n\n\t<font face=\"Arial, Helvetica, Geneva, SunSans-Regular, sans-serif \">\n\n\t\t<b> Description: </b>An application error occurred on the server. The current custom error settings for this\n\t\tapplication prevent the details of the application error from being viewed remotely (for security reasons). It\n\t\tcould, however, be viewed by browsers running on the local server machine.\n\t\t<br><br>\n\n\t\t<b>Details:</b> To enable the details of this specific error message to be viewable on remote machines, please\n\t\tcreate a &lt;customErrors&gt; tag within a &quot;web.config&quot; configuration file located in the root\n\t\tdirectory of the current web application. This &lt;customErrors&gt; tag should then have its &quot;mode&quot;\n\t\tattribute set to &quot;Off&quot;.<br><br>\n\n\t\t<table width=100% bgcolor=\"#ffffcc\">\n\t\t\t<tr>\n\t\t\t\t<td>\n\t\t\t\t\t<code><pre>\n\n&lt;!-- Web.Config Configuration File --&gt;\n\n&lt;configuration&gt;\n    &lt;system.web&gt;\n        &lt;customErrors mode=&quot;Off&quot;/&gt;\n    &lt;/system.web&gt;\n&lt;/configuration&gt;</pre></code>\n\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\n\t\t<br>\n\n\t\t<b>Notes:</b> The current error page you are seeing can be replaced by a custom error page by modifying the\n\t\t&quot;defaultRedirect&quot; attribute of the application&#39;s &lt;customErrors&gt; configuration tag to point\n\t\tto a custom error page URL.<br><br>\n\n\t\t<table width=100% bgcolor=\"#ffffcc\">\n\t\t\t<tr>\n\t\t\t\t<td>\n\t\t\t\t\t<code><pre>\n\n&lt;!-- Web.Config Configuration File --&gt;\n\n&lt;configuration&gt;\n    &lt;system.web&gt;\n        &lt;customErrors mode=&quot;RemoteOnly&quot; defaultRedirect=&quot;mycustompage.htm&quot;/&gt;\n    &lt;/system.web&gt;\n&lt;/configuration&gt;</pre></code>\n\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</table>\n\n\t\t<br>\n\n    </body>\n\n</html>"}],"_postman_id":"594136fa-c7f2-4dd4-ac9f-499af1a22a13"}],"id":"bbe83f06-112a-4d2d-88fd-7260def76f4b","_postman_id":"bbe83f06-112a-4d2d-88fd-7260def76f4b","description":""},{"name":"GroupProduct","item":[{"name":"Info","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"3a2f1372-b34b-472b-b32c-4c0ed5c933bd"}}],"id":"ec1a4471-655e-4b62-8f63-ea964c648254","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/groupproduct/[id]","urlObject":{"path":["api","groupproduct","[id]"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"a872e748-63e9-4520-9334-2d56dbb50e56","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":"https://api.example.com/api/groupproduct/[id]"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"Name\": \"پیشنهاد ویژه پوشاک\",\r\n        \"Description\": null,\r\n        \"Sort\": 0,\r\n        \"Expire\": null,\r\n        \"CategoryId\": null,\r\n        \"Location\": \"0\",\r\n        \"Exceptions\": null,\r\n        \"Categories\": null,\r\n        \"Brands\": null,\r\n        \"Auto\": true,\r\n        \"Exist\": false,\r\n        \"MinPrice\": null,\r\n        \"MaxPrice\": null,\r\n        \"MaxCount\": 30,\r\n        \"MinInstalment\": null,\r\n        \"MaxInstalment\": null,\r\n        \"MinInstalmentCommission\": null,\r\n        \"MaxInstalmentCommission\": null,\r\n        \"MinCashPercent\": null,\r\n        \"MaxCashPercent\": null,\r\n        \"Type\": 1,\r\n        \"DeviceType\": 0,\r\n        \"Hidden\": false,\r\n        \"Products\": null,\r\n        \"Id\": 243216,\r\n        \"LangId\": 0\r\n    },\r\n    {\r\n        \"Name\": \"تخفیف آخر فصل\",\r\n        \"Description\": null,\r\n        \"Sort\": 0,\r\n        \"Expire\": null,\r\n        \"CategoryId\": null,\r\n        \"Location\": \"0\",\r\n        \"Exceptions\": null,\r\n        \"Categories\": null,\r\n        \"Brands\": null,\r\n        \"Auto\": true,\r\n        \"Exist\": false,\r\n        \"MinPrice\": null,\r\n        \"MaxPrice\": null,\r\n        \"MaxCount\": 15,\r\n        \"MinInstalment\": null,\r\n        \"MaxInstalment\": null,\r\n        \"MinInstalmentCommission\": null,\r\n        \"MaxInstalmentCommission\": null,\r\n        \"MinCashPercent\": null,\r\n        \"MaxCashPercent\": null,\r\n        \"Type\": 0,\r\n        \"DeviceType\": 0,\r\n        \"Hidden\": false,\r\n        \"Products\": null,\r\n        \"Id\": 243490,\r\n        \"LangId\": 0\r\n    }\r\n]"},{"id":"814430fb-da97-4a2b-8c38-9117784926a6","name":"NotFound","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/api/groupproduct/[id]"},"status":"Not Found","code":404,"_postman_previewlanguage":"html","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"f5764db2-30c2-4cdb-b8ca-2f2069c722ec","name":"BadRequest","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/api/groupproduct/[id]"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"The request is invalid.\"\n}"},{"id":"36b2b749-6441-4621-b67c-3377c8474346","name":"ServerError","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/api/groupproduct/[id]"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"html","header":[],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html>\n    <head>\n        <meta charset=\"utf-8\" />\n        <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n        <title>Error - My ASP.NET Application</title>\n        <link href=\"/Content/css?v=rsU2Eji0u9P2WvZEOnL1IuAZ4thNyibej24hJDWdkAY1\" rel=\"stylesheet\"/>\n        <script src=\"/bundles/modernizr?v=wBEWDufH_8Md-Pbioxomt90vm6tJN2Pyy9u9zHtWsPo1\"></script>\n    </head>\n    <body>\n        <div class=\"container\">\n            <header class=\"d-flex flex-wrap align-items-center justify-content-center justify-content-md-between py-3 mb-4 border-bottom\">\n                <a href=\"/\" class=\"d-flex align-items-center col-md-3 mb-2 mb-md-0 text-dark text-decoration-none\">\n                    <h2>Application</h2>\n                </a>\n                <ul class=\"nav col-12 col-md-auto mb-2 justify-content-center mb-md-0\">\n                    <li>\n                        <a class=\"nav-link px-2 link-secondary\" href=\"/order?Length=4\">Home</a>\n                    </li>\n                    <li>\n                        <a class=\"nav-link px-2 link-dark\" href=\"/order/About?Length=4\">About</a>\n                    </li>\n                    <li>\n                        <a class=\"nav-link px-2 link-dark\" href=\"/order/Contact?Length=4\">Contact</a>\n                    </li>\n                </ul>\n                <form action=\"/Account/LogOff\" class=\"navbar-right\" id=\"logoutForm\" method=\"post\">\n                    <input name=\"__RequestVerificationToken\" type=\"hidden\" value=\"XGD1NuQJvA4knoFau1fLPit1_037jUGfgYRksNUcTqACbw4JcLSDA4TjJSLAR9QckEjA3KyxrXIZ0sWdmu5vglv6zuaMCSSy7-dC8GExBabDjqfeYtpzhX32gkoipZ2KGsYdpQ2\" />\n                    <div class=\"col-md-12 text-end\">\n                        <button type=\"button\" class=\"btn btn-outline-primary\">Hello 2be11482d90c429797b62be5dd8d7035_09391524118</button>\n                        <a href=\"javascript:document.getElementById('logoutForm').submit()\" class=\"btn btn-outline-primary\">Log off</a>\n                    </div>\n                </form>\n            </header>\n        </div>\n        <div class=\"container body-content\">\n            <h1 class=\"text-danger\">Error.</h1>\n            <h2 class=\"text-danger\">An error occurred while processing your request.</h2>\n            <hr/>\n            <footer>\n                <p>&copy; 2022 - My ASP.NET Application</p>\n            </footer>\n        </div>\n        <script src=\"/bundles/jquery?v=FVs3ACwOLIVInrAl5sdzR2jrCDmVOWFbZMY6g6Q0ulE1\"></script>\n        <script src=\"/bundles/bootstrap?v=cxlObxPHmPDCnATJiJjop5QnVmh7bNO8jDcRVzBzL_I1\"></script>\n    </body>\n</html>"}],"_postman_id":"ec1a4471-655e-4b62-8f63-ea964c648254"},{"name":"Product Lists","id":"48485e25-d412-4afc-a425-35577c819401","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/api/product/AdvSearch?MinQuantity=-1&MaxQuantity=-1&Cats=&MaxPrice=-1&MinPrice=-1&MaxRate=-1&Brands=&Companies=&Depots=&keyword=&GroupId=[id]","description":"<p>Get products list</p>\n<p><img src=\"https://static.smx.live/UserFiles/admin/Files/Doc/Products.png\" alt /></p>\n","urlObject":{"path":["api","product","AdvSearch"],"host":["https://api.example.com"],"query":[{"description":{"content":"<p>min quantity ? default is -1[no filter]</p>\n","type":"text/plain"},"key":"MinQuantity","value":"-1"},{"description":{"content":"<p>max quantity ? default is -1[no filter]</p>\n","type":"text/plain"},"key":"MaxQuantity","value":"-1"},{"description":{"content":"<p>list of categoreis,for example 1,2,3</p>\n","type":"text/plain"},"key":"Cats","value":""},{"description":{"content":"<p>min price ? default is -1[no filter]</p>\n","type":"text/plain"},"key":"MaxPrice","value":"-1"},{"description":{"content":"<p>max price ? default is -1[no filter]</p>\n","type":"text/plain"},"key":"MinPrice","value":"-1"},{"description":{"content":"<p>max rate ? default is -1[no filter]</p>\n","type":"text/plain"},"key":"MaxRate","value":"-1"},{"description":{"content":"<p>list of brands, for example 1,2,3</p>\n","type":"text/plain"},"key":"Brands","value":""},{"description":{"content":"<p>list of companies, for example 1,2,3</p>\n","type":"text/plain"},"key":"Companies","value":""},{"description":{"content":"<p>list of depots, for example 1,2,3</p>\n","type":"text/plain"},"key":"Depots","value":""},{"description":{"content":"<p>search keyword</p>\n","type":"text/plain"},"key":"keyword","value":""},{"disabled":true,"description":{"content":"<p>selected filter id</p>\n","type":"text/plain"},"key":"Filters[0].FilterId","value":"61007"},{"disabled":true,"description":{"content":"<p>selected filter value id</p>\n","type":"text/plain"},"key":"Filters[0].Id","value":"85596"},{"description":{"content":"<p>required</p>\n","type":"text/plain"},"key":"GroupId","value":"[id]"}],"variable":[]}},"response":[{"id":"14d57b81-4ed2-4aff-8c64-60b1d7daffd6","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"},{"key":"WithColor","value":"true","type":"text","disabled":true}],"url":{"raw":"https://api.example.com/api/product/AdvSearch?MinQuantity=-1&MaxQuantity=-1&Cats=&MaxPrice=-1&MinPrice=-1&MaxRate=-1&Brands=&Companies=&Depots=&keyword=&GroupId=[id]","host":["https://api.example.com"],"path":["api","product","AdvSearch"],"query":[{"key":"MinQuantity","value":"-1"},{"key":"MaxQuantity","value":"-1"},{"key":"Cats","value":""},{"key":"MaxPrice","value":"-1"},{"key":"MinPrice","value":"-1"},{"key":"MaxRate","value":"-1"},{"key":"Brands","value":""},{"key":"Companies","value":""},{"key":"Depots","value":""},{"key":"keyword","value":""},{"key":"GroupId","value":"[id]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"MinPrice","value":"1000000","description":"","type":"text"},{"key":"MaxPrice","value":"2200000","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"IsOffer\": false,\n        \"Status\": 0,\n        \"OfferDescription\": null,\n        \"Random\": 32001,\n        \"Name\": \"جوراب مدل B12\",\n        \"Serial\": \"socks-b12\",\n        \"IsDeactive\": false,\n        \"Exist\": true,\n        \"PicLink\": \"/UserFiles/livegallery4/Images/Product/202104101158295861.jpg\",\n        \"Description\": \"انواع جوراب های با کیفیت و متنوع در طرح و رنگ های مختلف\",\n        \"MoreDescription\": \"جوراب بافت برند b12 برای تمامی فصول سال مناسب است و در همه مناسبت ها میشود از ان استفاده کرد\\nلورم ایپسوم متن ساختگی با تولید سادگی نامفهوم از صنعت چاپ، و با استفاده از طراحان گرافیک است، چاپگرها و متون بلکه روزنامه و مجله در ستون و سطرآنچنان که لازم است، و برای شرایط فعلی تکنولوژی مورد نیاز، و کاربردهای متنوع با هدف بهبود ابزارهای کاربردی می باشد، کتابهای زیادی در شصت و سه درصد گذشته حال و آینده، شناخت فراوان جامعه و متخصصان را می طلبد، تا با نرم افزارها شناخت بیشتری را برای طراحان رایانه ای علی الخصوص طراحان خلاقی، و فرهنگ پیشرو در زبان فارسی ایجاد کرد، در این صورت می توان امید داشت که تمام و دشواری موجود در ارائه راهکارها، و شرایط سخت تایپ به پایان رسد و زمان مورد نیاز شامل حروفچینی دستاوردهای اصلی، و جوابگوی سوالات پیوسته اهل دنیای موجود طراحی اساسا مورد استفاده قرار گیرد.\",\n        \"Price\": 23000.0000,\n        \"OffPrice\": 23000.0000,\n        \"HidePrice\": false,\n        \"HidePriceText\": null,\n        \"Discount\": 0.0000,\n        \"Type\": 0,\n        \"MinerCost\": 0.00,\n        \"ProcessingCost\": 0.00,\n        \"MainPrice\": 23000.0000,\n        \"Count\": 385,\n        \"Rate\": 30.0,\n        \"DeviceType\": 0,\n        \"Sort\": 0,\n        \"MobPicLink\": null,\n        \"Sizing\": true,\n        \"PurchasePrice\": 0.0000,\n        \"Weight\": 0.00,\n        \"TaxExempt\": false,\n        \"Tax\": 0.00,\n        \"Inquiry\": false,\n        \"Affiliate\": false,\n        \"DisableOrder\": false,\n        \"DisableOrder2\": false,\n        \"Offer\": null,\n        \"Liked\": false,\n        \"Likes\": 0,\n        \"Point\": 0.0,\n        \"ShopId\": null,\n        \"LikeShop\": false,\n        \"HasReview\": false,\n        \"Mine\": false,\n        \"Ups\": 0,\n        \"Downs\": 0,\n        \"Up\": false,\n        \"Down\": false,\n        \"Stars\": 3.00,\n        \"Starers\": 1,\n        \"MyStars\": 0.0,\n        \"SumStars\": 3.00,\n        \"MultiPrice\": false,\n        \"OriginalPrice\": 23000.0000,\n        \"ConsumerPrice\": 0.0,\n        \"LatinName\": \"Socks B12\",\n        \"LastModified\": \"2021-04-10T11:59:20\",\n        \"Views\": 539,\n        \"NoTransport\": false,\n        \"FakeName\": null,\n        \"OfferDate\": null,\n        \"Survey\": null,\n        \"MaxOrder\": null,\n        \"NumberOfShops\": 0,\n        \"MinPrice\": 0.0,\n        \"MaxPrice\": 0.0,\n        \"Max\": 2185000.0000,\n        \"Min\": 0.0000,\n        \"FastToCart\": false,\n        \"Depots\": 1,\n        \"Unit\": null,\n        \"CountPerUnit\": 1,\n        \"Expiration\": null,\n        \"Difficulty\": 0,\n        \"CookTime\": 0,\n        \"SellType\": 0,\n        \"Priority\": 0.0,\n        \"MlmType\": 0,\n        \"AlertCount\": 0,\n        \"GroupPrice\": null,\n        \"CatalogPrice\": 24000.0000,\n        \"DeviationPercent\": 0.00,\n        \"DeviationPercentDown\": 0.00,\n        \"Forbid\": false,\n        \"ForbidGallery\": false,\n        \"ForbidDetail\": false,\n        \"ForbidSpecification\": false,\n        \"HasGift\": true,\n        \"Total\": 6,\n        \"Colors\": null,\n        \"Shops\": null,\n        \"Number\": 0,\n        \"PageTitle\": null,\n        \"SoldCount\": 0,\n        \"SpecialInstalment\": null,\n        \"Shid\": 36342,\n        \"Shop\": \"شیک مارکت\",\n        \"Default\": {\n            \"Count\": 100,\n            \"SizeId\": 52774,\n            \"ColorId\": 2,\n            \"DepotId\": 153406,\n            \"DistributionId\": null,\n            \"OwnerId\": \"2be11482-d90c-4297-97b6-2be5dd8d7035\",\n            \"Barcode\": null,\n            \"GtId\": null,\n            \"ExpireAt\": null,\n            \"CreatedAt\": \"2021-12-15T11:34:44\",\n            \"DaysToSend\": null,\n            \"Price\": 23000.00,\n            \"Shop\": \"شیک مارکت\",\n            \"Shopid\": 36342\n        },\n        \"BrandId\": 318941,\n        \"CategoryId\": 543391,\n        \"Id\": 1459830,\n        \"LangId\": 0\n    },\n    {\n        \"IsOffer\": false,\n        \"Status\": 0,\n        \"OfferDescription\": null,\n        \"Random\": 92716,\n        \"Name\": \"گوشی موبایل شیائومی مدل Redmi 9A M2006C3LG دو سیم‌ کارت ظرفیت 32 گیگابایت\",\n        \"Serial\": \"967239\",\n        \"IsDeactive\": false,\n        \"Exist\": true,\n        \"PicLink\": \"/UserFiles/livegallery4/Images/Product/202209050934375297.jpg\",\n        \"Description\": \"شرکت شیائومی‌به‌تازگی دو عضو ارزان‌قیمت از خانواده «Redmi 9» را معرفی کرده است. گوشی Redmi 9A یکی از این گوشی‌‌ها است که مانند نسخه‌‌های قبلی، از صفحه‌نمایش بزرگ، باتری پرقدرت، طراحی جذاب دوربین و سخت‌افزار مناسب برخوردار است. صفحه‌نمایش گوشی Redmi 9A 6.53 اینچ است و از فناوری IPS LCD بهره می‌برد. این نمایشگر حدود 81 درصد از بدنه را به خود اختصاص داده است. شیائومی‌برای این محصول خود از یک دوربین با لنز عریض 13 مگاپیکسلی استفاده کرده است. دوربین سلفی 5 مگاپیکسلی هم در مرکز گو ...\",\n        \"MoreDescription\": \"شرکت شیائومی‌به‌تازگی دو عضو ارزان‌قیمت از خانواده «Redmi 9» را معرفی کرده است. گوشی Redmi 9A یکی از این گوشی‌‌ها است که مانند نسخه‌‌های قبلی، از صفحه‌نمایش بزرگ، باتری پرقدرت، طراحی جذاب دوربین و سخت‌افزار مناسب برخوردار است. صفحه‌نمایش گوشی Redmi 9A 6.53 اینچ است و از فناوری IPS LCD بهره می‌برد. این نمایشگر حدود 81 درصد از بدنه را به خود اختصاص داده است. شیائومی‌برای این محصول خود از یک دوربین با لنز عریض 13 مگاپیکسلی استفاده کرده است. دوربین سلفی 5 مگاپیکسلی هم در مرکز گوشی و بالای نمایشگر این گوشی به‌کار گرفته‌شده است. ازنظر سخت‌افزاری هم این گوشی به تراشه Helio G25 شرکت مدیاتک مجهز شده که با پردازنده‌ هشت‌هسته‌ا‌ی و قدرتمند Cortex-A53 و پردازنده گرافیکی PowerVR GE8320 همراه شده است. حافظه رم با ظرفیت 2 گیگابایت هم در کنار این مجموعه قرار گرفته است تا بتواند علاوه‌بر کار‌های معمول، از قابلیت‌‌ها ی جدید گوشی‌‌های امروزی پشتیبانی کند. برای این گوشی حافظه داخلی با ظرفیت 32 گیگابایت در نظر گرفته شده است که با استفاده از یک کارت حافظه SD قابل ارتقاء است. باتری لیتیوم-پلیمری با ظرفیت 5000 میلی‌آمپرساعتی با قابلیت شارژ با توان 10 وات و جک 3.5 میلی‌متری صدا هم از دیگر مشخصات این محصول جدید است.\",\n        \"Price\": 2300000.0000,\n        \"OffPrice\": 2185000.0000,\n        \"HidePrice\": false,\n        \"HidePriceText\": null,\n        \"Discount\": 5.0000,\n        \"Type\": 0,\n        \"MinerCost\": 0.00,\n        \"ProcessingCost\": 10000.00,\n        \"MainPrice\": 2185000.0000,\n        \"Count\": 49,\n        \"Rate\": 1.0,\n        \"DeviceType\": 0,\n        \"Sort\": 0,\n        \"MobPicLink\": null,\n        \"Sizing\": true,\n        \"PurchasePrice\": 2160000.0000,\n        \"Weight\": 185.00,\n        \"TaxExempt\": false,\n        \"Tax\": 0.00,\n        \"Inquiry\": false,\n        \"Affiliate\": false,\n        \"DisableOrder\": false,\n        \"DisableOrder2\": false,\n        \"Offer\": null,\n        \"Liked\": false,\n        \"Likes\": 0,\n        \"Point\": 0.0,\n        \"ShopId\": null,\n        \"LikeShop\": false,\n        \"HasReview\": false,\n        \"Mine\": false,\n        \"Ups\": 0,\n        \"Downs\": 0,\n        \"Up\": false,\n        \"Down\": false,\n        \"Stars\": 5.00,\n        \"Starers\": 2,\n        \"MyStars\": 0.0,\n        \"SumStars\": 10.00,\n        \"MultiPrice\": false,\n        \"OriginalPrice\": 2185000.0000,\n        \"ConsumerPrice\": 0.0,\n        \"LatinName\": \"Xiaomi Redmi 9A M2006C3LG Dual SIM 32GB Mobile Phone\",\n        \"LastModified\": \"2022-09-05T09:40:55\",\n        \"Views\": 259,\n        \"NoTransport\": false,\n        \"FakeName\": null,\n        \"OfferDate\": null,\n        \"Survey\": null,\n        \"MaxOrder\": null,\n        \"NumberOfShops\": 0,\n        \"MinPrice\": 0.0,\n        \"MaxPrice\": 0.0,\n        \"Max\": 2185000.0000,\n        \"Min\": 0.0000,\n        \"FastToCart\": false,\n        \"Depots\": 1,\n        \"Unit\": \"عدد\",\n        \"CountPerUnit\": 1,\n        \"Expiration\": null,\n        \"Difficulty\": 0,\n        \"CookTime\": 0,\n        \"SellType\": 0,\n        \"Priority\": 0.0,\n        \"MlmType\": 0,\n        \"AlertCount\": 0,\n        \"GroupPrice\": null,\n        \"CatalogPrice\": 2185000.0000,\n        \"DeviationPercent\": 0.00,\n        \"DeviationPercentDown\": 0.00,\n        \"Forbid\": false,\n        \"ForbidGallery\": false,\n        \"ForbidDetail\": false,\n        \"ForbidSpecification\": false,\n        \"HasGift\": true,\n        \"Total\": 6,\n        \"Colors\": null,\n        \"Shops\": null,\n        \"Number\": 0,\n        \"PageTitle\": null,\n        \"SoldCount\": 0,\n        \"SpecialInstalment\": {\n            \"ProductId\": 0,\n            \"End\": null,\n            \"Instalment\": 10,\n            \"InstalmentCommission\": 0.10,\n            \"CashPercent\": 0.00,\n            \"SpInstalment\": 0,\n            \"SpInstalmentCommission\": 0.00,\n            \"SpCashPercent\": 0.00,\n            \"IsActive\": true,\n            \"P\": null,\n            \"Serial\": null,\n            \"ProductInfo\": {\n                \"Name\": null,\n                \"Serial\": null,\n                \"PicLink\": null\n            },\n            \"Id\": 0,\n            \"LangId\": 0\n        },\n        \"Shid\": null,\n        \"Shop\": null,\n        \"Default\": null,\n        \"BrandId\": 318942,\n        \"CategoryId\": 543395,\n        \"Id\": 1459832,\n        \"LangId\": 0\n    },\n    {\n        \"IsOffer\": false,\n        \"Status\": 0,\n        \"OfferDescription\": null,\n        \"Random\": 30125,\n        \"Name\": \"گل طبیعی نایکات\",\n        \"Serial\": \"niakut\",\n        \"IsDeactive\": false,\n        \"Exist\": true,\n        \"PicLink\": \"/UserFiles/livegallery4/Images/Product/202104211052437322.jpg\",\n        \"Description\": null,\n        \"MoreDescription\": null,\n        \"Price\": 25000.0000,\n        \"OffPrice\": 22500.0000,\n        \"HidePrice\": true,\n        \"HidePriceText\": null,\n        \"Discount\": 10.0000,\n        \"Type\": 0,\n        \"MinerCost\": 0.00,\n        \"ProcessingCost\": 0.00,\n        \"MainPrice\": 22500.0000,\n        \"Count\": 1,\n        \"Rate\": 0.0,\n        \"DeviceType\": 0,\n        \"Sort\": 0,\n        \"MobPicLink\": null,\n        \"Sizing\": false,\n        \"PurchasePrice\": 0.0000,\n        \"Weight\": 0.00,\n        \"TaxExempt\": true,\n        \"Tax\": 0.00,\n        \"Inquiry\": false,\n        \"Affiliate\": false,\n        \"DisableOrder\": true,\n        \"DisableOrder2\": true,\n        \"Offer\": null,\n        \"Liked\": false,\n        \"Likes\": 0,\n        \"Point\": 0.0,\n        \"ShopId\": null,\n        \"LikeShop\": false,\n        \"HasReview\": false,\n        \"Mine\": false,\n        \"Ups\": 0,\n        \"Downs\": 0,\n        \"Up\": false,\n        \"Down\": false,\n        \"Stars\": 0.0,\n        \"Starers\": 0,\n        \"MyStars\": 0.0,\n        \"SumStars\": 0.0,\n        \"MultiPrice\": false,\n        \"OriginalPrice\": 22500.0000,\n        \"ConsumerPrice\": 0.0,\n        \"LatinName\": null,\n        \"LastModified\": \"2021-04-21T10:53:04\",\n        \"Views\": 442,\n        \"NoTransport\": false,\n        \"FakeName\": null,\n        \"OfferDate\": null,\n        \"Survey\": null,\n        \"MaxOrder\": null,\n        \"NumberOfShops\": 0,\n        \"MinPrice\": 0.0,\n        \"MaxPrice\": 0.0,\n        \"Max\": 2185000.0000,\n        \"Min\": 0.0000,\n        \"FastToCart\": true,\n        \"Depots\": 1,\n        \"Unit\": null,\n        \"CountPerUnit\": 1,\n        \"Expiration\": null,\n        \"Difficulty\": 0,\n        \"CookTime\": 0,\n        \"SellType\": 0,\n        \"Priority\": 0.0,\n        \"MlmType\": 0,\n        \"AlertCount\": 0,\n        \"GroupPrice\": null,\n        \"CatalogPrice\": 22500.0000,\n        \"DeviationPercent\": 0.00,\n        \"DeviationPercentDown\": 0.00,\n        \"Forbid\": false,\n        \"ForbidGallery\": false,\n        \"ForbidDetail\": false,\n        \"ForbidSpecification\": false,\n        \"HasGift\": false,\n        \"Total\": 6,\n        \"Colors\": null,\n        \"Shops\": null,\n        \"Number\": 0,\n        \"PageTitle\": null,\n        \"SoldCount\": 0,\n        \"SpecialInstalment\": null,\n        \"Shid\": null,\n        \"Shop\": null,\n        \"Default\": null,\n        \"BrandId\": null,\n        \"CategoryId\": 543575,\n        \"Id\": 1465766,\n        \"LangId\": 0\n    },\n    {\n        \"IsOffer\": true,\n        \"Status\": 0,\n        \"OfferDescription\": \"به علت عدم وارد کردن قیمت\",\n        \"Random\": 45666,\n        \"Name\": \"پرنده مرغ عشق\",\n        \"Serial\": \"p134\",\n        \"IsDeactive\": false,\n        \"Exist\": false,\n        \"PicLink\": \"/UserFiles/livegallery4/Images/Product/202108241207542027.jpg\",\n        \"Description\": null,\n        \"MoreDescription\": null,\n        \"Price\": 0.0000,\n        \"OffPrice\": 0.0000,\n        \"HidePrice\": false,\n        \"HidePriceText\": null,\n        \"Discount\": 0.0000,\n        \"Type\": 0,\n        \"MinerCost\": 0.00,\n        \"ProcessingCost\": 0.00,\n        \"MainPrice\": 0.0000,\n        \"Count\": 0,\n        \"Rate\": 0.0,\n        \"DeviceType\": 0,\n        \"Sort\": 0,\n        \"MobPicLink\": null,\n        \"Sizing\": true,\n        \"PurchasePrice\": 0.0000,\n        \"Weight\": 0.00,\n        \"TaxExempt\": false,\n        \"Tax\": 0.00,\n        \"Inquiry\": false,\n        \"Affiliate\": false,\n        \"DisableOrder\": false,\n        \"DisableOrder2\": false,\n        \"Offer\": null,\n        \"Liked\": false,\n        \"Likes\": 0,\n        \"Point\": 0.0,\n        \"ShopId\": null,\n        \"LikeShop\": false,\n        \"HasReview\": false,\n        \"Mine\": false,\n        \"Ups\": 0,\n        \"Downs\": 0,\n        \"Up\": false,\n        \"Down\": false,\n        \"Stars\": 0.0,\n        \"Starers\": 0,\n        \"MyStars\": 0.0,\n        \"SumStars\": 0.0,\n        \"MultiPrice\": false,\n        \"OriginalPrice\": 0.0000,\n        \"ConsumerPrice\": 0.0,\n        \"LatinName\": null,\n        \"LastModified\": \"2021-08-24T12:07:58\",\n        \"Views\": 85,\n        \"NoTransport\": false,\n        \"FakeName\": null,\n        \"OfferDate\": null,\n        \"Survey\": null,\n        \"MaxOrder\": null,\n        \"NumberOfShops\": 0,\n        \"MinPrice\": 0.0,\n        \"MaxPrice\": 0.0,\n        \"Max\": 2185000.0000,\n        \"Min\": 0.0000,\n        \"FastToCart\": false,\n        \"Depots\": 0,\n        \"Unit\": null,\n        \"CountPerUnit\": 1,\n        \"Expiration\": null,\n        \"Difficulty\": 0,\n        \"CookTime\": 0,\n        \"SellType\": 0,\n        \"Priority\": 0.0,\n        \"MlmType\": 0,\n        \"AlertCount\": 0,\n        \"GroupPrice\": null,\n        \"CatalogPrice\": 0.0000,\n        \"DeviationPercent\": 0.00,\n        \"DeviationPercentDown\": 0.00,\n        \"Forbid\": false,\n        \"ForbidGallery\": false,\n        \"ForbidDetail\": false,\n        \"ForbidSpecification\": false,\n        \"HasGift\": false,\n        \"Total\": 6,\n        \"Colors\": null,\n        \"Shops\": null,\n        \"Number\": 0,\n        \"PageTitle\": null,\n        \"SoldCount\": 0,\n        \"SpecialInstalment\": null,\n        \"Shid\": null,\n        \"Shop\": null,\n        \"Default\": null,\n        \"BrandId\": null,\n        \"CategoryId\": 543575,\n        \"Id\": 1480664,\n        \"LangId\": 0\n    },\n    {\n        \"IsOffer\": false,\n        \"Status\": 0,\n        \"OfferDescription\": null,\n        \"Random\": 40948,\n        \"Name\": \"سرم آبرسان گل رز فیزیشن فرمولا\",\n        \"Serial\": \"1084\",\n        \"IsDeactive\": false,\n        \"Exist\": true,\n        \"PicLink\": \"/UserFiles/livegallery4/Images/Product/202109141138039983.jpg\",\n        \"Description\": null,\n        \"MoreDescription\": null,\n        \"Price\": 340000.0000,\n        \"OffPrice\": 340000.0000,\n        \"HidePrice\": false,\n        \"HidePriceText\": null,\n        \"Discount\": 0.0000,\n        \"Type\": 0,\n        \"MinerCost\": 0.00,\n        \"ProcessingCost\": 0.00,\n        \"MainPrice\": 340000.0000,\n        \"Count\": 100,\n        \"Rate\": 10.0,\n        \"DeviceType\": 0,\n        \"Sort\": 144,\n        \"MobPicLink\": null,\n        \"Sizing\": false,\n        \"PurchasePrice\": 267000.0000,\n        \"Weight\": 0.00,\n        \"TaxExempt\": false,\n        \"Tax\": 0.00,\n        \"Inquiry\": false,\n        \"Affiliate\": false,\n        \"DisableOrder\": false,\n        \"DisableOrder2\": false,\n        \"Offer\": null,\n        \"Liked\": false,\n        \"Likes\": 0,\n        \"Point\": 0.0,\n        \"ShopId\": null,\n        \"LikeShop\": false,\n        \"HasReview\": false,\n        \"Mine\": false,\n        \"Ups\": 0,\n        \"Downs\": 0,\n        \"Up\": false,\n        \"Down\": false,\n        \"Stars\": 5.00,\n        \"Starers\": 1,\n        \"MyStars\": 0.0,\n        \"SumStars\": 5.00,\n        \"MultiPrice\": false,\n        \"OriginalPrice\": 340000.0000,\n        \"ConsumerPrice\": 0.0,\n        \"LatinName\": \"PHYSICIANS FORMULA\",\n        \"LastModified\": \"2021-09-14T11:38:58\",\n        \"Views\": 104,\n        \"NoTransport\": false,\n        \"FakeName\": null,\n        \"OfferDate\": null,\n        \"Survey\": null,\n        \"MaxOrder\": null,\n        \"NumberOfShops\": 0,\n        \"MinPrice\": 0.0,\n        \"MaxPrice\": 0.0,\n        \"Max\": 2185000.0000,\n        \"Min\": 0.0000,\n        \"FastToCart\": true,\n        \"Depots\": 1,\n        \"Unit\": \"عدد\",\n        \"CountPerUnit\": 1,\n        \"Expiration\": null,\n        \"Difficulty\": 0,\n        \"CookTime\": 0,\n        \"SellType\": 0,\n        \"Priority\": 0.0,\n        \"MlmType\": 0,\n        \"AlertCount\": 0,\n        \"GroupPrice\": null,\n        \"CatalogPrice\": 340000.0000,\n        \"DeviationPercent\": 0.00,\n        \"DeviationPercentDown\": 0.00,\n        \"Forbid\": false,\n        \"ForbidGallery\": false,\n        \"ForbidDetail\": false,\n        \"ForbidSpecification\": false,\n        \"HasGift\": false,\n        \"Total\": 6,\n        \"Colors\": null,\n        \"Shops\": null,\n        \"Number\": 0,\n        \"PageTitle\": null,\n        \"SoldCount\": 0,\n        \"SpecialInstalment\": null,\n        \"Shid\": null,\n        \"Shop\": null,\n        \"Default\": null,\n        \"BrandId\": null,\n        \"CategoryId\": 545255,\n        \"Id\": 1481431,\n        \"LangId\": 0\n    },\n    {\n        \"IsOffer\": false,\n        \"Status\": 0,\n        \"OfferDescription\": null,\n        \"Random\": 56810,\n        \"Name\": \"محصول تست\",\n        \"Serial\": \"123123\",\n        \"IsDeactive\": false,\n        \"Exist\": true,\n        \"PicLink\": null,\n        \"Description\": null,\n        \"MoreDescription\": null,\n        \"Price\": 100000.0000,\n        \"OffPrice\": 90000.0000,\n        \"HidePrice\": false,\n        \"HidePriceText\": null,\n        \"Discount\": 10.0000,\n        \"Type\": 0,\n        \"MinerCost\": 0.00,\n        \"ProcessingCost\": 0.00,\n        \"MainPrice\": 90000.0000,\n        \"Count\": 100,\n        \"Rate\": 0.0,\n        \"DeviceType\": 0,\n        \"Sort\": 0,\n        \"MobPicLink\": null,\n        \"Sizing\": true,\n        \"PurchasePrice\": 0.0000,\n        \"Weight\": 500.00,\n        \"TaxExempt\": false,\n        \"Tax\": 0.00,\n        \"Inquiry\": false,\n        \"Affiliate\": false,\n        \"DisableOrder\": false,\n        \"DisableOrder2\": false,\n        \"Offer\": null,\n        \"Liked\": false,\n        \"Likes\": 0,\n        \"Point\": 0.0,\n        \"ShopId\": null,\n        \"LikeShop\": false,\n        \"HasReview\": false,\n        \"Mine\": false,\n        \"Ups\": 0,\n        \"Downs\": 0,\n        \"Up\": false,\n        \"Down\": false,\n        \"Stars\": 0.0,\n        \"Starers\": 0,\n        \"MyStars\": 0.0,\n        \"SumStars\": 0.0,\n        \"MultiPrice\": false,\n        \"OriginalPrice\": 90000.0000,\n        \"ConsumerPrice\": 0.0,\n        \"LatinName\": null,\n        \"LastModified\": \"2021-11-21T10:05:11\",\n        \"Views\": 118,\n        \"NoTransport\": false,\n        \"FakeName\": null,\n        \"OfferDate\": null,\n        \"Survey\": null,\n        \"MaxOrder\": 5,\n        \"NumberOfShops\": 0,\n        \"MinPrice\": 0.0,\n        \"MaxPrice\": 0.0,\n        \"Max\": 2185000.0000,\n        \"Min\": 0.0000,\n        \"FastToCart\": false,\n        \"Depots\": 1,\n        \"Unit\": \"عدد\",\n        \"CountPerUnit\": 1,\n        \"Expiration\": null,\n        \"Difficulty\": 0,\n        \"CookTime\": 0,\n        \"SellType\": 0,\n        \"Priority\": 0.0,\n        \"MlmType\": 0,\n        \"AlertCount\": 0,\n        \"GroupPrice\": null,\n        \"CatalogPrice\": 90000.0000,\n        \"DeviationPercent\": 0.00,\n        \"DeviationPercentDown\": 0.00,\n        \"Forbid\": false,\n        \"ForbidGallery\": false,\n        \"ForbidDetail\": false,\n        \"ForbidSpecification\": false,\n        \"HasGift\": false,\n        \"Total\": 6,\n        \"Colors\": null,\n        \"Shops\": null,\n        \"Number\": 0,\n        \"PageTitle\": null,\n        \"SoldCount\": 0,\n        \"SpecialInstalment\": {\n            \"ProductId\": 0,\n            \"End\": null,\n            \"Instalment\": 1,\n            \"InstalmentCommission\": 0.20,\n            \"CashPercent\": 0.00,\n            \"SpInstalment\": 0,\n            \"SpInstalmentCommission\": 0.00,\n            \"SpCashPercent\": 0.00,\n            \"IsActive\": true,\n            \"P\": null,\n            \"Serial\": null,\n            \"ProductInfo\": {\n                \"Name\": null,\n                \"Serial\": null,\n                \"PicLink\": null\n            },\n            \"Id\": 0,\n            \"LangId\": 0\n        },\n        \"Shid\": null,\n        \"Shop\": null,\n        \"Default\": null,\n        \"BrandId\": 318942,\n        \"CategoryId\": 543389,\n        \"Id\": 1489499,\n        \"LangId\": 0\n    }\n]"}],"_postman_id":"48485e25-d412-4afc-a425-35577c819401"},{"name":"Filters","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"0b3b101b-849a-4ca1-8e1c-5b7314af1883"}}],"id":"316444dc-957e-44ac-b9ff-bc74ae128198","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/category/[id]/filters","urlObject":{"path":["api","category","[id]","filters"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"df4e2d83-f10d-4459-ae50-640dff4edf80","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":"https://api.example.com/api/category/[id]/filters"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"Categories\": [\r\n            {\r\n                \"FilterId\": 61007,\r\n                \"CategoryId\": 543390,\r\n                \"Category\": null\r\n            },\r\n            {\r\n                \"FilterId\": 61007,\r\n                \"CategoryId\": 543391,\r\n                \"Category\": null\r\n            },\r\n            {\r\n                \"FilterId\": 61007,\r\n                \"CategoryId\": 543393,\r\n                \"Category\": null\r\n            },\r\n            {\r\n                \"FilterId\": 61007,\r\n                \"CategoryId\": 543394,\r\n                \"Category\": null\r\n            },\r\n            {\r\n                \"FilterId\": 61007,\r\n                \"CategoryId\": 543395,\r\n                \"Category\": null\r\n            },\r\n            {\r\n                \"FilterId\": 61007,\r\n                \"CategoryId\": 545255,\r\n                \"Category\": null\r\n            }\r\n        ],\r\n        \"Options\": [\r\n            {\r\n                \"Name\": \"ارایشی بهداشتی\",\r\n                \"Sort\": 0,\r\n                \"FilterId\": 61007,\r\n                \"Id\": 85594,\r\n                \"LangId\": 0\r\n            },\r\n            {\r\n                \"Name\": \"پوشیدنی\",\r\n                \"Sort\": 0,\r\n                \"FilterId\": 61007,\r\n                \"Id\": 85595,\r\n                \"LangId\": 0\r\n            },\r\n            {\r\n                \"Name\": \"خوراکی\",\r\n                \"Sort\": 0,\r\n                \"FilterId\": 61007,\r\n                \"Id\": 85596,\r\n                \"LangId\": 0\r\n            },\r\n            {\r\n                \"Name\": \"دکوراسیون\",\r\n                \"Sort\": 0,\r\n                \"FilterId\": 61007,\r\n                \"Id\": 85597,\r\n                \"LangId\": 0\r\n            }\r\n        ],\r\n        \"Name\": \"نوع\",\r\n        \"Sort\": 0,\r\n        \"Category\": null,\r\n        \"CategoryId\": 545255,\r\n        \"Id\": 61007,\r\n        \"LangId\": 0\r\n    },\r\n    {\r\n        \"Categories\": [\r\n            {\r\n                \"FilterId\": 61008,\r\n                \"CategoryId\": 543390,\r\n                \"Category\": null\r\n            },\r\n            {\r\n                \"FilterId\": 61008,\r\n                \"CategoryId\": 543391,\r\n                \"Category\": null\r\n            },\r\n            {\r\n                \"FilterId\": 61008,\r\n                \"CategoryId\": 543393,\r\n                \"Category\": null\r\n            },\r\n            {\r\n                \"FilterId\": 61008,\r\n                \"CategoryId\": 543394,\r\n                \"Category\": null\r\n            },\r\n            {\r\n                \"FilterId\": 61008,\r\n                \"CategoryId\": 543395,\r\n                \"Category\": null\r\n            },\r\n            {\r\n                \"FilterId\": 61008,\r\n                \"CategoryId\": 545255,\r\n                \"Category\": null\r\n            }\r\n        ],\r\n        \"Options\": [\r\n            {\r\n                \"Name\": \"قرمز\",\r\n                \"Sort\": 0,\r\n                \"FilterId\": 61008,\r\n                \"Id\": 85598,\r\n                \"LangId\": 0\r\n            },\r\n            {\r\n                \"Name\": \"سبز\",\r\n                \"Sort\": 0,\r\n                \"FilterId\": 61008,\r\n                \"Id\": 85599,\r\n                \"LangId\": 0\r\n            },\r\n            {\r\n                \"Name\": \"ابی\",\r\n                \"Sort\": 0,\r\n                \"FilterId\": 61008,\r\n                \"Id\": 85600,\r\n                \"LangId\": 0\r\n            }\r\n        ],\r\n        \"Name\": \"رنگ\",\r\n        \"Sort\": 0,\r\n        \"Category\": null,\r\n        \"CategoryId\": 545255,\r\n        \"Id\": 61008,\r\n        \"LangId\": 0\r\n    },\r\n    {\r\n        \"Categories\": [\r\n            {\r\n                \"FilterId\": 61009,\r\n                \"CategoryId\": 543390,\r\n                \"Category\": null\r\n            },\r\n            {\r\n                \"FilterId\": 61009,\r\n                \"CategoryId\": 543391,\r\n                \"Category\": null\r\n            },\r\n            {\r\n                \"FilterId\": 61009,\r\n                \"CategoryId\": 543393,\r\n                \"Category\": null\r\n            }\r\n        ],\r\n        \"Options\": [\r\n            {\r\n                \"Name\": \"xs\",\r\n                \"Sort\": 0,\r\n                \"FilterId\": 61009,\r\n                \"Id\": 85601,\r\n                \"LangId\": 0\r\n            },\r\n            {\r\n                \"Name\": \"s\",\r\n                \"Sort\": 0,\r\n                \"FilterId\": 61009,\r\n                \"Id\": 85602,\r\n                \"LangId\": 0\r\n            },\r\n            {\r\n                \"Name\": \"l\",\r\n                \"Sort\": 0,\r\n                \"FilterId\": 61009,\r\n                \"Id\": 85603,\r\n                \"LangId\": 0\r\n            },\r\n            {\r\n                \"Name\": \"xl\",\r\n                \"Sort\": 0,\r\n                \"FilterId\": 61009,\r\n                \"Id\": 85604,\r\n                \"LangId\": 0\r\n            }\r\n        ],\r\n        \"Name\": \"سایز\",\r\n        \"Sort\": 0,\r\n        \"Category\": null,\r\n        \"CategoryId\": 543390,\r\n        \"Id\": 61009,\r\n        \"LangId\": 0\r\n    }\r\n]"},{"id":"11e3bcda-634a-438b-881a-9e5b18e7ed4f","name":"BadRequest","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/api/category/[id]/filters"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"The request is invalid.\"\n}"},{"id":"22c6b16d-d649-41c9-a2ba-4e14bd3da5da","name":"ServerError","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/api/category/[id]/filters"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"html","header":[],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html>\n    <head>\n        <meta charset=\"utf-8\" />\n        <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n        <title>Error - My ASP.NET Application</title>\n        <link href=\"/Content/css?v=rsU2Eji0u9P2WvZEOnL1IuAZ4thNyibej24hJDWdkAY1\" rel=\"stylesheet\"/>\n        <script src=\"/bundles/modernizr?v=wBEWDufH_8Md-Pbioxomt90vm6tJN2Pyy9u9zHtWsPo1\"></script>\n    </head>\n    <body>\n        <div class=\"container\">\n            <header class=\"d-flex flex-wrap align-items-center justify-content-center justify-content-md-between py-3 mb-4 border-bottom\">\n                <a href=\"/\" class=\"d-flex align-items-center col-md-3 mb-2 mb-md-0 text-dark text-decoration-none\">\n                    <h2>Application</h2>\n                </a>\n                <ul class=\"nav col-12 col-md-auto mb-2 justify-content-center mb-md-0\">\n                    <li>\n                        <a class=\"nav-link px-2 link-secondary\" href=\"/order?Length=4\">Home</a>\n                    </li>\n                    <li>\n                        <a class=\"nav-link px-2 link-dark\" href=\"/order/About?Length=4\">About</a>\n                    </li>\n                    <li>\n                        <a class=\"nav-link px-2 link-dark\" href=\"/order/Contact?Length=4\">Contact</a>\n                    </li>\n                </ul>\n                <form action=\"/Account/LogOff\" class=\"navbar-right\" id=\"logoutForm\" method=\"post\">\n                    <input name=\"__RequestVerificationToken\" type=\"hidden\" value=\"XGD1NuQJvA4knoFau1fLPit1_037jUGfgYRksNUcTqACbw4JcLSDA4TjJSLAR9QckEjA3KyxrXIZ0sWdmu5vglv6zuaMCSSy7-dC8GExBabDjqfeYtpzhX32gkoipZ2KGsYdpQ2\" />\n                    <div class=\"col-md-12 text-end\">\n                        <button type=\"button\" class=\"btn btn-outline-primary\">Hello 2be11482d90c429797b62be5dd8d7035_09391524118</button>\n                        <a href=\"javascript:document.getElementById('logoutForm').submit()\" class=\"btn btn-outline-primary\">Log off</a>\n                    </div>\n                </form>\n            </header>\n        </div>\n        <div class=\"container body-content\">\n            <h1 class=\"text-danger\">Error.</h1>\n            <h2 class=\"text-danger\">An error occurred while processing your request.</h2>\n            <hr/>\n            <footer>\n                <p>&copy; 2022 - My ASP.NET Application</p>\n            </footer>\n        </div>\n        <script src=\"/bundles/jquery?v=FVs3ACwOLIVInrAl5sdzR2jrCDmVOWFbZMY6g6Q0ulE1\"></script>\n        <script src=\"/bundles/bootstrap?v=cxlObxPHmPDCnATJiJjop5QnVmh7bNO8jDcRVzBzL_I1\"></script>\n    </body>\n</html>"}],"_postman_id":"316444dc-957e-44ac-b9ff-bc74ae128198"},{"name":"Stuff","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"0ce1c2b1-0f64-4985-993b-3a622cafdee9"}}],"id":"1f09d569-5714-4697-9dec-4b8c2c67d21f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"},{"key":"x-version","value":"2","description":"<p>required</p>\n","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/groupproduct/[id]/stuff","urlObject":{"path":["api","groupproduct","[id]","stuff"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"32f6a376-232d-4302-8489-8d0300ae91ee","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"},{"key":"x-version","value":"2","type":"text"}],"url":"https://api.example.com/api/groupproduct/[id]/stuff"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"Errors\": [],\r\n    \"Succeeded\": true,\r\n    \"NotFound\": false,\r\n    \"Total\": 0,\r\n    \"Data\": {\r\n        \"Categories\": [\r\n            {\r\n                \"Id\": 543389,\r\n                \"Name\": \"پوشاک\",\r\n                \"Number\": null,\r\n                \"Description\": null,\r\n                \"ParentId\": null,\r\n                \"PicLink\": null,\r\n                \"Sort\": 0\r\n            },\r\n            {\r\n                \"Id\": 543390,\r\n                \"Name\": \"مردانه\",\r\n                \"Number\": null,\r\n                \"Description\": null,\r\n                \"ParentId\": 543389,\r\n                \"PicLink\": null,\r\n                \"Sort\": 0\r\n            },\r\n            {\r\n                \"Id\": 543391,\r\n                \"Name\": \"جوراب\",\r\n                \"Number\": null,\r\n                \"Description\": null,\r\n                \"ParentId\": 543390,\r\n                \"PicLink\": null,\r\n                \"Sort\": 0\r\n            },\r\n            {\r\n                \"Id\": 543395,\r\n                \"Name\": \"سامسونگ\",\r\n                \"Number\": null,\r\n                \"Description\": null,\r\n                \"ParentId\": 543394,\r\n                \"PicLink\": null,\r\n                \"Sort\": 0\r\n            },\r\n            {\r\n                \"Id\": 543575,\r\n                \"Name\": \"گل و بلبل\",\r\n                \"Number\": null,\r\n                \"Description\": null,\r\n                \"ParentId\": null,\r\n                \"PicLink\": null,\r\n                \"Sort\": 0\r\n            },\r\n            {\r\n                \"Id\": 545255,\r\n                \"Name\": \"کرم آبرسان\",\r\n                \"Number\": null,\r\n                \"Description\": null,\r\n                \"ParentId\": 545254,\r\n                \"PicLink\": null,\r\n                \"Sort\": 0\r\n            }\r\n        ],\r\n        \"Brands\": [\r\n            {\r\n                \"Id\": 318941,\r\n                \"Name\": \"ال پاسو\",\r\n                \"Country\": null,\r\n                \"PicLink\": \"/UserFiles/livegallery4/Images/Brand/202104101205034941.jpg\",\r\n                \"Description\": null\r\n            },\r\n            {\r\n                \"Id\": 318942,\r\n                \"Name\": \"سامسونگ\",\r\n                \"Country\": null,\r\n                \"PicLink\": \"/UserFiles/livegallery4/Images/Brand/202104101515106443.jpg\",\r\n                \"Description\": null\r\n            }\r\n        ],\r\n        \"Companies\": [\r\n            {\r\n                \"Id\": 12,\r\n                \"Name\": \"سینا پخش\",\r\n                \"PicLink\": null,\r\n                \"Background\": null\r\n            },\r\n            {\r\n                \"Id\": 20214,\r\n                \"Name\": \"پخش هوشمند\",\r\n                \"PicLink\": null,\r\n                \"Background\": null\r\n            }\r\n        ]\r\n    }\r\n}"},{"id":"281cd3ac-ec5e-46a1-adc7-6e9814bef878","name":"NotFound","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"},{"key":"x-version","value":"2","type":"text"}],"url":"https://api.example.com/api/groupproduct/[id]/stuff"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"Errors\": [],\r\n    \"Succeeded\": true,\r\n    \"NotFound\": false,\r\n    \"Total\": 0,\r\n    \"Data\": {\r\n        \"Categories\": [],\r\n        \"Brands\": [],\r\n        \"Companies\": []\r\n    }\r\n}"},{"id":"6e73a254-6547-4d74-a3c3-ed849385d36e","name":"BadRequest1","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"},{"key":"x-version","value":"2","type":"text"}],"url":"https://api.example.com/api/groupproduct/[id]/stuff"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Error\": {\n        \"Code\": \"UnsupportedApiVersion\",\n        \"Message\": \"The HTTP resource that matches the request URI 'https://api.smx.live/api/groupproduct/243216/stuff' does not support the API version '1.0'.\"\n    }\n}"},{"id":"e10bf694-4d79-4ec8-b179-7d0b9f4fd3c3","name":"BadRequest2","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"},{"key":"x-version","value":"2","type":"text"}],"url":"https://api.example.com/api/groupproduct/[id]/stuff"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Errors\": [\n        {\n            \"Code\": \"0\",\n            \"Name\": null,\n            \"Error\": \"The value '243216dfgdfgdfg' is not valid for Int64.\"\n        }\n    ],\n    \"Succeeded\": false,\n    \"NotFound\": false,\n    \"Total\": 0,\n    \"Data\": null\n}"},{"id":"13c5404c-fc91-4305-a5de-d70532370fe3","name":"ServerError","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"},{"key":"x-version","value":"2","type":"text"}],"url":"https://api.example.com/api/groupproduct/[id]/stuff"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"html","header":[],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html>\n    <head>\n        <meta charset=\"utf-8\" />\n        <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n        <title>Error - My ASP.NET Application</title>\n        <link href=\"/Content/css?v=rsU2Eji0u9P2WvZEOnL1IuAZ4thNyibej24hJDWdkAY1\" rel=\"stylesheet\"/>\n        <script src=\"/bundles/modernizr?v=wBEWDufH_8Md-Pbioxomt90vm6tJN2Pyy9u9zHtWsPo1\"></script>\n    </head>\n    <body>\n        <div class=\"container\">\n            <header class=\"d-flex flex-wrap align-items-center justify-content-center justify-content-md-between py-3 mb-4 border-bottom\">\n                <a href=\"/\" class=\"d-flex align-items-center col-md-3 mb-2 mb-md-0 text-dark text-decoration-none\">\n                    <h2>Application</h2>\n                </a>\n                <ul class=\"nav col-12 col-md-auto mb-2 justify-content-center mb-md-0\">\n                    <li>\n                        <a class=\"nav-link px-2 link-secondary\" href=\"/order?Length=4\">Home</a>\n                    </li>\n                    <li>\n                        <a class=\"nav-link px-2 link-dark\" href=\"/order/About?Length=4\">About</a>\n                    </li>\n                    <li>\n                        <a class=\"nav-link px-2 link-dark\" href=\"/order/Contact?Length=4\">Contact</a>\n                    </li>\n                </ul>\n                <form action=\"/Account/LogOff\" class=\"navbar-right\" id=\"logoutForm\" method=\"post\">\n                    <input name=\"__RequestVerificationToken\" type=\"hidden\" value=\"XGD1NuQJvA4knoFau1fLPit1_037jUGfgYRksNUcTqACbw4JcLSDA4TjJSLAR9QckEjA3KyxrXIZ0sWdmu5vglv6zuaMCSSy7-dC8GExBabDjqfeYtpzhX32gkoipZ2KGsYdpQ2\" />\n                    <div class=\"col-md-12 text-end\">\n                        <button type=\"button\" class=\"btn btn-outline-primary\">Hello 2be11482d90c429797b62be5dd8d7035_09391524118</button>\n                        <a href=\"javascript:document.getElementById('logoutForm').submit()\" class=\"btn btn-outline-primary\">Log off</a>\n                    </div>\n                </form>\n            </header>\n        </div>\n        <div class=\"container body-content\">\n            <h1 class=\"text-danger\">Error.</h1>\n            <h2 class=\"text-danger\">An error occurred while processing your request.</h2>\n            <hr/>\n            <footer>\n                <p>&copy; 2022 - My ASP.NET Application</p>\n            </footer>\n        </div>\n        <script src=\"/bundles/jquery?v=FVs3ACwOLIVInrAl5sdzR2jrCDmVOWFbZMY6g6Q0ulE1\"></script>\n        <script src=\"/bundles/bootstrap?v=cxlObxPHmPDCnATJiJjop5QnVmh7bNO8jDcRVzBzL_I1\"></script>\n    </body>\n</html>"}],"_postman_id":"1f09d569-5714-4697-9dec-4b8c2c67d21f"}],"id":"56b05726-c1cc-4121-835d-7d90e6ed8395","_postman_id":"56b05726-c1cc-4121-835d-7d90e6ed8395","description":""},{"name":"Brand","item":[{"name":"Info","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"ef1961a7-26a7-4ba7-bb0b-90bf917de45b"}}],"id":"70021836-94ed-48e0-9ebb-e66388ee228d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/brand/[id]","urlObject":{"path":["api","brand","[id]"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"7bb7ba45-c924-4dfe-bd91-590c4428b37d","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":"https://api.example.com/api/brand/[id]"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"Name\": \"سامسونگ\",\r\n    \"Country\": null,\r\n    \"PicLink\": \"/UserFiles/livegallery4/Images/Brand/202104101515106443.jpg\",\r\n    \"Description\": null,\r\n    \"Prods\": 0,\r\n    \"ShowInMain\": true,\r\n    \"Sort\": 0,\r\n    \"PageContent\": null,\r\n    \"NumberOfProducts\": 3,\r\n    \"Id\": 318942,\r\n    \"LangId\": 0,\r\n    \"PageTitle\": null,\r\n    \"PageDescription\": null,\r\n    \"PageKeyword\": null\r\n}"},{"id":"1f728c68-69e5-4cf0-80c1-cc7cb4ec53e1","name":"NotFound","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/api/brand/[id]"},"status":"Not Found","code":404,"_postman_previewlanguage":"html","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"08e74623-7bd7-4853-b6e0-da09d70be551","name":"ServerError","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/api/brand/[id]"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"html","header":[],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html>\n    <head>\n        <meta charset=\"utf-8\" />\n        <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n        <title>Error - My ASP.NET Application</title>\n        <link href=\"/Content/css?v=rsU2Eji0u9P2WvZEOnL1IuAZ4thNyibej24hJDWdkAY1\" rel=\"stylesheet\"/>\n        <script src=\"/bundles/modernizr?v=wBEWDufH_8Md-Pbioxomt90vm6tJN2Pyy9u9zHtWsPo1\"></script>\n    </head>\n    <body>\n        <div class=\"container\">\n            <header class=\"d-flex flex-wrap align-items-center justify-content-center justify-content-md-between py-3 mb-4 border-bottom\">\n                <a href=\"/\" class=\"d-flex align-items-center col-md-3 mb-2 mb-md-0 text-dark text-decoration-none\">\n                    <h2>Application</h2>\n                </a>\n                <ul class=\"nav col-12 col-md-auto mb-2 justify-content-center mb-md-0\">\n                    <li>\n                        <a class=\"nav-link px-2 link-secondary\" href=\"/order?Length=4\">Home</a>\n                    </li>\n                    <li>\n                        <a class=\"nav-link px-2 link-dark\" href=\"/order/About?Length=4\">About</a>\n                    </li>\n                    <li>\n                        <a class=\"nav-link px-2 link-dark\" href=\"/order/Contact?Length=4\">Contact</a>\n                    </li>\n                </ul>\n                <form action=\"/Account/LogOff\" class=\"navbar-right\" id=\"logoutForm\" method=\"post\">\n                    <input name=\"__RequestVerificationToken\" type=\"hidden\" value=\"XGD1NuQJvA4knoFau1fLPit1_037jUGfgYRksNUcTqACbw4JcLSDA4TjJSLAR9QckEjA3KyxrXIZ0sWdmu5vglv6zuaMCSSy7-dC8GExBabDjqfeYtpzhX32gkoipZ2KGsYdpQ2\" />\n                    <div class=\"col-md-12 text-end\">\n                        <button type=\"button\" class=\"btn btn-outline-primary\">Hello 2be11482d90c429797b62be5dd8d7035_09391524118</button>\n                        <a href=\"javascript:document.getElementById('logoutForm').submit()\" class=\"btn btn-outline-primary\">Log off</a>\n                    </div>\n                </form>\n            </header>\n        </div>\n        <div class=\"container body-content\">\n            <h1 class=\"text-danger\">Error.</h1>\n            <h2 class=\"text-danger\">An error occurred while processing your request.</h2>\n            <hr/>\n            <footer>\n                <p>&copy; 2022 - My ASP.NET Application</p>\n            </footer>\n        </div>\n        <script src=\"/bundles/jquery?v=FVs3ACwOLIVInrAl5sdzR2jrCDmVOWFbZMY6g6Q0ulE1\"></script>\n        <script src=\"/bundles/bootstrap?v=cxlObxPHmPDCnATJiJjop5QnVmh7bNO8jDcRVzBzL_I1\"></script>\n    </body>\n</html>"}],"_postman_id":"70021836-94ed-48e0-9ebb-e66388ee228d"},{"name":"List","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"4ffa0607-aea3-4e07-b62e-9b7a23b79eaf"}}],"id":"0d9989cb-44a4-479a-9427-07245c602053","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/brand?$orderby=Sort desc,Name","urlObject":{"path":["api","brand"],"host":["https://api.example.com"],"query":[{"key":"$orderby","value":"Sort desc,Name"}],"variable":[]}},"response":[{"id":"3d865dea-9420-4929-badd-0c7ae1bbf9be","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":{"raw":"https://api.example.com/api/brand?$orderby=Sort desc,Name","host":["https://api.example.com"],"path":["api","brand"],"query":[{"key":"$orderby","value":"Sort desc,Name"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"Name\": \"ال پاسو\",\r\n        \"Country\": null,\r\n        \"PicLink\": \"/UserFiles/livegallery4/Images/Brand/202104101205034941.jpg\",\r\n        \"Description\": null,\r\n        \"Prods\": 0,\r\n        \"ShowInMain\": true,\r\n        \"Sort\": 0,\r\n        \"PageContent\": null,\r\n        \"NumberOfProducts\": 1,\r\n        \"Id\": 318941,\r\n        \"LangId\": 0,\r\n        \"PageTitle\": null,\r\n        \"PageDescription\": null,\r\n        \"PageKeyword\": null\r\n    },\r\n    {\r\n        \"Name\": \"سامسونگ\",\r\n        \"Country\": null,\r\n        \"PicLink\": \"/UserFiles/livegallery4/Images/Brand/202104101515106443.jpg\",\r\n        \"Description\": null,\r\n        \"Prods\": 0,\r\n        \"ShowInMain\": true,\r\n        \"Sort\": 0,\r\n        \"PageContent\": null,\r\n        \"NumberOfProducts\": 3,\r\n        \"Id\": 318942,\r\n        \"LangId\": 0,\r\n        \"PageTitle\": null,\r\n        \"PageDescription\": null,\r\n        \"PageKeyword\": null\r\n    }\r\n]"},{"id":"d77beee9-43ec-4f87-8659-28142e7d7335","name":"ServerError","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":{"raw":"https://api.example.com/api/brand?$orderby=Sort desc,Name","host":["https://api.example.com"],"path":["api","brand"],"query":[{"key":"$orderby","value":"Sort desc,Name"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"html","header":[],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html>\n    <head>\n        <meta charset=\"utf-8\" />\n        <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n        <title>Error - My ASP.NET Application</title>\n        <link href=\"/Content/css?v=rsU2Eji0u9P2WvZEOnL1IuAZ4thNyibej24hJDWdkAY1\" rel=\"stylesheet\"/>\n        <script src=\"/bundles/modernizr?v=wBEWDufH_8Md-Pbioxomt90vm6tJN2Pyy9u9zHtWsPo1\"></script>\n    </head>\n    <body>\n        <div class=\"container\">\n            <header class=\"d-flex flex-wrap align-items-center justify-content-center justify-content-md-between py-3 mb-4 border-bottom\">\n                <a href=\"/\" class=\"d-flex align-items-center col-md-3 mb-2 mb-md-0 text-dark text-decoration-none\">\n                    <h2>Application</h2>\n                </a>\n                <ul class=\"nav col-12 col-md-auto mb-2 justify-content-center mb-md-0\">\n                    <li>\n                        <a class=\"nav-link px-2 link-secondary\" href=\"/order?Length=4\">Home</a>\n                    </li>\n                    <li>\n                        <a class=\"nav-link px-2 link-dark\" href=\"/order/About?Length=4\">About</a>\n                    </li>\n                    <li>\n                        <a class=\"nav-link px-2 link-dark\" href=\"/order/Contact?Length=4\">Contact</a>\n                    </li>\n                </ul>\n                <form action=\"/Account/LogOff\" class=\"navbar-right\" id=\"logoutForm\" method=\"post\">\n                    <input name=\"__RequestVerificationToken\" type=\"hidden\" value=\"XGD1NuQJvA4knoFau1fLPit1_037jUGfgYRksNUcTqACbw4JcLSDA4TjJSLAR9QckEjA3KyxrXIZ0sWdmu5vglv6zuaMCSSy7-dC8GExBabDjqfeYtpzhX32gkoipZ2KGsYdpQ2\" />\n                    <div class=\"col-md-12 text-end\">\n                        <button type=\"button\" class=\"btn btn-outline-primary\">Hello 2be11482d90c429797b62be5dd8d7035_09391524118</button>\n                        <a href=\"javascript:document.getElementById('logoutForm').submit()\" class=\"btn btn-outline-primary\">Log off</a>\n                    </div>\n                </form>\n            </header>\n        </div>\n        <div class=\"container body-content\">\n            <h1 class=\"text-danger\">Error.</h1>\n            <h2 class=\"text-danger\">An error occurred while processing your request.</h2>\n            <hr/>\n            <footer>\n                <p>&copy; 2022 - My ASP.NET Application</p>\n            </footer>\n        </div>\n        <script src=\"/bundles/jquery?v=FVs3ACwOLIVInrAl5sdzR2jrCDmVOWFbZMY6g6Q0ulE1\"></script>\n        <script src=\"/bundles/bootstrap?v=cxlObxPHmPDCnATJiJjop5QnVmh7bNO8jDcRVzBzL_I1\"></script>\n    </body>\n</html>"}],"_postman_id":"0d9989cb-44a4-479a-9427-07245c602053"},{"name":"Product Lists","id":"21340d99-4cd0-4ec7-b9bb-523934cd62cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/api/product/AdvSearch?MinQuantity=-1&MaxQuantity=-1&Cats=&MaxPrice=-1&MinPrice=-1&MaxRate=-1&Brands=[id]&Companies=&Depots=&keyword=","description":"<p>Get products list</p>\n<p><img src=\"https://static.smx.live/UserFiles/admin/Files/Doc/Products.png\" alt /></p>\n","urlObject":{"path":["api","product","AdvSearch"],"host":["https://api.example.com"],"query":[{"description":{"content":"<p>min quantity ? default is -1[no filter]</p>\n","type":"text/plain"},"key":"MinQuantity","value":"-1"},{"description":{"content":"<p>max quantity ? default is -1[no filter]</p>\n","type":"text/plain"},"key":"MaxQuantity","value":"-1"},{"description":{"content":"<p>list of categoreis,for example 1,2,3</p>\n","type":"text/plain"},"key":"Cats","value":""},{"description":{"content":"<p>min price ? default is -1[no filter]</p>\n","type":"text/plain"},"key":"MaxPrice","value":"-1"},{"description":{"content":"<p>max price ? default is -1[no filter]</p>\n","type":"text/plain"},"key":"MinPrice","value":"-1"},{"description":{"content":"<p>max rate ? default is -1[no filter]</p>\n","type":"text/plain"},"key":"MaxRate","value":"-1"},{"description":{"content":"<p>list of brands, for example 1,2,3</p>\n","type":"text/plain"},"key":"Brands","value":"[id]"},{"description":{"content":"<p>list of companies, for example 1,2,3</p>\n","type":"text/plain"},"key":"Companies","value":""},{"description":{"content":"<p>list of depots, for example 1,2,3</p>\n","type":"text/plain"},"key":"Depots","value":""},{"description":{"content":"<p>search keyword</p>\n","type":"text/plain"},"key":"keyword","value":""},{"disabled":true,"description":{"content":"<p>selected filter id</p>\n","type":"text/plain"},"key":"Filters[0].FilterId","value":"61007"},{"disabled":true,"description":{"content":"<p>selected filter value id</p>\n","type":"text/plain"},"key":"Filters[0].Id","value":"85596"}],"variable":[]}},"response":[{"id":"1d11d84e-3b79-4127-a788-1afa557347dd","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"},{"key":"WithColor","value":"true","type":"text","disabled":true}],"url":{"raw":"https://api.example.com/api/product/AdvSearch?MinQuantity=-1&MaxQuantity=-1&Cats=&MaxPrice=-1&MinPrice=-1&MaxRate=-1&Companies=&Depots=&keyword=&Brands=[id]","host":["https://api.example.com"],"path":["api","product","AdvSearch"],"query":[{"key":"MinQuantity","value":"-1"},{"key":"MaxQuantity","value":"-1"},{"key":"Cats","value":""},{"key":"MaxPrice","value":"-1"},{"key":"MinPrice","value":"-1"},{"key":"MaxRate","value":"-1"},{"key":"Companies","value":""},{"key":"Depots","value":""},{"key":"keyword","value":""},{"key":"Brands","value":"[id]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"MinPrice","value":"1000000","description":"","type":"text"},{"key":"MaxPrice","value":"2200000","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"IsOffer\": false,\n        \"Status\": 0,\n        \"OfferDescription\": null,\n        \"Random\": 32001,\n        \"Name\": \"جوراب مدل B12\",\n        \"Serial\": \"socks-b12\",\n        \"IsDeactive\": false,\n        \"Exist\": true,\n        \"PicLink\": \"/UserFiles/livegallery4/Images/Product/202104101158295861.jpg\",\n        \"Description\": \"انواع جوراب های با کیفیت و متنوع در طرح و رنگ های مختلف\",\n        \"MoreDescription\": \"جوراب بافت برند b12 برای تمامی فصول سال مناسب است و در همه مناسبت ها میشود از ان استفاده کرد\\nلورم ایپسوم متن ساختگی با تولید سادگی نامفهوم از صنعت چاپ، و با استفاده از طراحان گرافیک است، چاپگرها و متون بلکه روزنامه و مجله در ستون و سطرآنچنان که لازم است، و برای شرایط فعلی تکنولوژی مورد نیاز، و کاربردهای متنوع با هدف بهبود ابزارهای کاربردی می باشد، کتابهای زیادی در شصت و سه درصد گذشته حال و آینده، شناخت فراوان جامعه و متخصصان را می طلبد، تا با نرم افزارها شناخت بیشتری را برای طراحان رایانه ای علی الخصوص طراحان خلاقی، و فرهنگ پیشرو در زبان فارسی ایجاد کرد، در این صورت می توان امید داشت که تمام و دشواری موجود در ارائه راهکارها، و شرایط سخت تایپ به پایان رسد و زمان مورد نیاز شامل حروفچینی دستاوردهای اصلی، و جوابگوی سوالات پیوسته اهل دنیای موجود طراحی اساسا مورد استفاده قرار گیرد.\",\n        \"Price\": 23000.0000,\n        \"OffPrice\": 23000.0000,\n        \"HidePrice\": false,\n        \"HidePriceText\": null,\n        \"Discount\": 0.0000,\n        \"Type\": 0,\n        \"MinerCost\": 0.00,\n        \"ProcessingCost\": 0.00,\n        \"MainPrice\": 23000.0000,\n        \"Count\": 385,\n        \"Rate\": 30.0,\n        \"DeviceType\": 0,\n        \"Sort\": 0,\n        \"MobPicLink\": null,\n        \"Sizing\": true,\n        \"PurchasePrice\": 0.0000,\n        \"Weight\": 0.00,\n        \"TaxExempt\": false,\n        \"Tax\": 0.00,\n        \"Inquiry\": false,\n        \"Affiliate\": false,\n        \"DisableOrder\": false,\n        \"DisableOrder2\": false,\n        \"Offer\": null,\n        \"Liked\": false,\n        \"Likes\": 0,\n        \"Point\": 0.0,\n        \"ShopId\": null,\n        \"LikeShop\": false,\n        \"HasReview\": false,\n        \"Mine\": false,\n        \"Ups\": 0,\n        \"Downs\": 0,\n        \"Up\": false,\n        \"Down\": false,\n        \"Stars\": 3.00,\n        \"Starers\": 1,\n        \"MyStars\": 0.0,\n        \"SumStars\": 3.00,\n        \"MultiPrice\": false,\n        \"OriginalPrice\": 23000.0000,\n        \"ConsumerPrice\": 0.0,\n        \"LatinName\": \"Socks B12\",\n        \"LastModified\": \"2021-04-10T11:59:20\",\n        \"Views\": 539,\n        \"NoTransport\": false,\n        \"FakeName\": null,\n        \"OfferDate\": null,\n        \"Survey\": null,\n        \"MaxOrder\": null,\n        \"NumberOfShops\": 0,\n        \"MinPrice\": 0.0,\n        \"MaxPrice\": 0.0,\n        \"Max\": 2185000.0000,\n        \"Min\": 0.0000,\n        \"FastToCart\": false,\n        \"Depots\": 1,\n        \"Unit\": null,\n        \"CountPerUnit\": 1,\n        \"Expiration\": null,\n        \"Difficulty\": 0,\n        \"CookTime\": 0,\n        \"SellType\": 0,\n        \"Priority\": 0.0,\n        \"MlmType\": 0,\n        \"AlertCount\": 0,\n        \"GroupPrice\": null,\n        \"CatalogPrice\": 24000.0000,\n        \"DeviationPercent\": 0.00,\n        \"DeviationPercentDown\": 0.00,\n        \"Forbid\": false,\n        \"ForbidGallery\": false,\n        \"ForbidDetail\": false,\n        \"ForbidSpecification\": false,\n        \"HasGift\": true,\n        \"Total\": 6,\n        \"Colors\": null,\n        \"Shops\": null,\n        \"Number\": 0,\n        \"PageTitle\": null,\n        \"SoldCount\": 0,\n        \"SpecialInstalment\": null,\n        \"Shid\": 36342,\n        \"Shop\": \"شیک مارکت\",\n        \"Default\": {\n            \"Count\": 100,\n            \"SizeId\": 52774,\n            \"ColorId\": 2,\n            \"DepotId\": 153406,\n            \"DistributionId\": null,\n            \"OwnerId\": \"2be11482-d90c-4297-97b6-2be5dd8d7035\",\n            \"Barcode\": null,\n            \"GtId\": null,\n            \"ExpireAt\": null,\n            \"CreatedAt\": \"2021-12-15T11:34:44\",\n            \"DaysToSend\": null,\n            \"Price\": 23000.00,\n            \"Shop\": \"شیک مارکت\",\n            \"Shopid\": 36342\n        },\n        \"BrandId\": 318941,\n        \"CategoryId\": 543391,\n        \"Id\": 1459830,\n        \"LangId\": 0\n    },\n    {\n        \"IsOffer\": false,\n        \"Status\": 0,\n        \"OfferDescription\": null,\n        \"Random\": 92716,\n        \"Name\": \"گوشی موبایل شیائومی مدل Redmi 9A M2006C3LG دو سیم‌ کارت ظرفیت 32 گیگابایت\",\n        \"Serial\": \"967239\",\n        \"IsDeactive\": false,\n        \"Exist\": true,\n        \"PicLink\": \"/UserFiles/livegallery4/Images/Product/202209050934375297.jpg\",\n        \"Description\": \"شرکت شیائومی‌به‌تازگی دو عضو ارزان‌قیمت از خانواده «Redmi 9» را معرفی کرده است. گوشی Redmi 9A یکی از این گوشی‌‌ها است که مانند نسخه‌‌های قبلی، از صفحه‌نمایش بزرگ، باتری پرقدرت، طراحی جذاب دوربین و سخت‌افزار مناسب برخوردار است. صفحه‌نمایش گوشی Redmi 9A 6.53 اینچ است و از فناوری IPS LCD بهره می‌برد. این نمایشگر حدود 81 درصد از بدنه را به خود اختصاص داده است. شیائومی‌برای این محصول خود از یک دوربین با لنز عریض 13 مگاپیکسلی استفاده کرده است. دوربین سلفی 5 مگاپیکسلی هم در مرکز گو ...\",\n        \"MoreDescription\": \"شرکت شیائومی‌به‌تازگی دو عضو ارزان‌قیمت از خانواده «Redmi 9» را معرفی کرده است. گوشی Redmi 9A یکی از این گوشی‌‌ها است که مانند نسخه‌‌های قبلی، از صفحه‌نمایش بزرگ، باتری پرقدرت، طراحی جذاب دوربین و سخت‌افزار مناسب برخوردار است. صفحه‌نمایش گوشی Redmi 9A 6.53 اینچ است و از فناوری IPS LCD بهره می‌برد. این نمایشگر حدود 81 درصد از بدنه را به خود اختصاص داده است. شیائومی‌برای این محصول خود از یک دوربین با لنز عریض 13 مگاپیکسلی استفاده کرده است. دوربین سلفی 5 مگاپیکسلی هم در مرکز گوشی و بالای نمایشگر این گوشی به‌کار گرفته‌شده است. ازنظر سخت‌افزاری هم این گوشی به تراشه Helio G25 شرکت مدیاتک مجهز شده که با پردازنده‌ هشت‌هسته‌ا‌ی و قدرتمند Cortex-A53 و پردازنده گرافیکی PowerVR GE8320 همراه شده است. حافظه رم با ظرفیت 2 گیگابایت هم در کنار این مجموعه قرار گرفته است تا بتواند علاوه‌بر کار‌های معمول، از قابلیت‌‌ها ی جدید گوشی‌‌های امروزی پشتیبانی کند. برای این گوشی حافظه داخلی با ظرفیت 32 گیگابایت در نظر گرفته شده است که با استفاده از یک کارت حافظه SD قابل ارتقاء است. باتری لیتیوم-پلیمری با ظرفیت 5000 میلی‌آمپرساعتی با قابلیت شارژ با توان 10 وات و جک 3.5 میلی‌متری صدا هم از دیگر مشخصات این محصول جدید است.\",\n        \"Price\": 2300000.0000,\n        \"OffPrice\": 2185000.0000,\n        \"HidePrice\": false,\n        \"HidePriceText\": null,\n        \"Discount\": 5.0000,\n        \"Type\": 0,\n        \"MinerCost\": 0.00,\n        \"ProcessingCost\": 10000.00,\n        \"MainPrice\": 2185000.0000,\n        \"Count\": 49,\n        \"Rate\": 1.0,\n        \"DeviceType\": 0,\n        \"Sort\": 0,\n        \"MobPicLink\": null,\n        \"Sizing\": true,\n        \"PurchasePrice\": 2160000.0000,\n        \"Weight\": 185.00,\n        \"TaxExempt\": false,\n        \"Tax\": 0.00,\n        \"Inquiry\": false,\n        \"Affiliate\": false,\n        \"DisableOrder\": false,\n        \"DisableOrder2\": false,\n        \"Offer\": null,\n        \"Liked\": false,\n        \"Likes\": 0,\n        \"Point\": 0.0,\n        \"ShopId\": null,\n        \"LikeShop\": false,\n        \"HasReview\": false,\n        \"Mine\": false,\n        \"Ups\": 0,\n        \"Downs\": 0,\n        \"Up\": false,\n        \"Down\": false,\n        \"Stars\": 5.00,\n        \"Starers\": 2,\n        \"MyStars\": 0.0,\n        \"SumStars\": 10.00,\n        \"MultiPrice\": false,\n        \"OriginalPrice\": 2185000.0000,\n        \"ConsumerPrice\": 0.0,\n        \"LatinName\": \"Xiaomi Redmi 9A M2006C3LG Dual SIM 32GB Mobile Phone\",\n        \"LastModified\": \"2022-09-05T09:40:55\",\n        \"Views\": 259,\n        \"NoTransport\": false,\n        \"FakeName\": null,\n        \"OfferDate\": null,\n        \"Survey\": null,\n        \"MaxOrder\": null,\n        \"NumberOfShops\": 0,\n        \"MinPrice\": 0.0,\n        \"MaxPrice\": 0.0,\n        \"Max\": 2185000.0000,\n        \"Min\": 0.0000,\n        \"FastToCart\": false,\n        \"Depots\": 1,\n        \"Unit\": \"عدد\",\n        \"CountPerUnit\": 1,\n        \"Expiration\": null,\n        \"Difficulty\": 0,\n        \"CookTime\": 0,\n        \"SellType\": 0,\n        \"Priority\": 0.0,\n        \"MlmType\": 0,\n        \"AlertCount\": 0,\n        \"GroupPrice\": null,\n        \"CatalogPrice\": 2185000.0000,\n        \"DeviationPercent\": 0.00,\n        \"DeviationPercentDown\": 0.00,\n        \"Forbid\": false,\n        \"ForbidGallery\": false,\n        \"ForbidDetail\": false,\n        \"ForbidSpecification\": false,\n        \"HasGift\": true,\n        \"Total\": 6,\n        \"Colors\": null,\n        \"Shops\": null,\n        \"Number\": 0,\n        \"PageTitle\": null,\n        \"SoldCount\": 0,\n        \"SpecialInstalment\": {\n            \"ProductId\": 0,\n            \"End\": null,\n            \"Instalment\": 10,\n            \"InstalmentCommission\": 0.10,\n            \"CashPercent\": 0.00,\n            \"SpInstalment\": 0,\n            \"SpInstalmentCommission\": 0.00,\n            \"SpCashPercent\": 0.00,\n            \"IsActive\": true,\n            \"P\": null,\n            \"Serial\": null,\n            \"ProductInfo\": {\n                \"Name\": null,\n                \"Serial\": null,\n                \"PicLink\": null\n            },\n            \"Id\": 0,\n            \"LangId\": 0\n        },\n        \"Shid\": null,\n        \"Shop\": null,\n        \"Default\": null,\n        \"BrandId\": 318942,\n        \"CategoryId\": 543395,\n        \"Id\": 1459832,\n        \"LangId\": 0\n    },\n    {\n        \"IsOffer\": false,\n        \"Status\": 0,\n        \"OfferDescription\": null,\n        \"Random\": 30125,\n        \"Name\": \"گل طبیعی نایکات\",\n        \"Serial\": \"niakut\",\n        \"IsDeactive\": false,\n        \"Exist\": true,\n        \"PicLink\": \"/UserFiles/livegallery4/Images/Product/202104211052437322.jpg\",\n        \"Description\": null,\n        \"MoreDescription\": null,\n        \"Price\": 25000.0000,\n        \"OffPrice\": 22500.0000,\n        \"HidePrice\": true,\n        \"HidePriceText\": null,\n        \"Discount\": 10.0000,\n        \"Type\": 0,\n        \"MinerCost\": 0.00,\n        \"ProcessingCost\": 0.00,\n        \"MainPrice\": 22500.0000,\n        \"Count\": 1,\n        \"Rate\": 0.0,\n        \"DeviceType\": 0,\n        \"Sort\": 0,\n        \"MobPicLink\": null,\n        \"Sizing\": false,\n        \"PurchasePrice\": 0.0000,\n        \"Weight\": 0.00,\n        \"TaxExempt\": true,\n        \"Tax\": 0.00,\n        \"Inquiry\": false,\n        \"Affiliate\": false,\n        \"DisableOrder\": true,\n        \"DisableOrder2\": true,\n        \"Offer\": null,\n        \"Liked\": false,\n        \"Likes\": 0,\n        \"Point\": 0.0,\n        \"ShopId\": null,\n        \"LikeShop\": false,\n        \"HasReview\": false,\n        \"Mine\": false,\n        \"Ups\": 0,\n        \"Downs\": 0,\n        \"Up\": false,\n        \"Down\": false,\n        \"Stars\": 0.0,\n        \"Starers\": 0,\n        \"MyStars\": 0.0,\n        \"SumStars\": 0.0,\n        \"MultiPrice\": false,\n        \"OriginalPrice\": 22500.0000,\n        \"ConsumerPrice\": 0.0,\n        \"LatinName\": null,\n        \"LastModified\": \"2021-04-21T10:53:04\",\n        \"Views\": 442,\n        \"NoTransport\": false,\n        \"FakeName\": null,\n        \"OfferDate\": null,\n        \"Survey\": null,\n        \"MaxOrder\": null,\n        \"NumberOfShops\": 0,\n        \"MinPrice\": 0.0,\n        \"MaxPrice\": 0.0,\n        \"Max\": 2185000.0000,\n        \"Min\": 0.0000,\n        \"FastToCart\": true,\n        \"Depots\": 1,\n        \"Unit\": null,\n        \"CountPerUnit\": 1,\n        \"Expiration\": null,\n        \"Difficulty\": 0,\n        \"CookTime\": 0,\n        \"SellType\": 0,\n        \"Priority\": 0.0,\n        \"MlmType\": 0,\n        \"AlertCount\": 0,\n        \"GroupPrice\": null,\n        \"CatalogPrice\": 22500.0000,\n        \"DeviationPercent\": 0.00,\n        \"DeviationPercentDown\": 0.00,\n        \"Forbid\": false,\n        \"ForbidGallery\": false,\n        \"ForbidDetail\": false,\n        \"ForbidSpecification\": false,\n        \"HasGift\": false,\n        \"Total\": 6,\n        \"Colors\": null,\n        \"Shops\": null,\n        \"Number\": 0,\n        \"PageTitle\": null,\n        \"SoldCount\": 0,\n        \"SpecialInstalment\": null,\n        \"Shid\": null,\n        \"Shop\": null,\n        \"Default\": null,\n        \"BrandId\": null,\n        \"CategoryId\": 543575,\n        \"Id\": 1465766,\n        \"LangId\": 0\n    },\n    {\n        \"IsOffer\": true,\n        \"Status\": 0,\n        \"OfferDescription\": \"به علت عدم وارد کردن قیمت\",\n        \"Random\": 45666,\n        \"Name\": \"پرنده مرغ عشق\",\n        \"Serial\": \"p134\",\n        \"IsDeactive\": false,\n        \"Exist\": false,\n        \"PicLink\": \"/UserFiles/livegallery4/Images/Product/202108241207542027.jpg\",\n        \"Description\": null,\n        \"MoreDescription\": null,\n        \"Price\": 0.0000,\n        \"OffPrice\": 0.0000,\n        \"HidePrice\": false,\n        \"HidePriceText\": null,\n        \"Discount\": 0.0000,\n        \"Type\": 0,\n        \"MinerCost\": 0.00,\n        \"ProcessingCost\": 0.00,\n        \"MainPrice\": 0.0000,\n        \"Count\": 0,\n        \"Rate\": 0.0,\n        \"DeviceType\": 0,\n        \"Sort\": 0,\n        \"MobPicLink\": null,\n        \"Sizing\": true,\n        \"PurchasePrice\": 0.0000,\n        \"Weight\": 0.00,\n        \"TaxExempt\": false,\n        \"Tax\": 0.00,\n        \"Inquiry\": false,\n        \"Affiliate\": false,\n        \"DisableOrder\": false,\n        \"DisableOrder2\": false,\n        \"Offer\": null,\n        \"Liked\": false,\n        \"Likes\": 0,\n        \"Point\": 0.0,\n        \"ShopId\": null,\n        \"LikeShop\": false,\n        \"HasReview\": false,\n        \"Mine\": false,\n        \"Ups\": 0,\n        \"Downs\": 0,\n        \"Up\": false,\n        \"Down\": false,\n        \"Stars\": 0.0,\n        \"Starers\": 0,\n        \"MyStars\": 0.0,\n        \"SumStars\": 0.0,\n        \"MultiPrice\": false,\n        \"OriginalPrice\": 0.0000,\n        \"ConsumerPrice\": 0.0,\n        \"LatinName\": null,\n        \"LastModified\": \"2021-08-24T12:07:58\",\n        \"Views\": 85,\n        \"NoTransport\": false,\n        \"FakeName\": null,\n        \"OfferDate\": null,\n        \"Survey\": null,\n        \"MaxOrder\": null,\n        \"NumberOfShops\": 0,\n        \"MinPrice\": 0.0,\n        \"MaxPrice\": 0.0,\n        \"Max\": 2185000.0000,\n        \"Min\": 0.0000,\n        \"FastToCart\": false,\n        \"Depots\": 0,\n        \"Unit\": null,\n        \"CountPerUnit\": 1,\n        \"Expiration\": null,\n        \"Difficulty\": 0,\n        \"CookTime\": 0,\n        \"SellType\": 0,\n        \"Priority\": 0.0,\n        \"MlmType\": 0,\n        \"AlertCount\": 0,\n        \"GroupPrice\": null,\n        \"CatalogPrice\": 0.0000,\n        \"DeviationPercent\": 0.00,\n        \"DeviationPercentDown\": 0.00,\n        \"Forbid\": false,\n        \"ForbidGallery\": false,\n        \"ForbidDetail\": false,\n        \"ForbidSpecification\": false,\n        \"HasGift\": false,\n        \"Total\": 6,\n        \"Colors\": null,\n        \"Shops\": null,\n        \"Number\": 0,\n        \"PageTitle\": null,\n        \"SoldCount\": 0,\n        \"SpecialInstalment\": null,\n        \"Shid\": null,\n        \"Shop\": null,\n        \"Default\": null,\n        \"BrandId\": null,\n        \"CategoryId\": 543575,\n        \"Id\": 1480664,\n        \"LangId\": 0\n    },\n    {\n        \"IsOffer\": false,\n        \"Status\": 0,\n        \"OfferDescription\": null,\n        \"Random\": 40948,\n        \"Name\": \"سرم آبرسان گل رز فیزیشن فرمولا\",\n        \"Serial\": \"1084\",\n        \"IsDeactive\": false,\n        \"Exist\": true,\n        \"PicLink\": \"/UserFiles/livegallery4/Images/Product/202109141138039983.jpg\",\n        \"Description\": null,\n        \"MoreDescription\": null,\n        \"Price\": 340000.0000,\n        \"OffPrice\": 340000.0000,\n        \"HidePrice\": false,\n        \"HidePriceText\": null,\n        \"Discount\": 0.0000,\n        \"Type\": 0,\n        \"MinerCost\": 0.00,\n        \"ProcessingCost\": 0.00,\n        \"MainPrice\": 340000.0000,\n        \"Count\": 100,\n        \"Rate\": 10.0,\n        \"DeviceType\": 0,\n        \"Sort\": 144,\n        \"MobPicLink\": null,\n        \"Sizing\": false,\n        \"PurchasePrice\": 267000.0000,\n        \"Weight\": 0.00,\n        \"TaxExempt\": false,\n        \"Tax\": 0.00,\n        \"Inquiry\": false,\n        \"Affiliate\": false,\n        \"DisableOrder\": false,\n        \"DisableOrder2\": false,\n        \"Offer\": null,\n        \"Liked\": false,\n        \"Likes\": 0,\n        \"Point\": 0.0,\n        \"ShopId\": null,\n        \"LikeShop\": false,\n        \"HasReview\": false,\n        \"Mine\": false,\n        \"Ups\": 0,\n        \"Downs\": 0,\n        \"Up\": false,\n        \"Down\": false,\n        \"Stars\": 5.00,\n        \"Starers\": 1,\n        \"MyStars\": 0.0,\n        \"SumStars\": 5.00,\n        \"MultiPrice\": false,\n        \"OriginalPrice\": 340000.0000,\n        \"ConsumerPrice\": 0.0,\n        \"LatinName\": \"PHYSICIANS FORMULA\",\n        \"LastModified\": \"2021-09-14T11:38:58\",\n        \"Views\": 104,\n        \"NoTransport\": false,\n        \"FakeName\": null,\n        \"OfferDate\": null,\n        \"Survey\": null,\n        \"MaxOrder\": null,\n        \"NumberOfShops\": 0,\n        \"MinPrice\": 0.0,\n        \"MaxPrice\": 0.0,\n        \"Max\": 2185000.0000,\n        \"Min\": 0.0000,\n        \"FastToCart\": true,\n        \"Depots\": 1,\n        \"Unit\": \"عدد\",\n        \"CountPerUnit\": 1,\n        \"Expiration\": null,\n        \"Difficulty\": 0,\n        \"CookTime\": 0,\n        \"SellType\": 0,\n        \"Priority\": 0.0,\n        \"MlmType\": 0,\n        \"AlertCount\": 0,\n        \"GroupPrice\": null,\n        \"CatalogPrice\": 340000.0000,\n        \"DeviationPercent\": 0.00,\n        \"DeviationPercentDown\": 0.00,\n        \"Forbid\": false,\n        \"ForbidGallery\": false,\n        \"ForbidDetail\": false,\n        \"ForbidSpecification\": false,\n        \"HasGift\": false,\n        \"Total\": 6,\n        \"Colors\": null,\n        \"Shops\": null,\n        \"Number\": 0,\n        \"PageTitle\": null,\n        \"SoldCount\": 0,\n        \"SpecialInstalment\": null,\n        \"Shid\": null,\n        \"Shop\": null,\n        \"Default\": null,\n        \"BrandId\": null,\n        \"CategoryId\": 545255,\n        \"Id\": 1481431,\n        \"LangId\": 0\n    },\n    {\n        \"IsOffer\": false,\n        \"Status\": 0,\n        \"OfferDescription\": null,\n        \"Random\": 56810,\n        \"Name\": \"محصول تست\",\n        \"Serial\": \"123123\",\n        \"IsDeactive\": false,\n        \"Exist\": true,\n        \"PicLink\": null,\n        \"Description\": null,\n        \"MoreDescription\": null,\n        \"Price\": 100000.0000,\n        \"OffPrice\": 90000.0000,\n        \"HidePrice\": false,\n        \"HidePriceText\": null,\n        \"Discount\": 10.0000,\n        \"Type\": 0,\n        \"MinerCost\": 0.00,\n        \"ProcessingCost\": 0.00,\n        \"MainPrice\": 90000.0000,\n        \"Count\": 100,\n        \"Rate\": 0.0,\n        \"DeviceType\": 0,\n        \"Sort\": 0,\n        \"MobPicLink\": null,\n        \"Sizing\": true,\n        \"PurchasePrice\": 0.0000,\n        \"Weight\": 500.00,\n        \"TaxExempt\": false,\n        \"Tax\": 0.00,\n        \"Inquiry\": false,\n        \"Affiliate\": false,\n        \"DisableOrder\": false,\n        \"DisableOrder2\": false,\n        \"Offer\": null,\n        \"Liked\": false,\n        \"Likes\": 0,\n        \"Point\": 0.0,\n        \"ShopId\": null,\n        \"LikeShop\": false,\n        \"HasReview\": false,\n        \"Mine\": false,\n        \"Ups\": 0,\n        \"Downs\": 0,\n        \"Up\": false,\n        \"Down\": false,\n        \"Stars\": 0.0,\n        \"Starers\": 0,\n        \"MyStars\": 0.0,\n        \"SumStars\": 0.0,\n        \"MultiPrice\": false,\n        \"OriginalPrice\": 90000.0000,\n        \"ConsumerPrice\": 0.0,\n        \"LatinName\": null,\n        \"LastModified\": \"2021-11-21T10:05:11\",\n        \"Views\": 118,\n        \"NoTransport\": false,\n        \"FakeName\": null,\n        \"OfferDate\": null,\n        \"Survey\": null,\n        \"MaxOrder\": 5,\n        \"NumberOfShops\": 0,\n        \"MinPrice\": 0.0,\n        \"MaxPrice\": 0.0,\n        \"Max\": 2185000.0000,\n        \"Min\": 0.0000,\n        \"FastToCart\": false,\n        \"Depots\": 1,\n        \"Unit\": \"عدد\",\n        \"CountPerUnit\": 1,\n        \"Expiration\": null,\n        \"Difficulty\": 0,\n        \"CookTime\": 0,\n        \"SellType\": 0,\n        \"Priority\": 0.0,\n        \"MlmType\": 0,\n        \"AlertCount\": 0,\n        \"GroupPrice\": null,\n        \"CatalogPrice\": 90000.0000,\n        \"DeviationPercent\": 0.00,\n        \"DeviationPercentDown\": 0.00,\n        \"Forbid\": false,\n        \"ForbidGallery\": false,\n        \"ForbidDetail\": false,\n        \"ForbidSpecification\": false,\n        \"HasGift\": false,\n        \"Total\": 6,\n        \"Colors\": null,\n        \"Shops\": null,\n        \"Number\": 0,\n        \"PageTitle\": null,\n        \"SoldCount\": 0,\n        \"SpecialInstalment\": {\n            \"ProductId\": 0,\n            \"End\": null,\n            \"Instalment\": 1,\n            \"InstalmentCommission\": 0.20,\n            \"CashPercent\": 0.00,\n            \"SpInstalment\": 0,\n            \"SpInstalmentCommission\": 0.00,\n            \"SpCashPercent\": 0.00,\n            \"IsActive\": true,\n            \"P\": null,\n            \"Serial\": null,\n            \"ProductInfo\": {\n                \"Name\": null,\n                \"Serial\": null,\n                \"PicLink\": null\n            },\n            \"Id\": 0,\n            \"LangId\": 0\n        },\n        \"Shid\": null,\n        \"Shop\": null,\n        \"Default\": null,\n        \"BrandId\": 318942,\n        \"CategoryId\": 543389,\n        \"Id\": 1489499,\n        \"LangId\": 0\n    }\n]"}],"_postman_id":"21340d99-4cd0-4ec7-b9bb-523934cd62cc"}],"id":"615acb30-3b38-41b1-948c-d460cb30cdcb","_postman_id":"615acb30-3b38-41b1-948c-d460cb30cdcb","description":""},{"name":"Distribution","item":[{"name":"Info","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"9ef1d133-5f95-489d-8cc6-15a8eb200921"}}],"id":"678d188f-01b3-47e5-aa11-502b2f2b3b81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/distribution/[id]","urlObject":{"path":["api","distribution","[id]"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"005b5713-1154-4998-98e5-da455625157d","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":"https://api.example.com/api/distribution/[id]"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"Name\": \"پخش هوشمند\",\r\n    \"CategoryId\": null,\r\n    \"CategoryName\": null,\r\n    \"PicLink\": null,\r\n    \"Background\": null,\r\n    \"About\": null,\r\n    \"Code\": \"2\",\r\n    \"Address\": null,\r\n    \"Phone\": null,\r\n    \"Email\": null,\r\n    \"Mobile\": null,\r\n    \"Description\": null,\r\n    \"Sort\": 0,\r\n    \"IsActive\": true,\r\n    \"CommissionMultiplier\": 1.00,\r\n    \"Legal\": false,\r\n    \"Identity\": null,\r\n    \"Certification\": false,\r\n    \"AccountNumber\": null,\r\n    \"Bank\": null,\r\n    \"Start\": \"2021-11-16T12:30:51\",\r\n    \"Longitude\": null,\r\n    \"Latitude\": null,\r\n    \"Docs\": null,\r\n    \"Categories\": null,\r\n    \"Brands\": null,\r\n    \"Rating\": {\r\n        \"stars\": 0.0,\r\n        \"num\": 0,\r\n        \"myStar\": 0.0\r\n    },\r\n    \"Id\": 20214,\r\n    \"LangId\": 0\r\n}"},{"id":"9eabbb89-5776-49be-a850-9954f0a68db4","name":"NotFound","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/api/distribution/[id]"},"status":"Not Found","code":404,"_postman_previewlanguage":"html","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"5529e842-3ad7-4ec6-8d20-451dfa951537","name":"ServerError","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/api/distribution/[id]"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"html","header":[],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html>\n    <head>\n        <meta charset=\"utf-8\" />\n        <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n        <title>Error - My ASP.NET Application</title>\n        <link href=\"/Content/css?v=rsU2Eji0u9P2WvZEOnL1IuAZ4thNyibej24hJDWdkAY1\" rel=\"stylesheet\"/>\n        <script src=\"/bundles/modernizr?v=wBEWDufH_8Md-Pbioxomt90vm6tJN2Pyy9u9zHtWsPo1\"></script>\n    </head>\n    <body>\n        <div class=\"container\">\n            <header class=\"d-flex flex-wrap align-items-center justify-content-center justify-content-md-between py-3 mb-4 border-bottom\">\n                <a href=\"/\" class=\"d-flex align-items-center col-md-3 mb-2 mb-md-0 text-dark text-decoration-none\">\n                    <h2>Application</h2>\n                </a>\n                <ul class=\"nav col-12 col-md-auto mb-2 justify-content-center mb-md-0\">\n                    <li>\n                        <a class=\"nav-link px-2 link-secondary\" href=\"/order?Length=4\">Home</a>\n                    </li>\n                    <li>\n                        <a class=\"nav-link px-2 link-dark\" href=\"/order/About?Length=4\">About</a>\n                    </li>\n                    <li>\n                        <a class=\"nav-link px-2 link-dark\" href=\"/order/Contact?Length=4\">Contact</a>\n                    </li>\n                </ul>\n                <form action=\"/Account/LogOff\" class=\"navbar-right\" id=\"logoutForm\" method=\"post\">\n                    <input name=\"__RequestVerificationToken\" type=\"hidden\" value=\"XGD1NuQJvA4knoFau1fLPit1_037jUGfgYRksNUcTqACbw4JcLSDA4TjJSLAR9QckEjA3KyxrXIZ0sWdmu5vglv6zuaMCSSy7-dC8GExBabDjqfeYtpzhX32gkoipZ2KGsYdpQ2\" />\n                    <div class=\"col-md-12 text-end\">\n                        <button type=\"button\" class=\"btn btn-outline-primary\">Hello 2be11482d90c429797b62be5dd8d7035_09391524118</button>\n                        <a href=\"javascript:document.getElementById('logoutForm').submit()\" class=\"btn btn-outline-primary\">Log off</a>\n                    </div>\n                </form>\n            </header>\n        </div>\n        <div class=\"container body-content\">\n            <h1 class=\"text-danger\">Error.</h1>\n            <h2 class=\"text-danger\">An error occurred while processing your request.</h2>\n            <hr/>\n            <footer>\n                <p>&copy; 2022 - My ASP.NET Application</p>\n            </footer>\n        </div>\n        <script src=\"/bundles/jquery?v=FVs3ACwOLIVInrAl5sdzR2jrCDmVOWFbZMY6g6Q0ulE1\"></script>\n        <script src=\"/bundles/bootstrap?v=cxlObxPHmPDCnATJiJjop5QnVmh7bNO8jDcRVzBzL_I1\"></script>\n    </body>\n</html>"}],"_postman_id":"678d188f-01b3-47e5-aa11-502b2f2b3b81"},{"name":"List","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"c7561ecc-152e-426a-87cc-7e863e0926e2"}}],"id":"5907fc32-ff64-456a-ae25-79b3caf38f16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/distribution?$orderby=Sort desc","urlObject":{"path":["api","distribution"],"host":["https://api.example.com"],"query":[{"key":"$orderby","value":"Sort desc"}],"variable":[]}},"response":[{"id":"6a94fd15-7af9-4af4-a42a-3b6f960ed6a0","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":{"raw":"https://api.example.com/api/distribution?$orderby=Sort desc","host":["https://api.example.com"],"path":["api","distribution"],"query":[{"key":"$orderby","value":"Sort desc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"Name\": \"سینا پخش\",\r\n        \"CategoryId\": 7,\r\n        \"CategoryName\": \"پیمانی\",\r\n        \"PicLink\": null,\r\n        \"Background\": null,\r\n        \"About\": null,\r\n        \"Code\": \"1224\",\r\n        \"Address\": \"فارس - شیراز- شهرک صنعتی\",\r\n        \"Phone\": \"0715465\",\r\n        \"Email\": \"momo@ad.com\",\r\n        \"Mobile\": \"09178574885\",\r\n        \"Description\": \"تنها نمایندگی ایران غزال در جنوب کشور\",\r\n        \"Sort\": 0,\r\n        \"IsActive\": true,\r\n        \"CommissionMultiplier\": 1.00,\r\n        \"Legal\": false,\r\n        \"Identity\": \"2460149530\",\r\n        \"Certification\": false,\r\n        \"AccountNumber\": null,\r\n        \"Bank\": null,\r\n        \"Start\": \"2021-04-10T15:23:14\",\r\n        \"Longitude\": null,\r\n        \"Latitude\": null,\r\n        \"Docs\": null,\r\n        \"Categories\": null,\r\n        \"Brands\": null,\r\n        \"Rating\": null,\r\n        \"Id\": 12,\r\n        \"LangId\": 0\r\n    },\r\n    {\r\n        \"Name\": \"پخش هوشمند\",\r\n        \"CategoryId\": null,\r\n        \"CategoryName\": null,\r\n        \"PicLink\": null,\r\n        \"Background\": null,\r\n        \"About\": null,\r\n        \"Code\": \"2\",\r\n        \"Address\": null,\r\n        \"Phone\": null,\r\n        \"Email\": null,\r\n        \"Mobile\": null,\r\n        \"Description\": null,\r\n        \"Sort\": 0,\r\n        \"IsActive\": true,\r\n        \"CommissionMultiplier\": 1.00,\r\n        \"Legal\": false,\r\n        \"Identity\": null,\r\n        \"Certification\": false,\r\n        \"AccountNumber\": null,\r\n        \"Bank\": null,\r\n        \"Start\": \"2021-11-16T12:30:51\",\r\n        \"Longitude\": null,\r\n        \"Latitude\": null,\r\n        \"Docs\": null,\r\n        \"Categories\": null,\r\n        \"Brands\": null,\r\n        \"Rating\": null,\r\n        \"Id\": 20214,\r\n        \"LangId\": 0\r\n    }\r\n]"},{"id":"b9393c0c-e286-4a1b-a322-3f51bf4060a7","name":"ServerError","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":{"raw":"https://api.example.com/api/distribution?$orderby=Sort desc","host":["https://api.example.com"],"path":["api","distribution"],"query":[{"key":"$orderby","value":"Sort desc"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"html","header":[],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html>\n    <head>\n        <meta charset=\"utf-8\" />\n        <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n        <title>Error - My ASP.NET Application</title>\n        <link href=\"/Content/css?v=rsU2Eji0u9P2WvZEOnL1IuAZ4thNyibej24hJDWdkAY1\" rel=\"stylesheet\"/>\n        <script src=\"/bundles/modernizr?v=wBEWDufH_8Md-Pbioxomt90vm6tJN2Pyy9u9zHtWsPo1\"></script>\n    </head>\n    <body>\n        <div class=\"container\">\n            <header class=\"d-flex flex-wrap align-items-center justify-content-center justify-content-md-between py-3 mb-4 border-bottom\">\n                <a href=\"/\" class=\"d-flex align-items-center col-md-3 mb-2 mb-md-0 text-dark text-decoration-none\">\n                    <h2>Application</h2>\n                </a>\n                <ul class=\"nav col-12 col-md-auto mb-2 justify-content-center mb-md-0\">\n                    <li>\n                        <a class=\"nav-link px-2 link-secondary\" href=\"/order?Length=4\">Home</a>\n                    </li>\n                    <li>\n                        <a class=\"nav-link px-2 link-dark\" href=\"/order/About?Length=4\">About</a>\n                    </li>\n                    <li>\n                        <a class=\"nav-link px-2 link-dark\" href=\"/order/Contact?Length=4\">Contact</a>\n                    </li>\n                </ul>\n                <form action=\"/Account/LogOff\" class=\"navbar-right\" id=\"logoutForm\" method=\"post\">\n                    <input name=\"__RequestVerificationToken\" type=\"hidden\" value=\"XGD1NuQJvA4knoFau1fLPit1_037jUGfgYRksNUcTqACbw4JcLSDA4TjJSLAR9QckEjA3KyxrXIZ0sWdmu5vglv6zuaMCSSy7-dC8GExBabDjqfeYtpzhX32gkoipZ2KGsYdpQ2\" />\n                    <div class=\"col-md-12 text-end\">\n                        <button type=\"button\" class=\"btn btn-outline-primary\">Hello 2be11482d90c429797b62be5dd8d7035_09391524118</button>\n                        <a href=\"javascript:document.getElementById('logoutForm').submit()\" class=\"btn btn-outline-primary\">Log off</a>\n                    </div>\n                </form>\n            </header>\n        </div>\n        <div class=\"container body-content\">\n            <h1 class=\"text-danger\">Error.</h1>\n            <h2 class=\"text-danger\">An error occurred while processing your request.</h2>\n            <hr/>\n            <footer>\n                <p>&copy; 2022 - My ASP.NET Application</p>\n            </footer>\n        </div>\n        <script src=\"/bundles/jquery?v=FVs3ACwOLIVInrAl5sdzR2jrCDmVOWFbZMY6g6Q0ulE1\"></script>\n        <script src=\"/bundles/bootstrap?v=cxlObxPHmPDCnATJiJjop5QnVmh7bNO8jDcRVzBzL_I1\"></script>\n    </body>\n</html>"}],"_postman_id":"5907fc32-ff64-456a-ae25-79b3caf38f16"},{"name":"Product Lists","id":"8c3be511-5c7a-4d89-a06d-81483424e1d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/api/product/AdvSearch?MinQuantity=-1&MaxQuantity=-1&Cats=&MaxPrice=-1&MinPrice=-1&MaxRate=-1&Brands=&Companies=[id]&Depots=&keyword=","description":"<p>Get products list</p>\n<p><img src=\"https://static.smx.live/UserFiles/admin/Files/Doc/Products.png\" alt /></p>\n","urlObject":{"path":["api","product","AdvSearch"],"host":["https://api.example.com"],"query":[{"description":{"content":"<p>min quantity ? default is -1[no filter]</p>\n","type":"text/plain"},"key":"MinQuantity","value":"-1"},{"description":{"content":"<p>max quantity ? default is -1[no filter]</p>\n","type":"text/plain"},"key":"MaxQuantity","value":"-1"},{"description":{"content":"<p>list of categoreis,for example 1,2,3</p>\n","type":"text/plain"},"key":"Cats","value":""},{"description":{"content":"<p>min price ? default is -1[no filter]</p>\n","type":"text/plain"},"key":"MaxPrice","value":"-1"},{"description":{"content":"<p>max price ? default is -1[no filter]</p>\n","type":"text/plain"},"key":"MinPrice","value":"-1"},{"description":{"content":"<p>max rate ? default is -1[no filter]</p>\n","type":"text/plain"},"key":"MaxRate","value":"-1"},{"description":{"content":"<p>list of brands, for example 1,2,3</p>\n","type":"text/plain"},"key":"Brands","value":""},{"description":{"content":"<p>list of companies, for example 1,2,3</p>\n","type":"text/plain"},"key":"Companies","value":"[id]"},{"description":{"content":"<p>list of depots, for example 1,2,3</p>\n","type":"text/plain"},"key":"Depots","value":""},{"description":{"content":"<p>search keyword</p>\n","type":"text/plain"},"key":"keyword","value":""},{"disabled":true,"description":{"content":"<p>selected filter id</p>\n","type":"text/plain"},"key":"Filters[0].FilterId","value":"61007"},{"disabled":true,"description":{"content":"<p>selected filter value id</p>\n","type":"text/plain"},"key":"Filters[0].Id","value":"85596"}],"variable":[]}},"response":[{"id":"3a2b5bef-0f1b-4102-8348-1ba85c4a8cf1","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"},{"key":"WithColor","value":"true","type":"text","disabled":true}],"url":{"raw":"https://api.example.com/api/product/AdvSearch?MinQuantity=-1&MaxQuantity=-1&Cats=&MaxPrice=-1&MinPrice=-1&MaxRate=-1&Brands=&Companies=[id]&Depots=&keyword=","host":["https://api.example.com"],"path":["api","product","AdvSearch"],"query":[{"key":"MinQuantity","value":"-1"},{"key":"MaxQuantity","value":"-1"},{"key":"Cats","value":""},{"key":"MaxPrice","value":"-1"},{"key":"MinPrice","value":"-1"},{"key":"MaxRate","value":"-1"},{"key":"Brands","value":""},{"key":"Companies","value":"[id]"},{"key":"Depots","value":""},{"key":"keyword","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"MinPrice","value":"1000000","description":"","type":"text"},{"key":"MaxPrice","value":"2200000","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"IsOffer\": false,\n        \"Status\": 0,\n        \"OfferDescription\": null,\n        \"Random\": 19022,\n        \"Name\": \"جوراب مدل B12\",\n        \"Serial\": \"socks-b12\",\n        \"IsDeactive\": false,\n        \"Exist\": true,\n        \"PicLink\": \"/UserFiles/livegallery4/Images/Product/202104101158295861.jpg\",\n        \"Description\": \"انواع جوراب های با کیفیت و متنوع در طرح و رنگ های مختلف\",\n        \"MoreDescription\": \"جوراب بافت برند b12 برای تمامی فصول سال مناسب است و در همه مناسبت ها میشود از ان استفاده کرد\\nلورم ایپسوم متن ساختگی با تولید سادگی نامفهوم از صنعت چاپ، و با استفاده از طراحان گرافیک است، چاپگرها و متون بلکه روزنامه و مجله در ستون و سطرآنچنان که لازم است، و برای شرایط فعلی تکنولوژی مورد نیاز، و کاربردهای متنوع با هدف بهبود ابزارهای کاربردی می باشد، کتابهای زیادی در شصت و سه درصد گذشته حال و آینده، شناخت فراوان جامعه و متخصصان را می طلبد، تا با نرم افزارها شناخت بیشتری را برای طراحان رایانه ای علی الخصوص طراحان خلاقی، و فرهنگ پیشرو در زبان فارسی ایجاد کرد، در این صورت می توان امید داشت که تمام و دشواری موجود در ارائه راهکارها، و شرایط سخت تایپ به پایان رسد و زمان مورد نیاز شامل حروفچینی دستاوردهای اصلی، و جوابگوی سوالات پیوسته اهل دنیای موجود طراحی اساسا مورد استفاده قرار گیرد.\",\n        \"Price\": 23000.0000,\n        \"OffPrice\": 23000.0000,\n        \"HidePrice\": false,\n        \"HidePriceText\": null,\n        \"Discount\": 0.0000,\n        \"Type\": 0,\n        \"MinerCost\": 0.00,\n        \"ProcessingCost\": 0.00,\n        \"MainPrice\": 23000.0000,\n        \"Count\": 385,\n        \"Rate\": 30.0,\n        \"DeviceType\": 0,\n        \"Sort\": 0,\n        \"MobPicLink\": null,\n        \"Sizing\": true,\n        \"PurchasePrice\": 0.0000,\n        \"Weight\": 0.00,\n        \"TaxExempt\": false,\n        \"Tax\": 0.00,\n        \"Inquiry\": false,\n        \"Affiliate\": false,\n        \"DisableOrder\": false,\n        \"DisableOrder2\": false,\n        \"Offer\": null,\n        \"Liked\": false,\n        \"Likes\": 0,\n        \"Point\": 0.0,\n        \"ShopId\": null,\n        \"LikeShop\": false,\n        \"HasReview\": false,\n        \"Mine\": false,\n        \"Ups\": 0,\n        \"Downs\": 0,\n        \"Up\": false,\n        \"Down\": false,\n        \"Stars\": 3.00,\n        \"Starers\": 1,\n        \"MyStars\": 0.0,\n        \"SumStars\": 3.00,\n        \"MultiPrice\": false,\n        \"OriginalPrice\": 23000.0000,\n        \"ConsumerPrice\": 0.0,\n        \"LatinName\": \"Socks B12\",\n        \"LastModified\": \"2021-04-10T11:59:20\",\n        \"Views\": 539,\n        \"NoTransport\": false,\n        \"FakeName\": null,\n        \"OfferDate\": null,\n        \"Survey\": null,\n        \"MaxOrder\": null,\n        \"NumberOfShops\": 0,\n        \"MinPrice\": 0.0,\n        \"MaxPrice\": 0.0,\n        \"Max\": 2185000.0000,\n        \"Min\": 23000.0000,\n        \"FastToCart\": false,\n        \"Depots\": 1,\n        \"Unit\": null,\n        \"CountPerUnit\": 1,\n        \"Expiration\": null,\n        \"Difficulty\": 0,\n        \"CookTime\": 0,\n        \"SellType\": 0,\n        \"Priority\": 0.0,\n        \"MlmType\": 0,\n        \"AlertCount\": 0,\n        \"GroupPrice\": null,\n        \"CatalogPrice\": 24000.0000,\n        \"DeviationPercent\": 0.00,\n        \"DeviationPercentDown\": 0.00,\n        \"Forbid\": false,\n        \"ForbidGallery\": false,\n        \"ForbidDetail\": false,\n        \"ForbidSpecification\": false,\n        \"HasGift\": true,\n        \"Total\": 3,\n        \"Colors\": null,\n        \"Shops\": null,\n        \"Number\": 0,\n        \"PageTitle\": null,\n        \"SoldCount\": 0,\n        \"SpecialInstalment\": null,\n        \"Shid\": 36342,\n        \"Shop\": \"شیک مارکت\",\n        \"Default\": {\n            \"Count\": 100,\n            \"SizeId\": 52774,\n            \"ColorId\": 2,\n            \"DepotId\": 153406,\n            \"DistributionId\": null,\n            \"OwnerId\": \"2be11482-d90c-4297-97b6-2be5dd8d7035\",\n            \"Barcode\": null,\n            \"GtId\": null,\n            \"ExpireAt\": null,\n            \"CreatedAt\": \"2021-12-15T11:34:44\",\n            \"DaysToSend\": null,\n            \"Price\": 23000.00,\n            \"Shop\": \"شیک مارکت\",\n            \"Shopid\": 36342\n        },\n        \"BrandId\": 318941,\n        \"CategoryId\": 543391,\n        \"Id\": 1459830,\n        \"LangId\": 0\n    },\n    {\n        \"IsOffer\": false,\n        \"Status\": 0,\n        \"OfferDescription\": null,\n        \"Random\": 19975,\n        \"Name\": \"گوشی موبایل شیائومی مدل Redmi 9A M2006C3LG دو سیم‌ کارت ظرفیت 32 گیگابایت\",\n        \"Serial\": \"967239\",\n        \"IsDeactive\": false,\n        \"Exist\": true,\n        \"PicLink\": \"/UserFiles/livegallery4/Images/Product/202209050934375297.jpg\",\n        \"Description\": \"شرکت شیائومی‌به‌تازگی دو عضو ارزان‌قیمت از خانواده «Redmi 9» را معرفی کرده است. گوشی Redmi 9A یکی از این گوشی‌‌ها است که مانند نسخه‌‌های قبلی، از صفحه‌نمایش بزرگ، باتری پرقدرت، طراحی جذاب دوربین و سخت‌افزار مناسب برخوردار است. صفحه‌نمایش گوشی Redmi 9A 6.53 اینچ است و از فناوری IPS LCD بهره می‌برد. این نمایشگر حدود 81 درصد از بدنه را به خود اختصاص داده است. شیائومی‌برای این محصول خود از یک دوربین با لنز عریض 13 مگاپیکسلی استفاده کرده است. دوربین سلفی 5 مگاپیکسلی هم در مرکز گو ...\",\n        \"MoreDescription\": \"شرکت شیائومی‌به‌تازگی دو عضو ارزان‌قیمت از خانواده «Redmi 9» را معرفی کرده است. گوشی Redmi 9A یکی از این گوشی‌‌ها است که مانند نسخه‌‌های قبلی، از صفحه‌نمایش بزرگ، باتری پرقدرت، طراحی جذاب دوربین و سخت‌افزار مناسب برخوردار است. صفحه‌نمایش گوشی Redmi 9A 6.53 اینچ است و از فناوری IPS LCD بهره می‌برد. این نمایشگر حدود 81 درصد از بدنه را به خود اختصاص داده است. شیائومی‌برای این محصول خود از یک دوربین با لنز عریض 13 مگاپیکسلی استفاده کرده است. دوربین سلفی 5 مگاپیکسلی هم در مرکز گوشی و بالای نمایشگر این گوشی به‌کار گرفته‌شده است. ازنظر سخت‌افزاری هم این گوشی به تراشه Helio G25 شرکت مدیاتک مجهز شده که با پردازنده‌ هشت‌هسته‌ا‌ی و قدرتمند Cortex-A53 و پردازنده گرافیکی PowerVR GE8320 همراه شده است. حافظه رم با ظرفیت 2 گیگابایت هم در کنار این مجموعه قرار گرفته است تا بتواند علاوه‌بر کار‌های معمول، از قابلیت‌‌ها ی جدید گوشی‌‌های امروزی پشتیبانی کند. برای این گوشی حافظه داخلی با ظرفیت 32 گیگابایت در نظر گرفته شده است که با استفاده از یک کارت حافظه SD قابل ارتقاء است. باتری لیتیوم-پلیمری با ظرفیت 5000 میلی‌آمپرساعتی با قابلیت شارژ با توان 10 وات و جک 3.5 میلی‌متری صدا هم از دیگر مشخصات این محصول جدید است.\",\n        \"Price\": 2300000.0000,\n        \"OffPrice\": 2185000.0000,\n        \"HidePrice\": false,\n        \"HidePriceText\": null,\n        \"Discount\": 5.0000,\n        \"Type\": 0,\n        \"MinerCost\": 0.00,\n        \"ProcessingCost\": 10000.00,\n        \"MainPrice\": 2185000.0000,\n        \"Count\": 48,\n        \"Rate\": 1.0,\n        \"DeviceType\": 0,\n        \"Sort\": 0,\n        \"MobPicLink\": null,\n        \"Sizing\": true,\n        \"PurchasePrice\": 2160000.0000,\n        \"Weight\": 185.00,\n        \"TaxExempt\": false,\n        \"Tax\": 0.00,\n        \"Inquiry\": false,\n        \"Affiliate\": false,\n        \"DisableOrder\": false,\n        \"DisableOrder2\": false,\n        \"Offer\": null,\n        \"Liked\": true,\n        \"Likes\": 0,\n        \"Point\": 0.0,\n        \"ShopId\": null,\n        \"LikeShop\": false,\n        \"HasReview\": false,\n        \"Mine\": false,\n        \"Ups\": 0,\n        \"Downs\": 0,\n        \"Up\": false,\n        \"Down\": false,\n        \"Stars\": 5.00,\n        \"Starers\": 2,\n        \"MyStars\": 0.0,\n        \"SumStars\": 10.00,\n        \"MultiPrice\": false,\n        \"OriginalPrice\": 2185000.0000,\n        \"ConsumerPrice\": 0.0,\n        \"LatinName\": \"Xiaomi Redmi 9A M2006C3LG Dual SIM 32GB Mobile Phone\",\n        \"LastModified\": \"2022-09-05T09:40:55\",\n        \"Views\": 259,\n        \"NoTransport\": false,\n        \"FakeName\": null,\n        \"OfferDate\": null,\n        \"Survey\": null,\n        \"MaxOrder\": null,\n        \"NumberOfShops\": 0,\n        \"MinPrice\": 0.0,\n        \"MaxPrice\": 0.0,\n        \"Max\": 2185000.0000,\n        \"Min\": 23000.0000,\n        \"FastToCart\": false,\n        \"Depots\": 1,\n        \"Unit\": \"عدد\",\n        \"CountPerUnit\": 1,\n        \"Expiration\": null,\n        \"Difficulty\": 0,\n        \"CookTime\": 0,\n        \"SellType\": 0,\n        \"Priority\": 0.0,\n        \"MlmType\": 0,\n        \"AlertCount\": 0,\n        \"GroupPrice\": null,\n        \"CatalogPrice\": 2185000.0000,\n        \"DeviationPercent\": 0.00,\n        \"DeviationPercentDown\": 0.00,\n        \"Forbid\": false,\n        \"ForbidGallery\": false,\n        \"ForbidDetail\": false,\n        \"ForbidSpecification\": false,\n        \"HasGift\": false,\n        \"Total\": 3,\n        \"Colors\": null,\n        \"Shops\": null,\n        \"Number\": 0,\n        \"PageTitle\": null,\n        \"SoldCount\": 0,\n        \"SpecialInstalment\": {\n            \"ProductId\": 0,\n            \"End\": null,\n            \"Instalment\": 10,\n            \"InstalmentCommission\": 0.10,\n            \"CashPercent\": 0.00,\n            \"SpInstalment\": 0,\n            \"SpInstalmentCommission\": 0.00,\n            \"SpCashPercent\": 0.00,\n            \"IsActive\": true,\n            \"P\": null,\n            \"Serial\": null,\n            \"ProductInfo\": {\n                \"Name\": null,\n                \"Serial\": null,\n                \"PicLink\": null\n            },\n            \"Id\": 0,\n            \"LangId\": 0\n        },\n        \"Shid\": null,\n        \"Shop\": null,\n        \"Default\": null,\n        \"BrandId\": 318942,\n        \"CategoryId\": 543395,\n        \"Id\": 1459832,\n        \"LangId\": 0\n    },\n    {\n        \"IsOffer\": false,\n        \"Status\": 0,\n        \"OfferDescription\": null,\n        \"Random\": 33748,\n        \"Name\": \"محصول تست\",\n        \"Serial\": \"123123\",\n        \"IsDeactive\": false,\n        \"Exist\": true,\n        \"PicLink\": null,\n        \"Description\": null,\n        \"MoreDescription\": null,\n        \"Price\": 100000.0000,\n        \"OffPrice\": 90000.0000,\n        \"HidePrice\": false,\n        \"HidePriceText\": null,\n        \"Discount\": 10.0000,\n        \"Type\": 0,\n        \"MinerCost\": 0.00,\n        \"ProcessingCost\": 0.00,\n        \"MainPrice\": 90000.0000,\n        \"Count\": 100,\n        \"Rate\": 0.0,\n        \"DeviceType\": 0,\n        \"Sort\": 0,\n        \"MobPicLink\": null,\n        \"Sizing\": true,\n        \"PurchasePrice\": 0.0000,\n        \"Weight\": 500.00,\n        \"TaxExempt\": false,\n        \"Tax\": 0.00,\n        \"Inquiry\": false,\n        \"Affiliate\": false,\n        \"DisableOrder\": false,\n        \"DisableOrder2\": false,\n        \"Offer\": null,\n        \"Liked\": false,\n        \"Likes\": 0,\n        \"Point\": 0.0,\n        \"ShopId\": null,\n        \"LikeShop\": false,\n        \"HasReview\": false,\n        \"Mine\": false,\n        \"Ups\": 0,\n        \"Downs\": 0,\n        \"Up\": false,\n        \"Down\": false,\n        \"Stars\": 0.0,\n        \"Starers\": 0,\n        \"MyStars\": 0.0,\n        \"SumStars\": 0.0,\n        \"MultiPrice\": false,\n        \"OriginalPrice\": 90000.0000,\n        \"ConsumerPrice\": 0.0,\n        \"LatinName\": null,\n        \"LastModified\": \"2021-11-21T10:05:11\",\n        \"Views\": 120,\n        \"NoTransport\": false,\n        \"FakeName\": null,\n        \"OfferDate\": null,\n        \"Survey\": null,\n        \"MaxOrder\": 5,\n        \"NumberOfShops\": 0,\n        \"MinPrice\": 0.0,\n        \"MaxPrice\": 0.0,\n        \"Max\": 2185000.0000,\n        \"Min\": 23000.0000,\n        \"FastToCart\": false,\n        \"Depots\": 1,\n        \"Unit\": \"عدد\",\n        \"CountPerUnit\": 1,\n        \"Expiration\": null,\n        \"Difficulty\": 0,\n        \"CookTime\": 0,\n        \"SellType\": 0,\n        \"Priority\": 0.0,\n        \"MlmType\": 0,\n        \"AlertCount\": 0,\n        \"GroupPrice\": null,\n        \"CatalogPrice\": 90000.0000,\n        \"DeviationPercent\": 0.00,\n        \"DeviationPercentDown\": 0.00,\n        \"Forbid\": false,\n        \"ForbidGallery\": false,\n        \"ForbidDetail\": false,\n        \"ForbidSpecification\": false,\n        \"HasGift\": false,\n        \"Total\": 3,\n        \"Colors\": null,\n        \"Shops\": null,\n        \"Number\": 0,\n        \"PageTitle\": null,\n        \"SoldCount\": 0,\n        \"SpecialInstalment\": {\n            \"ProductId\": 0,\n            \"End\": null,\n            \"Instalment\": 1,\n            \"InstalmentCommission\": 0.20,\n            \"CashPercent\": 0.00,\n            \"SpInstalment\": 0,\n            \"SpInstalmentCommission\": 0.00,\n            \"SpCashPercent\": 0.00,\n            \"IsActive\": true,\n            \"P\": null,\n            \"Serial\": null,\n            \"ProductInfo\": {\n                \"Name\": null,\n                \"Serial\": null,\n                \"PicLink\": null\n            },\n            \"Id\": 0,\n            \"LangId\": 0\n        },\n        \"Shid\": null,\n        \"Shop\": null,\n        \"Default\": null,\n        \"BrandId\": 318942,\n        \"CategoryId\": 543389,\n        \"Id\": 1489499,\n        \"LangId\": 0\n    }\n]"}],"_postman_id":"8c3be511-5c7a-4d89-a06d-81483424e1d4"},{"name":"Category Lists","id":"3a584a4f-82b5-47a4-ace7-195371be8124","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/api/CompanyCategory","description":"<p>Get products list</p>\n<p><img src=\"https://static.smx.live/UserFiles/admin/Files/Doc/Products.png\" alt /></p>\n","urlObject":{"path":["api","CompanyCategory"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"d424ce99-51fe-4812-87bd-e9090feb950a","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"},{"key":"WithColor","value":"true","type":"text","disabled":true}],"url":"https://api.example.com/api/CompanyCategory"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"MinPrice","value":"1000000","description":"","type":"text"},{"key":"MaxPrice","value":"2200000","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Name\": \"پیمانی\",\n        \"Description\": null,\n        \"PicLink\": null,\n        \"ParentId\": null,\n        \"HasChild\": false,\n        \"Id\": 7,\n        \"LangId\": 0\n    }\n]"}],"_postman_id":"3a584a4f-82b5-47a4-ace7-195371be8124"},{"name":"Rating","id":"450da7a5-26d8-4d65-9c6f-ce82a1fc2dc7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"CompanyId\": [id],\r\n    \"Stars\": 5\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/CompanyRating","description":"<p>Get products list</p>\n<p><img src=\"https://static.smx.live/UserFiles/admin/Files/Doc/Products.png\" alt /></p>\n","urlObject":{"path":["api","CompanyRating"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"a4c373da-9e1f-47e6-beb8-93ce8af9b9c6","name":"OK","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"},{"key":"WithColor","value":"true","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"CompanyId\": [id],\r\n    \"Stars\": 5\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/CompanyRating"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"MinPrice","value":"1000000","description":"","type":"text"},{"key":"MaxPrice","value":"2200000","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"stars\": 5.00,\n    \"num\": 1,\n    \"myStar\": 5.00\n}"},{"id":"21b940ae-31f2-4779-a30e-392e21404027","name":"NotFound","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"},{"key":"WithColor","value":"true","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"CompanyId\": [id],\r\n    \"Stars\": 5\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/CompanyRating"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"MinPrice","value":"1000000","description":"","type":"text"},{"key":"MaxPrice","value":"2200000","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":""},{"id":"a592f509-fe48-4039-9754-2485ac059fe9","name":"BadRequest","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"},{"key":"WithColor","value":"true","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"CompanyId\": [id],\r\n    \"Stars\": 6\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/CompanyRating"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"MinPrice","value":"1000000","description":"","type":"text"},{"key":"MaxPrice","value":"2200000","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"key\": \"5\",\r\n        \"error\": \"1<=stars<=5\"\r\n    }\r\n]"},{"id":"4d18387e-ac85-4391-8523-267fb06c05bf","name":"ServerError","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"},{"key":"WithColor","value":"true","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"CompanyId\": [id],\r\n    \"Stars\": 6\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/CompanyRating"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"MinPrice","value":"1000000","description":"","type":"text"},{"key":"MaxPrice","value":"2200000","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"Message\": \"An error has occurred.\"\r\n}"}],"_postman_id":"450da7a5-26d8-4d65-9c6f-ce82a1fc2dc7"},{"name":"Comment Lists","id":"39a5623e-d516-407d-bc54-388825859cf5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/api/company/[id]/comments?$filter=Confirmed eq true&$orderby=Date desc","description":"<p>Get products list</p>\n<p><img src=\"https://static.smx.live/UserFiles/admin/Files/Doc/Products.png\" alt /></p>\n","urlObject":{"path":["api","company","[id]","comments"],"host":["https://api.example.com"],"query":[{"key":"$filter","value":"Confirmed eq true"},{"description":{"content":"<p>or Date</p>\n","type":"text/plain"},"key":"$orderby","value":"Date desc"}],"variable":[]}},"response":[{"id":"7a43deb8-c274-4f34-becf-2ed65ea1ed5d","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"},{"key":"WithColor","value":"true","type":"text","disabled":true}],"url":{"raw":"https://api.example.com/api/company/[id]/comments?$filter=Confirmed eq true&$orderby=Date desc","host":["https://api.example.com"],"path":["api","company","[id]","comments"],"query":[{"key":"$filter","value":"Confirmed eq true"},{"key":"$orderby","value":"Date desc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"MinPrice","value":"1000000","description":"","type":"text"},{"key":"MaxPrice","value":"2200000","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Date\": \"2022-10-29T09:59:30\",\n        \"CompanyId\": 20214,\n        \"Content\": \"تست\",\n        \"Confirmed\": true,\n        \"CustomerInfo\": {\n            \"FirstName\": \"مشتری تست\",\n            \"LastName\": null,\n            \"RealUserName\": \"test\",\n            \"IntId\": 19059,\n            \"Marketer\": false\n        },\n        \"CompanyInfo\": {\n            \"Name\": \"پخش هوشمند\",\n            \"Id\": 20214,\n            \"Code\": \"2\"\n        },\n        \"Id\": 7,\n        \"LangId\": 0\n    }\n]"}],"_postman_id":"39a5623e-d516-407d-bc54-388825859cf5"},{"name":"Comment Register","id":"7359d3be-edc9-4a4d-922a-6b89d13c28ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Content\": \"comment text\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/company/[id]/comment","description":"<p>Get products list</p>\n<p><img src=\"https://static.smx.live/UserFiles/admin/Files/Doc/Products.png\" alt /></p>\n","urlObject":{"path":["api","company","[id]","comment"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"557b27ce-32d8-4d0a-89af-a3fee6ddf4dd","name":"OK","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"},{"key":"WithColor","value":"true","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Content\": \"comment text\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/company/[id]/comment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"MinPrice","value":"1000000","description":"","type":"text"},{"key":"MaxPrice","value":"2200000","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":""},{"id":"4b8cacc7-3fcf-435f-b262-3da27dc659f5","name":"NotFound","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"},{"key":"WithColor","value":"true","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Content\": \"comment text\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/company/[id]/comment"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"MinPrice","value":"1000000","description":"","type":"text"},{"key":"MaxPrice","value":"2200000","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":""},{"id":"fb5448b1-e81f-45b1-8252-040d82be2ce2","name":"ServerError","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"},{"key":"WithColor","value":"true","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/company/[id]/comment"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"MinPrice","value":"1000000","description":"","type":"text"},{"key":"MaxPrice","value":"2200000","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"Message\": \"An error has occurred.\"\r\n}"}],"_postman_id":"7359d3be-edc9-4a4d-922a-6b89d13c28ec"},{"name":"Covered Location Areas","id":"1f74b36b-ce13-4b56-bfa5-b069c5927055","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/api/company/[id]/coveredlocation2","description":"<p>Get products list</p>\n<p><img src=\"https://static.smx.live/UserFiles/admin/Files/Doc/Products.png\" alt /></p>\n","urlObject":{"path":["api","company","[id]","coveredlocation2"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"160abd08-c2d4-49bf-90ad-fcc05a816f1b","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"},{"key":"WithColor","value":"true","type":"text","disabled":true}],"url":"https://api.example.com/api/company/[id]/coveredlocation2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"MinPrice","value":"1000000","description":"","type":"text"},{"key":"MaxPrice","value":"2200000","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Id\": 11,\n        \"Name\": \" Iran\",\n        \"Level\": 0,\n        \"Expanded\": true,\n        \"Nodes\": [\n            {\n                \"Id\": 13,\n                \"Name\": \"تهران\",\n                \"Level\": 1,\n                \"Expanded\": true,\n                \"Nodes\": [\n                    {\n                        \"Id\": 11,\n                        \"Name\": \"تهران\",\n                        \"Level\": 2,\n                        \"Expanded\": false,\n                        \"Nodes\": [\n                            {\n                                \"Id\": 442,\n                                \"Name\": \"منطقه ی ۰۱\",\n                                \"Level\": 3,\n                                \"Expanded\": false,\n                                \"Nodes\": []\n                            }\n                        ]\n                    }\n                ]\n            }\n        ]\n    }\n]"}],"_postman_id":"1f74b36b-ce13-4b56-bfa5-b069c5927055"},{"name":"Covered Location Map","id":"d3ba4ed2-7173-470f-a9ca-cc235d00498b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/api/company/[id]/coveredlocation","description":"<p>Get products list</p>\n<p><img src=\"https://static.smx.live/UserFiles/admin/Files/Doc/Products.png\" alt /></p>\n","urlObject":{"path":["api","company","[id]","coveredlocation"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"2a86aa23-b425-4525-8096-d8acdf5f0dee","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"},{"key":"WithColor","value":"true","type":"text","disabled":true}],"url":"https://api.example.com/api/company/[id]/coveredlocation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"MinPrice","value":"1000000","description":"","type":"text"},{"key":"MaxPrice","value":"2200000","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"CountryId\": null,\n        \"ProvinceId\": null,\n        \"CityId\": null,\n        \"DistrictId\": null,\n        \"HoodId\": null,\n        \"Country\": null,\n        \"Province\": null,\n        \"City\": null,\n        \"District\": null,\n        \"Hood\": null,\n        \"Company\": null,\n        \"CompanyId\": 20214,\n        \"Points\": [\n            {\n                \"Latitude\": 29.629658281764204,\n                \"Longitude\": 52.50253055010987\n            },\n            {\n                \"Latitude\": 29.627264637463547,\n                \"Longitude\": 52.505292892456055\n            },\n            {\n                \"Latitude\": 29.62732296144645,\n                \"Longitude\": 52.50112778092042\n            },\n            {\n                \"Latitude\": 29.629658281764204,\n                \"Longitude\": 52.50253055010987\n            }\n        ],\n        \"Id\": 57,\n        \"LangId\": 0\n    }\n]"}],"_postman_id":"d3ba4ed2-7173-470f-a9ca-cc235d00498b"},{"name":"AnsDes","id":"8fa9d904-d1b0-42cb-b289-cdbc5a7adaf1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/api/companycategory/[id]/relative?ans=true","description":"<p>Get category parents</p>\n<p><img src=\"https://static.smx.live/UserFiles/admin/Files/Doc/CategoryAns.png\" alt /></p>\n","urlObject":{"path":["api","companycategory","[id]","relative"],"host":["https://api.example.com"],"query":[{"key":"ans","value":"true"}],"variable":[]}},"response":[{"id":"3810e9b4-ac64-48e6-80b0-2fe987eb9f9e","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":{"raw":"https://api.example.com/api/companycategory/[id]/relative?ans=true","host":["https://api.example.com"],"path":["api","companycategory","[id]","relative"],"query":[{"key":"ans","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Name\": \"پیمانی\",\n        \"Description\": null,\n        \"PicLink\": null,\n        \"ParentId\": null,\n        \"HasChild\": false,\n        \"Id\": 7,\n        \"LangId\": 0\n    }\n]"},{"id":"382642dd-2366-4c15-bf1f-c774feb95c1c","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":{"raw":"https://api.example.com/api/companycategory/[id]/relative?ans=true","host":["https://api.example.com"],"path":["api","companycategory","[id]","relative"],"query":[{"key":"ans","value":"true"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"-1"}],"_postman_id":"8fa9d904-d1b0-42cb-b289-cdbc5a7adaf1"}],"id":"3f34c4a0-9c80-479a-ad49-58915d83a27e","_postman_id":"3f34c4a0-9c80-479a-ad49-58915d83a27e","description":""},{"name":"Profile","item":[{"name":"Info","item":[{"name":"Info","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"f110378f-7c5f-4cad-b31f-ef746cc75412"}}],"id":"e15261a8-6c87-4ffe-8ddc-dba044e22069","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/customer/info","urlObject":{"path":["customer","info"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"ae37c479-a8d4-4502-9576-3184432696e0","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":"https://api.example.com/customer/info"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"TwoFactorEnabled\": true,\r\n    \"UserName\": \"09391524118\",\r\n    \"Address\": \"تست تست تست تست\",\r\n    \"FirstName\": \"تست پشتیبانی\",\r\n    \"LastName\": null,\r\n    \"IntId\": 968,\r\n    \"PostalCode\": \"2342423423\",\r\n    \"Cell\": \"09391524118\",\r\n    \"GroupId\": null,\r\n    \"IsActive\": true,\r\n    \"PhoneNumber\": \"09876543210\",\r\n    \"Email\": \"parseram.user4@gmail.com\",\r\n    \"Description\": null,\r\n    \"RegisterType\": 0,\r\n    \"StartDate\": \"2021-08-25T11:04:58\",\r\n    \"Point\": 0.00,\r\n    \"Type\": 0,\r\n    \"CityId\": 11,\r\n    \"CountryId\": 11,\r\n    \"ProvinceId\": 13,\r\n    \"DistrictId\": null,\r\n    \"BirthDate\": \"1988-09-19T01:00:00\",\r\n    \"Status\": 0,\r\n    \"HoodId\": null,\r\n    \"District\": null,\r\n    \"Province\": \"تهران\",\r\n    \"Country\": \" Iran\",\r\n    \"CountryAbbr\": \"IR\",\r\n    \"City\": \"تهران\",\r\n    \"Hood\": null,\r\n    \"Guild\": null,\r\n    \"GuildId\": null,\r\n    \"ShopType\": 0,\r\n    \"Depot\": null,\r\n    \"Longitude\": null,\r\n    \"Latitude\": null,\r\n    \"PhoneNumberConfirmed\": false,\r\n    \"ProfilePic\": null,\r\n    \"AdminDesc\": null,\r\n    \"EmailConfirmed\": false,\r\n    \"Activated\": false,\r\n    \"AdminDescDate\": null,\r\n    \"group\": \"Customers\",\r\n    \"Reagent\": null,\r\n    \"ConnectionName\": null,\r\n    \"KycId\": null,\r\n    \"GroupInfo\": {\r\n        \"IntId\": 41698,\r\n        \"Name\": \"Customers\",\r\n        \"Guest\": false,\r\n        \"Registered\": true,\r\n        \"Description\": null\r\n    },\r\n    \"Filled\": false,\r\n    \"Ip\": null,\r\n    \"Mac\": null,\r\n    \"DepotId\": null,\r\n    \"Balance\": 1000000.00,\r\n    \"DeliverStatus\": 0,\r\n    \"Priority\": 0,\r\n    \"Height\": 0.00,\r\n    \"Weight\": 0.00,\r\n    \"Discount\": -1.00,\r\n    \"NationalCode\": \"2372547097\",\r\n    \"AffiliatedTo\": null,\r\n    \"AffiliateApi\": null\r\n}"},{"id":"899f6c30-8536-401b-99d0-c609eaf2878a","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/customer/info"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"html","header":[],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n\n<head>\n\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\" />\n\t<title>401 - Unauthorized: Access is denied due to invalid credentials.</title>\n\t<style type=\"text/css\">\n\t\t<!--\n\t\tbody {\n\t\t\tmargin: 0;\n\t\t\tfont-size: .7em;\n\t\t\tfont-family: Verdana, Arial, Helvetica, sans-serif;\n\t\t\tbackground: #EEEEEE;\n\t\t}\n\n\t\tfieldset {\n\t\t\tpadding: 0 15px 10px 15px;\n\t\t}\n\n\t\th1 {\n\t\t\tfont-size: 2.4em;\n\t\t\tmargin: 0;\n\t\t\tcolor: #FFF;\n\t\t}\n\n\t\th2 {\n\t\t\tfont-size: 1.7em;\n\t\t\tmargin: 0;\n\t\t\tcolor: #CC0000;\n\t\t}\n\n\t\th3 {\n\t\t\tfont-size: 1.2em;\n\t\t\tmargin: 10px 0 0 0;\n\t\t\tcolor: #000000;\n\t\t}\n\n\t\t#header {\n\t\t\twidth: 96%;\n\t\t\tmargin: 0 0 0 0;\n\t\t\tpadding: 6px 2% 6px 2%;\n\t\t\tfont-family: \"trebuchet MS\", Verdana, sans-serif;\n\t\t\tcolor: #FFF;\n\t\t\tbackground-color: #555555;\n\t\t}\n\n\t\t#content {\n\t\t\tmargin: 0 0 0 2%;\n\t\t\tposition: relative;\n\t\t}\n\n\t\t.content-container {\n\t\t\tbackground: #FFF;\n\t\t\twidth: 96%;\n\t\t\tmargin-top: 8px;\n\t\t\tpadding: 10px;\n\t\t\tposition: relative;\n\t\t}\n\t\t-->\n\t</style>\n</head>\n\n<body>\n\t<div id=\"header\">\n\t\t<h1>Server Error</h1>\n\t</div>\n\t<div id=\"content\">\n\t\t<div class=\"content-container\">\n\t\t\t<fieldset>\n\t\t\t\t<h2>401 - Unauthorized: Access is denied due to invalid credentials.</h2>\n\t\t\t\t<h3>You do not have permission to view this directory or page using the credentials that you supplied.\n\t\t\t\t</h3>\n\t\t\t</fieldset>\n\t\t</div>\n\t</div>\n</body>\n\n</html>"}],"_postman_id":"e15261a8-6c87-4ffe-8ddc-dba044e22069"},{"name":"Save","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"b404655d-e2d8-49ab-ba03-2ce06cc0dfbf"}}],"id":"01e36b7d-da60-4a90-baab-130e72ad498a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"FirstName\": \"تست پشتیبانی\", // first name or full name by setting\r\n    \"LastName\": null, // last name\r\n    \"BirthDate\": \"1988-09-19T01:00:00\", // birth date\r\n    \"Address\": \"تست تست تست تست\", // address of customer\r\n    \"Email\": \"parseram.user4@gmail.com\", // email of customer\r\n    \"Cell\": \"09391524118\", // mobile phone of customer\r\n    \"PhoneNumber\": \"09876543210\", // home or work telephone\r\n    \"Description\": null, // description of itself or for orders\r\n    \"CountryId\": 11, // selected country, default is null\r\n    \"ProvinceId\": 13, // selected province, default is null\r\n    \"CityId\": 11, // selected city, default is null\r\n    \"DistrictId\": null, // selected district, default is null, unnecessary\r\n    \"HoodId\": null, // selected hood, default is null, unnecessary\r\n    \"DepotId\": null, // selected depot, default is null, many condition needed for show\r\n    \"NationalCode\": \"2372547097\", // customer national code or passport number\r\n    \"PostalCode\": \"2342423423\", // postal code or area code\r\n    \"Longitude\": null, // address longitude coordinate in map\r\n    \"Latitude\": null, // address latitude coordinate in map\r\n    \"VerificationCode\": null, // if cell changed, default is null\r\n    \"Height\": 0.00, // height of customer, unnecessary\r\n    \"Weight\": 0.00, // weight of customer, unnecessary\r\n    \"ConnectionName\": null // network marketer username in system, many condition needed for show\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/customer/edit","urlObject":{"path":["api","customer","edit"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"0aed3494-b8bb-4033-a7f0-520850cd692d","name":"OK","originalRequest":{"method":"PUT","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"FirstName\": \"تست پشتیبانی\",\r\n    \"LastName\": null,\r\n    \"BirthDate\": \"1988-09-19T01:00:00\",\r\n    \"Address\": \"تست تست تست تست\",\r\n    \"Email\": \"parseram.user4@gmail.com\",\r\n    \"Cell\": \"09391524118\",\r\n    \"PhoneNumber\": \"09876543210\",\r\n    \"Description\": null,\r\n    \"CountryId\": 11,\r\n    \"ProvinceId\": 13,\r\n    \"CityId\": 11,\r\n    \"DistrictId\": null,\r\n    \"HoodId\": null,\r\n    \"DepotId\": null,\r\n    \"NationalCode\": \"2372547097\",\r\n    \"PostalCode\": \"2342423423\",\r\n    \"Longitude\": null,\r\n    \"Latitude\": null,\r\n    \"VerificationCode\": null,\r\n    \"Height\": 0.00,\r\n    \"Weight\": 0.00,\r\n    \"ConnectionName\": null\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/customer/edit"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"Errors\": {},\r\n    \"Notfound\": false,\r\n    \"Result\": {\r\n        \"Id\": 968\r\n    }\r\n}"},{"id":"b29cb7c5-e2d7-4d9d-8974-58de814b1bfd","name":"BadRequest","originalRequest":{"method":"PUT","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"FirstName\": \"تست پشتیبانی\",\r\n    \"LastName\": null,\r\n    \"BirthDate\": \"1988-09-19T01:00:00\",\r\n    \"Address\": \"تست تست تست تست\",\r\n    \"Email\": \"parseram.user4@gmail.com\",\r\n    \"Cell\": \"09391524118\",\r\n    \"PhoneNumber\": \"09876543210\",\r\n    \"Description\": null,\r\n    \"CountryId\": 11,\r\n    \"ProvinceId\": 13,\r\n    \"CityId\": 11,\r\n    \"DistrictId\": null,\r\n    \"HoodId\": null,\r\n    \"DepotId\": null,\r\n    \"NationalCode\": \"2372547097\",\r\n    \"PostalCode\": \"2342423423\",\r\n    \"Longitude\": null,\r\n    \"Latitude\": null,\r\n    \"VerificationCode\": null,\r\n    \"Height\": 0.00,\r\n    \"Weight\": 0.00,\r\n    \"ConnectionName\": null\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/customer/edit"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"key\": \"2\",\r\n        \"error\": \"national code is invalid or used\"\r\n    },\r\n    {\r\n        \"key\": \"3\",\r\n        \"error\": \"mobile exists\"\r\n    },\r\n    {\r\n        \"key\": \"10\",\r\n        \"error\": \"verificationcode notvalid\"\r\n    }\r\n]"},{"id":"d707ecae-7ca0-4147-bb82-d9de019c5269","name":"Unauthorized","originalRequest":{"method":"PUT","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"FirstName\": \"تست پشتیبانی\",\r\n    \"LastName\": null,\r\n    \"BirthDate\": \"1988-09-19T01:00:00\",\r\n    \"Address\": \"تست تست تست تست\",\r\n    \"Email\": \"parseram.user4@gmail.com\",\r\n    \"Cell\": \"09391524118\",\r\n    \"PhoneNumber\": \"09876543210\",\r\n    \"Description\": null,\r\n    \"CountryId\": 11,\r\n    \"ProvinceId\": 13,\r\n    \"CityId\": 11,\r\n    \"DistrictId\": null,\r\n    \"HoodId\": null,\r\n    \"DepotId\": null,\r\n    \"NationalCode\": \"2372547097\",\r\n    \"PostalCode\": \"2342423423\",\r\n    \"Longitude\": null,\r\n    \"Latitude\": null,\r\n    \"VerificationCode\": null,\r\n    \"Height\": 0.00,\r\n    \"Weight\": 0.00,\r\n    \"ConnectionName\": null\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/customer/edit"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"html","header":[],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n\n<head>\n\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\" />\n\t<title>401 - Unauthorized: Access is denied due to invalid credentials.</title>\n\t<style type=\"text/css\">\n\t\t<!--\n\t\tbody {\n\t\t\tmargin: 0;\n\t\t\tfont-size: .7em;\n\t\t\tfont-family: Verdana, Arial, Helvetica, sans-serif;\n\t\t\tbackground: #EEEEEE;\n\t\t}\n\n\t\tfieldset {\n\t\t\tpadding: 0 15px 10px 15px;\n\t\t}\n\n\t\th1 {\n\t\t\tfont-size: 2.4em;\n\t\t\tmargin: 0;\n\t\t\tcolor: #FFF;\n\t\t}\n\n\t\th2 {\n\t\t\tfont-size: 1.7em;\n\t\t\tmargin: 0;\n\t\t\tcolor: #CC0000;\n\t\t}\n\n\t\th3 {\n\t\t\tfont-size: 1.2em;\n\t\t\tmargin: 10px 0 0 0;\n\t\t\tcolor: #000000;\n\t\t}\n\n\t\t#header {\n\t\t\twidth: 96%;\n\t\t\tmargin: 0 0 0 0;\n\t\t\tpadding: 6px 2% 6px 2%;\n\t\t\tfont-family: \"trebuchet MS\", Verdana, sans-serif;\n\t\t\tcolor: #FFF;\n\t\t\tbackground-color: #555555;\n\t\t}\n\n\t\t#content {\n\t\t\tmargin: 0 0 0 2%;\n\t\t\tposition: relative;\n\t\t}\n\n\t\t.content-container {\n\t\t\tbackground: #FFF;\n\t\t\twidth: 96%;\n\t\t\tmargin-top: 8px;\n\t\t\tpadding: 10px;\n\t\t\tposition: relative;\n\t\t}\n\t\t-->\n\t</style>\n</head>\n\n<body>\n\t<div id=\"header\">\n\t\t<h1>Server Error</h1>\n\t</div>\n\t<div id=\"content\">\n\t\t<div class=\"content-container\">\n\t\t\t<fieldset>\n\t\t\t\t<h2>401 - Unauthorized: Access is denied due to invalid credentials.</h2>\n\t\t\t\t<h3>You do not have permission to view this directory or page using the credentials that you supplied.\n\t\t\t\t</h3>\n\t\t\t</fieldset>\n\t\t</div>\n\t</div>\n</body>\n\n</html>"},{"id":"86001738-38e2-463f-a1e7-1ae82539e1e2","name":"ServerError","originalRequest":{"method":"PUT","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"FirstName\": \"تست پشتیبانی\",\r\n    \"LastName\": null,\r\n    \"BirthDate\": \"1988-09-19T01:00:00\",\r\n    \"Address\": \"تست تست تست تست\",\r\n    \"Email\": \"parseram.user4@gmail.com\",\r\n    \"Cell\": \"09391524118\",\r\n    \"PhoneNumber\": \"09876543210\",\r\n    \"Description\": null,\r\n    \"CountryId\": 11,\r\n    \"ProvinceId\": 13,\r\n    \"CityId\": 11,\r\n    \"DistrictId\": null,\r\n    \"HoodId\": null,\r\n    \"DepotId\": null,\r\n    \"NationalCode\": \"2372547097\",\r\n    \"PostalCode\": \"2342423423\",\r\n    \"Longitude\": null,\r\n    \"Latitude\": null,\r\n    \"VerificationCode\": null,\r\n    \"Height\": 0.00,\r\n    \"Weight\": 0.00,\r\n    \"ConnectionName\": null\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/customer/edit"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"Message\": \"An error has occurred.\"\r\n}"}],"_postman_id":"01e36b7d-da60-4a90-baab-130e72ad498a"}],"id":"467d22b1-17b5-4981-859f-954971a02d68","_postman_id":"467d22b1-17b5-4981-859f-954971a02d68","description":""},{"name":"Favorites","item":[{"name":"List","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"a8047448-c199-45be-b3f1-a3ba35d228d8"}}],"id":"55d6c856-586f-4807-b25c-92c713e42733","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/customer/favorites","urlObject":{"path":["customer","favorites"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"9c58efea-7e30-4a41-83c8-a3bca0b8973f","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":"https://api.example.com/customer/favorites"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"OwnerId\": null,\r\n        \"OwnerInfo\": null,\r\n        \"IsOffer\": false,\r\n        \"Status\": 0,\r\n        \"OperatorId\": null,\r\n        \"OperatoInfo\": null,\r\n        \"OfferDescription\": null,\r\n        \"Name\": \"گوشی موبایل شیائومی مدل Redmi 9A M2006C3LG دو سیم‌ کارت ظرفیت 32 گیگابایت\",\r\n        \"Serial\": \"967239\",\r\n        \"IsDeactive\": false,\r\n        \"Exist\": true,\r\n        \"PicLink\": \"/UserFiles/livegallery4/Images/Product/202209050934375297.jpg\",\r\n        \"Description\": \"شرکت شیائومی‌به‌تازگی دو عضو ارزان‌قیمت از خانواده «Redmi 9» را معرفی کرده است. گوشی Redmi 9A یکی از این گوشی‌‌ها است که مانند نسخه‌‌های قبلی، از صفحه‌نمایش بزرگ، باتری پرقدرت، طراحی جذاب دوربین و سخت‌افزار مناسب برخوردار است. صفحه‌نمایش گوشی Redmi 9A 6.53 اینچ است و از فناوری IPS LCD بهره می‌برد. این نمایشگر حدود 81 درصد از بدنه را به خود اختصاص داده است. شیائومی‌برای این محصول خود از یک دوربین با لنز عریض 13 مگاپیکسلی استفاده کرده است. دوربین سلفی 5 مگاپیکسلی هم در مرکز گو ...\",\r\n        \"MoreDescription\": \"شرکت شیائومی‌به‌تازگی دو عضو ارزان‌قیمت از خانواده «Redmi 9» را معرفی کرده است. گوشی Redmi 9A یکی از این گوشی‌‌ها است که مانند نسخه‌‌های قبلی، از صفحه‌نمایش بزرگ، باتری پرقدرت، طراحی جذاب دوربین و سخت‌افزار مناسب برخوردار است. صفحه‌نمایش گوشی Redmi 9A 6.53 اینچ است و از فناوری IPS LCD بهره می‌برد. این نمایشگر حدود 81 درصد از بدنه را به خود اختصاص داده است. شیائومی‌برای این محصول خود از یک دوربین با لنز عریض 13 مگاپیکسلی استفاده کرده است. دوربین سلفی 5 مگاپیکسلی هم در مرکز گوشی و بالای نمایشگر این گوشی به‌کار گرفته‌شده است. ازنظر سخت‌افزاری هم این گوشی به تراشه Helio G25 شرکت مدیاتک مجهز شده که با پردازنده‌ هشت‌هسته‌ا‌ی و قدرتمند Cortex-A53 و پردازنده گرافیکی PowerVR GE8320 همراه شده است. حافظه رم با ظرفیت 2 گیگابایت هم در کنار این مجموعه قرار گرفته است تا بتواند علاوه‌بر کار‌های معمول، از قابلیت‌‌ها ی جدید گوشی‌‌های امروزی پشتیبانی کند. برای این گوشی حافظه داخلی با ظرفیت 32 گیگابایت در نظر گرفته شده است که با استفاده از یک کارت حافظه SD قابل ارتقاء است. باتری لیتیوم-پلیمری با ظرفیت 5000 میلی‌آمپرساعتی با قابلیت شارژ با توان 10 وات و جک 3.5 میلی‌متری صدا هم از دیگر مشخصات این محصول جدید است.\",\r\n        \"Price\": 2300000.0000,\r\n        \"OffPrice\": 2185000.0000,\r\n        \"Discount\": 5.0000,\r\n        \"Inquiry\": false,\r\n        \"Type\": 0,\r\n        \"MinerCost\": 0.00,\r\n        \"ProcessingCost\": 10000.00,\r\n        \"MainPrice\": 2185000.0000,\r\n        \"Count\": 48,\r\n        \"Rate\": 1.0,\r\n        \"NotBinaryPoint\": false,\r\n        \"Brand\": null,\r\n        \"BrandId\": 318942,\r\n        \"Category\": null,\r\n        \"CategoryId\": 543395,\r\n        \"Sort\": 0,\r\n        \"MobPicLink\": null,\r\n        \"Sizing\": true,\r\n        \"PurchasePrice\": 2160000.0000,\r\n        \"Weight\": 185.00,\r\n        \"TaxExempt\": false,\r\n        \"Tax\": 0.00,\r\n        \"DisableOrder\": false,\r\n        \"OfferId\": null,\r\n        \"Offer\": null,\r\n        \"Liked\": true,\r\n        \"Likes\": 1,\r\n        \"Point\": 1.0,\r\n        \"ShopId\": null,\r\n        \"LikeShop\": false,\r\n        \"HasReview\": false,\r\n        \"Mine\": false,\r\n        \"Ups\": 0,\r\n        \"Downs\": 0,\r\n        \"Up\": false,\r\n        \"Down\": false,\r\n        \"Stars\": 5.00,\r\n        \"Starers\": 2,\r\n        \"MyStars\": 0.0,\r\n        \"MultiPrice\": false,\r\n        \"Default\": null,\r\n        \"OriginalPrice\": 2185000.0000,\r\n        \"ConsumerPrice\": 0.0,\r\n        \"DeviationPercent\": 0.00,\r\n        \"DeviationPercentDown\": 0.00,\r\n        \"LatinName\": \"Xiaomi Redmi 9A M2006C3LG Dual SIM 32GB Mobile Phone\",\r\n        \"LastModified\": \"2022-09-05T09:40:55\",\r\n        \"Views\": 260,\r\n        \"NoTransport\": false,\r\n        \"FakeName\": null,\r\n        \"OfferDate\": null,\r\n        \"Survey\": null,\r\n        \"MaxOrder\": null,\r\n        \"MinOrder\": null,\r\n        \"NumberOfShops\": 0,\r\n        \"MinPrice\": 0.0,\r\n        \"MaxPrice\": 0.0,\r\n        \"FastToCart\": false,\r\n        \"Unit\": \"عدد\",\r\n        \"CountPerUnit\": 1,\r\n        \"Expiration\": null,\r\n        \"Difficulty\": 0,\r\n        \"CookTime\": 0,\r\n        \"SellType\": 0,\r\n        \"MlmType\": 0,\r\n        \"AlertCount\": 0,\r\n        \"GroupPrice\": null,\r\n        \"CatalogPrice\": 2185000.0000,\r\n        \"Forbid\": false,\r\n        \"ForbidGallery\": false,\r\n        \"ForbidDetail\": false,\r\n        \"ForbidSpecification\": false,\r\n        \"ShopInfo\": null,\r\n        \"Colors\": [],\r\n        \"SpecialInstalment\": {\r\n            \"ProductId\": 1459832,\r\n            \"End\": null,\r\n            \"Instalment\": 10,\r\n            \"InstalmentCommission\": 0.10,\r\n            \"CashPercent\": 0.00,\r\n            \"SpInstalment\": 0,\r\n            \"SpInstalmentCommission\": 0.00,\r\n            \"SpCashPercent\": 0.00,\r\n            \"IsActive\": true,\r\n            \"P\": null,\r\n            \"Serial\": null,\r\n            \"ProductInfo\": {\r\n                \"Name\": \"گوشی موبایل شیائومی مدل Redmi 9A M2006C3LG دو سیم‌ کارت ظرفیت 32 گیگابایت\",\r\n                \"Serial\": \"967239\",\r\n                \"PicLink\": \"/UserFiles/livegallery4/Images/Product/202209050934375297.jpg\"\r\n            },\r\n            \"Id\": 1543,\r\n            \"LangId\": 0\r\n        },\r\n        \"Shops\": [],\r\n        \"HasGift\": false,\r\n        \"HidePrice\": false,\r\n        \"HidePriceText\": null,\r\n        \"TaxAdded\": false,\r\n        \"Affiliate\": false,\r\n        \"CashInvoicePercent\": null,\r\n        \"LoanInvoicePercent\": null,\r\n        \"CreditInvoicePercent\": null,\r\n        \"Id\": 1459832,\r\n        \"LangId\": 0,\r\n        \"PageTitle\": null,\r\n        \"PageDescription\": null,\r\n        \"PageKeyword\": null\r\n    }\r\n]"},{"id":"cdb0d42d-f123-473c-8e61-5b17100bb461","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/customer/favorites"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"html","header":[],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n\n<head>\n\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\" />\n\t<title>401 - Unauthorized: Access is denied due to invalid credentials.</title>\n\t<style type=\"text/css\">\n\t\t<!--\n\t\tbody {\n\t\t\tmargin: 0;\n\t\t\tfont-size: .7em;\n\t\t\tfont-family: Verdana, Arial, Helvetica, sans-serif;\n\t\t\tbackground: #EEEEEE;\n\t\t}\n\n\t\tfieldset {\n\t\t\tpadding: 0 15px 10px 15px;\n\t\t}\n\n\t\th1 {\n\t\t\tfont-size: 2.4em;\n\t\t\tmargin: 0;\n\t\t\tcolor: #FFF;\n\t\t}\n\n\t\th2 {\n\t\t\tfont-size: 1.7em;\n\t\t\tmargin: 0;\n\t\t\tcolor: #CC0000;\n\t\t}\n\n\t\th3 {\n\t\t\tfont-size: 1.2em;\n\t\t\tmargin: 10px 0 0 0;\n\t\t\tcolor: #000000;\n\t\t}\n\n\t\t#header {\n\t\t\twidth: 96%;\n\t\t\tmargin: 0 0 0 0;\n\t\t\tpadding: 6px 2% 6px 2%;\n\t\t\tfont-family: \"trebuchet MS\", Verdana, sans-serif;\n\t\t\tcolor: #FFF;\n\t\t\tbackground-color: #555555;\n\t\t}\n\n\t\t#content {\n\t\t\tmargin: 0 0 0 2%;\n\t\t\tposition: relative;\n\t\t}\n\n\t\t.content-container {\n\t\t\tbackground: #FFF;\n\t\t\twidth: 96%;\n\t\t\tmargin-top: 8px;\n\t\t\tpadding: 10px;\n\t\t\tposition: relative;\n\t\t}\n\t\t-->\n\t</style>\n</head>\n\n<body>\n\t<div id=\"header\">\n\t\t<h1>Server Error</h1>\n\t</div>\n\t<div id=\"content\">\n\t\t<div class=\"content-container\">\n\t\t\t<fieldset>\n\t\t\t\t<h2>401 - Unauthorized: Access is denied due to invalid credentials.</h2>\n\t\t\t\t<h3>You do not have permission to view this directory or page using the credentials that you supplied.\n\t\t\t\t</h3>\n\t\t\t</fieldset>\n\t\t</div>\n\t</div>\n</body>\n\n</html>"}],"_postman_id":"55d6c856-586f-4807-b25c-92c713e42733"},{"name":"Remove","id":"fb48b453-45a9-4974-a393-35168437cd21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ids\": [[id]]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/customer/removefavorite","description":"<p>add product to favorites</p>\n<p><strong><code>customer login required</code></strong></p>\n<p><img src=\"https://static.smx.live/UserFiles/admin/Files/Doc/AddFavorite.png\" alt /></p>\n","urlObject":{"path":["customer","removefavorite"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"4d23232d-c630-41e4-b347-e9ff96f94a44","name":"OK","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ids\": [[id]]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/customer/removefavorite"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"row\": 1\r\n}"},{"id":"b3a89210-28ce-4d67-b980-542f5280316d","name":"Fail","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ids\": [[id]]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/customer/removefavorite"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"row\": 0\r\n}"},{"id":"1f8d62ea-4021-4085-9c60-7130c192295e","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ids\": [[id]]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/customer/removefavorite"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"html","header":[],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n    <head>\n        <meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\" />\n        <title>401 - Unauthorized: Access is denied due to invalid credentials.</title>\n        <style type=\"text/css\">\n            <!--\r\n\t\tbody {\r\n\t\t\tmargin: 0;\r\n\t\t\tfont-size: .7em;\r\n\t\t\tfont-family: Verdana, Arial, Helvetica, sans-serif;\r\n\t\t\tbackground: #EEEEEE;\r\n\t\t}\r\n\r\n\t\tfieldset {\r\n\t\t\tpadding: 0 15px 10px 15px;\r\n\t\t}\r\n\r\n\t\th1 {\r\n\t\t\tfont-size: 2.4em;\r\n\t\t\tmargin: 0;\r\n\t\t\tcolor: #FFF;\r\n\t\t}\r\n\r\n\t\th2 {\r\n\t\t\tfont-size: 1.7em;\r\n\t\t\tmargin: 0;\r\n\t\t\tcolor: #CC0000;\r\n\t\t}\r\n\r\n\t\th3 {\r\n\t\t\tfont-size: 1.2em;\r\n\t\t\tmargin: 10px 0 0 0;\r\n\t\t\tcolor: #000000;\r\n\t\t}\r\n\r\n\t\t#header {\r\n\t\t\twidth: 96%;\r\n\t\t\tmargin: 0 0 0 0;\r\n\t\t\tpadding: 6px 2% 6px 2%;\r\n\t\t\tfont-family: \"trebuchet MS\", Verdana, sans-serif;\r\n\t\t\tcolor: #FFF;\r\n\t\t\tbackground-color: #555555;\r\n\t\t}\r\n\r\n\t\t#content {\r\n\t\t\tmargin: 0 0 0 2%;\r\n\t\t\tposition: relative;\r\n\t\t}\r\n\r\n\t\t.content-container {\r\n\t\t\tbackground: #FFF;\r\n\t\t\twidth: 96%;\r\n\t\t\tmargin-top: 8px;\r\n\t\t\tpadding: 10px;\r\n\t\t\tposition: relative;\r\n\t\t}\r\n\t\t-->\r\n\t\n        </style>\n    </head>\n    <body>\n        <div id=\"header\">\n            <h1>Server Error</h1>\n        </div>\n        <div id=\"content\">\n            <div class=\"content-container\">\n                <fieldset>\n                    <h2>401 - Unauthorized: Access is denied due to invalid credentials.</h2>\n                    <h3>You do not have permission to view this directory or page using the credentials that you supplied.\r\n\t\t\t\t</h3>\n                </fieldset>\n            </div>\n        </div>\n    </body>\n</html>"},{"id":"e8045a4e-c57c-4621-a8af-8794c2323f48","name":"ServerError","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"url":"https://api.example.com/customer/removefavorite"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"html","header":[],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html>\n    <head>\n        <meta charset=\"utf-8\" />\n        <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n        <title>Error - My ASP.NET Application</title>\n        <link href=\"/Content/css?v=rsU2Eji0u9P2WvZEOnL1IuAZ4thNyibej24hJDWdkAY1\" rel=\"stylesheet\" />\n        <script src=\"/bundles/modernizr?v=wBEWDufH_8Md-Pbioxomt90vm6tJN2Pyy9u9zHtWsPo1\"></script>\n    </head>\n    <body>\n        <div class=\"container\">\n            <header\n\t\t\tclass=\"d-flex flex-wrap align-items-center justify-content-center justify-content-md-between py-3 mb-4 border-bottom\">\n                <a href=\"/\" class=\"d-flex align-items-center col-md-3 mb-2 mb-md-0 text-dark text-decoration-none\">\n                    <h2>Application</h2>\n                </a>\n                <ul class=\"nav col-12 col-md-auto mb-2 justify-content-center mb-md-0\">\n                    <li>\n                        <a class=\"nav-link px-2 link-secondary\" href=\"/customer?Length=4\">Home</a>\n                    </li>\n                    <li>\n                        <a class=\"nav-link px-2 link-dark\" href=\"/customer/About?Length=4\">About</a>\n                    </li>\n                    <li>\n                        <a class=\"nav-link px-2 link-dark\" href=\"/customer/Contact?Length=4\">Contact</a>\n                    </li>\n                </ul>\n                <form action=\"/Account/LogOff\" class=\"navbar-right\" id=\"logoutForm\" method=\"post\">\n                    <input name=\"__RequestVerificationToken\" type=\"hidden\" value=\"ldmlGS-p4KtWcQYhi49cNanK0QGFQc4mrd6p_ZPx2f2P7dWtdWlnJWl1Vh3KSmZPcHJuNc8yNlvyJMte2Pjru6rqdcj7nxEr0Keia4WaRusUFvFTnO5vvuJbT35P3eblV7TRmA2\" />\n                    <div class=\"col-md-12 text-end\">\n                        <button type=\"button\" class=\"btn btn-outline-primary\">Hello 2be11482d90c429797b62be5dd8d7035_09391524118</button>\n                        <a href=\"javascript:document.getElementById('logoutForm').submit()\"\n\t\t\t\t\t\tclass=\"btn btn-outline-primary\">Log off</a>\n                    </div>\n                </form>\n            </header>\n        </div>\n        <div class=\"container body-content\">\n            <h1 class=\"text-danger\">Error.</h1>\n            <h2 class=\"text-danger\">An error occurred while processing your request.</h2>\n            <hr />\n            <footer>\n                <p>&copy; 2022 - My ASP.NET Application</p>\n            </footer>\n        </div>\n        <script src=\"/bundles/jquery?v=FVs3ACwOLIVInrAl5sdzR2jrCDmVOWFbZMY6g6Q0ulE1\"></script>\n        <script src=\"/bundles/bootstrap?v=cxlObxPHmPDCnATJiJjop5QnVmh7bNO8jDcRVzBzL_I1\"></script>\n    </body>\n</html>"}],"_postman_id":"fb48b453-45a9-4974-a393-35168437cd21"}],"id":"f37e5c9d-d6ac-4c44-acdd-f0c6b157dad0","_postman_id":"f37e5c9d-d6ac-4c44-acdd-f0c6b157dad0","description":""},{"name":"Order","item":[{"name":"Details","item":[{"name":"Attachment","item":[{"name":"Add Attachment","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"104c5862-8913-4eb4-b6d5-53752b1619ee"}}],"id":"d2ebe7f6-075e-44dd-9931-fb63a9b1af65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"OrderId\": [id],\r\n    \"Name\": \"Test\",\r\n    \"CustomerDescription\": \"Test Document\",\r\n    \"File\": \"/UserFiles/livegallery4/Images/Logo/202104101151421156.png\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/orderattachment","urlObject":{"path":["api","orderattachment"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"1c022c20-1cdd-4de2-82f5-8860fa954c14","name":"OK","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"OrderId\": [id],\r\n    \"Name\": \"Test\",\r\n    \"CustomerDescription\": \"Test Document\",\r\n    \"File\": \"/UserFiles/livegallery4/Images/Logo/202104101151421156.png\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/orderattachment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"Name\": \"Test\",\r\n    \"File\": \"/UserFiles/livegallery4/Images/Logo/202104101151421156.png\",\r\n    \"AdminDescription\": null,\r\n    \"CustomerDescription\": \"Test Document\",\r\n    \"Status\": 0,\r\n    \"OrderId\": 2065206,\r\n    \"Date\": \"2022-10-31T11:10:39\",\r\n    \"Id\": 4687,\r\n    \"LangId\": 0\r\n}"},{"id":"798b3b7d-2b7f-435d-b2d1-aff7e8b5e590","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"OrderId\": [id],\r\n    \"Name\": \"Test\",\r\n    \"CustomerDescription\": \"Test Document\",\r\n    \"File\": \"/UserFiles/livegallery4/Images/Logo/202104101151421156.png\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/orderattachment"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"html","header":[],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n\n<head>\n\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\" />\n\t<title>401 - Unauthorized: Access is denied due to invalid credentials.</title>\n\t<style type=\"text/css\">\n\t\t<!--\n\t\tbody {\n\t\t\tmargin: 0;\n\t\t\tfont-size: .7em;\n\t\t\tfont-family: Verdana, Arial, Helvetica, sans-serif;\n\t\t\tbackground: #EEEEEE;\n\t\t}\n\n\t\tfieldset {\n\t\t\tpadding: 0 15px 10px 15px;\n\t\t}\n\n\t\th1 {\n\t\t\tfont-size: 2.4em;\n\t\t\tmargin: 0;\n\t\t\tcolor: #FFF;\n\t\t}\n\n\t\th2 {\n\t\t\tfont-size: 1.7em;\n\t\t\tmargin: 0;\n\t\t\tcolor: #CC0000;\n\t\t}\n\n\t\th3 {\n\t\t\tfont-size: 1.2em;\n\t\t\tmargin: 10px 0 0 0;\n\t\t\tcolor: #000000;\n\t\t}\n\n\t\t#header {\n\t\t\twidth: 96%;\n\t\t\tmargin: 0 0 0 0;\n\t\t\tpadding: 6px 2% 6px 2%;\n\t\t\tfont-family: \"trebuchet MS\", Verdana, sans-serif;\n\t\t\tcolor: #FFF;\n\t\t\tbackground-color: #555555;\n\t\t}\n\n\t\t#content {\n\t\t\tmargin: 0 0 0 2%;\n\t\t\tposition: relative;\n\t\t}\n\n\t\t.content-container {\n\t\t\tbackground: #FFF;\n\t\t\twidth: 96%;\n\t\t\tmargin-top: 8px;\n\t\t\tpadding: 10px;\n\t\t\tposition: relative;\n\t\t}\n\t\t-->\n\t</style>\n</head>\n\n<body>\n\t<div id=\"header\">\n\t\t<h1>Server Error</h1>\n\t</div>\n\t<div id=\"content\">\n\t\t<div class=\"content-container\">\n\t\t\t<fieldset>\n\t\t\t\t<h2>401 - Unauthorized: Access is denied due to invalid credentials.</h2>\n\t\t\t\t<h3>You do not have permission to view this directory or page using the credentials that you supplied.\n\t\t\t\t</h3>\n\t\t\t</fieldset>\n\t\t</div>\n\t</div>\n</body>\n\n</html>"},{"id":"614c0fdb-49b1-42c6-8ec2-8da228e79aa5","name":"ServerError","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"OrderId\": [id],\r\n    \"Name\": \"Test\",\r\n    \"CustomerDescription\": \"Test Document\",\r\n    \"File\": \"/UserFiles/livegallery4/Images/Logo/202104101151421156.png\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/orderattachment"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"An error has occurred.\"\n}"}],"_postman_id":"d2ebe7f6-075e-44dd-9931-fb63a9b1af65"},{"name":"Delete Attachment","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"52056da7-f893-497a-acc1-25f6ad55d794"}}],"id":"88f52b56-c122-46bb-811b-f8a6a84014dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/orderattachment/{{attachmentId}}","urlObject":{"path":["api","orderattachment","{{attachmentId}}"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"52d4fe78-75e2-44b6-8496-0920b6dd10e2","name":"OK","originalRequest":{"method":"DELETE","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/orderattachment/{{attachmentId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"\"/UserFiles/livegallery4/Images/Logo/202104101151421156.png\""},{"id":"3eaa34c5-93e2-45fd-9e02-5a4747c22cbc","name":"BadRequest","originalRequest":{"method":"DELETE","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/orderattachment/{{attachmentId}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"Message\": \"The request is invalid.\"\r\n}"},{"id":"d3eadcba-80d5-4948-91f1-c8ef34decef8","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/orderattachment/{{attachmentId}}"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"html","header":[],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n\n<head>\n\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\" />\n\t<title>401 - Unauthorized: Access is denied due to invalid credentials.</title>\n\t<style type=\"text/css\">\n\t\t<!--\n\t\tbody {\n\t\t\tmargin: 0;\n\t\t\tfont-size: .7em;\n\t\t\tfont-family: Verdana, Arial, Helvetica, sans-serif;\n\t\t\tbackground: #EEEEEE;\n\t\t}\n\n\t\tfieldset {\n\t\t\tpadding: 0 15px 10px 15px;\n\t\t}\n\n\t\th1 {\n\t\t\tfont-size: 2.4em;\n\t\t\tmargin: 0;\n\t\t\tcolor: #FFF;\n\t\t}\n\n\t\th2 {\n\t\t\tfont-size: 1.7em;\n\t\t\tmargin: 0;\n\t\t\tcolor: #CC0000;\n\t\t}\n\n\t\th3 {\n\t\t\tfont-size: 1.2em;\n\t\t\tmargin: 10px 0 0 0;\n\t\t\tcolor: #000000;\n\t\t}\n\n\t\t#header {\n\t\t\twidth: 96%;\n\t\t\tmargin: 0 0 0 0;\n\t\t\tpadding: 6px 2% 6px 2%;\n\t\t\tfont-family: \"trebuchet MS\", Verdana, sans-serif;\n\t\t\tcolor: #FFF;\n\t\t\tbackground-color: #555555;\n\t\t}\n\n\t\t#content {\n\t\t\tmargin: 0 0 0 2%;\n\t\t\tposition: relative;\n\t\t}\n\n\t\t.content-container {\n\t\t\tbackground: #FFF;\n\t\t\twidth: 96%;\n\t\t\tmargin-top: 8px;\n\t\t\tpadding: 10px;\n\t\t\tposition: relative;\n\t\t}\n\t\t-->\n\t</style>\n</head>\n\n<body>\n\t<div id=\"header\">\n\t\t<h1>Server Error</h1>\n\t</div>\n\t<div id=\"content\">\n\t\t<div class=\"content-container\">\n\t\t\t<fieldset>\n\t\t\t\t<h2>401 - Unauthorized: Access is denied due to invalid credentials.</h2>\n\t\t\t\t<h3>You do not have permission to view this directory or page using the credentials that you supplied.\n\t\t\t\t</h3>\n\t\t\t</fieldset>\n\t\t</div>\n\t</div>\n</body>\n\n</html>"},{"id":"00f828c7-178e-4b47-8419-89f9c6a7a938","name":"ServerError","originalRequest":{"method":"DELETE","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/orderattachment/{{attachmentId}}"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"An error has occurred.\"\n}"}],"_postman_id":"88f52b56-c122-46bb-811b-f8a6a84014dd"}],"id":"7915f931-257f-424b-9852-a793a5823641","description":"<p>List of attachments in <a href=\"#8d9cdd1c-645e-46d1-b575-b36dc26fd043\">order-&gt;details-&gt;info</a></p>\n<p>IF order is installment, use <a href=\"#f782de35-deae-4b4e-bb41-47dda3123e4d\">Installment attachment</a></p>\n","_postman_id":"7915f931-257f-424b-9852-a793a5823641"},{"name":"Info","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"1ad8940b-9ce3-4338-ae0d-b634d074caa8"}}],"id":"b420445d-5771-4ebf-a7bf-e2f406529d14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/customer/order/[id]","urlObject":{"path":["customer","order","[id]"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"46cde989-ad82-4122-ac59-4f53f53d2237","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":"https://api.example.com/customer/order/[id]"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"order\": { // order model\r\n        \"date\": \"2022-09-19T16:57:54\", // date of registration\r\n        \"AddedDate\": \"2022-09-19T16:57:54\", // order date\r\n        \"Id\": 2065206, // order id\r\n        \"Address\": \"Tehran, Azadi Blvd, Blur Building\", // reciever address\r\n        \"Code\": \"OazplSR3\", // order track coce\r\n        \"Description\": null, // order admin description\r\n        \"Mobile\": \"09123456789\", // reciever mobile\r\n        \"Payed\": false, // order is payed ?\r\n        \"Phone\": \"0211234567\", // reciever tell\r\n        \"PostalCode\": \"123456789\", // reciever postal code\r\n        \"ReceiverName\": \"Test Testi\", // reciever name\r\n        \"Status\": 0, // order status\r\n        \"TotalPrice\": 2300000.0000, // total of product price\r\n        \"TotalPay\": 2195000.00,\r\n        \"Longitude\": null, // map longitude\r\n        \"Latitude\": null, // map latitude\r\n        \"PostOffice\": null,\r\n        \"DeliveryName\": \"تایگرشات\", // order delivery method name\r\n        \"Country\": null,\r\n        \"CountryAbbr\": null,\r\n        \"City\": null,\r\n        \"Province\": null,\r\n        \"DistrictName\": null,\r\n        \"HoodName\": null,\r\n        \"CountryId\": null,\r\n        \"ProvinceId\": null,\r\n        \"CityId\": null,\r\n        \"SellerDescription\": \"\",\r\n        \"TotalPoint\": 1.00,\r\n        \"TotalPoint2\": 0.00,\r\n        \"TotalPoint3\": 0.00,\r\n        \"TotalWeight\": 185.00,\r\n        \"TotalExchanged\": 0.00,\r\n        \"CurrencyUnit\": 0,\r\n        \"TotalPv\": 0.00,\r\n        \"TotalPv2\": 0.00,\r\n        \"TotalPv3\": 0.00,\r\n        \"TotalValue\": 2185000.00,\r\n        \"Transportation\": 1,\r\n        \"Refund\": 0.00,\r\n        \"CustomerCode\": null,\r\n        \"DeliveryCode\": \"\",\r\n        \"ReferredDate\": null,\r\n        \"GroupCharge\": 0.00,\r\n        \"NationalCode\": \"0995398291\",\r\n        \"SellPercent\": 0.00,\r\n        \"ConsumePercent\": 0.00,\r\n        \"PostBarCode\": null,\r\n        \"DeliverToPost\": null,\r\n        \"Credible\": false,\r\n        \"DeliveryPayLater\": false,\r\n        \"Off\": 115000.00,\r\n        \"IsAdmin\": false,\r\n        \"SchemeCommission\": 0.00,\r\n        \"Type\": 0,\r\n        \"LangId\": 0,\r\n        \"TreeSetting\": null,\r\n        \"PayAmountChangers\": [ // list of additions and subtractions\r\n            {\r\n                \"Date\": \"2021-08-16T12:58:34\",\r\n                \"Name\": \"کرایه\",\r\n                \"Code\": \"1\",\r\n                \"Description\": null,\r\n                \"Amount\": 5000.00,\r\n                \"Extra\": true,\r\n                \"Type\": 0,\r\n                \"IsActive\": true,\r\n                \"Pins\": [],\r\n                \"Total\": 5000.00,\r\n                \"Id\": 9,\r\n                \"LangId\": 0\r\n            },\r\n            {\r\n                \"Date\": \"2021-08-16T12:58:48\",\r\n                \"Name\": \"تخفیف جشنواره\",\r\n                \"Code\": \"2\",\r\n                \"Description\": null,\r\n                \"Amount\": 17000.00,\r\n                \"Extra\": false,\r\n                \"Type\": 0,\r\n                \"IsActive\": true,\r\n                \"Pins\": [],\r\n                \"Total\": -17000.00,\r\n                \"Id\": 10,\r\n                \"LangId\": 0\r\n            }\r\n        ],\r\n        \"PostError\": \"\",\r\n        \"WalletPoint\": false,\r\n        \"BinaryType\": 0,\r\n        \"OwnerId\": 0,\r\n        \"Affiliate\": false,\r\n        \"AffiliateCommission\": 0.00,\r\n        \"CommissionSummary\": null,\r\n        \"InstallmentSchemeId\": null,\r\n        \"InstallmentSchemeName\": null,\r\n        \"FinancialId\": null,\r\n        \"FinancialName\": null,\r\n        \"CreditId\": null,\r\n        \"CreditName\": null,\r\n        \"Bp\": 0.00,\r\n        \"Bv\": 0.00,\r\n        \"DeliveryDetail\": null,\r\n        \"Ops\": null\r\n    },\r\n    \"payment\": { // payment model\r\n        \"ParentDiscount\": 0.00,\r\n        \"BankAccountId\": 60195,\r\n        \"Date\": \"2022-09-19T16:57:54\",\r\n        \"Discount\": 0.00,\r\n        \"DiscountCode\": \"\",\r\n        \"FishNumber\": \"testtest\",\r\n        \"OrderId\": 2065206,\r\n        \"Portal\": \"\",\r\n        \"PortalId\": null,\r\n        \"BankPortal\": null,\r\n        \"Type\": 1,\r\n        \"TrackingCode\": \"OazplSR3\",\r\n        \"TotalPayment\": 2195000.0000,\r\n        \"TransGet\": null,\r\n        \"IdGet\": null,\r\n        \"TaxCost\": 0.00,\r\n        \"PostCost\": 12000.00,\r\n        \"Discount2\": 0.00,\r\n        \"DiscountCode2\": null,\r\n        \"PayMethodDiscount\": 0.00,\r\n        \"PayAmount\": 2195000.00,\r\n        \"PayAmountExchange\": 0.00,\r\n        \"ExchangeUnit\": null,\r\n        \"ChequeDate\": null,\r\n        \"ChequeAmount\": null,\r\n        \"ChequeNumber\": null,\r\n        \"CashWallet\": 0.00,\r\n        \"CashAmount\": 2185000.00,\r\n        \"PostCostExchanged\": 0.00,\r\n        \"ProcessingCost\": 10000.00,\r\n        \"PostMultiplier\": 1.00,\r\n        \"PostUndefined\": false,\r\n        \"NumberOfInstalment\": 0,\r\n        \"InstalmentAmount\": 0.00,\r\n        \"InstalmentCommission\": 0.00,\r\n        \"Paid\": 0.0,\r\n        \"Remain\": 2195000.0000,\r\n        \"TotalDiscount\": 115000.00,\r\n        \"Off\": 115000.00,\r\n        \"PortalCommission\": 0.00,\r\n        \"ExpiresAt\": null\r\n    },\r\n    \"attachments\": [ // list of attachment model\r\n        {\r\n            \"Id\": 4686,\r\n            \"OrderId\": 2065206,\r\n            \"AdminDescription\": null,\r\n            \"Status\": 0,\r\n            \"CustomerDescription\": \"Test Document\",\r\n            \"Date\": \"2022-10-31T11:10:04\",\r\n            \"Name\": \"Test\",\r\n            \"File\": null\r\n        },\r\n        {\r\n            \"Id\": 4687,\r\n            \"OrderId\": 2065206,\r\n            \"AdminDescription\": null,\r\n            \"Status\": 0,\r\n            \"CustomerDescription\": \"Test Document\",\r\n            \"Date\": \"2022-10-31T11:10:39\",\r\n            \"Name\": \"Test\",\r\n            \"File\": \"/UserFiles/livegallery4/Images/Logo/202104101151421156.png\"\r\n        },\r\n        {\r\n            \"Id\": 4688,\r\n            \"OrderId\": 2065206,\r\n            \"AdminDescription\": null,\r\n            \"Status\": 0,\r\n            \"CustomerDescription\": \"Test Document\",\r\n            \"Date\": \"2022-10-31T11:12:38\",\r\n            \"Name\": \"Test\",\r\n            \"File\": null\r\n        },\r\n        {\r\n            \"Id\": 4693,\r\n            \"OrderId\": 2065206,\r\n            \"AdminDescription\": null,\r\n            \"Status\": 0,\r\n            \"CustomerDescription\": \"Test Document\",\r\n            \"Date\": \"2022-10-31T11:28:05\",\r\n            \"Name\": \"Test\",\r\n            \"File\": \"/UserFiles/livegallery4/Images/Logo/202104101151421156.png\"\r\n        },\r\n        {\r\n            \"Id\": 9420,\r\n            \"OrderId\": 2065206,\r\n            \"AdminDescription\": null,\r\n            \"Status\": 0,\r\n            \"CustomerDescription\": \"sample string 5\",\r\n            \"Date\": \"2023-12-30T15:06:44\",\r\n            \"Name\": \"sample string 1\",\r\n            \"File\": \"sample string 2\"\r\n        },\r\n        {\r\n            \"Id\": 9421,\r\n            \"OrderId\": 2065206,\r\n            \"AdminDescription\": null,\r\n            \"Status\": 0,\r\n            \"CustomerDescription\": \"sample string 5\",\r\n            \"Date\": \"2023-12-30T15:07:03\",\r\n            \"Name\": \"sample string 1\",\r\n            \"File\": \"sample string 2\"\r\n        },\r\n        {\r\n            \"Id\": 9422,\r\n            \"OrderId\": 2065206,\r\n            \"AdminDescription\": null,\r\n            \"Status\": 0,\r\n            \"CustomerDescription\": \"sample string 5\",\r\n            \"Date\": \"2023-12-30T15:07:08\",\r\n            \"Name\": \"sample string 1\",\r\n            \"File\": \"sample string 2\"\r\n        },\r\n        {\r\n            \"Id\": 9423,\r\n            \"OrderId\": 2065206,\r\n            \"AdminDescription\": null,\r\n            \"Status\": 0,\r\n            \"CustomerDescription\": \"sample string 5\",\r\n            \"Date\": \"2023-12-30T15:07:13\",\r\n            \"Name\": \"sample string 1\",\r\n            \"File\": null\r\n        },\r\n        {\r\n            \"Id\": 9424,\r\n            \"OrderId\": 2065206,\r\n            \"AdminDescription\": null,\r\n            \"Status\": 0,\r\n            \"CustomerDescription\": \"sample string 5\",\r\n            \"Date\": \"2023-12-30T15:07:46\",\r\n            \"Name\": \"sample string 1\",\r\n            \"File\": \"sample string 2\"\r\n        }\r\n    ],\r\n    \"products\": [ // list of products\r\n        {\r\n            \"Id\": 2564244,\r\n            \"ProductId\": 1459832,\r\n            \"OrderId\": 2065206,\r\n            \"SizeId\": 52993,\r\n            \"ColorId\": 3,\r\n            \"CompanyId\": 20214,\r\n            \"DepotId\": 153406,\r\n            \"GtId\": 383,\r\n            \"name\": \"گوشی موبایل شیائومی مدل Redmi 9A M2006C3LG دو سیم‌ کارت ظرفیت 32 گیگابایت\",\r\n            \"price\": 2185000.00,\r\n            \"oprice\": null,\r\n            \"offprice\": null,\r\n            \"count\": 0,\r\n            \"piclink\": \"/UserFiles/livegallery4/Images/ProductGallery/967239/202209050934223576.jpg\",\r\n            \"quantity\": 1,\r\n            \"size\": \"\",\r\n            \"color\": \"\",\r\n            \"company\": \"\",\r\n            \"Color\": null,\r\n            \"ColorName\": \"سبز()\",\r\n            \"total\": 2185000.00,\r\n            \"osname\": \"64\",\r\n            \"ocname\": \"سبز()\",\r\n            \"odname\": \"پخش هوشمند\",\r\n            \"DepotName\": \"Central\",\r\n            \"Serial\": \"967239\",\r\n            \"Weight\": 185.00,\r\n            \"Point\": 1.00,\r\n            \"Pv\": 0.00,\r\n            \"LatinName\": \"Xiaomi Redmi 9A M2006C3LG Dual SIM 32GB Mobile Phone\",\r\n            \"Tax\": 0.00,\r\n            \"FakeName\": null,\r\n            \"OriginalPrice\": 2300000.00,\r\n            \"AddType\": \"manual\",\r\n            \"IsGift\": false,\r\n            \"GiftyId\": null,\r\n            \"PageTitle\": null,\r\n            \"Unit\": null,\r\n            \"CountPerUnit\": 1,\r\n            \"Instalment\": 0,\r\n            \"InstalmentCommission\": 0.00,\r\n            \"CashPercent\": 0.00,\r\n            \"CashAmount\": 2185000.00,\r\n            \"InstalmentAmount\": 0.00,\r\n            \"cat\": null,\r\n            \"Off\": 115000.00,\r\n            \"DaysToSend\": 0,\r\n            \"Guaranty\": \"24 ماه ضمانت\",\r\n            \"UnitPrice\": 2300000.00,\r\n            \"TotalTax\": 0.00,\r\n            \"Total\": 2195000.00,\r\n            \"TotalPrice\": 2300000.00,\r\n            \"UnitOff\": 115000.00,\r\n            \"CommissionPercent\": 0.00,\r\n            \"CompanyPortion\": 2195000.0000,\r\n            \"TotalCommissionMarketPlace\": 0.0000,\r\n            \"TotalPackingFee\": 0.00,\r\n            \"MinerCost\": 0.00,\r\n            \"Type\": 0,\r\n            \"Inquiry\": false,\r\n            \"ProcessingCost\": 10000.00,\r\n            \"DeliveryDetail\": {\r\n                \"Id\": 150918,\r\n                \"Name\": \"تایگرشات\",\r\n                \"Description\": \"تحویل کالا کمتر از 36 ساعت\",\r\n                \"PayLater\": false,\r\n                \"MaxWeight\": 0.00,\r\n                \"OverWeight\": false,\r\n                \"undefined\": false,\r\n                \"Cost\": 12000.00,\r\n                \"CostExchange\": 0.0000,\r\n                \"Error\": null,\r\n                \"Multi\": 0.0\r\n            }\r\n        },\r\n        {\r\n            \"Id\": 2564243,\r\n            \"ProductId\": 1465766,\r\n            \"OrderId\": 2065206,\r\n            \"SizeId\": null,\r\n            \"ColorId\": null,\r\n            \"CompanyId\": null,\r\n            \"DepotId\": 153406,\r\n            \"GtId\": null,\r\n            \"name\": \"گل طبیعی نایکات\",\r\n            \"price\": 0.00,\r\n            \"oprice\": null,\r\n            \"offprice\": null,\r\n            \"count\": 0,\r\n            \"piclink\": \"/UserFiles/livegallery4/Images/Product/202104211052437322.jpg\",\r\n            \"quantity\": 1,\r\n            \"size\": \"\",\r\n            \"color\": \"\",\r\n            \"company\": \"\",\r\n            \"Color\": null,\r\n            \"ColorName\": null,\r\n            \"total\": 0.00,\r\n            \"osname\": null,\r\n            \"ocname\": null,\r\n            \"odname\": null,\r\n            \"DepotName\": null,\r\n            \"Serial\": \"niakut\",\r\n            \"Weight\": 0.00,\r\n            \"Point\": 0.00,\r\n            \"Pv\": 0.00,\r\n            \"LatinName\": null,\r\n            \"Tax\": 0.00,\r\n            \"FakeName\": null,\r\n            \"OriginalPrice\": 0.00,\r\n            \"AddType\": \"gift\",\r\n            \"IsGift\": true,\r\n            \"GiftyId\": 47,\r\n            \"PageTitle\": null,\r\n            \"Unit\": null,\r\n            \"CountPerUnit\": 0,\r\n            \"Instalment\": 0,\r\n            \"InstalmentCommission\": 0.00,\r\n            \"CashPercent\": 0.00,\r\n            \"CashAmount\": 0.00,\r\n            \"InstalmentAmount\": 0.00,\r\n            \"cat\": null,\r\n            \"Off\": 0.00,\r\n            \"DaysToSend\": null,\r\n            \"Guaranty\": null,\r\n            \"UnitPrice\": 0.00,\r\n            \"TotalTax\": 0.00,\r\n            \"Total\": 0.00,\r\n            \"TotalPrice\": 0.00,\r\n            \"UnitOff\": 0.00,\r\n            \"CommissionPercent\": 0.00,\r\n            \"CompanyPortion\": 0.0000,\r\n            \"TotalCommissionMarketPlace\": 0.0000,\r\n            \"TotalPackingFee\": 0.00,\r\n            \"MinerCost\": 0.00,\r\n            \"Type\": 0,\r\n            \"Inquiry\": false,\r\n            \"ProcessingCost\": 0.00,\r\n            \"DeliveryDetail\": null\r\n        }\r\n    ],\r\n    \"totalPrice\": 2300000.00,\r\n    \"commission\": 0.00,\r\n    \"settlements\": [],\r\n    \"installment\": null,\r\n    \"shop\": { // shop user info\r\n        \"IntId\": 36342,\r\n        \"Id\": \"2be11482-d90c-4297-97b6-2be5dd8d7035\",\r\n        \"ShopName\": \"شیک مارکت\",\r\n        \"Address\": null\r\n    },\r\n    \"delivery\": null\r\n}"},{"id":"b061824a-f028-4c10-82e7-f5d62a78e984","name":"NotFound","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":"https://api.example.com/customer/order/[id]"},"status":"Not Found","code":404,"_postman_previewlanguage":"html","header":[{"key":"Content-Type","value":"text/html","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n    <head>\n        <meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\" />\n        <title>404 - File or directory not found.</title>\n        <style type=\"text/css\">\n            <!--\r\n\t\tbody {\r\n\t\t\tmargin: 0;\r\n\t\t\tfont-size: .7em;\r\n\t\t\tfont-family: Verdana, Arial, Helvetica, sans-serif;\r\n\t\t\tbackground: #EEEEEE;\r\n\t\t}\r\n\r\n\t\tfieldset {\r\n\t\t\tpadding: 0 15px 10px 15px;\r\n\t\t}\r\n\r\n\t\th1 {\r\n\t\t\tfont-size: 2.4em;\r\n\t\t\tmargin: 0;\r\n\t\t\tcolor: #FFF;\r\n\t\t}\r\n\r\n\t\th2 {\r\n\t\t\tfont-size: 1.7em;\r\n\t\t\tmargin: 0;\r\n\t\t\tcolor: #CC0000;\r\n\t\t}\r\n\r\n\t\th3 {\r\n\t\t\tfont-size: 1.2em;\r\n\t\t\tmargin: 10px 0 0 0;\r\n\t\t\tcolor: #000000;\r\n\t\t}\r\n\r\n\t\t#header {\r\n\t\t\twidth: 96%;\r\n\t\t\tmargin: 0 0 0 0;\r\n\t\t\tpadding: 6px 2% 6px 2%;\r\n\t\t\tfont-family: \"trebuchet MS\", Verdana, sans-serif;\r\n\t\t\tcolor: #FFF;\r\n\t\t\tbackground-color: #555555;\r\n\t\t}\r\n\r\n\t\t#content {\r\n\t\t\tmargin: 0 0 0 2%;\r\n\t\t\tposition: relative;\r\n\t\t}\r\n\r\n\t\t.content-container {\r\n\t\t\tbackground: #FFF;\r\n\t\t\twidth: 96%;\r\n\t\t\tmargin-top: 8px;\r\n\t\t\tpadding: 10px;\r\n\t\t\tposition: relative;\r\n\t\t}\r\n\t\t-->\r\n\t\n        </style>\n    </head>\n    <body>\n        <div id=\"header\">\n            <h1>Server Error</h1>\n        </div>\n        <div id=\"content\">\n            <div class=\"content-container\">\n                <fieldset>\n                    <h2>404 - File or directory not found.</h2>\n                    <h3>The resource you are looking for might have been removed, had its name changed, or is temporarily\r\n\t\t\t\t\tunavailable.</h3>\n                </fieldset>\n            </div>\n        </div>\n    </body>\n</html>"},{"id":"54feac87-f766-40d0-b0e5-968b4cf50264","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/customer/order/[id]"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"html","header":[],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n\n<head>\n\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\" />\n\t<title>401 - Unauthorized: Access is denied due to invalid credentials.</title>\n\t<style type=\"text/css\">\n\t\t<!--\n\t\tbody {\n\t\t\tmargin: 0;\n\t\t\tfont-size: .7em;\n\t\t\tfont-family: Verdana, Arial, Helvetica, sans-serif;\n\t\t\tbackground: #EEEEEE;\n\t\t}\n\n\t\tfieldset {\n\t\t\tpadding: 0 15px 10px 15px;\n\t\t}\n\n\t\th1 {\n\t\t\tfont-size: 2.4em;\n\t\t\tmargin: 0;\n\t\t\tcolor: #FFF;\n\t\t}\n\n\t\th2 {\n\t\t\tfont-size: 1.7em;\n\t\t\tmargin: 0;\n\t\t\tcolor: #CC0000;\n\t\t}\n\n\t\th3 {\n\t\t\tfont-size: 1.2em;\n\t\t\tmargin: 10px 0 0 0;\n\t\t\tcolor: #000000;\n\t\t}\n\n\t\t#header {\n\t\t\twidth: 96%;\n\t\t\tmargin: 0 0 0 0;\n\t\t\tpadding: 6px 2% 6px 2%;\n\t\t\tfont-family: \"trebuchet MS\", Verdana, sans-serif;\n\t\t\tcolor: #FFF;\n\t\t\tbackground-color: #555555;\n\t\t}\n\n\t\t#content {\n\t\t\tmargin: 0 0 0 2%;\n\t\t\tposition: relative;\n\t\t}\n\n\t\t.content-container {\n\t\t\tbackground: #FFF;\n\t\t\twidth: 96%;\n\t\t\tmargin-top: 8px;\n\t\t\tpadding: 10px;\n\t\t\tposition: relative;\n\t\t}\n\t\t-->\n\t</style>\n</head>\n\n<body>\n\t<div id=\"header\">\n\t\t<h1>Server Error</h1>\n\t</div>\n\t<div id=\"content\">\n\t\t<div class=\"content-container\">\n\t\t\t<fieldset>\n\t\t\t\t<h2>401 - Unauthorized: Access is denied due to invalid credentials.</h2>\n\t\t\t\t<h3>You do not have permission to view this directory or page using the credentials that you supplied.\n\t\t\t\t</h3>\n\t\t\t</fieldset>\n\t\t</div>\n\t</div>\n</body>\n\n</html>"},{"id":"0ca73295-05b2-4e24-9bf8-c8913cfc1981","name":"ServerError","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/customer/order/[id]"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"html","header":[],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html>\n\n<head>\n\t<meta charset=\"utf-8\" />\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n\t<title>Error - My ASP.NET Application</title>\n\t<link href=\"/Content/css?v=rsU2Eji0u9P2WvZEOnL1IuAZ4thNyibej24hJDWdkAY1\" rel=\"stylesheet\" />\n\n\t<script src=\"/bundles/modernizr?v=wBEWDufH_8Md-Pbioxomt90vm6tJN2Pyy9u9zHtWsPo1\"></script>\n\n\n</head>\n\n<body>\n\t<div class=\"container\">\n\t\t<header\n\t\t\tclass=\"d-flex flex-wrap align-items-center justify-content-center justify-content-md-between py-3 mb-4 border-bottom\">\n\t\t\t<a href=\"/\" class=\"d-flex align-items-center col-md-3 mb-2 mb-md-0 text-dark text-decoration-none\">\n\t\t\t\t<h2>Application</h2>\n\t\t\t</a>\n\n\t\t\t<ul class=\"nav col-12 col-md-auto mb-2 justify-content-center mb-md-0\">\n\t\t\t\t<li><a class=\"nav-link px-2 link-secondary\" href=\"/customer?Length=4\">Home</a></li>\n\t\t\t\t<li><a class=\"nav-link px-2 link-dark\" href=\"/customer/About?Length=4\">About</a></li>\n\t\t\t\t<li><a class=\"nav-link px-2 link-dark\" href=\"/customer/Contact?Length=4\">Contact</a></li>\n\t\t\t</ul>\n\n\t\t\t<form action=\"/Account/LogOff\" class=\"navbar-right\" id=\"logoutForm\" method=\"post\"><input name=\"__RequestVerificationToken\" type=\"hidden\" value=\"fD1U8KqlZBYv4jH5P_-iLrpBsJLL4ZWJsJZDtZ2_GoqHMjpCDI1kVeFFfjNdb2gJ9Gt_GAHTDawun9EKIQm1UQEML6e96uxeZccf-aSyWtaCU7Dzs2FPY44GQ4sR2kw6ktipLQ2\" />\n\t\t\t\t<div class=\"col-md-12 text-end\">\n\t\t\t\t\t<button type=\"button\" class=\"btn btn-outline-primary\">Hello 2be11482d90c429797b62be5dd8d7035_09391524118</button>\n\t\t\t\t\t<a href=\"javascript:document.getElementById('logoutForm').submit()\"\n\t\t\t\t\t\tclass=\"btn btn-outline-primary\">Log off</a>\n\t\t\t\t</div>\n\t\t\t</form>\n\n\t\t</header>\n\t</div>\n\n\t<div class=\"container body-content\">\n\n\n\n\t\t<h1 class=\"text-danger\">Error.</h1>\n\t\t<h2 class=\"text-danger\">An error occurred while processing your request.</h2>\n\n\n\t\t<hr />\n\t\t<footer>\n\t\t\t<p>&copy; 2022 - My ASP.NET Application</p>\n\t\t</footer>\n\t</div>\n\n\t<script src=\"/bundles/jquery?v=FVs3ACwOLIVInrAl5sdzR2jrCDmVOWFbZMY6g6Q0ulE1\"></script>\n\n\t<script src=\"/bundles/bootstrap?v=cxlObxPHmPDCnATJiJjop5QnVmh7bNO8jDcRVzBzL_I1\"></script>\n\n\n</body>\n\n</html>"}],"_postman_id":"b420445d-5771-4ebf-a7bf-e2f406529d14"},{"name":"Payable?","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"a88e326f-72dd-428e-82e7-4f86c70a0c48"}}],"id":"9501b97f-ee8b-4045-b89a-d192707a8882","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/customer/CheckOrder/[id]","urlObject":{"path":["customer","CheckOrder","[id]"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"2399a3a2-e786-4a6b-ab0e-0f5f4b315b26","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":"https://api.example.com/customer/CheckOrder/[id]"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"pay\": true,\r\n    \"shopId\": \"2be11482-d90c-4297-97b6-2be5dd8d7035\"\r\n}"},{"id":"e012433d-344c-4517-afe8-cefce0c49294","name":"NotFound","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":"https://api.example.com/customer/CheckOrder/[id]"},"status":"Not Found","code":404,"_postman_previewlanguage":"html","header":[{"key":"Content-Type","value":"text/html","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n    <head>\n        <meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\" />\n        <title>404 - File or directory not found.</title>\n        <style type=\"text/css\">\n            <!--\r\n\t\tbody {\r\n\t\t\tmargin: 0;\r\n\t\t\tfont-size: .7em;\r\n\t\t\tfont-family: Verdana, Arial, Helvetica, sans-serif;\r\n\t\t\tbackground: #EEEEEE;\r\n\t\t}\r\n\r\n\t\tfieldset {\r\n\t\t\tpadding: 0 15px 10px 15px;\r\n\t\t}\r\n\r\n\t\th1 {\r\n\t\t\tfont-size: 2.4em;\r\n\t\t\tmargin: 0;\r\n\t\t\tcolor: #FFF;\r\n\t\t}\r\n\r\n\t\th2 {\r\n\t\t\tfont-size: 1.7em;\r\n\t\t\tmargin: 0;\r\n\t\t\tcolor: #CC0000;\r\n\t\t}\r\n\r\n\t\th3 {\r\n\t\t\tfont-size: 1.2em;\r\n\t\t\tmargin: 10px 0 0 0;\r\n\t\t\tcolor: #000000;\r\n\t\t}\r\n\r\n\t\t#header {\r\n\t\t\twidth: 96%;\r\n\t\t\tmargin: 0 0 0 0;\r\n\t\t\tpadding: 6px 2% 6px 2%;\r\n\t\t\tfont-family: \"trebuchet MS\", Verdana, sans-serif;\r\n\t\t\tcolor: #FFF;\r\n\t\t\tbackground-color: #555555;\r\n\t\t}\r\n\r\n\t\t#content {\r\n\t\t\tmargin: 0 0 0 2%;\r\n\t\t\tposition: relative;\r\n\t\t}\r\n\r\n\t\t.content-container {\r\n\t\t\tbackground: #FFF;\r\n\t\t\twidth: 96%;\r\n\t\t\tmargin-top: 8px;\r\n\t\t\tpadding: 10px;\r\n\t\t\tposition: relative;\r\n\t\t}\r\n\t\t-->\r\n\t\n        </style>\n    </head>\n    <body>\n        <div id=\"header\">\n            <h1>Server Error</h1>\n        </div>\n        <div id=\"content\">\n            <div class=\"content-container\">\n                <fieldset>\n                    <h2>404 - File or directory not found.</h2>\n                    <h3>The resource you are looking for might have been removed, had its name changed, or is temporarily\r\n\t\t\t\t\tunavailable.</h3>\n                </fieldset>\n            </div>\n        </div>\n    </body>\n</html>"},{"id":"180b6085-2ee2-4d5f-8d7f-b04987c9e165","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/customer/CheckOrder/[id]"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"html","header":[],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n\n<head>\n\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\" />\n\t<title>401 - Unauthorized: Access is denied due to invalid credentials.</title>\n\t<style type=\"text/css\">\n\t\t<!--\n\t\tbody {\n\t\t\tmargin: 0;\n\t\t\tfont-size: .7em;\n\t\t\tfont-family: Verdana, Arial, Helvetica, sans-serif;\n\t\t\tbackground: #EEEEEE;\n\t\t}\n\n\t\tfieldset {\n\t\t\tpadding: 0 15px 10px 15px;\n\t\t}\n\n\t\th1 {\n\t\t\tfont-size: 2.4em;\n\t\t\tmargin: 0;\n\t\t\tcolor: #FFF;\n\t\t}\n\n\t\th2 {\n\t\t\tfont-size: 1.7em;\n\t\t\tmargin: 0;\n\t\t\tcolor: #CC0000;\n\t\t}\n\n\t\th3 {\n\t\t\tfont-size: 1.2em;\n\t\t\tmargin: 10px 0 0 0;\n\t\t\tcolor: #000000;\n\t\t}\n\n\t\t#header {\n\t\t\twidth: 96%;\n\t\t\tmargin: 0 0 0 0;\n\t\t\tpadding: 6px 2% 6px 2%;\n\t\t\tfont-family: \"trebuchet MS\", Verdana, sans-serif;\n\t\t\tcolor: #FFF;\n\t\t\tbackground-color: #555555;\n\t\t}\n\n\t\t#content {\n\t\t\tmargin: 0 0 0 2%;\n\t\t\tposition: relative;\n\t\t}\n\n\t\t.content-container {\n\t\t\tbackground: #FFF;\n\t\t\twidth: 96%;\n\t\t\tmargin-top: 8px;\n\t\t\tpadding: 10px;\n\t\t\tposition: relative;\n\t\t}\n\t\t-->\n\t</style>\n</head>\n\n<body>\n\t<div id=\"header\">\n\t\t<h1>Server Error</h1>\n\t</div>\n\t<div id=\"content\">\n\t\t<div class=\"content-container\">\n\t\t\t<fieldset>\n\t\t\t\t<h2>401 - Unauthorized: Access is denied due to invalid credentials.</h2>\n\t\t\t\t<h3>You do not have permission to view this directory or page using the credentials that you supplied.\n\t\t\t\t</h3>\n\t\t\t</fieldset>\n\t\t</div>\n\t</div>\n</body>\n\n</html>"},{"id":"83d15115-d664-4536-a7c8-5efec5c6a417","name":"ServerError","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/customer/CheckOrder/[id]"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"html","header":[],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html>\n\n<head>\n\t<meta charset=\"utf-8\" />\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n\t<title>Error - My ASP.NET Application</title>\n\t<link href=\"/Content/css?v=rsU2Eji0u9P2WvZEOnL1IuAZ4thNyibej24hJDWdkAY1\" rel=\"stylesheet\" />\n\n\t<script src=\"/bundles/modernizr?v=wBEWDufH_8Md-Pbioxomt90vm6tJN2Pyy9u9zHtWsPo1\"></script>\n\n\n</head>\n\n<body>\n\t<div class=\"container\">\n\t\t<header\n\t\t\tclass=\"d-flex flex-wrap align-items-center justify-content-center justify-content-md-between py-3 mb-4 border-bottom\">\n\t\t\t<a href=\"/\" class=\"d-flex align-items-center col-md-3 mb-2 mb-md-0 text-dark text-decoration-none\">\n\t\t\t\t<h2>Application</h2>\n\t\t\t</a>\n\n\t\t\t<ul class=\"nav col-12 col-md-auto mb-2 justify-content-center mb-md-0\">\n\t\t\t\t<li><a class=\"nav-link px-2 link-secondary\" href=\"/customer?Length=4\">Home</a></li>\n\t\t\t\t<li><a class=\"nav-link px-2 link-dark\" href=\"/customer/About?Length=4\">About</a></li>\n\t\t\t\t<li><a class=\"nav-link px-2 link-dark\" href=\"/customer/Contact?Length=4\">Contact</a></li>\n\t\t\t</ul>\n\n\t\t\t<form action=\"/Account/LogOff\" class=\"navbar-right\" id=\"logoutForm\" method=\"post\"><input name=\"__RequestVerificationToken\" type=\"hidden\" value=\"fD1U8KqlZBYv4jH5P_-iLrpBsJLL4ZWJsJZDtZ2_GoqHMjpCDI1kVeFFfjNdb2gJ9Gt_GAHTDawun9EKIQm1UQEML6e96uxeZccf-aSyWtaCU7Dzs2FPY44GQ4sR2kw6ktipLQ2\" />\n\t\t\t\t<div class=\"col-md-12 text-end\">\n\t\t\t\t\t<button type=\"button\" class=\"btn btn-outline-primary\">Hello 2be11482d90c429797b62be5dd8d7035_09391524118</button>\n\t\t\t\t\t<a href=\"javascript:document.getElementById('logoutForm').submit()\"\n\t\t\t\t\t\tclass=\"btn btn-outline-primary\">Log off</a>\n\t\t\t\t</div>\n\t\t\t</form>\n\n\t\t</header>\n\t</div>\n\n\t<div class=\"container body-content\">\n\n\n\n\t\t<h1 class=\"text-danger\">Error.</h1>\n\t\t<h2 class=\"text-danger\">An error occurred while processing your request.</h2>\n\n\n\t\t<hr />\n\t\t<footer>\n\t\t\t<p>&copy; 2022 - My ASP.NET Application</p>\n\t\t</footer>\n\t</div>\n\n\t<script src=\"/bundles/jquery?v=FVs3ACwOLIVInrAl5sdzR2jrCDmVOWFbZMY6g6Q0ulE1\"></script>\n\n\t<script src=\"/bundles/bootstrap?v=cxlObxPHmPDCnATJiJjop5QnVmh7bNO8jDcRVzBzL_I1\"></script>\n\n\n</body>\n\n</html>"}],"_postman_id":"9501b97f-ee8b-4045-b89a-d192707a8882"},{"name":"Status Logs","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"f7d5b4e9-50ea-4c67-ae38-c97ed7d05799"}}],"id":"e101d6f9-971d-453b-ab83-9f33af1e481d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/order/[id]/statuslogs?$orderby=Date desc","urlObject":{"path":["api","order","[id]","statuslogs"],"host":["https://api.example.com"],"query":[{"key":"$orderby","value":"Date desc"}],"variable":[]}},"response":[{"id":"3aa64d97-2fd8-462d-81d3-0465c94f836b","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":{"raw":"https://api.example.com/api/order/[id]/statuslogs?$orderby=Date desc","host":["https://api.example.com"],"path":["api","order","[id]","statuslogs"],"query":[{"key":"$orderby","value":"Date desc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"OldStatus\": 4,\r\n        \"NewStatus\": 1,\r\n        \"OperatorId\": null,\r\n        \"Longitude\": null,\r\n        \"Latitude\": null,\r\n        \"OperatorInfo\": {\r\n            \"Name\": null,\r\n            \"UserName\": null\r\n        },\r\n        \"OrderId\": 2065206,\r\n        \"Date\": \"2022-10-25T15:35:02\",\r\n        \"Description\": \"\",\r\n        \"Id\": 35375,\r\n        \"LangId\": 0\r\n    },\r\n    {\r\n        \"OldStatus\": 0,\r\n        \"NewStatus\": 4,\r\n        \"OperatorId\": null,\r\n        \"Longitude\": null,\r\n        \"Latitude\": null,\r\n        \"OperatorInfo\": {\r\n            \"Name\": null,\r\n            \"UserName\": null\r\n        },\r\n        \"OrderId\": 2065206,\r\n        \"Date\": \"2022-10-25T15:30:57\",\r\n        \"Description\": \"\",\r\n        \"Id\": 35374,\r\n        \"LangId\": 0\r\n    }\r\n]"},{"id":"09a83fd7-6848-4299-9c5a-861a885c8279","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":{"raw":"https://api.example.com/api/order/[id]/statuslogs?$orderby=Date desc","host":["https://api.example.com"],"path":["api","order","[id]","statuslogs"],"query":[{"key":"$orderby","value":"Date desc"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"html","header":[],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n\n<head>\n\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\" />\n\t<title>401 - Unauthorized: Access is denied due to invalid credentials.</title>\n\t<style type=\"text/css\">\n\t\t<!--\n\t\tbody {\n\t\t\tmargin: 0;\n\t\t\tfont-size: .7em;\n\t\t\tfont-family: Verdana, Arial, Helvetica, sans-serif;\n\t\t\tbackground: #EEEEEE;\n\t\t}\n\n\t\tfieldset {\n\t\t\tpadding: 0 15px 10px 15px;\n\t\t}\n\n\t\th1 {\n\t\t\tfont-size: 2.4em;\n\t\t\tmargin: 0;\n\t\t\tcolor: #FFF;\n\t\t}\n\n\t\th2 {\n\t\t\tfont-size: 1.7em;\n\t\t\tmargin: 0;\n\t\t\tcolor: #CC0000;\n\t\t}\n\n\t\th3 {\n\t\t\tfont-size: 1.2em;\n\t\t\tmargin: 10px 0 0 0;\n\t\t\tcolor: #000000;\n\t\t}\n\n\t\t#header {\n\t\t\twidth: 96%;\n\t\t\tmargin: 0 0 0 0;\n\t\t\tpadding: 6px 2% 6px 2%;\n\t\t\tfont-family: \"trebuchet MS\", Verdana, sans-serif;\n\t\t\tcolor: #FFF;\n\t\t\tbackground-color: #555555;\n\t\t}\n\n\t\t#content {\n\t\t\tmargin: 0 0 0 2%;\n\t\t\tposition: relative;\n\t\t}\n\n\t\t.content-container {\n\t\t\tbackground: #FFF;\n\t\t\twidth: 96%;\n\t\t\tmargin-top: 8px;\n\t\t\tpadding: 10px;\n\t\t\tposition: relative;\n\t\t}\n\t\t-->\n\t</style>\n</head>\n\n<body>\n\t<div id=\"header\">\n\t\t<h1>Server Error</h1>\n\t</div>\n\t<div id=\"content\">\n\t\t<div class=\"content-container\">\n\t\t\t<fieldset>\n\t\t\t\t<h2>401 - Unauthorized: Access is denied due to invalid credentials.</h2>\n\t\t\t\t<h3>You do not have permission to view this directory or page using the credentials that you supplied.\n\t\t\t\t</h3>\n\t\t\t</fieldset>\n\t\t</div>\n\t</div>\n</body>\n\n</html>"}],"_postman_id":"e101d6f9-971d-453b-ab83-9f33af1e481d"},{"name":"Transportation Logs","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"67479c6b-c115-472a-83c1-c488ab432f1f"}}],"id":"f9c25a14-0537-4f28-9ee7-21be24efc86d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/transportation/[id]?$orderby=Id desc","urlObject":{"path":["api","transportation","[id]"],"host":["https://api.example.com"],"query":[{"key":"$orderby","value":"Id desc"}],"variable":[]}},"response":[{"id":"d8341f4f-4dc0-41fb-a79e-52cad55c3632","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":{"raw":"https://api.example.com/api/transportation/[id]?$orderby=Id desc","host":["https://api.example.com"],"path":["api","transportation","[id]"],"query":[{"key":"$orderby","value":"Id desc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"OperatorId\": null,\r\n        \"OperatorInfo\": {\r\n            \"Name\": null,\r\n            \"UserName\": null\r\n        },\r\n        \"TransDate\": \"2022-10-30T17:08:34\",\r\n        \"OldStatus\": 0,\r\n        \"NewStatus\": 1,\r\n        \"OrderId\": 2065206,\r\n        \"Date\": \"2022-10-30T17:08:33\",\r\n        \"Description\": null,\r\n        \"Id\": 3972,\r\n        \"LangId\": 0\r\n    }\r\n]"},{"id":"8d7523d7-de6d-4344-8641-2f86b4cb30e9","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":{"raw":"https://api.example.com/api/transportation/[id]?$orderby=Id desc","host":["https://api.example.com"],"path":["api","transportation","[id]"],"query":[{"key":"$orderby","value":"Id desc"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"html","header":[],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n\n<head>\n\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\" />\n\t<title>401 - Unauthorized: Access is denied due to invalid credentials.</title>\n\t<style type=\"text/css\">\n\t\t<!--\n\t\tbody {\n\t\t\tmargin: 0;\n\t\t\tfont-size: .7em;\n\t\t\tfont-family: Verdana, Arial, Helvetica, sans-serif;\n\t\t\tbackground: #EEEEEE;\n\t\t}\n\n\t\tfieldset {\n\t\t\tpadding: 0 15px 10px 15px;\n\t\t}\n\n\t\th1 {\n\t\t\tfont-size: 2.4em;\n\t\t\tmargin: 0;\n\t\t\tcolor: #FFF;\n\t\t}\n\n\t\th2 {\n\t\t\tfont-size: 1.7em;\n\t\t\tmargin: 0;\n\t\t\tcolor: #CC0000;\n\t\t}\n\n\t\th3 {\n\t\t\tfont-size: 1.2em;\n\t\t\tmargin: 10px 0 0 0;\n\t\t\tcolor: #000000;\n\t\t}\n\n\t\t#header {\n\t\t\twidth: 96%;\n\t\t\tmargin: 0 0 0 0;\n\t\t\tpadding: 6px 2% 6px 2%;\n\t\t\tfont-family: \"trebuchet MS\", Verdana, sans-serif;\n\t\t\tcolor: #FFF;\n\t\t\tbackground-color: #555555;\n\t\t}\n\n\t\t#content {\n\t\t\tmargin: 0 0 0 2%;\n\t\t\tposition: relative;\n\t\t}\n\n\t\t.content-container {\n\t\t\tbackground: #FFF;\n\t\t\twidth: 96%;\n\t\t\tmargin-top: 8px;\n\t\t\tpadding: 10px;\n\t\t\tposition: relative;\n\t\t}\n\t\t-->\n\t</style>\n</head>\n\n<body>\n\t<div id=\"header\">\n\t\t<h1>Server Error</h1>\n\t</div>\n\t<div id=\"content\">\n\t\t<div class=\"content-container\">\n\t\t\t<fieldset>\n\t\t\t\t<h2>401 - Unauthorized: Access is denied due to invalid credentials.</h2>\n\t\t\t\t<h3>You do not have permission to view this directory or page using the credentials that you supplied.\n\t\t\t\t</h3>\n\t\t\t</fieldset>\n\t\t</div>\n\t</div>\n</body>\n\n</html>"}],"_postman_id":"f9c25a14-0537-4f28-9ee7-21be24efc86d"}],"id":"9f5dd609-e4ef-4e4c-bbbb-9ea477482cf2","_postman_id":"9f5dd609-e4ef-4e4c-bbbb-9ea477482cf2","description":""},{"name":"List","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"31f7eda7-5e19-45f0-bf45-97bf3fae9d78"}}],"id":"4cfa03e2-8092-4aad-af8f-71b283a5adff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/customer/orders?$orderby=date desc","urlObject":{"path":["api","customer","orders"],"host":["https://api.example.com"],"query":[{"key":"$orderby","value":"date desc"}],"variable":[]}},"response":[{"id":"e2356e32-3955-4587-a7c9-9bc56cc4c707","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":{"raw":"https://api.example.com/api/customer/orders?$orderby=date desc","host":["https://api.example.com"],"path":["api","customer","orders"],"query":[{"key":"$orderby","value":"date desc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"date\": \"2022-09-19T16:57:54\",\r\n        \"Id\": 2065206,\r\n        \"Address\": \"Tehran, Azadi Blvd, Blur Building\",\r\n        \"Code\": \"OazplSR3\",\r\n        \"Description\": null,\r\n        \"Mobile\": \"09123456789\",\r\n        \"Payed\": false,\r\n        \"Phone\": \"0211234567\",\r\n        \"PostalCode\": \"123456789\",\r\n        \"ReceiverName\": \"Test Testi\",\r\n        \"Status\": 1,\r\n        \"TotalPrice\": 2300000.0000,\r\n        \"TotalPay\": 2195000.00,\r\n        \"Longitude\": null,\r\n        \"Latitude\": null,\r\n        \"PostOffice\": null,\r\n        \"DeliveryName\": \"تایگرشات\",\r\n        \"Country\": \"\",\r\n        \"CountryAbbr\": \"\",\r\n        \"City\": \"\",\r\n        \"Province\": \"\",\r\n        \"SellerDescription\": \"\",\r\n        \"TotalPoint\": 1.00,\r\n        \"TotalWeight\": 185.00,\r\n        \"TotalExchanged\": 0.00,\r\n        \"CurrencyUnit\": 0,\r\n        \"TotalPv\": 0.00,\r\n        \"TotalValue\": 2185000.00,\r\n        \"Transportation\": 0,\r\n        \"Refund\": 0.00,\r\n        \"TotalProfit\": 0.00,\r\n        \"GroupCharge\": 0.00,\r\n        \"NationalCode\": \"0995398291\",\r\n        \"SellPercent\": 0.00,\r\n        \"ConsumePercent\": 0.00,\r\n        \"PostBarCode\": null,\r\n        \"DeliverToPost\": null,\r\n        \"Off\": 115000.00,\r\n        \"TotalPayment\": 2195000.0000,\r\n        \"ExpiresAt\": null,\r\n        \"Affiliate\": false,\r\n        \"Remain\": 2195000.0000\r\n    },\r\n    {\r\n        \"date\": \"2022-09-19T16:34:54\",\r\n        \"Id\": 2065205,\r\n        \"Address\": \"Tehran, Azadi Blvd, Blur Building\",\r\n        \"Code\": \"Rr78WZng\",\r\n        \"Description\": null,\r\n        \"Mobile\": \"09123456789\",\r\n        \"Payed\": false,\r\n        \"Phone\": \"0211234567\",\r\n        \"PostalCode\": \"123456789\",\r\n        \"ReceiverName\": \"Test Testi\",\r\n        \"Status\": 0,\r\n        \"TotalPrice\": 2300000.0000,\r\n        \"TotalPay\": 2195000.00,\r\n        \"Longitude\": null,\r\n        \"Latitude\": null,\r\n        \"PostOffice\": null,\r\n        \"DeliveryName\": \"تایگرشات\",\r\n        \"Country\": \"\",\r\n        \"CountryAbbr\": \"\",\r\n        \"City\": \"\",\r\n        \"Province\": \"\",\r\n        \"SellerDescription\": \"\",\r\n        \"TotalPoint\": 1.00,\r\n        \"TotalWeight\": 185.00,\r\n        \"TotalExchanged\": 0.00,\r\n        \"CurrencyUnit\": 0,\r\n        \"TotalPv\": 0.00,\r\n        \"TotalValue\": 2185000.00,\r\n        \"Transportation\": 0,\r\n        \"Refund\": 0.00,\r\n        \"TotalProfit\": 0.00,\r\n        \"GroupCharge\": 0.00,\r\n        \"NationalCode\": \"0995398291\",\r\n        \"SellPercent\": 0.00,\r\n        \"ConsumePercent\": 0.00,\r\n        \"PostBarCode\": null,\r\n        \"DeliverToPost\": null,\r\n        \"Off\": 115000.00,\r\n        \"TotalPayment\": 2195000.0000,\r\n        \"ExpiresAt\": null,\r\n        \"Affiliate\": false,\r\n        \"Remain\": 2195000.0000\r\n    },\r\n    {\r\n        \"date\": \"2022-09-19T16:34:19\",\r\n        \"Id\": 2065204,\r\n        \"Address\": \"Tehran, Azadi Blvd, Blur Building\",\r\n        \"Code\": \"DOuyDCsx\",\r\n        \"Description\": null,\r\n        \"Mobile\": \"09123456789\",\r\n        \"Payed\": false,\r\n        \"Phone\": \"0211234567\",\r\n        \"PostalCode\": \"123456789\",\r\n        \"ReceiverName\": \"Test Testi\",\r\n        \"Status\": 0,\r\n        \"TotalPrice\": 2300000.0000,\r\n        \"TotalPay\": 2195000.00,\r\n        \"Longitude\": null,\r\n        \"Latitude\": null,\r\n        \"PostOffice\": null,\r\n        \"DeliveryName\": \"تایگرشات\",\r\n        \"Country\": \"\",\r\n        \"CountryAbbr\": \"\",\r\n        \"City\": \"\",\r\n        \"Province\": \"\",\r\n        \"SellerDescription\": \"\",\r\n        \"TotalPoint\": 1.00,\r\n        \"TotalWeight\": 185.00,\r\n        \"TotalExchanged\": 0.00,\r\n        \"CurrencyUnit\": 0,\r\n        \"TotalPv\": 0.00,\r\n        \"TotalValue\": 2185000.00,\r\n        \"Transportation\": 0,\r\n        \"Refund\": 0.00,\r\n        \"TotalProfit\": 0.00,\r\n        \"GroupCharge\": 0.00,\r\n        \"NationalCode\": \"0995398291\",\r\n        \"SellPercent\": 0.00,\r\n        \"ConsumePercent\": 0.00,\r\n        \"PostBarCode\": null,\r\n        \"DeliverToPost\": null,\r\n        \"Off\": 115000.00,\r\n        \"TotalPayment\": 2195000.0000,\r\n        \"ExpiresAt\": null,\r\n        \"Affiliate\": false,\r\n        \"Remain\": 2195000.0000\r\n    },\r\n    {\r\n        \"date\": \"2022-09-19T16:31:22\",\r\n        \"Id\": 2065203,\r\n        \"Address\": \"Tehran, Azadi Blvd, Blur Building\",\r\n        \"Code\": \"xJlRitzo\",\r\n        \"Description\": null,\r\n        \"Mobile\": \"09123456789\",\r\n        \"Payed\": false,\r\n        \"Phone\": \"0211234567\",\r\n        \"PostalCode\": \"123456789\",\r\n        \"ReceiverName\": \"Test Testi\",\r\n        \"Status\": 0,\r\n        \"TotalPrice\": 2300000.0000,\r\n        \"TotalPay\": 2195000.00,\r\n        \"Longitude\": null,\r\n        \"Latitude\": null,\r\n        \"PostOffice\": null,\r\n        \"DeliveryName\": \"تایگرشات\",\r\n        \"Country\": \"\",\r\n        \"CountryAbbr\": \"\",\r\n        \"City\": \"\",\r\n        \"Province\": \"\",\r\n        \"SellerDescription\": \"\",\r\n        \"TotalPoint\": 1.00,\r\n        \"TotalWeight\": 185.00,\r\n        \"TotalExchanged\": 21950000.00,\r\n        \"CurrencyUnit\": 0,\r\n        \"TotalPv\": 0.00,\r\n        \"TotalValue\": 2185000.00,\r\n        \"Transportation\": 0,\r\n        \"Refund\": 0.00,\r\n        \"TotalProfit\": 0.00,\r\n        \"GroupCharge\": 0.00,\r\n        \"NationalCode\": \"0995398291\",\r\n        \"SellPercent\": 0.00,\r\n        \"ConsumePercent\": 0.00,\r\n        \"PostBarCode\": null,\r\n        \"DeliverToPost\": null,\r\n        \"Off\": 115000.00,\r\n        \"TotalPayment\": 2195000.0000,\r\n        \"ExpiresAt\": null,\r\n        \"Affiliate\": false,\r\n        \"Remain\": 2195000.0000\r\n    },\r\n    {\r\n        \"date\": \"2022-09-19T16:30:11\",\r\n        \"Id\": 2065202,\r\n        \"Address\": \"Tehran, Azadi Blvd, Blur Building\",\r\n        \"Code\": \"wrVlKLm5\",\r\n        \"Description\": null,\r\n        \"Mobile\": \"09123456789\",\r\n        \"Payed\": false,\r\n        \"Phone\": \"0211234567\",\r\n        \"PostalCode\": \"123456789\",\r\n        \"ReceiverName\": \"Test Testi\",\r\n        \"Status\": 0,\r\n        \"TotalPrice\": 2300000.0000,\r\n        \"TotalPay\": 2195000.00,\r\n        \"Longitude\": null,\r\n        \"Latitude\": null,\r\n        \"PostOffice\": null,\r\n        \"DeliveryName\": \"تایگرشات\",\r\n        \"Country\": \"\",\r\n        \"CountryAbbr\": \"\",\r\n        \"City\": \"\",\r\n        \"Province\": \"\",\r\n        \"SellerDescription\": \"\",\r\n        \"TotalPoint\": 1.00,\r\n        \"TotalWeight\": 185.00,\r\n        \"TotalExchanged\": 0.00,\r\n        \"CurrencyUnit\": 0,\r\n        \"TotalPv\": 0.00,\r\n        \"TotalValue\": 2185000.00,\r\n        \"Transportation\": 0,\r\n        \"Refund\": 0.00,\r\n        \"TotalProfit\": 0.00,\r\n        \"GroupCharge\": 0.00,\r\n        \"NationalCode\": \"0995398291\",\r\n        \"SellPercent\": 0.00,\r\n        \"ConsumePercent\": 0.00,\r\n        \"PostBarCode\": null,\r\n        \"DeliverToPost\": null,\r\n        \"Off\": 115000.00,\r\n        \"TotalPayment\": 2195000.0000,\r\n        \"ExpiresAt\": null,\r\n        \"Affiliate\": false,\r\n        \"Remain\": 2195000.0000\r\n    },\r\n    {\r\n        \"date\": \"2022-09-19T16:25:16\",\r\n        \"Id\": 2065201,\r\n        \"Address\": \"Office No. 205 - i Standard Holdings ltd - Bur Dubai - Dubai\",\r\n        \"Code\": \"1ihnUfWP\",\r\n        \"Description\": null,\r\n        \"Mobile\": \"09123456789\",\r\n        \"Payed\": false,\r\n        \"Phone\": \"0211234567\",\r\n        \"PostalCode\": \"123456789\",\r\n        \"ReceiverName\": \"Test Testi\",\r\n        \"Status\": 0,\r\n        \"TotalPrice\": 2300000.0000,\r\n        \"TotalPay\": 2195000.00,\r\n        \"Longitude\": null,\r\n        \"Latitude\": null,\r\n        \"PostOffice\": null,\r\n        \"DeliveryName\": \"تایگرشات\",\r\n        \"Country\": \"\",\r\n        \"CountryAbbr\": \"\",\r\n        \"City\": \"\",\r\n        \"Province\": \"\",\r\n        \"SellerDescription\": \"\",\r\n        \"TotalPoint\": 1.00,\r\n        \"TotalWeight\": 185.00,\r\n        \"TotalExchanged\": 0.00,\r\n        \"CurrencyUnit\": 0,\r\n        \"TotalPv\": 0.00,\r\n        \"TotalValue\": 2185000.00,\r\n        \"Transportation\": 0,\r\n        \"Refund\": 0.00,\r\n        \"TotalProfit\": 0.00,\r\n        \"GroupCharge\": 0.00,\r\n        \"NationalCode\": \"0995398291\",\r\n        \"SellPercent\": 0.00,\r\n        \"ConsumePercent\": 0.00,\r\n        \"PostBarCode\": null,\r\n        \"DeliverToPost\": null,\r\n        \"Off\": 115000.00,\r\n        \"TotalPayment\": 2195000.0000,\r\n        \"ExpiresAt\": null,\r\n        \"Affiliate\": false,\r\n        \"Remain\": 2195000.0000\r\n    },\r\n    {\r\n        \"date\": \"2022-02-28T09:45:02\",\r\n        \"Id\": 2054620,\r\n        \"Address\": \"تست تست تست تست\",\r\n        \"Code\": \"2Qltwp4U\",\r\n        \"Description\": \"\",\r\n        \"Mobile\": \"09391524118\",\r\n        \"Payed\": false,\r\n        \"Phone\": \"09876543210\",\r\n        \"PostalCode\": \"2342423423\",\r\n        \"ReceiverName\": \"تست پشتیبانی \",\r\n        \"Status\": 0,\r\n        \"TotalPrice\": 340000.0000,\r\n        \"TotalPay\": 340000.00,\r\n        \"Longitude\": null,\r\n        \"Latitude\": null,\r\n        \"PostOffice\": null,\r\n        \"DeliveryName\": \"تایگرشات\",\r\n        \"Country\": \"\",\r\n        \"CountryAbbr\": \"\",\r\n        \"City\": \"تهران\",\r\n        \"Province\": \"تهران\",\r\n        \"SellerDescription\": \"\",\r\n        \"TotalPoint\": 10.00,\r\n        \"TotalWeight\": 0.00,\r\n        \"TotalExchanged\": 0.00,\r\n        \"CurrencyUnit\": 0,\r\n        \"TotalPv\": 0.00,\r\n        \"TotalValue\": 340000.00,\r\n        \"Transportation\": 0,\r\n        \"Refund\": 0.00,\r\n        \"TotalProfit\": 0.00,\r\n        \"GroupCharge\": 0.00,\r\n        \"NationalCode\": \"2372547097\",\r\n        \"SellPercent\": 0.00,\r\n        \"ConsumePercent\": 0.00,\r\n        \"PostBarCode\": null,\r\n        \"DeliverToPost\": null,\r\n        \"Off\": 0.00,\r\n        \"TotalPayment\": 340000.0000,\r\n        \"ExpiresAt\": null,\r\n        \"Affiliate\": false,\r\n        \"Remain\": 340000.0000\r\n    },\r\n    {\r\n        \"date\": \"2022-02-27T15:20:56\",\r\n        \"Id\": 2054593,\r\n        \"Address\": \"تست تست تست تست\",\r\n        \"Code\": \"tO8ypbAB\",\r\n        \"Description\": \"\",\r\n        \"Mobile\": \"09391524118\",\r\n        \"Payed\": false,\r\n        \"Phone\": \"09876543210\",\r\n        \"PostalCode\": \"2342423423\",\r\n        \"ReceiverName\": \"تست پشتیبانی \",\r\n        \"Status\": 0,\r\n        \"TotalPrice\": 340000.0000,\r\n        \"TotalPay\": 340000.00,\r\n        \"Longitude\": null,\r\n        \"Latitude\": null,\r\n        \"PostOffice\": null,\r\n        \"DeliveryName\": \"تایگرشات\",\r\n        \"Country\": \"\",\r\n        \"CountryAbbr\": \"\",\r\n        \"City\": \"تهران\",\r\n        \"Province\": \"تهران\",\r\n        \"SellerDescription\": \"\",\r\n        \"TotalPoint\": 10.00,\r\n        \"TotalWeight\": 0.00,\r\n        \"TotalExchanged\": 0.00,\r\n        \"CurrencyUnit\": 0,\r\n        \"TotalPv\": 0.00,\r\n        \"TotalValue\": 340000.00,\r\n        \"Transportation\": 0,\r\n        \"Refund\": 0.00,\r\n        \"TotalProfit\": 0.00,\r\n        \"GroupCharge\": 0.00,\r\n        \"NationalCode\": \"2372547097\",\r\n        \"SellPercent\": 0.00,\r\n        \"ConsumePercent\": 0.00,\r\n        \"PostBarCode\": null,\r\n        \"DeliverToPost\": null,\r\n        \"Off\": 0.00,\r\n        \"TotalPayment\": 340000.0000,\r\n        \"ExpiresAt\": null,\r\n        \"Affiliate\": false,\r\n        \"Remain\": 340000.0000\r\n    },\r\n    {\r\n        \"date\": \"2022-02-27T15:03:25\",\r\n        \"Id\": 2054589,\r\n        \"Address\": \"تست تست تست تست\",\r\n        \"Code\": \"bg8otxkm\",\r\n        \"Description\": \"\",\r\n        \"Mobile\": \"09391524118\",\r\n        \"Payed\": false,\r\n        \"Phone\": \"12345678910\",\r\n        \"PostalCode\": \"2342423423\",\r\n        \"ReceiverName\": \"تست پشتیبانی \",\r\n        \"Status\": 0,\r\n        \"TotalPrice\": 340000.0000,\r\n        \"TotalPay\": 340000.00,\r\n        \"Longitude\": null,\r\n        \"Latitude\": null,\r\n        \"PostOffice\": null,\r\n        \"DeliveryName\": \"تایگرشات\",\r\n        \"Country\": \"\",\r\n        \"CountryAbbr\": \"\",\r\n        \"City\": \"تهران\",\r\n        \"Province\": \"تهران\",\r\n        \"SellerDescription\": \"\",\r\n        \"TotalPoint\": 10.00,\r\n        \"TotalWeight\": 0.00,\r\n        \"TotalExchanged\": 0.00,\r\n        \"CurrencyUnit\": 0,\r\n        \"TotalPv\": 0.00,\r\n        \"TotalValue\": 340000.00,\r\n        \"Transportation\": 0,\r\n        \"Refund\": 0.00,\r\n        \"TotalProfit\": 0.00,\r\n        \"GroupCharge\": 0.00,\r\n        \"NationalCode\": \"2372547097\",\r\n        \"SellPercent\": 0.00,\r\n        \"ConsumePercent\": 0.00,\r\n        \"PostBarCode\": null,\r\n        \"DeliverToPost\": null,\r\n        \"Off\": 0.00,\r\n        \"TotalPayment\": 340000.0000,\r\n        \"ExpiresAt\": null,\r\n        \"Affiliate\": false,\r\n        \"Remain\": 340000.0000\r\n    },\r\n    {\r\n        \"date\": \"2022-02-27T12:11:59\",\r\n        \"Id\": 2054584,\r\n        \"Address\": \"تست تست تست تست\",\r\n        \"Code\": \"8v2rZI59\",\r\n        \"Description\": \"\",\r\n        \"Mobile\": \"09391524118\",\r\n        \"Payed\": false,\r\n        \"Phone\": \"22342344344\",\r\n        \"PostalCode\": \"2342423423\",\r\n        \"ReceiverName\": \"تست پشتیبانی \",\r\n        \"Status\": 0,\r\n        \"TotalPrice\": 340000.0000,\r\n        \"TotalPay\": 340000.00,\r\n        \"Longitude\": null,\r\n        \"Latitude\": null,\r\n        \"PostOffice\": null,\r\n        \"DeliveryName\": \"تایگرشات\",\r\n        \"Country\": \"\",\r\n        \"CountryAbbr\": \"\",\r\n        \"City\": \"تهران\",\r\n        \"Province\": \"تهران\",\r\n        \"SellerDescription\": \"\",\r\n        \"TotalPoint\": 10.00,\r\n        \"TotalWeight\": 0.00,\r\n        \"TotalExchanged\": 0.00,\r\n        \"CurrencyUnit\": 0,\r\n        \"TotalPv\": 0.00,\r\n        \"TotalValue\": 340000.00,\r\n        \"Transportation\": 0,\r\n        \"Refund\": 0.00,\r\n        \"TotalProfit\": 0.00,\r\n        \"GroupCharge\": 0.00,\r\n        \"NationalCode\": \"2372547097\",\r\n        \"SellPercent\": 0.00,\r\n        \"ConsumePercent\": 0.00,\r\n        \"PostBarCode\": null,\r\n        \"DeliverToPost\": null,\r\n        \"Off\": 0.00,\r\n        \"TotalPayment\": 340000.0000,\r\n        \"ExpiresAt\": null,\r\n        \"Affiliate\": false,\r\n        \"Remain\": 340000.0000\r\n    },\r\n    {\r\n        \"date\": \"2021-10-25T12:16:15\",\r\n        \"Id\": 2049560,\r\n        \"Address\": \"تست تست تست تست\",\r\n        \"Code\": \"TeA2UfU5\",\r\n        \"Description\": \"\",\r\n        \"Mobile\": \"09391524118\",\r\n        \"Payed\": false,\r\n        \"Phone\": \"22342344344\",\r\n        \"PostalCode\": \"2342423423\",\r\n        \"ReceiverName\": \"تست پشتیبانی \",\r\n        \"Status\": 0,\r\n        \"TotalPrice\": 340000.0000,\r\n        \"TotalPay\": 340000.00,\r\n        \"Longitude\": null,\r\n        \"Latitude\": null,\r\n        \"PostOffice\": null,\r\n        \"DeliveryName\": \"تایگرشات\",\r\n        \"Country\": \"\",\r\n        \"CountryAbbr\": \"\",\r\n        \"City\": \"\",\r\n        \"Province\": \"\",\r\n        \"SellerDescription\": \"\",\r\n        \"TotalPoint\": 10.00,\r\n        \"TotalWeight\": 0.00,\r\n        \"TotalExchanged\": 3400000.00,\r\n        \"CurrencyUnit\": 4,\r\n        \"TotalPv\": 0.00,\r\n        \"TotalValue\": 340000.00,\r\n        \"Transportation\": 0,\r\n        \"Refund\": 0.00,\r\n        \"TotalProfit\": 0.00,\r\n        \"GroupCharge\": 0.00,\r\n        \"NationalCode\": null,\r\n        \"SellPercent\": 0.00,\r\n        \"ConsumePercent\": 0.00,\r\n        \"PostBarCode\": null,\r\n        \"DeliverToPost\": null,\r\n        \"Off\": 0.00,\r\n        \"TotalPayment\": 340000.0000,\r\n        \"ExpiresAt\": null,\r\n        \"Affiliate\": false,\r\n        \"Remain\": 340000.0000\r\n    },\r\n    {\r\n        \"date\": \"2021-10-25T12:11:47\",\r\n        \"Id\": 2049557,\r\n        \"Address\": \"تست تست تست تست\",\r\n        \"Code\": \"cNLVut55\",\r\n        \"Description\": \"\",\r\n        \"Mobile\": \"09391524118\",\r\n        \"Payed\": false,\r\n        \"Phone\": \"22342344344\",\r\n        \"PostalCode\": \"2342423423\",\r\n        \"ReceiverName\": \"تست پشتیبانی \",\r\n        \"Status\": 0,\r\n        \"TotalPrice\": 340000.0000,\r\n        \"TotalPay\": 340000.00,\r\n        \"Longitude\": null,\r\n        \"Latitude\": null,\r\n        \"PostOffice\": null,\r\n        \"DeliveryName\": \"تایگرشات\",\r\n        \"Country\": \"\",\r\n        \"CountryAbbr\": \"\",\r\n        \"City\": \"\",\r\n        \"Province\": \"\",\r\n        \"SellerDescription\": \"\",\r\n        \"TotalPoint\": 10.00,\r\n        \"TotalWeight\": 0.00,\r\n        \"TotalExchanged\": 3400000.00,\r\n        \"CurrencyUnit\": 4,\r\n        \"TotalPv\": 0.00,\r\n        \"TotalValue\": 340000.00,\r\n        \"Transportation\": 0,\r\n        \"Refund\": 0.00,\r\n        \"TotalProfit\": 0.00,\r\n        \"GroupCharge\": 0.00,\r\n        \"NationalCode\": null,\r\n        \"SellPercent\": 0.00,\r\n        \"ConsumePercent\": 0.00,\r\n        \"PostBarCode\": null,\r\n        \"DeliverToPost\": null,\r\n        \"Off\": 0.00,\r\n        \"TotalPayment\": 340000.0000,\r\n        \"ExpiresAt\": null,\r\n        \"Affiliate\": false,\r\n        \"Remain\": 340000.0000\r\n    },\r\n    {\r\n        \"date\": \"2021-10-25T12:11:26\",\r\n        \"Id\": 2049556,\r\n        \"Address\": \"تست تست تست تست\",\r\n        \"Code\": \"KtPnU3jh\",\r\n        \"Description\": \"\",\r\n        \"Mobile\": \"09391524118\",\r\n        \"Payed\": false,\r\n        \"Phone\": \"22342344344\",\r\n        \"PostalCode\": \"2342423423\",\r\n        \"ReceiverName\": \"تست پشتیبانی \",\r\n        \"Status\": 0,\r\n        \"TotalPrice\": 340000.0000,\r\n        \"TotalPay\": 340000.00,\r\n        \"Longitude\": null,\r\n        \"Latitude\": null,\r\n        \"PostOffice\": null,\r\n        \"DeliveryName\": \"تایگرشات\",\r\n        \"Country\": \"\",\r\n        \"CountryAbbr\": \"\",\r\n        \"City\": \"\",\r\n        \"Province\": \"\",\r\n        \"SellerDescription\": \"\",\r\n        \"TotalPoint\": 10.00,\r\n        \"TotalWeight\": 0.00,\r\n        \"TotalExchanged\": 3400000.00,\r\n        \"CurrencyUnit\": 4,\r\n        \"TotalPv\": 0.00,\r\n        \"TotalValue\": 340000.00,\r\n        \"Transportation\": 0,\r\n        \"Refund\": 0.00,\r\n        \"TotalProfit\": 0.00,\r\n        \"GroupCharge\": 0.00,\r\n        \"NationalCode\": null,\r\n        \"SellPercent\": 0.00,\r\n        \"ConsumePercent\": 0.00,\r\n        \"PostBarCode\": null,\r\n        \"DeliverToPost\": null,\r\n        \"Off\": 0.00,\r\n        \"TotalPayment\": 340000.0000,\r\n        \"ExpiresAt\": null,\r\n        \"Affiliate\": false,\r\n        \"Remain\": 340000.0000\r\n    },\r\n    {\r\n        \"date\": \"2021-09-18T00:00:00\",\r\n        \"Id\": 2048656,\r\n        \"Address\": \"تست تست تست تست\",\r\n        \"Code\": \"cxEUG1jm\",\r\n        \"Description\": \"\",\r\n        \"Mobile\": \"9391524118\",\r\n        \"Payed\": false,\r\n        \"Phone\": \"22342344344\",\r\n        \"PostalCode\": \"2342423423\",\r\n        \"ReceiverName\": \"تست پشتیبانی\",\r\n        \"Status\": 1,\r\n        \"TotalPrice\": 0.0000,\r\n        \"TotalPay\": 23990.00,\r\n        \"Longitude\": null,\r\n        \"Latitude\": null,\r\n        \"PostOffice\": null,\r\n        \"DeliveryName\": \"تایگرشات\",\r\n        \"Country\": \" Iran\",\r\n        \"CountryAbbr\": \"IR\",\r\n        \"City\": \"تهران\",\r\n        \"Province\": \"تهران\",\r\n        \"SellerDescription\": \"\",\r\n        \"TotalPoint\": 0.00,\r\n        \"TotalWeight\": 0.00,\r\n        \"TotalExchanged\": 0.00,\r\n        \"CurrencyUnit\": 4,\r\n        \"TotalPv\": 0.00,\r\n        \"TotalValue\": 0.00,\r\n        \"Transportation\": 0,\r\n        \"Refund\": 0.00,\r\n        \"TotalProfit\": 0.00,\r\n        \"GroupCharge\": 0.00,\r\n        \"NationalCode\": null,\r\n        \"SellPercent\": 0.00,\r\n        \"ConsumePercent\": 0.00,\r\n        \"PostBarCode\": null,\r\n        \"DeliverToPost\": null,\r\n        \"Off\": 0.00,\r\n        \"TotalPayment\": 23990.0000,\r\n        \"ExpiresAt\": null,\r\n        \"Affiliate\": false,\r\n        \"Remain\": 23990.0000\r\n    },\r\n    {\r\n        \"date\": \"2021-09-16T00:00:00\",\r\n        \"Id\": 2048551,\r\n        \"Address\": \"تست تست تست تست\",\r\n        \"Code\": \"p6RYrTGO\",\r\n        \"Description\": \"\",\r\n        \"Mobile\": \"9391524118\",\r\n        \"Payed\": false,\r\n        \"Phone\": \"22342344344\",\r\n        \"PostalCode\": \"2342423423\",\r\n        \"ReceiverName\": \"تست پشتیبانی\",\r\n        \"Status\": 2,\r\n        \"TotalPrice\": 0.0000,\r\n        \"TotalPay\": 12000.00,\r\n        \"Longitude\": null,\r\n        \"Latitude\": null,\r\n        \"PostOffice\": null,\r\n        \"DeliveryName\": \"تایگرشات\",\r\n        \"Country\": \" Iran\",\r\n        \"CountryAbbr\": \"IR\",\r\n        \"City\": \"تهران\",\r\n        \"Province\": \"تهران\",\r\n        \"SellerDescription\": \"\",\r\n        \"TotalPoint\": 0.00,\r\n        \"TotalWeight\": 0.00,\r\n        \"TotalExchanged\": 0.00,\r\n        \"CurrencyUnit\": 4,\r\n        \"TotalPv\": 0.00,\r\n        \"TotalValue\": 0.00,\r\n        \"Transportation\": 0,\r\n        \"Refund\": 0.00,\r\n        \"TotalProfit\": 0.00,\r\n        \"GroupCharge\": 0.00,\r\n        \"NationalCode\": null,\r\n        \"SellPercent\": 0.00,\r\n        \"ConsumePercent\": 0.00,\r\n        \"PostBarCode\": null,\r\n        \"DeliverToPost\": null,\r\n        \"Off\": 0.00,\r\n        \"TotalPayment\": 12000.0000,\r\n        \"ExpiresAt\": null,\r\n        \"Affiliate\": false,\r\n        \"Remain\": 12000.0000\r\n    },\r\n    {\r\n        \"date\": \"2021-09-07T16:47:48\",\r\n        \"Id\": 2048229,\r\n        \"Address\": \"تست تست تست تست\",\r\n        \"Code\": \"uLyHWTCb\",\r\n        \"Description\": null,\r\n        \"Mobile\": \"09391524118\",\r\n        \"Payed\": false,\r\n        \"Phone\": \"22342344344\",\r\n        \"PostalCode\": \"2342423423\",\r\n        \"ReceiverName\": \"تست پشتیبانی\",\r\n        \"Status\": 0,\r\n        \"TotalPrice\": 0.0000,\r\n        \"TotalPay\": 12000.00,\r\n        \"Longitude\": null,\r\n        \"Latitude\": null,\r\n        \"PostOffice\": null,\r\n        \"DeliveryName\": \"تایگرشات\",\r\n        \"Country\": \" Iran\",\r\n        \"CountryAbbr\": \"IR\",\r\n        \"City\": \"تهران\",\r\n        \"Province\": \"تهران\",\r\n        \"SellerDescription\": \"\",\r\n        \"TotalPoint\": 0.00,\r\n        \"TotalWeight\": 0.00,\r\n        \"TotalExchanged\": 0.00,\r\n        \"CurrencyUnit\": 4,\r\n        \"TotalPv\": 0.00,\r\n        \"TotalValue\": 0.00,\r\n        \"Transportation\": 0,\r\n        \"Refund\": 0.00,\r\n        \"TotalProfit\": 0.00,\r\n        \"GroupCharge\": 0.00,\r\n        \"NationalCode\": null,\r\n        \"SellPercent\": 0.00,\r\n        \"ConsumePercent\": 0.00,\r\n        \"PostBarCode\": null,\r\n        \"DeliverToPost\": null,\r\n        \"Off\": 0.00,\r\n        \"TotalPayment\": 12000.0000,\r\n        \"ExpiresAt\": null,\r\n        \"Affiliate\": false,\r\n        \"Remain\": 12000.0000\r\n    },\r\n    {\r\n        \"date\": \"2021-09-07T00:00:00\",\r\n        \"Id\": 2048230,\r\n        \"Address\": \"تست تست تست تست\",\r\n        \"Code\": \"rURMIOgQ\",\r\n        \"Description\": \"\",\r\n        \"Mobile\": \"9391524118\",\r\n        \"Payed\": false,\r\n        \"Phone\": \"22342344344\",\r\n        \"PostalCode\": \"2342423423\",\r\n        \"ReceiverName\": \"تست پشتیبانی\",\r\n        \"Status\": 0,\r\n        \"TotalPrice\": 0.0000,\r\n        \"TotalPay\": 12000.00,\r\n        \"Longitude\": null,\r\n        \"Latitude\": null,\r\n        \"PostOffice\": null,\r\n        \"DeliveryName\": \"تایگرشات\",\r\n        \"Country\": \" Iran\",\r\n        \"CountryAbbr\": \"IR\",\r\n        \"City\": \"تهران\",\r\n        \"Province\": \"تهران\",\r\n        \"SellerDescription\": \"\",\r\n        \"TotalPoint\": 0.00,\r\n        \"TotalWeight\": 0.00,\r\n        \"TotalExchanged\": 0.00,\r\n        \"CurrencyUnit\": 4,\r\n        \"TotalPv\": 0.00,\r\n        \"TotalValue\": 0.00,\r\n        \"Transportation\": 0,\r\n        \"Refund\": 0.00,\r\n        \"TotalProfit\": 0.00,\r\n        \"GroupCharge\": 0.00,\r\n        \"NationalCode\": null,\r\n        \"SellPercent\": 0.00,\r\n        \"ConsumePercent\": 0.00,\r\n        \"PostBarCode\": null,\r\n        \"DeliverToPost\": null,\r\n        \"Off\": 0.00,\r\n        \"TotalPayment\": 12000.0000,\r\n        \"ExpiresAt\": null,\r\n        \"Affiliate\": false,\r\n        \"Remain\": 12000.0000\r\n    },\r\n    {\r\n        \"date\": \"2021-09-07T00:00:00\",\r\n        \"Id\": 2048231,\r\n        \"Address\": \"تست تست تست تست\",\r\n        \"Code\": \"U1eyrttm\",\r\n        \"Description\": \"\",\r\n        \"Mobile\": \"9391524118\",\r\n        \"Payed\": false,\r\n        \"Phone\": \"22342344344\",\r\n        \"PostalCode\": \"2342423423\",\r\n        \"ReceiverName\": \"تست پشتیبانی\",\r\n        \"Status\": 11,\r\n        \"TotalPrice\": 0.0000,\r\n        \"TotalPay\": 12000.00,\r\n        \"Longitude\": null,\r\n        \"Latitude\": null,\r\n        \"PostOffice\": null,\r\n        \"DeliveryName\": \"تایگرشات\",\r\n        \"Country\": \" Iran\",\r\n        \"CountryAbbr\": \"IR\",\r\n        \"City\": \"تهران\",\r\n        \"Province\": \"تهران\",\r\n        \"SellerDescription\": \"\",\r\n        \"TotalPoint\": 0.00,\r\n        \"TotalWeight\": 0.00,\r\n        \"TotalExchanged\": 0.00,\r\n        \"CurrencyUnit\": 4,\r\n        \"TotalPv\": 0.00,\r\n        \"TotalValue\": 0.00,\r\n        \"Transportation\": 0,\r\n        \"Refund\": 0.00,\r\n        \"TotalProfit\": 0.00,\r\n        \"GroupCharge\": 0.00,\r\n        \"NationalCode\": null,\r\n        \"SellPercent\": 0.00,\r\n        \"ConsumePercent\": 0.00,\r\n        \"PostBarCode\": null,\r\n        \"DeliverToPost\": null,\r\n        \"Off\": 0.00,\r\n        \"TotalPayment\": 12000.0000,\r\n        \"ExpiresAt\": null,\r\n        \"Affiliate\": false,\r\n        \"Remain\": 12000.0000\r\n    },\r\n    {\r\n        \"date\": \"2021-08-25T00:00:00\",\r\n        \"Id\": 2047643,\r\n        \"Address\": \"تست تست تست تست\",\r\n        \"Code\": \"IaS8wPT6\",\r\n        \"Description\": \"\",\r\n        \"Mobile\": \"9391524118\",\r\n        \"Payed\": false,\r\n        \"Phone\": \"22342344344\",\r\n        \"PostalCode\": \"2342423423\",\r\n        \"ReceiverName\": \"تست پشتیبانی\",\r\n        \"Status\": 1,\r\n        \"TotalPrice\": 25000.0000,\r\n        \"TotalPay\": 24500.00,\r\n        \"Longitude\": null,\r\n        \"Latitude\": null,\r\n        \"PostOffice\": null,\r\n        \"DeliveryName\": \"تایگرشات\",\r\n        \"Country\": \" Iran\",\r\n        \"CountryAbbr\": \"IR\",\r\n        \"City\": \"تهران\",\r\n        \"Province\": \"تهران\",\r\n        \"SellerDescription\": \"\",\r\n        \"TotalPoint\": 0.00,\r\n        \"TotalWeight\": 0.00,\r\n        \"TotalExchanged\": 0.00,\r\n        \"CurrencyUnit\": 0,\r\n        \"TotalPv\": 0.00,\r\n        \"TotalValue\": 0.00,\r\n        \"Transportation\": 0,\r\n        \"Refund\": 0.00,\r\n        \"TotalProfit\": -2500.00,\r\n        \"GroupCharge\": 0.00,\r\n        \"NationalCode\": null,\r\n        \"SellPercent\": 0.00,\r\n        \"ConsumePercent\": 0.00,\r\n        \"PostBarCode\": null,\r\n        \"DeliverToPost\": null,\r\n        \"Off\": 0.00,\r\n        \"TotalPayment\": 24500.0000,\r\n        \"ExpiresAt\": null,\r\n        \"Affiliate\": false,\r\n        \"Remain\": 24500.0000\r\n    },\r\n    {\r\n        \"date\": \"2021-08-23T00:00:00\",\r\n        \"Id\": 2048502,\r\n        \"Address\": \"تست تست تست تست\",\r\n        \"Code\": \"Ms4VA6z2\",\r\n        \"Description\": \"\",\r\n        \"Mobile\": \"9391524118\",\r\n        \"Payed\": false,\r\n        \"Phone\": \"22342344344\",\r\n        \"PostalCode\": \"2342423423\",\r\n        \"ReceiverName\": \"تست پشتیبانی\",\r\n        \"Status\": 3,\r\n        \"TotalPrice\": 0.0000,\r\n        \"TotalPay\": 12000.00,\r\n        \"Longitude\": null,\r\n        \"Latitude\": null,\r\n        \"PostOffice\": null,\r\n        \"DeliveryName\": \"تایگرشات\",\r\n        \"Country\": \" Iran\",\r\n        \"CountryAbbr\": \"IR\",\r\n        \"City\": \"تهران\",\r\n        \"Province\": \"تهران\",\r\n        \"SellerDescription\": \"\",\r\n        \"TotalPoint\": 0.00,\r\n        \"TotalWeight\": 0.00,\r\n        \"TotalExchanged\": 0.00,\r\n        \"CurrencyUnit\": 4,\r\n        \"TotalPv\": 0.00,\r\n        \"TotalValue\": 0.00,\r\n        \"Transportation\": 0,\r\n        \"Refund\": 0.00,\r\n        \"TotalProfit\": 0.00,\r\n        \"GroupCharge\": 0.00,\r\n        \"NationalCode\": null,\r\n        \"SellPercent\": 0.00,\r\n        \"ConsumePercent\": 0.00,\r\n        \"PostBarCode\": null,\r\n        \"DeliverToPost\": null,\r\n        \"Off\": 0.00,\r\n        \"TotalPayment\": 12000.0000,\r\n        \"ExpiresAt\": null,\r\n        \"Affiliate\": false,\r\n        \"Remain\": 12000.0000\r\n    }\r\n]"},{"id":"0adaf9c7-145a-47fb-a557-53ac3eac2507","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":{"raw":"https://api.example.com/api/customer/orders?$orderby=date desc","host":["https://api.example.com"],"path":["api","customer","orders"],"query":[{"key":"$orderby","value":"date desc"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"html","header":[],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n\n<head>\n\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\" />\n\t<title>401 - Unauthorized: Access is denied due to invalid credentials.</title>\n\t<style type=\"text/css\">\n\t\t<!--\n\t\tbody {\n\t\t\tmargin: 0;\n\t\t\tfont-size: .7em;\n\t\t\tfont-family: Verdana, Arial, Helvetica, sans-serif;\n\t\t\tbackground: #EEEEEE;\n\t\t}\n\n\t\tfieldset {\n\t\t\tpadding: 0 15px 10px 15px;\n\t\t}\n\n\t\th1 {\n\t\t\tfont-size: 2.4em;\n\t\t\tmargin: 0;\n\t\t\tcolor: #FFF;\n\t\t}\n\n\t\th2 {\n\t\t\tfont-size: 1.7em;\n\t\t\tmargin: 0;\n\t\t\tcolor: #CC0000;\n\t\t}\n\n\t\th3 {\n\t\t\tfont-size: 1.2em;\n\t\t\tmargin: 10px 0 0 0;\n\t\t\tcolor: #000000;\n\t\t}\n\n\t\t#header {\n\t\t\twidth: 96%;\n\t\t\tmargin: 0 0 0 0;\n\t\t\tpadding: 6px 2% 6px 2%;\n\t\t\tfont-family: \"trebuchet MS\", Verdana, sans-serif;\n\t\t\tcolor: #FFF;\n\t\t\tbackground-color: #555555;\n\t\t}\n\n\t\t#content {\n\t\t\tmargin: 0 0 0 2%;\n\t\t\tposition: relative;\n\t\t}\n\n\t\t.content-container {\n\t\t\tbackground: #FFF;\n\t\t\twidth: 96%;\n\t\t\tmargin-top: 8px;\n\t\t\tpadding: 10px;\n\t\t\tposition: relative;\n\t\t}\n\t\t-->\n\t</style>\n</head>\n\n<body>\n\t<div id=\"header\">\n\t\t<h1>Server Error</h1>\n\t</div>\n\t<div id=\"content\">\n\t\t<div class=\"content-container\">\n\t\t\t<fieldset>\n\t\t\t\t<h2>401 - Unauthorized: Access is denied due to invalid credentials.</h2>\n\t\t\t\t<h3>You do not have permission to view this directory or page using the credentials that you supplied.\n\t\t\t\t</h3>\n\t\t\t</fieldset>\n\t\t</div>\n\t</div>\n</body>\n\n</html>"}],"_postman_id":"4cfa03e2-8092-4aad-af8f-71b283a5adff"}],"id":"35fe46cc-f9cf-4040-885d-8d5a779b8cb6","_postman_id":"35fe46cc-f9cf-4040-885d-8d5a779b8cb6","description":""},{"name":"Bank Account","item":[{"name":"List","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"2069f0c3-c706-493e-9707-e6ff9a3a4045"}}],"id":"c688c5cb-8620-45b0-842a-9c792b08006f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/customerbankaccount?$orderby=Id desc","urlObject":{"path":["api","customerbankaccount"],"host":["https://api.example.com"],"query":[{"key":"$orderby","value":"Id desc"}],"variable":[]}},"response":[{"id":"a4047f32-737d-402b-b85f-88c5130ddead","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":{"raw":"https://api.example.com/api/customerbankaccount?$orderby=Id desc","host":["https://api.example.com"],"path":["api","customerbankaccount"],"query":[{"key":"$orderby","value":"Id desc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"Bank\": {\r\n            \"Name\": \"تست\",\r\n            \"Crypto\": false,\r\n            \"PicLink\": null,\r\n            \"Id\": 17,\r\n            \"LangId\": 0\r\n        },\r\n        \"Name\": \"تجارت\",\r\n        \"Owner\": null,\r\n        \"AccountNumber\": \"22222222222222\",\r\n        \"CardNumber\": \"1111-1111-1111-1111\",\r\n        \"Shaba\": \"IR123456789123456789123333\",\r\n        \"BankId\": 17,\r\n        \"WalletAddress\": null,\r\n        \"Main\": true,\r\n        \"Ip\": \"5.120.192.125\",\r\n        \"Date\": \"2022-10-31T12:02:42\",\r\n        \"CustomerInfo\": {\r\n            \"FirstName\": \"تست پشتیبانی\",\r\n            \"LastName\": null,\r\n            \"RealUserName\": \"09391524118\",\r\n            \"IntId\": 968,\r\n            \"Marketer\": false\r\n        },\r\n        \"Id\": 28,\r\n        \"LangId\": 0\r\n    }\r\n]"},{"id":"6db42dcc-a3af-432a-9ee0-adf7778bf4d9","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":{"raw":"https://api.example.com/api/customerbankaccount?$orderby=Id desc","host":["https://api.example.com"],"path":["api","customerbankaccount"],"query":[{"key":"$orderby","value":"Id desc"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"html","header":[],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n\n<head>\n\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\" />\n\t<title>401 - Unauthorized: Access is denied due to invalid credentials.</title>\n\t<style type=\"text/css\">\n\t\t<!--\n\t\tbody {\n\t\t\tmargin: 0;\n\t\t\tfont-size: .7em;\n\t\t\tfont-family: Verdana, Arial, Helvetica, sans-serif;\n\t\t\tbackground: #EEEEEE;\n\t\t}\n\n\t\tfieldset {\n\t\t\tpadding: 0 15px 10px 15px;\n\t\t}\n\n\t\th1 {\n\t\t\tfont-size: 2.4em;\n\t\t\tmargin: 0;\n\t\t\tcolor: #FFF;\n\t\t}\n\n\t\th2 {\n\t\t\tfont-size: 1.7em;\n\t\t\tmargin: 0;\n\t\t\tcolor: #CC0000;\n\t\t}\n\n\t\th3 {\n\t\t\tfont-size: 1.2em;\n\t\t\tmargin: 10px 0 0 0;\n\t\t\tcolor: #000000;\n\t\t}\n\n\t\t#header {\n\t\t\twidth: 96%;\n\t\t\tmargin: 0 0 0 0;\n\t\t\tpadding: 6px 2% 6px 2%;\n\t\t\tfont-family: \"trebuchet MS\", Verdana, sans-serif;\n\t\t\tcolor: #FFF;\n\t\t\tbackground-color: #555555;\n\t\t}\n\n\t\t#content {\n\t\t\tmargin: 0 0 0 2%;\n\t\t\tposition: relative;\n\t\t}\n\n\t\t.content-container {\n\t\t\tbackground: #FFF;\n\t\t\twidth: 96%;\n\t\t\tmargin-top: 8px;\n\t\t\tpadding: 10px;\n\t\t\tposition: relative;\n\t\t}\n\t\t-->\n\t</style>\n</head>\n\n<body>\n\t<div id=\"header\">\n\t\t<h1>Server Error</h1>\n\t</div>\n\t<div id=\"content\">\n\t\t<div class=\"content-container\">\n\t\t\t<fieldset>\n\t\t\t\t<h2>401 - Unauthorized: Access is denied due to invalid credentials.</h2>\n\t\t\t\t<h3>You do not have permission to view this directory or page using the credentials that you supplied.\n\t\t\t\t</h3>\n\t\t\t</fieldset>\n\t\t</div>\n\t</div>\n</body>\n\n</html>"}],"_postman_id":"c688c5cb-8620-45b0-842a-9c792b08006f"},{"name":"Add","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"b90fc681-f801-47ba-8387-cc3a5a688d20"}}],"id":"eb321541-0719-44e6-93ed-7c07054337a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Name\": \"bank name\",\r\n    \"BankId\": [id],\r\n    \"WalletAddress\": \"\", // if bank is crypto?\r\n    \"Owner\": \"\", // owner name\r\n    \"AccountNumber\": \"\", // account number\r\n    \"CardNumber\": \"\", // card number\r\n    \"Shaba\": \"\", // Shaba or IBan\r\n    \"Ip\": \"{ip}\" // client ip\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/customerbankaccount","urlObject":{"path":["api","customerbankaccount"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"720c6256-339e-4efb-b27a-a075909a21ab","name":"OK","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Name\": \"bank name\",\r\n    \"BankId\": [id],\r\n    \"WalletAddress\": \"\", // if bank is crypto?\r\n    \"Owner\": \"\", // owner name\r\n    \"AccountNumber\": \"\",\r\n    \"CardNumber\": \"\",\r\n    \"Shaba\": \"\", // Shaba or IBan\r\n    \"Ip\": \"{ip}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/customerbankaccount"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"Errors\": {},\r\n    \"Notfound\": false,\r\n    \"Result\": 28\r\n}"},{"id":"3b4b2af8-c0ef-4e64-97e2-ab97efdb593f","name":"BadRequest","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Name\": \"bank name\",\r\n    \"BankId\": [id],\r\n    \"WalletAddress\": \"\", // if bank is crypto?\r\n    \"Owner\": \"\", // owner name\r\n    \"AccountNumber\": \"\",\r\n    \"CardNumber\": \"\",\r\n    \"Shaba\": \"\", // Shaba or IBan\r\n    \"Ip\": \"{ip}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/customerbankaccount"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"key\": \"model.BankId\",\r\n        \"error\": \"\"\r\n    },\r\n    {\r\n        \"key\": \"1\",\r\n        \"error\": \"bank not found\"\r\n    }\r\n]"},{"id":"3745d48a-e2f5-4741-9246-2543cf35ec0e","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Name\": \"bank name\",\r\n    \"BankId\": [id],\r\n    \"WalletAddress\": \"\", // if bank is crypto?\r\n    \"Owner\": \"\", // owner name\r\n    \"AccountNumber\": \"\",\r\n    \"CardNumber\": \"\",\r\n    \"Shaba\": \"\", // Shaba or IBan\r\n    \"Ip\": \"{ip}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/customerbankaccount"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"html","header":[],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n\n<head>\n\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\" />\n\t<title>401 - Unauthorized: Access is denied due to invalid credentials.</title>\n\t<style type=\"text/css\">\n\t\t<!--\n\t\tbody {\n\t\t\tmargin: 0;\n\t\t\tfont-size: .7em;\n\t\t\tfont-family: Verdana, Arial, Helvetica, sans-serif;\n\t\t\tbackground: #EEEEEE;\n\t\t}\n\n\t\tfieldset {\n\t\t\tpadding: 0 15px 10px 15px;\n\t\t}\n\n\t\th1 {\n\t\t\tfont-size: 2.4em;\n\t\t\tmargin: 0;\n\t\t\tcolor: #FFF;\n\t\t}\n\n\t\th2 {\n\t\t\tfont-size: 1.7em;\n\t\t\tmargin: 0;\n\t\t\tcolor: #CC0000;\n\t\t}\n\n\t\th3 {\n\t\t\tfont-size: 1.2em;\n\t\t\tmargin: 10px 0 0 0;\n\t\t\tcolor: #000000;\n\t\t}\n\n\t\t#header {\n\t\t\twidth: 96%;\n\t\t\tmargin: 0 0 0 0;\n\t\t\tpadding: 6px 2% 6px 2%;\n\t\t\tfont-family: \"trebuchet MS\", Verdana, sans-serif;\n\t\t\tcolor: #FFF;\n\t\t\tbackground-color: #555555;\n\t\t}\n\n\t\t#content {\n\t\t\tmargin: 0 0 0 2%;\n\t\t\tposition: relative;\n\t\t}\n\n\t\t.content-container {\n\t\t\tbackground: #FFF;\n\t\t\twidth: 96%;\n\t\t\tmargin-top: 8px;\n\t\t\tpadding: 10px;\n\t\t\tposition: relative;\n\t\t}\n\t\t-->\n\t</style>\n</head>\n\n<body>\n\t<div id=\"header\">\n\t\t<h1>Server Error</h1>\n\t</div>\n\t<div id=\"content\">\n\t\t<div class=\"content-container\">\n\t\t\t<fieldset>\n\t\t\t\t<h2>401 - Unauthorized: Access is denied due to invalid credentials.</h2>\n\t\t\t\t<h3>You do not have permission to view this directory or page using the credentials that you supplied.\n\t\t\t\t</h3>\n\t\t\t</fieldset>\n\t\t</div>\n\t</div>\n</body>\n\n</html>"}],"_postman_id":"eb321541-0719-44e6-93ed-7c07054337a4"},{"name":"Main?","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"28c11409-9910-473a-a786-325ef93f962a"}}],"id":"9b5a9ff3-a082-4d14-a6cb-33727c253972","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Main\": true // or false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/customerbankaccount/[id]","urlObject":{"path":["api","customerbankaccount","[id]"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"f713773c-d58b-4dc9-8a44-e119523ab04a","name":"OK","originalRequest":{"method":"PUT","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Main\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/customerbankaccount/[id]"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"Errors\": {},\r\n    \"Notfound\": false,\r\n    \"Result\": null\r\n}"},{"id":"d43ffaa8-5b7e-4d95-970e-706f9cf872ef","name":"Unauthorized","originalRequest":{"method":"PUT","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Main\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/customerbankaccount/[id]"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"html","header":[],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n\n<head>\n\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\" />\n\t<title>401 - Unauthorized: Access is denied due to invalid credentials.</title>\n\t<style type=\"text/css\">\n\t\t<!--\n\t\tbody {\n\t\t\tmargin: 0;\n\t\t\tfont-size: .7em;\n\t\t\tfont-family: Verdana, Arial, Helvetica, sans-serif;\n\t\t\tbackground: #EEEEEE;\n\t\t}\n\n\t\tfieldset {\n\t\t\tpadding: 0 15px 10px 15px;\n\t\t}\n\n\t\th1 {\n\t\t\tfont-size: 2.4em;\n\t\t\tmargin: 0;\n\t\t\tcolor: #FFF;\n\t\t}\n\n\t\th2 {\n\t\t\tfont-size: 1.7em;\n\t\t\tmargin: 0;\n\t\t\tcolor: #CC0000;\n\t\t}\n\n\t\th3 {\n\t\t\tfont-size: 1.2em;\n\t\t\tmargin: 10px 0 0 0;\n\t\t\tcolor: #000000;\n\t\t}\n\n\t\t#header {\n\t\t\twidth: 96%;\n\t\t\tmargin: 0 0 0 0;\n\t\t\tpadding: 6px 2% 6px 2%;\n\t\t\tfont-family: \"trebuchet MS\", Verdana, sans-serif;\n\t\t\tcolor: #FFF;\n\t\t\tbackground-color: #555555;\n\t\t}\n\n\t\t#content {\n\t\t\tmargin: 0 0 0 2%;\n\t\t\tposition: relative;\n\t\t}\n\n\t\t.content-container {\n\t\t\tbackground: #FFF;\n\t\t\twidth: 96%;\n\t\t\tmargin-top: 8px;\n\t\t\tpadding: 10px;\n\t\t\tposition: relative;\n\t\t}\n\t\t-->\n\t</style>\n</head>\n\n<body>\n\t<div id=\"header\">\n\t\t<h1>Server Error</h1>\n\t</div>\n\t<div id=\"content\">\n\t\t<div class=\"content-container\">\n\t\t\t<fieldset>\n\t\t\t\t<h2>401 - Unauthorized: Access is denied due to invalid credentials.</h2>\n\t\t\t\t<h3>You do not have permission to view this directory or page using the credentials that you supplied.\n\t\t\t\t</h3>\n\t\t\t</fieldset>\n\t\t</div>\n\t</div>\n</body>\n\n</html>"}],"_postman_id":"9b5a9ff3-a082-4d14-a6cb-33727c253972"}],"id":"1b11993e-04f8-4e29-b568-76747c7e2ea7","_postman_id":"1b11993e-04f8-4e29-b568-76747c7e2ea7","description":""},{"name":"Google Authenticator","item":[{"name":"Show","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"686cd6f7-0187-4a4b-9ec1-42f252973bd2"}}],"id":"ab2e221e-401c-4be1-8b6d-f185477fb437","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/customer/gAuthenticator","urlObject":{"path":["api","customer","gAuthenticator"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"fbbd3a6a-cb34-4df9-adc0-d97f8fcb58a2","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":"https://api.example.com/api/customer/gAuthenticator"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"Account\": \"parseram.user4@gmail.com\",\r\n    \"ManualEntryKey\": \"GBRTMYLCGVQTCLLFMEZDMLJUHFRDKLLCG5SWILLFGQ3TMZRZGQ3DCZTDG4\",\r\n    \"QrCodeSetupImageUrl\": \"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAmIAAAJiCAYAAABkVq7mAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAGsjSURBVHhe7dZBjmRJjkTBvv+lZ4Bay0IBMo30HxTgLRU0/5HdqP/93znnnHPOGXH/IXbOOeecM+T+Q+ycc845Z8j9h9g555xzzpD7D7FzzjnnnCH3H2LnnHPOOUPuP8TOOeecc4bcf4idc8455wy5/xA755xzzhly/yF2zjnnnDPk/kPsnHPOOWfI/YfYOeecc86Q+w+xc84555wh9x9i55xzzjlD7j/EzjnnnHOG3H+InXPOOecMuf8QO+ecc84Zcv8hds4555wz5P5D7JxzzjlnyP2H2DnnnHPOkPsPsXPOOeecIfcfYuecc845Q+4/xM4555xzhtx/iJ1zzjnnDLn/EDvnnHPOGXL/IXbOOeecM+T+Q+ycc845Z8j9h9g555xzzpD7D7FzzjnnnCH3H2LnnHPOOUPuP8TOOeecc4bcf4idc8455wy5/xA755xzzhly/yF2zjnnnDPk/kPsnHPOOWfI/YfYOeecc86Q+w+xc84555wh9x9i55xzzjlD7j/EzjnnnHOG3H+InXPOOecMWf8fYv/73/8u1E03VDfdqLSd3qyO6VupbrpRqZtuqJS2lVLaqpS2KqWtmqK3XHN/j9T6F+qjXv1/Nt1Q3XSj0nZ6szqmb6W66UalbrqhUtpWSmmrUtqqlLZqit5yzf09UutfqI969f/ZdEN1041K2+nN6pi+leqmG5W66YZKaVsppa1KaatS2qopess19/dIrX+hPurV/2fTDdVNNyptpzerY/pWqptuVOqmGyqlbaWUtiqlrUppq6boLdfc3yO1/oX6qFf/n003VDfdqLSd3qyO6VupbrpRqZtuqJS2lVLaqpS2KqWtmqK3XHN/j9T6F+qjXv1/Nt1Q3XSj0nZ6szqmb6W66UalbrqhUtpWSmmrUtqqlLZqit5yzf09UutfqI969f/ZdEN1041K2+nN6pi+leqmG5W66YZKaVsppa1KaatS2qopess19/dIrX+hPurV/2fTDdVNNyptpzerY/pWqptuVOqmGyqlbaWUtiqlrUppq6boLdfc3yO1/oX6qFf/n003VDfdqLSd3qyO6VupbrpRqZtuqJS2lVLaqpS2KqWtmqK3XHN/j9T6F+qjXv1/Nt1Q3XSj0nZ6szqmb6W66UalbrqhUtpWSmmrUtqqlLZqit5yzf09UutfqI+qvkK/TXXTDfXX6BtUSmlbKaWtSmmrUtqqbrqhUtpW6qYbL0pp+4t10w31Ffptarv1L9RHVV+h36a66Yb6a/QNKqW0rZTSVqW0VSltVTfdUCltK3XTjReltP3FuumG+gr9NrXd+hfqo6qv0G9T3XRD/TX6BpVS2lZKaatS2qqUtqqbbqiUtpW66caLUtr+Yt10Q32Ffpvabv0L9VHVV+i3qW66of4afYNKKW0rpbRVKW1VSlvVTTdUSttK3XTjRSltf7FuuqG+Qr9Nbbf+hfqo6iv021Q33VB/jb5BpZS2lVLaqpS2KqWt6qYbKqVtpW668aKUtr9YN91QX6HfprZb/0J9VPUV+m2qm26ov0bfoFJK20opbVVKW5XSVnXTDZXStlI33XhRSttfrJtuqK/Qb1PbrX+hPqr6Cv021U031F+jb1AppW2llLYqpa1Kaau66YZKaVupm268KKXtL9ZNN9RX6Lep7da/UB9VfYV+m+qmG+qv0TeolNK2UkpbldJWpbRV3XRDpbSt1E03XpTS9hfrphvqK/Tb1HbrX6iPqr5Cv0110w311+gbVEppWymlrUppq1Laqm66oVLaVuqmGy9KafuLddMN9RX6bWq79S/UR1Vfod+muumG+mv0DSqltK2U0laltFUpbVU33VApbSt1040XpbT9xbrphvoK/Ta13foX6qOqlLYvSmmrUtr+YiltK22nN6tuuqFS2qqUtpVS2qopekullLaVuumGSmmruumGSmn7opS2arv1L9RHVSltX5TSVqW0/cVS2lbaTm9W3XRDpbRVKW0rpbRVU/SWSiltK3XTDZXSVnXTDZXS9kUpbdV261+oj6pS2r4opa1KafuLpbSttJ3erLrphkppq1LaVkppq6boLZVS2lbqphsqpa3qphsqpe2LUtqq7da/UB9VpbR9UUpbldL2F0tpW2k7vVl10w2V0laltK2U0lZN0VsqpbSt1E03VEpb1U03VErbF6W0Vdutf6E+qkpp+6KUtiql7S+W0rbSdnqz6qYbKqWtSmlbKaWtmqK3VEppW6mbbqiUtqqbbqiUti9Kaau2W/9CfVSV0vZFKW1VSttfLKVtpe30ZtVNN1RKW5XStlJKWzVFb6mU0rZSN91QKW1VN91QKW1flNJWbbf+hfqoKqXti1LaqpS2v1hK20rb6c2qm26olLYqpW2llLZqit5SKaVtpW66oVLaqm66oVLaviilrdpu/Qv1UVVK2xeltFUpbX+xlLaVttObVTfdUCltVUrbSilt1RS9pVJK20rddEOltFXddEOltH1RSlu13foX6qOqlLYvSmmrUtr+YiltK22nN6tuuqFS2qqUtpVS2qopekullLaVuumGSmmruumGSmn7opS2arv1L9RHVSltX5TSVqW0/cVS2lbaTm9W3XRDpbRVKW0rpbRVU/SWSiltK3XTDZXSVnXTDZXS9kUpbdV261+oj6pS2r4opa36Cv02ldJWpbRVKW0rddONF6W0/XJfod+muumGSmmrUtqqlLYqpe2LUtqq7da/UB9VpbR9UUpb9RX6bSqlrUppq1LaVuqmGy9KafvlvkK/TXXTDZXSVqW0VSltVUrbF6W0Vdutf6E+qkpp+6KUtuor9NtUSluV0laltK3UTTdelNL2y32Ffpvqphsqpa1KaatS2qqUti9Kaau2W/9CfVSV0vZFKW3VV+i3qZS2KqWtSmlbqZtuvCil7Zf7Cv021U03VEpbldJWpbRVKW1flNJWbbf+hfqoKqXti1Laqq/Qb1MpbVVKW5XStlI33XhRStsv9xX6baqbbqiUtiqlrUppq1Laviilrdpu/Qv1UVVK2xeltFVfod+mUtqqlLYqpW2lbrrxopS2X+4r9NtUN91QKW1VSluV0laltH1RSlu13foX6qOqlLYvSmmrvkK/TaW0VSltVUrbSt1040Upbb/cV+i3qW66oVLaqpS2KqWtSmn7opS2arv1L9RHVSltX5TSVn2FfptKaatS2qqUtpW66caLUtp+ua/Qb1PddEOltFUpbVVKW5XS9kUpbdV261+oj6pS2r4opa36Cv02ldJWpbRVKW0rddONF6W0/XJfod+muumGSmmrUtqqlLYqpe2LUtqq7da/UB9VpbR9UUpb9RX6bSqlrUppq1LaVuqmGy9KafvlvkK/TXXTDZXSVqW0VSltVUrbF6W0Vdutf6E+qkpp+6KUtiql7Yu66UalbrpRaYreolLafrmUti9Kaau66UallLaVpugtKqXti1Laqu3Wv1AfVaW0fVFKW5XS9kXddKNSN92oNEVvUSltv1xK2xeltFXddKNSSttKU/QWldL2RSlt1XbrX6iPqlLaviilrUpp+6JuulGpm25UmqK3qJS2Xy6l7YtS2qpuulEppW2lKXqLSmn7opS2arv1L9RHVSltX5TSVqW0fVE33ajUTTcqTdFbVErbL5fS9kUpbVU33aiU0rbSFL1FpbR9UUpbtd36F+qjqpS2L0ppq1LavqibblTqphuVpugtKqXtl0tp+6KUtqqbblRKaVtpit6iUtq+KKWt2m79C/VRVUrbF6W0VSltX9RNNyp1041KU/QWldL2y6W0fVFKW9VNNyqltK00RW9RKW1flNJWbbf+hfqoKqXti1LaqpS2L+qmG5W66UalKXqLSmn75VLaviilreqmG5VS2laaoreolLYvSmmrtlv/Qn1UldL2RSltVUrbF3XTjUrddKPSFL1FpbT9ciltX5TSVnXTjUopbStN0VtUStsXpbRV261/oT6qSmn7opS2KqXti7rpRqVuulFpit6iUtp+uZS2L0ppq7rpRqWUtpWm6C0qpe2LUtqq7da/UB9VpbR9UUpbldL2Rd10o1I33ag0RW9RKW2/XErbF6W0Vd10o1JK20pT9BaV0vZFKW3VdutfqI+qvkK/TaW0fdF2enOlr9BvUylt1RS9RaW0VSltK3XTDZXStlJK20pT9Bb1Ffptarv1L9RHVV+h36ZS2r5oO7250lfot6mUtmqK3qJS2qqUtpW66YZKaVsppW2lKXqL+gr9NrXd+hfqo6qv0G9TKW1ftJ3eXOkr9NtUSls1RW9RKW1VSttK3XRDpbStlNK20hS9RX2Ffpvabv0L9VHVV+i3qZS2L9pOb670FfptKqWtmqK3qJS2KqVtpW66oVLaVkppW2mK3qK+Qr9Nbbf+hfqo6iv021RK2xdtpzdX+gr9NpXSVk3RW1RKW5XStlI33VApbSultK00RW9RX6HfprZb/0J9VPUV+m0qpe2LttObK32FfptKaaum6C0qpa1KaVupm26olLaVUtpWmqK3qK/Qb1PbrX+hPqr6Cv02ldL2RdvpzZW+Qr9NpbRVU/QWldJWpbSt1E03VErbSiltK03RW9RX6Lep7da/UB9VfYV+m0pp+6Lt9OZKX6HfplLaqil6i0ppq1LaVuqmGyqlbaWUtpWm6C3qK/Tb1HbrX6iPqr5Cv02ltH3Rdnpzpa/Qb1MpbdUUvUWltFUpbSt10w2V0rZSSttKU/QW9RX6bWq79S/UR1Vfod+mUtq+aDu9udJX6LeplLZqit6iUtqqlLaVuumGSmlbKaVtpSl6i/oK/Ta13foX6qNe/f8Hk9JWpbRVKW1VSluV0laltFUpbVVKW5XSVqW0VSltVUpbldJWpbRVKW1VSluV0laltFUpba/8+01Z/0J91Ovv/R9HSluV0laltFUpbVVKW5XSVqW0VSltVUpbldJWpbRVKW1VSluV0laltFUpbVVK2yv/flPWv1Af9fp7/8eR0laltFUpbVVKW5XSVqW0VSltVUpbldJWpbRVKW1VSluV0laltFUpbVVKW5XS9sq/35T1L9RHvf7e/3GktFUpbVVKW5XSVqW0VSltVUpbldJWpbRVKW1VSluV0laltFUpbVVKW5XSVqW0vfLvN2X9C/VRr7/3fxwpbVVKW5XSVqW0VSltVUpbldJWpbRVKW1VSluV0laltFUpbVVKW5XSVqW0VSltr/z7TVn/Qn3U6+/9H0dKW5XSVqW0VSltVUpbldJWpbRVKW1VSluV0laltFUpbVVKW5XSVqW0VSltVUrbK/9+U9a/UB/1+nv/x5HSVqW0VSltVUpbldJWpbRVKW1VSluV0laltFUpbVVKW5XSVqW0VSltVUpbldL2yr/flPUv1Ee9/t7/caS0VSltVUpbldJWpbRVKW1VSluV0laltFUpbVVKW5XSVqW0VSltVUpbldJWpbS98u83Zf0L9VGvv/d/HCltVUpbldJWpbRVKW1VSluV0laltFUpbVVKW5XSVqW0VSltVUpbldJWpbRVKW2v/PtNWf9CfdTr7/0fR0pbldJWpbRVKW1VSluV0laltFUpbVVKW5XSVqW0VSltVUpbldJWpbRVKW1VStsr/35T9r/wPKF/vJW66YZKafuLddONF03RW9RX6LeplLabSmmrzvkX7l/W+Y/+T6dSN91QKW1/sW668aIpeov6Cv02ldJ2Uylt1Tn/wv3LOv/R/+lU6qYbKqXtL9ZNN140RW9RX6HfplLabiqlrTrnX7h/Wec/+j+dSt10Q6W0/cW66caLpugt6iv021RK202ltFXn/Av3L+v8R/+nU6mbbqiUtr9YN9140RS9RX2FfptKabuplLbqnH/h/mWd/+j/dCp10w2V0vYX66YbL5qit6iv0G9TKW03ldJWnfMv3L+s8x/9n06lbrqhUtr+Yt1040VT9Bb1FfptKqXtplLaqnP+hfuXdf6j/9Op1E03VErbX6ybbrxoit6ivkK/TaW03VRKW3XOv3D/ss5/9H86lbrphkpp+4t1040XTdFb1Ffot6mUtptKaavO+RfuX9b5j/5Pp1I33VApbX+xbrrxoil6i/oK/TaV0nZTKW3VOf/CZ/5l6X80qptuqJS2KqWt6qYbaorecs39O9heSluV0lZN0VtUSlvVTTcqddMNldK2Ukpb9dd85hfrj6m66YZKaatS2qpuuqGm6C3X3L+D7aW0VSlt1RS9RaW0Vd10o1I33VApbSultFV/zWd+sf6YqptuqJS2KqWt6qYbaorecs39O9heSluV0lZN0VtUSlvVTTcqddMNldK2Ukpb9dd85hfrj6m66YZKaatS2qpuuqGm6C3X3L+D7aW0VSlt1RS9RaW0Vd10o1I33VApbSultFV/zWd+sf6YqptuqJS2KqWt6qYbaorecs39O9heSluV0lZN0VtUSlvVTTcqddMNldK2Ukpb9dd85hfrj6m66YZKaatS2qpuuqGm6C3X3L+D7aW0VSlt1RS9RaW0Vd10o1I33VApbSultFV/zWd+sf6YqptuqJS2KqWt6qYbaorecs39O9heSluV0lZN0VtUSlvVTTcqddMNldK2Ukpb9dd85hfrj6m66YZKaatS2qpuuqGm6C3X3L+D7aW0VSlt1RS9RaW0Vd10o1I33VApbSultFV/zWd+sf6YqptuqJS2KqWt6qYbaorecs39O9heSluV0lZN0VtUSlvVTTcqddMNldK2Ukpb9dd85hfrj6m66YZKaatS2qpuuqGm6C3X3L+D7aW0VSlt1RS9RaW0Vd10o1I33VApbSultFV/zfpfrD9SpW66Uambbrwopa1Kaaum6C2VUtpWSmn7opS2m5qit1RKaatS2r4opW2llLYqpe2mtlv/Qn3USt10o1I33XhRSluV0lZN0VsqpbStlNL2RSltNzVFb6mU0laltH1RSttKKW1VSttNbbf+hfqolbrpRqVuuvGilLYqpa2aordUSmlbKaXti1LabmqK3lIppa1KafuilLaVUtqqlLab2m79C/VRK3XTjUrddONFKW1VSls1RW+plNK2UkrbF6W03dQUvaVSSluV0vZFKW0rpbRVKW03td36F+qjVuqmG5W66caLUtqqlLZqit5SKaVtpZS2L0ppu6kpekullLYqpe2LUtpWSmmrUtpuarv1L9RHrdRNNyp1040XpbRVKW3VFL2lUkrbSiltX5TSdlNT9JZKKW1VStsXpbStlNJWpbTd1HbrX6iPWqmbblTqphsvSmmrUtqqKXpLpZS2lVLaviil7aam6C2VUtqqlLYvSmlbKaWtSmm7qe3Wv1AftVI33ajUTTdelNJWpbRVU/SWSiltK6W0fVFK201N0VsqpbRVKW1flNK2UkpbldJ2U9utf6E+aqVuulGpm268KKWtSmmrpugtlVLaVkpp+6KUtpuaordUSmmrUtq+KKVtpZS2KqXtprZb/0J91ErddKNSN914UUpbldJWTdFbKqW0rZTS9kUpbTc1RW+plNJWpbR9UUrbSiltVUrbTW23/4XN9EeqlNL2RSlt1RS9RW2nN6tuuqG205s3NUVvUd10Q3XTDZXS9kXddENN0VtetN3+FzbTH6lSStsXpbRVU/QWtZ3erLrphtpOb97UFL1FddMN1U03VErbF3XTDTVFb3nRdvtf2Ex/pEopbV+U0lZN0VvUdnqz6qYbaju9eVNT9BbVTTdUN91QKW1f1E031BS95UXb7X9hM/2RKqW0fVFKWzVFb1Hb6c2qm26o7fTmTU3RW1Q33VDddEOltH1RN91QU/SWF223/4XN9EeqlNL2RSlt1RS9RW2nN6tuuqG205s3NUVvUd10Q3XTDZXS9kXddENN0VtetN3+FzbTH6lSStsXpbRVU/QWtZ3erLrphtpOb97UFL1FddMN1U03VErbF3XTDTVFb3nRdvtf2Ex/pEopbV+U0lZN0VvUdnqz6qYbaju9eVNT9BbVTTdUN91QKW1f1E031BS95UXb7X9hM/2RKqW0fVFKWzVFb1Hb6c2qm26o7fTmTU3RW1Q33VDddEOltH1RN91QU/SWF223/4XN9EeqlNL2RSlt1RS9RW2nN6tuuqG205s3NUVvUd10Q3XTDZXS9kXddENN0VtetN3+FzbTH6lSStsXpbRVU/QWtZ3erLrphtpOb97UFL1FddMN1U03VErbF3XTDTVFb3nRdvtfGNLHV1+h31YppW2l7fTmTf01+gaVuulGpZS2Xy6lbaWUtmqK3qJS2qqUtuorPvNL9EdSX6HfVimlbaXt9OZN/TX6BpW66UallLZfLqVtpZS2aoreolLaqpS26is+80v0R1Jfod9WKaVtpe305k39NfoGlbrpRqWUtl8upW2llLZqit6iUtqqlLbqKz7zS/RHUl+h31YppW2l7fTmTf01+gaVuulGpZS2Xy6lbaWUtmqK3qJS2qqUtuorPvNL9EdSX6HfVimlbaXt9OZN/TX6BpW66UallLZfLqVtpZS2aoreolLaqpS26is+80v0R1Jfod9WKaVtpe305k39NfoGlbrpRqWUtl8upW2llLZqit6iUtqqlLbqKz7zS/RHUl+h31YppW2l7fTmTf01+gaVuulGpZS2Xy6lbaWUtmqK3qJS2qqUtuorPvNL9EdSX6HfVimlbaXt9OZN/TX6BpW66UallLZfLqVtpZS2aoreolLaqpS26is+80v0R1Jfod9WKaVtpe305k39NfoGlbrpRqWUtl8upW2llLZqit6iUtqqlLbqKz7zS/RHUl+h31YppW2l7fTmTf01+gaVuulGpZS2Xy6lbaWUtmqK3qJS2qqUtuorvvNLQvpjqil6i0pp+6KUtpW205srddMN1U03VDfdeFFK20rddONFf42+gUpp+6Jjf+7L6B+HmqK3qJS2L0ppW2k7vblSN91Q3XRDddONF6W0rdRNN1701+gbqJS2Lzr2576M/nGoKXqLSmn7opS2lbbTmyt10w3VTTdUN914UUrbSt1040V/jb6BSmn7omN/7svoH4eaoreolLYvSmlbaTu9uVI33VDddEN1040XpbSt1E03XvTX6BuolLYvOvbnvoz+cagpeotKafuilLaVttObK3XTDdVNN1Q33XhRSttK3XTjRX+NvoFKafuiY3/uy+gfh5qit6iUti9KaVtpO725UjfdUN10Q3XTjReltK3UTTde9NfoG6iUti869ue+jP5xqCl6i0pp+6KUtpW205srddMN1U03VDfdeFFK20rddONFf42+gUpp+6Jjf+7L6B+HmqK3qJS2L0ppW2k7vblSN91Q3XRDddONF6W0rdRNN1701+gbqJS2Lzr2576M/nGoKXqLSmn7opS2lbbTmyt10w3VTTdUN914UUrbSt1040V/jb6BSmn7omN/7svoH4eaoreolLYvSmlbaTu9uVI33VDddEN1040XpbSt1E03XvTX6BuolLYvOnZfpkj/2Cp1041NHdO3Uilt1RS9RU3RWyqltFXddKNSSttKKW0rpbStlNJWpbStlNJWbbf/hcvpj16pm25s6pi+lUppq6boLWqK3lIppa3qphuVUtpWSmlbKaVtpZS2KqVtpZS2arv9L1xOf/RK3XRjU8f0rVRKWzVFb1FT9JZKKW1VN92olNK2UkrbSiltK6W0VSltK6W0Vdvtf+Fy+qNX6qYbmzqmb6VS2qopeouaordUSmmruulGpZS2lVLaVkppWymlrUppWymlrdpu/wuX0x+9Ujfd2NQxfSuV0lZN0VvUFL2lUkpb1U03KqW0rZTStlJK20opbVVK20opbdV2+1+4nP7olbrpxqaO6VuplLZqit6ipugtlVLaqm66USmlbaWUtpVS2lZKaatS2lZKaau22//C5fRHr9RNNzZ1TN9KpbRVU/QWNUVvqZTSVnXTjUopbSultK2U0rZSSluV0rZSSlu13f4XLqc/eqVuurGpY/pWKqWtmqK3qCl6S6WUtqqbblRKaVsppW2llLaVUtqqlLaVUtqq7fa/cDn90St1041NHdO3Uilt1RS9RU3RWyqltFXddKNSSttKKW0rpbStlNJWpbStlNJWbbf/hcvpj16pm25s6pi+lUppq6boLWqK3lIppa3qphuVUtpWSmlbKaVtpZS2KqVtpZS2arv9Lwzp46tuuqFS2lbqphuqm25UmqK3qG66obrpRqWUtpW+Qr9NpbRV3XSjUjfdUN10o1JK20opbdV2+18Y0sdX3XRDpbSt1E03VDfdqDRFb1HddEN1041KKW0rfYV+m0ppq7rpRqVuuqG66UallLaVUtqq7fa/MKSPr7rphkppW6mbbqhuulFpit6iuumG6qYblVLaVvoK/TaV0lZ1041K3XRDddONSiltK6W0Vdvtf2FIH1910w2V0rZSN91Q3XSj0hS9RXXTDdVNNyqltK30FfptKqWt6qYblbrphuqmG5VS2lZKaau22//CkD6+6qYbKqVtpW66obrpRqUpeovqphuqm25USmlb6Sv021RKW9VNNyp10w3VTTcqpbStlNJWbbf/hSF9fNVNN1RK20rddEN1041KU/QW1U03VDfdqJTSttJX6LeplLaqm25U6qYbqptuVEppWymlrdpu/wtD+viqm26olLaVuumG6qYblaboLaqbbqhuulEppW2lr9BvUyltVTfdqNRNN1Q33aiU0rZSSlu13f4XhvTxVTfdUCltK3XTDdVNNypN0VtUN91Q3XSjUkrbSl+h36ZS2qpuulGpm26obrpRKaVtpZS2arv9Lwzp46tuuqFS2lbqphuqm25UmqK3qG66obrpRqWUtpW+Qr9NpbRV3XSjUjfdUN10o1JK20opbdV2+18Y0sdX3XRDpbSt1E03VDfdqDRFb1HddEN1041KKW0rfYV+m0ppq7rpRqVuuqG66UallLaVUtqq7fa/8CP0j0OltFUpbV+U0nZTKW1VN91Q3XRDpbRV3XRDddMN1U03XtRNN1Q33fjFUtqqY/dlHtE/SpXSVqW0fVFK202ltFXddEN10w2V0lZ10w3VTTdUN914UTfdUN104xdLaauO3Zd5RP8oVUpbldL2RSltN5XSVnXTDdVNN1RKW9VNN1Q33VDddONF3XRDddONXyylrTp2X+YR/aNUKW1VStsXpbTdVEpb1U03VDfdUCltVTfdUN10Q3XTjRd10w3VTTd+sZS26th9mUf0j1KltFUpbV+U0nZTKW1VN91Q3XRDpbRV3XRDddMN1U03XtRNN1Q33fjFUtqqY/dlHtE/SpXSVqW0fVFK202ltFXddEN10w2V0lZ10w3VTTdUN914UTfdUN104xdLaauO3Zd5RP8oVUpbldL2RSltN5XSVnXTDdVNN1RKW9VNN1Q33VDddONF3XRDddONXyylrTp2X+YR/aNUKW1VStsXpbTdVEpb1U03VDfdUCltVTfdUN10Q3XTjRd10w3VTTd+sZS26th9mUf0j1KltFUpbV+U0nZTKW1VN91Q3XRDpbRV3XRDddMN1U03XtRNN1Q33fjFUtqqY/dlHtE/SpXSVqW0fVFK202ltFXddEN10w2V0lZ10w3VTTdUN914UTfdUN104xdLaauOfebL6I9eKaXti1LaviilreqmGy/qphsqpe2LUtqqbrqhuunGlZfSdlPddGNTf81nfrH+mJVS2r4ope2LUtqqbrrxom66oVLaviilreqmG6qbblx5KW031U03NvXXfOYX649ZKaXti1LaviilreqmGy/qphsqpe2LUtqqbrqhuunGlZfSdlPddGNTf81nfrH+mJVS2r4ope2LUtqqbrrxom66oVLaviilreqmG6qbblx5KW031U03NvXXfOYX649ZKaXti1LaviilreqmGy/qphsqpe2LUtqqbrqhuunGlZfSdlPddGNTf81nfrH+mJVS2r4ope2LUtqqbrrxom66oVLaviilreqmG6qbblx5KW031U03NvXXfOYX649ZKaXti1LaviilreqmGy/qphsqpe2LUtqqbrqhuunGlZfSdlPddGNTf81nfrH+mJVS2r4ope2LUtqqbrrxom66oVLaviilreqmG6qbblx5KW031U03NvXXfOYX649ZKaXti1LaviilreqmGy/qphsqpe2LUtqqbrqhuunGlZfSdlPddGNTf81nfrH+mJVS2r4ope2LUtqqbrrxom66oVLaviilreqmG6qbblx5KW031U03NvXX/LlfrD/6i47pW6nt9GaV0vZF2+nNv1hK20rddEOltFUpbV+U0rZSN91QU/QWtd3+FzbTH+lFx/St1HZ6s0pp+6Lt9OZfLKVtpW66oVLaqpS2L0ppW6mbbqgpeovabv8Lm+mP9KJj+lZqO71ZpbR90XZ68y+W0rZSN91QKW1VStsXpbSt1E031BS9RW23/4XN9Ed60TF9K7Wd3qxS2r5oO735F0tpW6mbbqiUtiql7YtS2lbqphtqit6ittv/wmb6I73omL6V2k5vViltX7Sd3vyLpbSt1E03VEpbldL2RSltK3XTDTVFb1Hb7X9hM/2RXnRM30ptpzerlLYv2k5v/sVS2lbqphsqpa1KafuilLaVuumGmqK3qO32v7CZ/kgvOqZvpbbTm1VK2xdtpzf/YiltK3XTDZXSVqW0fVFK20rddENN0VvUdvtf2Ex/pBcd07dS2+nNKqXti7bTm3+xlLaVuumGSmmrUtq+KKVtpW66oaboLWq7/S9spj/Si47pW6nt9GaV0vZF2+nNv1hK20rddEOltFUpbV+U0rZSN91QU/QWtd3+FzbTH+lFx/St1HZ6s0pp+6Lt9OZfLKVtpW66oVLaqpS2L0ppW6mbbqgpeovabv0L9VHVFL1FpbR9UUrbSiltXzRFb1HddENN0VsqddONSsf0rdQUveVF3XRDTdFb1HbrX6iPqqboLSql7YtS2lZKafuiKXqL6qYbaoreUqmbblQ6pm+lpugtL+qmG2qK3qK2W/9CfVQ1RW9RKW1flNK2UkrbF03RW1Q33VBT9JZK3XSj0jF9KzVFb3lRN91QU/QWtd36F+qjqil6i0pp+6KUtpVS2r5oit6iuumGmqK3VOqmG5WO6VupKXrLi7rphpqit6jt1r9QH1VN0VtUStsXpbStlNL2RVP0FtVNN9QUvaVSN92odEzfSk3RW17UTTfUFL1Fbbf+hfqoaoreolLaviilbaWUti+aoreobrqhpugtlbrpRqVj+lZqit7yom66oaboLWq79S/UR1VT9BaV0vZFKW0rpbR90RS9RXXTDTVFb6nUTTcqHdO3UlP0lhd10w01RW9R261/oT6qmqK3qJS2L0ppWyml7Yum6C2qm26oKXpLpW66UemYvpWaore8qJtuqCl6i9pu/Qv1UdUUvUWltH1RSttKKW1fNEVvUd10Q03RWyp1041Kx/St1BS95UXddENN0VvUdutfqI+qpugtKqXti1LaVkpp+6Ipeovqphtqit5SqZtuVDqmb6Wm6C0v6qYbaoreora7/6UX6Y+uuumGmqK3qCl6y4tS2qqUtmo7vXlT3XRDddMNldL2F5uit6huulEppW2l7fa/cDn90VU33VBT9BY1RW95UUpbldJWbac3b6qbbqhuuqFS2v5iU/QW1U03KqW0rbTd/hcupz+66qYbaoreoqboLS9KaatS2qrt9OZNddMN1U03VErbX2yK3qK66UallLaVttv/wuX0R1fddENN0VvUFL3lRSltVUpbtZ3evKluuqG66YZKafuLTdFbVDfdqJTSttJ2+1+4nP7oqptuqCl6i5qit7wopa1Kaau205s31U03VDfdUCltf7EpeovqphuVUtpW2m7/C5fTH1110w01RW9RU/SWF6W0VSlt1XZ686a66Ybqphsqpe0vNkVvUd10o1JK20rb7X/hcvqjq266oaboLWqK3vKilLYqpa3aTm/eVDfdUN10Q6W0/cWm6C2qm25USmlbabv9L1xOf3TVTTfUFL1FTdFbXpTSVqW0VdvpzZvqphuqm26olLa/2BS9RXXTjUopbSttt/+Fy+mPrrrphpqit6gpesuLUtqqlLZqO715U910Q3XTDZXS9heboreobrpRKaVtpe32v3A5/dFVN91QU/QWNUVveVFKW5XSVm2nN2+qm26obrqhUtr+YlP0FtVNNyqltK203foX6qNuqptuVEppW+mv0TeolNK2UkpbldJWddONF6W0VSltK6W0VSltVUpb1U03VEpbldL2RSlt1XbrX6iPuqluulEppW2lv0bfoFJK20opbVVKW9VNN16U0laltK2U0laltFUpbVU33VApbVVK2xeltFXbrX+hPuqmuulGpZS2lf4afYNKKW0rpbRVKW1VN914UUpbldK2UkpbldJWpbRV3XRDpbRVKW1flNJWbbf+hfqom+qmG5VS2lb6a/QNKqW0rZTSVqW0Vd1040UpbVVK20opbVVKW5XSVnXTDZXSVqW0fVFKW7Xd+hfqo26qm25USmlb6a/RN6iU0rZSSluV0lZ1040XpbRVKW0rpbRVKW1VSlvVTTdUSluV0vZFKW3VdutfqI+6qW66USmlbaW/Rt+gUkrbSiltVUpb1U03XpTSVqW0rZTSVqW0VSltVTfdUCltVUrbF6W0Vdutf6E+6qa66UallLaV/hp9g0opbSultFUpbVU33XhRSluV0rZSSluV0laltFXddEOltFUpbV+U0lZtt/6F+qib6qYblVLaVvpr9A0qpbStlNJWpbRV3XTjRSltVUrbSiltVUpbldJWddMNldJWpbR9UUpbtd36F+qjbqqbblRKaVvpr9E3qJTStlJKW5XSVnXTjReltFUpbSultFUpbVVKW9VNN1RKW5XS9kUpbdV261+oj7qpbrpRKaVtpb9G36BSSttKKW1VSlvVTTdelNJWpbStlNJWpbRVKW1VN91QKW1VStsXpbRV261/oT5qpW66obrphkppWymlreqmG2qK3lIppW2lbrrxopS2qptuqK/Qb1MpbSultK3UTTdelNJWbbf+hfqolbrphuqmGyqlbaWUtqqbbqgpekullLaVuunGi1Laqm66ob5Cv02ltK2U0rZSN914UUpbtd36F+qjVuqmG6qbbqiUtpVS2qpuuqGm6C2VUtpW6qYbL0ppq7rphvoK/TaV0rZSSttK3XTjRSlt1XbrX6iPWqmbbqhuuqFS2lZKaau66YaaordUSmlbqZtuvCilreqmG+or9NtUSttKKW0rddONF6W0Vdutf6E+aqVuuqG66YZKaVsppa3qphtqit5SKaVtpW668aKUtqqbbqiv0G9TKW0rpbSt1E03XpTSVm23/oX6qJW66YbqphsqpW2llLaqm26oKXpLpZS2lbrpxotS2qpuuqG+Qr9NpbStlNK2UjfdeFFKW7Xd+hfqo1bqphuqm26olLaVUtqqbrqhpugtlVLaVuqmGy9Kaau66Yb6Cv02ldK2UkrbSt1040UpbdV261+oj1qpm26obrqhUtpWSmmruumGmqK3VEppW6mbbrwopa3qphvqK/TbVErbSiltK3XTjReltFXbrX+hPmqlbrqhuumGSmlbKaWt6qYbaoreUimlbaVuuvGilLaqm26or9BvUyltK6W0rdRNN16U0lZtt/6F+qiVuumG6qYbKqVtpZS2qptuqCl6S6WUtpW66caLUtqqbrqhvkK/TaW0rZTStlI33XhRSlu13foX6qNWmqK3vGg7vflFKW0rTdFbVDfdqNRNN9QxfSvVTTfUFL1F/TX6Biqlrdpu/Qv1UStN0VtetJ3e/KKUtpWm6C2qm25U6qYb6pi+leqmG2qK3qL+Gn0DldJWbbf+hfqolaboLS/aTm9+UUrbSlP0FtVNNyp10w11TN9KddMNNUVvUX+NvoFKaau2W/9CfdRKU/SWF22nN78opW2lKXqL6qYblbrphjqmb6W66Yaaoreov0bfQKW0Vdutf6E+aqUpesuLttObX5TSttIUvUV1041K3XRDHdO3Ut10Q03RW9Rfo2+gUtqq7da/UB+10hS95UXb6c0vSmlbaYreorrpRqVuuqGO6Vupbrqhpugt6q/RN1ApbdV261+oj1ppit7you305heltK00RW9R3XSjUjfdUMf0rVQ33VBT9Bb11+gbqJS2arv1L9RHrTRFb3nRdnrzi1LaVpqit6huulGpm26oY/pWqptuqCl6i/pr9A1USlu13foX6qNWmqK3vGg7vflFKW0rTdFbVDfdqNRNN9QxfSvVTTfUFL1F/TX6Biqlrdpu/Qv1UStN0VtetJ3e/KKUtpWm6C2qm25U6qYb6pi+leqmG2qK3qL+Gn0DldJWbfeZfwn6+Cqlrfpr9A1USttK3XTjRSltVUpbNUVveVFKW5XSVk3RW36xbrqhuunGprrphtpu/wtD+vgqpa36a/QNVErbSt1040UpbVVKWzVFb3lRSluV0lZN0Vt+sW66obrpxqa66Ybabv8LQ/r4KqWt+mv0DVRK20rddONFKW1VSls1RW95UUpbldJWTdFbfrFuuqG66camuumG2m7/C0P6+Cqlrfpr9A1USttK3XTjRSltVUpbNUVveVFKW5XSVk3RW36xbrqhuunGprrphtpu/wtD+vgqpa36a/QNVErbSt1040UpbVVKWzVFb3lRSluV0lZN0Vt+sW66obrpxqa66Ybabv8LQ/r4KqWt+mv0DVRK20rddONFKW1VSls1RW95UUpbldJWTdFbfrFuuqG66camuumG2m7/C0P6+Cqlrfpr9A1USttK3XTjRSltVUpbNUVveVFKW5XSVk3RW36xbrqhuunGprrphtpu/wtD+vgqpa36a/QNVErbSt1040UpbVVKWzVFb3lRSluV0lZN0Vt+sW66obrpxqa66Ybabv8LQ/r4KqWt+mv0DVRK20rddONFKW1VSls1RW95UUpbldJWTdFbfrFuuqG66camuumG2m7/C0P6+Cqlrfpr9A1USttK3XTjRSltVUpbNUVveVFKW5XSVk3RW36xbrqhuunGprrphtpu/wtD+viqm278YiltVUrbF6W0rZTSdlMpbX+xbrqxqZS2qptuqG66cc39/8FXfOaX6I+kuunGL5bSVqW0fVFK20opbTeV0vYX66Ybm0ppq7rphuqmG9fc/x98xWd+if5Iqptu/GIpbVVK2xeltK2U0nZTKW1/sW66samUtqqbbqhuunHN/f/BV3zml+iPpLrpxi+W0laltH1RSttKKW03ldL2F+umG5tKaau66YbqphvX3P8ffMVnfon+SKqbbvxiKW1VStsXpbStlNJ2Uyltf7FuurGplLaqm26obrpxzf3/wVd85pfoj6S66cYvltJWpbR9UUrbSiltN5XS9hfrphubSmmruumG6qYb19z/H3zFZ36J/kiqm278YiltVUrbF6W0rZTSdlMpbX+xbrqxqZS2qptuqG66cc39/8FXfOaX6I+kuunGL5bSVqW0fVFK20opbTeV0vYX66Ybm0ppq7rphuqmG9fc/x98xWd+if5Iqptu/GIpbVVK2xeltK2U0nZTKW1/sW66samUtqqbbqhuunHN/f/BV3zml+iPpLrpxi+W0laltH1RSttKKW03ldL2F+umG5tKaau66YbqphvX3P8ffMV3fklIf8wXTdFbVEpb9RX6baqbbqiUtiqlbaUpeotKabuplLYqpW2lbrqxqSl6i0ppW+krvvNLQvpjvmiK3qJS2qqv0G9T3XRDpbRVKW0rTdFbVErbTaW0VSltK3XTjU1N0VtUSttKX/GdXxLSH/NFU/QWldJWfYV+m+qmGyqlrUppW2mK3qJS2m4qpa1KaVupm25saoreolLaVvqK7/ySkP6YL5qit6iUtuor9NtUN91QKW1VSttKU/QWldJ2UyltVUrbSt10Y1NT9BaV0rbSV3znl4T0x3zRFL1FpbRVX6Hfprrphkppq1LaVpqit6iUtptKaatS2lbqphubmqK3qJS2lb7iO78kpD/mi6boLSqlrfoK/TbVTTdUSluV0rbSFL1FpbTdVEpbldK2Ujfd2NQUvUWltK30Fd/5JSH9MV80RW9RKW3VV+i3qW66oVLaqpS2laboLSql7aZS2qqUtpW66campugtKqVtpa/4zi8J6Y/5oil6i0ppq75Cv0110w2V0laltK00RW9RKW03ldJWpbSt1E03NjVFb1EpbSt9xXd+SUh/zBdN0VtUSlv1FfptqptuqJS2KqVtpSl6i0ppu6mUtiqlbaVuurGpKXqLSmlb6Su+80tC+mO+aIreolLaqq/Qb1PddEOltFUpbStN0VtUSttNpbRVKW0rddONTU3RW1RK20pf8Zlfoj/SplLaqpS2KqVtpZS2KqWtSmn7ou30ZpXSVqW0VSlt1TF9K5XStlJK20opbVVK20rddENtt/+FIX38TaW0VSltVUrbSiltVUpbldL2RdvpzSqlrUppq1LaqmP6ViqlbaWUtpVS2qqUtpW66Ybabv8LQ/r4m0ppq1LaqpS2lVLaqpS2KqXti7bTm1VKW5XSVqW0Vcf0rVRK20opbSultFUpbSt10w213f4XhvTxN5XSVqW0VSltK6W0VSltVUrbF22nN6uUtiqlrUppq47pW6mUtpVS2lZKaatS2lbqphtqu/0vDOnjbyqlrUppq1LaVkppq1LaqpS2L9pOb1YpbVVKW5XSVh3Tt1IpbSultK2U0laltK3UTTfUdvtfGNLH31RKW5XSVqW0rZTSVqW0VSltX7Sd3qxS2qqUtiqlrTqmb6VS2lZKaVsppa1KaVupm26o7fa/MKSPv6mUtiqlrUppWymlrUppq1Lavmg7vVmltFUpbVVKW3VM30qltK2U0rZSSluV0rZSN91Q2+1/YUgff1MpbVVKW5XStlJKW5XSVqW0fdF2erNKaatS2qqUtuqYvpVKaVsppW2llLYqpW2lbrqhttv/wpA+/qZS2qqUtiqlbaWUtiqlrUpp+6Lt9GaV0laltFUpbdUxfSuV0rZSSttKKW1VSttK3XRDbbf/hSF9/E2ltFUpbVVK20opbVVKW5XS9kXb6c0qpa1KaatS2qpj+lYqpW2llLaVUtqqlLaVuumG2m79C/VRX5TSVk3RWyp10w21nd6suulGpZS2laboLaqbbqhuulFpit6yqZS2aoreUimlrfqK9b9EH/9FKW3VFL2lUjfdUNvpzaqbblRKaVtpit6iuumG6qYblaboLZtKaaum6C2VUtqqr1j/S/TxX5TSVk3RWyp10w21nd6suulGpZS2laboLaqbbqhuulFpit6yqZS2aoreUimlrfqK9b9EH/9FKW3VFL2lUjfdUNvpzaqbblRKaVtpit6iuumG6qYblaboLZtKaaum6C2VUtqqr1j/S/TxX5TSVk3RWyp10w21nd6suulGpZS2laboLaqbbqhuulFpit6yqZS2aoreUimlrfqK9b9EH/9FKW3VFL2lUjfdUNvpzaqbblRKaVtpit6iuumG6qYblaboLZtKaaum6C2VUtqqr1j/S/TxX5TSVk3RWyp10w21nd6suulGpZS2laboLaqbbqhuulFpit6yqZS2aoreUimlrfqK9b9EH/9FKW3VFL2lUjfdUNvpzaqbblRKaVtpit6iuumG6qYblaboLZtKaaum6C2VUtqqr1j/S/TxX5TSVk3RWyp10w21nd6suulGpZS2laboLaqbbqhuulFpit6yqZS2aoreUimlrfqK9b9EH/9FKW3VFL2lUjfdUNvpzaqbblRKaVtpit6iuumG6qYblaboLZtKaaum6C2VUtqqr/jML9EfqVJK218spa2aoreoKXqLmqK3qJS2v1g33bj6/1110w2V0vYXm6K3qO32vzCkj18ppe0vltJWTdFb1BS9RU3RW1RK21+sm25c/f+uuumGSmn7i03RW9R2+18Y0sevlNL2F0tpq6boLWqK3qKm6C0qpe0v1k03rv5/V910Q6W0/cWm6C1qu/0vDOnjV0pp+4ultFVT9BY1RW9RU/QWldL2F+umG1f/v6tuuqFS2v5iU/QWtd3+F4b08SultP3FUtqqKXqLmqK3qCl6i0pp+4t1042r/99VN91QKW1/sSl6i9pu/wtD+viVUtr+Yilt1RS9RU3RW9QUvUWltP3FuunG1f/vqptuqJS2v9gUvUVtt/+FIX38Siltf7GUtmqK3qKm6C1qit6iUtr+Yt104+r/d9VNN1RK219sit6ittv/wpA+fqWUtr9YSls1RW9RU/QWNUVvUSltf7FuunH1/7vqphsqpe0vNkVvUdvtf2FIH79SSttfLKWtmqK3qCl6i5qit6iUtr9YN924+v9dddMNldL2F5uit6jt9r8wpI9fKaXtL5bSVk3RW9QUvUVN0VtUSttfrJtuXP3/rrrphkpp+4tN0VvUdutfqI+qUtqqlLbqvKFvX6mbbqiUttd3/vert1TaTm9WU/SWSiltN3Vq1n9B/dFVSluV0ladN/TtK3XTDZXS9vrO/371lkrb6c1qit5SKaXtpk7N+i+oP7pKaatS2qrzhr59pW66oVLaXt/536/eUmk7vVlN0VsqpbTd1KlZ/wX1R1cpbVVKW3Xe0Lev1E03VErb6zv/+9VbKm2nN6spekullLabOjXrv6D+6CqlrUppq84b+vaVuumGSml7fed/v3pLpe30ZjVFb6mU0nZTp2b9F9QfXaW0VSlt1XlD375SN91QKW2v7/zvV2+ptJ3erKboLZVS2m7q1Kz/gvqjq5S2KqWtOm/o21fqphsqpe31nf/96i2VttOb1RS9pVJK202dmvVfUH90ldJWpbRV5w19+0rddEOltL2+879fvaXSdnqzmqK3VEppu6lTs/4L6o+uUtqqlLbqvKFvX6mbbqiUttd3/vert1TaTm9WU/SWSiltN3Vq1n9B/dFVSluV0ladN/TtK3XTDZXS9vrO/371lkrb6c1qit5SKaXtpk7NZ76g/nFU6qYbm0pp+6KUtr9YSls1RW/ZVEpbtZ3erKboLSqlbaWUtqqbblRKaVsppa3abv8LQ/r4lbrpxqZS2r4ope0vltJWTdFbNpXSVm2nN6speotKaVsppa3qphuVUtpWSmmrttv/wpA+fqVuurGplLYvSmn7i6W0VVP0lk2ltFXb6c1qit6iUtpWSmmruulGpZS2lVLaqu32vzCkj1+pm25sKqXti1La/mIpbdUUvWVTKW3VdnqzmqK3qJS2lVLaqm66USmlbaWUtmq7/S8M6eNX6qYbm0pp+6KUtr9YSls1RW/ZVEpbtZ3erKboLSqlbaWUtqqbblRKaVsppa3abv8LQ/r4lbrpxqZS2r4ope0vltJWTdFbNpXSVm2nN6speotKaVsppa3qphuVUtpWSmmrttv/wpA+fqVuurGplLYvSmn7i6W0VVP0lk2ltFXb6c1qit6iUtpWSmmruulGpZS2lVLaqu32vzCkj1+pm25sKqXti1La/mIpbdUUvWVTKW3VdnqzmqK3qJS2lVLaqm66USmlbaWUtmq7/S8M6eNX6qYbm0pp+6KUtr9YSls1RW/ZVEpbtZ3erKboLSqlbaWUtqqbblRKaVsppa3abv8LQ/r4lbrpxqZS2r4ope0vltJWTdFbNpXSVm2nN6speotKaVsppa3qphuVUtpWSmmrtlv/Qn3UF6W0rdRNNyqltFUpbVVK21+sm26olLaVUtq+KKXti75Cv01tpzdXSmmrUtqqY+u/jP6YL0ppW6mbblRKaatS2qqUtr9YN91QKW0rpbR9UUrbF32FfpvaTm+ulNJWpbRVx9Z/Gf0xX5TStlI33aiU0laltFUpbX+xbrqhUtpWSmn7opS2L/oK/Ta1nd5cKaWtSmmrjq3/MvpjviilbaVuulEppa1KaatS2v5i3XRDpbStlNL2RSltX/QV+m1qO725UkpbldJWHVv/ZfTHfFFK20rddKNSSluV0laltP3FuumGSmlbKaXti1Lavugr9NvUdnpzpZS2KqWtOrb+y+iP+aKUtpW66UallLYqpa1KafuLddMNldK2UkrbF6W0fdFX6Lep7fTmSiltVUpbdWz9l9Ef80UpbSt1041KKW1VSluV0vYX66YbKqVtpZS2L0pp+6Kv0G9T2+nNlVLaqpS26tj6L6M/5otS2lbqphuVUtqqlLYqpe0v1k03VErbSiltX5TS9kVfod+mttObK6W0VSlt1bH1X0Z/zBeltK3UTTcqpbRVKW1VSttfrJtuqJS2lVLaviil7Yu+Qr9Nbac3V0ppq1LaqmPrv4z+mC9KaVupm25USmmrUtqqlLa/WDfdUCltK6W0fVFK2xd9hX6b2k5vrpTSVqW0VcfWfxn9MdVX6LdtaoreorrpRqWUtqqbblSaoreolLaVUtqqbrpR6Sv02yqltH3Rdnqz2m79C/VR1Vfot21qit6iuulGpZS2qptuVJqit6iUtpVS2qpuulHpK/TbKqW0fdF2erPabv0L9VHVV+i3bWqK3qK66UallLaqm25UmqK3qJS2lVLaqm66Uekr9NsqpbR90XZ6s9pu/Qv1UdVX6LdtaoreorrpRqWUtqqbblSaoreolLaVUtqqbrpR6Sv02yqltH3Rdnqz2m79C/VR1Vfot21qit6iuulGpZS2qptuVJqit6iUtpVS2qpuulHpK/TbKqW0fdF2erPabv0L9VHVV+i3bWqK3qK66UallLaqm25UmqK3qJS2lVLaqm66Uekr9NsqpbR90XZ6s9pu/Qv1UdVX6LdtaoreorrpRqWUtqqbblSaoreolLaVUtqqbrpR6Sv02yqltH3Rdnqz2m79C/VR1Vfot21qit6iuulGpZS2qptuVJqit6iUtpVS2qpuulHpK/TbKqW0fdF2erPabv0L9VHVV+i3bWqK3qK66UallLaqm25UmqK3qJS2lVLaqm66Uekr9NsqpbR90XZ6s9pu/Qv1UdVX6LdtaoreorrpRqWUtqqbblSaoreolLaVUtqqbrpR6Sv02yqltH3Rdnqz2m79C/VRN5XSVqW0VSlt1RS9ZVMpbVU33dhUSls1RW9RKW0rbac3q266UambbqhuuqFOzfovqD/6plLaqpS2KqWtmqK3bCqlreqmG5tKaaum6C0qpW2l7fRm1U03KnXTDdVNN9SpWf8F9UffVEpbldJWpbRVU/SWTaW0Vd10Y1MpbdUUvUWltK20nd6suulGpW66obrphjo167+g/uibSmmrUtqqlLZqit6yqZS2qptubCqlrZqit6iUtpW205tVN92o1E03VDfdUKdm/RfUH31TKW1VSluV0lZN0Vs2ldJWddONTaW0VVP0FpXSttJ2erPqphuVuumG6qYb6tSs/4L6o28qpa1KaatS2qopesumUtqqbrqxqZS2aoreolLaVtpOb1bddKNSN91Q3XRDnZr1X1B/9E2ltFUpbVVKWzVFb9lUSlvVTTc2ldJWTdFbVErbStvpzaqbblTqphuqm26oU7P+C+qPvqmUtiqlrUppq6boLZtKaau66camUtqqKXqLSmlbaTu9WXXTjUrddEN10w11atZ/Qf3RN5XSVqW0VSlt1RS9ZVMpbVU33dhUSls1RW9RKW0rbac3q266UambbqhuuqFOzfovqD/6plLaqpS2KqWtmqK3bCqlreqmG5tKaaum6C0qpW2l7fRm1U03KnXTDdVNN9SpuS9YpH+UKqWtSmn7om668aJuuqG205s31U03KqW0/cVS2qpuulFpit5SKaWt6qYbarv9L1xOf3SV0laltH1RN914UTfdUNvpzZvqphuVUtr+YiltVTfdqDRFb6mU0lZ10w213f4XLqc/ukppq1Lavqibbryom26o7fTmTXXTjUopbX+xlLaqm25UmqK3VEppq7rphtpu/wuX0x9dpbRVKW1f1E03XtRNN9R2evOmuulGpZS2v1hKW9VNNypN0VsqpbRV3XRDbbf/hcvpj65S2qqUti/qphsv6qYbaju9eVPddKNSSttfLKWt6qYblaboLZVS2qpuuqG22//C5fRHVyltVUrbF3XTjRd10w21nd68qW66USml7S+W0lZ1041KU/SWSiltVTfdUNvtf+Fy+qOrlLYqpe2LuunGi7rphtpOb95UN92olNL2F0tpq7rpRqUpekullLaqm26o7fa/cDn90VVKW5XS9kXddONF3XRDbac3b6qbblRKafuLpbRV3XSj0hS9pVJKW9VNN9R2+1+4nP7oKqWtSmn7om668aJuuqG205s31U03KqW0/cVS2qpuulFpit5SKaWt6qYbarv9L1xOf3SV0laltH1RN914UTfdUNvpzZvqphuVUtr+YiltVTfdqDRFb6mU0lZ10w213foX6qO+qJtuqJS2KqVtpZS2KqWt6qYblbrphkpp+4ultH1RStsXddONSiltVUrba+77bbf+hfqoL+qmGyqlrUppWymlrUppq7rpRqVuuqFS2v5iKW1flNL2Rd10o1JKW5XS9pr7ftutf6E+6ou66YZKaatS2lZKaatS2qpuulGpm26olLa/WErbF6W0fVE33aiU0laltL3mvt9261+oj/qibrqhUtqqlLaVUtqqlLaqm25U6qYbKqXtL5bS9kUpbV/UTTcqpbRVKW2vue+33foX6qO+qJtuqJS2KqVtpZS2KqWt6qYblbrphkpp+4ultH1RStsXddONSiltVUrba+77bbf+hfqoL+qmGyqlrUppWymlrUppq7rpRqVuuqFS2v5iKW1flNL2Rd10o1JKW5XS9pr7ftutf6E+6ou66YZKaatS2lZKaatS2qpuulGpm26olLa/WErbF6W0fVE33aiU0laltL3mvt9261+oj/qibrqhUtqqlLaVUtqqlLaqm25U6qYbKqXtL5bS9kUpbV/UTTcqpbRVKW2vue+33foX6qO+qJtuqJS2KqVtpZS2KqWt6qYblbrphkpp+4ultH1RStsXddONSiltVUrba+77bbf+hfqoL+qmGyqlrUppWymlrUppq7rpRqVuuqFS2v5iKW1flNL2Rd10o1JKW5XS9pr7ftutf6E+qtpOb660nd6spugt6iv021RKW5XStlJK20rddKNSSttKKW0rTdFbVEpbldJWTdFb1Fes/yX6+Go7vbnSdnqzmqK3qK/Qb1MpbVVK20opbSt1041KKW0rpbStNEVvUSltVUpbNUVvUV+x/pfo46vt9OZK2+nNaoreor5Cv02ltFUpbSultK3UTTcqpbStlNK20hS9RaW0VSlt1RS9RX3F+l+ij6+205srbac3qyl6i/oK/TaV0laltK2U0rZSN92olNK2UkrbSlP0FpXSVqW0VVP0FvUV63+JPr7aTm+utJ3erKboLeor9NtUSluV0rZSSttK3XSjUkrbSiltK03RW1RKW5XSVk3RW9RXrP8l+vhqO7250nZ6s5qit6iv0G9TKW1VSttKKW0rddONSiltK6W0rTRFb1EpbVVKWzVFb1Ffsf6X6OOr7fTmStvpzWqK3qK+Qr9NpbRVKW0rpbSt1E03KqW0rZTSttIUvUWltFUpbdUUvUV9xfpfoo+vttObK22nN6speov6Cv02ldJWpbStlNK2UjfdqJTStlJK20pT9BaV0laltFVT9Bb1Fet/iT6+2k5vrrSd3qym6C3qK/TbVEpbldK2UkrbSt10o1JK20opbStN0VtUSluV0lZN0VvUV6z/Jfr4aju9udJ2erOaoreor9BvUyltVUrbSiltK3XTjUopbSultK00RW9RKW1VSls1RW9RX7H+l+jjV0ppW6mbbrxoO71ZHdO3UiltK6W0Vd10Q32FfptKafvluunGi1Lavmi79S/UR62U0rZSN9140XZ6szqmb6VS2lZKaau66Yb6Cv02ldL2y3XTjReltH3RdutfqI9aKaVtpW668aLt9GZ1TN9KpbStlNJWddMN9RX6bSql7ZfrphsvSmn7ou3Wv1AftVJK20rddONF2+nN6pi+lUppWymlreqmG+or9NtUStsv1003XpTS9kXbrX+hPmqllLaVuunGi7bTm9UxfSuV0rZSSlvVTTfUV+i3qZS2X66bbrwope2Ltlv/Qn3USiltK3XTjRdtpzerY/pWKqVtpZS2qptuqK/Qb1Mpbb9cN914UUrbF223/oX6qJVS2lbqphsv2k5vVsf0rVRK20opbVU33VBfod+mUtp+uW668aKUti/abv0L9VErpbSt1E03XrSd3qyO6VuplLaVUtqqbrqhvkK/TaW0/XLddONFKW1ftN36F+qjVkppW6mbbrxoO71ZHdO3UiltK6W0Vd10Q32FfptKafvluunGi1Lavmi79S/UR62U0rZSN9140XZ6szqmb6VS2lZKaau66Yb6Cv02ldL2y3XTjReltH3Rdt/5f4Qh+qOrlLYvSmn7opS2KqVtpZS2m5qit1TqphvqK/TbVDfdqJTStlI33ai0nd6sttv/wuX0R1cpbV+U0vZFKW1VSttKKW03NUVvqdRNN9RX6LepbrpRKaVtpW66UWk7vVltt/+Fy+mPrlLaviil7YtS2qqUtpVS2m5qit5SqZtuqK/Qb1PddKNSSttK3XSj0nZ6s9pu/wuX0x9dpbR9UUrbF6W0VSltK6W03dQUvaVSN91QX6HfprrpRqWUtpW66Ual7fRmtd3+Fy6nP7pKafuilLYvSmmrUtpWSmm7qSl6S6VuuqG+Qr9NddONSiltK3XTjUrb6c1qu/0vXE5/dJXS9kUpbV+U0laltK2U0nZTU/SWSt10Q32FfpvqphuVUtpW6qYblbbTm9V2+1+4nP7oKqXti1LaviilrUppWyml7aam6C2VuumG+gr9NtVNNyqltK3UTTcqbac3q+32v3A5/dFVStsXpbR9UUpbldK2UkrbTU3RWyp10w31FfptqptuVEppW6mbblTaTm9W2+1/4XL6o6uUti9KafuilLYqpW2llLabmqK3VOqmG+or9NtUN92olNK2UjfdqLSd3qy22//C5fRHVyltX5TS9kUpbVVK20opbTc1RW+p1E031Ffot6luulEppW2lbrpRaTu9WW23/oX6qCqlrUppWyml7bX/f3Db6ZuqlLYv6qYbL+qmG79YN934ct10Qx1b/2X0x1QpbVVK20opba/7H3qVvqlKafuibrrxom668Yt1040v10031LH1X0Z/TJXSVqW0rZTS9rr/oVfpm6qUti/qphsv6qYbv1g33fhy3XRDHVv/ZfTHVCltVUrbSiltr/sfepW+qUpp+6JuuvGibrrxi3XTjS/XTTfUsfVfRn9MldJWpbStlNL2uv+hV+mbqpS2L+qmGy/qphu/WDfd+HLddEMdW/9l9MdUKW1VSttKKW2v+x96lb6pSmn7om668aJuuvGLddONL9dNN9Sx9V9Gf0yV0laltK2U0va6/6FX6ZuqlLYv6qYbL+qmG79YN934ct10Qx1b/2X0x1QpbVVK20opba/7H3qVvqlKafuibrrxom668Yt1040v10031LH1X0Z/TJXSVqW0rZTS9rr/oVfpm6qUti/qphsv6qYbv1g33fhy3XRDHVv/ZfTHVCltVUrbSiltr/sfepW+qUpp+6JuuvGibrrxi3XTjS/XTTfUsT/3ZfSPo1I33ajUTTcqTdFbVEpbldJWddMNldK2Ukpb1U03VEpbldL2F+umG79YSluV0rbSX/PnfrH+6JW66UalbrpRaYreolLaqpS2qptuqJS2lVLaqm66oVLaqpS2v1g33fjFUtqqlLaV/po/94v1R6/UTTcqddONSlP0FpXSVqW0Vd10Q6W0rZTSVnXTDZXSVqW0/cW66cYvltJWpbSt9Nf8uV+sP3qlbrpRqZtuVJqit6iUtiqlreqmGyqlbaWUtqqbbqiUtiql7S/WTTd+sZS2KqVtpb/mz/1i/dErddONSt10o9IUvUWltFUpbVU33VApbSultFXddEOltFUpbX+xbrrxi6W0VSltK/01f+4X649eqZtuVOqmG5Wm6C0qpa1Kaau66YZKaVsppa3qphsqpa1KafuLddONXyylrUppW+mv+XO/WH/0St10o1I33ag0RW9RKW1VSlvVTTdUSttKKW1VN91QKW1VSttfrJtu/GIpbVVK20p/zZ/7xfqjV+qmG5W66UalKXqLSmmrUtqqbrqhUtpWSmmruumGSmmrUtr+Yt104xdLaatS2lb6a/7cL9YfvVI33ajUTTcqTdFbVEpbldJWddMNldK2Ukpb1U03VEpbldL2F+umG79YSluV0rbSX/PnfrH+6JW66UalbrpRaYreolLaqpS2qptuqJS2lVLaqm66oVLaqpS2v1g33fjFUtqqlLaV/pq/94uH6B+b6qYbaoreolLaqm66samUtpVS2r6om25USmmrUtqqbrqhuunGl0tpq1Lavmi7/S/8CP3jUN10Q03RW1RKW9VNNzaV0rZSStsXddONSiltVUpb1U03VDfd+HIpbVVK2xdtt/+FH6F/HKqbbqgpeotKaau66camUtpWSmn7om66USmlrUppq7rphuqmG18upa1Kafui7fa/8CP0j0N10w01RW9RKW1VN93YVErbSiltX9RNNyqltFUpbVU33VDddOPLpbRVKW1ftN3+F36E/nGobrqhpugtKqWt6qYbm0ppWyml7Yu66UallLYqpa3qphuqm258uZS2KqXti7bb/8KP0D8O1U031BS9RaW0Vd10Y1MpbSultH1RN92olNJWpbRV3XRDddONL5fSVqW0fdF2+1/4EfrHobrphpqit6iUtqqbbmwqpW2llLYv6qYblVLaqpS2qptuqG668eVS2qqUti/abv8LP0L/OFQ33VBT9BaV0lZ1041NpbStlNL2Rd10o1JKW5XSVnXTDdVNN75cSluV0vZF2+1/4UfoH4fqphtqit6iUtqqbrqxqZS2lVLavqibblRKaatS2qpuuqG66caXS2mrUtq+aLv9L/wI/eNQ3XRDTdFbVEpb1U03NpXStlJK2xd1041KKW1VSlvVTTdUN934ciltVUrbF223/oX6qJVS2m5qit6iUtq+qJtu/GJT9BbVTTcqpbRVKW1VN91Q3XRDpbStlNL2y3XTDbXd+hfqo1ZKabupKXqLSmn7om668YtN0VtUN92olNJWpbRV3XRDddMNldK2UkrbL9dNN9R261+oj1oppe2mpugtKqXti7rpxi82RW9R3XSjUkpbldJWddMN1U03VErbSiltv1w33VDbrX+hPmqllLabmqK3qJS2L+qmG7/YFL1FddONSiltVUpb1U03VDfdUCltK6W0/XLddENtt/6F+qiVUtpuaoreolLavqibbvxiU/QW1U03KqW0VSltVTfdUN10Q6W0rZTS9st10w213foX6qNWSmm7qSl6i0pp+6JuuvGLTdFbVDfdqJTSVqW0Vd10Q3XTDZXStlJK2y/XTTfUdutfqI9aKaXtpqboLSql7Yu66cYvNkVvUd10o1JKW5XSVnXTDdVNN1RK20opbb9cN91Q261/oT5qpZS2m5qit6iUti/qphu/2BS9RXXTjUopbVVKW9VNN1Q33VApbSultP1y3XRDbbf+hfqolVLabmqK3qJS2r6om278YlP0FtVNNyqltFUpbVU33VDddEOltK2U0vbLddMNtd36F+qjVkppu6kpeotKafuibrrxi03RW1Q33aiU0laltFXddEN10w2V0rZSStsv10031Hb7XxjSx6/0FfptKqWt6qYblVLaqm66obrphkppWymlreqmG5Wm6C3X/n/3Kd1QKW1VN91Q2+1/YUgfv9JX6LeplLaqm25USmmruumG6qYbKqVtpZS2qptuVJqit1z7/92ndEOltFXddENtt/+FIX38Sl+h36ZS2qpuulEppa3qphuqm26olLaVUtqqbrpRaYrecu3/d5/SDZXSVnXTDbXd/heG9PErfYV+m0ppq7rpRqWUtqqbbqhuuqFS2lZKaau66UalKXrLtf/ffUo3VEpb1U031Hb7XxjSx6/0FfptKqWt6qYblVLaqm66obrphkppWymlreqmG5Wm6C3X/n/3Kd1QKW1VN91Q2+1/YUgfv9JX6LeplLaqm25USmmruumG6qYbKqVtpZS2qptuVJqit1z7/92ndEOltFXddENtt/+FIX38Sl+h36ZS2qpuulEppa3qphuqm26olLaVUtqqbrpRaYrecu3/d5/SDZXSVnXTDbXd/heG9PErfYV+m0ppq7rpRqWUtqqbbqhuuqFS2lZKaau66UalKXrLtf/ffUo3VEpb1U031Hb7XxjSx6/0FfptKqWt6qYblVLaqm66obrphkppWymlreqmG5Wm6C3X/n/3Kd1QKW1VN91Q2+1/YUgfv9JX6LeplLaqm25USmmruumG6qYbKqVtpZS2qptuVJqit1z7/92ndEOltFXddENtt/+FQ/THVN10o1JKW7Wd3vyilLZqit6iUtpec/9etL36//emG1+um26or/jOL2mmP7rqphuVUtqq7fTmF6W0VVP0FpXS9pr796Lt1f+/N934ct10Q33Fd35JM/3RVTfdqJTSVm2nN78opa2aoreolLbX3L8Xba/+/73pxpfrphvqK77zS5rpj6666UallLZqO735RSlt1RS9RaW0veb+vWh79f/vTTe+XDfdUF/xnV/STH901U03KqW0VdvpzS9Kaaum6C0qpe019+9F26v/f2+68eW66Yb6iu/8kmb6o6tuulEppa3aTm9+UUpbNUVvUSltr7l/L9pe/f97040v10031Fd855c00x9dddONSilt1XZ684tS2qopeotKaXvN/XvR9ur/35tufLluuqG+4ju/pJn+6KqbblRKaau205tflNJWTdFbVErba+7fi7ZX///edOPLddMN9RXf+SXN9EdX3XSjUkpbtZ3e/KKUtmqK3qJS2l5z/160vfr/96YbX66bbqiv+M4vaaY/uuqmG5VS2qrt9OYXpbRVU/QWldL2mvv3ou3V/7833fhy3XRDfcV3fskh/eNVU/SWSmcX/Y3UFL1FddMNldJ2UyltVUrbF6W0VVP0FtVNN9RXfOeXHNI/XjVFb6l0dtHfSE3RW1Q33VApbTeV0laltH1RSls1RW9R3XRDfcV3fskh/eNVU/SWSmcX/Y3UFL1FddMNldJ2UyltVUrbF6W0VVP0FtVNN9RXfOeXHNI/XjVFb6l0dtHfSE3RW1Q33VApbTeV0laltH1RSls1RW9R3XRDfcV3fskh/eNVU/SWSmcX/Y3UFL1FddMNldJ2UyltVUrbF6W0VVP0FtVNN9RXfOeXHNI/XjVFb6l0dtHfSE3RW1Q33VApbTeV0laltH1RSls1RW9R3XRDfcV3fskh/eNVU/SWSmcX/Y3UFL1FddMNldJ2UyltVUrbF6W0VVP0FtVNN9RXfOeXHNI/XjVFb6l0dtHfSE3RW1Q33VApbTeV0laltH1RSls1RW9R3XRDfcV3fskh/eNVU/SWSmcX/Y3UFL1FddMNldJ2UyltVUrbF6W0VVP0FtVNN9RXfOeXHNI/XjVFb6l0dtHfSE3RW1Q33VApbTeV0laltH1RSls1RW9R3XRDfcX6X6KPf/29f/h6i0ppW6mbbny5lLYqpW2llLYqpe2LTo2+qUppq1Laqil6i9pu/Qv1Ua/+P5tuqCl6i0ppW6mbbny5lLYqpW2llLYqpe2LTo2+qUppq1Laqil6i9pu/Qv1Ua/+P5tuqCl6i0ppW6mbbny5lLYqpW2llLYqpe2LTo2+qUppq1Laqil6i9pu/Qv1Ua/+P5tuqCl6i0ppW6mbbny5lLYqpW2llLYqpe2LTo2+qUppq1Laqil6i9pu/Qv1Ua/+P5tuqCl6i0ppW6mbbny5lLYqpW2llLYqpe2LTo2+qUppq1Laqil6i9pu/Qv1Ua/+P5tuqCl6i0ppW6mbbny5lLYqpW2llLYqpe2LTo2+qUppq1Laqil6i9pu/Qv1Ua/+P5tuqCl6i0ppW6mbbny5lLYqpW2llLYqpe2LTo2+qUppq1Laqil6i9pu/Qv1Ua/+P5tuqCl6i0ppW6mbbny5lLYqpW2llLYqpe2LTo2+qUppq1Laqil6i9pu/Qv1Ua/+P5tuqCl6i0ppW6mbbny5lLYqpW2llLYqpe2LTo2+qUppq1Laqil6i9pu/Qv1Ua/+P5tuqCl6i0ppW6mbbny5lLYqpW2llLYqpe2LTo2+qUppq1Laqil6i9pu/Qv1UdVX6LepbrqhUtpWmqK3qJS2qptuVEppq6boLSqlrUppq1LaqpS2lbrpxotS2qopekulY+u/jP6Y6iv021Q33VApbStN0VtUSlvVTTcqpbRVU/QWldJWpbRVKW1VSttK3XTjRSlt1RS9pdKx9V9Gf0z1FfptqptuqJS2laboLSqlreqmG5VS2qopeotKaatS2qqUtiqlbaVuuvGilLZqit5S6dj6L6M/pvoK/TbVTTdUSttKU/QWldJWddONSilt1RS9RaW0VSltVUpbldK2UjfdeFFKWzVFb6l0bP2X0R9TfYV+m+qmGyqlbaUpeotKaau66UallLZqit6iUtqqlLYqpa1KaVupm268KKWtmqK3VDq2/svoj6m+Qr9NddMNldK20hS9RaW0Vd10o1JKWzVFb1EpbVVKW5XSVqW0rdRNN16U0lZN0VsqHVv/ZfTHVF+h36a66YZKaVtpit6iUtqqbrpRKaWtmqK3qJS2KqWtSmmrUtpW6qYbL0ppq6boLZWOrf8y+mOqr9BvU910Q6W0rTRFb1EpbVU33aiU0lZN0VtUSluV0laltFUpbSt1040XpbRVU/SWSsfWfxn9MdVX6LepbrqhUtpWmqK3qJS2qptuVEppq6boLSqlrUppq1LaqpS2lbrpxotS2qopekulY+u/jP6Y6iv021Q33VApbStN0VtUSlvVTTcqpbRVU/QWldJWpbRVKW1VSttK3XTjRSlt1RS9pdKx9V9Gf0yV0vZFKW1VStsXTdFbXpTStlJKW5XS9sultFUpbVU33fjFpugt11zbrX+hPqpKafuilLYqpe2LpugtL0ppWymlrUpp++VS2qqUtqqbbvxiU/SWa67t1r9QH1WltH1RSluV0vZFU/SWF6W0rZTSVqW0/XIpbVVKW9VNN36xKXrLNdd261+oj6pS2r4opa1KafuiKXrLi1LaVkppq1LafrmUtiqlreqmG7/YFL3lmmu79S/UR1UpbV+U0laltH3RFL3lRSltK6W0VSltv1xKW5XSVnXTjV9sit5yzbXd+hfqo6qUti9KaatS2r5oit7yopS2lVLaqpS2Xy6lrUppq7rpxi82RW+55tpu/Qv1UVVK2xeltFUpbV80RW95UUrbSiltVUrbL5fSVqW0Vd104xebordcc223/oX6qCql7YtS2qqUti+aore8KKVtpZS2KqXtl0tpq1Laqm668YtN0VuuubZb/0J9VJXS9kUpbVVK2xdN0VtelNK2UkpbldL2y6W0VSltVTfd+MWm6C3XXNutf6E+qkpp+6KUtiql7Yum6C0vSmlbKaWtSmn75VLaqpS2qptu/GJT9JZrru3Wv1AfVaW0fVFKW9VNNyqltH1RSlvVTTdelNJWpbTdVEpb1U03VEpb1U03vtx2erPqphuVtlv/Qn1UldL2RSltVTfdqJTS9kUpbVU33XhRSluV0nZTKW1VN91QKW1VN934ctvpzaqbblTabv0L9VFVStsXpbRV3XSjUkrbF6W0Vd1040UpbVVK202ltFXddEOltFXddOPLbac3q266UWm79S/UR1UpbV+U0lZ1041KKW1flNJWddONF6W0VSltN5XSVnXTDZXSVnXTjS+3nd6suulGpe3Wv1AfVaW0fVFKW9VNNyqltH1RSlvVTTdelNJWpbTdVEpb1U03VEpb1U03vtx2erPqphuVtlv/Qn1UldL2RSltVTfdqJTS9kUpbVU33XhRSluV0nZTKW1VN91QKW1VN934ctvpzaqbblTabv0L9VFVStsXpbRV3XSjUkrbF6W0Vd1040UpbVVK202ltFXddEOltFXddOPLbac3q266UWm79S/UR1UpbV+U0lZ1041KKW1flNJWddONF6W0VSltN5XSVnXTDZXSVnXTjS+3nd6suulGpe3Wv1AfVaW0fVFKW9VNNyqltH1RSlvVTTdelNJWpbTdVEpb1U03VEpb1U03vtx2erPqphuVtlv/Qn1UldL2RSltVTfdqJTS9kUpbVU33XhRSluV0nZTKW1VN91QKW1VN934ctvpzaqbblTabv0L9VFVStsXpbRVU/QWldK20nZ6c6UpeotKaVsppe2LvkK/TXXTjReltFXddEN9hX6b2m79C/VRVUrbF6W0VVP0FpXSttJ2enOlKXqLSmlbKaXti75Cv011040XpbRV3XRDfYV+m9pu/Qv1UVVK2xeltFVT9BaV0rbSdnpzpSl6i0ppWyml7Yu+Qr9NddONF6W0Vd10Q32Ffpvabv0L9VFVStsXpbRVU/QWldK20nZ6c6UpeotKaVsppe2LvkK/TXXTjReltFXddEN9hX6b2m79C/VRVUrbF6W0VVP0FpXSttJ2enOlKXqLSmlbKaXti75Cv011040XpbRV3XRDfYV+m9pu/Qv1UVVK2xeltFVT9BaV0rbSdnpzpSl6i0ppWyml7Yu+Qr9NddONF6W0Vd10Q32Ffpvabv0L9VFVStsXpbRVU/QWldK20nZ6c6UpeotKaVsppe2LvkK/TXXTjReltFXddEN9hX6b2m79C/VRVUrbF6W0VVP0FpXSttJ2enOlKXqLSmlbKaXti75Cv011040XpbRV3XRDfYV+m9pu/Qv1UVVK2xeltFVT9BaV0rbSdnpzpSl6i0ppWyml7Yu+Qr9NddONF6W0Vd10Q32Ffpvabv0L9VFVStsXpbRVU/QWldK20nZ6c6UpeotKaVsppe2LvkK/TXXTjReltFXddEN9hX6b2m79C/VR1Vfot6mUtiqlrUpp+6Ipesv19/696EallLZqO725UjfduOb+d77d+hfqo6qv0G9TKW1VSluV0vZFU/SW6+/9e9GNSilt1XZ6c6VuunHN/e98u/Uv1EdVX6HfplLaqpS2KqXti6boLdff+/eiG5VS2qrt9OZK3XTjmvvf+XbrX6iPqr5Cv02ltFUpbVVK2xdN0Vuuv/fvRTcqpbRV2+nNlbrpxjX3v/Pt1r9QH1V9hX6bSmmrUtqqlLYvmqK3XH/v34tuVEppq7bTmyt1041r7n/n261/oT6q+gr9NpXSVqW0VSltXzRFb7n+3r8X3aiU0lZtpzdX6qYb19z/zrdb/0J9VPUV+m0qpa1KaatS2r5oit5y/b1/L7pRKaWt2k5vrtRNN665/51vt/6F+qjqK/TbVEpbldJWpbR90RS95fp7/150o1JKW7Wd3lypm25cc/873279C/VR1Vfot6mUtiqlrUpp+6Ipesv19/696EallLZqO725UjfduOb+d77d+hfqo6qv0G9TKW1VSluV0vZFU/SW6+/9e9GNSilt1XZ6c6VuunHN/e98u/Uv1Ee99v8fR0rbSilt1Vfot71oO735RSltK3XTDZXStlJKW5XSdlPddONFX7H+l+jjX/v/h5TStlJKW/UV+m0v2k5vflFK20rddEOltK2U0laltN1UN9140Ves/yX6+Nf+/yGltK2U0lZ9hX7bi7bTm1+U0rZSN91QKW0rpbRVKW031U03XvQV63+JPv61/39IKW0rpbRVX6Hf9qLt9OYXpbSt1E03VErbSiltVUrbTXXTjRd9xfpfoo9/7f8fUkrbSilt1Vfot71oO735RSltK3XTDZXStlJKW5XSdlPddONFX7H+l+jjX/v/h5TStlJKW/UV+m0v2k5vflFK20rddEOltK2U0laltN1UN9140Ves/yX6+Nf+/yGltK2U0lZ9hX7bi7bTm1+U0rZSN91QKW0rpbRVKW031U03XvQV63+JPv61/39IKW0rpbRVX6Hf9qLt9OYXpbSt1E03VErbSiltVUrbTXXTjRd9xfpfoo9/7f8fUkrbSilt1Vfot71oO735RSltK3XTDZXStlJKW5XSdlPddONFX7H+l+jjX/v/h5TStlJKW/UV+m0v2k5vflFK20rddEOltK2U0laltN1UN9140Vd855ecc8455/yY+w+xc84555wh9x9i55xzzjlD7j/EzjnnnHOG3H+InXPOOecMuf8QO+ecc84Zcv8hds4555wz5P5D7JxzzjlnyP2H2DnnnHPOkPsPsXPOOeecIfcfYuecc845Q+4/xM4555xzhtx/iJ1zzjnnDLn/EDvnnHPOGXL/IXbOOeecM+T+Q+ycc845Z8j9h9g555xzzpD7D7FzzjnnnCH3H2LnnHPOOUPuP8TOOeecc4bcf4idc8455wy5/xA755xzzhly/yF2zjnnnDPk/kPsnHPOOWfI/YfYOeecc86Q+w+xc84555wh9x9i55xzzjlD7j/EzjnnnHOG3H+InXPOOecMuf8QO+ecc84Zcv8hds4555wz5P5D7JxzzjlnyP2H2DnnnHPOkPsPsXPOOeecIfcfYuecc845Q+4/xM4555xzhtx/iJ1zzjnnDLn/EDvnnHPOGXL/IXbOOeecM+T+Q+ycc845Z8T//d//A1L4Z9ZnayWDAAAAAElFTkSuQmCC\"\r\n}"},{"id":"772e9adb-6f0c-4e57-8f0a-cf2dfe84b611","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/api/customer/gAuthenticator"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"html","header":[],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n\n<head>\n\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\" />\n\t<title>401 - Unauthorized: Access is denied due to invalid credentials.</title>\n\t<style type=\"text/css\">\n\t\t<!--\n\t\tbody {\n\t\t\tmargin: 0;\n\t\t\tfont-size: .7em;\n\t\t\tfont-family: Verdana, Arial, Helvetica, sans-serif;\n\t\t\tbackground: #EEEEEE;\n\t\t}\n\n\t\tfieldset {\n\t\t\tpadding: 0 15px 10px 15px;\n\t\t}\n\n\t\th1 {\n\t\t\tfont-size: 2.4em;\n\t\t\tmargin: 0;\n\t\t\tcolor: #FFF;\n\t\t}\n\n\t\th2 {\n\t\t\tfont-size: 1.7em;\n\t\t\tmargin: 0;\n\t\t\tcolor: #CC0000;\n\t\t}\n\n\t\th3 {\n\t\t\tfont-size: 1.2em;\n\t\t\tmargin: 10px 0 0 0;\n\t\t\tcolor: #000000;\n\t\t}\n\n\t\t#header {\n\t\t\twidth: 96%;\n\t\t\tmargin: 0 0 0 0;\n\t\t\tpadding: 6px 2% 6px 2%;\n\t\t\tfont-family: \"trebuchet MS\", Verdana, sans-serif;\n\t\t\tcolor: #FFF;\n\t\t\tbackground-color: #555555;\n\t\t}\n\n\t\t#content {\n\t\t\tmargin: 0 0 0 2%;\n\t\t\tposition: relative;\n\t\t}\n\n\t\t.content-container {\n\t\t\tbackground: #FFF;\n\t\t\twidth: 96%;\n\t\t\tmargin-top: 8px;\n\t\t\tpadding: 10px;\n\t\t\tposition: relative;\n\t\t}\n\t\t-->\n\t</style>\n</head>\n\n<body>\n\t<div id=\"header\">\n\t\t<h1>Server Error</h1>\n\t</div>\n\t<div id=\"content\">\n\t\t<div class=\"content-container\">\n\t\t\t<fieldset>\n\t\t\t\t<h2>401 - Unauthorized: Access is denied due to invalid credentials.</h2>\n\t\t\t\t<h3>You do not have permission to view this directory or page using the credentials that you supplied.\n\t\t\t\t</h3>\n\t\t\t</fieldset>\n\t\t</div>\n\t</div>\n</body>\n\n</html>"}],"_postman_id":"ab2e221e-401c-4be1-8b6d-f185477fb437"},{"name":"Connect","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"a2da44b6-57ba-441b-8b63-17f02dd4f45d"}}],"id":"a3c70503-e90a-487c-b3d4-61bf536f57cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Code\": \"e-markets\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/customer/submitcode","urlObject":{"path":["api","customer","submitcode"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"3c4a2c81-4628-4f96-a0f8-410650b5fee2","name":"OK","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Code\": \"transmit\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/customer/submitcode"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"3c810e2e-1c3a-4570-8451-1acf321a66b5","name":"BadRequest","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Code\": \"Jersey\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/customer/submitcode"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"10dfd2f4-92c1-4946-9e9c-18b0f7ef6c44","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Code\": \"copying\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/customer/submitcode"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"html","header":[],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n\n<head>\n\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\" />\n\t<title>401 - Unauthorized: Access is denied due to invalid credentials.</title>\n\t<style type=\"text/css\">\n\t\t<!--\n\t\tbody {\n\t\t\tmargin: 0;\n\t\t\tfont-size: .7em;\n\t\t\tfont-family: Verdana, Arial, Helvetica, sans-serif;\n\t\t\tbackground: #EEEEEE;\n\t\t}\n\n\t\tfieldset {\n\t\t\tpadding: 0 15px 10px 15px;\n\t\t}\n\n\t\th1 {\n\t\t\tfont-size: 2.4em;\n\t\t\tmargin: 0;\n\t\t\tcolor: #FFF;\n\t\t}\n\n\t\th2 {\n\t\t\tfont-size: 1.7em;\n\t\t\tmargin: 0;\n\t\t\tcolor: #CC0000;\n\t\t}\n\n\t\th3 {\n\t\t\tfont-size: 1.2em;\n\t\t\tmargin: 10px 0 0 0;\n\t\t\tcolor: #000000;\n\t\t}\n\n\t\t#header {\n\t\t\twidth: 96%;\n\t\t\tmargin: 0 0 0 0;\n\t\t\tpadding: 6px 2% 6px 2%;\n\t\t\tfont-family: \"trebuchet MS\", Verdana, sans-serif;\n\t\t\tcolor: #FFF;\n\t\t\tbackground-color: #555555;\n\t\t}\n\n\t\t#content {\n\t\t\tmargin: 0 0 0 2%;\n\t\t\tposition: relative;\n\t\t}\n\n\t\t.content-container {\n\t\t\tbackground: #FFF;\n\t\t\twidth: 96%;\n\t\t\tmargin-top: 8px;\n\t\t\tpadding: 10px;\n\t\t\tposition: relative;\n\t\t}\n\t\t-->\n\t</style>\n</head>\n\n<body>\n\t<div id=\"header\">\n\t\t<h1>Server Error</h1>\n\t</div>\n\t<div id=\"content\">\n\t\t<div class=\"content-container\">\n\t\t\t<fieldset>\n\t\t\t\t<h2>401 - Unauthorized: Access is denied due to invalid credentials.</h2>\n\t\t\t\t<h3>You do not have permission to view this directory or page using the credentials that you supplied.\n\t\t\t\t</h3>\n\t\t\t</fieldset>\n\t\t</div>\n\t</div>\n</body>\n\n</html>"}],"_postman_id":"a3c70503-e90a-487c-b3d4-61bf536f57cc"},{"name":"Disconnect","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"15cb84ee-2bb3-4124-9357-d98793c4aa50"}}],"id":"614d4fb8-0687-41ee-aab2-8cf6b1c32e49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Code\": \"Salad\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/customer/DisableGauth","urlObject":{"path":["api","customer","DisableGauth"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"1ea60491-161a-4572-9bd5-b3c280b6b828","name":"OK","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Code\": \"Thailand\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/customer/DisableGauth"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"af7d320e-583b-4302-8de7-ce39e66c0fdf","name":"BadRequest","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Code\": \"Intelligent\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/customer/DisableGauth"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"c678b35e-6924-4c5b-b60a-fcb753b2225f","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Code\": \"Technician\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/customer/DisableGauth"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"html","header":[],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n\n<head>\n\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\" />\n\t<title>401 - Unauthorized: Access is denied due to invalid credentials.</title>\n\t<style type=\"text/css\">\n\t\t<!--\n\t\tbody {\n\t\t\tmargin: 0;\n\t\t\tfont-size: .7em;\n\t\t\tfont-family: Verdana, Arial, Helvetica, sans-serif;\n\t\t\tbackground: #EEEEEE;\n\t\t}\n\n\t\tfieldset {\n\t\t\tpadding: 0 15px 10px 15px;\n\t\t}\n\n\t\th1 {\n\t\t\tfont-size: 2.4em;\n\t\t\tmargin: 0;\n\t\t\tcolor: #FFF;\n\t\t}\n\n\t\th2 {\n\t\t\tfont-size: 1.7em;\n\t\t\tmargin: 0;\n\t\t\tcolor: #CC0000;\n\t\t}\n\n\t\th3 {\n\t\t\tfont-size: 1.2em;\n\t\t\tmargin: 10px 0 0 0;\n\t\t\tcolor: #000000;\n\t\t}\n\n\t\t#header {\n\t\t\twidth: 96%;\n\t\t\tmargin: 0 0 0 0;\n\t\t\tpadding: 6px 2% 6px 2%;\n\t\t\tfont-family: \"trebuchet MS\", Verdana, sans-serif;\n\t\t\tcolor: #FFF;\n\t\t\tbackground-color: #555555;\n\t\t}\n\n\t\t#content {\n\t\t\tmargin: 0 0 0 2%;\n\t\t\tposition: relative;\n\t\t}\n\n\t\t.content-container {\n\t\t\tbackground: #FFF;\n\t\t\twidth: 96%;\n\t\t\tmargin-top: 8px;\n\t\t\tpadding: 10px;\n\t\t\tposition: relative;\n\t\t}\n\t\t-->\n\t</style>\n</head>\n\n<body>\n\t<div id=\"header\">\n\t\t<h1>Server Error</h1>\n\t</div>\n\t<div id=\"content\">\n\t\t<div class=\"content-container\">\n\t\t\t<fieldset>\n\t\t\t\t<h2>401 - Unauthorized: Access is denied due to invalid credentials.</h2>\n\t\t\t\t<h3>You do not have permission to view this directory or page using the credentials that you supplied.\n\t\t\t\t</h3>\n\t\t\t</fieldset>\n\t\t</div>\n\t</div>\n</body>\n\n</html>"}],"_postman_id":"614d4fb8-0687-41ee-aab2-8cf6b1c32e49"}],"id":"c457c059-b86f-4009-805c-3f7becea0cdc","_postman_id":"c457c059-b86f-4009-805c-3f7becea0cdc","description":""},{"name":"Messages","item":[{"name":"List","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"e3801c43-05ab-47d8-8151-d05407c66785"}}],"id":"cf37e960-5b45-4b1d-b6ff-56015b27c0e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/CustomerTicket/filter?$orderby=Date desc","urlObject":{"path":["api","CustomerTicket","filter"],"host":["https://api.example.com"],"query":[{"key":"$orderby","value":"Date desc"}],"variable":[]}},"response":[{"id":"f2ec2b86-f19a-4af1-8274-fba038ea48ad","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":{"raw":"https://api.example.com/api/CustomerTicket/filter?$orderby=Date desc","host":["https://api.example.com"],"path":["api","CustomerTicket","filter"],"query":[{"key":"$orderby","value":"Date desc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"Title\": \"تست\",\r\n        \"Description\": \"این پیام جهت تست می باشد.\",\r\n        \"Support\": {\r\n            \"Name\": \"پشتیبانی\",\r\n            \"OperatorId\": null,\r\n            \"Deactive\": false,\r\n            \"OperatorInfo\": null,\r\n            \"Id\": 4,\r\n            \"LangId\": 0\r\n        },\r\n        \"SupportId\": 4,\r\n        \"Degree\": 0,\r\n        \"Status\": 2,\r\n        \"File\": \"/UserFiles/livegallery4/Others/CustomerTicket/202211011036588971.jpg\",\r\n        \"Date\": \"2022-11-01T10:39:13\",\r\n        \"SendDate\": \"2022-11-01T10:37:14\",\r\n        \"SendEmail\": false,\r\n        \"SendSms\": false,\r\n        \"Admin\": false,\r\n        \"Seen\": false,\r\n        \"Cid\": 0,\r\n        \"ShopId\": null,\r\n        \"UserName\": \"09391524118\",\r\n        \"ShopName\": \"شیک مارکت\",\r\n        \"CustomerName\": \"09391524118\",\r\n        \"CustomerInfo\": {\r\n            \"FirstName\": \"تست پشتیبانی\",\r\n            \"LastName\": null,\r\n            \"RealUserName\": \"09391524118\",\r\n            \"IntId\": 968,\r\n            \"Marketer\": false\r\n        },\r\n        \"SupportName\": \"پشتیبانی\",\r\n        \"Id\": 30968,\r\n        \"LangId\": 0\r\n    }\r\n]"},{"id":"f03d0a42-6ff5-403c-8e24-aed2c259a029","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":{"raw":"https://api.example.com/api/CustomerTicket/filter?$orderby=Date desc","host":["https://api.example.com"],"path":["api","CustomerTicket","filter"],"query":[{"key":"$orderby","value":"Date desc"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"html","header":[],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n\n<head>\n\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\" />\n\t<title>401 - Unauthorized: Access is denied due to invalid credentials.</title>\n\t<style type=\"text/css\">\n\t\t<!--\n\t\tbody {\n\t\t\tmargin: 0;\n\t\t\tfont-size: .7em;\n\t\t\tfont-family: Verdana, Arial, Helvetica, sans-serif;\n\t\t\tbackground: #EEEEEE;\n\t\t}\n\n\t\tfieldset {\n\t\t\tpadding: 0 15px 10px 15px;\n\t\t}\n\n\t\th1 {\n\t\t\tfont-size: 2.4em;\n\t\t\tmargin: 0;\n\t\t\tcolor: #FFF;\n\t\t}\n\n\t\th2 {\n\t\t\tfont-size: 1.7em;\n\t\t\tmargin: 0;\n\t\t\tcolor: #CC0000;\n\t\t}\n\n\t\th3 {\n\t\t\tfont-size: 1.2em;\n\t\t\tmargin: 10px 0 0 0;\n\t\t\tcolor: #000000;\n\t\t}\n\n\t\t#header {\n\t\t\twidth: 96%;\n\t\t\tmargin: 0 0 0 0;\n\t\t\tpadding: 6px 2% 6px 2%;\n\t\t\tfont-family: \"trebuchet MS\", Verdana, sans-serif;\n\t\t\tcolor: #FFF;\n\t\t\tbackground-color: #555555;\n\t\t}\n\n\t\t#content {\n\t\t\tmargin: 0 0 0 2%;\n\t\t\tposition: relative;\n\t\t}\n\n\t\t.content-container {\n\t\t\tbackground: #FFF;\n\t\t\twidth: 96%;\n\t\t\tmargin-top: 8px;\n\t\t\tpadding: 10px;\n\t\t\tposition: relative;\n\t\t}\n\t\t-->\n\t</style>\n</head>\n\n<body>\n\t<div id=\"header\">\n\t\t<h1>Server Error</h1>\n\t</div>\n\t<div id=\"content\">\n\t\t<div class=\"content-container\">\n\t\t\t<fieldset>\n\t\t\t\t<h2>401 - Unauthorized: Access is denied due to invalid credentials.</h2>\n\t\t\t\t<h3>You do not have permission to view this directory or page using the credentials that you supplied.\n\t\t\t\t</h3>\n\t\t\t</fieldset>\n\t\t</div>\n\t</div>\n</body>\n\n</html>"}],"_postman_id":"cf37e960-5b45-4b1d-b6ff-56015b27c0e5"},{"name":"Add","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"633037ec-e379-469f-a29e-bfe4b0b9a87e"}}],"id":"2fb75983-2060-47aa-a7db-a25cb8611ee8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"CustomerId\": \"{{username}\",\r\n    \"Title\": \"consequatur commodi sunt\",\r\n    \"SupportId\": [id],\r\n    \"Degree\": 0, // 0 low,1 medium,2 fast,3 critical\r\n    \"Description\": \"quia reiciendis itaque\",\r\n    \"file\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/CustomerTicket","urlObject":{"path":["api","CustomerTicket"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"32ee0f4e-1516-453e-9778-dff9eea0030f","name":"OK","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"CustomerId\": \"{{username}\",\r\n    \"Title\": \"Quia veniam aut iusto enim. Rerum et voluptate cupiditate magnam consequatur id quos voluptatem. Fugiat assumenda est et rerum. Sed quas aliquid voluptatum in molestiae error eveniet quisquam sed. Deleniti iusto dolor a et adipisci quo sint. Quia tenetur ad beatae sint.\",\r\n    \"SupportId\": [id],\r\n    \"Degree\": 0, // 0 low,1 medium,2 fast,3 critical\r\n    \"Description\": \"Ut ullam molestiae aliquam tenetur. Voluptas voluptatem ratione nostrum vitae sint. Sit rerum quia expedita dolores quis. Labore accusamus quisquam dolorum dolor aut blanditiis sed vel.\n \rUt pariatur sint soluta veniam cum exercitationem aliquid asperiores. Aliquam temporibus et doloremque veniam deleniti tenetur porro. Quo earum et velit. Adipisci ratione asperiores perspiciatis soluta ut laudantium soluta autem. Et ut occaecati labore. Nihil et voluptates.\n \rQui veritatis iusto et nihil dolorem nam optio commodi. Qui pariatur ullam consequatur eos nisi ducimus libero. Dolorem tempore impedit doloremque voluptate aut earum. Qui consequatur odit.\",\r\n    \"file\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/CustomerTicket"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"Title\": \"corporis voluptas aliquam\",\r\n    \"Description\": \"Minima sunt sit nam magnam numquam et. Veniam sint atque soluta. Ipsa placeat cum perferendis.\",\r\n    \"Support\": {\r\n        \"Name\": \"پشتیبانی\",\r\n        \"OperatorId\": null,\r\n        \"Deactive\": false,\r\n        \"OperatorInfo\": null,\r\n        \"Id\": 4,\r\n        \"LangId\": 0\r\n    },\r\n    \"SupportId\": 4,\r\n    \"Degree\": 0,\r\n    \"Status\": 0,\r\n    \"File\": \"\",\r\n    \"Date\": \"2023-04-30T08:39:52\",\r\n    \"SendDate\": \"2023-04-30T08:39:52\",\r\n    \"SendEmail\": false,\r\n    \"SendSms\": false,\r\n    \"Admin\": false,\r\n    \"Seen\": false,\r\n    \"Cid\": 0,\r\n    \"ShopId\": null,\r\n    \"UserName\": \"09391524118\",\r\n    \"ShopName\": \"شیک مارکت\",\r\n    \"CustomerName\": \"09391524118\",\r\n    \"CustomerInfo\": {\r\n        \"FirstName\": \"تست پشتیبانی\",\r\n        \"LastName\": null,\r\n        \"RealUserName\": \"09391524118\",\r\n        \"IntId\": 968,\r\n        \"Marketer\": false\r\n    },\r\n    \"SupportName\": \"پشتیبانی\",\r\n    \"Id\": 31006,\r\n    \"LangId\": 0\r\n}"},{"id":"bdd8f1be-984b-4c80-8161-794e57dccd4f","name":"Fail","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"CustomerId\": \"{{username}\",\r\n    \"Title\": \"fuga\",\r\n    \"SupportId\": [id],\r\n    \"Degree\": 0, // 0 low,1 medium,2 fast,3 critical\r\n    \"Description\": \"Ipsa id ut consequuntur earum aut aut quia.\",\r\n    \"file\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/CustomerTicket"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"key\": \"0\",\r\n        \"error\": \"title is required\"\r\n    }\r\n]"},{"id":"d2114360-83f1-452d-a0c8-e7ba7479c865","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"CustomerId\": \"{{username}\",\r\n    \"Title\": \"Explicabo nam qui placeat ut. Atque sunt enim aut eos molestias quos similique sequi error. Numquam impedit ut minima est facere unde est voluptatibus. Quasi et officiis officia.\n \rNisi id fugiat quia quia dolorem est. Ut quae fugiat qui vero. Incidunt aut sapiente libero fugiat et qui minima quaerat. Consectetur et numquam sint delectus et quisquam. Iure est sit non numquam ipsa ut. Et illum quidem id est dolor dolore.\n \rEa dolor inventore inventore et cum est iusto architecto. Dolorem eum vitae omnis et laboriosam. Ipsum omnis soluta consequatur est dolorum est facilis dolores. Dignissimos dolorem magnam aut quam occaecati provident.\",\r\n    \"SupportId\": [id],\r\n    \"Degree\": 0, // 0 low,1 medium,2 fast,3 critical\r\n    \"Description\": \"voluptatem\",\r\n    \"file\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/CustomerTicket"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"html","header":[],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n\n<head>\n\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\" />\n\t<title>401 - Unauthorized: Access is denied due to invalid credentials.</title>\n\t<style type=\"text/css\">\n\t\t<!--\n\t\tbody {\n\t\t\tmargin: 0;\n\t\t\tfont-size: .7em;\n\t\t\tfont-family: Verdana, Arial, Helvetica, sans-serif;\n\t\t\tbackground: #EEEEEE;\n\t\t}\n\n\t\tfieldset {\n\t\t\tpadding: 0 15px 10px 15px;\n\t\t}\n\n\t\th1 {\n\t\t\tfont-size: 2.4em;\n\t\t\tmargin: 0;\n\t\t\tcolor: #FFF;\n\t\t}\n\n\t\th2 {\n\t\t\tfont-size: 1.7em;\n\t\t\tmargin: 0;\n\t\t\tcolor: #CC0000;\n\t\t}\n\n\t\th3 {\n\t\t\tfont-size: 1.2em;\n\t\t\tmargin: 10px 0 0 0;\n\t\t\tcolor: #000000;\n\t\t}\n\n\t\t#header {\n\t\t\twidth: 96%;\n\t\t\tmargin: 0 0 0 0;\n\t\t\tpadding: 6px 2% 6px 2%;\n\t\t\tfont-family: \"trebuchet MS\", Verdana, sans-serif;\n\t\t\tcolor: #FFF;\n\t\t\tbackground-color: #555555;\n\t\t}\n\n\t\t#content {\n\t\t\tmargin: 0 0 0 2%;\n\t\t\tposition: relative;\n\t\t}\n\n\t\t.content-container {\n\t\t\tbackground: #FFF;\n\t\t\twidth: 96%;\n\t\t\tmargin-top: 8px;\n\t\t\tpadding: 10px;\n\t\t\tposition: relative;\n\t\t}\n\t\t-->\n\t</style>\n</head>\n\n<body>\n\t<div id=\"header\">\n\t\t<h1>Server Error</h1>\n\t</div>\n\t<div id=\"content\">\n\t\t<div class=\"content-container\">\n\t\t\t<fieldset>\n\t\t\t\t<h2>401 - Unauthorized: Access is denied due to invalid credentials.</h2>\n\t\t\t\t<h3>You do not have permission to view this directory or page using the credentials that you supplied.\n\t\t\t\t</h3>\n\t\t\t</fieldset>\n\t\t</div>\n\t</div>\n</body>\n\n</html>"}],"_postman_id":"2fb75983-2060-47aa-a7db-a25cb8611ee8"},{"name":"Supports","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"2b9f40f9-c57b-4b74-8436-11c157708eaa"}}],"id":"1a802769-806b-469f-a473-ca4b3bbb1a2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/support","urlObject":{"path":["api","support"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"2bebedb6-a309-4005-9d55-02ef890c3b30","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":"https://api.example.com/api/support"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"Name\": \"پشتیبانی\",\r\n        \"OperatorId\": null,\r\n        \"Deactive\": false,\r\n        \"OperatorInfo\": null,\r\n        \"Id\": 4,\r\n        \"LangId\": 0\r\n    },\r\n    {\r\n        \"Name\": \"فروش\",\r\n        \"OperatorId\": null,\r\n        \"Deactive\": false,\r\n        \"OperatorInfo\": null,\r\n        \"Id\": 5,\r\n        \"LangId\": 0\r\n    }\r\n]"},{"id":"4c985155-3f15-47cd-8887-738e1093dfee","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/api/support"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"html","header":[],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n\n<head>\n\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\" />\n\t<title>401 - Unauthorized: Access is denied due to invalid credentials.</title>\n\t<style type=\"text/css\">\n\t\t<!--\n\t\tbody {\n\t\t\tmargin: 0;\n\t\t\tfont-size: .7em;\n\t\t\tfont-family: Verdana, Arial, Helvetica, sans-serif;\n\t\t\tbackground: #EEEEEE;\n\t\t}\n\n\t\tfieldset {\n\t\t\tpadding: 0 15px 10px 15px;\n\t\t}\n\n\t\th1 {\n\t\t\tfont-size: 2.4em;\n\t\t\tmargin: 0;\n\t\t\tcolor: #FFF;\n\t\t}\n\n\t\th2 {\n\t\t\tfont-size: 1.7em;\n\t\t\tmargin: 0;\n\t\t\tcolor: #CC0000;\n\t\t}\n\n\t\th3 {\n\t\t\tfont-size: 1.2em;\n\t\t\tmargin: 10px 0 0 0;\n\t\t\tcolor: #000000;\n\t\t}\n\n\t\t#header {\n\t\t\twidth: 96%;\n\t\t\tmargin: 0 0 0 0;\n\t\t\tpadding: 6px 2% 6px 2%;\n\t\t\tfont-family: \"trebuchet MS\", Verdana, sans-serif;\n\t\t\tcolor: #FFF;\n\t\t\tbackground-color: #555555;\n\t\t}\n\n\t\t#content {\n\t\t\tmargin: 0 0 0 2%;\n\t\t\tposition: relative;\n\t\t}\n\n\t\t.content-container {\n\t\t\tbackground: #FFF;\n\t\t\twidth: 96%;\n\t\t\tmargin-top: 8px;\n\t\t\tpadding: 10px;\n\t\t\tposition: relative;\n\t\t}\n\t\t-->\n\t</style>\n</head>\n\n<body>\n\t<div id=\"header\">\n\t\t<h1>Server Error</h1>\n\t</div>\n\t<div id=\"content\">\n\t\t<div class=\"content-container\">\n\t\t\t<fieldset>\n\t\t\t\t<h2>401 - Unauthorized: Access is denied due to invalid credentials.</h2>\n\t\t\t\t<h3>You do not have permission to view this directory or page using the credentials that you supplied.\n\t\t\t\t</h3>\n\t\t\t</fieldset>\n\t\t</div>\n\t</div>\n</body>\n\n</html>"}],"_postman_id":"1a802769-806b-469f-a473-ca4b3bbb1a2b"},{"name":"Detail","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"45e96229-c3aa-4b0c-8e3e-098dbc63f0f8"}}],"id":"a1e2e231-9f40-44e3-a90a-73ca2d1e8e6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/CustomerTicket/[id]","urlObject":{"path":["api","CustomerTicket","[id]"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"79058c3d-31c6-4248-a9ba-1f700d5b1c8a","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":"https://api.example.com/api/CustomerTicket/[id]"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"Title\": \"تست\",\r\n    \"Description\": \"این پیام جهت تست می باشد.\",\r\n    \"Support\": {\r\n        \"Name\": \"پشتیبانی\",\r\n        \"OperatorId\": null,\r\n        \"Deactive\": false,\r\n        \"OperatorInfo\": null,\r\n        \"Id\": 4,\r\n        \"LangId\": 0\r\n    },\r\n    \"SupportId\": 4,\r\n    \"Degree\": 0,\r\n    \"Status\": 2,\r\n    \"File\": \"/UserFiles/livegallery4/Others/CustomerTicket/202211011036588971.jpg\",\r\n    \"Date\": \"2022-11-01T10:39:13\",\r\n    \"SendDate\": \"2022-11-01T10:37:14\",\r\n    \"SendEmail\": false,\r\n    \"SendSms\": false,\r\n    \"Admin\": false,\r\n    \"Seen\": false,\r\n    \"Cid\": 0,\r\n    \"ShopId\": null,\r\n    \"UserName\": \"09391524118\",\r\n    \"ShopName\": \"شیک مارکت\",\r\n    \"CustomerName\": \"09391524118\",\r\n    \"CustomerInfo\": {\r\n        \"FirstName\": \"تست پشتیبانی\",\r\n        \"LastName\": null,\r\n        \"RealUserName\": \"09391524118\",\r\n        \"IntId\": 968,\r\n        \"Marketer\": false\r\n    },\r\n    \"SupportName\": \"پشتیبانی\",\r\n    \"Id\": 30968,\r\n    \"LangId\": 0\r\n}"},{"id":"7f252a20-02f2-4013-b4a7-8c00b7ded662","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/api/CustomerTicket/[id]"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"html","header":[],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n\n<head>\n\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\" />\n\t<title>401 - Unauthorized: Access is denied due to invalid credentials.</title>\n\t<style type=\"text/css\">\n\t\t<!--\n\t\tbody {\n\t\t\tmargin: 0;\n\t\t\tfont-size: .7em;\n\t\t\tfont-family: Verdana, Arial, Helvetica, sans-serif;\n\t\t\tbackground: #EEEEEE;\n\t\t}\n\n\t\tfieldset {\n\t\t\tpadding: 0 15px 10px 15px;\n\t\t}\n\n\t\th1 {\n\t\t\tfont-size: 2.4em;\n\t\t\tmargin: 0;\n\t\t\tcolor: #FFF;\n\t\t}\n\n\t\th2 {\n\t\t\tfont-size: 1.7em;\n\t\t\tmargin: 0;\n\t\t\tcolor: #CC0000;\n\t\t}\n\n\t\th3 {\n\t\t\tfont-size: 1.2em;\n\t\t\tmargin: 10px 0 0 0;\n\t\t\tcolor: #000000;\n\t\t}\n\n\t\t#header {\n\t\t\twidth: 96%;\n\t\t\tmargin: 0 0 0 0;\n\t\t\tpadding: 6px 2% 6px 2%;\n\t\t\tfont-family: \"trebuchet MS\", Verdana, sans-serif;\n\t\t\tcolor: #FFF;\n\t\t\tbackground-color: #555555;\n\t\t}\n\n\t\t#content {\n\t\t\tmargin: 0 0 0 2%;\n\t\t\tposition: relative;\n\t\t}\n\n\t\t.content-container {\n\t\t\tbackground: #FFF;\n\t\t\twidth: 96%;\n\t\t\tmargin-top: 8px;\n\t\t\tpadding: 10px;\n\t\t\tposition: relative;\n\t\t}\n\t\t-->\n\t</style>\n</head>\n\n<body>\n\t<div id=\"header\">\n\t\t<h1>Server Error</h1>\n\t</div>\n\t<div id=\"content\">\n\t\t<div class=\"content-container\">\n\t\t\t<fieldset>\n\t\t\t\t<h2>401 - Unauthorized: Access is denied due to invalid credentials.</h2>\n\t\t\t\t<h3>You do not have permission to view this directory or page using the credentials that you supplied.\n\t\t\t\t</h3>\n\t\t\t</fieldset>\n\t\t</div>\n\t</div>\n</body>\n\n</html>"}],"_postman_id":"a1e2e231-9f40-44e3-a90a-73ca2d1e8e6f"},{"name":"Response","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"00e36e49-1c02-4262-a53a-8577c13c360f"}}],"id":"86f65e93-2c02-4733-935f-f454c7869ce2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/CustomerTicket/[id]/responses?$orderby=Id desc","urlObject":{"path":["api","CustomerTicket","[id]","responses"],"host":["https://api.example.com"],"query":[{"key":"$orderby","value":"Id desc"}],"variable":[]}},"response":[{"id":"6b43199f-d46e-4b82-a738-b5f9ec49995a","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":{"raw":"https://api.example.com/api/CustomerTicket/[id]/responses?$orderby=Id desc","host":["https://api.example.com"],"path":["api","CustomerTicket","[id]","responses"],"query":[{"key":"$orderby","value":"Id desc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"Content\": \"پاسخ تست\",\r\n        \"File\": null,\r\n        \"TicketId\": 30968,\r\n        \"Date\": \"2022-11-01T10:39:13\",\r\n        \"Admin\": true,\r\n        \"UserName\": \"livegallery4\",\r\n        \"CustomerName\": \"\",\r\n        \"Id\": 41048,\r\n        \"LangId\": 0\r\n    }\r\n]"},{"id":"df17002d-36a2-43eb-ac1a-cefb03e3e266","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":{"raw":"https://api.example.com/api/CustomerTicket/[id]/responses?$orderby=Id desc","host":["https://api.example.com"],"path":["api","CustomerTicket","[id]","responses"],"query":[{"key":"$orderby","value":"Id desc"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"html","header":[],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n\n<head>\n\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\" />\n\t<title>401 - Unauthorized: Access is denied due to invalid credentials.</title>\n\t<style type=\"text/css\">\n\t\t<!--\n\t\tbody {\n\t\t\tmargin: 0;\n\t\t\tfont-size: .7em;\n\t\t\tfont-family: Verdana, Arial, Helvetica, sans-serif;\n\t\t\tbackground: #EEEEEE;\n\t\t}\n\n\t\tfieldset {\n\t\t\tpadding: 0 15px 10px 15px;\n\t\t}\n\n\t\th1 {\n\t\t\tfont-size: 2.4em;\n\t\t\tmargin: 0;\n\t\t\tcolor: #FFF;\n\t\t}\n\n\t\th2 {\n\t\t\tfont-size: 1.7em;\n\t\t\tmargin: 0;\n\t\t\tcolor: #CC0000;\n\t\t}\n\n\t\th3 {\n\t\t\tfont-size: 1.2em;\n\t\t\tmargin: 10px 0 0 0;\n\t\t\tcolor: #000000;\n\t\t}\n\n\t\t#header {\n\t\t\twidth: 96%;\n\t\t\tmargin: 0 0 0 0;\n\t\t\tpadding: 6px 2% 6px 2%;\n\t\t\tfont-family: \"trebuchet MS\", Verdana, sans-serif;\n\t\t\tcolor: #FFF;\n\t\t\tbackground-color: #555555;\n\t\t}\n\n\t\t#content {\n\t\t\tmargin: 0 0 0 2%;\n\t\t\tposition: relative;\n\t\t}\n\n\t\t.content-container {\n\t\t\tbackground: #FFF;\n\t\t\twidth: 96%;\n\t\t\tmargin-top: 8px;\n\t\t\tpadding: 10px;\n\t\t\tposition: relative;\n\t\t}\n\t\t-->\n\t</style>\n</head>\n\n<body>\n\t<div id=\"header\">\n\t\t<h1>Server Error</h1>\n\t</div>\n\t<div id=\"content\">\n\t\t<div class=\"content-container\">\n\t\t\t<fieldset>\n\t\t\t\t<h2>401 - Unauthorized: Access is denied due to invalid credentials.</h2>\n\t\t\t\t<h3>You do not have permission to view this directory or page using the credentials that you supplied.\n\t\t\t\t</h3>\n\t\t\t</fieldset>\n\t\t</div>\n\t</div>\n</body>\n\n</html>"}],"_postman_id":"86f65e93-2c02-4733-935f-f454c7869ce2"},{"name":"Add Response","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"433b48ea-2d35-452c-97c2-00f328f514e2"}}],"id":"f5c17809-5144-4549-a794-066eb220bb5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Content\": \"Necessitatibus expedita quae commodi vel ea dolor aut.\",\r\n    \"TicketId\": [id],\r\n    \"file\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/CustomerTicket/response","urlObject":{"path":["api","CustomerTicket","response"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"4baca950-10fa-4608-914b-cd4e769c2b12","name":"OK","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Content\": \"Hic corrupti quia ipsam harum repellendus nulla eaque consequuntur. Debitis porro deleniti minus autem consequatur. Repellendus velit et accusantium enim et. Illo consectetur distinctio debitis hic quia.\",\r\n    \"TicketId\": [id],\r\n    \"file\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/CustomerTicket/response"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"Title\": \"corporis voluptas aliquam\",\r\n    \"Description\": \"Minima sunt sit nam magnam numquam et. Veniam sint atque soluta. Ipsa placeat cum perferendis.\",\r\n    \"Support\": {\r\n        \"Name\": \"پشتیبانی\",\r\n        \"OperatorId\": null,\r\n        \"Deactive\": false,\r\n        \"OperatorInfo\": null,\r\n        \"Id\": 4,\r\n        \"LangId\": 0\r\n    },\r\n    \"SupportId\": 4,\r\n    \"Degree\": 0,\r\n    \"Status\": 0,\r\n    \"File\": \"\",\r\n    \"Date\": \"2023-04-30T08:39:52\",\r\n    \"SendDate\": \"2023-04-30T08:39:52\",\r\n    \"SendEmail\": false,\r\n    \"SendSms\": false,\r\n    \"Admin\": false,\r\n    \"Seen\": false,\r\n    \"Cid\": 0,\r\n    \"ShopId\": null,\r\n    \"UserName\": \"09391524118\",\r\n    \"ShopName\": \"شیک مارکت\",\r\n    \"CustomerName\": \"09391524118\",\r\n    \"CustomerInfo\": {\r\n        \"FirstName\": \"تست پشتیبانی\",\r\n        \"LastName\": null,\r\n        \"RealUserName\": \"09391524118\",\r\n        \"IntId\": 968,\r\n        \"Marketer\": false\r\n    },\r\n    \"SupportName\": \"پشتیبانی\",\r\n    \"Id\": 31006,\r\n    \"LangId\": 0\r\n}"},{"id":"664a43e9-e6e0-43ae-a55f-528c9ff5d3e2","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Content\": \"Nulla eum nihil sed. Labore placeat amet voluptatem quod quas nam quae laudantium. Voluptatem accusantium deleniti distinctio. Provident aut et non ut qui.\n \rUnde et quasi porro autem. Illum expedita voluptate. Iure esse quo voluptas rerum.\n \rLaudantium dolor est itaque quia natus sit fugit. Impedit velit asperiores excepturi enim. Autem dicta aut veniam numquam quia. Omnis sit dignissimos et.\",\r\n    \"TicketId\": [id],\r\n    \"file\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/CustomerTicket/response"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"html","header":[],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n\n<head>\n\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\" />\n\t<title>401 - Unauthorized: Access is denied due to invalid credentials.</title>\n\t<style type=\"text/css\">\n\t\t<!--\n\t\tbody {\n\t\t\tmargin: 0;\n\t\t\tfont-size: .7em;\n\t\t\tfont-family: Verdana, Arial, Helvetica, sans-serif;\n\t\t\tbackground: #EEEEEE;\n\t\t}\n\n\t\tfieldset {\n\t\t\tpadding: 0 15px 10px 15px;\n\t\t}\n\n\t\th1 {\n\t\t\tfont-size: 2.4em;\n\t\t\tmargin: 0;\n\t\t\tcolor: #FFF;\n\t\t}\n\n\t\th2 {\n\t\t\tfont-size: 1.7em;\n\t\t\tmargin: 0;\n\t\t\tcolor: #CC0000;\n\t\t}\n\n\t\th3 {\n\t\t\tfont-size: 1.2em;\n\t\t\tmargin: 10px 0 0 0;\n\t\t\tcolor: #000000;\n\t\t}\n\n\t\t#header {\n\t\t\twidth: 96%;\n\t\t\tmargin: 0 0 0 0;\n\t\t\tpadding: 6px 2% 6px 2%;\n\t\t\tfont-family: \"trebuchet MS\", Verdana, sans-serif;\n\t\t\tcolor: #FFF;\n\t\t\tbackground-color: #555555;\n\t\t}\n\n\t\t#content {\n\t\t\tmargin: 0 0 0 2%;\n\t\t\tposition: relative;\n\t\t}\n\n\t\t.content-container {\n\t\t\tbackground: #FFF;\n\t\t\twidth: 96%;\n\t\t\tmargin-top: 8px;\n\t\t\tpadding: 10px;\n\t\t\tposition: relative;\n\t\t}\n\t\t-->\n\t</style>\n</head>\n\n<body>\n\t<div id=\"header\">\n\t\t<h1>Server Error</h1>\n\t</div>\n\t<div id=\"content\">\n\t\t<div class=\"content-container\">\n\t\t\t<fieldset>\n\t\t\t\t<h2>401 - Unauthorized: Access is denied due to invalid credentials.</h2>\n\t\t\t\t<h3>You do not have permission to view this directory or page using the credentials that you supplied.\n\t\t\t\t</h3>\n\t\t\t</fieldset>\n\t\t</div>\n\t</div>\n</body>\n\n</html>"}],"_postman_id":"f5c17809-5144-4549-a794-066eb220bb5f"}],"id":"2c1e7fb3-444f-4d0f-b6e2-3d9632c84d38","_postman_id":"2c1e7fb3-444f-4d0f-b6e2-3d9632c84d38","description":""},{"name":"Wallet","item":[{"name":"Withdraw","item":[{"name":"Request","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"f3fb4f1b-a6c7-4862-a949-90448788b27e"}}],"id":"83ffc5b7-e64b-4036-ab84-c2c0f442a0ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Amount\": 1.0, // amount\r\n    \"BankId\": [id], // bank account id\r\n    \"Description\": \"Autem dolorem provident earum ut eveniet minima. Similique distinctio ducimus. Consequuntur praesentium similique illo quos. Et recusandae rerum sed dolorem expedita recusandae in repellendus. Sit ratione officiis dolorem esse consectetur.\", /// for?\r\n    \"Date\": \"2021-04-05T15:15:49\", // date\r\n    \"Type\": 0, // wallet type\r\n    \"Code\": \"\" // verification code\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/withdrawrequest","urlObject":{"path":["api","withdrawrequest"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"9bbb2083-71ac-4255-94fe-9a8d4f233000","name":"OK","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Amount\": 1.0, // amount\r\n    \"BankId\": [id], // bank account id\r\n    \"Description\": \"Et deserunt aut optio ut in expedita pariatur laboriosam voluptatem. Alias et rem et esse suscipit minus at veniam. Voluptates esse laborum omnis rerum consequatur ex accusantium. Est quidem aut.\", /// for?\r\n    \"Date\": \"2021-04-05T15:15:49\", // date\r\n    \"Type\": 0 // wallet type\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/withdrawrequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"a15aab85-b359-42fb-8d92-f4acec693a9a","name":"ELSE","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Amount\": 1.0, // amount\r\n    \"BankId\": [id], // bank account id\r\n    \"Description\": \"Eos perferendis recusandae id hic. Natus architecto nihil ex aspernatur aut. Quas dolores sit modi repellat. Eos odit voluptatem nobis qui.\", /// for?\r\n    \"Date\": \"2021-04-05T15:15:49\", // date\r\n    \"Type\": 0 // wallet type\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/withdrawrequest"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"key\": \"2\",\n        \"error\": \"no account found\"\n    },\n    {\n        \"key\": \"5\",\n        \"error\": \"verification required\"\n    }\n]"}],"_postman_id":"83ffc5b7-e64b-4036-ab84-c2c0f442a0ab"}],"id":"b631b9bf-08df-4cd1-a38c-f013e939dbcf","_postman_id":"b631b9bf-08df-4cd1-a38c-f013e939dbcf","description":""},{"name":"Transfer","item":[{"name":"Transfer","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"2306c582-e6fb-488c-804c-f578e15891d7"}}],"id":"524108d9-6e12-4f86-8bfc-1f6aadd9cd94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Amount\": 1.0, // amount\r\n    \"UserName\": \"\", // transfer to?\r\n    \"Type\": 0, // wallet type\r\n    \"Code\": \"\" // verification code\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/wallet/transfer","urlObject":{"path":["api","wallet","transfer"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"9dc17c80-cc5c-4c89-a3a1-572adcb83a87","name":"OK","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Amount\": 1.0, // amount\r\n    \"UserName\": \"\", // transfer to?\r\n    \"Type\": 0, // wallet type\r\n    \"Code\": \"\" // verification code\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/wallet/transfer"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"f3ba5133-6a86-409a-ac44-30477315d4ff","name":"ELSE","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Amount\": 1.0, // amount\r\n    \"UserName\": \"\", // transfer to?\r\n    \"Type\": 0, // wallet type\r\n    \"Code\": \"\" // verification code\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/wallet/transfer"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"key\": \"6\",\n        \"error\": \"password not correct\"\n    }\n]"}],"_postman_id":"524108d9-6e12-4f86-8bfc-1f6aadd9cd94"}],"id":"3c359725-8df2-473e-b0c3-da6df70a8239","_postman_id":"3c359725-8df2-473e-b0c3-da6df70a8239","description":""}],"id":"ac5a7766-c386-403c-a561-82eb962ec70b","_postman_id":"ac5a7766-c386-403c-a561-82eb962ec70b","description":""},{"name":"Points","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"6dfa5678-13fb-4c94-a1b4-48209dd4c597"}}],"id":"b3592ec8-1423-431b-81ea-0dc5e43ebc0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/point/MyPoints?$orderby=Date desc","urlObject":{"path":["api","point","MyPoints"],"host":["https://api.example.com"],"query":[{"key":"$orderby","value":"Date desc"}],"variable":[]}},"response":[{"id":"cffdb9dc-613b-472f-afc3-62365339ce9c","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":{"raw":"https://api.example.com/api/point/MyPoints?$orderby=Date desc","host":["https://api.example.com"],"path":["api","point","MyPoints"],"query":[{"key":"$orderby","value":"Date desc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"Point\": 10.0000,\r\n        \"RelatedId\": 153980,\r\n        \"Type\": 1,\r\n        \"Date\": \"2022-10-31T11:58:23\",\r\n        \"Info\": null,\r\n        \"Id\": 684861,\r\n        \"LangId\": 0\r\n    }\r\n]"},{"id":"b9afc21f-6607-4dd6-9cbd-f1059ac10702","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":{"raw":"https://api.example.com/api/point/MyPoints?$orderby=Date desc","host":["https://api.example.com"],"path":["api","point","MyPoints"],"query":[{"key":"$orderby","value":"Date desc"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"html","header":[],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n\n<head>\n\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\" />\n\t<title>401 - Unauthorized: Access is denied due to invalid credentials.</title>\n\t<style type=\"text/css\">\n\t\t<!--\n\t\tbody {\n\t\t\tmargin: 0;\n\t\t\tfont-size: .7em;\n\t\t\tfont-family: Verdana, Arial, Helvetica, sans-serif;\n\t\t\tbackground: #EEEEEE;\n\t\t}\n\n\t\tfieldset {\n\t\t\tpadding: 0 15px 10px 15px;\n\t\t}\n\n\t\th1 {\n\t\t\tfont-size: 2.4em;\n\t\t\tmargin: 0;\n\t\t\tcolor: #FFF;\n\t\t}\n\n\t\th2 {\n\t\t\tfont-size: 1.7em;\n\t\t\tmargin: 0;\n\t\t\tcolor: #CC0000;\n\t\t}\n\n\t\th3 {\n\t\t\tfont-size: 1.2em;\n\t\t\tmargin: 10px 0 0 0;\n\t\t\tcolor: #000000;\n\t\t}\n\n\t\t#header {\n\t\t\twidth: 96%;\n\t\t\tmargin: 0 0 0 0;\n\t\t\tpadding: 6px 2% 6px 2%;\n\t\t\tfont-family: \"trebuchet MS\", Verdana, sans-serif;\n\t\t\tcolor: #FFF;\n\t\t\tbackground-color: #555555;\n\t\t}\n\n\t\t#content {\n\t\t\tmargin: 0 0 0 2%;\n\t\t\tposition: relative;\n\t\t}\n\n\t\t.content-container {\n\t\t\tbackground: #FFF;\n\t\t\twidth: 96%;\n\t\t\tmargin-top: 8px;\n\t\t\tpadding: 10px;\n\t\t\tposition: relative;\n\t\t}\n\t\t-->\n\t</style>\n</head>\n\n<body>\n\t<div id=\"header\">\n\t\t<h1>Server Error</h1>\n\t</div>\n\t<div id=\"content\">\n\t\t<div class=\"content-container\">\n\t\t\t<fieldset>\n\t\t\t\t<h2>401 - Unauthorized: Access is denied due to invalid credentials.</h2>\n\t\t\t\t<h3>You do not have permission to view this directory or page using the credentials that you supplied.\n\t\t\t\t</h3>\n\t\t\t</fieldset>\n\t\t</div>\n\t</div>\n</body>\n\n</html>"}],"_postman_id":"b3592ec8-1423-431b-81ea-0dc5e43ebc0a"},{"name":"Portal Transactions","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"084d0ffd-73e3-435c-bfaa-c6e61a865d4d"}}],"id":"d96ad075-69fb-44ea-8bb5-a3be11f5f960","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/portaltransaction/filter?$orderby= Id desc","urlObject":{"path":["api","portaltransaction","filter"],"host":["https://api.example.com"],"query":[{"key":"$orderby","value":" Id desc"}],"variable":[]}},"response":[{"id":"efddf072-e964-4462-9e30-d7584ca433d0","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":{"raw":"https://api.example.com/api/portaltransaction/filter?$orderby= Id desc","host":["https://api.example.com"],"path":["api","portaltransaction","filter"],"query":[{"key":"$orderby","value":" Id desc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"Portal\": {\r\n            \"Type\": 0,\r\n            \"Code\": null,\r\n            \"BankPortal\": null,\r\n            \"InvoiceType\": \"0,1,2\",\r\n            \"BankPortalId\": 1009,\r\n            \"TerminalId\": \"24000624\",\r\n            \"CallBackUrl\": null,\r\n            \"Other\": \"{\\\"Decimal\\\":0,\\\"Contributions\\\":[]}\",\r\n            \"UserName\": \"000000140215276\",\r\n            \"Password\": \"Mszy9ZkRnA337SCRc5r1kbkRrtKzrJxa\",\r\n            \"ApiKey\": null,\r\n            \"IsActive\": true,\r\n            \"CerLink\": null,\r\n            \"CurrencyUnit\": 1,\r\n            \"Exchange\": 10.00,\r\n            \"ConvertType\": null,\r\n            \"Round\": 0,\r\n            \"CommissionPercent\": 0.00,\r\n            \"CurrencyName\": null,\r\n            \"Id\": 5588,\r\n            \"LangId\": 0\r\n        },\r\n        \"Type\": 2,\r\n        \"InvoiceId\": null,\r\n        \"CustomerInfo\": {\r\n            \"FirstName\": \"تست پشتیبانی\",\r\n            \"LastName\": null,\r\n            \"RealUserName\": \"09391524118\",\r\n            \"IntId\": 968,\r\n            \"Marketer\": false\r\n        },\r\n        \"RelatedId\": null,\r\n        \"Amount\": 10000.00,\r\n        \"DeviceType\": 2,\r\n        \"PortalId\": 5588,\r\n        \"Bank\": \"بانک ملی\",\r\n        \"Succeed\": false,\r\n        \"RequestDate\": \"2022-10-31T15:11:54\",\r\n        \"ReturnDate\": \"2022-10-31T15:11:54\",\r\n        \"Message\": \"ترمینال غيرفعال است\",\r\n        \"PortalCode\": null,\r\n        \"Ip\": \"5.120.192.125\",\r\n        \"Other\": \"{\\\"Pwa\\\":null,\\\"OtherPayment\\\":{\\\"Name\\\":\\\"تست پشتیبانی\\\",\\\"Phone\\\":\\\"09876543210\\\",\\\"Mobile\\\":\\\"09391524118\\\",\\\"Description\\\":\\\"تست\\\",\\\"TotalPaymentExchange\\\":0.0,\\\"Order\\\":\\\"\\\",\\\"CurrencyUnit\\\":0,\\\"IsAdmin\\\":false,\\\"PortalName\\\":\\\"\\\",\\\"CustomerId\\\":968,\\\"DeviceType\\\":2,\\\"PortalId\\\":5588,\\\"FishNumber\\\":\\\"\\\",\\\"TrackingCode\\\":\\\"\\\",\\\"TotalPayment\\\":1000.0,\\\"TransGet\\\":\\\"\\\",\\\"IdGet\\\":\\\"\\\",\\\"BankAccountId\\\":null,\\\"Date\\\":\\\"0001-01-01T00:00:00\\\",\\\"Type\\\":0,\\\"ChequeNumber\\\":\\\"\\\",\\\"ChequeDate\\\":\\\"\\\",\\\"ChequeAmount\\\":\\\"\\\",\\\"UserName\\\":\\\"\\\",\\\"ExpiresAt\\\":null,\\\"ExchangeUnit\\\":null,\\\"Id\\\":0,\\\"LangId\\\":0},\\\"CardNumberMask\\\":null,\\\"CallBackUrl\\\":null,\\\"SharedItems\\\":[],\\\"Token\\\":null,\\\"InvestPlan\\\":null}\",\r\n        \"CurrencyUnit\": 1,\r\n        \"Id\": 13774,\r\n        \"LangId\": 0\r\n    }\r\n]"},{"id":"4b5ee413-6e36-4369-9a2e-4ddd34815f51","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":{"raw":"https://api.example.com/api/portaltransaction/filter?$orderby= Id desc","host":["https://api.example.com"],"path":["api","portaltransaction","filter"],"query":[{"key":"$orderby","value":" Id desc"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"html","header":[],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n\n<head>\n\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\" />\n\t<title>401 - Unauthorized: Access is denied due to invalid credentials.</title>\n\t<style type=\"text/css\">\n\t\t<!--\n\t\tbody {\n\t\t\tmargin: 0;\n\t\t\tfont-size: .7em;\n\t\t\tfont-family: Verdana, Arial, Helvetica, sans-serif;\n\t\t\tbackground: #EEEEEE;\n\t\t}\n\n\t\tfieldset {\n\t\t\tpadding: 0 15px 10px 15px;\n\t\t}\n\n\t\th1 {\n\t\t\tfont-size: 2.4em;\n\t\t\tmargin: 0;\n\t\t\tcolor: #FFF;\n\t\t}\n\n\t\th2 {\n\t\t\tfont-size: 1.7em;\n\t\t\tmargin: 0;\n\t\t\tcolor: #CC0000;\n\t\t}\n\n\t\th3 {\n\t\t\tfont-size: 1.2em;\n\t\t\tmargin: 10px 0 0 0;\n\t\t\tcolor: #000000;\n\t\t}\n\n\t\t#header {\n\t\t\twidth: 96%;\n\t\t\tmargin: 0 0 0 0;\n\t\t\tpadding: 6px 2% 6px 2%;\n\t\t\tfont-family: \"trebuchet MS\", Verdana, sans-serif;\n\t\t\tcolor: #FFF;\n\t\t\tbackground-color: #555555;\n\t\t}\n\n\t\t#content {\n\t\t\tmargin: 0 0 0 2%;\n\t\t\tposition: relative;\n\t\t}\n\n\t\t.content-container {\n\t\t\tbackground: #FFF;\n\t\t\twidth: 96%;\n\t\t\tmargin-top: 8px;\n\t\t\tpadding: 10px;\n\t\t\tposition: relative;\n\t\t}\n\t\t-->\n\t</style>\n</head>\n\n<body>\n\t<div id=\"header\">\n\t\t<h1>Server Error</h1>\n\t</div>\n\t<div id=\"content\">\n\t\t<div class=\"content-container\">\n\t\t\t<fieldset>\n\t\t\t\t<h2>401 - Unauthorized: Access is denied due to invalid credentials.</h2>\n\t\t\t\t<h3>You do not have permission to view this directory or page using the credentials that you supplied.\n\t\t\t\t</h3>\n\t\t\t</fieldset>\n\t\t</div>\n\t</div>\n</body>\n\n</html>"}],"_postman_id":"d96ad075-69fb-44ea-8bb5-a3be11f5f960"},{"name":"Change Password","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"34d35739-c85d-4aa2-b68d-1735d4609fb2"}}],"id":"06db1f22-70dd-4c03-af39-ce3cb91cb60f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"OldPassword\": \"{password}\",\r\n    \"NewPassword\": \"{password}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/customer/changepassword","urlObject":{"path":["customer","changepassword"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"ec785a8d-56ea-41b5-b103-db46a1370f8f","name":"OK","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"OldPassword\": \"{password}\",\r\n    \"NewPassword\": \"{password}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/customer/changepassword"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"result\": 1\r\n}"},{"id":"05e1f5ad-8cea-44b0-b5d4-28508357979b","name":"Fail","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"OldPassword\": \"{password}\",\r\n    \"NewPassword\": \"{password}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/customer/changepassword"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"result\": 0 // Old Password not correct\r\n}"},{"id":"682509ce-ea59-47ec-8514-23b6efe69646","name":"BadRequest","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"OldPassword\": \"{password}\",\r\n    \"NewPassword\": \"{password}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/customer/changepassword"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"error\": \"new passord less 6 character\"\r\n    }\r\n]"},{"id":"600bd4db-b5c1-4f60-bae8-fb48ba4b50aa","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"OldPassword\": \"{password}\",\r\n    \"NewPassword\": \"{password}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/customer/changepassword"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"html","header":[],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n\n<head>\n\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\" />\n\t<title>401 - Unauthorized: Access is denied due to invalid credentials.</title>\n\t<style type=\"text/css\">\n\t\t<!--\n\t\tbody {\n\t\t\tmargin: 0;\n\t\t\tfont-size: .7em;\n\t\t\tfont-family: Verdana, Arial, Helvetica, sans-serif;\n\t\t\tbackground: #EEEEEE;\n\t\t}\n\n\t\tfieldset {\n\t\t\tpadding: 0 15px 10px 15px;\n\t\t}\n\n\t\th1 {\n\t\t\tfont-size: 2.4em;\n\t\t\tmargin: 0;\n\t\t\tcolor: #FFF;\n\t\t}\n\n\t\th2 {\n\t\t\tfont-size: 1.7em;\n\t\t\tmargin: 0;\n\t\t\tcolor: #CC0000;\n\t\t}\n\n\t\th3 {\n\t\t\tfont-size: 1.2em;\n\t\t\tmargin: 10px 0 0 0;\n\t\t\tcolor: #000000;\n\t\t}\n\n\t\t#header {\n\t\t\twidth: 96%;\n\t\t\tmargin: 0 0 0 0;\n\t\t\tpadding: 6px 2% 6px 2%;\n\t\t\tfont-family: \"trebuchet MS\", Verdana, sans-serif;\n\t\t\tcolor: #FFF;\n\t\t\tbackground-color: #555555;\n\t\t}\n\n\t\t#content {\n\t\t\tmargin: 0 0 0 2%;\n\t\t\tposition: relative;\n\t\t}\n\n\t\t.content-container {\n\t\t\tbackground: #FFF;\n\t\t\twidth: 96%;\n\t\t\tmargin-top: 8px;\n\t\t\tpadding: 10px;\n\t\t\tposition: relative;\n\t\t}\n\t\t-->\n\t</style>\n</head>\n\n<body>\n\t<div id=\"header\">\n\t\t<h1>Server Error</h1>\n\t</div>\n\t<div id=\"content\">\n\t\t<div class=\"content-container\">\n\t\t\t<fieldset>\n\t\t\t\t<h2>401 - Unauthorized: Access is denied due to invalid credentials.</h2>\n\t\t\t\t<h3>You do not have permission to view this directory or page using the credentials that you supplied.\n\t\t\t\t</h3>\n\t\t\t</fieldset>\n\t\t</div>\n\t</div>\n</body>\n\n</html>"}],"_postman_id":"06db1f22-70dd-4c03-af39-ce3cb91cb60f"},{"name":"Register","id":"23001f77-5f3a-4674-b02c-064705669c44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"{username}\",\r\n    \"password\": \"{password}\",\r\n    \"email\": \"\", // if enabled in setting\r\n    \"FirstName\": \"\", // if enabled in setting\r\n    \"LastName\": \"\", // if enabled in setting\r\n    \"Cell\": \"\", // if enabled in setting\r\n    \"Presenter\": \"\", // if enabled in setting\r\n    \"Ip\": \"{ip}\",\r\n    \"Height\": \"\", // remove if not need\r\n    \"Weight\": \"\", // remove if not need\r\n    \"ProvinceId\": \"\", // if enabled in setting - greater than 0 or empty\r\n    \"CityId\": \"\", // if enabled in setting - greater than 0 or empty\r\n    \"NationalCode\": \"\", // if enabled in setting\r\n    \"RoleId\": \"\", // greater than 0 or empty\r\n    \"KycId\": \"\", // if kyc enabled - greater than 0 or empty\r\n    \"VerificationCode\": \"\" // if two step verfication enabled\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/customer/register","description":"<p>register new customer</p>\n","urlObject":{"path":["api","customer","register"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"8a834b99-cbf9-4f00-b59e-096dec6aa54d","name":"OK","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"{username}\",\r\n    \"password\": \"{password}\",\r\n    \"email\": \"\", // if enabled in setting\r\n    \"FirstName\": \"\", // if enabled in setting\r\n    \"LastName\": \"\", // if enabled in setting\r\n    \"Cell\": \"\", // if enabled in setting\r\n    \"Presenter\": \"\", // if enabled in setting\r\n    \"Ip\": \"{ip}\",\r\n    \"Height\": \"\", // remove if not need\r\n    \"Weight\": \"\", // remove if not need\r\n    \"ProvinceId\": \"\", // if enabled in setting - greater than 0 or empty\r\n    \"CityId\": \"\", // if enabled in setting - greater than 0 or empty\r\n    \"NationalCode\": \"\", // if enabled in setting\r\n    \"RoleId\": \"\", // greater than 0 or empty\r\n    \"KycId\": \"\", // if kyc enabled - greater than 0 or empty\r\n    \"VerificationCode\": \"\" // if two step verfication enabled\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/customer/register"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Errors\": {},\n    \"Notfound\": false,\n    \"Result\": {\n        \"Id\": 418758\n    }\n}"},{"id":"a4b94c28-b37c-411d-8577-22a76fc6f82a","name":"BAD","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"{username}\",\r\n    \"password\": \"{password}\",\r\n    \"email\": \"\", // if enabled in setting\r\n    \"FirstName\": \"\", // if enabled in setting\r\n    \"LastName\": \"\", // if enabled in setting\r\n    \"Cell\": \"\", // if enabled in setting\r\n    \"Presenter\": \"\", // if enabled in setting\r\n    \"Ip\": \"{ip}\",\r\n    \"Height\": \"\", // remove if not need\r\n    \"Weight\": \"\", // remove if not need\r\n    \"ProvinceId\": \"\", // if enabled in setting - greater than 0 or empty\r\n    \"CityId\": \"\", // if enabled in setting - greater than 0 or empty\r\n    \"NationalCode\": \"\", // if enabled in setting\r\n    \"RoleId\": \"\", // greater than 0 or empty\r\n    \"KycId\": \"\", // if kyc enabled - greater than 0 or empty\r\n    \"VerificationCode\": \"\" // if two step verfication enabled\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/customer/register"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"key\": \"customer.Height\",\n        \"error\": \"\"\n    },\n    {\n        \"key\": \"customer.Weight\",\n        \"error\": \"\"\n    },\n    {\n        \"key\": \"14\",\n        \"error\": \"nationalcode required\"\n    },\n    {\n        \"key\": \"19\",\n        \"error\": \"mobile required\"\n    },\n    {\n        \"key\": \"10\",\n        \"error\": \"verificationcode notvalid\"\n    }\n]"}],"_postman_id":"23001f77-5f3a-4674-b02c-064705669c44"},{"name":"Token","id":"5f8dc5f9-2ecd-43d0-9fa4-2a70bdd7e463","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"type","value":"4","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"username","value":"{username}","type":"text"},{"key":"password","value":"{password}","type":"text"},{"key":"grant_type","value":"password","type":"text"}]},"url":"https://api.example.com/token","description":"<p>Login customer to get profile info, orders, points and ...</p>\n<p>customer can login with username, email, and mobile</p>\n","urlObject":{"path":["token"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"e8f3137f-7f86-45a7-b826-05a10c6c0188","name":"OK","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","name":"Content-Type","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"username","value":"{username}","type":"text"},{"key":"password","value":"{password}","type":"text"},{"key":"grant_type","value":"password","type":"text"}],"options":{"raw":{"language":"json"}}},"url":"https://api.example.com/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":".AspNet.ExternalCookie=; path=/; expires=Thu, 01-Jan-1970 00:00:00 GMT","description":"","type":"text"},{"key":"Set-Cookie","value":".AspNet.ApplicationCookie=OkDdz5uMaraRHP8qmEnRBjQHzaS6qn283s8qN60pA0xcX_1PsT_BBtqPttu7j6w9ALrUPso3htUcUb7j7AngFJrJYvzh93Wt-epSR8Ef1Hzn9_PQWJxPeo_1XBB3AQzJx-TsuwNJFYbC3cRgg5wRjg6WfqR3uj0Yt733g6FBVA92rOziZ7f77OF0mbJsY2f7bFO7PuuHCCYbtCfBdG0PA6oE3CZ76BInrUsrqyYpMbV1iDcPccI5_C13guAdSVt5TB3MMc9MrY3tuSkjt9hKYgQX7lZBXXPbpYjJkpa0o9EBuTr38Nl0j3J7x-Kq415vCJ6k5t0ULYOk8gqOpOJcQCnlvek6dB6qO9x48EEMmahr-ZdAkxeBAcnFDeKb6-SAACcrVMGLcD-nlpzC6thhHIKF8Gbe_bQI10e8aQyVgOCLgu-hZqW063_iGPHMuWjx5xkphvnejOASkYerrxYp4J4g4uDxRUcbRip3t9zv8d4lE6Fg-UxYPYBwgdsQxVE-rWpcVrWuy1Ek9d9vUyholMagEH6jWfdi1pM2x03pyrE847Yy; path=/; expires=Sun, 20-Apr-2025 11:55:09 GMT; secure","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"WnxJgYeXaQqgYi34wGgEPFCqxn6l5nMMxoyRaJZZt5JrnKDrxX1GaiQwpsA7zSssqy7oAlhjtdB84Um72J8cIN8jyvWfoTD9VxDu9yrAP3RLYppmMT-GyRovLFPC7108iTx7wINuZ8c5J-KBVKYeg4qENjzrt4Z0HGcbi2sx7uVWOea4QeKcWgO8xWNhefO09xtAIZnBq-hyJTi2Bw3UCqjuOZO53saskpYDDazxTCXysRtEhYpH2nwX9fKAkJgI2-UipeK7pWcGeLeEali4h8iRwfBn2lryIF8M17MR68ITz68Cmp027EzrJqaXFRp9ble9y1KrE_KVywprGks97Y_5z4FHf1w4TiqgdrvBIAS73aXJaGclkkjAwu0Vun4MkSPavM3F8FR-z8XAbw42AUc7XkKx4iL2jlPWuVv1lfDKr3OPKYUdVNmsEG1YNvVwI-KzgsvfQFubpjqnG_GvvmT7o07R5ZXuJZzIGgVTY8wPSgKg6qpR3_3vlUnWqvqWOkQ5N_u8gihUTzYfztBrS7Tz240\",\n    \"token_type\": \"bearer\",\n    \"expires_in\": 1209599,\n    \".issued\": \"Mon, 14 Nov 2022 07:34:30 GMT\",\n    \".expires\": \"Mon, 28 Nov 2022 07:34:30 GMT\"\n}"},{"id":"332c6f12-9dda-4591-91d2-d48025cc1203","name":"Error","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","name":"Content-Type","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"username","value":"{username}","type":"text"},{"key":"password","value":"{password}","type":"text"},{"key":"grant_type","value":"password","type":"text"}],"options":{"raw":{"language":"json"}}},"url":"https://api.example.com/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":".AspNet.ExternalCookie=; path=/; expires=Thu, 01-Jan-1970 00:00:00 GMT","description":"","type":"text"},{"key":"Set-Cookie","value":".AspNet.ApplicationCookie=OkDdz5uMaraRHP8qmEnRBjQHzaS6qn283s8qN60pA0xcX_1PsT_BBtqPttu7j6w9ALrUPso3htUcUb7j7AngFJrJYvzh93Wt-epSR8Ef1Hzn9_PQWJxPeo_1XBB3AQzJx-TsuwNJFYbC3cRgg5wRjg6WfqR3uj0Yt733g6FBVA92rOziZ7f77OF0mbJsY2f7bFO7PuuHCCYbtCfBdG0PA6oE3CZ76BInrUsrqyYpMbV1iDcPccI5_C13guAdSVt5TB3MMc9MrY3tuSkjt9hKYgQX7lZBXXPbpYjJkpa0o9EBuTr38Nl0j3J7x-Kq415vCJ6k5t0ULYOk8gqOpOJcQCnlvek6dB6qO9x48EEMmahr-ZdAkxeBAcnFDeKb6-SAACcrVMGLcD-nlpzC6thhHIKF8Gbe_bQI10e8aQyVgOCLgu-hZqW063_iGPHMuWjx5xkphvnejOASkYerrxYp4J4g4uDxRUcbRip3t9zv8d4lE6Fg-UxYPYBwgdsQxVE-rWpcVrWuy1Ek9d9vUyholMagEH6jWfdi1pM2x03pyrE847Yy; path=/; expires=Sun, 20-Apr-2025 11:55:09 GMT; secure","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"invalid_grant\",\n    \"error_description\": \"{\\\"result\\\":1,\\\"Status\\\":1,\\\"UserName\\\":\\\"09391524118\\\",\\\"IsActive\\\":true,\\\"Type\\\":0,\\\"IntId\\\":968,\\\"MarketerType\\\":0,\\\"FirstName\\\":\\\"تست پشتیبانی\\\",\\\"LastName\\\":null,\\\"roleId\\\":41698,\\\"MinTotalPriceOrder\\\":0.00,\\\"EnableTracer\\\":false,\\\"HidePrice\\\":false,\\\"PhoneNumberConfirmed\\\":false,\\\"EmailConfirmed\\\":false,\\\"Activated\\\":false,\\\"Cell\\\":\\\"09391524118\\\",\\\"Email\\\":\\\"parseram.user4@gmail.com\\\",\\\"StartDate\\\":\\\"2021-08-25T11:04:58\\\",\\\"DepotId\\\":null,\\\"IsBusy\\\":false,\\\"mlm\\\":null,\\\"revoked\\\":false,\\\"loginDay\\\":2147483647.0}\"\n}\n// or\n//{\n    //\"error\": \"unsupported_grant_type\"\n//}"}],"_postman_id":"5f8dc5f9-2ecd-43d0-9fa4-2a70bdd7e463"},{"name":"Login","id":"87000385-c642-46ec-be96-27ecb7e8ed99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"{username}\",\r\n    \"password\": \"{password}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/customer/login","description":"<p>Login customer to get profile info, orders, points and ...</p>\n<p>customer can login with username, email, and mobile</p>\n","urlObject":{"path":["customer","login"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"7e15556c-103c-4eb3-8ebd-09f9c147c4c4","name":"OK","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"{username}\",\r\n    \"password\": \"{password}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/customer/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":".AspNet.ExternalCookie=; path=/; expires=Thu, 01-Jan-1970 00:00:00 GMT","description":"","type":"text"},{"key":"Set-Cookie","value":".AspNet.ApplicationCookie=OkDdz5uMaraRHP8qmEnRBjQHzaS6qn283s8qN60pA0xcX_1PsT_BBtqPttu7j6w9ALrUPso3htUcUb7j7AngFJrJYvzh93Wt-epSR8Ef1Hzn9_PQWJxPeo_1XBB3AQzJx-TsuwNJFYbC3cRgg5wRjg6WfqR3uj0Yt733g6FBVA92rOziZ7f77OF0mbJsY2f7bFO7PuuHCCYbtCfBdG0PA6oE3CZ76BInrUsrqyYpMbV1iDcPccI5_C13guAdSVt5TB3MMc9MrY3tuSkjt9hKYgQX7lZBXXPbpYjJkpa0o9EBuTr38Nl0j3J7x-Kq415vCJ6k5t0ULYOk8gqOpOJcQCnlvek6dB6qO9x48EEMmahr-ZdAkxeBAcnFDeKb6-SAACcrVMGLcD-nlpzC6thhHIKF8Gbe_bQI10e8aQyVgOCLgu-hZqW063_iGPHMuWjx5xkphvnejOASkYerrxYp4J4g4uDxRUcbRip3t9zv8d4lE6Fg-UxYPYBwgdsQxVE-rWpcVrWuy1Ek9d9vUyholMagEH6jWfdi1pM2x03pyrE847Yy; path=/; expires=Sun, 20-Apr-2025 11:55:09 GMT; secure","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": 1, // login success\n    \"Status\": 0, // if not zero, user in blankList\n    \"UserName\": \"test\",\n    \"IsActive\": true, // if false, user deactived\n    \"Type\": 0,\n    \"IntId\": 418757,\n    \"MarketerType\": 0,\n    \"FirstName\": \"مشتری تست\",\n    \"LastName\": null,\n    \"roleId\": 41698,\n    \"MinTotalPriceOrder\": 0,\n    \"EnableTracer\": false,\n    \"HidePrice\": false,\n    \"PhoneNumberConfirmed\": false,\n    \"EmailConfirmed\": false,\n    \"Activated\": false,\n    \"Cell\": \"09121234567\",\n    \"Email\": \"test@gmail.com\",\n    \"StartDate\": \"2022-07-25T16:10:12\",\n    \"DepotId\": null,\n    \"IsBusy\": false,\n    \"mlm\": null,\n    \"revoked\": false,\n    \"loginDay\": 2147483647\n}"},{"id":"75ecd392-6f8d-4122-b700-58277161a4d7","name":"ERROR","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"{username}\",\r\n    \"password\": \"{password}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/customer/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"result\": -1, // customer not found\n    \"IsActive\": false,\n    \"Type\": 0,\n    \"FirstName\": \"\"\n}"}],"_postman_id":"87000385-c642-46ec-be96-27ecb7e8ed99"},{"name":"VerificationCode","id":"4af616dc-cbee-4455-b590-f7c78914269a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/customer/SendAgain?phone=","description":"<p>send register phone number verification code</p>\n","urlObject":{"path":["customer","SendAgain"],"host":["https://api.example.com"],"query":[{"description":{"content":"<p>customer cell number</p>\n","type":"text/plain"},"key":"phone","value":""}],"variable":[]}},"response":[{"id":"abe25bf1-3bc3-4ebd-81e8-c61a96f80539","name":"OK","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.example.com/customer/SendAgain?phone=","host":["https://api.example.com"],"path":["customer","SendAgain"],"query":[{"key":"phone","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":".AspNet.ExternalCookie=; path=/; expires=Thu, 01-Jan-1970 00:00:00 GMT","description":"","type":"text"},{"key":"Set-Cookie","value":".AspNet.ApplicationCookie=OkDdz5uMaraRHP8qmEnRBjQHzaS6qn283s8qN60pA0xcX_1PsT_BBtqPttu7j6w9ALrUPso3htUcUb7j7AngFJrJYvzh93Wt-epSR8Ef1Hzn9_PQWJxPeo_1XBB3AQzJx-TsuwNJFYbC3cRgg5wRjg6WfqR3uj0Yt733g6FBVA92rOziZ7f77OF0mbJsY2f7bFO7PuuHCCYbtCfBdG0PA6oE3CZ76BInrUsrqyYpMbV1iDcPccI5_C13guAdSVt5TB3MMc9MrY3tuSkjt9hKYgQX7lZBXXPbpYjJkpa0o9EBuTr38Nl0j3J7x-Kq415vCJ6k5t0ULYOk8gqOpOJcQCnlvek6dB6qO9x48EEMmahr-ZdAkxeBAcnFDeKb6-SAACcrVMGLcD-nlpzC6thhHIKF8Gbe_bQI10e8aQyVgOCLgu-hZqW063_iGPHMuWjx5xkphvnejOASkYerrxYp4J4g4uDxRUcbRip3t9zv8d4lE6Fg-UxYPYBwgdsQxVE-rWpcVrWuy1Ek9d9vUyholMagEH6jWfdi1pM2x03pyrE847Yy; path=/; expires=Sun, 20-Apr-2025 11:55:09 GMT; secure","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4af616dc-cbee-4455-b590-f7c78914269a"}],"id":"d565e185-a78c-4d41-aaf9-4a0033db9b29","_postman_id":"d565e185-a78c-4d41-aaf9-4a0033db9b29","description":""},{"name":"Blog","item":[{"name":"List","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"36f0f2da-5b50-4be3-9d74-8141283a76cd"}}],"id":"036cb802-0963-414e-993c-0eb8e0b7fc32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/blog?$filter=Location eq '0' or Location eq '1'&$orderby=PublishDate desc","urlObject":{"path":["api","blog"],"host":["https://api.example.com"],"query":[{"key":"$filter","value":"Location eq '0' or Location eq '1'"},{"key":"$orderby","value":"PublishDate desc"}],"variable":[]}},"response":[{"id":"6d13be03-f8b3-4a68-b87d-2b68fa595f7d","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":{"raw":"https://api.example.com/api/blog?$filter=Location eq '0' or Location eq '1'&$orderby=PublishDate desc","host":["https://api.example.com"],"path":["api","blog"],"query":[{"key":"$filter","value":"Location eq '0' or Location eq '1'"},{"key":"$orderby","value":"PublishDate desc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"Categories\": [\r\n            {\r\n                \"Cat\": {\r\n                    \"Name\": \"تست\",\r\n                    \"Id\": 61094,\r\n                    \"Permalink\": \"1\"\r\n                },\r\n                \"CategoryId\": 61094,\r\n                \"BlogId\": 325139\r\n            }\r\n        ],\r\n        \"Tags\": [\r\n            {\r\n                \"Name\": \"شیائومی\",\r\n                \"Link\": \"https://shikmarket.smx.live/fa/blog/tag/شیائومی\",\r\n                \"BlogId\": 325139,\r\n                \"Id\": 3796,\r\n                \"LangId\": 0\r\n            },\r\n            {\r\n                \"Name\": \"Redmi\",\r\n                \"Link\": \"https://shikmarket.smx.live/fa/blog/tag/Redmi\",\r\n                \"BlogId\": 325139,\r\n                \"Id\": 3797,\r\n                \"LangId\": 0\r\n            }\r\n        ],\r\n        \"Title\": \"گوشی موبایل شیائومی مدل Redmi 9A M2006C3LG دو سیم‌ کارت ظرفیت 32 گیگابایت\",\r\n        \"Show\": true,\r\n        \"PublishDate\": \"2022-09-04T12:33:00\",\r\n        \"PicLink\": \"/UserFiles/livegallery4/Images/Blog/202209051236595810.jpg\",\r\n        \"ClipLink\": null,\r\n        \"ThumbLink\": null,\r\n        \"Permalink\": \"Redmi\",\r\n        \"Visits\": 0,\r\n        \"Location\": 0,\r\n        \"CommentsCount\": 0,\r\n        \"Abstract\": null,\r\n        \"WithContent\": false,\r\n        \"Id\": 325139,\r\n        \"LangId\": 0,\r\n        \"PageTitle\": null,\r\n        \"PageDescription\": null,\r\n        \"PageKeyword\": null\r\n    },\r\n    {\r\n        \"Categories\": [\r\n            {\r\n                \"Cat\": {\r\n                    \"Name\": \"تست\",\r\n                    \"Id\": 61094,\r\n                    \"Permalink\": \"1\"\r\n                },\r\n                \"CategoryId\": 61094,\r\n                \"BlogId\": 324972\r\n            }\r\n        ],\r\n        \"Tags\": [\r\n            {\r\n                \"Name\": \"تست\",\r\n                \"Link\": \"https://shikmarket.smx.live/fa/blog/tag/تست\",\r\n                \"BlogId\": 324972,\r\n                \"Id\": 2752,\r\n                \"LangId\": 0\r\n            },\r\n            {\r\n                \"Name\": \"test\",\r\n                \"Link\": \"https://shikmarket.smx.live/fa/blog/tag/test\",\r\n                \"BlogId\": 324972,\r\n                \"Id\": 2753,\r\n                \"LangId\": 0\r\n            }\r\n        ],\r\n        \"Title\": \"تست\",\r\n        \"Show\": true,\r\n        \"PublishDate\": \"2022-07-30T16:14:00\",\r\n        \"PicLink\": \"/UserFiles/livegallery4/Images/Blog/202207301614538503.jpg\",\r\n        \"ClipLink\": null,\r\n        \"ThumbLink\": null,\r\n        \"Permalink\": \"test\",\r\n        \"Visits\": 0,\r\n        \"Location\": 0,\r\n        \"CommentsCount\": 0,\r\n        \"Abstract\": \"این یک توضیحات تست است.\",\r\n        \"WithContent\": false,\r\n        \"Id\": 324972,\r\n        \"LangId\": 0,\r\n        \"PageTitle\": null,\r\n        \"PageDescription\": null,\r\n        \"PageKeyword\": null\r\n    }\r\n]"}],"_postman_id":"036cb802-0963-414e-993c-0eb8e0b7fc32"},{"name":"ListCategory","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"5b1d1982-0b70-4b83-841c-6f44cf6535af"}}],"id":"7777ec61-79ed-43d6-9610-04c82a82692c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/blogcategory/[id]/blogs?$filter=Location eq '0' or Location eq '1'&$orderby=PublishDate desc","urlObject":{"path":["api","blogcategory","[id]","blogs"],"host":["https://api.example.com"],"query":[{"key":"$filter","value":"Location eq '0' or Location eq '1'"},{"key":"$orderby","value":"PublishDate desc"}],"variable":[]}},"response":[{"id":"1bc87380-b237-4a9b-a007-bc7d08f6b157","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":{"raw":"https://api.example.com/api/blogcategory/[id]/blogs?$filter=Location eq '0' or Location eq '1'&$orderby=PublishDate desc","host":["https://api.example.com"],"path":["api","blogcategory","[id]","blogs"],"query":[{"key":"$filter","value":"Location eq '0' or Location eq '1'"},{"key":"$orderby","value":"PublishDate desc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"Categories\": [\r\n            {\r\n                \"Cat\": {\r\n                    \"Name\": \"تست\",\r\n                    \"Id\": 61094,\r\n                    \"Permalink\": \"1\"\r\n                },\r\n                \"CategoryId\": 61094,\r\n                \"BlogId\": 325139\r\n            }\r\n        ],\r\n        \"Tags\": [\r\n            {\r\n                \"Name\": \"شیائومی\",\r\n                \"Link\": \"https://shikmarket.smx.live/fa/blog/tag/شیائومی\",\r\n                \"BlogId\": 325139,\r\n                \"Id\": 3796,\r\n                \"LangId\": 0\r\n            },\r\n            {\r\n                \"Name\": \"Redmi\",\r\n                \"Link\": \"https://shikmarket.smx.live/fa/blog/tag/Redmi\",\r\n                \"BlogId\": 325139,\r\n                \"Id\": 3797,\r\n                \"LangId\": 0\r\n            }\r\n        ],\r\n        \"Title\": \"گوشی موبایل شیائومی مدل Redmi 9A M2006C3LG دو سیم‌ کارت ظرفیت 32 گیگابایت\",\r\n        \"Show\": true,\r\n        \"PublishDate\": \"2022-09-04T12:33:00\",\r\n        \"PicLink\": \"/UserFiles/livegallery4/Images/Blog/202209051236595810.jpg\",\r\n        \"ClipLink\": null,\r\n        \"ThumbLink\": null,\r\n        \"Permalink\": \"Redmi\",\r\n        \"Visits\": 3,\r\n        \"Location\": 0,\r\n        \"CommentsCount\": 0,\r\n        \"Abstract\": null,\r\n        \"WithContent\": false,\r\n        \"Id\": 325139,\r\n        \"LangId\": 0,\r\n        \"PageTitle\": null,\r\n        \"PageDescription\": null,\r\n        \"PageKeyword\": null\r\n    },\r\n    {\r\n        \"Categories\": [\r\n            {\r\n                \"Cat\": {\r\n                    \"Name\": \"تست\",\r\n                    \"Id\": 61094,\r\n                    \"Permalink\": \"1\"\r\n                },\r\n                \"CategoryId\": 61094,\r\n                \"BlogId\": 324972\r\n            }\r\n        ],\r\n        \"Tags\": [\r\n            {\r\n                \"Name\": \"تست\",\r\n                \"Link\": \"https://shikmarket.smx.live/fa/blog/tag/تست\",\r\n                \"BlogId\": 324972,\r\n                \"Id\": 2752,\r\n                \"LangId\": 0\r\n            },\r\n            {\r\n                \"Name\": \"test\",\r\n                \"Link\": \"https://shikmarket.smx.live/fa/blog/tag/test\",\r\n                \"BlogId\": 324972,\r\n                \"Id\": 2753,\r\n                \"LangId\": 0\r\n            }\r\n        ],\r\n        \"Title\": \"تست\",\r\n        \"Show\": true,\r\n        \"PublishDate\": \"2022-07-30T16:14:00\",\r\n        \"PicLink\": \"/UserFiles/livegallery4/Images/Blog/202207301614538503.jpg\",\r\n        \"ClipLink\": null,\r\n        \"ThumbLink\": null,\r\n        \"Permalink\": \"test\",\r\n        \"Visits\": 0,\r\n        \"Location\": 0,\r\n        \"CommentsCount\": 0,\r\n        \"Abstract\": \"این یک توضیحات تست است.\",\r\n        \"WithContent\": false,\r\n        \"Id\": 324972,\r\n        \"LangId\": 0,\r\n        \"PageTitle\": null,\r\n        \"PageDescription\": null,\r\n        \"PageKeyword\": null\r\n    }\r\n]"}],"_postman_id":"7777ec61-79ed-43d6-9610-04c82a82692c"},{"name":"ListSearch","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"720fb098-62c1-476c-a114-68f6bc5e0229"}}],"id":"f3de3c87-aa47-48a4-8a04-53ac01f83fed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/blog/search?word=&$filter=Location eq '0' or Location eq '1'&$orderby=PublishDate desc","urlObject":{"path":["api","blog","search"],"host":["https://api.example.com"],"query":[{"key":"word","value":""},{"key":"$filter","value":"Location eq '0' or Location eq '1'"},{"key":"$orderby","value":"PublishDate desc"}],"variable":[]}},"response":[{"id":"86a1a755-4d73-4384-9ea4-7a361e45dea2","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":{"raw":"https://api.example.com/api/blog/search?word=&$filter=Location eq '0' or Location eq '1'&$orderby=PublishDate desc","host":["https://api.example.com"],"path":["api","blog","search"],"query":[{"key":"word","value":""},{"key":"$filter","value":"Location eq '0' or Location eq '1'"},{"key":"$orderby","value":"PublishDate desc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"Categories\": [\r\n            {\r\n                \"Cat\": {\r\n                    \"Name\": \"تست\",\r\n                    \"Id\": 61094,\r\n                    \"Permalink\": \"1\"\r\n                },\r\n                \"CategoryId\": 61094,\r\n                \"BlogId\": 325139\r\n            }\r\n        ],\r\n        \"Tags\": [\r\n            {\r\n                \"Name\": \"شیائومی\",\r\n                \"Link\": \"https://shikmarket.smx.live/fa/blog/tag/شیائومی\",\r\n                \"BlogId\": 325139,\r\n                \"Id\": 3796,\r\n                \"LangId\": 0\r\n            },\r\n            {\r\n                \"Name\": \"Redmi\",\r\n                \"Link\": \"https://shikmarket.smx.live/fa/blog/tag/Redmi\",\r\n                \"BlogId\": 325139,\r\n                \"Id\": 3797,\r\n                \"LangId\": 0\r\n            }\r\n        ],\r\n        \"Title\": \"گوشی موبایل شیائومی مدل Redmi 9A M2006C3LG دو سیم‌ کارت ظرفیت 32 گیگابایت\",\r\n        \"Show\": true,\r\n        \"PublishDate\": \"2022-09-04T12:33:00\",\r\n        \"PicLink\": \"/UserFiles/livegallery4/Images/Blog/202209051236595810.jpg\",\r\n        \"ClipLink\": null,\r\n        \"ThumbLink\": null,\r\n        \"Permalink\": \"Redmi\",\r\n        \"Visits\": 3,\r\n        \"Location\": 0,\r\n        \"CommentsCount\": 0,\r\n        \"Abstract\": null,\r\n        \"WithContent\": false,\r\n        \"Id\": 325139,\r\n        \"LangId\": 0,\r\n        \"PageTitle\": null,\r\n        \"PageDescription\": null,\r\n        \"PageKeyword\": null\r\n    },\r\n    {\r\n        \"Categories\": [\r\n            {\r\n                \"Cat\": {\r\n                    \"Name\": \"تست\",\r\n                    \"Id\": 61094,\r\n                    \"Permalink\": \"1\"\r\n                },\r\n                \"CategoryId\": 61094,\r\n                \"BlogId\": 324972\r\n            }\r\n        ],\r\n        \"Tags\": [\r\n            {\r\n                \"Name\": \"تست\",\r\n                \"Link\": \"https://shikmarket.smx.live/fa/blog/tag/تست\",\r\n                \"BlogId\": 324972,\r\n                \"Id\": 2752,\r\n                \"LangId\": 0\r\n            },\r\n            {\r\n                \"Name\": \"test\",\r\n                \"Link\": \"https://shikmarket.smx.live/fa/blog/tag/test\",\r\n                \"BlogId\": 324972,\r\n                \"Id\": 2753,\r\n                \"LangId\": 0\r\n            }\r\n        ],\r\n        \"Title\": \"تست\",\r\n        \"Show\": true,\r\n        \"PublishDate\": \"2022-07-30T16:14:00\",\r\n        \"PicLink\": \"/UserFiles/livegallery4/Images/Blog/202207301614538503.jpg\",\r\n        \"ClipLink\": null,\r\n        \"ThumbLink\": null,\r\n        \"Permalink\": \"test\",\r\n        \"Visits\": 0,\r\n        \"Location\": 0,\r\n        \"CommentsCount\": 0,\r\n        \"Abstract\": \"این یک توضیحات تست است.\",\r\n        \"WithContent\": false,\r\n        \"Id\": 324972,\r\n        \"LangId\": 0,\r\n        \"PageTitle\": null,\r\n        \"PageDescription\": null,\r\n        \"PageKeyword\": null\r\n    }\r\n]"}],"_postman_id":"f3de3c87-aa47-48a4-8a04-53ac01f83fed"},{"name":"ListTag","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"0ecef09c-db49-49dd-b9ea-78c8a2e50661"}}],"id":"bff3266f-e23f-4085-aff2-4948abc90655","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/blog/tag?word=&$filter=Location eq '0' or Location eq '1'&$orderby=PublishDate desc","urlObject":{"path":["api","blog","tag"],"host":["https://api.example.com"],"query":[{"key":"word","value":""},{"key":"$filter","value":"Location eq '0' or Location eq '1'"},{"key":"$orderby","value":"PublishDate desc"}],"variable":[]}},"response":[{"id":"8b7505f4-8e47-4c94-b646-f3b73a3190e5","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":{"raw":"https://api.example.com/api/blog/tag?word=&$filter=Location eq '0' or Location eq '1'&$orderby=PublishDate desc","host":["https://api.example.com"],"path":["api","blog","tag"],"query":[{"key":"word","value":""},{"key":"$filter","value":"Location eq '0' or Location eq '1'"},{"key":"$orderby","value":"PublishDate desc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"Categories\": [\r\n            {\r\n                \"Cat\": {\r\n                    \"Name\": \"تست\",\r\n                    \"Id\": 61094,\r\n                    \"Permalink\": \"1\"\r\n                },\r\n                \"CategoryId\": 61094,\r\n                \"BlogId\": 325139\r\n            }\r\n        ],\r\n        \"Tags\": [\r\n            {\r\n                \"Name\": \"شیائومی\",\r\n                \"Link\": \"https://shikmarket.smx.live/fa/blog/tag/شیائومی\",\r\n                \"BlogId\": 325139,\r\n                \"Id\": 3796,\r\n                \"LangId\": 0\r\n            },\r\n            {\r\n                \"Name\": \"Redmi\",\r\n                \"Link\": \"https://shikmarket.smx.live/fa/blog/tag/Redmi\",\r\n                \"BlogId\": 325139,\r\n                \"Id\": 3797,\r\n                \"LangId\": 0\r\n            }\r\n        ],\r\n        \"Title\": \"گوشی موبایل شیائومی مدل Redmi 9A M2006C3LG دو سیم‌ کارت ظرفیت 32 گیگابایت\",\r\n        \"Show\": true,\r\n        \"PublishDate\": \"2022-09-04T12:33:00\",\r\n        \"PicLink\": \"/UserFiles/livegallery4/Images/Blog/202209051236595810.jpg\",\r\n        \"ClipLink\": null,\r\n        \"ThumbLink\": null,\r\n        \"Permalink\": \"Redmi\",\r\n        \"Visits\": 3,\r\n        \"Location\": 0,\r\n        \"CommentsCount\": 0,\r\n        \"Abstract\": null,\r\n        \"WithContent\": false,\r\n        \"Id\": 325139,\r\n        \"LangId\": 0,\r\n        \"PageTitle\": null,\r\n        \"PageDescription\": null,\r\n        \"PageKeyword\": null\r\n    },\r\n    {\r\n        \"Categories\": [\r\n            {\r\n                \"Cat\": {\r\n                    \"Name\": \"تست\",\r\n                    \"Id\": 61094,\r\n                    \"Permalink\": \"1\"\r\n                },\r\n                \"CategoryId\": 61094,\r\n                \"BlogId\": 324972\r\n            }\r\n        ],\r\n        \"Tags\": [\r\n            {\r\n                \"Name\": \"تست\",\r\n                \"Link\": \"https://shikmarket.smx.live/fa/blog/tag/تست\",\r\n                \"BlogId\": 324972,\r\n                \"Id\": 2752,\r\n                \"LangId\": 0\r\n            },\r\n            {\r\n                \"Name\": \"test\",\r\n                \"Link\": \"https://shikmarket.smx.live/fa/blog/tag/test\",\r\n                \"BlogId\": 324972,\r\n                \"Id\": 2753,\r\n                \"LangId\": 0\r\n            }\r\n        ],\r\n        \"Title\": \"تست\",\r\n        \"Show\": true,\r\n        \"PublishDate\": \"2022-07-30T16:14:00\",\r\n        \"PicLink\": \"/UserFiles/livegallery4/Images/Blog/202207301614538503.jpg\",\r\n        \"ClipLink\": null,\r\n        \"ThumbLink\": null,\r\n        \"Permalink\": \"test\",\r\n        \"Visits\": 0,\r\n        \"Location\": 0,\r\n        \"CommentsCount\": 0,\r\n        \"Abstract\": \"این یک توضیحات تست است.\",\r\n        \"WithContent\": false,\r\n        \"Id\": 324972,\r\n        \"LangId\": 0,\r\n        \"PageTitle\": null,\r\n        \"PageDescription\": null,\r\n        \"PageKeyword\": null\r\n    }\r\n]"}],"_postman_id":"bff3266f-e23f-4085-aff2-4948abc90655"},{"name":"Post","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"c700023c-95ee-42de-939f-814866181a58"}}],"id":"f6cb8c37-4dc9-4d0a-a0a9-43d437e6bbe3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/blog/[id]","urlObject":{"path":["api","blog","[id]"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"3d0204e8-6f1a-4c92-99c8-d9f255db6935","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":"https://api.example.com/api/blog/[id]"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"Categories\": [\r\n        {\r\n            \"Cat\": {\r\n                \"Name\": \"تست\",\r\n                \"Id\": 61094,\r\n                \"Permalink\": \"1\"\r\n            },\r\n            \"CategoryId\": 61094,\r\n            \"BlogId\": 325139\r\n        }\r\n    ],\r\n    \"Tags\": [\r\n        {\r\n            \"Name\": \"شیائومی\",\r\n            \"Link\": \"https://shikmarket.smx.live/fa/blog/tag/شیائومی\",\r\n            \"BlogId\": 325139,\r\n            \"Id\": 3796,\r\n            \"LangId\": 0\r\n        },\r\n        {\r\n            \"Name\": \"Redmi\",\r\n            \"Link\": \"https://shikmarket.smx.live/fa/blog/tag/Redmi\",\r\n            \"BlogId\": 325139,\r\n            \"Id\": 3797,\r\n            \"LangId\": 0\r\n        }\r\n    ],\r\n    \"Title\": \"گوشی موبایل شیائومی مدل Redmi 9A M2006C3LG دو سیم‌ کارت ظرفیت 32 گیگابایت\",\r\n    \"Content\": \"شرکت شیائومی&zwnj;به&zwnj;تازگی دو عضو ارزان&zwnj;قیمت از خانواده &laquo;Redmi 9&raquo; را معرفی کرده است. گوشی Redmi 9A یکی از این گوشی&zwnj;&zwnj;ها است که مانند نسخه&zwnj;&zwnj;های قبلی، از صفحه&zwnj;نمایش بزرگ، باتری پرقدرت، طراحی جذاب دوربین و سخت&zwnj;افزار مناسب برخوردار است. صفحه&zwnj;نمایش گوشی Redmi 9A 6.53 اینچ است و از فناوری IPS LCD بهره می&zwnj;برد. این نمایشگر حدود 81 درصد از بدنه را به خود اختصاص داده است. شیائومی&zwnj;برای این محصول خود از یک دوربین با لنز عریض 13 مگاپیکسلی استفاده کرده است. دوربین سلفی 5 مگاپیکسلی هم در مرکز گوشی و بالای نمایشگر این گوشی به&zwnj;کار گرفته&zwnj;شده است. ازنظر سخت&zwnj;افزاری هم این گوشی به تراشه Helio G25 شرکت مدیاتک مجهز شده که با پردازنده&zwnj; هشت&zwnj;هسته&zwnj;ا&zwnj;ی و قدرتمند Cortex-A53 و پردازنده گرافیکی PowerVR GE8320 همراه شده است. حافظه رم با ظرفیت 2 گیگابایت هم در کنار این مجموعه قرار گرفته است تا بتواند علاوه&zwnj;بر کار&zwnj;های معمول، از قابلیت&zwnj;&zwnj;ها ی جدید گوشی&zwnj;&zwnj;های امروزی پشتیبانی کند. برای این گوشی حافظه داخلی با ظرفیت 32 گیگابایت در نظر گرفته شده است که با استفاده از یک کارت حافظه SD قابل ارتقاء است. باتری لیتیوم-پلیمری با ظرفیت 5000 میلی&zwnj;آمپرساعتی با قابلیت شارژ با توان 10 وات و جک 3.5 میلی&zwnj;متری صدا هم از دیگر مشخصات این محصول جدید است.\",\r\n    \"Show\": true,\r\n    \"PublishDate\": \"2022-09-04T12:33:00\",\r\n    \"PicLink\": \"/UserFiles/livegallery4/Images/Blog/202209051236595810.jpg\",\r\n    \"ClipLink\": null,\r\n    \"ThumbLink\": null,\r\n    \"Permalink\": \"Redmi\",\r\n    \"Visits\": 2,\r\n    \"Location\": 0,\r\n    \"CommentsCount\": 0,\r\n    \"Abstract\": null,\r\n    \"WithContent\": true,\r\n    \"Id\": 325139,\r\n    \"LangId\": 0,\r\n    \"PageTitle\": null,\r\n    \"PageDescription\": null,\r\n    \"PageKeyword\": null\r\n}"},{"id":"762b228f-8bff-4f07-86da-6d273842e5ac","name":"NotFound","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":"https://api.example.com/api/blog/[id]"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"16dc1d09-f774-4ae8-9dd7-17ef5143d521","name":"BadRequest","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":"https://api.example.com/api/blog/[id]"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"Message\": \"The request is invalid.\"\r\n}"}],"_postman_id":"f6cb8c37-4dc9-4d0a-a0a9-43d437e6bbe3"},{"name":"Category","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"45903053-7d68-473a-a4b3-366cf9e8fda7"}}],"id":"95123336-6d57-4bc5-87b8-8cb2e703200f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/blogcategory","urlObject":{"path":["api","blogcategory"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"d6e0a795-c558-456b-8212-237c286b73c0","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":"https://api.example.com/api/blogcategory"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"Name\": \"تست\",\r\n        \"Permalink\": \"1\",\r\n        \"ParentId\": null,\r\n        \"Show\": true,\r\n        \"Location\": 0,\r\n        \"Blogs\": 2,\r\n        \"HasChild\": false,\r\n        \"Id\": 61094,\r\n        \"LangId\": 0,\r\n        \"PageTitle\": null,\r\n        \"PageDescription\": null,\r\n        \"PageKeyword\": null\r\n    }\r\n]"}],"_postman_id":"95123336-6d57-4bc5-87b8-8cb2e703200f"},{"name":"Tags","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"b047fec6-1bf8-44db-b165-c29db7caeeb9"}}],"id":"82e622ca-c295-4e0d-b12c-0844f1297028","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/blog/tags?$top=15&$skip=0&$orderby=Id desc","urlObject":{"path":["api","blog","tags"],"host":["https://api.example.com"],"query":[{"key":"$top","value":"15"},{"key":"$skip","value":"0"},{"key":"$orderby","value":"Id desc"}],"variable":[]}},"response":[{"id":"26bff62d-be32-45ba-8cfc-d132fb9d2756","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":{"raw":"https://api.example.com/api/blog/tags?$top=15&$skip=0&$orderby=Id desc","host":["https://api.example.com"],"path":["api","blog","tags"],"query":[{"key":"$top","value":"15"},{"key":"$skip","value":"0"},{"key":"$orderby","value":"Id desc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"Name\": \"Redmi\",\r\n        \"Link\": \"https://shikmarket.smx.live/fa/blog/tag/Redmi\",\r\n        \"BlogId\": 325139,\r\n        \"Id\": 3797,\r\n        \"LangId\": 0\r\n    },\r\n    {\r\n        \"Name\": \"شیائومی\",\r\n        \"Link\": \"https://shikmarket.smx.live/fa/blog/tag/شیائومی\",\r\n        \"BlogId\": 325139,\r\n        \"Id\": 3796,\r\n        \"LangId\": 0\r\n    },\r\n    {\r\n        \"Name\": \"test\",\r\n        \"Link\": \"https://shikmarket.smx.live/fa/blog/tag/test\",\r\n        \"BlogId\": 324972,\r\n        \"Id\": 2753,\r\n        \"LangId\": 0\r\n    },\r\n    {\r\n        \"Name\": \"تست\",\r\n        \"Link\": \"https://shikmarket.smx.live/fa/blog/tag/تست\",\r\n        \"BlogId\": 324972,\r\n        \"Id\": 2752,\r\n        \"LangId\": 0\r\n    }\r\n]"}],"_postman_id":"82e622ca-c295-4e0d-b12c-0844f1297028"},{"name":"Latest","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"99f784b2-4f96-4b2f-afe6-990fd39f244d"}}],"id":"d3a0075d-a3ba-4725-b6b4-f1c4739c6b48","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/blog?$top=10&$skip=0&$orderby=PublishDate desc","urlObject":{"path":["api","blog"],"host":["https://api.example.com"],"query":[{"key":"$top","value":"10"},{"key":"$skip","value":"0"},{"key":"$orderby","value":"PublishDate desc"}],"variable":[]}},"response":[{"id":"03d01b7e-be27-4787-88f5-a85dc58226ac","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":{"raw":"https://api.example.com/api/blog?$top=10&$skip=0&$orderby=PublishDate desc","host":["https://api.example.com"],"path":["api","blog"],"query":[{"key":"$top","value":"10"},{"key":"$skip","value":"0"},{"key":"$orderby","value":"PublishDate desc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"Categories\": [\r\n            {\r\n                \"Cat\": {\r\n                    \"Name\": \"تست\",\r\n                    \"Id\": 61094,\r\n                    \"Permalink\": \"1\"\r\n                },\r\n                \"CategoryId\": 61094,\r\n                \"BlogId\": 325139\r\n            }\r\n        ],\r\n        \"Tags\": [\r\n            {\r\n                \"Name\": \"شیائومی\",\r\n                \"Link\": \"https://shikmarket.smx.live/fa/blog/tag/شیائومی\",\r\n                \"BlogId\": 325139,\r\n                \"Id\": 3796,\r\n                \"LangId\": 0\r\n            },\r\n            {\r\n                \"Name\": \"Redmi\",\r\n                \"Link\": \"https://shikmarket.smx.live/fa/blog/tag/Redmi\",\r\n                \"BlogId\": 325139,\r\n                \"Id\": 3797,\r\n                \"LangId\": 0\r\n            }\r\n        ],\r\n        \"Title\": \"گوشی موبایل شیائومی مدل Redmi 9A M2006C3LG دو سیم‌ کارت ظرفیت 32 گیگابایت\",\r\n        \"Show\": true,\r\n        \"PublishDate\": \"2022-09-04T12:33:00\",\r\n        \"PicLink\": \"/UserFiles/livegallery4/Images/Blog/202209051236595810.jpg\",\r\n        \"ClipLink\": null,\r\n        \"ThumbLink\": null,\r\n        \"Permalink\": \"Redmi\",\r\n        \"Visits\": 3,\r\n        \"Location\": 0,\r\n        \"CommentsCount\": 0,\r\n        \"Abstract\": null,\r\n        \"WithContent\": false,\r\n        \"Id\": 325139,\r\n        \"LangId\": 0,\r\n        \"PageTitle\": null,\r\n        \"PageDescription\": null,\r\n        \"PageKeyword\": null\r\n    },\r\n    {\r\n        \"Categories\": [\r\n            {\r\n                \"Cat\": {\r\n                    \"Name\": \"تست\",\r\n                    \"Id\": 61094,\r\n                    \"Permalink\": \"1\"\r\n                },\r\n                \"CategoryId\": 61094,\r\n                \"BlogId\": 324972\r\n            }\r\n        ],\r\n        \"Tags\": [\r\n            {\r\n                \"Name\": \"تست\",\r\n                \"Link\": \"https://shikmarket.smx.live/fa/blog/tag/تست\",\r\n                \"BlogId\": 324972,\r\n                \"Id\": 2752,\r\n                \"LangId\": 0\r\n            },\r\n            {\r\n                \"Name\": \"test\",\r\n                \"Link\": \"https://shikmarket.smx.live/fa/blog/tag/test\",\r\n                \"BlogId\": 324972,\r\n                \"Id\": 2753,\r\n                \"LangId\": 0\r\n            }\r\n        ],\r\n        \"Title\": \"تست\",\r\n        \"Show\": true,\r\n        \"PublishDate\": \"2022-07-30T16:14:00\",\r\n        \"PicLink\": \"/UserFiles/livegallery4/Images/Blog/202207301614538503.jpg\",\r\n        \"ClipLink\": null,\r\n        \"ThumbLink\": null,\r\n        \"Permalink\": \"test\",\r\n        \"Visits\": 0,\r\n        \"Location\": 0,\r\n        \"CommentsCount\": 0,\r\n        \"Abstract\": \"این یک توضیحات تست است.\",\r\n        \"WithContent\": false,\r\n        \"Id\": 324972,\r\n        \"LangId\": 0,\r\n        \"PageTitle\": null,\r\n        \"PageDescription\": null,\r\n        \"PageKeyword\": null\r\n    }\r\n]"}],"_postman_id":"d3a0075d-a3ba-4725-b6b4-f1c4739c6b48"},{"name":"Populars","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"5fab133e-9ae1-4141-9aed-1e71a7b8bcf3"}}],"id":"a1c1bd2c-96da-44ba-b68e-f20124c07d03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/blog?$top=10&$skip=0&$orderby=Visits desc","urlObject":{"path":["api","blog"],"host":["https://api.example.com"],"query":[{"key":"$top","value":"10"},{"key":"$skip","value":"0"},{"key":"$orderby","value":"Visits desc"}],"variable":[]}},"response":[{"id":"7028dc15-bce5-4a08-8d5e-33e357534f22","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":{"raw":"https://api.example.com/api/blog?$top=10&$skip=0&$orderby=Visits desc","host":["https://api.example.com"],"path":["api","blog"],"query":[{"key":"$top","value":"10"},{"key":"$skip","value":"0"},{"key":"$orderby","value":"Visits desc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"Categories\": [\r\n            {\r\n                \"Cat\": {\r\n                    \"Name\": \"تست\",\r\n                    \"Id\": 61094,\r\n                    \"Permalink\": \"1\"\r\n                },\r\n                \"CategoryId\": 61094,\r\n                \"BlogId\": 325139\r\n            }\r\n        ],\r\n        \"Tags\": [\r\n            {\r\n                \"Name\": \"شیائومی\",\r\n                \"Link\": \"https://shikmarket.smx.live/fa/blog/tag/شیائومی\",\r\n                \"BlogId\": 325139,\r\n                \"Id\": 3796,\r\n                \"LangId\": 0\r\n            },\r\n            {\r\n                \"Name\": \"Redmi\",\r\n                \"Link\": \"https://shikmarket.smx.live/fa/blog/tag/Redmi\",\r\n                \"BlogId\": 325139,\r\n                \"Id\": 3797,\r\n                \"LangId\": 0\r\n            }\r\n        ],\r\n        \"Title\": \"گوشی موبایل شیائومی مدل Redmi 9A M2006C3LG دو سیم‌ کارت ظرفیت 32 گیگابایت\",\r\n        \"Show\": true,\r\n        \"PublishDate\": \"2022-09-04T12:33:00\",\r\n        \"PicLink\": \"/UserFiles/livegallery4/Images/Blog/202209051236595810.jpg\",\r\n        \"ClipLink\": null,\r\n        \"ThumbLink\": null,\r\n        \"Permalink\": \"Redmi\",\r\n        \"Visits\": 3,\r\n        \"Location\": 0,\r\n        \"CommentsCount\": 0,\r\n        \"Abstract\": null,\r\n        \"WithContent\": false,\r\n        \"Id\": 325139,\r\n        \"LangId\": 0,\r\n        \"PageTitle\": null,\r\n        \"PageDescription\": null,\r\n        \"PageKeyword\": null\r\n    },\r\n    {\r\n        \"Categories\": [\r\n            {\r\n                \"Cat\": {\r\n                    \"Name\": \"تست\",\r\n                    \"Id\": 61094,\r\n                    \"Permalink\": \"1\"\r\n                },\r\n                \"CategoryId\": 61094,\r\n                \"BlogId\": 324972\r\n            }\r\n        ],\r\n        \"Tags\": [\r\n            {\r\n                \"Name\": \"تست\",\r\n                \"Link\": \"https://shikmarket.smx.live/fa/blog/tag/تست\",\r\n                \"BlogId\": 324972,\r\n                \"Id\": 2752,\r\n                \"LangId\": 0\r\n            },\r\n            {\r\n                \"Name\": \"test\",\r\n                \"Link\": \"https://shikmarket.smx.live/fa/blog/tag/test\",\r\n                \"BlogId\": 324972,\r\n                \"Id\": 2753,\r\n                \"LangId\": 0\r\n            }\r\n        ],\r\n        \"Title\": \"تست\",\r\n        \"Show\": true,\r\n        \"PublishDate\": \"2022-07-30T16:14:00\",\r\n        \"PicLink\": \"/UserFiles/livegallery4/Images/Blog/202207301614538503.jpg\",\r\n        \"ClipLink\": null,\r\n        \"ThumbLink\": null,\r\n        \"Permalink\": \"test\",\r\n        \"Visits\": 0,\r\n        \"Location\": 0,\r\n        \"CommentsCount\": 0,\r\n        \"Abstract\": \"این یک توضیحات تست است.\",\r\n        \"WithContent\": false,\r\n        \"Id\": 324972,\r\n        \"LangId\": 0,\r\n        \"PageTitle\": null,\r\n        \"PageDescription\": null,\r\n        \"PageKeyword\": null\r\n    }\r\n]"}],"_postman_id":"a1c1bd2c-96da-44ba-b68e-f20124c07d03"},{"name":"RelatedProducts","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"972fcebe-cbe9-46c8-9025-703a75f20c27"}}],"id":"7e248afe-76c7-49ed-96d3-614c80dc100e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/blog/[id]/products?$top=9&$skip=0&$select=Name,Id,PicLink","urlObject":{"path":["api","blog","[id]","products"],"host":["https://api.example.com"],"query":[{"key":"$top","value":"9"},{"key":"$skip","value":"0"},{"key":"$select","value":"Name,Id,PicLink"}],"variable":[]}},"response":[{"id":"64d7221f-f40e-4945-91bb-22c4b65f60fe","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":{"raw":"https://api.example.com/api/blog/[id]/products?$top=9&$skip=0&$select=Name,Id,PicLink","host":["https://api.example.com"],"path":["api","blog","[id]","products"],"query":[{"key":"$top","value":"9"},{"key":"$skip","value":"0"},{"key":"$select","value":"Name,Id,PicLink"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"PicLink\": \"/UserFiles/livegallery4/Images/Product/202209050934375297.jpg\",\r\n        \"Id\": 1459832,\r\n        \"Name\": \"گوشی موبایل شیائومی مدل Redmi 9A M2006C3LG دو سیم‌ کارت ظرفیت 32 گیگابایت\"\r\n    }\r\n]"}],"_postman_id":"7e248afe-76c7-49ed-96d3-614c80dc100e"},{"name":"Comments","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"2f5e8cba-a12a-48c8-82b3-77ee893ad836"}}],"id":"d247c8b1-aaf8-48e7-8502-a1acd9bd6370","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/blog/[id]/comments?$orderby=Date desc","urlObject":{"path":["api","blog","[id]","comments"],"host":["https://api.example.com"],"query":[{"key":"$orderby","value":"Date desc"}],"variable":[]}},"response":[{"id":"45ee6c3e-f14c-4dff-9274-54693efb27e5","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":{"raw":"https://api.example.com/api/blog/[id]/comments?$orderby=Date desc","host":["https://api.example.com"],"path":["api","blog","[id]","comments"],"query":[{"key":"$orderby","value":"Date desc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"Content\": \"دیدگاه تستی\",\r\n        \"Email\": \"test@gmail.com\",\r\n        \"Name\": \"تست\",\r\n        \"Site\": null,\r\n        \"Admin\": false,\r\n        \"IsActive\": true,\r\n        \"BlogDetail\": null,\r\n        \"BlogId\": 325139,\r\n        \"Date\": \"2023-02-01T12:26:14\",\r\n        \"Sender\": {\r\n            \"FirstName\": \"تست پشتیبانی\",\r\n            \"LastName\": null,\r\n            \"RealUserName\": \"09391524118\",\r\n            \"IntId\": 968,\r\n            \"Marketer\": false\r\n        },\r\n        \"Id\": 777895,\r\n        \"LangId\": 0\r\n    }\r\n]"}],"_postman_id":"d247c8b1-aaf8-48e7-8502-a1acd9bd6370"},{"name":"AddComment","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"c8c0ee7d-c187-48ad-95ca-f0d9936fae5e"}}],"id":"3ee3abdd-9506-4cd7-86d6-f9b5a050e248","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"BlogId\": [id],\r\n    \"Name\": \"Test\",\r\n    \"Email\": \"test@test.com\",\r\n    \"Site\": \"\",\r\n    \"Content\": \"Test Comment\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/blogcomment","urlObject":{"path":["api","blogcomment"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"af39b519-220f-42a3-8768-60ada27602d7","name":"OK","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"BlogId\": [id],\r\n    \"Name\": \"Test\",\r\n    \"Email\": \"test@test.com\",\r\n    \"Site\": \"\",\r\n    \"Content\": \"Test Comment\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/blogcomment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"e6f3012c-618e-44a1-a476-36d8482e2870","name":"BadRequest","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"BlogId\": [id],\r\n    \"Name\": \"Test\",\r\n    \"Email\": \"test@test.com\",\r\n    \"Site\": \"\",\r\n    \"Content\": \"Test Comment\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/blogcomment"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"key\": \"blogComment.Content\",\r\n        \"error\": \"0\"\r\n    },\r\n    {\r\n        \"key\": \"blogComment.Email\",\r\n        \"error\": \"1\"\r\n    }\r\n]"}],"_postman_id":"3ee3abdd-9506-4cd7-86d6-f9b5a050e248"}],"id":"d0c05b11-8e22-4da3-9f81-360dc8e45a35","_postman_id":"d0c05b11-8e22-4da3-9f81-360dc8e45a35","description":""},{"name":"News","item":[{"name":"List","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"3bbba90a-db36-4037-9e84-d4d697f1545f"}}],"id":"5c671b1c-7e59-4ae6-b3f3-c9f2a72d3c5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/news?$filter=(IsActive eq true and (Location eq '0' or Location eq '1'))&$orderby=Sort desc,Date desc","urlObject":{"path":["api","news"],"host":["https://api.example.com"],"query":[{"key":"$filter","value":"(IsActive eq true and (Location eq '0' or Location eq '1'))"},{"key":"$orderby","value":"Sort desc,Date desc"}],"variable":[]}},"response":[{"id":"f6df1dd7-1f6e-439c-a007-4ab6f82e6169","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":{"raw":"https://api.example.com/api/news?$filter=(IsActive eq true and (Location eq '0' or Location eq '1'))&$orderby=Sort desc,Date desc","host":["https://api.example.com"],"path":["api","news"],"query":[{"key":"$filter","value":"(IsActive eq true and (Location eq '0' or Location eq '1'))"},{"key":"$orderby","value":"Sort desc,Date desc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"Title\": \"قول وزیر بهداشت برای واکسناسیون در مجلس\",\r\n        \"Content\": \"<p>بیتباتایبی ب یبا یبل یبایب یبیب</p>\\n\",\r\n        \"PicLink\": \"/UserFiles/livegallery4/Images/News/202108241053370850.jpg\",\r\n        \"Date\": \"2021-07-17T10:53:00\",\r\n        \"Sort\": 7,\r\n        \"Visitors\": 0,\r\n        \"DeviceType\": 0,\r\n        \"IsActive\": true,\r\n        \"ContentType\": 0,\r\n        \"Label\": null,\r\n        \"Category\": null,\r\n        \"CategoryId\": null,\r\n        \"Location\": 0,\r\n        \"Cat\": null,\r\n        \"Id\": 37,\r\n        \"LangId\": 0,\r\n        \"PageTitle\": null,\r\n        \"PageDescription\": null,\r\n        \"PageKeyword\": null\r\n    },\r\n    {\r\n        \"Title\": \"ورود موج جدید ویروس کرونا در ایران\",\r\n        \"Content\": \"<p>بللبلبلبلبلبلبلبل</p>\\n\",\r\n        \"PicLink\": \"/UserFiles/livegallery4/Images/News/202108241102144462.jpg\",\r\n        \"Date\": \"2021-08-24T10:55:00\",\r\n        \"Sort\": 4,\r\n        \"Visitors\": 0,\r\n        \"DeviceType\": 0,\r\n        \"IsActive\": true,\r\n        \"ContentType\": 0,\r\n        \"Label\": null,\r\n        \"Category\": null,\r\n        \"CategoryId\": null,\r\n        \"Location\": 0,\r\n        \"Cat\": null,\r\n        \"Id\": 38,\r\n        \"LangId\": 0,\r\n        \"PageTitle\": null,\r\n        \"PageDescription\": null,\r\n        \"PageKeyword\": null\r\n    },\r\n    {\r\n        \"Title\": \"کسب مقام نخست تیم کشتی آزاد ایران\",\r\n        \"Content\": \"<p>تیابتایتبایتاب تیباتیبا یبتی بیب یتب یب</p>\\n\",\r\n        \"PicLink\": \"/UserFiles/livegallery4/Images/News/202108241051062881.jpg\",\r\n        \"Date\": \"2021-08-23T10:51:00\",\r\n        \"Sort\": 0,\r\n        \"Visitors\": 0,\r\n        \"DeviceType\": 0,\r\n        \"IsActive\": true,\r\n        \"ContentType\": 0,\r\n        \"Label\": null,\r\n        \"Category\": null,\r\n        \"CategoryId\": null,\r\n        \"Location\": 0,\r\n        \"Cat\": null,\r\n        \"Id\": 36,\r\n        \"LangId\": 0,\r\n        \"PageTitle\": null,\r\n        \"PageDescription\": null,\r\n        \"PageKeyword\": null\r\n    },\r\n    {\r\n        \"Title\": \"رونمایی سورنا ربات ایرانی\",\r\n        \"Content\": \"http://test.testi\",\r\n        \"PicLink\": \"/UserFiles/livegallery4/Images/News/202108241047114807.jpg\",\r\n        \"Date\": \"2021-08-23T10:46:00\",\r\n        \"Sort\": 0,\r\n        \"Visitors\": 0,\r\n        \"DeviceType\": 2,\r\n        \"IsActive\": true,\r\n        \"ContentType\": 3,\r\n        \"Label\": null,\r\n        \"Category\": null,\r\n        \"CategoryId\": null,\r\n        \"Location\": 0,\r\n        \"Cat\": null,\r\n        \"Id\": 33,\r\n        \"LangId\": 0,\r\n        \"PageTitle\": null,\r\n        \"PageDescription\": null,\r\n        \"PageKeyword\": null\r\n    },\r\n    {\r\n        \"Title\": \"ایران در رتبه 90 استارت اپ های دنیا\",\r\n        \"Content\": \"<p>بیذتیذب بایلابلی ایبلایلب ایبلی بالیبی</p>\\n\",\r\n        \"PicLink\": \"/UserFiles/livegallery4/Images/News/202108241052158818.jpg\",\r\n        \"Date\": \"2021-08-11T10:50:00\",\r\n        \"Sort\": 0,\r\n        \"Visitors\": 0,\r\n        \"DeviceType\": 0,\r\n        \"IsActive\": true,\r\n        \"ContentType\": 0,\r\n        \"Label\": null,\r\n        \"Category\": null,\r\n        \"CategoryId\": null,\r\n        \"Location\": 0,\r\n        \"Cat\": null,\r\n        \"Id\": 35,\r\n        \"LangId\": 0,\r\n        \"PageTitle\": null,\r\n        \"PageDescription\": null,\r\n        \"PageKeyword\": null\r\n    },\r\n    {\r\n        \"Title\": \"معرفی ربات انسان نمای تسلا\",\r\n        \"Content\": \"http://testi.test\",\r\n        \"PicLink\": \"/UserFiles/livegallery4/Images/News/202108241045166993.jpg\",\r\n        \"Date\": \"2021-08-03T10:42:00\",\r\n        \"Sort\": 0,\r\n        \"Visitors\": 0,\r\n        \"DeviceType\": 2,\r\n        \"IsActive\": true,\r\n        \"ContentType\": 3,\r\n        \"Label\": null,\r\n        \"Category\": null,\r\n        \"CategoryId\": null,\r\n        \"Location\": 0,\r\n        \"Cat\": null,\r\n        \"Id\": 32,\r\n        \"LangId\": 0,\r\n        \"PageTitle\": null,\r\n        \"PageDescription\": null,\r\n        \"PageKeyword\": null\r\n    },\r\n    {\r\n        \"Title\": \"معرفی وزیرای پیشنهادی در صحن مجلس\",\r\n        \"Content\": \"http://tets.test\",\r\n        \"PicLink\": \"/UserFiles/livegallery4/Images/News/202108241048045413.jpg\",\r\n        \"Date\": \"2021-07-26T10:47:00\",\r\n        \"Sort\": 0,\r\n        \"Visitors\": 0,\r\n        \"DeviceType\": 0,\r\n        \"IsActive\": true,\r\n        \"ContentType\": 3,\r\n        \"Label\": null,\r\n        \"Category\": null,\r\n        \"CategoryId\": null,\r\n        \"Location\": 0,\r\n        \"Cat\": null,\r\n        \"Id\": 34,\r\n        \"LangId\": 0,\r\n        \"PageTitle\": null,\r\n        \"PageDescription\": null,\r\n        \"PageKeyword\": null\r\n    }\r\n]"}],"_postman_id":"5c671b1c-7e59-4ae6-b3f3-c9f2a72d3c5f"},{"name":"Details","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"df3fc1ed-a886-4f56-b0b3-beb786965872"}}],"id":"fec34cfe-0c92-4d78-aeed-39862220211d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/news/[id]","urlObject":{"path":["api","news","[id]"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"27093e71-f7ec-4876-a5e9-29f8fd43b2b2","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":"https://api.example.com/api/news/[id]"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"Title\": \"قول وزیر بهداشت برای واکسناسیون در مجلس\",\r\n    \"Content\": \"<p>بیتباتایبی ب یبا یبل یبایب یبیب</p>\\n\",\r\n    \"PicLink\": \"/UserFiles/livegallery4/Images/News/202108241053370850.jpg\",\r\n    \"Date\": \"2021-07-17T10:53:00\",\r\n    \"Sort\": 7,\r\n    \"Visitors\": 0,\r\n    \"DeviceType\": 0,\r\n    \"IsActive\": true,\r\n    \"ContentType\": 0,\r\n    \"Label\": null,\r\n    \"Category\": null,\r\n    \"CategoryId\": null,\r\n    \"Location\": 0,\r\n    \"Cat\": null,\r\n    \"Id\": 37,\r\n    \"LangId\": 0,\r\n    \"PageTitle\": null,\r\n    \"PageDescription\": null,\r\n    \"PageKeyword\": null\r\n}"},{"id":"0e9df87a-4926-4b25-bac8-0cdb823cfa3a","name":"NotFound","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":"https://api.example.com/api/news/[id]"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fec34cfe-0c92-4d78-aeed-39862220211d"}],"id":"4acef7ef-7598-4eb9-817c-7d3a83df5c8e","description":"<p>Link System: <a href=\"#726f64e0-70f4-40b1-afc3-5fb02419aa3b\">LinkTo</a></p>\n","_postman_id":"4acef7ef-7598-4eb9-817c-7d3a83df5c8e"},{"name":"Gallery","item":[{"name":"List","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"0a52fa14-2aa4-4257-b5d9-10d90531611c"}}],"id":"79a6ad3b-2f11-4d76-b6ab-e9b066d8709b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/groupgallery","urlObject":{"path":["api","groupgallery"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"04f02d40-63fe-4c1e-b6de-0cea6f27e088","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":"https://api.example.com/api/groupgallery"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"Name\": \"شسیب\",\r\n        \"Description\": null,\r\n        \"PicLink\": null,\r\n        \"Id\": 120724,\r\n        \"LangId\": 0,\r\n        \"PageTitle\": null,\r\n        \"PageDescription\": null,\r\n        \"PageKeyword\": null\r\n    }\r\n]"}],"_postman_id":"79a6ad3b-2f11-4d76-b6ab-e9b066d8709b"},{"name":"Details","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"1c6d3f6f-8feb-47ba-9cb0-9d0e29bf662d"}}],"id":"c1722ab7-ead0-47de-a66a-90e53a9ca9cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/groupgallery/[id]","urlObject":{"path":["api","groupgallery","[id]"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"0ee63263-ba41-44eb-89e4-98dc1e83b63c","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":"https://api.example.com/api/groupgallery/[id]"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"Name\": \"شسیب\",\r\n    \"Description\": null,\r\n    \"PicLink\": null,\r\n    \"Id\": 120724,\r\n    \"LangId\": 0,\r\n    \"PageTitle\": null,\r\n    \"PageDescription\": null,\r\n    \"PageKeyword\": null\r\n}"},{"id":"c3d81594-e822-43c7-83c3-a54122cde215","name":"NotFound","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":"https://api.example.com/api/groupgallery/[id]"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c1722ab7-ead0-47de-a66a-90e53a9ca9cb"},{"name":"Galleries","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"3ebe6d9b-dd77-4827-aab3-7c9510f81aad"}}],"id":"c2f91186-6a77-474a-ac52-1306d4033e22","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/groupgallery/[id]/gallery?$orderby=Sort desc","urlObject":{"path":["api","groupgallery","[id]","gallery"],"host":["https://api.example.com"],"query":[{"key":"$orderby","value":"Sort desc"}],"variable":[]}},"response":[{"id":"5bba49c9-d861-4c45-9547-20badd028521","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":{"raw":"https://api.example.com/api/groupgallery/[id]/gallery?$orderby=Sort desc","host":["https://api.example.com"],"path":["api","groupgallery","[id]","gallery"],"query":[{"key":"$orderby","value":"Sort desc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"Link\": \"/UserFiles/livegallery4/Images/GroupGallery/202302011208332105.jpg\",\r\n        \"Description\": null,\r\n        \"Type\": 0,\r\n        \"Sort\": 0,\r\n        \"Thumbnail\": null,\r\n        \"GroupGalleryId\": 120724,\r\n        \"Id\": 125091,\r\n        \"LangId\": 0\r\n    },\r\n    {\r\n        \"Link\": \"/UserFiles/livegallery4/Images/GroupGallery/202302011209557120.mp4\",\r\n        \"Description\": null,\r\n        \"Type\": 1,\r\n        \"Sort\": 0,\r\n        \"Thumbnail\": \"/UserFiles/livegallery4/Images/GroupGallery/202302011210014670.jpg\",\r\n        \"GroupGalleryId\": 120724,\r\n        \"Id\": 125092,\r\n        \"LangId\": 0\r\n    }\r\n]"},{"id":"e26a3c85-cb7f-4bb6-af29-1215badaa977","name":"NotFound","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":{"raw":"https://api.example.com/api/groupgallery/[id]/gallery?$orderby=Sort desc","host":["https://api.example.com"],"path":["api","groupgallery","[id]","gallery"],"query":[{"key":"$orderby","value":"Sort desc"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c2f91186-6a77-474a-ac52-1306d4033e22"}],"id":"6c87e6e9-d8f0-48d0-b704-7ff3698e1a14","_postman_id":"6c87e6e9-d8f0-48d0-b704-7ff3698e1a14","description":""},{"name":"Payment","item":[{"name":"PortalTransaction","item":[{"name":"List","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"0d32f659-5e57-4d78-85f7-ed685f16eeee"}}],"id":"d53c2bfd-6a30-465f-87c8-92af96d91344","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/portaltransaction/filter","urlObject":{"path":["api","portaltransaction","filter"],"host":["https://api.example.com"],"query":[{"disabled":true,"description":{"content":"<p>transaction Id</p>\n","type":"text/plain"},"key":"Id","value":"[id]"},{"disabled":true,"description":{"content":"<p>min amount</p>\n","type":"text/plain"},"key":"Max","value":""},{"disabled":true,"description":{"content":"<p>max amount</p>\n","type":"text/plain"},"key":"Min","value":""},{"disabled":true,"description":{"content":"<p>device id</p>\n","type":"text/plain"},"key":"Device","value":""},{"disabled":true,"description":{"content":"<p>transaction type</p>\n","type":"text/plain"},"key":"Type","value":""},{"disabled":true,"description":{"content":"<p>order id</p>\n","type":"text/plain"},"key":"InvoiceId","value":""},{"disabled":true,"description":{"content":"<p>customer id</p>\n","type":"text/plain"},"key":"CustomerId","value":""},{"disabled":true,"description":{"content":"<p>portal track code</p>\n","type":"text/plain"},"key":"PortalCode","value":""},{"disabled":true,"description":{"content":"<p>portal message</p>\n","type":"text/plain"},"key":"Message","value":""},{"disabled":true,"description":{"content":"<p>portal id</p>\n","type":"text/plain"},"key":"PortalId","value":""},{"disabled":true,"description":{"content":"<p>transaction status</p>\n","type":"text/plain"},"key":"Status","value":""},{"disabled":true,"description":{"content":"<p>min date</p>\n","type":"text/plain"},"key":"Date.Min","value":""},{"disabled":true,"description":{"content":"<p>max date</p>\n","type":"text/plain"},"key":"Date.Max","value":""}],"variable":[]}},"response":[{"id":"0d460048-0f8b-4fc5-b48d-379b9011122e","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":{"raw":"https://api.example.com/api/portaltransaction/filter","host":["https://api.example.com"],"path":["api","portaltransaction","filter"],"query":[{"key":"Id","value":"[id]","disabled":true},{"key":"Max","value":"","disabled":true},{"key":"Min","value":"","disabled":true},{"key":"Device","value":"","disabled":true},{"key":"Type","value":"","disabled":true},{"key":"InvoiceId","value":"","disabled":true},{"key":"CustomerId","value":"","disabled":true},{"key":"PortalCode","value":"","disabled":true},{"key":"Message","value":"","disabled":true},{"key":"PortalId","value":"","disabled":true},{"key":"Status","value":"","disabled":true},{"key":"Date.Min","value":"","disabled":true},{"key":"Date.Max","value":"","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"Portal\": {\r\n            \"Restrictions\": [],\r\n            \"Type\": 0,\r\n            \"Code\": null,\r\n            \"BankInfo\": {\r\n                \"ScriptId\": \"bmi.ir\",\r\n                \"Name\": \"بانک ملی\",\r\n                \"PicLink\": \"data/upload/admin/bankportal/a6cc0830a02ffcf4fc088173b20aca481483603702.jpg\"\r\n            },\r\n            \"BankPortal\": null,\r\n            \"InvoiceType\": \"0,1,2\",\r\n            \"BankPortalId\": 1009,\r\n            \"TerminalId\": \"24000624\",\r\n            \"CallBackUrl\": null,\r\n            \"Other\": \"{\\\"Decimal\\\":0,\\\"Contributions\\\":[]}\",\r\n            \"UserName\": \"000000140215276\",\r\n            \"Password\": \"Mszy9ZkRnA337SCRc5r1kbkRrtKzrJxa\",\r\n            \"ApiKey\": null,\r\n            \"IsActive\": true,\r\n            \"CerLink\": null,\r\n            \"CurrencyUnit\": 1,\r\n            \"Exchange\": 10.00,\r\n            \"ConvertType\": null,\r\n            \"Round\": 0,\r\n            \"CommissionPercent\": 0.00,\r\n            \"CurrencyName\": null,\r\n            \"Id\": 5588,\r\n            \"LangId\": 0\r\n        },\r\n        \"Type\": 2,\r\n        \"InvoiceId\": null,\r\n        \"CustomerInfo\": {\r\n            \"FirstName\": \"تست پشتیبانی\",\r\n            \"LastName\": null,\r\n            \"RealUserName\": \"09391524118\",\r\n            \"IntId\": 968,\r\n            \"Marketer\": false\r\n        },\r\n        \"RelatedId\": null,\r\n        \"Amount\": 10000.00,\r\n        \"DeviceType\": 2,\r\n        \"PortalId\": 5588,\r\n        \"Bank\": \"بانک ملی\",\r\n        \"Succeed\": false,\r\n        \"Status\": 0,\r\n        \"RequestDate\": \"2022-10-31T15:11:54\",\r\n        \"ReturnDate\": \"2022-10-31T15:11:54\",\r\n        \"Message\": \"ترمینال غيرفعال است\",\r\n        \"PortalCode\": null,\r\n        \"Ip\": \"5.120.192.125\",\r\n        \"Other\": \"{\\\"Pwa\\\":null,\\\"OtherPayment\\\":{\\\"Name\\\":\\\"تست پشتیبانی\\\",\\\"Phone\\\":\\\"09876543210\\\",\\\"Mobile\\\":\\\"09391524118\\\",\\\"Description\\\":\\\"تست\\\",\\\"TotalPaymentExchange\\\":0.0,\\\"Order\\\":\\\"\\\",\\\"CurrencyUnit\\\":0,\\\"IsAdmin\\\":false,\\\"PortalName\\\":\\\"\\\",\\\"CustomerId\\\":968,\\\"DeviceType\\\":2,\\\"PortalId\\\":5588,\\\"FishNumber\\\":\\\"\\\",\\\"TrackingCode\\\":\\\"\\\",\\\"TotalPayment\\\":1000.0,\\\"TransGet\\\":\\\"\\\",\\\"IdGet\\\":\\\"\\\",\\\"BankAccountId\\\":null,\\\"Date\\\":\\\"0001-01-01T00:00:00\\\",\\\"Type\\\":0,\\\"ChequeNumber\\\":\\\"\\\",\\\"ChequeDate\\\":\\\"\\\",\\\"ChequeAmount\\\":\\\"\\\",\\\"UserName\\\":\\\"\\\",\\\"ExpiresAt\\\":null,\\\"ExchangeUnit\\\":null,\\\"Id\\\":0,\\\"LangId\\\":0},\\\"CardNumberMask\\\":null,\\\"CallBackUrl\\\":null,\\\"SharedItems\\\":[],\\\"Token\\\":null,\\\"InvestPlan\\\":null}\",\r\n        \"CurrencyUnit\": 1,\r\n        \"Id\": 13774,\r\n        \"LangId\": 0\r\n    },\r\n    {\r\n        \"Portal\": {\r\n            \"Restrictions\": [],\r\n            \"Type\": 0,\r\n            \"Code\": null,\r\n            \"BankInfo\": {\r\n                \"ScriptId\": \"bmi.ir\",\r\n                \"Name\": \"بانک ملی\",\r\n                \"PicLink\": \"data/upload/admin/bankportal/a6cc0830a02ffcf4fc088173b20aca481483603702.jpg\"\r\n            },\r\n            \"BankPortal\": null,\r\n            \"InvoiceType\": \"0,1,2\",\r\n            \"BankPortalId\": 1009,\r\n            \"TerminalId\": \"24000624\",\r\n            \"CallBackUrl\": null,\r\n            \"Other\": \"{\\\"Decimal\\\":0,\\\"Contributions\\\":[]}\",\r\n            \"UserName\": \"000000140215276\",\r\n            \"Password\": \"Mszy9ZkRnA337SCRc5r1kbkRrtKzrJxa\",\r\n            \"ApiKey\": null,\r\n            \"IsActive\": true,\r\n            \"CerLink\": null,\r\n            \"CurrencyUnit\": 1,\r\n            \"Exchange\": 10.00,\r\n            \"ConvertType\": null,\r\n            \"Round\": 0,\r\n            \"CommissionPercent\": 0.00,\r\n            \"CurrencyName\": null,\r\n            \"Id\": 5588,\r\n            \"LangId\": 0\r\n        },\r\n        \"Type\": 1,\r\n        \"InvoiceId\": 2066430,\r\n        \"CustomerInfo\": {\r\n            \"FirstName\": \"تست پشتیبانی\",\r\n            \"LastName\": null,\r\n            \"RealUserName\": \"09391524118\",\r\n            \"IntId\": 968,\r\n            \"Marketer\": false\r\n        },\r\n        \"RelatedId\": null,\r\n        \"Amount\": 3400000.00,\r\n        \"DeviceType\": 2,\r\n        \"PortalId\": 5588,\r\n        \"Bank\": \"بانک ملی\",\r\n        \"Succeed\": false,\r\n        \"Status\": 0,\r\n        \"RequestDate\": \"2023-01-05T08:20:13\",\r\n        \"ReturnDate\": \"2023-01-05T08:20:14\",\r\n        \"Message\": \"ترمینال غيرفعال است\",\r\n        \"PortalCode\": null,\r\n        \"Ip\": \"5.119.174.125\",\r\n        \"Other\": \"{\\\"Pwa\\\":null,\\\"OtherPayment\\\":null,\\\"CardNumberMask\\\":null,\\\"CallBackUrl\\\":null,\\\"SharedItems\\\":[],\\\"Token\\\":null,\\\"InvestPlan\\\":null}\",\r\n        \"CurrencyUnit\": 1,\r\n        \"Id\": 14455,\r\n        \"LangId\": 0\r\n    },\r\n    {\r\n        \"Portal\": {\r\n            \"Restrictions\": [],\r\n            \"Type\": 0,\r\n            \"Code\": null,\r\n            \"BankInfo\": {\r\n                \"ScriptId\": \"bmi.ir\",\r\n                \"Name\": \"بانک ملی\",\r\n                \"PicLink\": \"data/upload/admin/bankportal/a6cc0830a02ffcf4fc088173b20aca481483603702.jpg\"\r\n            },\r\n            \"BankPortal\": null,\r\n            \"InvoiceType\": \"0,1,2\",\r\n            \"BankPortalId\": 1009,\r\n            \"TerminalId\": \"24000624\",\r\n            \"CallBackUrl\": null,\r\n            \"Other\": \"{\\\"Decimal\\\":0,\\\"Contributions\\\":[]}\",\r\n            \"UserName\": \"000000140215276\",\r\n            \"Password\": \"Mszy9ZkRnA337SCRc5r1kbkRrtKzrJxa\",\r\n            \"ApiKey\": null,\r\n            \"IsActive\": true,\r\n            \"CerLink\": null,\r\n            \"CurrencyUnit\": 1,\r\n            \"Exchange\": 10.00,\r\n            \"ConvertType\": null,\r\n            \"Round\": 0,\r\n            \"CommissionPercent\": 0.00,\r\n            \"CurrencyName\": null,\r\n            \"Id\": 5588,\r\n            \"LangId\": 0\r\n        },\r\n        \"Type\": 1,\r\n        \"InvoiceId\": 2066796,\r\n        \"CustomerInfo\": {\r\n            \"FirstName\": \"تست پشتیبانی\",\r\n            \"LastName\": null,\r\n            \"RealUserName\": \"09391524118\",\r\n            \"IntId\": 968,\r\n            \"Marketer\": false\r\n        },\r\n        \"RelatedId\": null,\r\n        \"Amount\": 21950000.00,\r\n        \"DeviceType\": 2,\r\n        \"PortalId\": 5588,\r\n        \"Bank\": \"بانک ملی\",\r\n        \"Succeed\": false,\r\n        \"Status\": 0,\r\n        \"RequestDate\": \"2023-02-01T08:19:42\",\r\n        \"ReturnDate\": \"2023-02-01T08:19:42\",\r\n        \"Message\": \"ترمینال غيرفعال است\",\r\n        \"PortalCode\": null,\r\n        \"Ip\": \"94.101.134.182\",\r\n        \"Other\": \"{\\\"Pwa\\\":null,\\\"OtherPayment\\\":null,\\\"CardNumberMask\\\":null,\\\"CallBackUrl\\\":null,\\\"SharedItems\\\":null,\\\"Token\\\":null,\\\"InvestPlan\\\":null,\\\"Test\\\":false,\\\"Warnings\\\":[]}\",\r\n        \"CurrencyUnit\": 1,\r\n        \"Id\": 14786,\r\n        \"LangId\": 0\r\n    },\r\n    {\r\n        \"Portal\": {\r\n            \"Restrictions\": [],\r\n            \"Type\": 0,\r\n            \"Code\": null,\r\n            \"BankInfo\": {\r\n                \"ScriptId\": \"bankmellat.ir\",\r\n                \"Name\": \"ملت\",\r\n                \"PicLink\": \"data/upload/admin/bankportal/f2ebe7eb4664fa99f1b20b030409a7dc1483603669.png\"\r\n            },\r\n            \"BankPortal\": null,\r\n            \"InvoiceType\": \"0,1,2\",\r\n            \"BankPortalId\": 7,\r\n            \"TerminalId\": \"3245345345\",\r\n            \"CallBackUrl\": null,\r\n            \"Other\": \"{\\\"Decimal\\\":0,\\\"Contributions\\\":[]}\",\r\n            \"UserName\": \"livegallery4\",\r\n            \"Password\": \"123live@gallery\",\r\n            \"ApiKey\": \"34534535345345\",\r\n            \"IsActive\": true,\r\n            \"CerLink\": null,\r\n            \"CurrencyUnit\": 1,\r\n            \"Exchange\": 10.00,\r\n            \"ConvertType\": null,\r\n            \"Round\": 0,\r\n            \"CommissionPercent\": 0.00,\r\n            \"CurrencyName\": null,\r\n            \"Id\": 5587,\r\n            \"LangId\": 0\r\n        },\r\n        \"Type\": 1,\r\n        \"InvoiceId\": 2066952,\r\n        \"CustomerInfo\": {\r\n            \"FirstName\": \"تست پشتیبانی\",\r\n            \"LastName\": null,\r\n            \"RealUserName\": \"09391524118\",\r\n            \"IntId\": 968,\r\n            \"Marketer\": false\r\n        },\r\n        \"RelatedId\": null,\r\n        \"Amount\": 21950000.00,\r\n        \"DeviceType\": 2,\r\n        \"PortalId\": 5587,\r\n        \"Bank\": \"ملت\",\r\n        \"Succeed\": false,\r\n        \"Status\": 0,\r\n        \"RequestDate\": \"2023-02-14T08:37:39\",\r\n        \"ReturnDate\": \"2023-02-14T08:37:41\",\r\n        \"Message\": \"پذيرنده نامعتبر است\",\r\n        \"PortalCode\": null,\r\n        \"Ip\": \"94.101.134.182\",\r\n        \"Other\": \"{\\\"Pwa\\\":null,\\\"OtherPayment\\\":null,\\\"CardNumberMask\\\":null,\\\"CallBackUrl\\\":null,\\\"SharedItems\\\":null,\\\"Token\\\":null,\\\"InvestPlan\\\":null,\\\"Test\\\":false,\\\"Warnings\\\":[]}\",\r\n        \"CurrencyUnit\": 1,\r\n        \"Id\": 14917,\r\n        \"LangId\": 0\r\n    },\r\n    {\r\n        \"Portal\": {\r\n            \"Restrictions\": [],\r\n            \"Type\": 0,\r\n            \"Code\": null,\r\n            \"BankInfo\": {\r\n                \"ScriptId\": \"bankmellat.ir\",\r\n                \"Name\": \"ملت\",\r\n                \"PicLink\": \"data/upload/admin/bankportal/f2ebe7eb4664fa99f1b20b030409a7dc1483603669.png\"\r\n            },\r\n            \"BankPortal\": null,\r\n            \"InvoiceType\": \"0,1,2\",\r\n            \"BankPortalId\": 7,\r\n            \"TerminalId\": \"3245345345\",\r\n            \"CallBackUrl\": null,\r\n            \"Other\": \"{\\\"Decimal\\\":0,\\\"Contributions\\\":[]}\",\r\n            \"UserName\": \"livegallery4\",\r\n            \"Password\": \"123live@gallery\",\r\n            \"ApiKey\": \"34534535345345\",\r\n            \"IsActive\": true,\r\n            \"CerLink\": null,\r\n            \"CurrencyUnit\": 1,\r\n            \"Exchange\": 10.00,\r\n            \"ConvertType\": null,\r\n            \"Round\": 0,\r\n            \"CommissionPercent\": 0.00,\r\n            \"CurrencyName\": null,\r\n            \"Id\": 5587,\r\n            \"LangId\": 0\r\n        },\r\n        \"Type\": 1,\r\n        \"InvoiceId\": 2067769,\r\n        \"CustomerInfo\": {\r\n            \"FirstName\": \"تست پشتیبانی\",\r\n            \"LastName\": null,\r\n            \"RealUserName\": \"09391524118\",\r\n            \"IntId\": 968,\r\n            \"Marketer\": false\r\n        },\r\n        \"RelatedId\": null,\r\n        \"Amount\": 21950000.00,\r\n        \"DeviceType\": 2,\r\n        \"PortalId\": 5587,\r\n        \"Bank\": \"ملت\",\r\n        \"Succeed\": false,\r\n        \"Status\": 0,\r\n        \"RequestDate\": \"2023-03-15T16:03:30\",\r\n        \"ReturnDate\": \"2023-03-15T16:03:32\",\r\n        \"Message\": \"پذيرنده نامعتبر است\",\r\n        \"PortalCode\": null,\r\n        \"Ip\": \"94.101.134.182\",\r\n        \"Other\": \"{\\\"Pwa\\\":null,\\\"OtherPayment\\\":null,\\\"CardNumberMask\\\":null,\\\"CallBackUrl\\\":null,\\\"SharedItems\\\":null,\\\"Token\\\":null,\\\"InvestPlan\\\":null,\\\"Test\\\":false,\\\"Warnings\\\":[]}\",\r\n        \"CurrencyUnit\": 1,\r\n        \"Id\": 15440,\r\n        \"LangId\": 0\r\n    },\r\n    {\r\n        \"Portal\": {\r\n            \"Restrictions\": [],\r\n            \"Type\": 0,\r\n            \"Code\": null,\r\n            \"BankInfo\": {\r\n                \"ScriptId\": \"bankmellat.ir\",\r\n                \"Name\": \"ملت\",\r\n                \"PicLink\": \"data/upload/admin/bankportal/f2ebe7eb4664fa99f1b20b030409a7dc1483603669.png\"\r\n            },\r\n            \"BankPortal\": null,\r\n            \"InvoiceType\": \"0,1,2\",\r\n            \"BankPortalId\": 7,\r\n            \"TerminalId\": \"3245345345\",\r\n            \"CallBackUrl\": null,\r\n            \"Other\": \"{\\\"Decimal\\\":0,\\\"Contributions\\\":[]}\",\r\n            \"UserName\": \"livegallery4\",\r\n            \"Password\": \"123live@gallery\",\r\n            \"ApiKey\": \"34534535345345\",\r\n            \"IsActive\": true,\r\n            \"CerLink\": null,\r\n            \"CurrencyUnit\": 1,\r\n            \"Exchange\": 10.00,\r\n            \"ConvertType\": null,\r\n            \"Round\": 0,\r\n            \"CommissionPercent\": 0.00,\r\n            \"CurrencyName\": null,\r\n            \"Id\": 5587,\r\n            \"LangId\": 0\r\n        },\r\n        \"Type\": 1,\r\n        \"InvoiceId\": 2067769,\r\n        \"CustomerInfo\": {\r\n            \"FirstName\": \"تست پشتیبانی\",\r\n            \"LastName\": null,\r\n            \"RealUserName\": \"09391524118\",\r\n            \"IntId\": 968,\r\n            \"Marketer\": false\r\n        },\r\n        \"RelatedId\": null,\r\n        \"Amount\": 21950000.00,\r\n        \"DeviceType\": 2,\r\n        \"PortalId\": 5587,\r\n        \"Bank\": \"ملت\",\r\n        \"Succeed\": false,\r\n        \"Status\": 0,\r\n        \"RequestDate\": \"2023-03-15T16:04:19\",\r\n        \"ReturnDate\": \"2023-03-15T16:04:19\",\r\n        \"Message\": \"پذيرنده نامعتبر است\",\r\n        \"PortalCode\": null,\r\n        \"Ip\": \"94.101.134.182\",\r\n        \"Other\": \"{\\\"Pwa\\\":null,\\\"OtherPayment\\\":null,\\\"CardNumberMask\\\":null,\\\"CallBackUrl\\\":null,\\\"SharedItems\\\":null,\\\"Token\\\":null,\\\"InvestPlan\\\":null,\\\"Test\\\":false,\\\"Warnings\\\":[]}\",\r\n        \"CurrencyUnit\": 1,\r\n        \"Id\": 15441,\r\n        \"LangId\": 0\r\n    },\r\n    {\r\n        \"Portal\": {\r\n            \"Restrictions\": [],\r\n            \"Type\": 0,\r\n            \"Code\": null,\r\n            \"BankInfo\": {\r\n                \"ScriptId\": \"bankmellat.ir\",\r\n                \"Name\": \"ملت\",\r\n                \"PicLink\": \"data/upload/admin/bankportal/f2ebe7eb4664fa99f1b20b030409a7dc1483603669.png\"\r\n            },\r\n            \"BankPortal\": null,\r\n            \"InvoiceType\": \"0,1,2\",\r\n            \"BankPortalId\": 7,\r\n            \"TerminalId\": \"3245345345\",\r\n            \"CallBackUrl\": null,\r\n            \"Other\": \"{\\\"Decimal\\\":0,\\\"Contributions\\\":[]}\",\r\n            \"UserName\": \"livegallery4\",\r\n            \"Password\": \"123live@gallery\",\r\n            \"ApiKey\": \"34534535345345\",\r\n            \"IsActive\": true,\r\n            \"CerLink\": null,\r\n            \"CurrencyUnit\": 1,\r\n            \"Exchange\": 10.00,\r\n            \"ConvertType\": null,\r\n            \"Round\": 0,\r\n            \"CommissionPercent\": 0.00,\r\n            \"CurrencyName\": null,\r\n            \"Id\": 5587,\r\n            \"LangId\": 0\r\n        },\r\n        \"Type\": 1,\r\n        \"InvoiceId\": 2067781,\r\n        \"CustomerInfo\": {\r\n            \"FirstName\": \"تست پشتیبانی\",\r\n            \"LastName\": null,\r\n            \"RealUserName\": \"09391524118\",\r\n            \"IntId\": 968,\r\n            \"Marketer\": false\r\n        },\r\n        \"RelatedId\": null,\r\n        \"Amount\": 43900000.00,\r\n        \"DeviceType\": 2,\r\n        \"PortalId\": 5587,\r\n        \"Bank\": \"ملت\",\r\n        \"Succeed\": false,\r\n        \"Status\": 0,\r\n        \"RequestDate\": \"2023-03-16T16:25:39\",\r\n        \"ReturnDate\": \"2023-03-16T16:25:40\",\r\n        \"Message\": \"پذيرنده نامعتبر است\",\r\n        \"PortalCode\": null,\r\n        \"Ip\": \"94.101.134.182\",\r\n        \"Other\": \"{\\\"Pwa\\\":null,\\\"OtherPayment\\\":null,\\\"CardNumberMask\\\":null,\\\"CallBackUrl\\\":null,\\\"SharedItems\\\":null,\\\"Token\\\":null,\\\"InvestPlan\\\":null,\\\"Test\\\":false,\\\"Warnings\\\":[]}\",\r\n        \"CurrencyUnit\": 1,\r\n        \"Id\": 15447,\r\n        \"LangId\": 0\r\n    },\r\n    {\r\n        \"Portal\": {\r\n            \"Restrictions\": [],\r\n            \"Type\": 0,\r\n            \"Code\": null,\r\n            \"BankInfo\": {\r\n                \"ScriptId\": \"bmi.ir\",\r\n                \"Name\": \"بانک ملی\",\r\n                \"PicLink\": \"data/upload/admin/bankportal/a6cc0830a02ffcf4fc088173b20aca481483603702.jpg\"\r\n            },\r\n            \"BankPortal\": null,\r\n            \"InvoiceType\": \"0,1,2\",\r\n            \"BankPortalId\": 1009,\r\n            \"TerminalId\": \"24000624\",\r\n            \"CallBackUrl\": null,\r\n            \"Other\": \"{\\\"Decimal\\\":0,\\\"Contributions\\\":[]}\",\r\n            \"UserName\": \"000000140215276\",\r\n            \"Password\": \"Mszy9ZkRnA337SCRc5r1kbkRrtKzrJxa\",\r\n            \"ApiKey\": null,\r\n            \"IsActive\": true,\r\n            \"CerLink\": null,\r\n            \"CurrencyUnit\": 1,\r\n            \"Exchange\": 10.00,\r\n            \"ConvertType\": null,\r\n            \"Round\": 0,\r\n            \"CommissionPercent\": 0.00,\r\n            \"CurrencyName\": null,\r\n            \"Id\": 5588,\r\n            \"LangId\": 0\r\n        },\r\n        \"Type\": 1,\r\n        \"InvoiceId\": 2080233,\r\n        \"CustomerInfo\": {\r\n            \"FirstName\": \"تست پشتیبانی\",\r\n            \"LastName\": null,\r\n            \"RealUserName\": \"09391524118\",\r\n            \"IntId\": 968,\r\n            \"Marketer\": false\r\n        },\r\n        \"RelatedId\": null,\r\n        \"Amount\": 21950000.00,\r\n        \"DeviceType\": 2,\r\n        \"PortalId\": 5588,\r\n        \"Bank\": \"بانک ملی\",\r\n        \"Succeed\": false,\r\n        \"Status\": 0,\r\n        \"RequestDate\": \"2023-04-27T08:59:40\",\r\n        \"ReturnDate\": \"2023-04-27T08:59:40\",\r\n        \"Message\": \"ترمینال غيرفعال است\",\r\n        \"PortalCode\": null,\r\n        \"Ip\": \"94.101.134.182\",\r\n        \"Other\": \"{\\\"Pwa\\\":null,\\\"OtherPayment\\\":null,\\\"CardNumberMask\\\":null,\\\"CallBackUrl\\\":null,\\\"SharedItems\\\":null,\\\"Token\\\":null,\\\"InvestPlan\\\":null,\\\"Test\\\":false,\\\"Warnings\\\":[]}\",\r\n        \"CurrencyUnit\": 1,\r\n        \"Id\": 15832,\r\n        \"LangId\": 0\r\n    },\r\n    {\r\n        \"Portal\": {\r\n            \"Restrictions\": [],\r\n            \"Type\": 0,\r\n            \"Code\": null,\r\n            \"BankInfo\": {\r\n                \"ScriptId\": \"bankmellat.ir\",\r\n                \"Name\": \"ملت\",\r\n                \"PicLink\": \"data/upload/admin/bankportal/f2ebe7eb4664fa99f1b20b030409a7dc1483603669.png\"\r\n            },\r\n            \"BankPortal\": null,\r\n            \"InvoiceType\": \"0,1,2\",\r\n            \"BankPortalId\": 7,\r\n            \"TerminalId\": \"3245345345\",\r\n            \"CallBackUrl\": null,\r\n            \"Other\": \"{\\\"Decimal\\\":0,\\\"Contributions\\\":[]}\",\r\n            \"UserName\": \"livegallery4\",\r\n            \"Password\": \"123live@gallery\",\r\n            \"ApiKey\": \"34534535345345\",\r\n            \"IsActive\": true,\r\n            \"CerLink\": null,\r\n            \"CurrencyUnit\": 1,\r\n            \"Exchange\": 10.00,\r\n            \"ConvertType\": null,\r\n            \"Round\": 0,\r\n            \"CommissionPercent\": 0.00,\r\n            \"CurrencyName\": null,\r\n            \"Id\": 5587,\r\n            \"LangId\": 0\r\n        },\r\n        \"Type\": 1,\r\n        \"InvoiceId\": 2080566,\r\n        \"CustomerInfo\": {\r\n            \"FirstName\": \"تست پشتیبانی\",\r\n            \"LastName\": null,\r\n            \"RealUserName\": \"09391524118\",\r\n            \"IntId\": 968,\r\n            \"Marketer\": false\r\n        },\r\n        \"RelatedId\": null,\r\n        \"Amount\": 21950000.00,\r\n        \"DeviceType\": 2,\r\n        \"PortalId\": 5587,\r\n        \"Bank\": \"ملت\",\r\n        \"Succeed\": false,\r\n        \"Status\": 0,\r\n        \"RequestDate\": \"2023-05-25T08:31:28\",\r\n        \"ReturnDate\": \"2023-05-25T08:31:30\",\r\n        \"Message\": \"پذيرنده نامعتبر است\",\r\n        \"PortalCode\": null,\r\n        \"Ip\": \"91.98.15.249\",\r\n        \"Other\": \"{\\\"Pwa\\\":null,\\\"OtherPayment\\\":null,\\\"CardNumberMask\\\":null,\\\"CallBackUrl\\\":null,\\\"SharedItems\\\":null,\\\"Token\\\":null,\\\"InvestPlan\\\":null,\\\"Test\\\":false,\\\"Warnings\\\":[]}\",\r\n        \"CurrencyUnit\": 1,\r\n        \"Id\": 16048,\r\n        \"LangId\": 0\r\n    },\r\n    {\r\n        \"Portal\": {\r\n            \"Restrictions\": [],\r\n            \"Type\": 0,\r\n            \"Code\": null,\r\n            \"BankInfo\": {\r\n                \"ScriptId\": \"bankmellat.ir\",\r\n                \"Name\": \"ملت\",\r\n                \"PicLink\": \"data/upload/admin/bankportal/f2ebe7eb4664fa99f1b20b030409a7dc1483603669.png\"\r\n            },\r\n            \"BankPortal\": null,\r\n            \"InvoiceType\": \"0,1,2\",\r\n            \"BankPortalId\": 7,\r\n            \"TerminalId\": \"3245345345\",\r\n            \"CallBackUrl\": null,\r\n            \"Other\": \"{\\\"Decimal\\\":0,\\\"Contributions\\\":[]}\",\r\n            \"UserName\": \"livegallery4\",\r\n            \"Password\": \"123live@gallery\",\r\n            \"ApiKey\": \"34534535345345\",\r\n            \"IsActive\": true,\r\n            \"CerLink\": null,\r\n            \"CurrencyUnit\": 1,\r\n            \"Exchange\": 10.00,\r\n            \"ConvertType\": null,\r\n            \"Round\": 0,\r\n            \"CommissionPercent\": 0.00,\r\n            \"CurrencyName\": null,\r\n            \"Id\": 5587,\r\n            \"LangId\": 0\r\n        },\r\n        \"Type\": 1,\r\n        \"InvoiceId\": 2080672,\r\n        \"CustomerInfo\": {\r\n            \"FirstName\": \"تست پشتیبانی\",\r\n            \"LastName\": null,\r\n            \"RealUserName\": \"09391524118\",\r\n            \"IntId\": 968,\r\n            \"Marketer\": false\r\n        },\r\n        \"RelatedId\": null,\r\n        \"Amount\": 21950000.00,\r\n        \"DeviceType\": 2,\r\n        \"PortalId\": 5587,\r\n        \"Bank\": \"ملت\",\r\n        \"Succeed\": false,\r\n        \"Status\": 0,\r\n        \"RequestDate\": \"2023-06-03T08:36:21\",\r\n        \"ReturnDate\": \"2023-06-03T08:36:23\",\r\n        \"Message\": \"پذيرنده نامعتبر است\",\r\n        \"PortalCode\": null,\r\n        \"Ip\": \"94.101.134.182\",\r\n        \"Other\": \"{\\\"Pwa\\\":null,\\\"OtherPayment\\\":null,\\\"CardNumberMask\\\":null,\\\"CallBackUrl\\\":null,\\\"SharedItems\\\":null,\\\"Token\\\":null,\\\"InvestPlan\\\":null,\\\"Test\\\":false,\\\"Warnings\\\":[]}\",\r\n        \"CurrencyUnit\": 1,\r\n        \"Id\": 16099,\r\n        \"LangId\": 0\r\n    },\r\n    {\r\n        \"Portal\": {\r\n            \"Restrictions\": [],\r\n            \"Type\": 0,\r\n            \"Code\": null,\r\n            \"BankInfo\": {\r\n                \"ScriptId\": \"bankmellat.ir\",\r\n                \"Name\": \"ملت\",\r\n                \"PicLink\": \"data/upload/admin/bankportal/f2ebe7eb4664fa99f1b20b030409a7dc1483603669.png\"\r\n            },\r\n            \"BankPortal\": null,\r\n            \"InvoiceType\": \"0,1,2\",\r\n            \"BankPortalId\": 7,\r\n            \"TerminalId\": \"3245345345\",\r\n            \"CallBackUrl\": null,\r\n            \"Other\": \"{\\\"Decimal\\\":0,\\\"Contributions\\\":[]}\",\r\n            \"UserName\": \"livegallery4\",\r\n            \"Password\": \"123live@gallery\",\r\n            \"ApiKey\": \"34534535345345\",\r\n            \"IsActive\": true,\r\n            \"CerLink\": null,\r\n            \"CurrencyUnit\": 1,\r\n            \"Exchange\": 10.00,\r\n            \"ConvertType\": null,\r\n            \"Round\": 0,\r\n            \"CommissionPercent\": 0.00,\r\n            \"CurrencyName\": null,\r\n            \"Id\": 5587,\r\n            \"LangId\": 0\r\n        },\r\n        \"Type\": 1,\r\n        \"InvoiceId\": 2081744,\r\n        \"CustomerInfo\": {\r\n            \"FirstName\": \"تست پشتیبانی\",\r\n            \"LastName\": null,\r\n            \"RealUserName\": \"09391524118\",\r\n            \"IntId\": 968,\r\n            \"Marketer\": false\r\n        },\r\n        \"RelatedId\": null,\r\n        \"Amount\": 21950000.00,\r\n        \"DeviceType\": 2,\r\n        \"PortalId\": 5587,\r\n        \"Bank\": \"ملت\",\r\n        \"Succeed\": false,\r\n        \"Status\": 0,\r\n        \"RequestDate\": \"2023-06-20T08:12:59\",\r\n        \"ReturnDate\": \"2023-06-20T08:13:00\",\r\n        \"Message\": \"پذيرنده نامعتبر است\",\r\n        \"PortalCode\": null,\r\n        \"Ip\": \"94.101.134.182\",\r\n        \"Other\": \"{\\\"Pwa\\\":null,\\\"OtherPayment\\\":null,\\\"CardNumberMask\\\":null,\\\"CallBackUrl\\\":null,\\\"SharedItems\\\":null,\\\"Token\\\":null,\\\"InvestPlan\\\":null,\\\"Test\\\":false,\\\"Warnings\\\":[]}\",\r\n        \"CurrencyUnit\": 1,\r\n        \"Id\": 16663,\r\n        \"LangId\": 0\r\n    },\r\n    {\r\n        \"Portal\": {\r\n            \"Restrictions\": [],\r\n            \"Type\": 0,\r\n            \"Code\": null,\r\n            \"BankInfo\": {\r\n                \"ScriptId\": \"bankmellat.ir\",\r\n                \"Name\": \"ملت\",\r\n                \"PicLink\": \"data/upload/admin/bankportal/f2ebe7eb4664fa99f1b20b030409a7dc1483603669.png\"\r\n            },\r\n            \"BankPortal\": null,\r\n            \"InvoiceType\": \"0,1,2\",\r\n            \"BankPortalId\": 7,\r\n            \"TerminalId\": \"3245345345\",\r\n            \"CallBackUrl\": null,\r\n            \"Other\": \"{\\\"Decimal\\\":0,\\\"Contributions\\\":[]}\",\r\n            \"UserName\": \"livegallery4\",\r\n            \"Password\": \"123live@gallery\",\r\n            \"ApiKey\": \"34534535345345\",\r\n            \"IsActive\": true,\r\n            \"CerLink\": null,\r\n            \"CurrencyUnit\": 1,\r\n            \"Exchange\": 10.00,\r\n            \"ConvertType\": null,\r\n            \"Round\": 0,\r\n            \"CommissionPercent\": 0.00,\r\n            \"CurrencyName\": null,\r\n            \"Id\": 5587,\r\n            \"LangId\": 0\r\n        },\r\n        \"Type\": 1,\r\n        \"InvoiceId\": 2081770,\r\n        \"CustomerInfo\": {\r\n            \"FirstName\": \"تست پشتیبانی\",\r\n            \"LastName\": null,\r\n            \"RealUserName\": \"09391524118\",\r\n            \"IntId\": 968,\r\n            \"Marketer\": false\r\n        },\r\n        \"RelatedId\": null,\r\n        \"Amount\": 11955550.00,\r\n        \"DeviceType\": 2,\r\n        \"PortalId\": 5587,\r\n        \"Bank\": \"ملت\",\r\n        \"Succeed\": false,\r\n        \"Status\": 0,\r\n        \"RequestDate\": \"2023-06-22T13:27:12\",\r\n        \"ReturnDate\": \"2023-06-22T13:27:13\",\r\n        \"Message\": \"پذيرنده نامعتبر است\",\r\n        \"PortalCode\": null,\r\n        \"Ip\": \"94.101.134.182\",\r\n        \"Other\": \"{\\\"Pwa\\\":null,\\\"OtherPayment\\\":null,\\\"CardNumberMask\\\":null,\\\"CallBackUrl\\\":null,\\\"SharedItems\\\":null,\\\"Token\\\":null,\\\"InvestPlan\\\":null,\\\"Test\\\":false,\\\"Warnings\\\":[]}\",\r\n        \"CurrencyUnit\": 1,\r\n        \"Id\": 16680,\r\n        \"LangId\": 0\r\n    },\r\n    {\r\n        \"Portal\": {\r\n            \"Restrictions\": [],\r\n            \"Type\": 0,\r\n            \"Code\": null,\r\n            \"BankInfo\": {\r\n                \"ScriptId\": \"bankmellat.ir\",\r\n                \"Name\": \"ملت\",\r\n                \"PicLink\": \"data/upload/admin/bankportal/f2ebe7eb4664fa99f1b20b030409a7dc1483603669.png\"\r\n            },\r\n            \"BankPortal\": null,\r\n            \"InvoiceType\": \"0,1,2\",\r\n            \"BankPortalId\": 7,\r\n            \"TerminalId\": \"3245345345\",\r\n            \"CallBackUrl\": null,\r\n            \"Other\": \"{\\\"Decimal\\\":0,\\\"Contributions\\\":[]}\",\r\n            \"UserName\": \"livegallery4\",\r\n            \"Password\": \"123live@gallery\",\r\n            \"ApiKey\": \"34534535345345\",\r\n            \"IsActive\": true,\r\n            \"CerLink\": null,\r\n            \"CurrencyUnit\": 1,\r\n            \"Exchange\": 10.00,\r\n            \"ConvertType\": null,\r\n            \"Round\": 0,\r\n            \"CommissionPercent\": 0.00,\r\n            \"CurrencyName\": null,\r\n            \"Id\": 5587,\r\n            \"LangId\": 0\r\n        },\r\n        \"Type\": 1,\r\n        \"InvoiceId\": 2081775,\r\n        \"CustomerInfo\": {\r\n            \"FirstName\": \"تست پشتیبانی\",\r\n            \"LastName\": null,\r\n            \"RealUserName\": \"09391524118\",\r\n            \"IntId\": 968,\r\n            \"Marketer\": false\r\n        },\r\n        \"RelatedId\": null,\r\n        \"Amount\": 21950000.00,\r\n        \"DeviceType\": 2,\r\n        \"PortalId\": 5587,\r\n        \"Bank\": \"ملت\",\r\n        \"Succeed\": false,\r\n        \"Status\": 0,\r\n        \"RequestDate\": \"2023-06-22T14:35:16\",\r\n        \"ReturnDate\": \"2023-06-22T14:35:17\",\r\n        \"Message\": \"پذيرنده نامعتبر است\",\r\n        \"PortalCode\": null,\r\n        \"Ip\": \"94.101.134.182\",\r\n        \"Other\": \"{\\\"Pwa\\\":null,\\\"OtherPayment\\\":null,\\\"CardNumberMask\\\":null,\\\"CallBackUrl\\\":null,\\\"SharedItems\\\":null,\\\"Token\\\":null,\\\"InvestPlan\\\":null,\\\"Test\\\":false,\\\"Warnings\\\":[]}\",\r\n        \"CurrencyUnit\": 1,\r\n        \"Id\": 16683,\r\n        \"LangId\": 0\r\n    },\r\n    {\r\n        \"Portal\": {\r\n            \"Restrictions\": [],\r\n            \"Type\": 0,\r\n            \"Code\": null,\r\n            \"BankInfo\": {\r\n                \"ScriptId\": \"bankmellat.ir\",\r\n                \"Name\": \"ملت\",\r\n                \"PicLink\": \"data/upload/admin/bankportal/f2ebe7eb4664fa99f1b20b030409a7dc1483603669.png\"\r\n            },\r\n            \"BankPortal\": null,\r\n            \"InvoiceType\": \"0,1,2\",\r\n            \"BankPortalId\": 7,\r\n            \"TerminalId\": \"3245345345\",\r\n            \"CallBackUrl\": null,\r\n            \"Other\": \"{\\\"Decimal\\\":0,\\\"Contributions\\\":[]}\",\r\n            \"UserName\": \"livegallery4\",\r\n            \"Password\": \"123live@gallery\",\r\n            \"ApiKey\": \"34534535345345\",\r\n            \"IsActive\": true,\r\n            \"CerLink\": null,\r\n            \"CurrencyUnit\": 1,\r\n            \"Exchange\": 10.00,\r\n            \"ConvertType\": null,\r\n            \"Round\": 0,\r\n            \"CommissionPercent\": 0.00,\r\n            \"CurrencyName\": null,\r\n            \"Id\": 5587,\r\n            \"LangId\": 0\r\n        },\r\n        \"Type\": 1,\r\n        \"InvoiceId\": 2081862,\r\n        \"CustomerInfo\": {\r\n            \"FirstName\": \"تست پشتیبانی\",\r\n            \"LastName\": null,\r\n            \"RealUserName\": \"09391524118\",\r\n            \"IntId\": 968,\r\n            \"Marketer\": false\r\n        },\r\n        \"RelatedId\": null,\r\n        \"Amount\": 21950000.00,\r\n        \"DeviceType\": 2,\r\n        \"PortalId\": 5587,\r\n        \"Bank\": \"ملت\",\r\n        \"Succeed\": false,\r\n        \"Status\": 0,\r\n        \"RequestDate\": \"2023-07-01T10:11:23\",\r\n        \"ReturnDate\": \"2023-07-01T10:11:24\",\r\n        \"Message\": \"پذيرنده نامعتبر است\",\r\n        \"PortalCode\": null,\r\n        \"Ip\": \"94.101.134.182\",\r\n        \"Other\": \"{\\\"Pwa\\\":null,\\\"OtherPayment\\\":null,\\\"CardNumberMask\\\":null,\\\"CallBackUrl\\\":null,\\\"SharedItems\\\":null,\\\"Token\\\":null,\\\"InvestPlan\\\":null,\\\"Test\\\":false,\\\"Warnings\\\":[]}\",\r\n        \"CurrencyUnit\": 1,\r\n        \"Id\": 16759,\r\n        \"LangId\": 0\r\n    }\r\n]"},{"id":"b5c5a646-d8fe-4d67-806c-b5c9374c7d9b","name":"Error","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":{"raw":"https://api.example.com/api/portaltransaction/filter","host":["https://api.example.com"],"path":["api","portaltransaction","filter"],"query":[{"key":"Id","value":"[id]","disabled":true},{"key":"Max","value":"","disabled":true},{"key":"Min","value":"","disabled":true},{"key":"Device","value":"","disabled":true},{"key":"Type","value":"","disabled":true},{"key":"InvoiceId","value":"","disabled":true},{"key":"CustomerId","value":"","disabled":true},{"key":"PortalCode","value":"","disabled":true},{"key":"Message","value":"","disabled":true},{"key":"PortalId","value":"","disabled":true},{"key":"Status","value":"","disabled":true},{"key":"Date.Min","value":"","disabled":true},{"key":"Date.Max","value":"","disabled":true}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"html","header":[],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html>\n    <head>\n        <title>Configuration Error</title>\n        <meta name=\"viewport\" content=\"width=device-width\" />\n        <style>\n\t\tbody {\n\t\t\tfont-family: \"Verdana\";\n\t\t\tfont-weight: normal;\n\t\t\tfont-size: .7em;\n\t\t\tcolor: black;\n\t\t}\n\n\t\tp {\n\t\t\tfont-family: \"Verdana\";\n\t\t\tfont-weight: normal;\n\t\t\tcolor: black;\n\t\t\tmargin-top: -5px\n\t\t}\n\n\t\tb {\n\t\t\tfont-family: \"Verdana\";\n\t\t\tfont-weight: bold;\n\t\t\tcolor: black;\n\t\t\tmargin-top: -5px\n\t\t}\n\n\t\tH1 {\n\t\t\tfont-family: \"Verdana\";\n\t\t\tfont-weight: normal;\n\t\t\tfont-size: 18pt;\n\t\t\tcolor: red\n\t\t}\n\n\t\tH2 {\n\t\t\tfont-family: \"Verdana\";\n\t\t\tfont-weight: normal;\n\t\t\tfont-size: 14pt;\n\t\t\tcolor: maroon\n\t\t}\n\n\t\tpre {\n\t\t\tfont-family: \"Consolas\", \"Lucida Console\", Monospace;\n\t\t\tfont-size: 11pt;\n\t\t\tmargin: 0;\n\t\t\tpadding: 0.5em;\n\t\t\tline-height: 14pt\n\t\t}\n\n\t\t.marker {\n\t\t\tfont-weight: bold;\n\t\t\tcolor: black;\n\t\t\ttext-decoration: none;\n\t\t}\n\n\t\t.version {\n\t\t\tcolor: gray;\n\t\t}\n\n\t\t.error {\n\t\t\tmargin-bottom: 10px;\n\t\t}\n\n\t\t.expandable {\n\t\t\ttext-decoration: underline;\n\t\t\tfont-weight: bold;\n\t\t\tcolor: navy;\n\t\t\tcursor: hand;\n\t\t}\n\n\t\t@media screen and (max-width: 639px) {\n\t\t\tpre {\n\t\t\t\twidth: 440px;\n\t\t\t\toverflow: auto;\n\t\t\t\twhite-space: pre-wrap;\n\t\t\t\tword-wrap: break-word;\n\t\t\t}\n\t\t}\n\n\t\t@media screen and (max-width: 479px) {\n\t\t\tpre {\n\t\t\t\twidth: 280px;\n\t\t\t}\n\t\t}\n\t</style>\n    </head>\n    <body bgcolor=\"white\">\n        <span>\n            <H1>Server Error in '/' Application.\n                <hr width=100% size=1 color=silver>\n            </H1>\n            <h2>\n                <i>Configuration Error</i>\n            </h2>\n        </span>\n        <font face=\"Arial, Helvetica, Geneva, SunSans-Regular, sans-serif \">\n            <b> Description: </b>An error occurred during the processing of a configuration file required to service this\n\t\trequest. Please review the specific error details below and modify your configuration file appropriately.\n            <br>\n            <br>\n            <b> Parser Error Message: </b>The value of the property 'mode' cannot be parsed. The error is: The enumeration\n\t\tvalue must be one of the following: RemoteOnly, On, Off.\n            <br>\n            <br>\n            <b>Source Error:</b>\n            <br>\n            <br>\n            <table width=100% bgcolor=\"#ffffcc\">\n                <tr>\n                    <td>\n                        <code>\n                            <pre>\n\nLine 53:   &lt;/appSettings&gt;\nLine 54:   &lt;system.web&gt;\n\n                                <font color=red>Line 55:     &lt;customErrors mode=&quot;on&quot;/&gt;\n</font>Line 56:   &lt;authentication mode=&quot;None&quot;/&gt;\nLine 57:     &lt;compilation targetFramework=&quot;4.7.2&quot;&gt;\n                            </pre>\n                        </code>\n                    </td>\n                </tr>\n            </table>\n            <br>\n            <b> Source File: </b> C:\\wwwroot\\api.smx.live\\web.config\n            <b> &nbsp;&nbsp; Line: </b> 55\n            <br>\n            <br>\n            <hr width=100% size=1 color=silver>\n            <b>Version Information:</b>&nbsp;Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.7.3535.0\n        </font>\n    </body>\n</html>\n<!-- \n[ConfigurationErrorsException]: The value of the property &#39;mode&#39; cannot be parsed. The error is: The enumeration value must be one of the following: RemoteOnly, On, Off. (C:\\wwwroot\\api.smx.live\\web.config line 55)\n   at System.Configuration.BaseConfigurationRecord.EvaluateOne(String[] keys, SectionInput input, Boolean isTrusted, FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult)\n   at System.Configuration.BaseConfigurationRecord.Evaluate(FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult, Boolean getLkg, Boolean getRuntimeObject, Object& result, Object& resultRuntimeObject)\n   at System.Configuration.BaseConfigurationRecord.GetSectionRecursive(String configKey, Boolean getLkg, Boolean checkPermission, Boolean getRuntimeObject, Boolean requestIsHere, Object& result, Object& resultRuntimeObject)\n   at System.Configuration.BaseConfigurationRecord.GetSection(String configKey)\n   at System.Web.Configuration.RuntimeConfig.GetSectionObject(String sectionName)\n   at System.Web.Configuration.RuntimeConfig.GetSection(String sectionName, Type type, ResultsIndex index)\n   at System.Web.Configuration.RuntimeConfig.get_CustomErrors()\n   at System.Web.Configuration.CustomErrorsSection.GetSettings(HttpContext context, Boolean canThrow)\n   at System.Web.HttpResponse.ReportRuntimeError(Exception e, Boolean canThrow, Boolean localExecute)\n   at System.Web.HttpContext.ReportRuntimeErrorIfExists(RequestNotificationStatus& status)\n-->"}],"_postman_id":"d53c2bfd-6a30-465f-87c8-92af96d91344"},{"name":"Detail","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"d2258eac-01e5-42c4-8e80-64d8fe5d3ea3"}}],"id":"bd9df86b-cde3-416c-ab27-28d19df2eb91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Order\": [id], // transactionId , unique, required\r\n    \"TransGet\": \"\", // portal trackcode, only for online payment required\r\n    \"Type\": 1, // type of payment | required 0 online, 1 fish\r\n    \"TotalPayment\": 1000, // pay amount, required\r\n    \"TotalPaymentExchange\": 10000, // pay amount exchange, required\r\n    \"CurrencyUnit\": 0, // unit of site, required\r\n    \"ExchangeUnit\": 1, // unit of portal, required\r\n    \"Name\": \"test\", // payer name, required\r\n    \"Phone\": \"011555555\", // payer phone, required\r\n    \"Mobile\": \"09123456789\", // payer mobile, required\r\n    \"Description\": \"Test Payment\", // payer description, required\r\n    \"PortalId\": null, // payment portal id, only for online payment required\r\n    \"FishNumber\": \"testtest\", // payment fishNumber, only for fish payment required\r\n    \"BankAccountId\": [id] // payment bankId, only for fish payment required\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/portaltransaction/[id]","urlObject":{"path":["api","portaltransaction","[id]"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"f1992913-33c3-4263-bdd7-33ff125806ac","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/api/portaltransaction/[id]"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"Portal\": {\r\n        \"Restrictions\": [],\r\n        \"Type\": 0,\r\n        \"Code\": null,\r\n        \"BankInfo\": {\r\n            \"ScriptId\": \"bmi.ir\",\r\n            \"Name\": \"بانک ملی\",\r\n            \"PicLink\": \"data/upload/admin/bankportal/a6cc0830a02ffcf4fc088173b20aca481483603702.jpg\"\r\n        },\r\n        \"BankPortal\": null,\r\n        \"InvoiceType\": \"0,1,2\",\r\n        \"BankPortalId\": 1009,\r\n        \"TerminalId\": \"24000624\",\r\n        \"CallBackUrl\": null,\r\n        \"Other\": \"{\\\"Decimal\\\":0,\\\"Contributions\\\":[]}\",\r\n        \"UserName\": \"000000140215276\",\r\n        \"Password\": \"Mszy9ZkRnA337SCRc5r1kbkRrtKzrJxa\",\r\n        \"ApiKey\": null,\r\n        \"IsActive\": true,\r\n        \"CerLink\": null,\r\n        \"CurrencyUnit\": 1,\r\n        \"Exchange\": 10.00,\r\n        \"ConvertType\": null,\r\n        \"Round\": 0,\r\n        \"CommissionPercent\": 0.00,\r\n        \"CurrencyName\": null,\r\n        \"Id\": 5588,\r\n        \"LangId\": 0\r\n    },\r\n    \"Type\": 2,\r\n    \"InvoiceId\": null,\r\n    \"CustomerInfo\": {\r\n        \"FirstName\": \"تست پشتیبانی\",\r\n        \"LastName\": null,\r\n        \"RealUserName\": \"09391524118\",\r\n        \"IntId\": 968,\r\n        \"Marketer\": false\r\n    },\r\n    \"RelatedId\": null,\r\n    \"Amount\": 10000.00,\r\n    \"DeviceType\": 2,\r\n    \"PortalId\": 5588,\r\n    \"Bank\": \"بانک ملی\",\r\n    \"Succeed\": false,\r\n    \"Status\": 0,\r\n    \"RequestDate\": \"2022-10-31T15:11:54\",\r\n    \"ReturnDate\": \"2022-10-31T15:11:54\",\r\n    \"Message\": \"ترمینال غيرفعال است\",\r\n    \"PortalCode\": null,\r\n    \"Ip\": \"5.120.192.125\",\r\n    \"Other\": \"{\\\"Pwa\\\":null,\\\"OtherPayment\\\":{\\\"Name\\\":\\\"تست پشتیبانی\\\",\\\"Phone\\\":\\\"09876543210\\\",\\\"Mobile\\\":\\\"09391524118\\\",\\\"Description\\\":\\\"تست\\\",\\\"TotalPaymentExchange\\\":0.0,\\\"Order\\\":\\\"\\\",\\\"CurrencyUnit\\\":0,\\\"IsAdmin\\\":false,\\\"PortalName\\\":\\\"\\\",\\\"CustomerId\\\":968,\\\"DeviceType\\\":2,\\\"PortalId\\\":5588,\\\"FishNumber\\\":\\\"\\\",\\\"TrackingCode\\\":\\\"\\\",\\\"TotalPayment\\\":1000.0,\\\"TransGet\\\":\\\"\\\",\\\"IdGet\\\":\\\"\\\",\\\"BankAccountId\\\":null,\\\"Date\\\":\\\"0001-01-01T00:00:00\\\",\\\"Type\\\":0,\\\"ChequeNumber\\\":\\\"\\\",\\\"ChequeDate\\\":\\\"\\\",\\\"ChequeAmount\\\":\\\"\\\",\\\"UserName\\\":\\\"\\\",\\\"ExpiresAt\\\":null,\\\"ExchangeUnit\\\":null,\\\"Id\\\":0,\\\"LangId\\\":0},\\\"CardNumberMask\\\":null,\\\"CallBackUrl\\\":null,\\\"SharedItems\\\":[],\\\"Token\\\":null,\\\"InvestPlan\\\":null}\",\r\n    \"CurrencyUnit\": 1,\r\n    \"Id\": 13774,\r\n    \"LangId\": 0\r\n}"},{"id":"76bf6c59-b45e-4e6d-9aef-3a3b1b6d5ba4","name":"NotFound","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/api/portaltransaction/[id]"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"da3d1690-6271-4703-aa72-0f14d023b15a","name":"Error","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/api/portaltransaction/[id]"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"html","header":[],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html>\n    <head>\n        <title>Configuration Error</title>\n        <meta name=\"viewport\" content=\"width=device-width\" />\n        <style>\n\t\tbody {\n\t\t\tfont-family: \"Verdana\";\n\t\t\tfont-weight: normal;\n\t\t\tfont-size: .7em;\n\t\t\tcolor: black;\n\t\t}\n\n\t\tp {\n\t\t\tfont-family: \"Verdana\";\n\t\t\tfont-weight: normal;\n\t\t\tcolor: black;\n\t\t\tmargin-top: -5px\n\t\t}\n\n\t\tb {\n\t\t\tfont-family: \"Verdana\";\n\t\t\tfont-weight: bold;\n\t\t\tcolor: black;\n\t\t\tmargin-top: -5px\n\t\t}\n\n\t\tH1 {\n\t\t\tfont-family: \"Verdana\";\n\t\t\tfont-weight: normal;\n\t\t\tfont-size: 18pt;\n\t\t\tcolor: red\n\t\t}\n\n\t\tH2 {\n\t\t\tfont-family: \"Verdana\";\n\t\t\tfont-weight: normal;\n\t\t\tfont-size: 14pt;\n\t\t\tcolor: maroon\n\t\t}\n\n\t\tpre {\n\t\t\tfont-family: \"Consolas\", \"Lucida Console\", Monospace;\n\t\t\tfont-size: 11pt;\n\t\t\tmargin: 0;\n\t\t\tpadding: 0.5em;\n\t\t\tline-height: 14pt\n\t\t}\n\n\t\t.marker {\n\t\t\tfont-weight: bold;\n\t\t\tcolor: black;\n\t\t\ttext-decoration: none;\n\t\t}\n\n\t\t.version {\n\t\t\tcolor: gray;\n\t\t}\n\n\t\t.error {\n\t\t\tmargin-bottom: 10px;\n\t\t}\n\n\t\t.expandable {\n\t\t\ttext-decoration: underline;\n\t\t\tfont-weight: bold;\n\t\t\tcolor: navy;\n\t\t\tcursor: hand;\n\t\t}\n\n\t\t@media screen and (max-width: 639px) {\n\t\t\tpre {\n\t\t\t\twidth: 440px;\n\t\t\t\toverflow: auto;\n\t\t\t\twhite-space: pre-wrap;\n\t\t\t\tword-wrap: break-word;\n\t\t\t}\n\t\t}\n\n\t\t@media screen and (max-width: 479px) {\n\t\t\tpre {\n\t\t\t\twidth: 280px;\n\t\t\t}\n\t\t}\n\t</style>\n    </head>\n    <body bgcolor=\"white\">\n        <span>\n            <H1>Server Error in '/' Application.\n                <hr width=100% size=1 color=silver>\n            </H1>\n            <h2>\n                <i>Configuration Error</i>\n            </h2>\n        </span>\n        <font face=\"Arial, Helvetica, Geneva, SunSans-Regular, sans-serif \">\n            <b> Description: </b>An error occurred during the processing of a configuration file required to service this\n\t\trequest. Please review the specific error details below and modify your configuration file appropriately.\n            <br>\n            <br>\n            <b> Parser Error Message: </b>The value of the property 'mode' cannot be parsed. The error is: The enumeration\n\t\tvalue must be one of the following: RemoteOnly, On, Off.\n            <br>\n            <br>\n            <b>Source Error:</b>\n            <br>\n            <br>\n            <table width=100% bgcolor=\"#ffffcc\">\n                <tr>\n                    <td>\n                        <code>\n                            <pre>\n\nLine 53:   &lt;/appSettings&gt;\nLine 54:   &lt;system.web&gt;\n\n                                <font color=red>Line 55:     &lt;customErrors mode=&quot;on&quot;/&gt;\n</font>Line 56:   &lt;authentication mode=&quot;None&quot;/&gt;\nLine 57:     &lt;compilation targetFramework=&quot;4.7.2&quot;&gt;\n                            </pre>\n                        </code>\n                    </td>\n                </tr>\n            </table>\n            <br>\n            <b> Source File: </b> C:\\wwwroot\\api.smx.live\\web.config\n            <b> &nbsp;&nbsp; Line: </b> 55\n            <br>\n            <br>\n            <hr width=100% size=1 color=silver>\n            <b>Version Information:</b>&nbsp;Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.7.3535.0\n        </font>\n    </body>\n</html>\n<!-- \n[ConfigurationErrorsException]: The value of the property &#39;mode&#39; cannot be parsed. The error is: The enumeration value must be one of the following: RemoteOnly, On, Off. (C:\\wwwroot\\api.smx.live\\web.config line 55)\n   at System.Configuration.BaseConfigurationRecord.EvaluateOne(String[] keys, SectionInput input, Boolean isTrusted, FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult)\n   at System.Configuration.BaseConfigurationRecord.Evaluate(FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult, Boolean getLkg, Boolean getRuntimeObject, Object& result, Object& resultRuntimeObject)\n   at System.Configuration.BaseConfigurationRecord.GetSectionRecursive(String configKey, Boolean getLkg, Boolean checkPermission, Boolean getRuntimeObject, Boolean requestIsHere, Object& result, Object& resultRuntimeObject)\n   at System.Configuration.BaseConfigurationRecord.GetSection(String configKey)\n   at System.Web.Configuration.RuntimeConfig.GetSectionObject(String sectionName)\n   at System.Web.Configuration.RuntimeConfig.GetSection(String sectionName, Type type, ResultsIndex index)\n   at System.Web.Configuration.RuntimeConfig.get_CustomErrors()\n   at System.Web.Configuration.CustomErrorsSection.GetSettings(HttpContext context, Boolean canThrow)\n   at System.Web.HttpResponse.ReportRuntimeError(Exception e, Boolean canThrow, Boolean localExecute)\n   at System.Web.HttpContext.ReportRuntimeErrorIfExists(RequestNotificationStatus& status)\n-->"}],"_postman_id":"bd9df86b-cde3-416c-ab27-28d19df2eb91"},{"name":"Add","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"4bca7f1e-8ad9-4ad8-bab4-da77d5339cf1"}}],"id":"27baa5f2-e197-4f5a-831b-2ebbf6df758c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Succeed\": false,\r\n    \"Type\": 0,\r\n    \"InvoiceId\": [id],\r\n    \"CustomerId\": {{customerId}},\r\n    \"Amount\": 756.84,\r\n    \"DeviceType\": {device},\r\n    \"RequestDate\": \"2023-07-01T10:13:26.1800605+03:30\",\r\n    \"ReturnDate\": null,\r\n    \"Message\": null,\r\n    \"PortalCode\": null,\r\n    \"Ip\": \"59.67.86.183\",\r\n    \"PortalId\": {{portalId}},\r\n    \"Other\": null,\r\n    \"Status\": 0,\r\n    \"CurrencyUnit\": 0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/portaltransaction","urlObject":{"path":["api","portaltransaction"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"b8007042-d298-44e2-9200-8a6ef1072f37","name":"OK","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Succeed\": false,\r\n    \"Type\": 0,\r\n    \"InvoiceId\": [id],\r\n    \"CustomerId\": {{customerId}},\r\n    \"Amount\": 117.69,\r\n    \"DeviceType\": {device},\r\n    \"RequestDate\": \"2023-07-01T10:13:26.1800605+03:30\",\r\n    \"ReturnDate\": null,\r\n    \"Message\": null,\r\n    \"PortalCode\": null,\r\n    \"Ip\": \"6.34.111.64\",\r\n    \"PortalId\": {{portalId}},\r\n    \"Other\": null,\r\n    \"Status\": 0,\r\n    \"CurrencyUnit\": 0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/portaltransaction"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"Errors\": {},\r\n    \"Notfound\": false,\r\n    \"Result\": 16761\r\n}"},{"id":"73cd959a-0612-4bae-bd18-7570448f388e","name":"Error","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Succeed\": false,\r\n    \"Type\": 0,\r\n    \"InvoiceId\": [id],\r\n    \"CustomerId\": {{customerId}},\r\n    \"Amount\": 812.00,\r\n    \"DeviceType\": {device},\r\n    \"RequestDate\": \"2023-07-01T10:13:26.1800605+03:30\",\r\n    \"ReturnDate\": null,\r\n    \"Message\": null,\r\n    \"PortalCode\": null,\r\n    \"Ip\": \"172.35.48.103\",\r\n    \"PortalId\": {{portalId}},\r\n    \"Other\": null,\r\n    \"Status\": 0,\r\n    \"CurrencyUnit\": 0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/portaltransaction"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"html","header":[],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html>\n    <head>\n        <title>Configuration Error</title>\n        <meta name=\"viewport\" content=\"width=device-width\" />\n        <style>\n\t\tbody {\n\t\t\tfont-family: \"Verdana\";\n\t\t\tfont-weight: normal;\n\t\t\tfont-size: .7em;\n\t\t\tcolor: black;\n\t\t}\n\n\t\tp {\n\t\t\tfont-family: \"Verdana\";\n\t\t\tfont-weight: normal;\n\t\t\tcolor: black;\n\t\t\tmargin-top: -5px\n\t\t}\n\n\t\tb {\n\t\t\tfont-family: \"Verdana\";\n\t\t\tfont-weight: bold;\n\t\t\tcolor: black;\n\t\t\tmargin-top: -5px\n\t\t}\n\n\t\tH1 {\n\t\t\tfont-family: \"Verdana\";\n\t\t\tfont-weight: normal;\n\t\t\tfont-size: 18pt;\n\t\t\tcolor: red\n\t\t}\n\n\t\tH2 {\n\t\t\tfont-family: \"Verdana\";\n\t\t\tfont-weight: normal;\n\t\t\tfont-size: 14pt;\n\t\t\tcolor: maroon\n\t\t}\n\n\t\tpre {\n\t\t\tfont-family: \"Consolas\", \"Lucida Console\", Monospace;\n\t\t\tfont-size: 11pt;\n\t\t\tmargin: 0;\n\t\t\tpadding: 0.5em;\n\t\t\tline-height: 14pt\n\t\t}\n\n\t\t.marker {\n\t\t\tfont-weight: bold;\n\t\t\tcolor: black;\n\t\t\ttext-decoration: none;\n\t\t}\n\n\t\t.version {\n\t\t\tcolor: gray;\n\t\t}\n\n\t\t.error {\n\t\t\tmargin-bottom: 10px;\n\t\t}\n\n\t\t.expandable {\n\t\t\ttext-decoration: underline;\n\t\t\tfont-weight: bold;\n\t\t\tcolor: navy;\n\t\t\tcursor: hand;\n\t\t}\n\n\t\t@media screen and (max-width: 639px) {\n\t\t\tpre {\n\t\t\t\twidth: 440px;\n\t\t\t\toverflow: auto;\n\t\t\t\twhite-space: pre-wrap;\n\t\t\t\tword-wrap: break-word;\n\t\t\t}\n\t\t}\n\n\t\t@media screen and (max-width: 479px) {\n\t\t\tpre {\n\t\t\t\twidth: 280px;\n\t\t\t}\n\t\t}\n\t</style>\n    </head>\n    <body bgcolor=\"white\">\n        <span>\n            <H1>Server Error in '/' Application.\n                <hr width=100% size=1 color=silver>\n            </H1>\n            <h2>\n                <i>Configuration Error</i>\n            </h2>\n        </span>\n        <font face=\"Arial, Helvetica, Geneva, SunSans-Regular, sans-serif \">\n            <b> Description: </b>An error occurred during the processing of a configuration file required to service this\n\t\trequest. Please review the specific error details below and modify your configuration file appropriately.\n            <br>\n            <br>\n            <b> Parser Error Message: </b>The value of the property 'mode' cannot be parsed. The error is: The enumeration\n\t\tvalue must be one of the following: RemoteOnly, On, Off.\n            <br>\n            <br>\n            <b>Source Error:</b>\n            <br>\n            <br>\n            <table width=100% bgcolor=\"#ffffcc\">\n                <tr>\n                    <td>\n                        <code>\n                            <pre>\n\nLine 53:   &lt;/appSettings&gt;\nLine 54:   &lt;system.web&gt;\n\n                                <font color=red>Line 55:     &lt;customErrors mode=&quot;on&quot;/&gt;\n</font>Line 56:   &lt;authentication mode=&quot;None&quot;/&gt;\nLine 57:     &lt;compilation targetFramework=&quot;4.7.2&quot;&gt;\n                            </pre>\n                        </code>\n                    </td>\n                </tr>\n            </table>\n            <br>\n            <b> Source File: </b> C:\\wwwroot\\api.smx.live\\web.config\n            <b> &nbsp;&nbsp; Line: </b> 55\n            <br>\n            <br>\n            <hr width=100% size=1 color=silver>\n            <b>Version Information:</b>&nbsp;Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.7.3535.0\n        </font>\n    </body>\n</html>\n<!-- \n[ConfigurationErrorsException]: The value of the property &#39;mode&#39; cannot be parsed. The error is: The enumeration value must be one of the following: RemoteOnly, On, Off. (C:\\wwwroot\\api.smx.live\\web.config line 55)\n   at System.Configuration.BaseConfigurationRecord.EvaluateOne(String[] keys, SectionInput input, Boolean isTrusted, FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult)\n   at System.Configuration.BaseConfigurationRecord.Evaluate(FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult, Boolean getLkg, Boolean getRuntimeObject, Object& result, Object& resultRuntimeObject)\n   at System.Configuration.BaseConfigurationRecord.GetSectionRecursive(String configKey, Boolean getLkg, Boolean checkPermission, Boolean getRuntimeObject, Boolean requestIsHere, Object& result, Object& resultRuntimeObject)\n   at System.Configuration.BaseConfigurationRecord.GetSection(String configKey)\n   at System.Web.Configuration.RuntimeConfig.GetSectionObject(String sectionName)\n   at System.Web.Configuration.RuntimeConfig.GetSection(String sectionName, Type type, ResultsIndex index)\n   at System.Web.Configuration.RuntimeConfig.get_CustomErrors()\n   at System.Web.Configuration.CustomErrorsSection.GetSettings(HttpContext context, Boolean canThrow)\n   at System.Web.HttpResponse.ReportRuntimeError(Exception e, Boolean canThrow, Boolean localExecute)\n   at System.Web.HttpContext.ReportRuntimeErrorIfExists(RequestNotificationStatus& status)\n-->"}],"_postman_id":"27baa5f2-e197-4f5a-831b-2ebbf6df758c"},{"name":"Update","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"8209d22f-4928-4177-9932-2d7dff12c9db"}}],"id":"1b71ec7b-d408-40f9-bd81-9cb7c3cc87c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Succeed\": true,\r\n    \"Type\": 0,\r\n    \"InvoiceId\": [id],\r\n    \"CustomerId\": null,\r\n    \"Amount\": 773.87,\r\n    \"DeviceType\": {device},\r\n    \"RequestDate\": \"2023-07-01T10:13:26.1800605+03:30\",\r\n    \"ReturnDate\": \"2023-07-01T10:15:26.1800605+03:30\",\r\n    \"Message\": \"پرداخت با موفقیت انجام شد\",\r\n    \"PortalCode\": \"89400a9e-6d51-4a03-83bb-e8c6be5f0663\",\r\n    \"Ip\": \"178.18.232.88\",\r\n    \"PortalId\": {{portalId}},\r\n    \"Other\": null,\r\n    \"Status\": 1,\r\n    \"CurrencyUnit\": 0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/portaltransaction/[id]","urlObject":{"path":["api","portaltransaction","[id]"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"6d07dc6e-4e84-47c3-a7fc-cf8460e476fd","name":"OK","originalRequest":{"method":"PUT","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Succeed\": true,\r\n    \"Type\": 0,\r\n    \"InvoiceId\": [id],\r\n    \"CustomerId\": null,\r\n    \"Amount\": 676.54,\r\n    \"DeviceType\": {device},\r\n    \"RequestDate\": \"2023-07-01T10:13:26.1800605+03:30\",\r\n    \"ReturnDate\": \"2023-07-01T10:15:26.1800605+03:30\",\r\n    \"Message\": \"پرداخت با موفقیت انجام شد\",\r\n    \"PortalCode\": \"a63c7c56-f246-4eac-80fe-db6a9b22ccff\",\r\n    \"Ip\": \"130.46.47.101\",\r\n    \"PortalId\": {{portalId}},\r\n    \"Other\": null,\r\n    \"Status\": 1,\r\n    \"CurrencyUnit\": 0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/portaltransaction/[id]"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"Errors\": {},\r\n    \"Notfound\": false,\r\n    \"Result\": null\r\n}"},{"id":"5cc3a8fb-6705-4895-bb6b-92d0b248efc7","name":"BadRequest","originalRequest":{"method":"PUT","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Succeed\": true,\r\n    \"Type\": 0,\r\n    \"InvoiceId\": [id],\r\n    \"CustomerId\": null,\r\n    \"Amount\": 36.90,\r\n    \"DeviceType\": {device},\r\n    \"RequestDate\": \"2023-07-01T10:13:26.1800605+03:30\",\r\n    \"ReturnDate\": \"2023-07-01T10:15:26.1800605+03:30\",\r\n    \"Message\": \"پرداخت با موفقیت انجام شد\",\r\n    \"PortalCode\": \"10e56daf-051c-4eb9-8b30-9a4eec7a5aa0\",\r\n    \"Ip\": \"115.245.136.138\",\r\n    \"PortalId\": {{portalId}},\r\n    \"Other\": null,\r\n    \"Status\": 1,\r\n    \"CurrencyUnit\": 0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/portaltransaction/[id]"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"key\": \"model.PortalId\",\r\n        \"error\": \"\"\r\n    },\r\n    {\r\n        \"key\": \"500\",\r\n        \"error\": \"server error\"\r\n    }\r\n]"},{"id":"bc3bc855-d1d3-4520-8c81-b428f104cdda","name":"Error","originalRequest":{"method":"PUT","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Succeed\": true,\r\n    \"Type\": 0,\r\n    \"InvoiceId\": [id],\r\n    \"CustomerId\": null,\r\n    \"Amount\": 933.85,\r\n    \"DeviceType\": {device},\r\n    \"RequestDate\": \"2023-07-01T10:13:26.1800605+03:30\",\r\n    \"ReturnDate\": \"2023-07-01T10:15:26.1800605+03:30\",\r\n    \"Message\": \"پرداخت با موفقیت انجام شد\",\r\n    \"PortalCode\": \"d5ad2716-bbae-4c6d-8510-26364fb73584\",\r\n    \"Ip\": \"199.181.29.243\",\r\n    \"PortalId\": {{portalId}},\r\n    \"Other\": null,\r\n    \"Status\": 1,\r\n    \"CurrencyUnit\": 0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/portaltransaction/[id]"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"html","header":[],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html>\n    <head>\n        <title>Configuration Error</title>\n        <meta name=\"viewport\" content=\"width=device-width\" />\n        <style>\n\t\tbody {\n\t\t\tfont-family: \"Verdana\";\n\t\t\tfont-weight: normal;\n\t\t\tfont-size: .7em;\n\t\t\tcolor: black;\n\t\t}\n\n\t\tp {\n\t\t\tfont-family: \"Verdana\";\n\t\t\tfont-weight: normal;\n\t\t\tcolor: black;\n\t\t\tmargin-top: -5px\n\t\t}\n\n\t\tb {\n\t\t\tfont-family: \"Verdana\";\n\t\t\tfont-weight: bold;\n\t\t\tcolor: black;\n\t\t\tmargin-top: -5px\n\t\t}\n\n\t\tH1 {\n\t\t\tfont-family: \"Verdana\";\n\t\t\tfont-weight: normal;\n\t\t\tfont-size: 18pt;\n\t\t\tcolor: red\n\t\t}\n\n\t\tH2 {\n\t\t\tfont-family: \"Verdana\";\n\t\t\tfont-weight: normal;\n\t\t\tfont-size: 14pt;\n\t\t\tcolor: maroon\n\t\t}\n\n\t\tpre {\n\t\t\tfont-family: \"Consolas\", \"Lucida Console\", Monospace;\n\t\t\tfont-size: 11pt;\n\t\t\tmargin: 0;\n\t\t\tpadding: 0.5em;\n\t\t\tline-height: 14pt\n\t\t}\n\n\t\t.marker {\n\t\t\tfont-weight: bold;\n\t\t\tcolor: black;\n\t\t\ttext-decoration: none;\n\t\t}\n\n\t\t.version {\n\t\t\tcolor: gray;\n\t\t}\n\n\t\t.error {\n\t\t\tmargin-bottom: 10px;\n\t\t}\n\n\t\t.expandable {\n\t\t\ttext-decoration: underline;\n\t\t\tfont-weight: bold;\n\t\t\tcolor: navy;\n\t\t\tcursor: hand;\n\t\t}\n\n\t\t@media screen and (max-width: 639px) {\n\t\t\tpre {\n\t\t\t\twidth: 440px;\n\t\t\t\toverflow: auto;\n\t\t\t\twhite-space: pre-wrap;\n\t\t\t\tword-wrap: break-word;\n\t\t\t}\n\t\t}\n\n\t\t@media screen and (max-width: 479px) {\n\t\t\tpre {\n\t\t\t\twidth: 280px;\n\t\t\t}\n\t\t}\n\t</style>\n    </head>\n    <body bgcolor=\"white\">\n        <span>\n            <H1>Server Error in '/' Application.\n                <hr width=100% size=1 color=silver>\n            </H1>\n            <h2>\n                <i>Configuration Error</i>\n            </h2>\n        </span>\n        <font face=\"Arial, Helvetica, Geneva, SunSans-Regular, sans-serif \">\n            <b> Description: </b>An error occurred during the processing of a configuration file required to service this\n\t\trequest. Please review the specific error details below and modify your configuration file appropriately.\n            <br>\n            <br>\n            <b> Parser Error Message: </b>The value of the property 'mode' cannot be parsed. The error is: The enumeration\n\t\tvalue must be one of the following: RemoteOnly, On, Off.\n            <br>\n            <br>\n            <b>Source Error:</b>\n            <br>\n            <br>\n            <table width=100% bgcolor=\"#ffffcc\">\n                <tr>\n                    <td>\n                        <code>\n                            <pre>\n\nLine 53:   &lt;/appSettings&gt;\nLine 54:   &lt;system.web&gt;\n\n                                <font color=red>Line 55:     &lt;customErrors mode=&quot;on&quot;/&gt;\n</font>Line 56:   &lt;authentication mode=&quot;None&quot;/&gt;\nLine 57:     &lt;compilation targetFramework=&quot;4.7.2&quot;&gt;\n                            </pre>\n                        </code>\n                    </td>\n                </tr>\n            </table>\n            <br>\n            <b> Source File: </b> C:\\wwwroot\\api.smx.live\\web.config\n            <b> &nbsp;&nbsp; Line: </b> 55\n            <br>\n            <br>\n            <hr width=100% size=1 color=silver>\n            <b>Version Information:</b>&nbsp;Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.7.3535.0\n        </font>\n    </body>\n</html>\n<!-- \n[ConfigurationErrorsException]: The value of the property &#39;mode&#39; cannot be parsed. The error is: The enumeration value must be one of the following: RemoteOnly, On, Off. (C:\\wwwroot\\api.smx.live\\web.config line 55)\n   at System.Configuration.BaseConfigurationRecord.EvaluateOne(String[] keys, SectionInput input, Boolean isTrusted, FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult)\n   at System.Configuration.BaseConfigurationRecord.Evaluate(FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult, Boolean getLkg, Boolean getRuntimeObject, Object& result, Object& resultRuntimeObject)\n   at System.Configuration.BaseConfigurationRecord.GetSectionRecursive(String configKey, Boolean getLkg, Boolean checkPermission, Boolean getRuntimeObject, Boolean requestIsHere, Object& result, Object& resultRuntimeObject)\n   at System.Configuration.BaseConfigurationRecord.GetSection(String configKey)\n   at System.Web.Configuration.RuntimeConfig.GetSectionObject(String sectionName)\n   at System.Web.Configuration.RuntimeConfig.GetSection(String sectionName, Type type, ResultsIndex index)\n   at System.Web.Configuration.RuntimeConfig.get_CustomErrors()\n   at System.Web.Configuration.CustomErrorsSection.GetSettings(HttpContext context, Boolean canThrow)\n   at System.Web.HttpResponse.ReportRuntimeError(Exception e, Boolean canThrow, Boolean localExecute)\n   at System.Web.HttpContext.ReportRuntimeErrorIfExists(RequestNotificationStatus& status)\n-->"}],"_postman_id":"1b71ec7b-d408-40f9-bd81-9cb7c3cc87c8"}],"id":"c0b4134c-62df-4943-ab1b-dc5c827ade93","description":"<p>add transcation for payments</p>\n<p>Enums:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>Order</td>\n</tr>\n<tr>\n<td>2</td>\n<td>Open pay</td>\n</tr>\n<tr>\n<td>3</td>\n<td>wallet charge</td>\n</tr>\n<tr>\n<td>4</td>\n<td>order pay link</td>\n</tr>\n<tr>\n<td>5</td>\n<td>invest plan</td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>0</td>\n<td>Fail</td>\n</tr>\n<tr>\n<td>1</td>\n<td>Success</td>\n</tr>\n<tr>\n<td>2</td>\n<td>Waiting</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"c0b4134c-62df-4943-ab1b-dc5c827ade93"},{"name":"OpenPay","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"199235a2-e2b8-4a08-9375-cdf99a886abc"}}],"id":"5cd469ff-c3b3-4a1a-af2b-c944b17f6925","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Order\": [id], // transactionId , unique, required\r\n    \"TransGet\": \"\", // portal trackcode, only for online payment required\r\n    \"Type\": 1, // type of payment | required 0 online, 1 fish\r\n    \"TotalPayment\": 1000, // pay amount, required\r\n    \"TotalPaymentExchange\": 10000, // pay amount exchange, required\r\n    \"CurrencyUnit\": 0, // unit of site, required\r\n    \"ExchangeUnit\": 1, // unit of portal, required\r\n    \"Name\": \"test\", // payer name, required\r\n    \"Phone\": \"011555555\", // payer phone, required\r\n    \"Mobile\": \"09123456789\", // payer mobile, required\r\n    \"Description\": \"Test Payment\", // payer description, required\r\n    \"PortalId\": null, // payment portal id, only for online payment required\r\n    \"FishNumber\": \"testtest\", // payment fishNumber, only for fish payment required\r\n    \"BankAccountId\": [id] // payment bankId, only for fish payment required\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/order/otherPayments","description":"<p>add new free payment</p>\n<p>error Handling:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Message</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>200</td>\n<td>OK</td>\n</tr>\n<tr>\n<td>400</td>\n<td>Handle error message</td>\n</tr>\n<tr>\n<td>else</td>\n<td>Unhandled error</td>\n</tr>\n</tbody>\n</table>\n</div><p>400 errors:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code (<strong>key</strong>)</strong></th>\n<th><strong>Message</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>Payment method is not correct</td>\n</tr>\n<tr>\n<td>2</td>\n<td>BankAccountId is not correct</td>\n</tr>\n<tr>\n<td>3</td>\n<td>PortalId is not correct</td>\n</tr>\n<tr>\n<td>else</td>\n<td>Unknown</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","order","otherPayments"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"16af654c-36c5-4991-8f38-561f30293cf7","name":"OK","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Order\": [id],\r\n    \"TransGet\": \"\",\r\n    \"Type\": 1,\r\n    \"TotalPayment\": 1000,\r\n    \"TotalPaymentExchange\": 10000,\r\n    \"CurrencyUnit\": 0,\r\n    \"ExchangeUnit\": 1,\r\n    \"Name\": \"test\",\r\n    \"Phone\": \"011555555\",\r\n    \"Mobile\": \"09123456789\",\r\n    \"Description\": \"Test Payment\",\r\n    \"PortalId\": null,\r\n    \"FishNumber\": \"testtest\",\r\n    \"BankAccountId\": [id]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/order/otherPayments"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"\"3EF5kmIA\" // payment unique track code"},{"id":"821e5a70-bf35-443c-b874-9b7898667c81","name":"BadRequest","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Order\": [id],\r\n    \"TransGet\": \"\",\r\n    \"Type\": 1,\r\n    \"TotalPayment\": 1000,\r\n    \"TotalPaymentExchange\": 10000,\r\n    \"CurrencyUnit\": 0,\r\n    \"ExchangeUnit\": 1,\r\n    \"Name\": \"test\",\r\n    \"Phone\": \"011555555\",\r\n    \"Mobile\": \"09123456789\",\r\n    \"Description\": \"Test Payment\",\r\n    \"PortalId\": null,\r\n    \"FishNumber\": \"testtest\",\r\n    \"BankAccountId\": [id]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/order/otherPayments"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"key\": \"3\", // error key\r\n        \"error\": \"portal id is not valid\" // error description\r\n    }\r\n]"},{"id":"c966b1e1-0c48-401f-8496-473b97710f72","name":"Error","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Order\": [id],\r\n    \"TransGet\": \"\",\r\n    \"Type\": 1,\r\n    \"TotalPayment\": 1000,\r\n    \"TotalPaymentExchange\": 10000,\r\n    \"CurrencyUnit\": 0,\r\n    \"ExchangeUnit\": 1,\r\n    \"Name\": \"test\",\r\n    \"Phone\": \"011555555\",\r\n    \"Mobile\": \"09123456789\",\r\n    \"Description\": \"Test Payment\",\r\n    \"PortalId\": null,\r\n    \"FishNumber\": \"testtest\",\r\n    \"BankAccountId\": [id]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/order/otherPayments"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"html","header":[],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html>\n    <head>\n        <title>Configuration Error</title>\n        <meta name=\"viewport\" content=\"width=device-width\" />\n        <style>\n\t\tbody {\n\t\t\tfont-family: \"Verdana\";\n\t\t\tfont-weight: normal;\n\t\t\tfont-size: .7em;\n\t\t\tcolor: black;\n\t\t}\n\n\t\tp {\n\t\t\tfont-family: \"Verdana\";\n\t\t\tfont-weight: normal;\n\t\t\tcolor: black;\n\t\t\tmargin-top: -5px\n\t\t}\n\n\t\tb {\n\t\t\tfont-family: \"Verdana\";\n\t\t\tfont-weight: bold;\n\t\t\tcolor: black;\n\t\t\tmargin-top: -5px\n\t\t}\n\n\t\tH1 {\n\t\t\tfont-family: \"Verdana\";\n\t\t\tfont-weight: normal;\n\t\t\tfont-size: 18pt;\n\t\t\tcolor: red\n\t\t}\n\n\t\tH2 {\n\t\t\tfont-family: \"Verdana\";\n\t\t\tfont-weight: normal;\n\t\t\tfont-size: 14pt;\n\t\t\tcolor: maroon\n\t\t}\n\n\t\tpre {\n\t\t\tfont-family: \"Consolas\", \"Lucida Console\", Monospace;\n\t\t\tfont-size: 11pt;\n\t\t\tmargin: 0;\n\t\t\tpadding: 0.5em;\n\t\t\tline-height: 14pt\n\t\t}\n\n\t\t.marker {\n\t\t\tfont-weight: bold;\n\t\t\tcolor: black;\n\t\t\ttext-decoration: none;\n\t\t}\n\n\t\t.version {\n\t\t\tcolor: gray;\n\t\t}\n\n\t\t.error {\n\t\t\tmargin-bottom: 10px;\n\t\t}\n\n\t\t.expandable {\n\t\t\ttext-decoration: underline;\n\t\t\tfont-weight: bold;\n\t\t\tcolor: navy;\n\t\t\tcursor: hand;\n\t\t}\n\n\t\t@media screen and (max-width: 639px) {\n\t\t\tpre {\n\t\t\t\twidth: 440px;\n\t\t\t\toverflow: auto;\n\t\t\t\twhite-space: pre-wrap;\n\t\t\t\tword-wrap: break-word;\n\t\t\t}\n\t\t}\n\n\t\t@media screen and (max-width: 479px) {\n\t\t\tpre {\n\t\t\t\twidth: 280px;\n\t\t\t}\n\t\t}\n\t</style>\n    </head>\n    <body bgcolor=\"white\">\n        <span>\n            <H1>Server Error in '/' Application.\n                <hr width=100% size=1 color=silver>\n            </H1>\n            <h2>\n                <i>Configuration Error</i>\n            </h2>\n        </span>\n        <font face=\"Arial, Helvetica, Geneva, SunSans-Regular, sans-serif \">\n            <b> Description: </b>An error occurred during the processing of a configuration file required to service this\n\t\trequest. Please review the specific error details below and modify your configuration file appropriately.\n            <br>\n            <br>\n            <b> Parser Error Message: </b>The value of the property 'mode' cannot be parsed. The error is: The enumeration\n\t\tvalue must be one of the following: RemoteOnly, On, Off.\n            <br>\n            <br>\n            <b>Source Error:</b>\n            <br>\n            <br>\n            <table width=100% bgcolor=\"#ffffcc\">\n                <tr>\n                    <td>\n                        <code>\n                            <pre>\n\nLine 53:   &lt;/appSettings&gt;\nLine 54:   &lt;system.web&gt;\n\n                                <font color=red>Line 55:     &lt;customErrors mode=&quot;on&quot;/&gt;\n</font>Line 56:   &lt;authentication mode=&quot;None&quot;/&gt;\nLine 57:     &lt;compilation targetFramework=&quot;4.7.2&quot;&gt;\n                            </pre>\n                        </code>\n                    </td>\n                </tr>\n            </table>\n            <br>\n            <b> Source File: </b> C:\\wwwroot\\api.smx.live\\web.config\n            <b> &nbsp;&nbsp; Line: </b> 55\n            <br>\n            <br>\n            <hr width=100% size=1 color=silver>\n            <b>Version Information:</b>&nbsp;Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.7.3535.0\n        </font>\n    </body>\n</html>\n<!-- \n[ConfigurationErrorsException]: The value of the property &#39;mode&#39; cannot be parsed. The error is: The enumeration value must be one of the following: RemoteOnly, On, Off. (C:\\wwwroot\\api.smx.live\\web.config line 55)\n   at System.Configuration.BaseConfigurationRecord.EvaluateOne(String[] keys, SectionInput input, Boolean isTrusted, FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult)\n   at System.Configuration.BaseConfigurationRecord.Evaluate(FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult, Boolean getLkg, Boolean getRuntimeObject, Object& result, Object& resultRuntimeObject)\n   at System.Configuration.BaseConfigurationRecord.GetSectionRecursive(String configKey, Boolean getLkg, Boolean checkPermission, Boolean getRuntimeObject, Boolean requestIsHere, Object& result, Object& resultRuntimeObject)\n   at System.Configuration.BaseConfigurationRecord.GetSection(String configKey)\n   at System.Web.Configuration.RuntimeConfig.GetSectionObject(String sectionName)\n   at System.Web.Configuration.RuntimeConfig.GetSection(String sectionName, Type type, ResultsIndex index)\n   at System.Web.Configuration.RuntimeConfig.get_CustomErrors()\n   at System.Web.Configuration.CustomErrorsSection.GetSettings(HttpContext context, Boolean canThrow)\n   at System.Web.HttpResponse.ReportRuntimeError(Exception e, Boolean canThrow, Boolean localExecute)\n   at System.Web.HttpContext.ReportRuntimeErrorIfExists(RequestNotificationStatus& status)\n-->"}],"_postman_id":"5cd469ff-c3b3-4a1a-af2b-c944b17f6925"},{"name":"GetById","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"b8afed9a-f4db-48cc-b1d9-094f585d1016"}}],"id":"54fe2f3c-8240-49f5-ba71-8704d11c86af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/order/getbyid/[id]","description":"<p>get order payment info</p>\n","urlObject":{"path":["order","getbyid","[id]"],"host":["https://api.example.com"],"query":[{"disabled":true,"description":{"content":"<p>to change order portal</p>\n","type":"text/plain"},"key":"portalId","value":"{{portalId}}"}],"variable":[]}},"response":[{"id":"38b95dff-aaba-4ff8-8677-aae095c790de","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"}],"url":"https://api.example.com/order/getbyid/[id]"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"oid\": 0,\r\n    \"mablagh\": \"21950000\", // amount to pay\r\n    \"discount\": 0.00, // discount amount\r\n    \"wallet\": 0.00, // walled used amount\r\n    \"tax\": 0.00, // taxt amount\r\n    \"shipping\": 120000.0000, // shipping amount\r\n    \"price\": 23000000.000000, // total price of products\r\n    \"portalid\": 5587, // portal id\r\n    \"dt\": 2, // device type\r\n    \"ShopId\": \"2be11482-d90c-4297-97b6-2be5dd8d7035\", // admin shop id\r\n    \"cid\": 968, // customer id\r\n    \"langid\": 0, // lanquage id\r\n    \"currencyUnit\": 1, // currency unti\r\n    \"total\": \"21950000\", // total payment of order\r\n    \"affiliateCommission\": 0.00, // affiliate commission\r\n    \"instalmentAmount\": \"0\", // installment prepayment\r\n    \"NumberOfInstalment\": 0, // number of installment\r\n    \"NationalCode\": \"2372547097\", // customer national code\r\n    \"Mobile\": \"09391524118\", // customer mobile\r\n    \"shaba\": \"IR123456789123456789123333\" // customer shaba number\r\n}"},{"id":"985de9db-e870-494d-b7b4-f1f9d3084861","name":"Error","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/order/getbyid/[id]"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"html","header":[],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html>\n    <head>\n        <title>Configuration Error</title>\n        <meta name=\"viewport\" content=\"width=device-width\" />\n        <style>\n\t\tbody {\n\t\t\tfont-family: \"Verdana\";\n\t\t\tfont-weight: normal;\n\t\t\tfont-size: .7em;\n\t\t\tcolor: black;\n\t\t}\n\n\t\tp {\n\t\t\tfont-family: \"Verdana\";\n\t\t\tfont-weight: normal;\n\t\t\tcolor: black;\n\t\t\tmargin-top: -5px\n\t\t}\n\n\t\tb {\n\t\t\tfont-family: \"Verdana\";\n\t\t\tfont-weight: bold;\n\t\t\tcolor: black;\n\t\t\tmargin-top: -5px\n\t\t}\n\n\t\tH1 {\n\t\t\tfont-family: \"Verdana\";\n\t\t\tfont-weight: normal;\n\t\t\tfont-size: 18pt;\n\t\t\tcolor: red\n\t\t}\n\n\t\tH2 {\n\t\t\tfont-family: \"Verdana\";\n\t\t\tfont-weight: normal;\n\t\t\tfont-size: 14pt;\n\t\t\tcolor: maroon\n\t\t}\n\n\t\tpre {\n\t\t\tfont-family: \"Consolas\", \"Lucida Console\", Monospace;\n\t\t\tfont-size: 11pt;\n\t\t\tmargin: 0;\n\t\t\tpadding: 0.5em;\n\t\t\tline-height: 14pt\n\t\t}\n\n\t\t.marker {\n\t\t\tfont-weight: bold;\n\t\t\tcolor: black;\n\t\t\ttext-decoration: none;\n\t\t}\n\n\t\t.version {\n\t\t\tcolor: gray;\n\t\t}\n\n\t\t.error {\n\t\t\tmargin-bottom: 10px;\n\t\t}\n\n\t\t.expandable {\n\t\t\ttext-decoration: underline;\n\t\t\tfont-weight: bold;\n\t\t\tcolor: navy;\n\t\t\tcursor: hand;\n\t\t}\n\n\t\t@media screen and (max-width: 639px) {\n\t\t\tpre {\n\t\t\t\twidth: 440px;\n\t\t\t\toverflow: auto;\n\t\t\t\twhite-space: pre-wrap;\n\t\t\t\tword-wrap: break-word;\n\t\t\t}\n\t\t}\n\n\t\t@media screen and (max-width: 479px) {\n\t\t\tpre {\n\t\t\t\twidth: 280px;\n\t\t\t}\n\t\t}\n\t</style>\n    </head>\n    <body bgcolor=\"white\">\n        <span>\n            <H1>Server Error in '/' Application.\n                <hr width=100% size=1 color=silver>\n            </H1>\n            <h2>\n                <i>Configuration Error</i>\n            </h2>\n        </span>\n        <font face=\"Arial, Helvetica, Geneva, SunSans-Regular, sans-serif \">\n            <b> Description: </b>An error occurred during the processing of a configuration file required to service this\n\t\trequest. Please review the specific error details below and modify your configuration file appropriately.\n            <br>\n            <br>\n            <b> Parser Error Message: </b>The value of the property 'mode' cannot be parsed. The error is: The enumeration\n\t\tvalue must be one of the following: RemoteOnly, On, Off.\n            <br>\n            <br>\n            <b>Source Error:</b>\n            <br>\n            <br>\n            <table width=100% bgcolor=\"#ffffcc\">\n                <tr>\n                    <td>\n                        <code>\n                            <pre>\n\nLine 53:   &lt;/appSettings&gt;\nLine 54:   &lt;system.web&gt;\n\n                                <font color=red>Line 55:     &lt;customErrors mode=&quot;on&quot;/&gt;\n</font>Line 56:   &lt;authentication mode=&quot;None&quot;/&gt;\nLine 57:     &lt;compilation targetFramework=&quot;4.7.2&quot;&gt;\n                            </pre>\n                        </code>\n                    </td>\n                </tr>\n            </table>\n            <br>\n            <b> Source File: </b> C:\\wwwroot\\api.smx.live\\web.config\n            <b> &nbsp;&nbsp; Line: </b> 55\n            <br>\n            <br>\n            <hr width=100% size=1 color=silver>\n            <b>Version Information:</b>&nbsp;Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.7.3535.0\n        </font>\n    </body>\n</html>\n<!-- \n[ConfigurationErrorsException]: The value of the property &#39;mode&#39; cannot be parsed. The error is: The enumeration value must be one of the following: RemoteOnly, On, Off. (C:\\wwwroot\\api.smx.live\\web.config line 55)\n   at System.Configuration.BaseConfigurationRecord.EvaluateOne(String[] keys, SectionInput input, Boolean isTrusted, FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult)\n   at System.Configuration.BaseConfigurationRecord.Evaluate(FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult, Boolean getLkg, Boolean getRuntimeObject, Object& result, Object& resultRuntimeObject)\n   at System.Configuration.BaseConfigurationRecord.GetSectionRecursive(String configKey, Boolean getLkg, Boolean checkPermission, Boolean getRuntimeObject, Boolean requestIsHere, Object& result, Object& resultRuntimeObject)\n   at System.Configuration.BaseConfigurationRecord.GetSection(String configKey)\n   at System.Web.Configuration.RuntimeConfig.GetSectionObject(String sectionName)\n   at System.Web.Configuration.RuntimeConfig.GetSection(String sectionName, Type type, ResultsIndex index)\n   at System.Web.Configuration.RuntimeConfig.get_CustomErrors()\n   at System.Web.Configuration.CustomErrorsSection.GetSettings(HttpContext context, Boolean canThrow)\n   at System.Web.HttpResponse.ReportRuntimeError(Exception e, Boolean canThrow, Boolean localExecute)\n   at System.Web.HttpContext.ReportRuntimeErrorIfExists(RequestNotificationStatus& status)\n-->"}],"_postman_id":"54fe2f3c-8240-49f5-ba71-8704d11c86af"},{"name":"OrderPortal","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"8548f1aa-9bf2-444c-9ec3-5e78a3232a7f"}}],"id":"aecbcaf0-85aa-4546-b106-17c2a9231da8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/order/portal/{{portalId}}","description":"<p>get portal info</p>\n","urlObject":{"path":["order","portal","{{portalId}}"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"cde26235-c7b7-4194-ae6d-713f8fbe5c15","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"}],"url":"https://api.example.com/order/portal/{{portalId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"ScriptId\": \"bankmellat.ir\", // script identifier\r\n    \"Name\": \"ملت\", // portal name\r\n    \"Other\": \"{\\\"Decimal\\\":0,\\\"Contributions\\\":[]}\", // portal extra settings, it is different for each portal , type is JSONSTRING\r\n    \"UserName\": \"livegallery4\", // admin username\r\n    \"TerminalId\": \"3245345345\", // terminal id, optional\r\n    \"Password\": \"123live@gallery\", // password, optional\r\n    \"ApiKey\": \"34534535345345\", // api key, optional\r\n    \"CerLink\": null, // certificate file, optional\r\n    \"CurrencyUnit\": 1, // portal currency unit\r\n    \"CurrencyName\": null, // portal current name, if unit is the Coin, optional\r\n    \"CommissionPercent\": 0.00 // portal commission\r\n}"},{"id":"0278e6e1-027e-40f9-a360-bfdda7184487","name":"Error","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"url":"https://api.example.com/order/portal/{{portalId}}"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"html","header":[],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html>\n    <head>\n        <title>Configuration Error</title>\n        <meta name=\"viewport\" content=\"width=device-width\" />\n        <style>\n\t\tbody {\n\t\t\tfont-family: \"Verdana\";\n\t\t\tfont-weight: normal;\n\t\t\tfont-size: .7em;\n\t\t\tcolor: black;\n\t\t}\n\n\t\tp {\n\t\t\tfont-family: \"Verdana\";\n\t\t\tfont-weight: normal;\n\t\t\tcolor: black;\n\t\t\tmargin-top: -5px\n\t\t}\n\n\t\tb {\n\t\t\tfont-family: \"Verdana\";\n\t\t\tfont-weight: bold;\n\t\t\tcolor: black;\n\t\t\tmargin-top: -5px\n\t\t}\n\n\t\tH1 {\n\t\t\tfont-family: \"Verdana\";\n\t\t\tfont-weight: normal;\n\t\t\tfont-size: 18pt;\n\t\t\tcolor: red\n\t\t}\n\n\t\tH2 {\n\t\t\tfont-family: \"Verdana\";\n\t\t\tfont-weight: normal;\n\t\t\tfont-size: 14pt;\n\t\t\tcolor: maroon\n\t\t}\n\n\t\tpre {\n\t\t\tfont-family: \"Consolas\", \"Lucida Console\", Monospace;\n\t\t\tfont-size: 11pt;\n\t\t\tmargin: 0;\n\t\t\tpadding: 0.5em;\n\t\t\tline-height: 14pt\n\t\t}\n\n\t\t.marker {\n\t\t\tfont-weight: bold;\n\t\t\tcolor: black;\n\t\t\ttext-decoration: none;\n\t\t}\n\n\t\t.version {\n\t\t\tcolor: gray;\n\t\t}\n\n\t\t.error {\n\t\t\tmargin-bottom: 10px;\n\t\t}\n\n\t\t.expandable {\n\t\t\ttext-decoration: underline;\n\t\t\tfont-weight: bold;\n\t\t\tcolor: navy;\n\t\t\tcursor: hand;\n\t\t}\n\n\t\t@media screen and (max-width: 639px) {\n\t\t\tpre {\n\t\t\t\twidth: 440px;\n\t\t\t\toverflow: auto;\n\t\t\t\twhite-space: pre-wrap;\n\t\t\t\tword-wrap: break-word;\n\t\t\t}\n\t\t}\n\n\t\t@media screen and (max-width: 479px) {\n\t\t\tpre {\n\t\t\t\twidth: 280px;\n\t\t\t}\n\t\t}\n\t</style>\n    </head>\n    <body bgcolor=\"white\">\n        <span>\n            <H1>Server Error in '/' Application.\n                <hr width=100% size=1 color=silver>\n            </H1>\n            <h2>\n                <i>Configuration Error</i>\n            </h2>\n        </span>\n        <font face=\"Arial, Helvetica, Geneva, SunSans-Regular, sans-serif \">\n            <b> Description: </b>An error occurred during the processing of a configuration file required to service this\n\t\trequest. Please review the specific error details below and modify your configuration file appropriately.\n            <br>\n            <br>\n            <b> Parser Error Message: </b>The value of the property 'mode' cannot be parsed. The error is: The enumeration\n\t\tvalue must be one of the following: RemoteOnly, On, Off.\n            <br>\n            <br>\n            <b>Source Error:</b>\n            <br>\n            <br>\n            <table width=100% bgcolor=\"#ffffcc\">\n                <tr>\n                    <td>\n                        <code>\n                            <pre>\n\nLine 53:   &lt;/appSettings&gt;\nLine 54:   &lt;system.web&gt;\n\n                                <font color=red>Line 55:     &lt;customErrors mode=&quot;on&quot;/&gt;\n</font>Line 56:   &lt;authentication mode=&quot;None&quot;/&gt;\nLine 57:     &lt;compilation targetFramework=&quot;4.7.2&quot;&gt;\n                            </pre>\n                        </code>\n                    </td>\n                </tr>\n            </table>\n            <br>\n            <b> Source File: </b> C:\\wwwroot\\api.smx.live\\web.config\n            <b> &nbsp;&nbsp; Line: </b> 55\n            <br>\n            <br>\n            <hr width=100% size=1 color=silver>\n            <b>Version Information:</b>&nbsp;Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.7.3535.0\n        </font>\n    </body>\n</html>\n<!-- \n[ConfigurationErrorsException]: The value of the property &#39;mode&#39; cannot be parsed. The error is: The enumeration value must be one of the following: RemoteOnly, On, Off. (C:\\wwwroot\\api.smx.live\\web.config line 55)\n   at System.Configuration.BaseConfigurationRecord.EvaluateOne(String[] keys, SectionInput input, Boolean isTrusted, FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult)\n   at System.Configuration.BaseConfigurationRecord.Evaluate(FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult, Boolean getLkg, Boolean getRuntimeObject, Object& result, Object& resultRuntimeObject)\n   at System.Configuration.BaseConfigurationRecord.GetSectionRecursive(String configKey, Boolean getLkg, Boolean checkPermission, Boolean getRuntimeObject, Boolean requestIsHere, Object& result, Object& resultRuntimeObject)\n   at System.Configuration.BaseConfigurationRecord.GetSection(String configKey)\n   at System.Web.Configuration.RuntimeConfig.GetSectionObject(String sectionName)\n   at System.Web.Configuration.RuntimeConfig.GetSection(String sectionName, Type type, ResultsIndex index)\n   at System.Web.Configuration.RuntimeConfig.get_CustomErrors()\n   at System.Web.Configuration.CustomErrorsSection.GetSettings(HttpContext context, Boolean canThrow)\n   at System.Web.HttpResponse.ReportRuntimeError(Exception e, Boolean canThrow, Boolean localExecute)\n   at System.Web.HttpContext.ReportRuntimeErrorIfExists(RequestNotificationStatus& status)\n-->"}],"_postman_id":"aecbcaf0-85aa-4546-b106-17c2a9231da8"}],"id":"23b65dbf-dd43-4e59-99a4-aaf2a5454378","_postman_id":"23b65dbf-dd43-4e59-99a4-aaf2a5454378","description":""},{"name":"Content","item":[{"name":"MenuContent","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"314c5d59-fb4b-49e1-bc1a-45453977f76c"}}],"id":"4f97103b-a289-4bd0-9886-f76daa29d51e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/menu/[id]","urlObject":{"path":["api","menu","[id]"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"cc853465-3ceb-4c30-9cf4-509360414f37","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":"https://api.example.com/api/menu/[id]"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"Permalink\": null,\r\n    \"PicLink\": null,\r\n    \"Title\": \"محتوای نمونه\",\r\n    \"Sort\": 0,\r\n    \"Content\": \"لورم ایپسوم متن ساختگی با تولید سادگی نامفهوم از صنعت چاپ، و با استفاده از طراحان گرافیک است، چاپگرها و متون بلکه روزنامه و مجله در ستون و سطرآنچنان که لازم است، و برای شرایط فعلی تکنولوژی مورد نیاز، و کاربردهای متنوع با هدف بهبود ابزارهای کاربردی می باشد، کتابهای زیادی در شصت و سه درصد گذشته حال و آینده، شناخت فراوان جامعه و متخصصان را می طلبد، تا با نرم افزارها شناخت بیشتری را برای طراحان رایانه ای علی الخصوص طراحان خلاقی، و فرهنگ پیشرو در زبان فارسی ایجاد کرد، در این صورت می توان امید داشت که تمام و دشواری موجود در ارائه راهکارها، و شرایط سخت تایپ به پایان رسد و زمان مورد نیاز شامل حروفچینی دستاوردهای اصلی، و جوابگوی سوالات پیوسته اهل دنیای موجود طراحی اساسا مورد استفاده قرار گیرد.<br />\\n<br />\\nکد کوتاه<br />\\n​​​​​​​[shortcode 611]<br />\\nفرم<br />\\n[form 70547]<br />\\n \",\r\n    \"Type\": 0,\r\n    \"Location\": \"0\",\r\n    \"Show\": true,\r\n    \"DeviceType\": 0,\r\n    \"ParentId\": null,\r\n    \"HasChild\": false,\r\n    \"Forbid\": false,\r\n    \"PageOnly\": true,\r\n    \"ColorCode\": null,\r\n    \"Children\": null,\r\n    \"LinkTo\": 0,\r\n    \"Id\": 418632,\r\n    \"LangId\": 0,\r\n    \"PageTitle\": null,\r\n    \"PageDescription\": null,\r\n    \"PageKeyword\": null\r\n}"},{"id":"d7879893-7c73-4f32-ab14-18edd126f956","name":"NotFound","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":"https://api.example.com/api/menu/[id]"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"de9859ec-e964-40f2-83a0-3ea79e56d80a","name":"NoPermission","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":"https://api.example.com/api/menu/[id]"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"forbid","value":"1","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"-1"}],"_postman_id":"4f97103b-a289-4bd0-9886-f76daa29d51e"},{"name":"CodeForm","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"b23a869b-7482-448a-bc4f-6a4a272fdd92"}}],"id":"7faea5eb-dcdb-4606-8891-97ae1bbec322","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Codes\": [\r\n        [id]\r\n    ],\r\n    \"Forms\": [\r\n        [id]\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/cms/codenform","urlObject":{"path":["api","cms","codenform"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"70751258-ed45-4ee6-8d12-92aa85712a06","name":"OK","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Codes\": [\r\n        [id]\r\n    ],\r\n    \"Forms\": [\r\n        [id]\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/cms/codenform"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"Codes\": [\r\n        {\r\n            \"Code\": \"کد نمونه\",\r\n            \"Content\": \"<video width=\\\"400\\\" controls>\\n  <source src=\\\"https://www.w3schools.com/html/mov_bbb.mp4\\\" type=\\\"video/mp4\\\">\\n  <source src=\\\"https://www.w3schools.com/html/mov_bbb.ogg\\\" type=\\\"video/ogg\\\">\\n  Your browser does not support HTML video.\\n</video>\",\r\n            \"IsActive\": true,\r\n            \"Id\": 611,\r\n            \"LangId\": 0\r\n        }\r\n    ],\r\n    \"Forms\": [\r\n        {\r\n            \"Sections\": [\r\n                {\r\n                    \"Fields\": [\r\n                        {\r\n                            \"Options\": [\r\n                                {\r\n                                    \"Value\": \"مقدار 1\",\r\n                                    \"Text\": \"مقدار 1\",\r\n                                    \"FieldId\": 83996,\r\n                                    \"Id\": 64925,\r\n                                    \"LangId\": 0\r\n                                },\r\n                                {\r\n                                    \"Value\": \"مقدار2\",\r\n                                    \"Text\": \"مقدار2\",\r\n                                    \"FieldId\": 83996,\r\n                                    \"Id\": 64926,\r\n                                    \"LangId\": 0\r\n                                },\r\n                                {\r\n                                    \"Value\": \"مقدار3\",\r\n                                    \"Text\": \"مقدار3\",\r\n                                    \"FieldId\": 83996,\r\n                                    \"Id\": 64927,\r\n                                    \"LangId\": 0\r\n                                }\r\n                            ],\r\n                            \"Label\": \"فیلد 2\",\r\n                            \"Type\": 1,\r\n                            \"Hint\": null,\r\n                            \"AllowNull\": true,\r\n                            \"Accept\": null,\r\n                            \"DefaultValue\": null,\r\n                            \"MaxLength\": 0,\r\n                            \"MinLength\": 0,\r\n                            \"Max\": 0,\r\n                            \"Min\": 0,\r\n                            \"Sort\": 0,\r\n                            \"FormId\": 70547,\r\n                            \"SectionId\": 80907,\r\n                            \"Id\": 83996,\r\n                            \"LangId\": 0\r\n                        },\r\n                        {\r\n                            \"Options\": [],\r\n                            \"Label\": \"فیلد 1\",\r\n                            \"Type\": 0,\r\n                            \"Hint\": \"راهنمای فیلد 1\",\r\n                            \"AllowNull\": true,\r\n                            \"Accept\": null,\r\n                            \"DefaultValue\": null,\r\n                            \"MaxLength\": 0,\r\n                            \"MinLength\": 0,\r\n                            \"Max\": 0,\r\n                            \"Min\": 0,\r\n                            \"Sort\": 0,\r\n                            \"FormId\": 70547,\r\n                            \"SectionId\": 80907,\r\n                            \"Id\": 83997,\r\n                            \"LangId\": 0\r\n                        }\r\n                    ],\r\n                    \"Title\": \"گروه 1\",\r\n                    \"Sort\": 0,\r\n                    \"FormId\": 70547,\r\n                    \"Id\": 80907,\r\n                    \"LangId\": 0\r\n                }\r\n            ],\r\n            \"Name\": \"فرم نمونه\",\r\n            \"Header\": \"فرم تستی\",\r\n            \"Active\": true,\r\n            \"SuccessMessage\": \"با موفقیت ثبت شد\",\r\n            \"FailMessage\": \"خطا، مجددا امتحان کنید\",\r\n            \"ValidationMessage\": \"تمامی فیلدها را کامل کنید\",\r\n            \"SubmitText\": \"ثبت\",\r\n            \"Id\": 70547,\r\n            \"LangId\": 0,\r\n            \"PageTitle\": null,\r\n            \"PageDescription\": null,\r\n            \"PageKeyword\": null\r\n        }\r\n    ]\r\n}"},{"id":"4685ee6b-9e9b-41c8-99dd-8f476b78a5e3","name":"ELSE","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Codes\": [\r\n        [id]\r\n    ],\r\n    \"Forms\": [\r\n        [id]\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/cms/codenform"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"Codes\": [], // OR NULL\r\n    \"Forms\": [] // OR NULL\r\n}"}],"_postman_id":"7faea5eb-dcdb-4606-8891-97ae1bbec322"},{"name":"SingleCode","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"fcf33049-120b-4b4d-9ec1-ef0584abc8a5"}}],"id":"586b86b0-4715-4c66-9c95-132aeeb52ce2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/shortcode?$filter=(Id eq [id])","urlObject":{"path":["api","shortcode"],"host":["https://api.example.com"],"query":[{"key":"$filter","value":"(Id eq [id])"}],"variable":[]}},"response":[{"id":"9ce40dbc-3cb3-48b7-86f9-bd1757c0d4e6","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":{"raw":"https://api.example.com/api/shortcode?$filter=(Id eq [id])","host":["https://api.example.com"],"path":["api","shortcode"],"query":[{"key":"$filter","value":"(Id eq [id])"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"Code\": \"کد نمونه\",\r\n        \"Content\": \"<video width=\\\"400\\\" controls>\\n  <source src=\\\"https://www.w3schools.com/html/mov_bbb.mp4\\\" type=\\\"video/mp4\\\">\\n  <source src=\\\"https://www.w3schools.com/html/mov_bbb.ogg\\\" type=\\\"video/ogg\\\">\\n  Your browser does not support HTML video.\\n</video>\",\r\n        \"IsActive\": true,\r\n        \"Id\": 611,\r\n        \"LangId\": 0\r\n    }\r\n]"},{"id":"926dce6f-41d3-4fd0-9d9e-02f2050869b0","name":"ELSE","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":{"raw":"https://api.example.com/api/shortcode?$filter=(Id eq [id])","host":["https://api.example.com"],"path":["api","shortcode"],"query":[{"key":"$filter","value":"(Id eq [id])"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[]"}],"_postman_id":"586b86b0-4715-4c66-9c95-132aeeb52ce2"},{"name":"SingleForm","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"080f0dc3-3bac-44bc-af96-c583cf2ff3e5"}}],"id":"7db8d531-f78d-46c5-b6ef-763ba16855d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/form/[id]","urlObject":{"path":["api","form","[id]"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"ad9f209c-7c15-4721-931e-34654aaef39c","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":"https://api.example.com/api/menu/[id]"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"Sections\": [\r\n        {\r\n            \"Fields\": [\r\n                {\r\n                    \"Options\": [\r\n                        {\r\n                            \"Value\": \"مقدار 1\",\r\n                            \"Text\": \"مقدار 1\",\r\n                            \"FieldId\": 83996,\r\n                            \"Id\": 64925,\r\n                            \"LangId\": 0\r\n                        },\r\n                        {\r\n                            \"Value\": \"مقدار2\",\r\n                            \"Text\": \"مقدار2\",\r\n                            \"FieldId\": 83996,\r\n                            \"Id\": 64926,\r\n                            \"LangId\": 0\r\n                        },\r\n                        {\r\n                            \"Value\": \"مقدار3\",\r\n                            \"Text\": \"مقدار3\",\r\n                            \"FieldId\": 83996,\r\n                            \"Id\": 64927,\r\n                            \"LangId\": 0\r\n                        }\r\n                    ],\r\n                    \"Label\": \"فیلد 2\",\r\n                    \"Type\": 1,\r\n                    \"Hint\": null,\r\n                    \"AllowNull\": true,\r\n                    \"Accept\": null,\r\n                    \"DefaultValue\": null,\r\n                    \"MaxLength\": 0,\r\n                    \"MinLength\": 0,\r\n                    \"Max\": 0,\r\n                    \"Min\": 0,\r\n                    \"Sort\": 0,\r\n                    \"FormId\": 70547,\r\n                    \"SectionId\": 80907,\r\n                    \"Id\": 83996,\r\n                    \"LangId\": 0\r\n                },\r\n                {\r\n                    \"Options\": [],\r\n                    \"Label\": \"فیلد 1\",\r\n                    \"Type\": 0,\r\n                    \"Hint\": \"راهنمای فیلد 1\",\r\n                    \"AllowNull\": true,\r\n                    \"Accept\": null,\r\n                    \"DefaultValue\": null,\r\n                    \"MaxLength\": 0,\r\n                    \"MinLength\": 0,\r\n                    \"Max\": 0,\r\n                    \"Min\": 0,\r\n                    \"Sort\": 0,\r\n                    \"FormId\": 70547,\r\n                    \"SectionId\": 80907,\r\n                    \"Id\": 83997,\r\n                    \"LangId\": 0\r\n                }\r\n            ],\r\n            \"Title\": \"گروه 1\",\r\n            \"Sort\": 0,\r\n            \"FormId\": 70547,\r\n            \"Id\": 80907,\r\n            \"LangId\": 0\r\n        }\r\n    ],\r\n    \"Name\": \"فرم نمونه\",\r\n    \"Header\": \"فرم تستی\",\r\n    \"Active\": true,\r\n    \"SuccessMessage\": \"با موفقیت ثبت شد\",\r\n    \"FailMessage\": \"خطا، مجددا امتحان کنید\",\r\n    \"ValidationMessage\": \"تمامی فیلدها را کامل کنید\",\r\n    \"SubmitText\": \"ثبت\",\r\n    \"Id\": 70547,\r\n    \"LangId\": 0,\r\n    \"PageTitle\": null,\r\n    \"PageDescription\": null,\r\n    \"PageKeyword\": null\r\n}"},{"id":"3d1df734-ae6a-464d-a304-2eec594976a9","name":"NotFound","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":"https://api.example.com/api/form/[id]"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"95344bd2-78b9-4455-afa8-a9fae3d6a2f1","name":"NoPermission","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":"https://api.example.com/api/form/[id]"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"forbid","value":"1","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"-1"}],"_postman_id":"7db8d531-f78d-46c5-b6ef-763ba16855d5"}],"id":"843e42f6-5cbf-48ff-93c3-1c8e13e4c2c6","_postman_id":"843e42f6-5cbf-48ff-93c3-1c8e13e4c2c6","description":""},{"name":"Seo","item":[{"name":"Setting","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"dec97ccb-354f-45da-a7df-78171d5d41ff"}}],"id":"24d947f2-a9b5-4a7c-a7b6-5bf5056ad62f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/SeoSetting","description":"<p>seo settings</p>\n","urlObject":{"path":["api","SeoSetting"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"097b56ba-5ad4-4999-88d9-d1a13c995cbc","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":"https://api.example.com/api/SeoSetting"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"BotIndex\": true,\r\n        \"BotFollow\": true,\r\n        \"Keywords\": true,\r\n        \"OpenGraph\": true,\r\n        \"Publisher\": null,\r\n        \"Author\": null,\r\n        \"AlexaCode\": null,\r\n        \"BingCode\": null,\r\n        \"GoogleCode\": null,\r\n        \"YandexCode\": null,\r\n        \"Id\": 41,\r\n        \"LangId\": 0\r\n    }\r\n]"},{"id":"f6c0a060-0835-4858-933e-65ab9da0a918","name":"ELSE","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":"https://api.example.com/api/SeoSetting"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[]"}],"_postman_id":"24d947f2-a9b5-4a7c-a7b6-5bf5056ad62f"},{"name":"Content","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"846f6f03-ddff-4025-bc46-5337fbc4c15a"}}],"id":"07aaca3b-9ad8-4b3d-a51c-1016068b1ad9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/SeoContent?$filter=(PageId eq [id] and EntityId eq [id])","description":"<p>get page seo content</p>\n<p>page ids list:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>pageId</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>0</td>\n<td>Home page</td>\n</tr>\n<tr>\n<td>1</td>\n<td>Contact page</td>\n</tr>\n<tr>\n<td><del>2</del></td>\n<td><del>Content Page</del></td>\n</tr>\n<tr>\n<td>3</td>\n<td>News page</td>\n</tr>\n<tr>\n<td>4</td>\n<td>News detail page</td>\n</tr>\n<tr>\n<td>5</td>\n<td>Faq page</td>\n</tr>\n<tr>\n<td>6</td>\n<td>Open pay page</td>\n</tr>\n<tr>\n<td>7</td>\n<td>Register page</td>\n</tr>\n<tr>\n<td>8</td>\n<td>Login page</td>\n</tr>\n<tr>\n<td>9</td>\n<td>Reset password page</td>\n</tr>\n<tr>\n<td>10</td>\n<td>Profile page</td>\n</tr>\n<tr>\n<td>11</td>\n<td>Product detail page</td>\n</tr>\n<tr>\n<td>12</td>\n<td>Category page</td>\n</tr>\n<tr>\n<td>13</td>\n<td>Category detail page</td>\n</tr>\n<tr>\n<td>14</td>\n<td>Group product page</td>\n</tr>\n<tr>\n<td>15</td>\n<td>Guaranty page</td>\n</tr>\n<tr>\n<td>16</td>\n<td>Gallery page</td>\n</tr>\n<tr>\n<td>17</td>\n<td>Gallery detail page</td>\n</tr>\n<tr>\n<td>18</td>\n<td>Compare page</td>\n</tr>\n<tr>\n<td>19</td>\n<td>Cart page</td>\n</tr>\n<tr>\n<td>20</td>\n<td>Track page</td>\n</tr>\n<tr>\n<td>21</td>\n<td>Blog page</td>\n</tr>\n<tr>\n<td>22</td>\n<td>Blog search page</td>\n</tr>\n<tr>\n<td>23</td>\n<td>Blog category page</td>\n</tr>\n<tr>\n<td>24</td>\n<td>Blog tag page</td>\n</tr>\n<tr>\n<td>25</td>\n<td>Blog detail page</td>\n</tr>\n<tr>\n<td>26</td>\n<td>Company page</td>\n</tr>\n<tr>\n<td>27</td>\n<td>Company detail page</td>\n</tr>\n<tr>\n<td>28</td>\n<td>Company main category page</td>\n</tr>\n<tr>\n<td>29</td>\n<td>Company category detail page</td>\n</tr>\n<tr>\n<td>30</td>\n<td>Static page detail page</td>\n</tr>\n<tr>\n<td>31</td>\n<td>Brand page</td>\n</tr>\n<tr>\n<td>32</td>\n<td>Brand detail page</td>\n</tr>\n<tr>\n<td>33</td>\n<td>Terms page</td>\n</tr>\n<tr>\n<td>34</td>\n<td>Poll page</td>\n</tr>\n<tr>\n<td>35</td>\n<td>Search page</td>\n</tr>\n<tr>\n<td>36</td>\n<td>Allocation page</td>\n</tr>\n<tr>\n<td>100</td>\n<td>Menu detail page</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","SeoContent"],"host":["https://api.example.com"],"query":[{"key":"$filter","value":"(PageId eq [id] and EntityId eq [id])"}],"variable":[]}},"response":[{"id":"7a8ae124-fa57-40d1-b225-80fcb603ade5","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":{"raw":"https://api.example.com/api/SeoContent?$filter=(PageId eq [id] and EntityId eq [id])","host":["https://api.example.com"],"path":["api","SeoContent"],"query":[{"key":"$filter","value":"(PageId eq [id] and EntityId eq [id])"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"PageId\": 0,\r\n        \"EntityId\": null,\r\n        \"Canonical\": null,\r\n        \"Permalink\": null,\r\n        \"Title\": \"صفحه اصلی | شیک مارکت\",\r\n        \"Description\": \"شیک مارکت\",\r\n        \"Keywords\": \"صفحه اصلی,شیک مارکت\",\r\n        \"BotIndex\": true,\r\n        \"BotFollow\": true,\r\n        \"BotMeta\": null,\r\n        \"FbTitle\": null,\r\n        \"FbDescription\": null,\r\n        \"TwTitle\": null,\r\n        \"TwDescription\": null,\r\n        \"GpTitle\": null,\r\n        \"GpDescription\": null,\r\n        \"FocusKeyword\": \"شیک مارکت\",\r\n        \"Id\": 3177,\r\n        \"LangId\": 0\r\n    }\r\n]"},{"id":"c829b784-ae9d-49f7-87e0-bd516e7d2d2c","name":"ELSE","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":{"raw":"https://api.example.com/api/SeoContent?$filter=(PageId eq [id] and EntityId eq [id])","host":["https://api.example.com"],"path":["api","SeoContent"],"query":[{"key":"$filter","value":"(PageId eq [id] and EntityId eq [id])"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[]"}],"_postman_id":"07aaca3b-9ad8-4b3d-a51c-1016068b1ad9"}],"id":"c94785c2-9929-465e-963f-3fe0eb0849c0","description":"<p>seo generator for pages</p>\n","_postman_id":"c94785c2-9929-465e-963f-3fe0eb0849c0"},{"name":"Poll","item":[{"name":"Active","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"adcc5c6a-d051-49f7-828e-c4632cd57b1b"}}],"id":"3ba2f7b3-e385-4237-b7b4-364a92d61fa6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/question/active","description":"<p>active poll</p>\n","urlObject":{"path":["api","question","active"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"189a3e56-d4f5-4c18-8ec6-63e29f3f00e2","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":"https://api.example.com/api/question/active"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"question\": {\r\n        \"Title\": \"پایتخت ایران کجاست؟\",\r\n        \"Active\": true,\r\n        \"WithMsg\": true,\r\n        \"Expire\": \"2024-01-26T13:44:00\",\r\n        \"Id\": 38,\r\n        \"LangId\": 0\r\n    },\r\n    \"Options\": [\r\n        {\r\n            \"Title\": \"تهران\",\r\n            \"Count\": 0,\r\n            \"QuestionId\": 38,\r\n            \"Id\": 101,\r\n            \"LangId\": 0\r\n        },\r\n        {\r\n            \"Title\": \"شیراز\",\r\n            \"Count\": 0,\r\n            \"QuestionId\": 38,\r\n            \"Id\": 102,\r\n            \"LangId\": 0\r\n        },\r\n        {\r\n            \"Title\": \"اصفهان\",\r\n            \"Count\": 0,\r\n            \"QuestionId\": 38,\r\n            \"Id\": 103,\r\n            \"LangId\": 0\r\n        },\r\n        {\r\n            \"Title\": \"قم\",\r\n            \"Count\": 0,\r\n            \"QuestionId\": 38,\r\n            \"Id\": 104,\r\n            \"LangId\": 0\r\n        }\r\n    ],\r\n    \"groups\": [\r\n        {\r\n            \"Name\": \"کودک\",\r\n            \"QuestionId\": 38,\r\n            \"Id\": 35,\r\n            \"LangId\": 0\r\n        },\r\n        {\r\n            \"Name\": \"جوان\",\r\n            \"QuestionId\": 38,\r\n            \"Id\": 36,\r\n            \"LangId\": 0\r\n        },\r\n        {\r\n            \"Name\": \"نوجوان\",\r\n            \"QuestionId\": 38,\r\n            \"Id\": 37,\r\n            \"LangId\": 0\r\n        },\r\n        {\r\n            \"Name\": \"بزرگ سال\",\r\n            \"QuestionId\": 38,\r\n            \"Id\": 38,\r\n            \"LangId\": 0\r\n        }\r\n    ],\r\n    \"voted\": false,\r\n    \"expired\": false,\r\n    \"vote\": null\r\n}"},{"id":"09fa17aa-4d0a-4504-9100-12c02aa4a40e","name":"ELSE","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":"https://api.example.com/api/question/active"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[]"}],"_postman_id":"3ba2f7b3-e385-4237-b7b4-364a92d61fa6"},{"name":"State","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"c55190ad-8b45-4ff4-92ea-9a85b7d317ec"}}],"id":"edb474e1-5300-4f9c-be7a-17be0342eee3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/question/stat3","description":"<p>active poll</p>\n","urlObject":{"path":["api","question","stat3"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"f98e9a92-94ce-41a6-84ad-9f988641666e","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":"https://api.example.com/api/question/stat3"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"total\": 0,\r\n    \"Question\": {\r\n        \"Title\": \"پایتخت ایران کجاست؟\",\r\n        \"Active\": true,\r\n        \"WithMsg\": true,\r\n        \"Expire\": \"2024-01-26T13:44:00\",\r\n        \"Id\": 38,\r\n        \"LangId\": 0\r\n    },\r\n    \"Options\": [\r\n        {\r\n            \"Title\": \"تهران\",\r\n            \"Count\": 0,\r\n            \"QuestionId\": 38,\r\n            \"Id\": 101,\r\n            \"LangId\": 0\r\n        },\r\n        {\r\n            \"Title\": \"شیراز\",\r\n            \"Count\": 0,\r\n            \"QuestionId\": 38,\r\n            \"Id\": 102,\r\n            \"LangId\": 0\r\n        },\r\n        {\r\n            \"Title\": \"اصفهان\",\r\n            \"Count\": 0,\r\n            \"QuestionId\": 38,\r\n            \"Id\": 103,\r\n            \"LangId\": 0\r\n        },\r\n        {\r\n            \"Title\": \"قم\",\r\n            \"Count\": 0,\r\n            \"QuestionId\": 38,\r\n            \"Id\": 104,\r\n            \"LangId\": 0\r\n        }\r\n    ],\r\n    \"groups\": [],\r\n    \"groups2\": [\r\n        {\r\n            \"count\": 0,\r\n            \"percent\": 0.0,\r\n            \"g\": {\r\n                \"Name\": \"کودک\",\r\n                \"QuestionId\": 38,\r\n                \"Id\": 35,\r\n                \"LangId\": 0\r\n            }\r\n        },\r\n        {\r\n            \"count\": 0,\r\n            \"percent\": 0.0,\r\n            \"g\": {\r\n                \"Name\": \"جوان\",\r\n                \"QuestionId\": 38,\r\n                \"Id\": 36,\r\n                \"LangId\": 0\r\n            }\r\n        },\r\n        {\r\n            \"count\": 0,\r\n            \"percent\": 0.0,\r\n            \"g\": {\r\n                \"Name\": \"نوجوان\",\r\n                \"QuestionId\": 38,\r\n                \"Id\": 37,\r\n                \"LangId\": 0\r\n            }\r\n        },\r\n        {\r\n            \"count\": 0,\r\n            \"percent\": 0.0,\r\n            \"g\": {\r\n                \"Name\": \"بزرگ سال\",\r\n                \"QuestionId\": 38,\r\n                \"Id\": 38,\r\n                \"LangId\": 0\r\n            }\r\n        }\r\n    ],\r\n    \"stat\": [\r\n        {\r\n            \"percent\": 0.0,\r\n            \"count\": 0,\r\n            \"ops\": {\r\n                \"Title\": \"تهران\",\r\n                \"Count\": 0,\r\n                \"QuestionId\": 38,\r\n                \"Id\": 101,\r\n                \"LangId\": 0\r\n            },\r\n            \"vgs\": [\r\n                {\r\n                    \"vg\": {\r\n                        \"Name\": \"کودک\",\r\n                        \"QuestionId\": 38,\r\n                        \"Id\": 35,\r\n                        \"LangId\": 0\r\n                    },\r\n                    \"percent\": 0.0,\r\n                    \"count\": 0\r\n                },\r\n                {\r\n                    \"vg\": {\r\n                        \"Name\": \"جوان\",\r\n                        \"QuestionId\": 38,\r\n                        \"Id\": 36,\r\n                        \"LangId\": 0\r\n                    },\r\n                    \"percent\": 0.0,\r\n                    \"count\": 0\r\n                },\r\n                {\r\n                    \"vg\": {\r\n                        \"Name\": \"نوجوان\",\r\n                        \"QuestionId\": 38,\r\n                        \"Id\": 37,\r\n                        \"LangId\": 0\r\n                    },\r\n                    \"percent\": 0.0,\r\n                    \"count\": 0\r\n                },\r\n                {\r\n                    \"vg\": {\r\n                        \"Name\": \"بزرگ سال\",\r\n                        \"QuestionId\": 38,\r\n                        \"Id\": 38,\r\n                        \"LangId\": 0\r\n                    },\r\n                    \"percent\": 0.0,\r\n                    \"count\": 0\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"percent\": 0.0,\r\n            \"count\": 0,\r\n            \"ops\": {\r\n                \"Title\": \"شیراز\",\r\n                \"Count\": 0,\r\n                \"QuestionId\": 38,\r\n                \"Id\": 102,\r\n                \"LangId\": 0\r\n            },\r\n            \"vgs\": [\r\n                {\r\n                    \"vg\": {\r\n                        \"Name\": \"کودک\",\r\n                        \"QuestionId\": 38,\r\n                        \"Id\": 35,\r\n                        \"LangId\": 0\r\n                    },\r\n                    \"percent\": 0.0,\r\n                    \"count\": 0\r\n                },\r\n                {\r\n                    \"vg\": {\r\n                        \"Name\": \"جوان\",\r\n                        \"QuestionId\": 38,\r\n                        \"Id\": 36,\r\n                        \"LangId\": 0\r\n                    },\r\n                    \"percent\": 0.0,\r\n                    \"count\": 0\r\n                },\r\n                {\r\n                    \"vg\": {\r\n                        \"Name\": \"نوجوان\",\r\n                        \"QuestionId\": 38,\r\n                        \"Id\": 37,\r\n                        \"LangId\": 0\r\n                    },\r\n                    \"percent\": 0.0,\r\n                    \"count\": 0\r\n                },\r\n                {\r\n                    \"vg\": {\r\n                        \"Name\": \"بزرگ سال\",\r\n                        \"QuestionId\": 38,\r\n                        \"Id\": 38,\r\n                        \"LangId\": 0\r\n                    },\r\n                    \"percent\": 0.0,\r\n                    \"count\": 0\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"percent\": 0.0,\r\n            \"count\": 0,\r\n            \"ops\": {\r\n                \"Title\": \"اصفهان\",\r\n                \"Count\": 0,\r\n                \"QuestionId\": 38,\r\n                \"Id\": 103,\r\n                \"LangId\": 0\r\n            },\r\n            \"vgs\": [\r\n                {\r\n                    \"vg\": {\r\n                        \"Name\": \"کودک\",\r\n                        \"QuestionId\": 38,\r\n                        \"Id\": 35,\r\n                        \"LangId\": 0\r\n                    },\r\n                    \"percent\": 0.0,\r\n                    \"count\": 0\r\n                },\r\n                {\r\n                    \"vg\": {\r\n                        \"Name\": \"جوان\",\r\n                        \"QuestionId\": 38,\r\n                        \"Id\": 36,\r\n                        \"LangId\": 0\r\n                    },\r\n                    \"percent\": 0.0,\r\n                    \"count\": 0\r\n                },\r\n                {\r\n                    \"vg\": {\r\n                        \"Name\": \"نوجوان\",\r\n                        \"QuestionId\": 38,\r\n                        \"Id\": 37,\r\n                        \"LangId\": 0\r\n                    },\r\n                    \"percent\": 0.0,\r\n                    \"count\": 0\r\n                },\r\n                {\r\n                    \"vg\": {\r\n                        \"Name\": \"بزرگ سال\",\r\n                        \"QuestionId\": 38,\r\n                        \"Id\": 38,\r\n                        \"LangId\": 0\r\n                    },\r\n                    \"percent\": 0.0,\r\n                    \"count\": 0\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"percent\": 0.0,\r\n            \"count\": 0,\r\n            \"ops\": {\r\n                \"Title\": \"قم\",\r\n                \"Count\": 0,\r\n                \"QuestionId\": 38,\r\n                \"Id\": 104,\r\n                \"LangId\": 0\r\n            },\r\n            \"vgs\": [\r\n                {\r\n                    \"vg\": {\r\n                        \"Name\": \"کودک\",\r\n                        \"QuestionId\": 38,\r\n                        \"Id\": 35,\r\n                        \"LangId\": 0\r\n                    },\r\n                    \"percent\": 0.0,\r\n                    \"count\": 0\r\n                },\r\n                {\r\n                    \"vg\": {\r\n                        \"Name\": \"جوان\",\r\n                        \"QuestionId\": 38,\r\n                        \"Id\": 36,\r\n                        \"LangId\": 0\r\n                    },\r\n                    \"percent\": 0.0,\r\n                    \"count\": 0\r\n                },\r\n                {\r\n                    \"vg\": {\r\n                        \"Name\": \"نوجوان\",\r\n                        \"QuestionId\": 38,\r\n                        \"Id\": 37,\r\n                        \"LangId\": 0\r\n                    },\r\n                    \"percent\": 0.0,\r\n                    \"count\": 0\r\n                },\r\n                {\r\n                    \"vg\": {\r\n                        \"Name\": \"بزرگ سال\",\r\n                        \"QuestionId\": 38,\r\n                        \"Id\": 38,\r\n                        \"LangId\": 0\r\n                    },\r\n                    \"percent\": 0.0,\r\n                    \"count\": 0\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}"},{"id":"1e924eb6-eaf5-4207-94cd-2aa6e1f70ce7","name":"ELSE","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":"https://api.example.com/api/question/stat3"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[]"}],"_postman_id":"edb474e1-5300-4f9c-be7a-17be0342eee3"},{"name":"Vote","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"2c565740-d597-440f-a817-705b3dfbc284"}}],"id":"abe0fc38-d6cc-4d54-bf39-74dc08b0d593","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"oid\": 101, // option id   * required\r\n    \"gid\": 35, // group id \r\n    \"msg\": \"Dolor saepe voluptatem illo amet sit sint ad aut doloribus. Deleniti ut velit sit iste ut quas voluptatem inventore. Soluta aliquam corrupti aut at. Necessitatibus sed ut quidem est qui ea. Dolores sit sit dignissimos voluptatem aut architecto placeat amet quo.\" // message for vote\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/question/[id]}/vote","description":"<p>vote poll</p>\n","urlObject":{"path":["api","question","[id]}","vote"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"7114348a-bf4a-4346-9f85-dac75e913eb3","name":"OK","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"oid\": 101, // option id   * required\r\n    \"gid\": 35, // group id \r\n    \"msg\": \"Fugiat nam veritatis quas et a cupiditate sed ut quis. Nisi ratione in est tenetur ab. Facilis cumque dolor quidem earum nulla ea iure.\" // message for vote\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/question/[id]}/vote"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"6009f917-553e-4e17-997c-e27793d17511","name":"ELSE","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/question/[id]}/vote"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[]"}],"_postman_id":"abe0fc38-d6cc-4d54-bf39-74dc08b0d593"},{"name":"Voters","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"91a91f75-6e66-497d-b381-043f8ecb97f8"}}],"id":"880160e0-c5c2-469e-bdbd-458307bb108f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/question/[id]/voters","description":"<p>get voters list</p>\n","urlObject":{"path":["api","question","[id]","voters"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"626633bf-2fd8-4850-8844-6a53881ad081","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":"https://api.example.com/api/question/[id]/voters"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"OptionId\": 101,\r\n        \"Option\": {\r\n            \"Title\": \"تهران\",\r\n            \"Count\": 0,\r\n            \"QuestionId\": 38,\r\n            \"Id\": 101,\r\n            \"LangId\": 0\r\n        },\r\n        \"QuestionId\": 38,\r\n        \"VoterGroup\": {\r\n            \"Name\": \"کودک\",\r\n            \"QuestionId\": 38,\r\n            \"Id\": 35,\r\n            \"LangId\": 0\r\n        },\r\n        \"VoterGroupId\": 35,\r\n        \"Date\": \"2023-12-30T14:02:16\",\r\n        \"Description\": \"تست\",\r\n        \"UserN\": {\r\n            \"UserName\": \"09391524118\",\r\n            \"Id\": 968,\r\n            \"FirstName\": \"تست پشتیبانی\",\r\n            \"LastName\": null\r\n        },\r\n        \"Id\": 18,\r\n        \"LangId\": 0\r\n    }\r\n]"},{"id":"b6d5ac68-b719-4e96-adb0-4d519a68c540","name":"ELSE","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":"https://api.example.com/api/question/[id]/voters"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[]"}],"_postman_id":"880160e0-c5c2-469e-bdbd-458307bb108f"}],"id":"467189ca-f1e0-48c9-9de7-cedb7174891f","_postman_id":"467189ca-f1e0-48c9-9de7-cedb7174891f","description":""},{"name":"Installment","item":[{"name":"Attachment","item":[{"name":"Attachments","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"9349444c-db26-4451-8e49-c430e3201a54"}}],"id":"463ddc44-8825-4e4e-ad06-847be39f5c9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/order/[id]/attachments","description":"<p>active poll</p>\n","urlObject":{"path":["api","order","[id]","attachments"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"4530c263-dc53-450f-9742-d423ee0316ec","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":"https://api.example.com/api/order/[id]/attachments"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"Name\": \"Test\",\r\n        \"File\": null,\r\n        \"AdminDescription\": null,\r\n        \"RejectReason\": null,\r\n        \"CustomerDescription\": \"Test Document\",\r\n        \"Status\": 0,\r\n        \"ReviewDate\": null,\r\n        \"OrderId\": 2065206,\r\n        \"Date\": \"2022-10-31T11:10:04\",\r\n        \"InstallmentRequirementId\": null,\r\n        \"OperatorId\": null,\r\n        \"Id\": 4686,\r\n        \"LangId\": 0\r\n    },\r\n    {\r\n        \"Name\": \"Test\",\r\n        \"File\": \"/UserFiles/livegallery4/Images/Logo/202104101151421156.png\",\r\n        \"AdminDescription\": null,\r\n        \"RejectReason\": null,\r\n        \"CustomerDescription\": \"Test Document\",\r\n        \"Status\": 0,\r\n        \"ReviewDate\": null,\r\n        \"OrderId\": 2065206,\r\n        \"Date\": \"2022-10-31T11:10:39\",\r\n        \"InstallmentRequirementId\": null,\r\n        \"OperatorId\": null,\r\n        \"Id\": 4687,\r\n        \"LangId\": 0\r\n    },\r\n    {\r\n        \"Name\": \"Test\",\r\n        \"File\": null,\r\n        \"AdminDescription\": null,\r\n        \"RejectReason\": null,\r\n        \"CustomerDescription\": \"Test Document\",\r\n        \"Status\": 0,\r\n        \"ReviewDate\": null,\r\n        \"OrderId\": 2065206,\r\n        \"Date\": \"2022-10-31T11:12:38\",\r\n        \"InstallmentRequirementId\": null,\r\n        \"OperatorId\": null,\r\n        \"Id\": 4688,\r\n        \"LangId\": 0\r\n    },\r\n    {\r\n        \"Name\": \"Test\",\r\n        \"File\": \"/UserFiles/livegallery4/Images/Logo/202104101151421156.png\",\r\n        \"AdminDescription\": null,\r\n        \"RejectReason\": null,\r\n        \"CustomerDescription\": \"Test Document\",\r\n        \"Status\": 0,\r\n        \"ReviewDate\": null,\r\n        \"OrderId\": 2065206,\r\n        \"Date\": \"2022-10-31T11:28:05\",\r\n        \"InstallmentRequirementId\": null,\r\n        \"OperatorId\": null,\r\n        \"Id\": 4693,\r\n        \"LangId\": 0\r\n    }\r\n]"},{"id":"ee0f80da-0c5d-403d-a90b-026a688b9318","name":"ELSE","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":"https://api.example.com/api/order/[id]/attachments"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[]"}],"_postman_id":"463ddc44-8825-4e4e-ad06-847be39f5c9d"},{"name":"Attachments","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"513cfbae-16f7-4c8b-b77e-daa6312ef156"}}],"id":"c1932514-e1fd-4f53-b387-517796426a1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"List\": [\r\n        {\r\n            \"Name\": \"sample string 1\",\r\n            \"File\": \"sample string 2\",\r\n            \"CustomerDescription\": \"sample string 5\",\r\n            \"OrderId\": [id],\r\n            \"InstallmentRequirementId\": [Id]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/order/[id]/attachments","description":"<p>active poll</p>\n","urlObject":{"path":["api","order","[id]","attachments"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"0c37fc27-0e44-4dbb-9122-42055e30ad5c","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":"https://api.example.com/api/order/[id]/attachments"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c1932514-e1fd-4f53-b387-517796426a1a"},{"name":"Requirements","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"263da91d-f9ab-4a1d-b297-15bc1f549719"}}],"id":"68c37792-5a1d-40e3-b983-116ab0c5c852","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/installmentscheme/[Id]/requirements","description":"<p>active poll</p>\n","urlObject":{"path":["api","installmentscheme","[Id]","requirements"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"73838527-886c-4829-b680-6970f5926c8f","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":"https://api.example.com/api/installmentscheme/[Id]/requirements"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"SchemeId\": 9,\r\n        \"Name\": \"کارت ملی\",\r\n        \"Description\": \"\",\r\n        \"OperatorIds\": [\r\n            90977\r\n        ],\r\n        \"Uploaders\": [\r\n            1,\r\n            2\r\n        ],\r\n        \"Id\": 19,\r\n        \"LangId\": 0\r\n    }\r\n]"},{"id":"18efcb2a-27de-448a-a914-6fee2ce407ba","name":"ELSE","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":"https://api.example.com/api/installmentscheme/[Id]/requirements"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[]"}],"_postman_id":"68c37792-5a1d-40e3-b983-116ab0c5c852"}],"id":"f2011b0e-aade-428d-a32c-0410f7269774","_postman_id":"f2011b0e-aade-428d-a32c-0410f7269774","description":""},{"name":"Scheme","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"7eaf74c2-2e99-4e57-8c9a-3aafac1b64a1"}}],"id":"91940130-8769-4631-9ce3-18dbf2d283fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"},{"key":"authorization","value":"{authorization}","type":"text"},{"key":"x-visitor-id","value":"{visitor-id}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/installmentscheme?$filter=Id eq [Id]","description":"<p>active poll</p>\n","urlObject":{"path":["api","installmentscheme"],"host":["https://api.example.com"],"query":[{"key":"$filter","value":"Id eq [Id]"}],"variable":[]}},"response":[{"id":"ac364237-cc2a-46bd-a767-48cb3e0aa1fe","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":{"raw":"https://api.example.com/api/installmentscheme?$filter=Id eq [Id]","host":["https://api.example.com"],"path":["api","installmentscheme"],"query":[{"key":"$filter","value":"Id eq [Id]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"Commissions\": [\r\n            {\r\n                \"SchemeId\": 9,\r\n                \"Number\": 36,\r\n                \"Commission\": 2.00,\r\n                \"Commission2\": 0.00,\r\n                \"IsActive\": true,\r\n                \"Id\": 87,\r\n                \"LangId\": 0\r\n            }\r\n        ],\r\n        \"CreditPortal\": {\r\n            \"Portal\": {\r\n                \"Restrictions\": [],\r\n                \"Type\": 0,\r\n                \"Code\": null,\r\n                \"BankInfo\": {\r\n                    \"ScriptId\": \"bmi.ir\",\r\n                    \"Name\": \"بانک ملی\",\r\n                    \"PicLink\": \"data/upload/admin/bankportal/a6cc0830a02ffcf4fc088173b20aca481483603702.jpg\"\r\n                },\r\n                \"BankPortal\": null,\r\n                \"InvoiceType\": \"0,1,2\",\r\n                \"BankPortalId\": 1009,\r\n                \"TerminalId\": \"24000624\",\r\n                \"CallBackUrl\": null,\r\n                \"Other\": \"{\\\"Decimal\\\":0,\\\"Contributions\\\":[]}\",\r\n                \"UserName\": \"000000140215276\",\r\n                \"Password\": \"Mszy9ZkRnA337SCRc5r1kbkRrtKzrJxa\",\r\n                \"ApiKey\": null,\r\n                \"IsActive\": true,\r\n                \"CerLink\": null,\r\n                \"CurrencyUnit\": 1,\r\n                \"Exchange\": 10.00,\r\n                \"ConvertType\": null,\r\n                \"Round\": 0,\r\n                \"CommissionPercent\": 0.00,\r\n                \"CurrencyName\": null,\r\n                \"Id\": 5588,\r\n                \"LangId\": 0\r\n            },\r\n            \"Name\": \"مشاور\",\r\n            \"Description\": \"\",\r\n            \"PortalId\": 5588,\r\n            \"Id\": 4,\r\n            \"LangId\": 0\r\n        },\r\n        \"Financial\": {\r\n            \"Name\": \"اقساطی\",\r\n            \"Description\": \"\",\r\n            \"Type\": 0,\r\n            \"Id\": 4,\r\n            \"LangId\": 0\r\n        },\r\n        \"Formula\": {\r\n            \"Name\": \"اقساطی\",\r\n            \"Description\": \"\",\r\n            \"Type\": 1,\r\n            \"Id\": 8,\r\n            \"LangId\": 0\r\n        },\r\n        \"Name\": \"اقساطی\",\r\n        \"Description\": \"\",\r\n        \"IsActive\": true,\r\n        \"FinancialId\": 4,\r\n        \"CreditPortalId\": 4,\r\n        \"FormulaId\": 8,\r\n        \"CashPercent\": 0.00,\r\n        \"KipaVar\": {\r\n            \"D2\": 10.00,\r\n            \"H10\": 12.00,\r\n            \"RoundAmount\": 5\r\n        },\r\n        \"OrderStatus\": null,\r\n        \"PayLater\": false,\r\n        \"CommissionLabel\": \"\",\r\n        \"CostLabel\": \"\",\r\n        \"HideBox\": false,\r\n        \"ShowPortals\": false,\r\n        \"RejectReasons\": [],\r\n        \"Id\": 9,\r\n        \"LangId\": 0\r\n    }\r\n]"},{"id":"b26c8b49-6757-4c8e-9659-9edbefefed02","name":"ELSE","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"},{"key":"authorization","value":"","type":"text"}],"url":{"raw":"https://api.example.com/api/installmentscheme?$filter=Id eq [Id]","host":["https://api.example.com"],"path":["api","installmentscheme"],"query":[{"key":"$filter","value":"Id eq [Id]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[]"}],"_postman_id":"91940130-8769-4631-9ce3-18dbf2d283fa"}],"id":"9519fd70-26fc-4962-8c46-f0ec1820e412","description":"<p>ins in <a href=\"#0a878ad8-4544-4ffd-8a83-5c5c9f62713c\">Things</a></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n   \"ins\":[\n      {\n         \"Id\":12,\n         \"Name\":\"test\",\n         \"Description\":\"asdf\"\n      }\n   ]\n}\n\n</code></pre>\n","_postman_id":"9519fd70-26fc-4962-8c46-f0ec1820e412"}],"id":"ea3ef372-9c9d-43dd-8174-a3b6429f6d3e","description":"<p>theme area</p>\n","_postman_id":"ea3ef372-9c9d-43dd-8174-a3b6429f6d3e"},{"name":"Admin","item":[{"name":"Shared","item":[{"name":"UserLogin","id":"3d718fa1-fe23-4ac2-9c8c-23439128b431","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"{username}\",\r\n    \"password\": \"{password}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/user/login","urlObject":{"path":["user","login"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"7855e843-9299-4682-85c3-975ba28403d1","name":"OK","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"{username}\",\r\n    \"password\": \"{password}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/user/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":".AspNet.ApplicationCookie=OkDdz5uMaraRHP8qmEnRBjQHzaS6qn283s8qN60pA0xcX_1PsT_BBtqPttu7j6w9ALrUPso3htUcUb7j7AngFJrJYvzh93Wt-epSR8Ef1Hzn9_PQWJxPeo_1XBB3AQzJx-TsuwNJFYbC3cRgg5wRjg6WfqR3uj0Yt733g6FBVA92rOziZ7f77OF0mbJsY2f7bFO7PuuHCCYbtCfBdG0PA6oE3CZ76BInrUsrqyYpMbV1iDcPccI5_C13guAdSVt5TB3MMc9MrY3tuSkjt9hKYgQX7lZBXXPbpYjJkpa0o9EBuTr38Nl0j3J7x-Kq415vCJ6k5t0ULYOk8gqOpOJcQCnlvek6dB6qO9x48EEMmahr-ZdAkxeBAcnFDeKb6-SAACcrVMGLcD-nlpzC6thhHIKF8Gbe_bQI10e8aQyVgOCLgu-hZqW063_iGPHMuWjx5xkphvnejOASkYerrxYp4J4g4uDxRUcbRip3t9zv8d4lE6Fg-UxYPYBwgdsQxVE-rWpcVrWuy1Ek9d9vUyholMagEH6jWfdi1pM2x03pyrE847Yy; path=/; expires=Sun, 20-Apr-2025 11:55:09 GMT; secure","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": 36342,\n    \"Status\": 0,\n    \"expireDay\": 1153.5108385104722\n}"},{"id":"22af9344-132b-42f9-882a-30bb48c8ce95","name":"BadData","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"{username}\",\r\n    \"password\": \"{password}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/customer/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"result\": 0\n}"},{"id":"cf79cfe9-c4b3-44d9-9b87-96b283628c34","name":"Error","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"{username}\",\r\n    \"password\": \"{password}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/customer/login"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"html","header":[],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html>\n    <head>\n        <title>Configuration Error</title>\n        <meta name=\"viewport\" content=\"width=device-width\" />\n        <style>\n\t\tbody {\n\t\t\tfont-family: \"Verdana\";\n\t\t\tfont-weight: normal;\n\t\t\tfont-size: .7em;\n\t\t\tcolor: black;\n\t\t}\n\n\t\tp {\n\t\t\tfont-family: \"Verdana\";\n\t\t\tfont-weight: normal;\n\t\t\tcolor: black;\n\t\t\tmargin-top: -5px\n\t\t}\n\n\t\tb {\n\t\t\tfont-family: \"Verdana\";\n\t\t\tfont-weight: bold;\n\t\t\tcolor: black;\n\t\t\tmargin-top: -5px\n\t\t}\n\n\t\tH1 {\n\t\t\tfont-family: \"Verdana\";\n\t\t\tfont-weight: normal;\n\t\t\tfont-size: 18pt;\n\t\t\tcolor: red\n\t\t}\n\n\t\tH2 {\n\t\t\tfont-family: \"Verdana\";\n\t\t\tfont-weight: normal;\n\t\t\tfont-size: 14pt;\n\t\t\tcolor: maroon\n\t\t}\n\n\t\tpre {\n\t\t\tfont-family: \"Consolas\", \"Lucida Console\", Monospace;\n\t\t\tfont-size: 11pt;\n\t\t\tmargin: 0;\n\t\t\tpadding: 0.5em;\n\t\t\tline-height: 14pt\n\t\t}\n\n\t\t.marker {\n\t\t\tfont-weight: bold;\n\t\t\tcolor: black;\n\t\t\ttext-decoration: none;\n\t\t}\n\n\t\t.version {\n\t\t\tcolor: gray;\n\t\t}\n\n\t\t.error {\n\t\t\tmargin-bottom: 10px;\n\t\t}\n\n\t\t.expandable {\n\t\t\ttext-decoration: underline;\n\t\t\tfont-weight: bold;\n\t\t\tcolor: navy;\n\t\t\tcursor: hand;\n\t\t}\n\n\t\t@media screen and (max-width: 639px) {\n\t\t\tpre {\n\t\t\t\twidth: 440px;\n\t\t\t\toverflow: auto;\n\t\t\t\twhite-space: pre-wrap;\n\t\t\t\tword-wrap: break-word;\n\t\t\t}\n\t\t}\n\n\t\t@media screen and (max-width: 479px) {\n\t\t\tpre {\n\t\t\t\twidth: 280px;\n\t\t\t}\n\t\t}\n\t</style>\n    </head>\n    <body bgcolor=\"white\">\n        <span>\n            <H1>Server Error in '/' Application.\n                <hr width=100% size=1 color=silver>\n            </H1>\n            <h2>\n                <i>Configuration Error</i>\n            </h2>\n        </span>\n        <font face=\"Arial, Helvetica, Geneva, SunSans-Regular, sans-serif \">\n            <b> Description: </b>An error occurred during the processing of a configuration file required to service this\n\t\trequest. Please review the specific error details below and modify your configuration file appropriately.\n            <br>\n            <br>\n            <b> Parser Error Message: </b>The value of the property 'mode' cannot be parsed. The error is: The enumeration\n\t\tvalue must be one of the following: RemoteOnly, On, Off.\n            <br>\n            <br>\n            <b>Source Error:</b>\n            <br>\n            <br>\n            <table width=100% bgcolor=\"#ffffcc\">\n                <tr>\n                    <td>\n                        <code>\n                            <pre>\n\nLine 53:   &lt;/appSettings&gt;\nLine 54:   &lt;system.web&gt;\n\n                                <font color=red>Line 55:     &lt;customErrors mode=&quot;on&quot;/&gt;\n</font>Line 56:   &lt;authentication mode=&quot;None&quot;/&gt;\nLine 57:     &lt;compilation targetFramework=&quot;4.7.2&quot;&gt;\n                            </pre>\n                        </code>\n                    </td>\n                </tr>\n            </table>\n            <br>\n            <b> Source File: </b> C:\\wwwroot\\api.smx.live\\web.config\n            <b> &nbsp;&nbsp; Line: </b> 55\n            <br>\n            <br>\n            <hr width=100% size=1 color=silver>\n            <b>Version Information:</b>&nbsp;Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.7.3535.0\n        </font>\n    </body>\n</html>\n<!-- \n[ConfigurationErrorsException]: The value of the property &#39;mode&#39; cannot be parsed. The error is: The enumeration value must be one of the following: RemoteOnly, On, Off. (C:\\wwwroot\\api.smx.live\\web.config line 55)\n   at System.Configuration.BaseConfigurationRecord.EvaluateOne(String[] keys, SectionInput input, Boolean isTrusted, FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult)\n   at System.Configuration.BaseConfigurationRecord.Evaluate(FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult, Boolean getLkg, Boolean getRuntimeObject, Object& result, Object& resultRuntimeObject)\n   at System.Configuration.BaseConfigurationRecord.GetSectionRecursive(String configKey, Boolean getLkg, Boolean checkPermission, Boolean getRuntimeObject, Boolean requestIsHere, Object& result, Object& resultRuntimeObject)\n   at System.Configuration.BaseConfigurationRecord.GetSection(String configKey)\n   at System.Web.Configuration.RuntimeConfig.GetSectionObject(String sectionName)\n   at System.Web.Configuration.RuntimeConfig.GetSection(String sectionName, Type type, ResultsIndex index)\n   at System.Web.Configuration.RuntimeConfig.get_CustomErrors()\n   at System.Web.Configuration.CustomErrorsSection.GetSettings(HttpContext context, Boolean canThrow)\n   at System.Web.HttpResponse.ReportRuntimeError(Exception e, Boolean canThrow, Boolean localExecute)\n   at System.Web.HttpContext.ReportRuntimeErrorIfExists(RequestNotificationStatus& status)\n-->"}],"_postman_id":"3d718fa1-fe23-4ac2-9c8c-23439128b431"},{"name":"OperatorLogin","id":"d8e9924c-3598-4f3b-ac22-4492caf1f367","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"{username}\",\r\n    \"password\": \"{password}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/user/operatorlogin","urlObject":{"path":["user","operatorlogin"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"510b9f60-6c82-4aa9-a19f-4ddaa877348d","name":"OK","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"{username}\",\r\n    \"password\": \"{password}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/user/operatorlogin"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":".AspNet.ApplicationCookie=OkDdz5uMaraRHP8qmEnRBjQHzaS6qn283s8qN60pA0xcX_1PsT_BBtqPttu7j6w9ALrUPso3htUcUb7j7AngFJrJYvzh93Wt-epSR8Ef1Hzn9_PQWJxPeo_1XBB3AQzJx-TsuwNJFYbC3cRgg5wRjg6WfqR3uj0Yt733g6FBVA92rOziZ7f77OF0mbJsY2f7bFO7PuuHCCYbtCfBdG0PA6oE3CZ76BInrUsrqyYpMbV1iDcPccI5_C13guAdSVt5TB3MMc9MrY3tuSkjt9hKYgQX7lZBXXPbpYjJkpa0o9EBuTr38Nl0j3J7x-Kq415vCJ6k5t0ULYOk8gqOpOJcQCnlvek6dB6qO9x48EEMmahr-ZdAkxeBAcnFDeKb6-SAACcrVMGLcD-nlpzC6thhHIKF8Gbe_bQI10e8aQyVgOCLgu-hZqW063_iGPHMuWjx5xkphvnejOASkYerrxYp4J4g4uDxRUcbRip3t9zv8d4lE6Fg-UxYPYBwgdsQxVE-rWpcVrWuy1Ek9d9vUyholMagEH6jWfdi1pM2x03pyrE847Yy; path=/; expires=Sun, 20-Apr-2025 11:55:09 GMT; secure","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": 90977,\n    \"Status\": 0,\n    \"Deactive\": false,\n    \"expireDay\": 1153.4148322246226,\n    \"DistributionCompanyId\": null,\n    \"CreditCenter\": false,\n    \"Depot\": false\n}"},{"id":"fb17fd84-7c4f-43bd-9d0f-e33166b41a03","name":"BadData","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"{username}\",\r\n    \"password\": \"{password}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/user/operatorlogin"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"result\": 0\n}"},{"id":"b21535f0-cb2d-4a1d-9f98-8b9464eff971","name":"Error","originalRequest":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"{username}\",\r\n    \"password\": \"{password}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/user/operatorlogin"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"html","header":[],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html>\n    <head>\n        <title>Configuration Error</title>\n        <meta name=\"viewport\" content=\"width=device-width\" />\n        <style>\n\t\tbody {\n\t\t\tfont-family: \"Verdana\";\n\t\t\tfont-weight: normal;\n\t\t\tfont-size: .7em;\n\t\t\tcolor: black;\n\t\t}\n\n\t\tp {\n\t\t\tfont-family: \"Verdana\";\n\t\t\tfont-weight: normal;\n\t\t\tcolor: black;\n\t\t\tmargin-top: -5px\n\t\t}\n\n\t\tb {\n\t\t\tfont-family: \"Verdana\";\n\t\t\tfont-weight: bold;\n\t\t\tcolor: black;\n\t\t\tmargin-top: -5px\n\t\t}\n\n\t\tH1 {\n\t\t\tfont-family: \"Verdana\";\n\t\t\tfont-weight: normal;\n\t\t\tfont-size: 18pt;\n\t\t\tcolor: red\n\t\t}\n\n\t\tH2 {\n\t\t\tfont-family: \"Verdana\";\n\t\t\tfont-weight: normal;\n\t\t\tfont-size: 14pt;\n\t\t\tcolor: maroon\n\t\t}\n\n\t\tpre {\n\t\t\tfont-family: \"Consolas\", \"Lucida Console\", Monospace;\n\t\t\tfont-size: 11pt;\n\t\t\tmargin: 0;\n\t\t\tpadding: 0.5em;\n\t\t\tline-height: 14pt\n\t\t}\n\n\t\t.marker {\n\t\t\tfont-weight: bold;\n\t\t\tcolor: black;\n\t\t\ttext-decoration: none;\n\t\t}\n\n\t\t.version {\n\t\t\tcolor: gray;\n\t\t}\n\n\t\t.error {\n\t\t\tmargin-bottom: 10px;\n\t\t}\n\n\t\t.expandable {\n\t\t\ttext-decoration: underline;\n\t\t\tfont-weight: bold;\n\t\t\tcolor: navy;\n\t\t\tcursor: hand;\n\t\t}\n\n\t\t@media screen and (max-width: 639px) {\n\t\t\tpre {\n\t\t\t\twidth: 440px;\n\t\t\t\toverflow: auto;\n\t\t\t\twhite-space: pre-wrap;\n\t\t\t\tword-wrap: break-word;\n\t\t\t}\n\t\t}\n\n\t\t@media screen and (max-width: 479px) {\n\t\t\tpre {\n\t\t\t\twidth: 280px;\n\t\t\t}\n\t\t}\n\t</style>\n    </head>\n    <body bgcolor=\"white\">\n        <span>\n            <H1>Server Error in '/' Application.\n                <hr width=100% size=1 color=silver>\n            </H1>\n            <h2>\n                <i>Configuration Error</i>\n            </h2>\n        </span>\n        <font face=\"Arial, Helvetica, Geneva, SunSans-Regular, sans-serif \">\n            <b> Description: </b>An error occurred during the processing of a configuration file required to service this\n\t\trequest. Please review the specific error details below and modify your configuration file appropriately.\n            <br>\n            <br>\n            <b> Parser Error Message: </b>The value of the property 'mode' cannot be parsed. The error is: The enumeration\n\t\tvalue must be one of the following: RemoteOnly, On, Off.\n            <br>\n            <br>\n            <b>Source Error:</b>\n            <br>\n            <br>\n            <table width=100% bgcolor=\"#ffffcc\">\n                <tr>\n                    <td>\n                        <code>\n                            <pre>\n\nLine 53:   &lt;/appSettings&gt;\nLine 54:   &lt;system.web&gt;\n\n                                <font color=red>Line 55:     &lt;customErrors mode=&quot;on&quot;/&gt;\n</font>Line 56:   &lt;authentication mode=&quot;None&quot;/&gt;\nLine 57:     &lt;compilation targetFramework=&quot;4.7.2&quot;&gt;\n                            </pre>\n                        </code>\n                    </td>\n                </tr>\n            </table>\n            <br>\n            <b> Source File: </b> C:\\wwwroot\\api.smx.live\\web.config\n            <b> &nbsp;&nbsp; Line: </b> 55\n            <br>\n            <br>\n            <hr width=100% size=1 color=silver>\n            <b>Version Information:</b>&nbsp;Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.7.3535.0\n        </font>\n    </body>\n</html>\n<!-- \n[ConfigurationErrorsException]: The value of the property &#39;mode&#39; cannot be parsed. The error is: The enumeration value must be one of the following: RemoteOnly, On, Off. (C:\\wwwroot\\api.smx.live\\web.config line 55)\n   at System.Configuration.BaseConfigurationRecord.EvaluateOne(String[] keys, SectionInput input, Boolean isTrusted, FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult)\n   at System.Configuration.BaseConfigurationRecord.Evaluate(FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult, Boolean getLkg, Boolean getRuntimeObject, Object& result, Object& resultRuntimeObject)\n   at System.Configuration.BaseConfigurationRecord.GetSectionRecursive(String configKey, Boolean getLkg, Boolean checkPermission, Boolean getRuntimeObject, Boolean requestIsHere, Object& result, Object& resultRuntimeObject)\n   at System.Configuration.BaseConfigurationRecord.GetSection(String configKey)\n   at System.Web.Configuration.RuntimeConfig.GetSectionObject(String sectionName)\n   at System.Web.Configuration.RuntimeConfig.GetSection(String sectionName, Type type, ResultsIndex index)\n   at System.Web.Configuration.RuntimeConfig.get_CustomErrors()\n   at System.Web.Configuration.CustomErrorsSection.GetSettings(HttpContext context, Boolean canThrow)\n   at System.Web.HttpResponse.ReportRuntimeError(Exception e, Boolean canThrow, Boolean localExecute)\n   at System.Web.HttpContext.ReportRuntimeErrorIfExists(RequestNotificationStatus& status)\n-->"}],"_postman_id":"d8e9924c-3598-4f3b-ac22-4492caf1f367"}],"id":"ca88130d-d14f-4c23-ba82-6cec89e7214c","description":"<p>shared area</p>\n","_postman_id":"ca88130d-d14f-4c23-ba82-6cec89e7214c"},{"name":"Order","item":[{"name":"ChangeStatus","id":"6f7e8e2b-7856-4105-ae5a-fcbcf3fad11d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Status\": 1, // new status\r\n    \"SellerDescription\": \"\" // description saves in logs\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/v3/Order/[id]/changeStatus","description":"<p>change order status</p>\n<p>error Handling:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Message</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>200</td>\n<td>OK</td>\n</tr>\n<tr>\n<td>404</td>\n<td>Order not found</td>\n</tr>\n<tr>\n<td>400</td>\n<td>Bad Request</td>\n</tr>\n<tr>\n<td>500.x</td>\n<td>Unhandled error</td>\n</tr>\n</tbody>\n</table>\n</div><p>400 error codes:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code</strong></th>\n<th><strong>Message</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1000</td>\n<td>First, complete the supply section</td>\n</tr>\n<tr>\n<td>1001</td>\n<td>One or more items in the shopping cart do not have the requested quantity:  <br />There is a list of desired products in the error field</td>\n</tr>\n<tr>\n<td>1002</td>\n<td>The gift is not valid:  <br />Gift inventory is over  <br />The allowed frequency of gift has ended  <br />The gift has been removed</td>\n</tr>\n<tr>\n<td>1003</td>\n<td>Insufficient wallet balance</td>\n</tr>\n<tr>\n<td>1012</td>\n<td>There is not enough access</td>\n</tr>\n<tr>\n<td>102</td>\n<td>Not all suppliers have confirmed the order referral</td>\n</tr>\n<tr>\n<td>103</td>\n<td>The order has not been approved by the credit center operator</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v3","Order","[id]","changeStatus"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"dfce9927-63a2-4ccb-aa14-22bef21c03ec","name":"OK","originalRequest":{"method":"PUT","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Status\": 1,\r\n    \"SellerDescription\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/v3/Order/[id]/changeStatus"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":".AspNet.ApplicationCookie=OkDdz5uMaraRHP8qmEnRBjQHzaS6qn283s8qN60pA0xcX_1PsT_BBtqPttu7j6w9ALrUPso3htUcUb7j7AngFJrJYvzh93Wt-epSR8Ef1Hzn9_PQWJxPeo_1XBB3AQzJx-TsuwNJFYbC3cRgg5wRjg6WfqR3uj0Yt733g6FBVA92rOziZ7f77OF0mbJsY2f7bFO7PuuHCCYbtCfBdG0PA6oE3CZ76BInrUsrqyYpMbV1iDcPccI5_C13guAdSVt5TB3MMc9MrY3tuSkjt9hKYgQX7lZBXXPbpYjJkpa0o9EBuTr38Nl0j3J7x-Kq415vCJ6k5t0ULYOk8gqOpOJcQCnlvek6dB6qO9x48EEMmahr-ZdAkxeBAcnFDeKb6-SAACcrVMGLcD-nlpzC6thhHIKF8Gbe_bQI10e8aQyVgOCLgu-hZqW063_iGPHMuWjx5xkphvnejOASkYerrxYp4J4g4uDxRUcbRip3t9zv8d4lE6Fg-UxYPYBwgdsQxVE-rWpcVrWuy1Ek9d9vUyholMagEH6jWfdi1pM2x03pyrE847Yy; path=/; expires=Sun, 20-Apr-2025 11:55:09 GMT; secure","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"errors\": [],\r\n    \"succeed\": true\r\n}"},{"id":"155d5627-d03b-45c8-bf1d-87596314c706","name":"NotFound","originalRequest":{"method":"PUT","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Status\": 1,\r\n    \"SellerDescription\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/v3/Order/[id]/changeStatus"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":".AspNet.ApplicationCookie=OkDdz5uMaraRHP8qmEnRBjQHzaS6qn283s8qN60pA0xcX_1PsT_BBtqPttu7j6w9ALrUPso3htUcUb7j7AngFJrJYvzh93Wt-epSR8Ef1Hzn9_PQWJxPeo_1XBB3AQzJx-TsuwNJFYbC3cRgg5wRjg6WfqR3uj0Yt733g6FBVA92rOziZ7f77OF0mbJsY2f7bFO7PuuHCCYbtCfBdG0PA6oE3CZ76BInrUsrqyYpMbV1iDcPccI5_C13guAdSVt5TB3MMc9MrY3tuSkjt9hKYgQX7lZBXXPbpYjJkpa0o9EBuTr38Nl0j3J7x-Kq415vCJ6k5t0ULYOk8gqOpOJcQCnlvek6dB6qO9x48EEMmahr-ZdAkxeBAcnFDeKb6-SAACcrVMGLcD-nlpzC6thhHIKF8Gbe_bQI10e8aQyVgOCLgu-hZqW063_iGPHMuWjx5xkphvnejOASkYerrxYp4J4g4uDxRUcbRip3t9zv8d4lE6Fg-UxYPYBwgdsQxVE-rWpcVrWuy1Ek9d9vUyholMagEH6jWfdi1pM2x03pyrE847Yy; path=/; expires=Sun, 20-Apr-2025 11:55:09 GMT; secure","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"errors\": [\r\n        {\r\n            \"serviceId\": 0,\r\n            \"code\": \"404\",\r\n            \"details\": \"\",\r\n            \"message\": \"not found\"\r\n        }\r\n    ],\r\n    \"succeed\": false\r\n}"},{"id":"07c3d46a-164a-421c-a950-7485f1016352","name":"BadRequest","originalRequest":{"method":"PUT","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Status\": 1,\r\n    \"SellerDescription\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/v3/Order/[id]/changeStatus"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"serviceId\": 0,\n            \"code\": \"The request field is required.\",\n            \"details\": \"request\"\n        },\n        {\n            \"serviceId\": 0,\n            \"code\": \"The JSON value could not be converted to LiveGallery.Infra.Db.Models.SalesE.OrderStatus. Path: $.Status | LineNumber: 1 | BytePositionInLine: 18.\",\n            \"details\": \"$.Status\"\n        }\n    ],\n    \"succeed\": false\n}"},{"id":"0e44fed0-f487-4b83-bf29-3829752c6082","name":"Error","originalRequest":{"method":"PUT","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Status\": 1,\r\n    \"SellerDescription\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/v3/Order/[id]/changeStatus"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"serviceId\": 0,\n            \"code\": \"The request field is required.\",\n            \"details\": \"request\"\n        },\n        {\n            \"serviceId\": 0,\n            \"code\": \"The JSON value could not be converted to LiveGallery.Infra.Db.Models.SalesE.OrderStatus. Path: $.Status | LineNumber: 1 | BytePositionInLine: 18.\",\n            \"details\": \"$.Status\"\n        }\n    ],\n    \"succeed\": false\n}"}],"_postman_id":"6f7e8e2b-7856-4105-ae5a-fcbcf3fad11d"},{"name":"ChangeOperator","id":"755fa5d6-f55f-4416-bd1a-e3f7ecc6c4c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"OperatorId\": [id], // new operator\r\n    \"Description\": \"\" // description saves in logs\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/order/[id]/operator","description":"<p>change order operator</p>\n<p>error Handling:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Message</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>200</td>\n<td>OK</td>\n</tr>\n<tr>\n<td>404</td>\n<td>Order not found</td>\n</tr>\n<tr>\n<td>500.x</td>\n<td>Unhandled error</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","order","[id]","operator"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"32369852-9a56-4e24-81de-77eba1926688","name":"OK","originalRequest":{"method":"PUT","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"OperatorId\": [id],\r\n    \"Description\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/order/[id]/operator"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":".AspNet.ApplicationCookie=OkDdz5uMaraRHP8qmEnRBjQHzaS6qn283s8qN60pA0xcX_1PsT_BBtqPttu7j6w9ALrUPso3htUcUb7j7AngFJrJYvzh93Wt-epSR8Ef1Hzn9_PQWJxPeo_1XBB3AQzJx-TsuwNJFYbC3cRgg5wRjg6WfqR3uj0Yt733g6FBVA92rOziZ7f77OF0mbJsY2f7bFO7PuuHCCYbtCfBdG0PA6oE3CZ76BInrUsrqyYpMbV1iDcPccI5_C13guAdSVt5TB3MMc9MrY3tuSkjt9hKYgQX7lZBXXPbpYjJkpa0o9EBuTr38Nl0j3J7x-Kq415vCJ6k5t0ULYOk8gqOpOJcQCnlvek6dB6qO9x48EEMmahr-ZdAkxeBAcnFDeKb6-SAACcrVMGLcD-nlpzC6thhHIKF8Gbe_bQI10e8aQyVgOCLgu-hZqW063_iGPHMuWjx5xkphvnejOASkYerrxYp4J4g4uDxRUcbRip3t9zv8d4lE6Fg-UxYPYBwgdsQxVE-rWpcVrWuy1Ek9d9vUyholMagEH6jWfdi1pM2x03pyrE847Yy; path=/; expires=Sun, 20-Apr-2025 11:55:09 GMT; secure","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":""},{"id":"e4276ee2-6cdf-4df0-b0cf-0345221bf2b1","name":"NotFound","originalRequest":{"method":"PUT","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"OperatorId\": [id],\r\n    \"Description\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/order/[id]/operator"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":".AspNet.ApplicationCookie=OkDdz5uMaraRHP8qmEnRBjQHzaS6qn283s8qN60pA0xcX_1PsT_BBtqPttu7j6w9ALrUPso3htUcUb7j7AngFJrJYvzh93Wt-epSR8Ef1Hzn9_PQWJxPeo_1XBB3AQzJx-TsuwNJFYbC3cRgg5wRjg6WfqR3uj0Yt733g6FBVA92rOziZ7f77OF0mbJsY2f7bFO7PuuHCCYbtCfBdG0PA6oE3CZ76BInrUsrqyYpMbV1iDcPccI5_C13guAdSVt5TB3MMc9MrY3tuSkjt9hKYgQX7lZBXXPbpYjJkpa0o9EBuTr38Nl0j3J7x-Kq415vCJ6k5t0ULYOk8gqOpOJcQCnlvek6dB6qO9x48EEMmahr-ZdAkxeBAcnFDeKb6-SAACcrVMGLcD-nlpzC6thhHIKF8Gbe_bQI10e8aQyVgOCLgu-hZqW063_iGPHMuWjx5xkphvnejOASkYerrxYp4J4g4uDxRUcbRip3t9zv8d4lE6Fg-UxYPYBwgdsQxVE-rWpcVrWuy1Ek9d9vUyholMagEH6jWfdi1pM2x03pyrE847Yy; path=/; expires=Sun, 20-Apr-2025 11:55:09 GMT; secure","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":""},{"id":"d772f984-3bed-4972-a48b-f4139f06ddab","name":"Error","originalRequest":{"method":"PUT","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"OperatorId\": [id],\r\n    \"Description\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/order/[id]/operator"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"html","header":[],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html>\n    <head>\n        <title>Configuration Error</title>\n        <meta name=\"viewport\" content=\"width=device-width\" />\n        <style>\n\t\tbody {\n\t\t\tfont-family: \"Verdana\";\n\t\t\tfont-weight: normal;\n\t\t\tfont-size: .7em;\n\t\t\tcolor: black;\n\t\t}\n\n\t\tp {\n\t\t\tfont-family: \"Verdana\";\n\t\t\tfont-weight: normal;\n\t\t\tcolor: black;\n\t\t\tmargin-top: -5px\n\t\t}\n\n\t\tb {\n\t\t\tfont-family: \"Verdana\";\n\t\t\tfont-weight: bold;\n\t\t\tcolor: black;\n\t\t\tmargin-top: -5px\n\t\t}\n\n\t\tH1 {\n\t\t\tfont-family: \"Verdana\";\n\t\t\tfont-weight: normal;\n\t\t\tfont-size: 18pt;\n\t\t\tcolor: red\n\t\t}\n\n\t\tH2 {\n\t\t\tfont-family: \"Verdana\";\n\t\t\tfont-weight: normal;\n\t\t\tfont-size: 14pt;\n\t\t\tcolor: maroon\n\t\t}\n\n\t\tpre {\n\t\t\tfont-family: \"Consolas\", \"Lucida Console\", Monospace;\n\t\t\tfont-size: 11pt;\n\t\t\tmargin: 0;\n\t\t\tpadding: 0.5em;\n\t\t\tline-height: 14pt\n\t\t}\n\n\t\t.marker {\n\t\t\tfont-weight: bold;\n\t\t\tcolor: black;\n\t\t\ttext-decoration: none;\n\t\t}\n\n\t\t.version {\n\t\t\tcolor: gray;\n\t\t}\n\n\t\t.error {\n\t\t\tmargin-bottom: 10px;\n\t\t}\n\n\t\t.expandable {\n\t\t\ttext-decoration: underline;\n\t\t\tfont-weight: bold;\n\t\t\tcolor: navy;\n\t\t\tcursor: hand;\n\t\t}\n\n\t\t@media screen and (max-width: 639px) {\n\t\t\tpre {\n\t\t\t\twidth: 440px;\n\t\t\t\toverflow: auto;\n\t\t\t\twhite-space: pre-wrap;\n\t\t\t\tword-wrap: break-word;\n\t\t\t}\n\t\t}\n\n\t\t@media screen and (max-width: 479px) {\n\t\t\tpre {\n\t\t\t\twidth: 280px;\n\t\t\t}\n\t\t}\n\t</style>\n    </head>\n    <body bgcolor=\"white\">\n        <span>\n            <H1>Server Error in '/' Application.\n                <hr width=100% size=1 color=silver>\n            </H1>\n            <h2>\n                <i>Configuration Error</i>\n            </h2>\n        </span>\n        <font face=\"Arial, Helvetica, Geneva, SunSans-Regular, sans-serif \">\n            <b> Description: </b>An error occurred during the processing of a configuration file required to service this\n\t\trequest. Please review the specific error details below and modify your configuration file appropriately.\n            <br>\n            <br>\n            <b> Parser Error Message: </b>The value of the property 'mode' cannot be parsed. The error is: The enumeration\n\t\tvalue must be one of the following: RemoteOnly, On, Off.\n            <br>\n            <br>\n            <b>Source Error:</b>\n            <br>\n            <br>\n            <table width=100% bgcolor=\"#ffffcc\">\n                <tr>\n                    <td>\n                        <code>\n                            <pre>\n\nLine 53:   &lt;/appSettings&gt;\nLine 54:   &lt;system.web&gt;\n\n                                <font color=red>Line 55:     &lt;customErrors mode=&quot;on&quot;/&gt;\n</font>Line 56:   &lt;authentication mode=&quot;None&quot;/&gt;\nLine 57:     &lt;compilation targetFramework=&quot;4.7.2&quot;&gt;\n                            </pre>\n                        </code>\n                    </td>\n                </tr>\n            </table>\n            <br>\n            <b> Source File: </b> C:\\wwwroot\\api.smx.live\\web.config\n            <b> &nbsp;&nbsp; Line: </b> 55\n            <br>\n            <br>\n            <hr width=100% size=1 color=silver>\n            <b>Version Information:</b>&nbsp;Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.7.3535.0\n        </font>\n    </body>\n</html>\n<!-- \n[ConfigurationErrorsException]: The value of the property &#39;mode&#39; cannot be parsed. The error is: The enumeration value must be one of the following: RemoteOnly, On, Off. (C:\\wwwroot\\api.smx.live\\web.config line 55)\n   at System.Configuration.BaseConfigurationRecord.EvaluateOne(String[] keys, SectionInput input, Boolean isTrusted, FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult)\n   at System.Configuration.BaseConfigurationRecord.Evaluate(FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult, Boolean getLkg, Boolean getRuntimeObject, Object& result, Object& resultRuntimeObject)\n   at System.Configuration.BaseConfigurationRecord.GetSectionRecursive(String configKey, Boolean getLkg, Boolean checkPermission, Boolean getRuntimeObject, Boolean requestIsHere, Object& result, Object& resultRuntimeObject)\n   at System.Configuration.BaseConfigurationRecord.GetSection(String configKey)\n   at System.Web.Configuration.RuntimeConfig.GetSectionObject(String sectionName)\n   at System.Web.Configuration.RuntimeConfig.GetSection(String sectionName, Type type, ResultsIndex index)\n   at System.Web.Configuration.RuntimeConfig.get_CustomErrors()\n   at System.Web.Configuration.CustomErrorsSection.GetSettings(HttpContext context, Boolean canThrow)\n   at System.Web.HttpResponse.ReportRuntimeError(Exception e, Boolean canThrow, Boolean localExecute)\n   at System.Web.HttpContext.ReportRuntimeErrorIfExists(RequestNotificationStatus& status)\n-->"}],"_postman_id":"755fa5d6-f55f-4416-bd1a-e3f7ecc6c4c9"},{"name":"List","id":"371d3037-af89-4dd1-ae75-4a69971ce20f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/order/filter/v2?Deleted=false&$orderby=Order/Id desc","description":"<p>orders list with filters</p>\n","urlObject":{"path":["api","order","filter","v2"],"host":["https://api.example.com"],"query":[{"key":"Deleted","value":"false"},{"disabled":true,"key":"OrderId","value":"[id]"},{"disabled":true,"description":{"content":"<p>bank track code</p>\n","type":"text/plain"},"key":"TrackingCode","value":""},{"disabled":true,"description":{"content":"<p>order status 1,2,3</p>\n","type":"text/plain"},"key":"Status","value":""},{"disabled":true,"description":{"content":"<p>customer group id</p>\n","type":"text/plain"},"key":"GroupId","value":""},{"disabled":true,"description":{"content":"<p>product serial</p>\n","type":"text/plain"},"key":"ProductSerial","value":""},{"disabled":true,"description":{"content":"<p>discount code</p>\n","type":"text/plain"},"key":"DiscountCode","value":""},{"disabled":true,"description":{"content":"<p>min date</p>\n","type":"text/plain"},"key":"LowerDate","value":""},{"disabled":true,"description":{"content":"<p>max date</p>\n","type":"text/plain"},"key":"UpperDate","value":""},{"disabled":true,"description":{"content":"<p>min price</p>\n","type":"text/plain"},"key":"LowerPrice","value":""},{"disabled":true,"description":{"content":"<p>max price</p>\n","type":"text/plain"},"key":"UpperPrice","value":""},{"disabled":true,"description":{"content":"<p>registered by?</p>\n","type":"text/plain"},"key":"Device","value":""},{"disabled":true,"description":{"content":"<p>payment type? online or fish or ...</p>\n","type":"text/plain"},"key":"PaymentType","value":""},{"disabled":true,"description":{"content":"<p>payment portal id // only online payment</p>\n","type":"text/plain"},"key":"Portal","value":""},{"disabled":true,"description":{"content":"<p>payment bankid // only fish payment</p>\n","type":"text/plain"},"key":"BankId","value":""},{"disabled":true,"description":{"content":"<p>order reciever name</p>\n","type":"text/plain"},"key":"RecieverName","value":""},{"disabled":true,"description":{"content":"<p>customer username</p>\n","type":"text/plain"},"key":"CustomerUserName","value":""},{"disabled":true,"description":{"content":"<p>deliver username</p>\n","type":"text/plain"},"key":"DeliveryManUserName","value":""},{"disabled":true,"description":{"content":"<p>country id</p>\n","type":"text/plain"},"key":"CountryId","value":""},{"disabled":true,"description":{"content":"<p>province id</p>\n","type":"text/plain"},"key":"ProvinceId","value":""},{"disabled":true,"description":{"content":"<p>city id</p>\n","type":"text/plain"},"key":"CityId","value":""},{"disabled":true,"description":{"content":"<p>order transportation</p>\n","type":"text/plain"},"key":"Transportation","value":""},{"disabled":true,"description":{"content":"<p>order type // barcode,manual</p>\n","type":"text/plain"},"key":"AddType","value":""},{"disabled":true,"description":{"content":"<p>credible status</p>\n","type":"text/plain"},"key":"Credible","value":""},{"disabled":true,"description":{"content":"<p>order payed ? true or false</p>\n","type":"text/plain"},"key":"payed","value":""},{"disabled":true,"description":{"content":"<p>min installment</p>\n","type":"text/plain"},"key":"MinInstallment","value":""},{"disabled":true,"description":{"content":"<p>max installment</p>\n","type":"text/plain"},"key":"MaxInstallment","value":""},{"disabled":true,"description":{"content":"<p>min point</p>\n","type":"text/plain"},"key":"MinPoint","value":""},{"disabled":true,"description":{"content":"<p>max point</p>\n","type":"text/plain"},"key":"MaxPoint","value":""},{"disabled":true,"description":{"content":"<p>min delivery cost?</p>\n","type":"text/plain"},"key":"MinPost","value":""},{"disabled":true,"description":{"content":"<p>max delivery cost?</p>\n","type":"text/plain"},"key":"MaxPost","value":""},{"disabled":true,"description":{"content":"<p>delivery name</p>\n","type":"text/plain"},"key":"PostName","value":""},{"disabled":true,"description":{"content":"<p>is affiliate?</p>\n","type":"text/plain"},"key":"Affiliate","value":""},{"disabled":true,"description":{"content":"<p>centeral post barcode</p>\n","type":"text/plain"},"key":"PostBarcode","value":""},{"disabled":true,"description":{"content":"<p>min process cost</p>\n","type":"text/plain"},"key":"ProcessCost.Min=","value":""},{"disabled":true,"description":{"content":"<p>max process cost</p>\n","type":"text/plain"},"key":"ProcessCost.Max","value":""},{"disabled":true,"description":{"content":"<p>min cash amount</p>\n","type":"text/plain"},"key":"CashAmount.Min","value":""},{"disabled":true,"description":{"content":"<p>max cash amount</p>\n","type":"text/plain"},"key":"CashAmount.Max","value":""},{"disabled":true,"description":{"content":"<p>filter opeator? true or false</p>\n","type":"text/plain"},"key":"FilterOps","value":""},{"disabled":true,"description":{"content":"<p>list of operators // Ops[0]=&amp;Ops[1]=</p>\n","type":"text/plain"},"key":"Ops[0]","value":"[id]"},{"disabled":true,"description":{"content":"<p>list of depots // Depots[0]=&amp;Depots[1]=</p>\n","type":"text/plain"},"key":"Depots[0]","value":"[id]"},{"disabled":true,"description":{"content":"<p>list of company // Dists[0]=&amp;Dists[1]=</p>\n","type":"text/plain"},"key":"Dists[0]","value":"[id]"},{"key":"$orderby","value":"Order/Id desc"}],"variable":[]}},"response":[{"id":"15e0d302-6bf1-48b3-b29c-3d17ada80b88","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"}],"url":{"raw":"https://api.example.com/api/order/filter/v2?Deleted=false&$orderby=Order/Id desc","protocol":"https","host":["api","example","com"],"path":["api","order","filter","v2"],"query":[{"key":"Deleted","value":"false"},{"key":"OrderId","value":"[id]","disabled":true},{"key":"TrackingCode","value":"","disabled":true},{"key":"Status","value":"","disabled":true},{"key":"GroupId","value":"","disabled":true},{"key":"ProductSerial","value":"","disabled":true},{"key":"DiscountCode","value":"","disabled":true},{"key":"LowerDate","value":"","disabled":true},{"key":"UpperDate","value":"","disabled":true},{"key":"LowerPrice","value":"","disabled":true},{"key":"UpperPrice","value":"","disabled":true},{"key":"Device","value":"","disabled":true},{"key":"PaymentType","value":"","disabled":true},{"key":"Portal","value":"","disabled":true},{"key":"BankId","value":"","disabled":true},{"key":"RecieverName","value":"","disabled":true},{"key":"CustomerUserName","value":"","disabled":true},{"key":"DeliveryManUserName","value":"","disabled":true},{"key":"CountryId","value":"","disabled":true},{"key":"ProvinceId","value":"","disabled":true},{"key":"CityId","value":"","disabled":true},{"key":"Transportation","value":"","disabled":true},{"key":"AddType","value":"","disabled":true},{"key":"Credible","value":"","disabled":true},{"key":"payed","value":"","disabled":true},{"key":"MinInstallment","value":"","disabled":true},{"key":"MaxInstallment","value":"","disabled":true},{"key":"MinPoint","value":"","disabled":true},{"key":"MaxPoint","value":"","disabled":true},{"key":"MinPost","value":"","disabled":true},{"key":"MaxPost","value":"","disabled":true},{"key":"PostName","value":"","disabled":true},{"key":"Affiliate","value":"","disabled":true},{"key":"PostBarcode","value":"","disabled":true},{"key":"ProcessCost.Min=","value":"","disabled":true},{"key":"ProcessCost.Max","value":"","disabled":true},{"key":"CashAmount.Min","value":"","disabled":true},{"key":"CashAmount.Max","value":"","disabled":true},{"key":"NotSent","value":"","disabled":true},{"key":"FilterOps","value":"","disabled":true},{"key":"Ops[0]","value":"[id]","disabled":true},{"key":"Depots[0]","value":"","disabled":true},{"key":"Dists[0]","value":"","disabled":true},{"key":"$orderby","value":"Order/Id desc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":".AspNet.ApplicationCookie=OkDdz5uMaraRHP8qmEnRBjQHzaS6qn283s8qN60pA0xcX_1PsT_BBtqPttu7j6w9ALrUPso3htUcUb7j7AngFJrJYvzh93Wt-epSR8Ef1Hzn9_PQWJxPeo_1XBB3AQzJx-TsuwNJFYbC3cRgg5wRjg6WfqR3uj0Yt733g6FBVA92rOziZ7f77OF0mbJsY2f7bFO7PuuHCCYbtCfBdG0PA6oE3CZ76BInrUsrqyYpMbV1iDcPccI5_C13guAdSVt5TB3MMc9MrY3tuSkjt9hKYgQX7lZBXXPbpYjJkpa0o9EBuTr38Nl0j3J7x-Kq415vCJ6k5t0ULYOk8gqOpOJcQCnlvek6dB6qO9x48EEMmahr-ZdAkxeBAcnFDeKb6-SAACcrVMGLcD-nlpzC6thhHIKF8Gbe_bQI10e8aQyVgOCLgu-hZqW063_iGPHMuWjx5xkphvnejOASkYerrxYp4J4g4uDxRUcbRip3t9zv8d4lE6Fg-UxYPYBwgdsQxVE-rWpcVrWuy1Ek9d9vUyholMagEH6jWfdi1pM2x03pyrE847Yy; path=/; expires=Sun, 20-Apr-2025 11:55:09 GMT; secure","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"Order\": {\r\n            \"v2\": false,\r\n            \"ndm\": false,\r\n            \"Bp\": 0.00,\r\n            \"Bv\": 0.00,\r\n            \"TreeSetting\": null,\r\n            \"Code\": \"CpuhdKFo\",\r\n            \"Transportation\": 0,\r\n            \"Status\": 0,\r\n            \"Type\": 0,\r\n            \"InvType\": 0,\r\n            \"DecreaseType\": 0,\r\n            \"TotalPrice\": 23000.0000,\r\n            \"TotalExchanged\": 230000.00,\r\n            \"TotalPay\": 23000.00,\r\n            \"Description\": \"\",\r\n            \"SellerDescription\": \"\",\r\n            \"Address\": null,\r\n            \"PostalCode\": null,\r\n            \"ReceiverName\": \"09445645645\",\r\n            \"Phone\": \"\",\r\n            \"Mobile\": null,\r\n            \"Longitude\": null,\r\n            \"Latitude\": null,\r\n            \"Date\": \"2023-01-26T13:23:06\",\r\n            \"AddedDate\": \"2023-01-26T13:23:06\",\r\n            \"Payed\": false,\r\n            \"DeliveryId\": 150918,\r\n            \"Hood\": null,\r\n            \"HoodId\": null,\r\n            \"District\": null,\r\n            \"DistrictId\": null,\r\n            \"City\": null,\r\n            \"CityId\": null,\r\n            \"Province\": null,\r\n            \"ProvinceId\": null,\r\n            \"Country\": null,\r\n            \"CountryId\": 11,\r\n            \"CountryAbbr\": \"IR\",\r\n            \"CountryName\": \" Iran\",\r\n            \"ProvinceName\": null,\r\n            \"CityName\": null,\r\n            \"HoodName\": null,\r\n            \"DistrictName\": null,\r\n            \"DeliveryName\": \"تایگرشات\",\r\n            \"DeliveryDetail\": \"تحویل کالا کمتر از 36 ساعت\",\r\n            \"DeliveryPayLater\": false,\r\n            \"DeliveryCostId\": null,\r\n            \"PostOffice\": null,\r\n            \"TotalPoint\": 30.00,\r\n            \"TotalWeight\": 0.00,\r\n            \"ProductDiscount\": 0.00,\r\n            \"Off\": 0.00,\r\n            \"Refund\": 0.00,\r\n            \"Commission\": 0.00,\r\n            \"ExtCost\": 0.00,\r\n            \"InstallmentCommission\": 0.00,\r\n            \"SchemeCommission\": 0.00,\r\n            \"Deleted\": false,\r\n            \"TotalPv\": 0.00,\r\n            \"TotalValue\": 23000.00,\r\n            \"GroupCharge\": 0.00,\r\n            \"SellPercent\": 0.00,\r\n            \"ConsumePercent\": 0.00,\r\n            \"Dists\": null,\r\n            \"SumPayment\": 46561710.0000,\r\n            \"ReferredDate\": null,\r\n            \"LastModified\": null,\r\n            \"TotalProfit\": 1000.00,\r\n            \"CurrencyUnit\": 0,\r\n            \"CustomerCode\": null,\r\n            \"DeliveryCode\": null,\r\n            \"OperatorId\": null,\r\n            \"CreditCenterId\": null,\r\n            \"NationalCode\": null,\r\n            \"PostBarCode\": null,\r\n            \"DeliverToPost\": null,\r\n            \"IsAdmin\": false,\r\n            \"OpsId\": null,\r\n            \"OpsInfo\": null,\r\n            \"UserName\": \"\",\r\n            \"OwnerId\": 0,\r\n            \"Affiliate\": false,\r\n            \"AffiliateCommission\": 0.00,\r\n            \"DeviceType\": 2,\r\n            \"Credible\": false,\r\n            \"Pins\": null,\r\n            \"PayLink\": \"{\\\"oid\\\":0,\\\"mablagh\\\":\\\"230000\\\",\\\"portalid\\\":5588,\\\"dt\\\":2,\\\"ShopId\\\":\\\"2be11482-d90c-4297-97b6-2be5dd8d7035\\\",\\\"cid\\\":0,\\\"langid\\\":0,\\\"currencyUnit\\\":1,\\\"total\\\":\\\"230000\\\",\\\"affiliateCommission\\\":0.0,\\\"instalmentAmount\\\":\\\"0\\\",\\\"NumberOfInstalment\\\":0,\\\"NationalCode\\\":null,\\\"Mobile\\\":null,\\\"shaba\\\":null}\",\r\n            \"TotalPoint2\": 0.00,\r\n            \"TotalPv2\": 0.00,\r\n            \"TotalPoint3\": 0.00,\r\n            \"TotalPv3\": 0.00,\r\n            \"Tp\": 23000.0000,\r\n            \"BinaryType\": 0,\r\n            \"WalletPoint\": false,\r\n            \"PayAmountChangers\": null,\r\n            \"SaveInfo\": false,\r\n            \"PostError\": \"\",\r\n            \"Point\": null,\r\n            \"CommissionSummary\": null,\r\n            \"CommissionSummaryObject\": null,\r\n            \"Id\": 2066713,\r\n            \"LangId\": 0\r\n        },\r\n        \"Payment\": {\r\n            \"OrderId\": 2066713,\r\n            \"Discount\": 0.00,\r\n            \"ParentDiscount\": 0.00,\r\n            \"ParentDiscountCode\": null,\r\n            \"ParentDiscountCode2\": null,\r\n            \"PayMethodDiscount\": 0.00,\r\n            \"Discount2\": 0.00,\r\n            \"DiscountCode\": \"\",\r\n            \"DiscountCode2\": null,\r\n            \"TaxCost\": 0.00,\r\n            \"PostCost\": 12000.00,\r\n            \"PostUndefined\": false,\r\n            \"PostCostExchanged\": 120000.00,\r\n            \"PayAmount\": 23000.00,\r\n            \"PayAmountExchange\": 230000.00,\r\n            \"ExchangeUnit\": 1,\r\n            \"CashWallet\": 0.00,\r\n            \"NumberOfInstalment\": 0,\r\n            \"CashAmount\": 23000.00,\r\n            \"InstalmentAmount\": 0.00,\r\n            \"PortalCommission\": 0.00,\r\n            \"PostMultiplier\": 1.00,\r\n            \"ProcessingCost\": 0.00,\r\n            \"ExpiresAt\": null,\r\n            \"TotalDiscount\": 0.00,\r\n            \"PortalId\": 5588,\r\n            \"FishNumber\": null,\r\n            \"TrackingCode\": \"CpuhdKFo\",\r\n            \"TotalPayment\": 23000.0000,\r\n            \"TransGet\": null,\r\n            \"IdGet\": null,\r\n            \"BankAccountId\": null,\r\n            \"Date\": \"2023-01-26T13:23:06\",\r\n            \"Type\": 0,\r\n            \"ChequeNumber\": null,\r\n            \"ChequeDate\": null,\r\n            \"ChequeAmount\": \"0\",\r\n            \"UserName\": \"\",\r\n            \"Id\": 1943168,\r\n            \"LangId\": 0\r\n        },\r\n        \"Customer\": null,\r\n        \"Delivery\": null,\r\n        \"Marketer\": null,\r\n        \"Shop\": {\r\n            \"IntId\": 36342,\r\n            \"ShopName\": \"شیک مارکت\",\r\n            \"UserName\": \"livegallery4\",\r\n            \"Id\": \"2be11482-d90c-4297-97b6-2be5dd8d7035\"\r\n        },\r\n        \"Presenter\": null,\r\n        \"Note\": null,\r\n        \"Ops\": null,\r\n        \"UnreadMsg\": 0,\r\n        \"Total\": 93,\r\n        \"WaitingDocs\": 0\r\n    },\r\n    {\r\n        \"Order\": {\r\n            \"v2\": false,\r\n            \"ndm\": false,\r\n            \"Bp\": 0.00,\r\n            \"Bv\": 0.00,\r\n            \"TreeSetting\": null,\r\n            \"Code\": \"MU0lM3ms\",\r\n            \"Transportation\": 0,\r\n            \"Status\": 1,\r\n            \"Type\": 0,\r\n            \"InvType\": 0,\r\n            \"DecreaseType\": 0,\r\n            \"TotalPrice\": 340000.0000,\r\n            \"TotalExchanged\": 3400000.00,\r\n            \"TotalPay\": 340000.00,\r\n            \"Description\": \"\",\r\n            \"SellerDescription\": \"\",\r\n            \"Address\": \"تست تست تست تست\",\r\n            \"PostalCode\": \"2342423423\",\r\n            \"ReceiverName\": \"تست پشتیبانی\",\r\n            \"Phone\": \"09876543210\",\r\n            \"Mobile\": \"09391524118\",\r\n            \"Longitude\": null,\r\n            \"Latitude\": null,\r\n            \"Date\": \"2023-01-05T08:20:12\",\r\n            \"AddedDate\": \"2023-01-05T08:20:12\",\r\n            \"Payed\": false,\r\n            \"DeliveryId\": 150918,\r\n            \"Hood\": null,\r\n            \"HoodId\": null,\r\n            \"District\": null,\r\n            \"DistrictId\": null,\r\n            \"City\": null,\r\n            \"CityId\": null,\r\n            \"Province\": null,\r\n            \"ProvinceId\": null,\r\n            \"Country\": null,\r\n            \"CountryId\": 11,\r\n            \"CountryAbbr\": \"IR\",\r\n            \"CountryName\": \" Iran\",\r\n            \"ProvinceName\": null,\r\n            \"CityName\": null,\r\n            \"HoodName\": null,\r\n            \"DistrictName\": null,\r\n            \"DeliveryName\": \"تایگرشات\",\r\n            \"DeliveryDetail\": \"تحویل کالا کمتر از 36 ساعت\",\r\n            \"DeliveryPayLater\": false,\r\n            \"DeliveryCostId\": null,\r\n            \"PostOffice\": null,\r\n            \"TotalPoint\": 10.00,\r\n            \"TotalWeight\": 0.00,\r\n            \"ProductDiscount\": 0.00,\r\n            \"Off\": 0.00,\r\n            \"Refund\": 0.00,\r\n            \"Commission\": 0.00,\r\n            \"ExtCost\": 0.00,\r\n            \"InstallmentCommission\": 0.00,\r\n            \"SchemeCommission\": 0.00,\r\n            \"Deleted\": false,\r\n            \"TotalPv\": 0.00,\r\n            \"TotalValue\": 340000.00,\r\n            \"GroupCharge\": 0.00,\r\n            \"SellPercent\": 0.00,\r\n            \"ConsumePercent\": 0.00,\r\n            \"Dists\": null,\r\n            \"SumPayment\": 46561710.0000,\r\n            \"ReferredDate\": null,\r\n            \"LastModified\": \"2023-01-22T15:27:09\",\r\n            \"TotalProfit\": 0.00,\r\n            \"CurrencyUnit\": 0,\r\n            \"CustomerCode\": null,\r\n            \"DeliveryCode\": null,\r\n            \"OperatorId\": null,\r\n            \"CreditCenterId\": null,\r\n            \"NationalCode\": \"2372547097\",\r\n            \"PostBarCode\": null,\r\n            \"DeliverToPost\": null,\r\n            \"IsAdmin\": false,\r\n            \"OpsId\": null,\r\n            \"OpsInfo\": null,\r\n            \"UserName\": \"\",\r\n            \"OwnerId\": 968,\r\n            \"Affiliate\": false,\r\n            \"AffiliateCommission\": 0.00,\r\n            \"DeviceType\": 2,\r\n            \"Credible\": false,\r\n            \"Pins\": null,\r\n            \"PayLink\": \"{\\\"oid\\\":0,\\\"mablagh\\\":\\\"3400000\\\",\\\"portalid\\\":5588,\\\"dt\\\":2,\\\"ShopId\\\":\\\"2be11482-d90c-4297-97b6-2be5dd8d7035\\\",\\\"cid\\\":968,\\\"langid\\\":0,\\\"currencyUnit\\\":1,\\\"total\\\":\\\"3400000\\\",\\\"affiliateCommission\\\":0.00,\\\"instalmentAmount\\\":\\\"0\\\",\\\"NumberOfInstalment\\\":0,\\\"NationalCode\\\":\\\"2372547097\\\",\\\"Mobile\\\":\\\"09391524118\\\",\\\"shaba\\\":\\\"IR123456789123456789123333\\\"}\",\r\n            \"TotalPoint2\": 0.00,\r\n            \"TotalPv2\": 0.00,\r\n            \"TotalPoint3\": 0.00,\r\n            \"TotalPv3\": 0.00,\r\n            \"Tp\": 340000.0000,\r\n            \"BinaryType\": 0,\r\n            \"WalletPoint\": false,\r\n            \"PayAmountChangers\": null,\r\n            \"SaveInfo\": false,\r\n            \"PostError\": \"\",\r\n            \"Point\": null,\r\n            \"CommissionSummary\": null,\r\n            \"CommissionSummaryObject\": null,\r\n            \"Id\": 2066430,\r\n            \"LangId\": 0\r\n        },\r\n        \"Payment\": {\r\n            \"OrderId\": 2066430,\r\n            \"Discount\": 0.00,\r\n            \"ParentDiscount\": 0.00,\r\n            \"ParentDiscountCode\": null,\r\n            \"ParentDiscountCode2\": null,\r\n            \"PayMethodDiscount\": 0.00,\r\n            \"Discount2\": 0.00,\r\n            \"DiscountCode\": \"\",\r\n            \"DiscountCode2\": null,\r\n            \"TaxCost\": 0.00,\r\n            \"PostCost\": 12000.00,\r\n            \"PostUndefined\": false,\r\n            \"PostCostExchanged\": 120000.00,\r\n            \"PayAmount\": 340000.00,\r\n            \"PayAmountExchange\": 3400000.00,\r\n            \"ExchangeUnit\": 1,\r\n            \"CashWallet\": 0.00,\r\n            \"NumberOfInstalment\": 0,\r\n            \"CashAmount\": 340000.00,\r\n            \"InstalmentAmount\": 0.00,\r\n            \"PortalCommission\": 0.00,\r\n            \"PostMultiplier\": 1.00,\r\n            \"ProcessingCost\": 0.00,\r\n            \"ExpiresAt\": null,\r\n            \"TotalDiscount\": 0.00,\r\n            \"PortalId\": 5588,\r\n            \"FishNumber\": null,\r\n            \"TrackingCode\": \"MU0lM3ms\",\r\n            \"TotalPayment\": 340000.0000,\r\n            \"TransGet\": null,\r\n            \"IdGet\": null,\r\n            \"BankAccountId\": null,\r\n            \"Date\": \"2023-01-05T08:20:13\",\r\n            \"Type\": 0,\r\n            \"ChequeNumber\": null,\r\n            \"ChequeDate\": null,\r\n            \"ChequeAmount\": \"0\",\r\n            \"UserName\": \"\",\r\n            \"Id\": 1942885,\r\n            \"LangId\": 0\r\n        },\r\n        \"Customer\": {\r\n            \"IntId\": 968,\r\n            \"UserName\": \"09391524118\",\r\n            \"FirstName\": \"تست پشتیبانی\",\r\n            \"LastName\": null,\r\n            \"Marketer\": false,\r\n            \"Cell\": \"09391524118\",\r\n            \"City\": null,\r\n            \"Country\": null,\r\n            \"Province\": null,\r\n            \"StartDate\": \"2021-08-25T11:04:58\",\r\n            \"NationalCode\": \"2372547097\"\r\n        },\r\n        \"Delivery\": null,\r\n        \"Marketer\": null,\r\n        \"Shop\": {\r\n            \"IntId\": 36342,\r\n            \"ShopName\": \"شیک مارکت\",\r\n            \"UserName\": \"livegallery4\",\r\n            \"Id\": \"2be11482-d90c-4297-97b6-2be5dd8d7035\"\r\n        },\r\n        \"Presenter\": null,\r\n        \"Note\": null,\r\n        \"Ops\": null,\r\n        \"UnreadMsg\": 0,\r\n        \"Total\": 93,\r\n        \"WaitingDocs\": 0\r\n    },\r\n    {\r\n        \"Order\": {\r\n            \"v2\": false,\r\n            \"ndm\": false,\r\n            \"Bp\": 0.00,\r\n            \"Bv\": 0.00,\r\n            \"TreeSetting\": null,\r\n            \"Code\": \"OazplSR3\",\r\n            \"Transportation\": 1,\r\n            \"Status\": 0,\r\n            \"Type\": 0,\r\n            \"InvType\": 0,\r\n            \"DecreaseType\": 0,\r\n            \"TotalPrice\": 2300000.0000,\r\n            \"TotalExchanged\": 0.00,\r\n            \"TotalPay\": 2195000.00,\r\n            \"Description\": \"\",\r\n            \"SellerDescription\": \"\",\r\n            \"Address\": \"Tehran, Azadi Blvd, Blur Building\",\r\n            \"PostalCode\": \"123456789\",\r\n            \"ReceiverName\": \"Test Testi\",\r\n            \"Phone\": \"0211234567\",\r\n            \"Mobile\": \"09123456789\",\r\n            \"Longitude\": null,\r\n            \"Latitude\": null,\r\n            \"Date\": \"2022-09-19T16:57:54\",\r\n            \"AddedDate\": \"2022-09-19T16:57:54\",\r\n            \"Payed\": false,\r\n            \"DeliveryId\": 150918,\r\n            \"Hood\": null,\r\n            \"HoodId\": null,\r\n            \"District\": null,\r\n            \"DistrictId\": null,\r\n            \"City\": null,\r\n            \"CityId\": null,\r\n            \"Province\": null,\r\n            \"ProvinceId\": null,\r\n            \"Country\": null,\r\n            \"CountryId\": null,\r\n            \"CountryAbbr\": null,\r\n            \"CountryName\": null,\r\n            \"ProvinceName\": null,\r\n            \"CityName\": null,\r\n            \"HoodName\": null,\r\n            \"DistrictName\": null,\r\n            \"DeliveryName\": \"تایگرشات\",\r\n            \"DeliveryDetail\": \"تحویل کالا کمتر از 36 ساعت\",\r\n            \"DeliveryPayLater\": false,\r\n            \"DeliveryCostId\": null,\r\n            \"PostOffice\": null,\r\n            \"TotalPoint\": 1.00,\r\n            \"TotalWeight\": 185.00,\r\n            \"ProductDiscount\": 0.00,\r\n            \"Off\": 115000.00,\r\n            \"Refund\": 0.00,\r\n            \"Commission\": 0.00,\r\n            \"ExtCost\": 0.00,\r\n            \"InstallmentCommission\": 0.00,\r\n            \"SchemeCommission\": 0.00,\r\n            \"Deleted\": false,\r\n            \"TotalPv\": 0.00,\r\n            \"TotalValue\": 2185000.00,\r\n            \"GroupCharge\": 0.00,\r\n            \"SellPercent\": 0.00,\r\n            \"ConsumePercent\": 0.00,\r\n            \"Dists\": \"20214 \\\\b 2 \\\\b پخش هوشمند \\\\n \",\r\n            \"SumPayment\": 46561710.0000,\r\n            \"ReferredDate\": null,\r\n            \"LastModified\": \"2023-01-22T14:22:10\",\r\n            \"TotalProfit\": 0.00,\r\n            \"CurrencyUnit\": 0,\r\n            \"CustomerCode\": null,\r\n            \"DeliveryCode\": null,\r\n            \"OperatorId\": null,\r\n            \"CreditCenterId\": null,\r\n            \"NationalCode\": \"0995398291\",\r\n            \"PostBarCode\": null,\r\n            \"DeliverToPost\": null,\r\n            \"IsAdmin\": false,\r\n            \"OpsId\": null,\r\n            \"OpsInfo\": null,\r\n            \"UserName\": \"\",\r\n            \"OwnerId\": 0,\r\n            \"Affiliate\": false,\r\n            \"AffiliateCommission\": 0.00,\r\n            \"DeviceType\": 2,\r\n            \"Credible\": false,\r\n            \"Pins\": null,\r\n            \"PayLink\": null,\r\n            \"TotalPoint2\": 0.00,\r\n            \"TotalPv2\": 0.00,\r\n            \"TotalPoint3\": 0.00,\r\n            \"TotalPv3\": 0.00,\r\n            \"Tp\": 2300000.0000,\r\n            \"BinaryType\": 0,\r\n            \"WalletPoint\": false,\r\n            \"PayAmountChangers\": null,\r\n            \"SaveInfo\": false,\r\n            \"PostError\": \"\",\r\n            \"Point\": null,\r\n            \"CommissionSummary\": null,\r\n            \"CommissionSummaryObject\": null,\r\n            \"Id\": 2065206,\r\n            \"LangId\": 0\r\n        },\r\n        \"Payment\": {\r\n            \"OrderId\": 2065206,\r\n            \"Discount\": 0.00,\r\n            \"ParentDiscount\": 0.00,\r\n            \"ParentDiscountCode\": null,\r\n            \"ParentDiscountCode2\": null,\r\n            \"PayMethodDiscount\": 0.00,\r\n            \"Discount2\": 0.00,\r\n            \"DiscountCode\": \"\",\r\n            \"DiscountCode2\": null,\r\n            \"TaxCost\": 0.00,\r\n            \"PostCost\": 12000.00,\r\n            \"PostUndefined\": false,\r\n            \"PostCostExchanged\": 0.00,\r\n            \"PayAmount\": 2195000.00,\r\n            \"PayAmountExchange\": 0.00,\r\n            \"ExchangeUnit\": null,\r\n            \"CashWallet\": 0.00,\r\n            \"NumberOfInstalment\": 0,\r\n            \"CashAmount\": 2185000.00,\r\n            \"InstalmentAmount\": 0.00,\r\n            \"PortalCommission\": 0.00,\r\n            \"PostMultiplier\": 1.00,\r\n            \"ProcessingCost\": 10000.00,\r\n            \"ExpiresAt\": null,\r\n            \"TotalDiscount\": 0.00,\r\n            \"PortalId\": null,\r\n            \"FishNumber\": \"testtest\",\r\n            \"TrackingCode\": \"OazplSR3\",\r\n            \"TotalPayment\": 2195000.0000,\r\n            \"TransGet\": null,\r\n            \"IdGet\": null,\r\n            \"BankAccountId\": 60195,\r\n            \"Date\": \"2022-09-19T16:57:54\",\r\n            \"Type\": 1,\r\n            \"ChequeNumber\": null,\r\n            \"ChequeDate\": null,\r\n            \"ChequeAmount\": null,\r\n            \"UserName\": \"\",\r\n            \"Id\": 1941661,\r\n            \"LangId\": 0\r\n        },\r\n        \"Customer\": {\r\n            \"IntId\": 968,\r\n            \"UserName\": \"09391524118\",\r\n            \"FirstName\": \"تست پشتیبانی\",\r\n            \"LastName\": null,\r\n            \"Marketer\": false,\r\n            \"Cell\": \"09391524118\",\r\n            \"City\": null,\r\n            \"Country\": null,\r\n            \"Province\": null,\r\n            \"StartDate\": \"2021-08-25T11:04:58\",\r\n            \"NationalCode\": \"2372547097\"\r\n        },\r\n        \"Delivery\": null,\r\n        \"Marketer\": null,\r\n        \"Shop\": {\r\n            \"IntId\": 36342,\r\n            \"ShopName\": \"شیک مارکت\",\r\n            \"UserName\": \"livegallery4\",\r\n            \"Id\": \"2be11482-d90c-4297-97b6-2be5dd8d7035\"\r\n        },\r\n        \"Presenter\": null,\r\n        \"Note\": null,\r\n        \"Ops\": null,\r\n        \"UnreadMsg\": 0,\r\n        \"Total\": 93,\r\n        \"WaitingDocs\": 4\r\n    },\r\n    {\r\n        \"Order\": {\r\n            \"v2\": false,\r\n            \"ndm\": false,\r\n            \"Bp\": 0.00,\r\n            \"Bv\": 0.00,\r\n            \"TreeSetting\": null,\r\n            \"Code\": \"Rr78WZng\",\r\n            \"Transportation\": 0,\r\n            \"Status\": 0,\r\n            \"Type\": 0,\r\n            \"InvType\": 0,\r\n            \"DecreaseType\": 0,\r\n            \"TotalPrice\": 2300000.0000,\r\n            \"TotalExchanged\": 0.00,\r\n            \"TotalPay\": 2195000.00,\r\n            \"Description\": \"\",\r\n            \"SellerDescription\": \"\",\r\n            \"Address\": \"Tehran, Azadi Blvd, Blur Building\",\r\n            \"PostalCode\": \"123456789\",\r\n            \"ReceiverName\": \"Test Testi\",\r\n            \"Phone\": \"0211234567\",\r\n            \"Mobile\": \"09123456789\",\r\n            \"Longitude\": null,\r\n            \"Latitude\": null,\r\n            \"Date\": \"2022-09-19T16:34:54\",\r\n            \"AddedDate\": \"2022-09-19T16:34:54\",\r\n            \"Payed\": false,\r\n            \"DeliveryId\": 150918,\r\n            \"Hood\": null,\r\n            \"HoodId\": null,\r\n            \"District\": null,\r\n            \"DistrictId\": null,\r\n            \"City\": null,\r\n            \"CityId\": null,\r\n            \"Province\": null,\r\n            \"ProvinceId\": null,\r\n            \"Country\": null,\r\n            \"CountryId\": null,\r\n            \"CountryAbbr\": null,\r\n            \"CountryName\": null,\r\n            \"ProvinceName\": null,\r\n            \"CityName\": null,\r\n            \"HoodName\": null,\r\n            \"DistrictName\": null,\r\n            \"DeliveryName\": \"تایگرشات\",\r\n            \"DeliveryDetail\": \"تحویل کالا کمتر از 36 ساعت\",\r\n            \"DeliveryPayLater\": false,\r\n            \"DeliveryCostId\": null,\r\n            \"PostOffice\": null,\r\n            \"TotalPoint\": 1.00,\r\n            \"TotalWeight\": 185.00,\r\n            \"ProductDiscount\": 0.00,\r\n            \"Off\": 115000.00,\r\n            \"Refund\": 0.00,\r\n            \"Commission\": 0.00,\r\n            \"ExtCost\": 0.00,\r\n            \"InstallmentCommission\": 0.00,\r\n            \"SchemeCommission\": 0.00,\r\n            \"Deleted\": false,\r\n            \"TotalPv\": 0.00,\r\n            \"TotalValue\": 2185000.00,\r\n            \"GroupCharge\": 0.00,\r\n            \"SellPercent\": 0.00,\r\n            \"ConsumePercent\": 0.00,\r\n            \"Dists\": \"20214 \\\\b 2 \\\\b پخش هوشمند \\\\n \",\r\n            \"SumPayment\": 46561710.0000,\r\n            \"ReferredDate\": null,\r\n            \"LastModified\": null,\r\n            \"TotalProfit\": 0.00,\r\n            \"CurrencyUnit\": 0,\r\n            \"CustomerCode\": null,\r\n            \"DeliveryCode\": null,\r\n            \"OperatorId\": null,\r\n            \"CreditCenterId\": null,\r\n            \"NationalCode\": \"0995398291\",\r\n            \"PostBarCode\": null,\r\n            \"DeliverToPost\": null,\r\n            \"IsAdmin\": false,\r\n            \"OpsId\": null,\r\n            \"OpsInfo\": null,\r\n            \"UserName\": \"\",\r\n            \"OwnerId\": 0,\r\n            \"Affiliate\": false,\r\n            \"AffiliateCommission\": 0.00,\r\n            \"DeviceType\": 2,\r\n            \"Credible\": false,\r\n            \"Pins\": null,\r\n            \"PayLink\": null,\r\n            \"TotalPoint2\": 0.00,\r\n            \"TotalPv2\": 0.00,\r\n            \"TotalPoint3\": 0.00,\r\n            \"TotalPv3\": 0.00,\r\n            \"Tp\": 2300000.0000,\r\n            \"BinaryType\": 0,\r\n            \"WalletPoint\": false,\r\n            \"PayAmountChangers\": null,\r\n            \"SaveInfo\": false,\r\n            \"PostError\": \"\",\r\n            \"Point\": null,\r\n            \"CommissionSummary\": null,\r\n            \"CommissionSummaryObject\": null,\r\n            \"Id\": 2065205,\r\n            \"LangId\": 0\r\n        },\r\n        \"Payment\": {\r\n            \"OrderId\": 2065205,\r\n            \"Discount\": 0.00,\r\n            \"ParentDiscount\": 0.00,\r\n            \"ParentDiscountCode\": null,\r\n            \"ParentDiscountCode2\": null,\r\n            \"PayMethodDiscount\": 0.00,\r\n            \"Discount2\": 0.00,\r\n            \"DiscountCode\": \"\",\r\n            \"DiscountCode2\": null,\r\n            \"TaxCost\": 0.00,\r\n            \"PostCost\": 12000.00,\r\n            \"PostUndefined\": false,\r\n            \"PostCostExchanged\": 0.00,\r\n            \"PayAmount\": 2195000.00,\r\n            \"PayAmountExchange\": 0.00,\r\n            \"ExchangeUnit\": null,\r\n            \"CashWallet\": 0.00,\r\n            \"NumberOfInstalment\": 0,\r\n            \"CashAmount\": 2185000.00,\r\n            \"InstalmentAmount\": 0.00,\r\n            \"PortalCommission\": 0.00,\r\n            \"PostMultiplier\": 1.00,\r\n            \"ProcessingCost\": 10000.00,\r\n            \"ExpiresAt\": null,\r\n            \"TotalDiscount\": 0.00,\r\n            \"PortalId\": null,\r\n            \"FishNumber\": \"testtest\",\r\n            \"TrackingCode\": \"Rr78WZng\",\r\n            \"TotalPayment\": 2195000.0000,\r\n            \"TransGet\": null,\r\n            \"IdGet\": null,\r\n            \"BankAccountId\": 60195,\r\n            \"Date\": \"2022-09-19T16:34:54\",\r\n            \"Type\": 1,\r\n            \"ChequeNumber\": null,\r\n            \"ChequeDate\": null,\r\n            \"ChequeAmount\": null,\r\n            \"UserName\": \"\",\r\n            \"Id\": 1941660,\r\n            \"LangId\": 0\r\n        },\r\n        \"Customer\": {\r\n            \"IntId\": 968,\r\n            \"UserName\": \"09391524118\",\r\n            \"FirstName\": \"تست پشتیبانی\",\r\n            \"LastName\": null,\r\n            \"Marketer\": false,\r\n            \"Cell\": \"09391524118\",\r\n            \"City\": null,\r\n            \"Country\": null,\r\n            \"Province\": null,\r\n            \"StartDate\": \"2021-08-25T11:04:58\",\r\n            \"NationalCode\": \"2372547097\"\r\n        },\r\n        \"Delivery\": null,\r\n        \"Marketer\": null,\r\n        \"Shop\": {\r\n            \"IntId\": 36342,\r\n            \"ShopName\": \"شیک مارکت\",\r\n            \"UserName\": \"livegallery4\",\r\n            \"Id\": \"2be11482-d90c-4297-97b6-2be5dd8d7035\"\r\n        },\r\n        \"Presenter\": null,\r\n        \"Note\": null,\r\n        \"Ops\": null,\r\n        \"UnreadMsg\": 0,\r\n        \"Total\": 93,\r\n        \"WaitingDocs\": 0\r\n    },\r\n    {\r\n        \"Order\": {\r\n            \"v2\": false,\r\n            \"ndm\": false,\r\n            \"Bp\": 0.00,\r\n            \"Bv\": 0.00,\r\n            \"TreeSetting\": null,\r\n            \"Code\": \"DOuyDCsx\",\r\n            \"Transportation\": 0,\r\n            \"Status\": 0,\r\n            \"Type\": 0,\r\n            \"InvType\": 0,\r\n            \"DecreaseType\": 0,\r\n            \"TotalPrice\": 2300000.0000,\r\n            \"TotalExchanged\": 0.00,\r\n            \"TotalPay\": 2195000.00,\r\n            \"Description\": \"\",\r\n            \"SellerDescription\": \"\",\r\n            \"Address\": \"Tehran, Azadi Blvd, Blur Building\",\r\n            \"PostalCode\": \"123456789\",\r\n            \"ReceiverName\": \"Test Testi\",\r\n            \"Phone\": \"0211234567\",\r\n            \"Mobile\": \"09123456789\",\r\n            \"Longitude\": null,\r\n            \"Latitude\": null,\r\n            \"Date\": \"2022-09-19T16:34:19\",\r\n            \"AddedDate\": \"2022-09-19T16:34:19\",\r\n            \"Payed\": false,\r\n            \"DeliveryId\": 150918,\r\n            \"Hood\": null,\r\n            \"HoodId\": null,\r\n            \"District\": null,\r\n            \"DistrictId\": null,\r\n            \"City\": null,\r\n            \"CityId\": null,\r\n            \"Province\": null,\r\n            \"ProvinceId\": null,\r\n            \"Country\": null,\r\n            \"CountryId\": null,\r\n            \"CountryAbbr\": null,\r\n            \"CountryName\": null,\r\n            \"ProvinceName\": null,\r\n            \"CityName\": null,\r\n            \"HoodName\": null,\r\n            \"DistrictName\": null,\r\n            \"DeliveryName\": \"تایگرشات\",\r\n            \"DeliveryDetail\": \"تحویل کالا کمتر از 36 ساعت\",\r\n            \"DeliveryPayLater\": false,\r\n            \"DeliveryCostId\": null,\r\n            \"PostOffice\": null,\r\n            \"TotalPoint\": 1.00,\r\n            \"TotalWeight\": 185.00,\r\n            \"ProductDiscount\": 0.00,\r\n            \"Off\": 115000.00,\r\n            \"Refund\": 0.00,\r\n            \"Commission\": 0.00,\r\n            \"ExtCost\": 0.00,\r\n            \"InstallmentCommission\": 0.00,\r\n            \"SchemeCommission\": 0.00,\r\n            \"Deleted\": false,\r\n            \"TotalPv\": 0.00,\r\n            \"TotalValue\": 2185000.00,\r\n            \"GroupCharge\": 0.00,\r\n            \"SellPercent\": 0.00,\r\n            \"ConsumePercent\": 0.00,\r\n            \"Dists\": \"20214 \\\\b 2 \\\\b پخش هوشمند \\\\n \",\r\n            \"SumPayment\": 46561710.0000,\r\n            \"ReferredDate\": null,\r\n            \"LastModified\": null,\r\n            \"TotalProfit\": 0.00,\r\n            \"CurrencyUnit\": 0,\r\n            \"CustomerCode\": null,\r\n            \"DeliveryCode\": null,\r\n            \"OperatorId\": null,\r\n            \"CreditCenterId\": null,\r\n            \"NationalCode\": \"0995398291\",\r\n            \"PostBarCode\": null,\r\n            \"DeliverToPost\": null,\r\n            \"IsAdmin\": false,\r\n            \"OpsId\": null,\r\n            \"OpsInfo\": null,\r\n            \"UserName\": \"\",\r\n            \"OwnerId\": 0,\r\n            \"Affiliate\": false,\r\n            \"AffiliateCommission\": 0.00,\r\n            \"DeviceType\": 2,\r\n            \"Credible\": false,\r\n            \"Pins\": null,\r\n            \"PayLink\": null,\r\n            \"TotalPoint2\": 0.00,\r\n            \"TotalPv2\": 0.00,\r\n            \"TotalPoint3\": 0.00,\r\n            \"TotalPv3\": 0.00,\r\n            \"Tp\": 2300000.0000,\r\n            \"BinaryType\": 0,\r\n            \"WalletPoint\": false,\r\n            \"PayAmountChangers\": null,\r\n            \"SaveInfo\": false,\r\n            \"PostError\": \"\",\r\n            \"Point\": null,\r\n            \"CommissionSummary\": null,\r\n            \"CommissionSummaryObject\": null,\r\n            \"Id\": 2065204,\r\n            \"LangId\": 0\r\n        },\r\n        \"Payment\": {\r\n            \"OrderId\": 2065204,\r\n            \"Discount\": 0.00,\r\n            \"ParentDiscount\": 0.00,\r\n            \"ParentDiscountCode\": null,\r\n            \"ParentDiscountCode2\": null,\r\n            \"PayMethodDiscount\": 0.00,\r\n            \"Discount2\": 0.00,\r\n            \"DiscountCode\": \"\",\r\n            \"DiscountCode2\": null,\r\n            \"TaxCost\": 0.00,\r\n            \"PostCost\": 12000.00,\r\n            \"PostUndefined\": false,\r\n            \"PostCostExchanged\": 0.00,\r\n            \"PayAmount\": 2195000.00,\r\n            \"PayAmountExchange\": 0.00,\r\n            \"ExchangeUnit\": null,\r\n            \"CashWallet\": 0.00,\r\n            \"NumberOfInstalment\": 0,\r\n            \"CashAmount\": 2185000.00,\r\n            \"InstalmentAmount\": 0.00,\r\n            \"PortalCommission\": 0.00,\r\n            \"PostMultiplier\": 1.00,\r\n            \"ProcessingCost\": 10000.00,\r\n            \"ExpiresAt\": null,\r\n            \"TotalDiscount\": 0.00,\r\n            \"PortalId\": null,\r\n            \"FishNumber\": \"testtest\",\r\n            \"TrackingCode\": \"DOuyDCsx\",\r\n            \"TotalPayment\": 2195000.0000,\r\n            \"TransGet\": null,\r\n            \"IdGet\": null,\r\n            \"BankAccountId\": 60195,\r\n            \"Date\": \"2022-09-19T16:34:19\",\r\n            \"Type\": 1,\r\n            \"ChequeNumber\": null,\r\n            \"ChequeDate\": null,\r\n            \"ChequeAmount\": null,\r\n            \"UserName\": \"\",\r\n            \"Id\": 1941659,\r\n            \"LangId\": 0\r\n        },\r\n        \"Customer\": {\r\n            \"IntId\": 968,\r\n            \"UserName\": \"09391524118\",\r\n            \"FirstName\": \"تست پشتیبانی\",\r\n            \"LastName\": null,\r\n            \"Marketer\": false,\r\n            \"Cell\": \"09391524118\",\r\n            \"City\": null,\r\n            \"Country\": null,\r\n            \"Province\": null,\r\n            \"StartDate\": \"2021-08-25T11:04:58\",\r\n            \"NationalCode\": \"2372547097\"\r\n        },\r\n        \"Delivery\": null,\r\n        \"Marketer\": null,\r\n        \"Shop\": {\r\n            \"IntId\": 36342,\r\n            \"ShopName\": \"شیک مارکت\",\r\n            \"UserName\": \"livegallery4\",\r\n            \"Id\": \"2be11482-d90c-4297-97b6-2be5dd8d7035\"\r\n        },\r\n        \"Presenter\": null,\r\n        \"Note\": null,\r\n        \"Ops\": null,\r\n        \"UnreadMsg\": 0,\r\n        \"Total\": 93,\r\n        \"WaitingDocs\": 0\r\n    },\r\n    {\r\n        \"Order\": {\r\n            \"v2\": false,\r\n            \"ndm\": false,\r\n            \"Bp\": 0.00,\r\n            \"Bv\": 0.00,\r\n            \"TreeSetting\": null,\r\n            \"Code\": \"xJlRitzo\",\r\n            \"Transportation\": 0,\r\n            \"Status\": 0,\r\n            \"Type\": 0,\r\n            \"InvType\": 0,\r\n            \"DecreaseType\": 0,\r\n            \"TotalPrice\": 2300000.0000,\r\n            \"TotalExchanged\": 21950000.00,\r\n            \"TotalPay\": 2195000.00,\r\n            \"Description\": \"\",\r\n            \"SellerDescription\": \"\",\r\n            \"Address\": \"Tehran, Azadi Blvd, Blur Building\",\r\n            \"PostalCode\": \"123456789\",\r\n            \"ReceiverName\": \"Test Testi\",\r\n            \"Phone\": \"0211234567\",\r\n            \"Mobile\": \"09123456789\",\r\n            \"Longitude\": null,\r\n            \"Latitude\": null,\r\n            \"Date\": \"2022-09-19T16:31:22\",\r\n            \"AddedDate\": \"2022-09-19T16:31:22\",\r\n            \"Payed\": false,\r\n            \"DeliveryId\": 150918,\r\n            \"Hood\": null,\r\n            \"HoodId\": null,\r\n            \"District\": null,\r\n            \"DistrictId\": null,\r\n            \"City\": null,\r\n            \"CityId\": null,\r\n            \"Province\": null,\r\n            \"ProvinceId\": null,\r\n            \"Country\": null,\r\n            \"CountryId\": null,\r\n            \"CountryAbbr\": null,\r\n            \"CountryName\": null,\r\n            \"ProvinceName\": null,\r\n            \"CityName\": null,\r\n            \"HoodName\": null,\r\n            \"DistrictName\": null,\r\n            \"DeliveryName\": \"تایگرشات\",\r\n            \"DeliveryDetail\": \"تحویل کالا کمتر از 36 ساعت\",\r\n            \"DeliveryPayLater\": false,\r\n            \"DeliveryCostId\": null,\r\n            \"PostOffice\": null,\r\n            \"TotalPoint\": 1.00,\r\n            \"TotalWeight\": 185.00,\r\n            \"ProductDiscount\": 0.00,\r\n            \"Off\": 115000.00,\r\n            \"Refund\": 0.00,\r\n            \"Commission\": 0.00,\r\n            \"ExtCost\": 0.00,\r\n            \"InstallmentCommission\": 0.00,\r\n            \"SchemeCommission\": 0.00,\r\n            \"Deleted\": false,\r\n            \"TotalPv\": 0.00,\r\n            \"TotalValue\": 2185000.00,\r\n            \"GroupCharge\": 0.00,\r\n            \"SellPercent\": 0.00,\r\n            \"ConsumePercent\": 0.00,\r\n            \"Dists\": \"20214 \\\\b 2 \\\\b پخش هوشمند \\\\n \",\r\n            \"SumPayment\": 46561710.0000,\r\n            \"ReferredDate\": null,\r\n            \"LastModified\": null,\r\n            \"TotalProfit\": 0.00,\r\n            \"CurrencyUnit\": 0,\r\n            \"CustomerCode\": null,\r\n            \"DeliveryCode\": null,\r\n            \"OperatorId\": null,\r\n            \"CreditCenterId\": null,\r\n            \"NationalCode\": \"0995398291\",\r\n            \"PostBarCode\": null,\r\n            \"DeliverToPost\": null,\r\n            \"IsAdmin\": false,\r\n            \"OpsId\": null,\r\n            \"OpsInfo\": null,\r\n            \"UserName\": \"\",\r\n            \"OwnerId\": 0,\r\n            \"Affiliate\": false,\r\n            \"AffiliateCommission\": 0.00,\r\n            \"DeviceType\": 2,\r\n            \"Credible\": false,\r\n            \"Pins\": null,\r\n            \"PayLink\": \"{\\\"oid\\\":0,\\\"mablagh\\\":\\\"21950000\\\",\\\"portalid\\\":5588,\\\"dt\\\":2,\\\"ShopId\\\":\\\"2be11482-d90c-4297-97b6-2be5dd8d7035\\\",\\\"cid\\\":968,\\\"langid\\\":0,\\\"currencyUnit\\\":1,\\\"total\\\":\\\"21950000\\\",\\\"affiliateCommission\\\":0.0,\\\"instalmentAmount\\\":\\\"0\\\",\\\"NumberOfInstalment\\\":0,\\\"NationalCode\\\":\\\"0995398291\\\",\\\"Mobile\\\":\\\"09123456789\\\",\\\"shaba\\\":null}\",\r\n            \"TotalPoint2\": 0.00,\r\n            \"TotalPv2\": 0.00,\r\n            \"TotalPoint3\": 0.00,\r\n            \"TotalPv3\": 0.00,\r\n            \"Tp\": 2300000.0000,\r\n            \"BinaryType\": 0,\r\n            \"WalletPoint\": false,\r\n            \"PayAmountChangers\": null,\r\n            \"SaveInfo\": false,\r\n            \"PostError\": \"\",\r\n            \"Point\": null,\r\n            \"CommissionSummary\": null,\r\n            \"CommissionSummaryObject\": null,\r\n            \"Id\": 2065203,\r\n            \"LangId\": 0\r\n        },\r\n        \"Payment\": {\r\n            \"OrderId\": 2065203,\r\n            \"Discount\": 0.00,\r\n            \"ParentDiscount\": 0.00,\r\n            \"ParentDiscountCode\": null,\r\n            \"ParentDiscountCode2\": null,\r\n            \"PayMethodDiscount\": 0.00,\r\n            \"Discount2\": 0.00,\r\n            \"DiscountCode\": \"\",\r\n            \"DiscountCode2\": null,\r\n            \"TaxCost\": 0.00,\r\n            \"PostCost\": 12000.00,\r\n            \"PostUndefined\": false,\r\n            \"PostCostExchanged\": 120000.00,\r\n            \"PayAmount\": 2195000.00,\r\n            \"PayAmountExchange\": 21950000.00,\r\n            \"ExchangeUnit\": 1,\r\n            \"CashWallet\": 0.00,\r\n            \"NumberOfInstalment\": 0,\r\n            \"CashAmount\": 2185000.00,\r\n            \"InstalmentAmount\": 0.00,\r\n            \"PortalCommission\": 0.00,\r\n            \"PostMultiplier\": 1.00,\r\n            \"ProcessingCost\": 10000.00,\r\n            \"ExpiresAt\": null,\r\n            \"TotalDiscount\": 0.00,\r\n            \"PortalId\": 5588,\r\n            \"FishNumber\": null,\r\n            \"TrackingCode\": \"xJlRitzo\",\r\n            \"TotalPayment\": 2195000.0000,\r\n            \"TransGet\": null,\r\n            \"IdGet\": null,\r\n            \"BankAccountId\": null,\r\n            \"Date\": \"2022-09-19T16:31:22\",\r\n            \"Type\": 0,\r\n            \"ChequeNumber\": null,\r\n            \"ChequeDate\": null,\r\n            \"ChequeAmount\": null,\r\n            \"UserName\": \"\",\r\n            \"Id\": 1941658,\r\n            \"LangId\": 0\r\n        },\r\n        \"Customer\": {\r\n            \"IntId\": 968,\r\n            \"UserName\": \"09391524118\",\r\n            \"FirstName\": \"تست پشتیبانی\",\r\n            \"LastName\": null,\r\n            \"Marketer\": false,\r\n            \"Cell\": \"09391524118\",\r\n            \"City\": null,\r\n            \"Country\": null,\r\n            \"Province\": null,\r\n            \"StartDate\": \"2021-08-25T11:04:58\",\r\n            \"NationalCode\": \"2372547097\"\r\n        },\r\n        \"Delivery\": null,\r\n        \"Marketer\": null,\r\n        \"Shop\": {\r\n            \"IntId\": 36342,\r\n            \"ShopName\": \"شیک مارکت\",\r\n            \"UserName\": \"livegallery4\",\r\n            \"Id\": \"2be11482-d90c-4297-97b6-2be5dd8d7035\"\r\n        },\r\n        \"Presenter\": null,\r\n        \"Note\": null,\r\n        \"Ops\": null,\r\n        \"UnreadMsg\": 0,\r\n        \"Total\": 93,\r\n        \"WaitingDocs\": 0\r\n    },\r\n    {\r\n        \"Order\": {\r\n            \"v2\": false,\r\n            \"ndm\": false,\r\n            \"Bp\": 0.00,\r\n            \"Bv\": 0.00,\r\n            \"TreeSetting\": null,\r\n            \"Code\": \"wrVlKLm5\",\r\n            \"Transportation\": 0,\r\n            \"Status\": 0,\r\n            \"Type\": 0,\r\n            \"InvType\": 0,\r\n            \"DecreaseType\": 0,\r\n            \"TotalPrice\": 2300000.0000,\r\n            \"TotalExchanged\": 0.00,\r\n            \"TotalPay\": 2195000.00,\r\n            \"Description\": \"\",\r\n            \"SellerDescription\": \"\",\r\n            \"Address\": \"Tehran, Azadi Blvd, Blur Building\",\r\n            \"PostalCode\": \"123456789\",\r\n            \"ReceiverName\": \"Test Testi\",\r\n            \"Phone\": \"0211234567\",\r\n            \"Mobile\": \"09123456789\",\r\n            \"Longitude\": null,\r\n            \"Latitude\": null,\r\n            \"Date\": \"2022-09-19T16:30:11\",\r\n            \"AddedDate\": \"2022-09-19T16:30:11\",\r\n            \"Payed\": false,\r\n            \"DeliveryId\": 150918,\r\n            \"Hood\": null,\r\n            \"HoodId\": null,\r\n            \"District\": null,\r\n            \"DistrictId\": null,\r\n            \"City\": null,\r\n            \"CityId\": null,\r\n            \"Province\": null,\r\n            \"ProvinceId\": null,\r\n            \"Country\": null,\r\n            \"CountryId\": null,\r\n            \"CountryAbbr\": null,\r\n            \"CountryName\": null,\r\n            \"ProvinceName\": null,\r\n            \"CityName\": null,\r\n            \"HoodName\": null,\r\n            \"DistrictName\": null,\r\n            \"DeliveryName\": \"تایگرشات\",\r\n            \"DeliveryDetail\": \"تحویل کالا کمتر از 36 ساعت\",\r\n            \"DeliveryPayLater\": false,\r\n            \"DeliveryCostId\": null,\r\n            \"PostOffice\": null,\r\n            \"TotalPoint\": 1.00,\r\n            \"TotalWeight\": 185.00,\r\n            \"ProductDiscount\": 0.00,\r\n            \"Off\": 115000.00,\r\n            \"Refund\": 0.00,\r\n            \"Commission\": 0.00,\r\n            \"ExtCost\": 0.00,\r\n            \"InstallmentCommission\": 0.00,\r\n            \"SchemeCommission\": 0.00,\r\n            \"Deleted\": false,\r\n            \"TotalPv\": 0.00,\r\n            \"TotalValue\": 2185000.00,\r\n            \"GroupCharge\": 0.00,\r\n            \"SellPercent\": 0.00,\r\n            \"ConsumePercent\": 0.00,\r\n            \"Dists\": \"20214 \\\\b 2 \\\\b پخش هوشمند \\\\n \",\r\n            \"SumPayment\": 46561710.0000,\r\n            \"ReferredDate\": null,\r\n            \"LastModified\": null,\r\n            \"TotalProfit\": 0.00,\r\n            \"CurrencyUnit\": 0,\r\n            \"CustomerCode\": null,\r\n            \"DeliveryCode\": null,\r\n            \"OperatorId\": null,\r\n            \"CreditCenterId\": null,\r\n            \"NationalCode\": \"0995398291\",\r\n            \"PostBarCode\": null,\r\n            \"DeliverToPost\": null,\r\n            \"IsAdmin\": false,\r\n            \"OpsId\": null,\r\n            \"OpsInfo\": null,\r\n            \"UserName\": \"\",\r\n            \"OwnerId\": 0,\r\n            \"Affiliate\": false,\r\n            \"AffiliateCommission\": 0.00,\r\n            \"DeviceType\": 2,\r\n            \"Credible\": false,\r\n            \"Pins\": null,\r\n            \"PayLink\": null,\r\n            \"TotalPoint2\": 0.00,\r\n            \"TotalPv2\": 0.00,\r\n            \"TotalPoint3\": 0.00,\r\n            \"TotalPv3\": 0.00,\r\n            \"Tp\": 2300000.0000,\r\n            \"BinaryType\": 0,\r\n            \"WalletPoint\": false,\r\n            \"PayAmountChangers\": null,\r\n            \"SaveInfo\": false,\r\n            \"PostError\": \"\",\r\n            \"Point\": null,\r\n            \"CommissionSummary\": null,\r\n            \"CommissionSummaryObject\": null,\r\n            \"Id\": 2065202,\r\n            \"LangId\": 0\r\n        },\r\n        \"Payment\": {\r\n            \"OrderId\": 2065202,\r\n            \"Discount\": 0.00,\r\n            \"ParentDiscount\": 0.00,\r\n            \"ParentDiscountCode\": null,\r\n            \"ParentDiscountCode2\": null,\r\n            \"PayMethodDiscount\": 0.00,\r\n            \"Discount2\": 0.00,\r\n            \"DiscountCode\": \"\",\r\n            \"DiscountCode2\": null,\r\n            \"TaxCost\": 0.00,\r\n            \"PostCost\": 12000.00,\r\n            \"PostUndefined\": false,\r\n            \"PostCostExchanged\": 0.00,\r\n            \"PayAmount\": 2195000.00,\r\n            \"PayAmountExchange\": 0.00,\r\n            \"ExchangeUnit\": null,\r\n            \"CashWallet\": 0.00,\r\n            \"NumberOfInstalment\": 0,\r\n            \"CashAmount\": 2185000.00,\r\n            \"InstalmentAmount\": 0.00,\r\n            \"PortalCommission\": 0.00,\r\n            \"PostMultiplier\": 1.00,\r\n            \"ProcessingCost\": 10000.00,\r\n            \"ExpiresAt\": null,\r\n            \"TotalDiscount\": 0.00,\r\n            \"PortalId\": null,\r\n            \"FishNumber\": null,\r\n            \"TrackingCode\": \"wrVlKLm5\",\r\n            \"TotalPayment\": 2195000.0000,\r\n            \"TransGet\": null,\r\n            \"IdGet\": null,\r\n            \"BankAccountId\": null,\r\n            \"Date\": \"2022-09-19T16:30:11\",\r\n            \"Type\": 2,\r\n            \"ChequeNumber\": null,\r\n            \"ChequeDate\": null,\r\n            \"ChequeAmount\": null,\r\n            \"UserName\": \"\",\r\n            \"Id\": 1941657,\r\n            \"LangId\": 0\r\n        },\r\n        \"Customer\": {\r\n            \"IntId\": 968,\r\n            \"UserName\": \"09391524118\",\r\n            \"FirstName\": \"تست پشتیبانی\",\r\n            \"LastName\": null,\r\n            \"Marketer\": false,\r\n            \"Cell\": \"09391524118\",\r\n            \"City\": null,\r\n            \"Country\": null,\r\n            \"Province\": null,\r\n            \"StartDate\": \"2021-08-25T11:04:58\",\r\n            \"NationalCode\": \"2372547097\"\r\n        },\r\n        \"Delivery\": null,\r\n        \"Marketer\": null,\r\n        \"Shop\": {\r\n            \"IntId\": 36342,\r\n            \"ShopName\": \"شیک مارکت\",\r\n            \"UserName\": \"livegallery4\",\r\n            \"Id\": \"2be11482-d90c-4297-97b6-2be5dd8d7035\"\r\n        },\r\n        \"Presenter\": null,\r\n        \"Note\": null,\r\n        \"Ops\": null,\r\n        \"UnreadMsg\": 0,\r\n        \"Total\": 93,\r\n        \"WaitingDocs\": 0\r\n    },\r\n    {\r\n        \"Order\": {\r\n            \"v2\": false,\r\n            \"ndm\": false,\r\n            \"Bp\": 0.00,\r\n            \"Bv\": 0.00,\r\n            \"TreeSetting\": null,\r\n            \"Code\": \"1ihnUfWP\",\r\n            \"Transportation\": 0,\r\n            \"Status\": 0,\r\n            \"Type\": 0,\r\n            \"InvType\": 0,\r\n            \"DecreaseType\": 0,\r\n            \"TotalPrice\": 2300000.0000,\r\n            \"TotalExchanged\": 0.00,\r\n            \"TotalPay\": 2195000.00,\r\n            \"Description\": \"\",\r\n            \"SellerDescription\": \"\",\r\n            \"Address\": \"Office No. 205 - i Standard Holdings ltd - Bur Dubai - Dubai\",\r\n            \"PostalCode\": \"123456789\",\r\n            \"ReceiverName\": \"Test Testi\",\r\n            \"Phone\": \"0211234567\",\r\n            \"Mobile\": \"09123456789\",\r\n            \"Longitude\": null,\r\n            \"Latitude\": null,\r\n            \"Date\": \"2022-09-19T16:25:16\",\r\n            \"AddedDate\": \"2022-09-19T16:25:16\",\r\n            \"Payed\": false,\r\n            \"DeliveryId\": 150918,\r\n            \"Hood\": null,\r\n            \"HoodId\": null,\r\n            \"District\": null,\r\n            \"DistrictId\": null,\r\n            \"City\": null,\r\n            \"CityId\": null,\r\n            \"Province\": null,\r\n            \"ProvinceId\": null,\r\n            \"Country\": null,\r\n            \"CountryId\": null,\r\n            \"CountryAbbr\": null,\r\n            \"CountryName\": null,\r\n            \"ProvinceName\": null,\r\n            \"CityName\": null,\r\n            \"HoodName\": null,\r\n            \"DistrictName\": null,\r\n            \"DeliveryName\": \"تایگرشات\",\r\n            \"DeliveryDetail\": \"تحویل کالا کمتر از 36 ساعت\",\r\n            \"DeliveryPayLater\": false,\r\n            \"DeliveryCostId\": null,\r\n            \"PostOffice\": null,\r\n            \"TotalPoint\": 1.00,\r\n            \"TotalWeight\": 185.00,\r\n            \"ProductDiscount\": 0.00,\r\n            \"Off\": 115000.00,\r\n            \"Refund\": 0.00,\r\n            \"Commission\": 0.00,\r\n            \"ExtCost\": 0.00,\r\n            \"InstallmentCommission\": 0.00,\r\n            \"SchemeCommission\": 0.00,\r\n            \"Deleted\": false,\r\n            \"TotalPv\": 0.00,\r\n            \"TotalValue\": 2185000.00,\r\n            \"GroupCharge\": 0.00,\r\n            \"SellPercent\": 0.00,\r\n            \"ConsumePercent\": 0.00,\r\n            \"Dists\": \"20214 \\\\b 2 \\\\b پخش هوشمند \\\\n \",\r\n            \"SumPayment\": 46561710.0000,\r\n            \"ReferredDate\": null,\r\n            \"LastModified\": null,\r\n            \"TotalProfit\": 0.00,\r\n            \"CurrencyUnit\": 0,\r\n            \"CustomerCode\": null,\r\n            \"DeliveryCode\": null,\r\n            \"OperatorId\": null,\r\n            \"CreditCenterId\": null,\r\n            \"NationalCode\": \"0995398291\",\r\n            \"PostBarCode\": null,\r\n            \"DeliverToPost\": null,\r\n            \"IsAdmin\": false,\r\n            \"OpsId\": null,\r\n            \"OpsInfo\": null,\r\n            \"UserName\": \"\",\r\n            \"OwnerId\": 0,\r\n            \"Affiliate\": false,\r\n            \"AffiliateCommission\": 0.00,\r\n            \"DeviceType\": 2,\r\n            \"Credible\": false,\r\n            \"Pins\": null,\r\n            \"PayLink\": null,\r\n            \"TotalPoint2\": 0.00,\r\n            \"TotalPv2\": 0.00,\r\n            \"TotalPoint3\": 0.00,\r\n            \"TotalPv3\": 0.00,\r\n            \"Tp\": 2300000.0000,\r\n            \"BinaryType\": 0,\r\n            \"WalletPoint\": false,\r\n            \"PayAmountChangers\": null,\r\n            \"SaveInfo\": false,\r\n            \"PostError\": \"\",\r\n            \"Point\": null,\r\n            \"CommissionSummary\": null,\r\n            \"CommissionSummaryObject\": null,\r\n            \"Id\": 2065201,\r\n            \"LangId\": 0\r\n        },\r\n        \"Payment\": {\r\n            \"OrderId\": 2065201,\r\n            \"Discount\": 0.00,\r\n            \"ParentDiscount\": 0.00,\r\n            \"ParentDiscountCode\": null,\r\n            \"ParentDiscountCode2\": null,\r\n            \"PayMethodDiscount\": 0.00,\r\n            \"Discount2\": 0.00,\r\n            \"DiscountCode\": \"\",\r\n            \"DiscountCode2\": null,\r\n            \"TaxCost\": 0.00,\r\n            \"PostCost\": 12000.00,\r\n            \"PostUndefined\": false,\r\n            \"PostCostExchanged\": 0.00,\r\n            \"PayAmount\": 2195000.00,\r\n            \"PayAmountExchange\": 0.00,\r\n            \"ExchangeUnit\": null,\r\n            \"CashWallet\": 0.00,\r\n            \"NumberOfInstalment\": 0,\r\n            \"CashAmount\": 2185000.00,\r\n            \"InstalmentAmount\": 0.00,\r\n            \"PortalCommission\": 0.00,\r\n            \"PostMultiplier\": 1.00,\r\n            \"ProcessingCost\": 10000.00,\r\n            \"ExpiresAt\": null,\r\n            \"TotalDiscount\": 0.00,\r\n            \"PortalId\": null,\r\n            \"FishNumber\": \"testtesttest\",\r\n            \"TrackingCode\": \"1ihnUfWP\",\r\n            \"TotalPayment\": 2195000.0000,\r\n            \"TransGet\": null,\r\n            \"IdGet\": null,\r\n            \"BankAccountId\": 60195,\r\n            \"Date\": \"2022-09-19T16:25:16\",\r\n            \"Type\": 1,\r\n            \"ChequeNumber\": null,\r\n            \"ChequeDate\": null,\r\n            \"ChequeAmount\": null,\r\n            \"UserName\": \"\",\r\n            \"Id\": 1941656,\r\n            \"LangId\": 0\r\n        },\r\n        \"Customer\": {\r\n            \"IntId\": 968,\r\n            \"UserName\": \"09391524118\",\r\n            \"FirstName\": \"تست پشتیبانی\",\r\n            \"LastName\": null,\r\n            \"Marketer\": false,\r\n            \"Cell\": \"09391524118\",\r\n            \"City\": null,\r\n            \"Country\": null,\r\n            \"Province\": null,\r\n            \"StartDate\": \"2021-08-25T11:04:58\",\r\n            \"NationalCode\": \"2372547097\"\r\n        },\r\n        \"Delivery\": null,\r\n        \"Marketer\": null,\r\n        \"Shop\": {\r\n            \"IntId\": 36342,\r\n            \"ShopName\": \"شیک مارکت\",\r\n            \"UserName\": \"livegallery4\",\r\n            \"Id\": \"2be11482-d90c-4297-97b6-2be5dd8d7035\"\r\n        },\r\n        \"Presenter\": null,\r\n        \"Note\": null,\r\n        \"Ops\": null,\r\n        \"UnreadMsg\": 0,\r\n        \"Total\": 93,\r\n        \"WaitingDocs\": 0\r\n    },\r\n    {\r\n        \"Order\": {\r\n            \"v2\": false,\r\n            \"ndm\": false,\r\n            \"Bp\": 0.00,\r\n            \"Bv\": 0.00,\r\n            \"TreeSetting\": null,\r\n            \"Code\": \"Y3BzlZvF\",\r\n            \"Transportation\": 0,\r\n            \"Status\": 0,\r\n            \"Type\": 0,\r\n            \"InvType\": 0,\r\n            \"DecreaseType\": 0,\r\n            \"TotalPrice\": 200360.0000,\r\n            \"TotalExchanged\": 1803600.00,\r\n            \"TotalPay\": 180360.00,\r\n            \"Description\": \"\",\r\n            \"SellerDescription\": \"\",\r\n            \"Address\": \"بلوار تست ، خیابان تست ، کوچه تست ، پلاک تست\",\r\n            \"PostalCode\": \"7157918797\",\r\n            \"ReceiverName\": \"تست تستی\",\r\n            \"Phone\": \"0798789789\",\r\n            \"Mobile\": \"09354000081\",\r\n            \"Longitude\": null,\r\n            \"Latitude\": null,\r\n            \"Date\": \"2022-05-31T16:34:41\",\r\n            \"AddedDate\": \"2022-05-31T16:34:41\",\r\n            \"Payed\": false,\r\n            \"DeliveryId\": 150918,\r\n            \"Hood\": null,\r\n            \"HoodId\": null,\r\n            \"District\": null,\r\n            \"DistrictId\": null,\r\n            \"City\": null,\r\n            \"CityId\": 168543,\r\n            \"Province\": null,\r\n            \"ProvinceId\": 27,\r\n            \"Country\": null,\r\n            \"CountryId\": null,\r\n            \"CountryAbbr\": null,\r\n            \"CountryName\": null,\r\n            \"ProvinceName\": \"آذربایجان شرقی\",\r\n            \"CityName\": \"آبش احمد\",\r\n            \"HoodName\": null,\r\n            \"DistrictName\": null,\r\n            \"DeliveryName\": \"تایگرشات\",\r\n            \"DeliveryDetail\": \"تحویل کالا کمتر از 36 ساعت\",\r\n            \"DeliveryPayLater\": false,\r\n            \"DeliveryCostId\": null,\r\n            \"PostOffice\": null,\r\n            \"TotalPoint\": 0.00,\r\n            \"TotalWeight\": 1000.00,\r\n            \"ProductDiscount\": 0.00,\r\n            \"Off\": 20000.00,\r\n            \"Refund\": 0.00,\r\n            \"Commission\": 0.00,\r\n            \"ExtCost\": 0.00,\r\n            \"InstallmentCommission\": 360.00,\r\n            \"SchemeCommission\": 0.00,\r\n            \"Deleted\": false,\r\n            \"TotalPv\": 0.00,\r\n            \"TotalValue\": 0.00,\r\n            \"GroupCharge\": 0.00,\r\n            \"SellPercent\": 0.00,\r\n            \"ConsumePercent\": 0.00,\r\n            \"Dists\": \"20214 \\\\b 2 \\\\b پخش هوشمند \\\\n \",\r\n            \"SumPayment\": 46561710.0000,\r\n            \"ReferredDate\": null,\r\n            \"LastModified\": null,\r\n            \"TotalProfit\": 0.00,\r\n            \"CurrencyUnit\": 0,\r\n            \"CustomerCode\": null,\r\n            \"DeliveryCode\": null,\r\n            \"OperatorId\": null,\r\n            \"CreditCenterId\": null,\r\n            \"NationalCode\": null,\r\n            \"PostBarCode\": null,\r\n            \"DeliverToPost\": null,\r\n            \"IsAdmin\": false,\r\n            \"OpsId\": null,\r\n            \"OpsInfo\": null,\r\n            \"UserName\": \"\",\r\n            \"OwnerId\": 0,\r\n            \"Affiliate\": false,\r\n            \"AffiliateCommission\": 0.00,\r\n            \"DeviceType\": 2,\r\n            \"Credible\": false,\r\n            \"Pins\": null,\r\n            \"PayLink\": \"{\\\"oid\\\":0,\\\"mablagh\\\":\\\"5709800\\\",\\\"portalid\\\":5647,\\\"dt\\\":2,\\\"ShopId\\\":\\\"2be11482-d90c-4297-97b6-2be5dd8d7035\\\",\\\"cid\\\":0,\\\"langid\\\":0,\\\"currencyUnit\\\":1,\\\"total\\\":\\\"1803600\\\",\\\"affiliateCommission\\\":0.0,\\\"instalmentAmount\\\":\\\"1803600\\\",\\\"NumberOfInstalment\\\":1,\\\"NationalCode\\\":null,\\\"Mobile\\\":\\\"09354000081\\\",\\\"shaba\\\":null}\",\r\n            \"TotalPoint2\": 0.00,\r\n            \"TotalPv2\": 0.00,\r\n            \"TotalPoint3\": 0.00,\r\n            \"TotalPv3\": 0.00,\r\n            \"Tp\": 200000.0000,\r\n            \"BinaryType\": 0,\r\n            \"WalletPoint\": false,\r\n            \"PayAmountChangers\": null,\r\n            \"SaveInfo\": false,\r\n            \"PostError\": \"\",\r\n            \"Point\": null,\r\n            \"CommissionSummary\": null,\r\n            \"CommissionSummaryObject\": null,\r\n            \"Id\": 2056374,\r\n            \"LangId\": 0\r\n        },\r\n        \"Payment\": {\r\n            \"OrderId\": 2056374,\r\n            \"Discount\": 0.00,\r\n            \"ParentDiscount\": 0.00,\r\n            \"ParentDiscountCode\": null,\r\n            \"ParentDiscountCode2\": null,\r\n            \"PayMethodDiscount\": 0.00,\r\n            \"Discount2\": 0.00,\r\n            \"DiscountCode\": \"\",\r\n            \"DiscountCode2\": null,\r\n            \"TaxCost\": 0.00,\r\n            \"PostCost\": 12000.00,\r\n            \"PostUndefined\": false,\r\n            \"PostCostExchanged\": 120000.00,\r\n            \"PayAmount\": 570980.00,\r\n            \"PayAmountExchange\": 5709800.00,\r\n            \"ExchangeUnit\": 1,\r\n            \"CashWallet\": 0.00,\r\n            \"NumberOfInstalment\": 1,\r\n            \"CashAmount\": 0.00,\r\n            \"InstalmentAmount\": 180360.00,\r\n            \"PortalCommission\": 0.00,\r\n            \"PostMultiplier\": 1.00,\r\n            \"ProcessingCost\": 0.00,\r\n            \"ExpiresAt\": null,\r\n            \"TotalDiscount\": 0.00,\r\n            \"PortalId\": 5647,\r\n            \"FishNumber\": null,\r\n            \"TrackingCode\": \"Y3BzlZvF\",\r\n            \"TotalPayment\": 180360.0000,\r\n            \"TransGet\": null,\r\n            \"IdGet\": null,\r\n            \"BankAccountId\": null,\r\n            \"Date\": \"2022-05-31T16:34:41\",\r\n            \"Type\": 0,\r\n            \"ChequeNumber\": null,\r\n            \"ChequeDate\": null,\r\n            \"ChequeAmount\": \"0\",\r\n            \"UserName\": \"\",\r\n            \"Id\": 1932829,\r\n            \"LangId\": 0\r\n        },\r\n        \"Customer\": null,\r\n        \"Delivery\": null,\r\n        \"Marketer\": null,\r\n        \"Shop\": {\r\n            \"IntId\": 36342,\r\n            \"ShopName\": \"شیک مارکت\",\r\n            \"UserName\": \"livegallery4\",\r\n            \"Id\": \"2be11482-d90c-4297-97b6-2be5dd8d7035\"\r\n        },\r\n        \"Presenter\": null,\r\n        \"Note\": null,\r\n        \"Ops\": null,\r\n        \"UnreadMsg\": 0,\r\n        \"Total\": 93,\r\n        \"WaitingDocs\": 0\r\n    },\r\n    {\r\n        \"Order\": {\r\n            \"v2\": false,\r\n            \"ndm\": false,\r\n            \"Bp\": 0.00,\r\n            \"Bv\": 0.00,\r\n            \"TreeSetting\": null,\r\n            \"Code\": \"hZBHvP24\",\r\n            \"Transportation\": 0,\r\n            \"Status\": 0,\r\n            \"Type\": 1,\r\n            \"InvType\": 0,\r\n            \"DecreaseType\": 0,\r\n            \"TotalPrice\": 200360.0000,\r\n            \"TotalExchanged\": 1803600.00,\r\n            \"TotalPay\": 180360.00,\r\n            \"Description\": \"\",\r\n            \"SellerDescription\": \"\",\r\n            \"Address\": \"بلوار تست ، خیابان تست ، کوچه تست ، پلاک تست\",\r\n            \"PostalCode\": \"7157918797\",\r\n            \"ReceiverName\": \"تست تستی\",\r\n            \"Phone\": \"0798789789\",\r\n            \"Mobile\": \"09354000081\",\r\n            \"Longitude\": null,\r\n            \"Latitude\": null,\r\n            \"Date\": \"2022-05-31T16:33:28\",\r\n            \"AddedDate\": \"2022-05-31T16:33:28\",\r\n            \"Payed\": false,\r\n            \"DeliveryId\": 150918,\r\n            \"Hood\": null,\r\n            \"HoodId\": null,\r\n            \"District\": null,\r\n            \"DistrictId\": null,\r\n            \"City\": null,\r\n            \"CityId\": 168543,\r\n            \"Province\": null,\r\n            \"ProvinceId\": 27,\r\n            \"Country\": null,\r\n            \"CountryId\": null,\r\n            \"CountryAbbr\": null,\r\n            \"CountryName\": null,\r\n            \"ProvinceName\": \"آذربایجان شرقی\",\r\n            \"CityName\": \"آبش احمد\",\r\n            \"HoodName\": null,\r\n            \"DistrictName\": null,\r\n            \"DeliveryName\": \"تایگرشات\",\r\n            \"DeliveryDetail\": \"تحویل کالا کمتر از 36 ساعت\",\r\n            \"DeliveryPayLater\": false,\r\n            \"DeliveryCostId\": null,\r\n            \"PostOffice\": null,\r\n            \"TotalPoint\": 0.00,\r\n            \"TotalWeight\": 1000.00,\r\n            \"ProductDiscount\": 0.00,\r\n            \"Off\": 20000.00,\r\n            \"Refund\": 0.00,\r\n            \"Commission\": 0.00,\r\n            \"ExtCost\": 0.00,\r\n            \"InstallmentCommission\": 360.00,\r\n            \"SchemeCommission\": 0.00,\r\n            \"Deleted\": false,\r\n            \"TotalPv\": 0.00,\r\n            \"TotalValue\": 0.00,\r\n            \"GroupCharge\": 0.00,\r\n            \"SellPercent\": 0.00,\r\n            \"ConsumePercent\": 0.00,\r\n            \"Dists\": \"20214 \\\\b 2 \\\\b پخش هوشمند \\\\n \",\r\n            \"SumPayment\": 46561710.0000,\r\n            \"ReferredDate\": null,\r\n            \"LastModified\": null,\r\n            \"TotalProfit\": 0.00,\r\n            \"CurrencyUnit\": 0,\r\n            \"CustomerCode\": null,\r\n            \"DeliveryCode\": null,\r\n            \"OperatorId\": null,\r\n            \"CreditCenterId\": null,\r\n            \"NationalCode\": null,\r\n            \"PostBarCode\": null,\r\n            \"DeliverToPost\": null,\r\n            \"IsAdmin\": false,\r\n            \"OpsId\": null,\r\n            \"OpsInfo\": null,\r\n            \"UserName\": \"\",\r\n            \"OwnerId\": 0,\r\n            \"Affiliate\": false,\r\n            \"AffiliateCommission\": 0.00,\r\n            \"DeviceType\": 2,\r\n            \"Credible\": false,\r\n            \"Pins\": null,\r\n            \"PayLink\": \"{\\\"oid\\\":0,\\\"mablagh\\\":\\\"5709800\\\",\\\"portalid\\\":5647,\\\"dt\\\":2,\\\"ShopId\\\":\\\"2be11482-d90c-4297-97b6-2be5dd8d7035\\\",\\\"cid\\\":0,\\\"langid\\\":0,\\\"currencyUnit\\\":1,\\\"total\\\":\\\"1803600\\\",\\\"affiliateCommission\\\":0.0,\\\"instalmentAmount\\\":\\\"1803600\\\",\\\"NumberOfInstalment\\\":1,\\\"NationalCode\\\":null,\\\"Mobile\\\":\\\"09354000081\\\",\\\"shaba\\\":null}\",\r\n            \"TotalPoint2\": 0.00,\r\n            \"TotalPv2\": 0.00,\r\n            \"TotalPoint3\": 0.00,\r\n            \"TotalPv3\": 0.00,\r\n            \"Tp\": 200000.0000,\r\n            \"BinaryType\": 0,\r\n            \"WalletPoint\": false,\r\n            \"PayAmountChangers\": null,\r\n            \"SaveInfo\": false,\r\n            \"PostError\": \"\",\r\n            \"Point\": null,\r\n            \"CommissionSummary\": null,\r\n            \"CommissionSummaryObject\": null,\r\n            \"Id\": 2056373,\r\n            \"LangId\": 0\r\n        },\r\n        \"Payment\": {\r\n            \"OrderId\": 2056373,\r\n            \"Discount\": 0.00,\r\n            \"ParentDiscount\": 0.00,\r\n            \"ParentDiscountCode\": null,\r\n            \"ParentDiscountCode2\": null,\r\n            \"PayMethodDiscount\": 0.00,\r\n            \"Discount2\": 0.00,\r\n            \"DiscountCode\": \"\",\r\n            \"DiscountCode2\": null,\r\n            \"TaxCost\": 0.00,\r\n            \"PostCost\": 12000.00,\r\n            \"PostUndefined\": false,\r\n            \"PostCostExchanged\": 120000.00,\r\n            \"PayAmount\": 570980.00,\r\n            \"PayAmountExchange\": 5709800.00,\r\n            \"ExchangeUnit\": 1,\r\n            \"CashWallet\": 0.00,\r\n            \"NumberOfInstalment\": 1,\r\n            \"CashAmount\": 0.00,\r\n            \"InstalmentAmount\": 180360.00,\r\n            \"PortalCommission\": 0.00,\r\n            \"PostMultiplier\": 1.00,\r\n            \"ProcessingCost\": 0.00,\r\n            \"ExpiresAt\": null,\r\n            \"TotalDiscount\": 0.00,\r\n            \"PortalId\": 5647,\r\n            \"FishNumber\": null,\r\n            \"TrackingCode\": \"hZBHvP24\",\r\n            \"TotalPayment\": 180360.0000,\r\n            \"TransGet\": null,\r\n            \"IdGet\": null,\r\n            \"BankAccountId\": null,\r\n            \"Date\": \"2022-05-31T16:33:28\",\r\n            \"Type\": 0,\r\n            \"ChequeNumber\": null,\r\n            \"ChequeDate\": null,\r\n            \"ChequeAmount\": \"0\",\r\n            \"UserName\": \"\",\r\n            \"Id\": 1932828,\r\n            \"LangId\": 0\r\n        },\r\n        \"Customer\": null,\r\n        \"Delivery\": null,\r\n        \"Marketer\": null,\r\n        \"Shop\": {\r\n            \"IntId\": 36342,\r\n            \"ShopName\": \"شیک مارکت\",\r\n            \"UserName\": \"livegallery4\",\r\n            \"Id\": \"2be11482-d90c-4297-97b6-2be5dd8d7035\"\r\n        },\r\n        \"Presenter\": null,\r\n        \"Note\": null,\r\n        \"Ops\": null,\r\n        \"UnreadMsg\": 0,\r\n        \"Total\": 93,\r\n        \"WaitingDocs\": 0\r\n    }\r\n]"},{"id":"668c295e-e0d4-44fd-8e9a-c65bf4c03e44","name":"Error","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"}],"url":{"raw":"https://api.example.com/api/order/filter/v2?Deleted=false&$orderby=Order/Id desc","host":["https://api.example.com"],"path":["api","order","filter","v2"],"query":[{"key":"Deleted","value":"false"},{"key":"OrderId","value":"[id]","disabled":true},{"key":"TrackingCode","value":"","disabled":true},{"key":"Status","value":"","disabled":true},{"key":"GroupId","value":"","disabled":true},{"key":"ProductSerial","value":"","disabled":true},{"key":"DiscountCode","value":"","disabled":true},{"key":"LowerDate","value":"","disabled":true},{"key":"UpperDate","value":"","disabled":true},{"key":"LowerPrice","value":"","disabled":true},{"key":"UpperPrice","value":"","disabled":true},{"key":"Device","value":"","disabled":true},{"key":"PaymentType","value":"","disabled":true},{"key":"Portal","value":"","disabled":true},{"key":"BankId","value":"","disabled":true},{"key":"RecieverName","value":"","disabled":true},{"key":"CustomerUserName","value":"","disabled":true},{"key":"DeliveryManUserName","value":"","disabled":true},{"key":"CountryId","value":"","disabled":true},{"key":"ProvinceId","value":"","disabled":true},{"key":"CityId","value":"","disabled":true},{"key":"Transportation","value":"","disabled":true},{"key":"ShopId","value":"","disabled":true},{"key":"AddType","value":"","disabled":true},{"key":"Credible","value":"","disabled":true},{"key":"ShopUserType","value":"","disabled":true},{"key":"payed","value":"","disabled":true},{"key":"MinInstallment","value":"","disabled":true},{"key":"MaxInstallment","value":"","disabled":true},{"key":"MinPoint","value":"","disabled":true},{"key":"MaxPoint","value":"","disabled":true},{"key":"MinPost","value":"","disabled":true},{"key":"MaxPost","value":"","disabled":true},{"key":"PostName","value":"","disabled":true},{"key":"PeriodId","value":"","disabled":true},{"key":"WithSubset","value":"","disabled":true},{"key":"Affiliate","value":"","disabled":true},{"key":"PostBarcode","value":"","disabled":true},{"key":"ProcessCost.Min=","value":"","disabled":true},{"key":"ProcessCost.Max","value":"","disabled":true},{"key":"CashAmount.Min","value":"","disabled":true},{"key":"CashAmount.Max","value":"","disabled":true},{"key":"NotSent","value":"","disabled":true},{"key":"FilterOps","value":"","disabled":true},{"key":"Ops[0]","value":"[id]","disabled":true},{"key":"Depots[0]","value":"[id]","disabled":true},{"key":"Dists[0]","value":"[id]","disabled":true},{"key":"$orderby","value":"Order/Id desc"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"html","header":[],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html>\n    <head>\n        <title>Configuration Error</title>\n        <meta name=\"viewport\" content=\"width=device-width\" />\n        <style>\n\t\tbody {\n\t\t\tfont-family: \"Verdana\";\n\t\t\tfont-weight: normal;\n\t\t\tfont-size: .7em;\n\t\t\tcolor: black;\n\t\t}\n\n\t\tp {\n\t\t\tfont-family: \"Verdana\";\n\t\t\tfont-weight: normal;\n\t\t\tcolor: black;\n\t\t\tmargin-top: -5px\n\t\t}\n\n\t\tb {\n\t\t\tfont-family: \"Verdana\";\n\t\t\tfont-weight: bold;\n\t\t\tcolor: black;\n\t\t\tmargin-top: -5px\n\t\t}\n\n\t\tH1 {\n\t\t\tfont-family: \"Verdana\";\n\t\t\tfont-weight: normal;\n\t\t\tfont-size: 18pt;\n\t\t\tcolor: red\n\t\t}\n\n\t\tH2 {\n\t\t\tfont-family: \"Verdana\";\n\t\t\tfont-weight: normal;\n\t\t\tfont-size: 14pt;\n\t\t\tcolor: maroon\n\t\t}\n\n\t\tpre {\n\t\t\tfont-family: \"Consolas\", \"Lucida Console\", Monospace;\n\t\t\tfont-size: 11pt;\n\t\t\tmargin: 0;\n\t\t\tpadding: 0.5em;\n\t\t\tline-height: 14pt\n\t\t}\n\n\t\t.marker {\n\t\t\tfont-weight: bold;\n\t\t\tcolor: black;\n\t\t\ttext-decoration: none;\n\t\t}\n\n\t\t.version {\n\t\t\tcolor: gray;\n\t\t}\n\n\t\t.error {\n\t\t\tmargin-bottom: 10px;\n\t\t}\n\n\t\t.expandable {\n\t\t\ttext-decoration: underline;\n\t\t\tfont-weight: bold;\n\t\t\tcolor: navy;\n\t\t\tcursor: hand;\n\t\t}\n\n\t\t@media screen and (max-width: 639px) {\n\t\t\tpre {\n\t\t\t\twidth: 440px;\n\t\t\t\toverflow: auto;\n\t\t\t\twhite-space: pre-wrap;\n\t\t\t\tword-wrap: break-word;\n\t\t\t}\n\t\t}\n\n\t\t@media screen and (max-width: 479px) {\n\t\t\tpre {\n\t\t\t\twidth: 280px;\n\t\t\t}\n\t\t}\n\t</style>\n    </head>\n    <body bgcolor=\"white\">\n        <span>\n            <H1>Server Error in '/' Application.\n                <hr width=100% size=1 color=silver>\n            </H1>\n            <h2>\n                <i>Configuration Error</i>\n            </h2>\n        </span>\n        <font face=\"Arial, Helvetica, Geneva, SunSans-Regular, sans-serif \">\n            <b> Description: </b>An error occurred during the processing of a configuration file required to service this\n\t\trequest. Please review the specific error details below and modify your configuration file appropriately.\n            <br>\n            <br>\n            <b> Parser Error Message: </b>The value of the property 'mode' cannot be parsed. The error is: The enumeration\n\t\tvalue must be one of the following: RemoteOnly, On, Off.\n            <br>\n            <br>\n            <b>Source Error:</b>\n            <br>\n            <br>\n            <table width=100% bgcolor=\"#ffffcc\">\n                <tr>\n                    <td>\n                        <code>\n                            <pre>\n\nLine 53:   &lt;/appSettings&gt;\nLine 54:   &lt;system.web&gt;\n\n                                <font color=red>Line 55:     &lt;customErrors mode=&quot;on&quot;/&gt;\n</font>Line 56:   &lt;authentication mode=&quot;None&quot;/&gt;\nLine 57:     &lt;compilation targetFramework=&quot;4.7.2&quot;&gt;\n                            </pre>\n                        </code>\n                    </td>\n                </tr>\n            </table>\n            <br>\n            <b> Source File: </b> C:\\wwwroot\\api.smx.live\\web.config\n            <b> &nbsp;&nbsp; Line: </b> 55\n            <br>\n            <br>\n            <hr width=100% size=1 color=silver>\n            <b>Version Information:</b>&nbsp;Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.7.3535.0\n        </font>\n    </body>\n</html>\n<!-- \n[ConfigurationErrorsException]: The value of the property &#39;mode&#39; cannot be parsed. The error is: The enumeration value must be one of the following: RemoteOnly, On, Off. (C:\\wwwroot\\api.smx.live\\web.config line 55)\n   at System.Configuration.BaseConfigurationRecord.EvaluateOne(String[] keys, SectionInput input, Boolean isTrusted, FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult)\n   at System.Configuration.BaseConfigurationRecord.Evaluate(FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult, Boolean getLkg, Boolean getRuntimeObject, Object& result, Object& resultRuntimeObject)\n   at System.Configuration.BaseConfigurationRecord.GetSectionRecursive(String configKey, Boolean getLkg, Boolean checkPermission, Boolean getRuntimeObject, Boolean requestIsHere, Object& result, Object& resultRuntimeObject)\n   at System.Configuration.BaseConfigurationRecord.GetSection(String configKey)\n   at System.Web.Configuration.RuntimeConfig.GetSectionObject(String sectionName)\n   at System.Web.Configuration.RuntimeConfig.GetSection(String sectionName, Type type, ResultsIndex index)\n   at System.Web.Configuration.RuntimeConfig.get_CustomErrors()\n   at System.Web.Configuration.CustomErrorsSection.GetSettings(HttpContext context, Boolean canThrow)\n   at System.Web.HttpResponse.ReportRuntimeError(Exception e, Boolean canThrow, Boolean localExecute)\n   at System.Web.HttpContext.ReportRuntimeErrorIfExists(RequestNotificationStatus& status)\n-->"}],"_postman_id":"371d3037-af89-4dd1-ae75-4a69971ce20f"},{"name":"Details","id":"5453666b-58da-4951-87b0-83b0118d5653","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/order/[id]","description":"<p>get order details</p>\n","urlObject":{"path":["api","order","[id]"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"40bd9e39-1d94-45c2-b892-3fe6c5e2e728","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"}],"url":"https://api.example.com/api/order/[id]"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":".AspNet.ApplicationCookie=OkDdz5uMaraRHP8qmEnRBjQHzaS6qn283s8qN60pA0xcX_1PsT_BBtqPttu7j6w9ALrUPso3htUcUb7j7AngFJrJYvzh93Wt-epSR8Ef1Hzn9_PQWJxPeo_1XBB3AQzJx-TsuwNJFYbC3cRgg5wRjg6WfqR3uj0Yt733g6FBVA92rOziZ7f77OF0mbJsY2f7bFO7PuuHCCYbtCfBdG0PA6oE3CZ76BInrUsrqyYpMbV1iDcPccI5_C13guAdSVt5TB3MMc9MrY3tuSkjt9hKYgQX7lZBXXPbpYjJkpa0o9EBuTr38Nl0j3J7x-Kq415vCJ6k5t0ULYOk8gqOpOJcQCnlvek6dB6qO9x48EEMmahr-ZdAkxeBAcnFDeKb6-SAACcrVMGLcD-nlpzC6thhHIKF8Gbe_bQI10e8aQyVgOCLgu-hZqW063_iGPHMuWjx5xkphvnejOASkYerrxYp4J4g4uDxRUcbRip3t9zv8d4lE6Fg-UxYPYBwgdsQxVE-rWpcVrWuy1Ek9d9vUyholMagEH6jWfdi1pM2x03pyrE847Yy; path=/; expires=Sun, 20-Apr-2025 11:55:09 GMT; secure","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"order\": {\r\n        \"v2\": false,\r\n        \"ndm\": false,\r\n        \"Bp\": 0.00,\r\n        \"Bv\": 0.00,\r\n        \"TreeSetting\": null,\r\n        \"Code\": \"OazplSR3\",\r\n        \"Transportation\": 1,\r\n        \"Status\": 0,\r\n        \"Type\": 0,\r\n        \"InvType\": 0,\r\n        \"DecreaseType\": 0,\r\n        \"TotalPrice\": 2300000.0000,\r\n        \"TotalExchanged\": 0.00,\r\n        \"TotalPay\": 2195000.00,\r\n        \"Description\": null,\r\n        \"SellerDescription\": \"\",\r\n        \"Address\": \"Tehran, Azadi Blvd, Blur Building\",\r\n        \"PostalCode\": \"123456789\",\r\n        \"ReceiverName\": \"Test Testi\",\r\n        \"Phone\": \"0211234567\",\r\n        \"Mobile\": \"09123456789\",\r\n        \"Longitude\": null,\r\n        \"Latitude\": null,\r\n        \"Date\": \"2022-09-19T16:57:54\",\r\n        \"AddedDate\": \"2022-09-19T16:57:54\",\r\n        \"Payed\": false,\r\n        \"DeliveryId\": 150918,\r\n        \"Hood\": null,\r\n        \"HoodId\": null,\r\n        \"District\": null,\r\n        \"DistrictId\": null,\r\n        \"City\": null,\r\n        \"CityId\": null,\r\n        \"Province\": null,\r\n        \"ProvinceId\": null,\r\n        \"Country\": null,\r\n        \"CountryId\": null,\r\n        \"CountryAbbr\": null,\r\n        \"CountryName\": null,\r\n        \"ProvinceName\": null,\r\n        \"CityName\": null,\r\n        \"HoodName\": null,\r\n        \"DistrictName\": null,\r\n        \"DeliveryName\": \"تایگرشات\",\r\n        \"DeliveryDetail\": \"تحویل کالا کمتر از 36 ساعت\",\r\n        \"DeliveryPayLater\": false,\r\n        \"DeliveryCostId\": null,\r\n        \"PostOffice\": null,\r\n        \"TotalPoint\": 1.00,\r\n        \"TotalWeight\": 185.00,\r\n        \"ProductDiscount\": 0.00,\r\n        \"Off\": 115000.00,\r\n        \"Refund\": 0.00,\r\n        \"Commission\": 0.00,\r\n        \"ExtCost\": 0.00,\r\n        \"InstallmentCommission\": 0.00,\r\n        \"SchemeCommission\": 0.00,\r\n        \"Deleted\": false,\r\n        \"TotalPv\": 0.00,\r\n        \"TotalValue\": 2185000.00,\r\n        \"GroupCharge\": 0.00,\r\n        \"SellPercent\": 0.00,\r\n        \"ConsumePercent\": 0.00,\r\n        \"Dists\": null,\r\n        \"SumPayment\": 0.0,\r\n        \"ReferredDate\": null,\r\n        \"LastModified\": \"2023-01-22T14:22:10\",\r\n        \"TotalProfit\": 0.00,\r\n        \"CurrencyUnit\": 0,\r\n        \"CustomerCode\": null,\r\n        \"DeliveryCode\": null,\r\n        \"OperatorId\": null,\r\n        \"CreditCenterId\": null,\r\n        \"NationalCode\": \"0995398291\",\r\n        \"PostBarCode\": null,\r\n        \"DeliverToPost\": null,\r\n        \"IsAdmin\": false,\r\n        \"OpsId\": null,\r\n        \"OpsInfo\": null,\r\n        \"UserName\": \"09391524118\",\r\n        \"OwnerId\": 0,\r\n        \"Affiliate\": false,\r\n        \"AffiliateCommission\": 0.00,\r\n        \"DeviceType\": 2,\r\n        \"Credible\": false,\r\n        \"Pins\": null,\r\n        \"PayLink\": null,\r\n        \"TotalPoint2\": 0.00,\r\n        \"TotalPv2\": 0.00,\r\n        \"TotalPoint3\": 0.00,\r\n        \"TotalPv3\": 0.00,\r\n        \"Tp\": 2300000.0000,\r\n        \"BinaryType\": 0,\r\n        \"WalletPoint\": false,\r\n        \"PayAmountChangers\": [\r\n            {\r\n                \"Date\": \"2021-08-16T12:58:34\",\r\n                \"Name\": \"کرایه\",\r\n                \"Code\": \"1\",\r\n                \"Description\": null,\r\n                \"Amount\": 5000.00,\r\n                \"Extra\": true,\r\n                \"Type\": 0,\r\n                \"IsActive\": true,\r\n                \"Pins\": [],\r\n                \"Total\": 5000.00,\r\n                \"Id\": 9,\r\n                \"LangId\": 0\r\n            },\r\n            {\r\n                \"Date\": \"2021-08-16T12:58:48\",\r\n                \"Name\": \"تخفیف جشنواره\",\r\n                \"Code\": \"2\",\r\n                \"Description\": null,\r\n                \"Amount\": 17000.00,\r\n                \"Extra\": false,\r\n                \"Type\": 0,\r\n                \"IsActive\": true,\r\n                \"Pins\": [],\r\n                \"Total\": -17000.00,\r\n                \"Id\": 10,\r\n                \"LangId\": 0\r\n            }\r\n        ],\r\n        \"SaveInfo\": false,\r\n        \"PostError\": \"\",\r\n        \"Point\": null,\r\n        \"CommissionSummary\": null,\r\n        \"CommissionSummaryObject\": null,\r\n        \"Id\": 2065206,\r\n        \"LangId\": 0\r\n    },\r\n    \"currencies\": null,\r\n    \"attachments\": [\r\n        {\r\n            \"Name\": \"Test\",\r\n            \"File\": null,\r\n            \"AdminDescription\": null,\r\n            \"CustomerDescription\": \"Test Document\",\r\n            \"Status\": 0,\r\n            \"OrderId\": 2065206,\r\n            \"Date\": \"2022-10-31T11:10:04\",\r\n            \"Id\": 4686,\r\n            \"LangId\": 0\r\n        },\r\n        {\r\n            \"Name\": \"Test\",\r\n            \"File\": \"/UserFiles/livegallery4/Images/Logo/202104101151421156.png\",\r\n            \"AdminDescription\": null,\r\n            \"CustomerDescription\": \"Test Document\",\r\n            \"Status\": 0,\r\n            \"OrderId\": 2065206,\r\n            \"Date\": \"2022-10-31T11:10:39\",\r\n            \"Id\": 4687,\r\n            \"LangId\": 0\r\n        },\r\n        {\r\n            \"Name\": \"Test\",\r\n            \"File\": null,\r\n            \"AdminDescription\": null,\r\n            \"CustomerDescription\": \"Test Document\",\r\n            \"Status\": 0,\r\n            \"OrderId\": 2065206,\r\n            \"Date\": \"2022-10-31T11:12:38\",\r\n            \"Id\": 4688,\r\n            \"LangId\": 0\r\n        },\r\n        {\r\n            \"Name\": \"Test\",\r\n            \"File\": \"/UserFiles/livegallery4/Images/Logo/202104101151421156.png\",\r\n            \"AdminDescription\": null,\r\n            \"CustomerDescription\": \"Test Document\",\r\n            \"Status\": 0,\r\n            \"OrderId\": 2065206,\r\n            \"Date\": \"2022-10-31T11:28:05\",\r\n            \"Id\": 4693,\r\n            \"LangId\": 0\r\n        }\r\n    ],\r\n    \"Confirmed\": false,\r\n    \"payment\": {\r\n        \"ParentDiscount\": 0.00,\r\n        \"BankAccountId\": 60195,\r\n        \"Date\": \"2022-09-19T16:57:54\",\r\n        \"Discount\": 0.00,\r\n        \"DiscountCode\": \"\",\r\n        \"FishNumber\": \"testtest\",\r\n        \"OrderId\": 2065206,\r\n        \"Portal\": \"\",\r\n        \"Type\": 1,\r\n        \"TrackingCode\": \"OazplSR3\",\r\n        \"TotalPayment\": 2195000.0000,\r\n        \"TransGet\": null,\r\n        \"IdGet\": null,\r\n        \"TaxCost\": 0.00,\r\n        \"PostCost\": 12000.00,\r\n        \"Discount2\": 0.00,\r\n        \"DiscountCode2\": null,\r\n        \"PayMethodDiscount\": 0.00,\r\n        \"PayAmount\": 2195000.00,\r\n        \"PayAmountExchange\": 0.00,\r\n        \"ExchangeUnit\": null,\r\n        \"ChequeDate\": null,\r\n        \"ChequeAmount\": null,\r\n        \"ChequeNumber\": null,\r\n        \"CashWallet\": 0.00,\r\n        \"CashAmount\": 2185000.00,\r\n        \"PostCostExchanged\": 0.00,\r\n        \"ProcessingCost\": 10000.00,\r\n        \"PostMultiplier\": 1.00,\r\n        \"PostUndefined\": false,\r\n        \"NumberOfInstalment\": 0,\r\n        \"InstalmentAmount\": 0.00,\r\n        \"InstalmentCommission\": 0.00,\r\n        \"Paid\": 0.0,\r\n        \"Remain\": 2195000.0000,\r\n        \"TotalDiscount\": 115000.00,\r\n        \"Off\": 115000.00,\r\n        \"PortalCommission\": 0.00,\r\n        \"ExpiresAt\": null\r\n    },\r\n    \"settlements\": [],\r\n    \"ops\": null,\r\n    \"commission\": 0.00,\r\n    \"totalPrice\": 2300000.00,\r\n    \"period\": {\r\n        \"Id\": null,\r\n        \"Name\": null\r\n    },\r\n    \"customer\": {\r\n        \"RegisterType\": 0,\r\n        \"Id\": 968,\r\n        \"UserName\": \"09391524118\",\r\n        \"Email\": \"parseram.user4@gmail.com\",\r\n        \"IsActive\": true,\r\n        \"Description\": null,\r\n        \"NationalCode\": \"2372547097\",\r\n        \"PostalCode\": \"2342423423\",\r\n        \"LastName\": null,\r\n        \"PhoneNumber\": \"09876543210\",\r\n        \"Address\": \"تست تست تست تست\",\r\n        \"FirstName\": \"تست پشتیبانی\",\r\n        \"IsOnline\": false,\r\n        \"Cell\": \"09391524118\",\r\n        \"StartDate\": \"2021-08-25T11:04:58\",\r\n        \"GroupId\": null,\r\n        \"AdminDesc\": null,\r\n        \"AdminDescDate\": null,\r\n        \"Marketer\": false\r\n    },\r\n    \"shop\": {\r\n        \"IntId\": 36342,\r\n        \"Id\": \"2be11482-d90c-4297-97b6-2be5dd8d7035\",\r\n        \"ShopName\": \"شیک مارکت\",\r\n        \"UserName\": \"livegallery4\",\r\n        \"Address\": null\r\n    },\r\n    \"products\": [\r\n        {\r\n            \"Id\": 2564244,\r\n            \"ProductId\": 1459832,\r\n            \"OrderId\": 2065206,\r\n            \"SizeId\": 52993,\r\n            \"ColorId\": 3,\r\n            \"CompanyId\": 20214,\r\n            \"DepotId\": 153406,\r\n            \"GtId\": 383,\r\n            \"name\": \"گوشی موبایل شیائومی مدل Redmi 9A M2006C3LG دو سیم‌ کارت ظرفیت 32 گیگابایت\",\r\n            \"price\": 2185000.00,\r\n            \"oprice\": null,\r\n            \"offprice\": null,\r\n            \"count\": 1,\r\n            \"piclink\": \"/UserFiles/livegallery4/Images/ProductGallery/967239/202209050934223576.jpg\",\r\n            \"quantity\": 1,\r\n            \"size\": \"\",\r\n            \"color\": \"\",\r\n            \"company\": \"\",\r\n            \"Color\": null,\r\n            \"ColorName\": \"سبز()\",\r\n            \"total\": 2185000.00,\r\n            \"osname\": \"64\",\r\n            \"ocname\": \"سبز()\",\r\n            \"odname\": \"پخش هوشمند\",\r\n            \"DepotName\": \"Central\",\r\n            \"Serial\": \"967239\",\r\n            \"Weight\": 185.00,\r\n            \"Point\": 1.00,\r\n            \"Pv\": 0.00,\r\n            \"LatinName\": \"Xiaomi Redmi 9A M2006C3LG Dual SIM 32GB Mobile Phone\",\r\n            \"Tax\": 0.00,\r\n            \"FakeName\": null,\r\n            \"OriginalPrice\": 2300000.00,\r\n            \"AddType\": \"manual\",\r\n            \"IsGift\": false,\r\n            \"GiftyId\": null,\r\n            \"PageTitle\": null,\r\n            \"Unit\": null,\r\n            \"CountPerUnit\": 1,\r\n            \"Instalment\": 0,\r\n            \"InstalmentCommission\": 0.00,\r\n            \"CashPercent\": 0.00,\r\n            \"CashAmount\": 2185000.00,\r\n            \"InstalmentAmount\": 0.00,\r\n            \"cat\": null,\r\n            \"Off\": 115000.00,\r\n            \"DaysToSend\": 0,\r\n            \"Guaranty\": \"24 ماه ضمانت\",\r\n            \"UnitPrice\": 2300000.00,\r\n            \"TotalTax\": 0.00,\r\n            \"Total\": 2185000.00,\r\n            \"TotalPrice\": 2300000.00,\r\n            \"UnitOff\": 115000.00,\r\n            \"CommissionPercent\": 0.00,\r\n            \"CompanyPortion\": 2185000.0000,\r\n            \"TotalCommissionMarketPlace\": 0.0000,\r\n            \"TotalPackingFee\": 0.00,\r\n            \"MinerCost\": 0.00,\r\n            \"Type\": 0,\r\n            \"Inquiry\": false,\r\n            \"DeliveryDetail\": {\r\n                \"Id\": 150918,\r\n                \"Name\": \"تایگرشات\",\r\n                \"Description\": \"تحویل کالا کمتر از 36 ساعت\",\r\n                \"PayLater\": false,\r\n                \"MaxWeight\": 0.00,\r\n                \"OverWeight\": false,\r\n                \"undefined\": false,\r\n                \"Cost\": 12000.00,\r\n                \"CostExchange\": 0.0000,\r\n                \"Error\": null,\r\n                \"Multi\": 0.0\r\n            }\r\n        },\r\n        {\r\n            \"Id\": 2564243,\r\n            \"ProductId\": 1465766,\r\n            \"OrderId\": 2065206,\r\n            \"SizeId\": null,\r\n            \"ColorId\": null,\r\n            \"CompanyId\": null,\r\n            \"DepotId\": 153406,\r\n            \"GtId\": null,\r\n            \"name\": \"گل طبیعی نایکات\",\r\n            \"price\": 0.00,\r\n            \"oprice\": null,\r\n            \"offprice\": null,\r\n            \"count\": 1,\r\n            \"piclink\": \"/UserFiles/livegallery4/Images/Product/202104211052437322.jpg\",\r\n            \"quantity\": 1,\r\n            \"size\": \"\",\r\n            \"color\": \"\",\r\n            \"company\": \"\",\r\n            \"Color\": null,\r\n            \"ColorName\": null,\r\n            \"total\": 0.00,\r\n            \"osname\": null,\r\n            \"ocname\": null,\r\n            \"odname\": null,\r\n            \"DepotName\": null,\r\n            \"Serial\": \"niakut\",\r\n            \"Weight\": 0.00,\r\n            \"Point\": 0.00,\r\n            \"Pv\": 0.00,\r\n            \"LatinName\": null,\r\n            \"Tax\": 0.00,\r\n            \"FakeName\": null,\r\n            \"OriginalPrice\": 0.00,\r\n            \"AddType\": \"gift\",\r\n            \"IsGift\": true,\r\n            \"GiftyId\": 47,\r\n            \"PageTitle\": null,\r\n            \"Unit\": null,\r\n            \"CountPerUnit\": 0,\r\n            \"Instalment\": 0,\r\n            \"InstalmentCommission\": 0.00,\r\n            \"CashPercent\": 0.00,\r\n            \"CashAmount\": 0.00,\r\n            \"InstalmentAmount\": 0.00,\r\n            \"cat\": null,\r\n            \"Off\": 0.00,\r\n            \"DaysToSend\": null,\r\n            \"Guaranty\": null,\r\n            \"UnitPrice\": 0.00,\r\n            \"TotalTax\": 0.00,\r\n            \"Total\": 0.00,\r\n            \"TotalPrice\": 0.00,\r\n            \"UnitOff\": 0.00,\r\n            \"CommissionPercent\": 0.00,\r\n            \"CompanyPortion\": 0.0000,\r\n            \"TotalCommissionMarketPlace\": 0.0000,\r\n            \"TotalPackingFee\": 0.00,\r\n            \"MinerCost\": 0.00,\r\n            \"Type\": 0,\r\n            \"Inquiry\": false,\r\n            \"DeliveryDetail\": null\r\n        }\r\n    ],\r\n    \"PostMethod\": {\r\n        \"ForotelCode\": null,\r\n        \"WebSkyCode\": null,\r\n        \"CentralCode\": 0\r\n    },\r\n    \"delivery\": null\r\n}"},{"id":"7e66655f-ac18-4197-8c81-7f100372246f","name":"NotFound","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"}],"url":"https://api.example.com/api/order/[id]"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"b4fd38f2-8d39-4fcd-8e97-a5788471ff32","name":"Error","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"}],"url":"https://api.example.com/api/order/[id]"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"html","header":[],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html>\n    <head>\n        <title>Configuration Error</title>\n        <meta name=\"viewport\" content=\"width=device-width\" />\n        <style>\n\t\tbody {\n\t\t\tfont-family: \"Verdana\";\n\t\t\tfont-weight: normal;\n\t\t\tfont-size: .7em;\n\t\t\tcolor: black;\n\t\t}\n\n\t\tp {\n\t\t\tfont-family: \"Verdana\";\n\t\t\tfont-weight: normal;\n\t\t\tcolor: black;\n\t\t\tmargin-top: -5px\n\t\t}\n\n\t\tb {\n\t\t\tfont-family: \"Verdana\";\n\t\t\tfont-weight: bold;\n\t\t\tcolor: black;\n\t\t\tmargin-top: -5px\n\t\t}\n\n\t\tH1 {\n\t\t\tfont-family: \"Verdana\";\n\t\t\tfont-weight: normal;\n\t\t\tfont-size: 18pt;\n\t\t\tcolor: red\n\t\t}\n\n\t\tH2 {\n\t\t\tfont-family: \"Verdana\";\n\t\t\tfont-weight: normal;\n\t\t\tfont-size: 14pt;\n\t\t\tcolor: maroon\n\t\t}\n\n\t\tpre {\n\t\t\tfont-family: \"Consolas\", \"Lucida Console\", Monospace;\n\t\t\tfont-size: 11pt;\n\t\t\tmargin: 0;\n\t\t\tpadding: 0.5em;\n\t\t\tline-height: 14pt\n\t\t}\n\n\t\t.marker {\n\t\t\tfont-weight: bold;\n\t\t\tcolor: black;\n\t\t\ttext-decoration: none;\n\t\t}\n\n\t\t.version {\n\t\t\tcolor: gray;\n\t\t}\n\n\t\t.error {\n\t\t\tmargin-bottom: 10px;\n\t\t}\n\n\t\t.expandable {\n\t\t\ttext-decoration: underline;\n\t\t\tfont-weight: bold;\n\t\t\tcolor: navy;\n\t\t\tcursor: hand;\n\t\t}\n\n\t\t@media screen and (max-width: 639px) {\n\t\t\tpre {\n\t\t\t\twidth: 440px;\n\t\t\t\toverflow: auto;\n\t\t\t\twhite-space: pre-wrap;\n\t\t\t\tword-wrap: break-word;\n\t\t\t}\n\t\t}\n\n\t\t@media screen and (max-width: 479px) {\n\t\t\tpre {\n\t\t\t\twidth: 280px;\n\t\t\t}\n\t\t}\n\t</style>\n    </head>\n    <body bgcolor=\"white\">\n        <span>\n            <H1>Server Error in '/' Application.\n                <hr width=100% size=1 color=silver>\n            </H1>\n            <h2>\n                <i>Configuration Error</i>\n            </h2>\n        </span>\n        <font face=\"Arial, Helvetica, Geneva, SunSans-Regular, sans-serif \">\n            <b> Description: </b>An error occurred during the processing of a configuration file required to service this\n\t\trequest. Please review the specific error details below and modify your configuration file appropriately.\n            <br>\n            <br>\n            <b> Parser Error Message: </b>The value of the property 'mode' cannot be parsed. The error is: The enumeration\n\t\tvalue must be one of the following: RemoteOnly, On, Off.\n            <br>\n            <br>\n            <b>Source Error:</b>\n            <br>\n            <br>\n            <table width=100% bgcolor=\"#ffffcc\">\n                <tr>\n                    <td>\n                        <code>\n                            <pre>\n\nLine 53:   &lt;/appSettings&gt;\nLine 54:   &lt;system.web&gt;\n\n                                <font color=red>Line 55:     &lt;customErrors mode=&quot;on&quot;/&gt;\n</font>Line 56:   &lt;authentication mode=&quot;None&quot;/&gt;\nLine 57:     &lt;compilation targetFramework=&quot;4.7.2&quot;&gt;\n                            </pre>\n                        </code>\n                    </td>\n                </tr>\n            </table>\n            <br>\n            <b> Source File: </b> C:\\wwwroot\\api.smx.live\\web.config\n            <b> &nbsp;&nbsp; Line: </b> 55\n            <br>\n            <br>\n            <hr width=100% size=1 color=silver>\n            <b>Version Information:</b>&nbsp;Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.7.3535.0\n        </font>\n    </body>\n</html>\n<!-- \n[ConfigurationErrorsException]: The value of the property &#39;mode&#39; cannot be parsed. The error is: The enumeration value must be one of the following: RemoteOnly, On, Off. (C:\\wwwroot\\api.smx.live\\web.config line 55)\n   at System.Configuration.BaseConfigurationRecord.EvaluateOne(String[] keys, SectionInput input, Boolean isTrusted, FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult)\n   at System.Configuration.BaseConfigurationRecord.Evaluate(FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult, Boolean getLkg, Boolean getRuntimeObject, Object& result, Object& resultRuntimeObject)\n   at System.Configuration.BaseConfigurationRecord.GetSectionRecursive(String configKey, Boolean getLkg, Boolean checkPermission, Boolean getRuntimeObject, Boolean requestIsHere, Object& result, Object& resultRuntimeObject)\n   at System.Configuration.BaseConfigurationRecord.GetSection(String configKey)\n   at System.Web.Configuration.RuntimeConfig.GetSectionObject(String sectionName)\n   at System.Web.Configuration.RuntimeConfig.GetSection(String sectionName, Type type, ResultsIndex index)\n   at System.Web.Configuration.RuntimeConfig.get_CustomErrors()\n   at System.Web.Configuration.CustomErrorsSection.GetSettings(HttpContext context, Boolean canThrow)\n   at System.Web.HttpResponse.ReportRuntimeError(Exception e, Boolean canThrow, Boolean localExecute)\n   at System.Web.HttpContext.ReportRuntimeErrorIfExists(RequestNotificationStatus& status)\n-->"}],"_postman_id":"5453666b-58da-4951-87b0-83b0118d5653"}],"id":"8dc49620-b0c5-4247-941b-c07949c0e36f","_postman_id":"8dc49620-b0c5-4247-941b-c07949c0e36f","description":""},{"name":"Operator","item":[{"name":"Edit","id":"890cec09-7b70-4ec2-a203-23d4dcaeeb31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Name\": \"demo\", // operator name\r\n    \"Mobile\": \"09123456789\", // operator mobile\r\n    \"Deactive\": false, // if true, operator has deactivated and can't login in panel\r\n    \"DistributionCompanyId\": \"\", // company id if its company operator\r\n    \"CreditCenter\": false // true to set this operator, credit operator\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/operator/[id]","description":"<p>operator edit</p>\n<p>error Handling:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Message</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>200</td>\n<td>OK</td>\n</tr>\n<tr>\n<td>404</td>\n<td>Operator not found</td>\n</tr>\n<tr>\n<td>400</td>\n<td>Bad Request</td>\n</tr>\n<tr>\n<td>500.x</td>\n<td>Unhandled error</td>\n</tr>\n</tbody>\n</table>\n</div><p>400 error codes:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code</strong></th>\n<th><strong>Message</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>0</td>\n<td>Username cannot be empty</td>\n</tr>\n<tr>\n<td>1</td>\n<td>The password must be at least 6 characters long, including letters and numbers</td>\n</tr>\n<tr>\n<td>11</td>\n<td>This username has already been registered</td>\n</tr>\n<tr>\n<td>10</td>\n<td>Username is not valid</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","operator","[id]"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"b2c2b352-11aa-4441-bce0-7433b13e5044","name":"OK","originalRequest":{"method":"PUT","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Name\": \"demo\",\r\n    \"Mobile\": \"09123456789\",\r\n    \"Deactive\": false,\r\n    \"DistributionCompanyId\": \"\",\r\n    \"CreditCenter\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/operator/[id]"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":".AspNet.ApplicationCookie=OkDdz5uMaraRHP8qmEnRBjQHzaS6qn283s8qN60pA0xcX_1PsT_BBtqPttu7j6w9ALrUPso3htUcUb7j7AngFJrJYvzh93Wt-epSR8Ef1Hzn9_PQWJxPeo_1XBB3AQzJx-TsuwNJFYbC3cRgg5wRjg6WfqR3uj0Yt733g6FBVA92rOziZ7f77OF0mbJsY2f7bFO7PuuHCCYbtCfBdG0PA6oE3CZ76BInrUsrqyYpMbV1iDcPccI5_C13guAdSVt5TB3MMc9MrY3tuSkjt9hKYgQX7lZBXXPbpYjJkpa0o9EBuTr38Nl0j3J7x-Kq415vCJ6k5t0ULYOk8gqOpOJcQCnlvek6dB6qO9x48EEMmahr-ZdAkxeBAcnFDeKb6-SAACcrVMGLcD-nlpzC6thhHIKF8Gbe_bQI10e8aQyVgOCLgu-hZqW063_iGPHMuWjx5xkphvnejOASkYerrxYp4J4g4uDxRUcbRip3t9zv8d4lE6Fg-UxYPYBwgdsQxVE-rWpcVrWuy1Ek9d9vUyholMagEH6jWfdi1pM2x03pyrE847Yy; path=/; expires=Sun, 20-Apr-2025 11:55:09 GMT; secure","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":""},{"id":"a91aa025-e8be-4c76-ba91-de50813e379a","name":"NotFound","originalRequest":{"method":"PUT","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Name\": \"demo\",\r\n    \"Mobile\": \"09123456789\",\r\n    \"Deactive\": false,\r\n    \"DistributionCompanyId\": \"\",\r\n    \"CreditCenter\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/operator/[id]"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":".AspNet.ApplicationCookie=OkDdz5uMaraRHP8qmEnRBjQHzaS6qn283s8qN60pA0xcX_1PsT_BBtqPttu7j6w9ALrUPso3htUcUb7j7AngFJrJYvzh93Wt-epSR8Ef1Hzn9_PQWJxPeo_1XBB3AQzJx-TsuwNJFYbC3cRgg5wRjg6WfqR3uj0Yt733g6FBVA92rOziZ7f77OF0mbJsY2f7bFO7PuuHCCYbtCfBdG0PA6oE3CZ76BInrUsrqyYpMbV1iDcPccI5_C13guAdSVt5TB3MMc9MrY3tuSkjt9hKYgQX7lZBXXPbpYjJkpa0o9EBuTr38Nl0j3J7x-Kq415vCJ6k5t0ULYOk8gqOpOJcQCnlvek6dB6qO9x48EEMmahr-ZdAkxeBAcnFDeKb6-SAACcrVMGLcD-nlpzC6thhHIKF8Gbe_bQI10e8aQyVgOCLgu-hZqW063_iGPHMuWjx5xkphvnejOASkYerrxYp4J4g4uDxRUcbRip3t9zv8d4lE6Fg-UxYPYBwgdsQxVE-rWpcVrWuy1Ek9d9vUyholMagEH6jWfdi1pM2x03pyrE847Yy; path=/; expires=Sun, 20-Apr-2025 11:55:09 GMT; secure","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":""},{"id":"71e14c82-749e-4a9c-95c2-bdbcbd7c0b45","name":"BadRequest","originalRequest":{"method":"PUT","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Name\": \"demo\",\r\n    \"Mobile\": \"09123456789\",\r\n    \"Deactive\": false,\r\n    \"DistributionCompanyId\": \"\",\r\n    \"CreditCenter\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/operator/[id]"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"error\": 10\n    }\n]"},{"id":"1e2529ad-012f-44eb-9b46-ee6af4a03819","name":"Error","originalRequest":{"method":"PUT","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Name\": \"demo\",\r\n    \"Mobile\": \"09123456789\",\r\n    \"Deactive\": false,\r\n    \"DistributionCompanyId\": \"\",\r\n    \"CreditCenter\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/operator/[id]"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"html","header":[],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html>\n    <head>\n        <title>Configuration Error</title>\n        <meta name=\"viewport\" content=\"width=device-width\" />\n        <style>\n\t\tbody {\n\t\t\tfont-family: \"Verdana\";\n\t\t\tfont-weight: normal;\n\t\t\tfont-size: .7em;\n\t\t\tcolor: black;\n\t\t}\n\n\t\tp {\n\t\t\tfont-family: \"Verdana\";\n\t\t\tfont-weight: normal;\n\t\t\tcolor: black;\n\t\t\tmargin-top: -5px\n\t\t}\n\n\t\tb {\n\t\t\tfont-family: \"Verdana\";\n\t\t\tfont-weight: bold;\n\t\t\tcolor: black;\n\t\t\tmargin-top: -5px\n\t\t}\n\n\t\tH1 {\n\t\t\tfont-family: \"Verdana\";\n\t\t\tfont-weight: normal;\n\t\t\tfont-size: 18pt;\n\t\t\tcolor: red\n\t\t}\n\n\t\tH2 {\n\t\t\tfont-family: \"Verdana\";\n\t\t\tfont-weight: normal;\n\t\t\tfont-size: 14pt;\n\t\t\tcolor: maroon\n\t\t}\n\n\t\tpre {\n\t\t\tfont-family: \"Consolas\", \"Lucida Console\", Monospace;\n\t\t\tfont-size: 11pt;\n\t\t\tmargin: 0;\n\t\t\tpadding: 0.5em;\n\t\t\tline-height: 14pt\n\t\t}\n\n\t\t.marker {\n\t\t\tfont-weight: bold;\n\t\t\tcolor: black;\n\t\t\ttext-decoration: none;\n\t\t}\n\n\t\t.version {\n\t\t\tcolor: gray;\n\t\t}\n\n\t\t.error {\n\t\t\tmargin-bottom: 10px;\n\t\t}\n\n\t\t.expandable {\n\t\t\ttext-decoration: underline;\n\t\t\tfont-weight: bold;\n\t\t\tcolor: navy;\n\t\t\tcursor: hand;\n\t\t}\n\n\t\t@media screen and (max-width: 639px) {\n\t\t\tpre {\n\t\t\t\twidth: 440px;\n\t\t\t\toverflow: auto;\n\t\t\t\twhite-space: pre-wrap;\n\t\t\t\tword-wrap: break-word;\n\t\t\t}\n\t\t}\n\n\t\t@media screen and (max-width: 479px) {\n\t\t\tpre {\n\t\t\t\twidth: 280px;\n\t\t\t}\n\t\t}\n\t</style>\n    </head>\n    <body bgcolor=\"white\">\n        <span>\n            <H1>Server Error in '/' Application.\n                <hr width=100% size=1 color=silver>\n            </H1>\n            <h2>\n                <i>Configuration Error</i>\n            </h2>\n        </span>\n        <font face=\"Arial, Helvetica, Geneva, SunSans-Regular, sans-serif \">\n            <b> Description: </b>An error occurred during the processing of a configuration file required to service this\n\t\trequest. Please review the specific error details below and modify your configuration file appropriately.\n            <br>\n            <br>\n            <b> Parser Error Message: </b>The value of the property 'mode' cannot be parsed. The error is: The enumeration\n\t\tvalue must be one of the following: RemoteOnly, On, Off.\n            <br>\n            <br>\n            <b>Source Error:</b>\n            <br>\n            <br>\n            <table width=100% bgcolor=\"#ffffcc\">\n                <tr>\n                    <td>\n                        <code>\n                            <pre>\n\nLine 53:   &lt;/appSettings&gt;\nLine 54:   &lt;system.web&gt;\n\n                                <font color=red>Line 55:     &lt;customErrors mode=&quot;on&quot;/&gt;\n</font>Line 56:   &lt;authentication mode=&quot;None&quot;/&gt;\nLine 57:     &lt;compilation targetFramework=&quot;4.7.2&quot;&gt;\n                            </pre>\n                        </code>\n                    </td>\n                </tr>\n            </table>\n            <br>\n            <b> Source File: </b> C:\\wwwroot\\api.smx.live\\web.config\n            <b> &nbsp;&nbsp; Line: </b> 55\n            <br>\n            <br>\n            <hr width=100% size=1 color=silver>\n            <b>Version Information:</b>&nbsp;Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.7.3535.0\n        </font>\n    </body>\n</html>\n<!-- \n[ConfigurationErrorsException]: The value of the property &#39;mode&#39; cannot be parsed. The error is: The enumeration value must be one of the following: RemoteOnly, On, Off. (C:\\wwwroot\\api.smx.live\\web.config line 55)\n   at System.Configuration.BaseConfigurationRecord.EvaluateOne(String[] keys, SectionInput input, Boolean isTrusted, FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult)\n   at System.Configuration.BaseConfigurationRecord.Evaluate(FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult, Boolean getLkg, Boolean getRuntimeObject, Object& result, Object& resultRuntimeObject)\n   at System.Configuration.BaseConfigurationRecord.GetSectionRecursive(String configKey, Boolean getLkg, Boolean checkPermission, Boolean getRuntimeObject, Boolean requestIsHere, Object& result, Object& resultRuntimeObject)\n   at System.Configuration.BaseConfigurationRecord.GetSection(String configKey)\n   at System.Web.Configuration.RuntimeConfig.GetSectionObject(String sectionName)\n   at System.Web.Configuration.RuntimeConfig.GetSection(String sectionName, Type type, ResultsIndex index)\n   at System.Web.Configuration.RuntimeConfig.get_CustomErrors()\n   at System.Web.Configuration.CustomErrorsSection.GetSettings(HttpContext context, Boolean canThrow)\n   at System.Web.HttpResponse.ReportRuntimeError(Exception e, Boolean canThrow, Boolean localExecute)\n   at System.Web.HttpContext.ReportRuntimeErrorIfExists(RequestNotificationStatus& status)\n-->"}],"_postman_id":"890cec09-7b70-4ec2-a203-23d4dcaeeb31"}],"id":"1d6dacdb-3066-4848-9e55-45eb9f4e6bab","_postman_id":"1d6dacdb-3066-4848-9e55-45eb9f4e6bab","description":""},{"name":"Product","item":[{"name":"AddInventory","id":"af2ec1e0-f1bc-4db4-be98-3c88c92ad507","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"List\": [ // list of products\r\n        {\r\n            \"ProductId\": [id], // product id\r\n            \"Num\": [ // list of inventory\r\n                {\r\n                    \"Code\": \"3chMe1\", // unique string for identification, error if duplicate.\r\n                    \"DepotId\": [id], // inventory depot id, empty = not set\r\n                    \"DistributionId\": [id], // inventory company id, empty = not set\r\n                    \"ColorId\": [id], // inventory color id, empty = not set\r\n                    \"SizeId\": [id], // inventory size id, empty = not set\r\n                    \"Count\": 1, // edit inventory to special number\r\n                    \"Change\": 0, // increase and decrease current inventory, +5 -5\r\n                    \"Price\": 0, // default 0,\r\n                    \"Description\": \"\", // seller description, showed in shop\r\n                    \"Barcode\": \"\", // barcode of inventory\r\n                    \"ExpireAt\": \"\", // inventory expiration date, empty = unlimite, example 2023-01-23T11:15:19\r\n                    \"DaysToSend\": \"\", // shipping time, empty = unknown, zero = ready to send , other = x day\r\n                    \"Guaranty\": \"\",\r\n                    \"GtId\": \"\", // inventory guaranty id, empty = not set\r\n                    \"Irreversible\": false, // Reversible?\r\n                    \"Row\": \"1\" // for find in error list if has error\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/inventory","description":"<p>product inventory add</p>\n<p>error Handling:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Message</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>All</td>\n<td>Handle body</td>\n</tr>\n<tr>\n<td>&gt;=500</td>\n<td>Unhandled error</td>\n</tr>\n</tbody>\n</table>\n</div><p>Body:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Handler</strong></th>\n<th><strong>Message</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>body?-&gt;Errors empty</td>\n<td>Saved successfully</td>\n</tr>\n<tr>\n<td>else</td>\n<td>Handle body?-&gt;Errors</td>\n</tr>\n</tbody>\n</table>\n</div><p>body?-&gt;Errors:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code (<strong>key</strong>)</strong></th>\n<th><strong>Message</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>2</td>\n<td>Product not found</td>\n</tr>\n<tr>\n<td>4</td>\n<td>The reference price limit has not been observed</td>\n</tr>\n<tr>\n<td>1</td>\n<td>There is not enough access for the distribution company</td>\n</tr>\n<tr>\n<td>8</td>\n<td>The code is duplicated</td>\n</tr>\n<tr>\n<td>5</td>\n<td>There is no inventory decrease access</td>\n</tr>\n<tr>\n<td>6</td>\n<td>There is no inventory increase access</td>\n</tr>\n<tr>\n<td>71</td>\n<td>Size not found</td>\n</tr>\n<tr>\n<td>72</td>\n<td>Depot not found</td>\n</tr>\n<tr>\n<td>73</td>\n<td>Color not found</td>\n</tr>\n<tr>\n<td>74</td>\n<td>Company not found</td>\n</tr>\n<tr>\n<td>75</td>\n<td>Color not selected</td>\n</tr>\n<tr>\n<td>76</td>\n<td>Size not selected</td>\n</tr>\n<tr>\n<td>77</td>\n<td>Company not selected</td>\n</tr>\n<tr>\n<td>else</td>\n<td>Unknown</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","inventory"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"b7366ca1-15e7-4528-a81d-b01c15b11101","name":"OK","originalRequest":{"method":"PUT","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"List\": [\r\n        {\r\n            \"ProductId\": [id],\r\n            \"Num\": [\r\n                {\r\n                    \"Code\": \"3chMe1\",\r\n                    \"DepotId\": [id],\r\n                    \"DistributionId\": [id],\r\n                    \"ColorId\": [id],\r\n                    \"SizeId\": [id],\r\n                    \"Count\": 1,\r\n                    \"Change\": 0,\r\n                    \"Price\": 0,\r\n                    \"Description\": \"\",\r\n                    \"Barcode\": \"\",\r\n                    \"ExpireAt\": \"\",\r\n                    \"DaysToSend\": \"\",\r\n                    \"Guaranty\": \"\",\r\n                    \"GtId\": \"\",\r\n                    \"Irreversible\": false,\r\n                    \"Row\": \"[Code]\"\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/inventory"},"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":".AspNet.ApplicationCookie=OkDdz5uMaraRHP8qmEnRBjQHzaS6qn283s8qN60pA0xcX_1PsT_BBtqPttu7j6w9ALrUPso3htUcUb7j7AngFJrJYvzh93Wt-epSR8Ef1Hzn9_PQWJxPeo_1XBB3AQzJx-TsuwNJFYbC3cRgg5wRjg6WfqR3uj0Yt733g6FBVA92rOziZ7f77OF0mbJsY2f7bFO7PuuHCCYbtCfBdG0PA6oE3CZ76BInrUsrqyYpMbV1iDcPccI5_C13guAdSVt5TB3MMc9MrY3tuSkjt9hKYgQX7lZBXXPbpYjJkpa0o9EBuTr38Nl0j3J7x-Kq415vCJ6k5t0ULYOk8gqOpOJcQCnlvek6dB6qO9x48EEMmahr-ZdAkxeBAcnFDeKb6-SAACcrVMGLcD-nlpzC6thhHIKF8Gbe_bQI10e8aQyVgOCLgu-hZqW063_iGPHMuWjx5xkphvnejOASkYerrxYp4J4g4uDxRUcbRip3t9zv8d4lE6Fg-UxYPYBwgdsQxVE-rWpcVrWuy1Ek9d9vUyholMagEH6jWfdi1pM2x03pyrE847Yy; path=/; expires=Sun, 20-Apr-2025 11:55:09 GMT; secure","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"Errors\": [],\r\n    \"Result\": {\r\n        \"Success\": [\r\n            0\r\n        ],\r\n        \"Failed\": [],\r\n        \"Reject\": [],\r\n        \"Reasons\": [],\r\n        \"Error\": null\r\n    }\r\n}"},{"id":"617e2912-b1ef-4c92-a1b4-4c48f6e4fe3d","name":"BadRequest","originalRequest":{"method":"PUT","header":[{"key":"shopid","value":"","type":"text"},{"key":"langid","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"device","value":"","type":"text"},{"key":"cookie","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"List\": [\r\n        {\r\n            \"ProductId\": ,\r\n            \"Num\": [\r\n                {\r\n                    \"Code\": \"3chMe1\",\r\n                    \"DepotId\": ,\r\n                    \"DistributionId\": ,\r\n                    \"ColorId\": ,\r\n                    \"SizeId\": ,\r\n                    \"Count\": 1,\r\n                    \"Change\": 0,\r\n                    \"Price\": 0,\r\n                    \"Description\": \"\",\r\n                    \"Barcode\": \"\",\r\n                    \"ExpireAt\": \"\",\r\n                    \"DaysToSend\": \"\",\r\n                    \"Guaranty\": \"\",\r\n                    \"GtId\": \"\",\r\n                    \"Irreversible\": false,\r\n                    \"Row\": \"[Code]\"\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/inventory"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Errors\": [ // list of errors\n        {\n            \"key\": \"2\", // error code\n            \"error\": \"[0]\" // list of sended rows(json)\n        }\n    ],\n    \"Result\": {\n        \"Success\": [],\n        \"Failed\": [],\n        \"Reject\": [\n            0\n        ],\n        \"Reasons\": [],\n        \"Error\": null\n    }\n}"},{"id":"618df4cd-9e8e-4eb6-a9e0-085fcde14198","name":"Error","originalRequest":{"method":"PUT","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"List\": [\r\n        {\r\n            \"ProductId\": [id],\r\n            \"Num\": [\r\n                {\r\n                    \"Code\": \"3chMe1\",\r\n                    \"DepotId\": [id],\r\n                    \"DistributionId\": [id],\r\n                    \"ColorId\": [id],\r\n                    \"SizeId\": [id],\r\n                    \"Count\": 1,\r\n                    \"Change\": 0,\r\n                    \"Price\": 0,\r\n                    \"Description\": \"\",\r\n                    \"Barcode\": \"\",\r\n                    \"ExpireAt\": \"\",\r\n                    \"DaysToSend\": \"\",\r\n                    \"Guaranty\": \"\",\r\n                    \"GtId\": \"\",\r\n                    \"Irreversible\": false,\r\n                    \"Row\": \"[Code]\"\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/inventory"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"html","header":[],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html>\n    <head>\n        <title>Configuration Error</title>\n        <meta name=\"viewport\" content=\"width=device-width\" />\n        <style>\n\t\tbody {\n\t\t\tfont-family: \"Verdana\";\n\t\t\tfont-weight: normal;\n\t\t\tfont-size: .7em;\n\t\t\tcolor: black;\n\t\t}\n\n\t\tp {\n\t\t\tfont-family: \"Verdana\";\n\t\t\tfont-weight: normal;\n\t\t\tcolor: black;\n\t\t\tmargin-top: -5px\n\t\t}\n\n\t\tb {\n\t\t\tfont-family: \"Verdana\";\n\t\t\tfont-weight: bold;\n\t\t\tcolor: black;\n\t\t\tmargin-top: -5px\n\t\t}\n\n\t\tH1 {\n\t\t\tfont-family: \"Verdana\";\n\t\t\tfont-weight: normal;\n\t\t\tfont-size: 18pt;\n\t\t\tcolor: red\n\t\t}\n\n\t\tH2 {\n\t\t\tfont-family: \"Verdana\";\n\t\t\tfont-weight: normal;\n\t\t\tfont-size: 14pt;\n\t\t\tcolor: maroon\n\t\t}\n\n\t\tpre {\n\t\t\tfont-family: \"Consolas\", \"Lucida Console\", Monospace;\n\t\t\tfont-size: 11pt;\n\t\t\tmargin: 0;\n\t\t\tpadding: 0.5em;\n\t\t\tline-height: 14pt\n\t\t}\n\n\t\t.marker {\n\t\t\tfont-weight: bold;\n\t\t\tcolor: black;\n\t\t\ttext-decoration: none;\n\t\t}\n\n\t\t.version {\n\t\t\tcolor: gray;\n\t\t}\n\n\t\t.error {\n\t\t\tmargin-bottom: 10px;\n\t\t}\n\n\t\t.expandable {\n\t\t\ttext-decoration: underline;\n\t\t\tfont-weight: bold;\n\t\t\tcolor: navy;\n\t\t\tcursor: hand;\n\t\t}\n\n\t\t@media screen and (max-width: 639px) {\n\t\t\tpre {\n\t\t\t\twidth: 440px;\n\t\t\t\toverflow: auto;\n\t\t\t\twhite-space: pre-wrap;\n\t\t\t\tword-wrap: break-word;\n\t\t\t}\n\t\t}\n\n\t\t@media screen and (max-width: 479px) {\n\t\t\tpre {\n\t\t\t\twidth: 280px;\n\t\t\t}\n\t\t}\n\t</style>\n    </head>\n    <body bgcolor=\"white\">\n        <span>\n            <H1>Server Error in '/' Application.\n                <hr width=100% size=1 color=silver>\n            </H1>\n            <h2>\n                <i>Configuration Error</i>\n            </h2>\n        </span>\n        <font face=\"Arial, Helvetica, Geneva, SunSans-Regular, sans-serif \">\n            <b> Description: </b>An error occurred during the processing of a configuration file required to service this\n\t\trequest. Please review the specific error details below and modify your configuration file appropriately.\n            <br>\n            <br>\n            <b> Parser Error Message: </b>The value of the property 'mode' cannot be parsed. The error is: The enumeration\n\t\tvalue must be one of the following: RemoteOnly, On, Off.\n            <br>\n            <br>\n            <b>Source Error:</b>\n            <br>\n            <br>\n            <table width=100% bgcolor=\"#ffffcc\">\n                <tr>\n                    <td>\n                        <code>\n                            <pre>\n\nLine 53:   &lt;/appSettings&gt;\nLine 54:   &lt;system.web&gt;\n\n                                <font color=red>Line 55:     &lt;customErrors mode=&quot;on&quot;/&gt;\n</font>Line 56:   &lt;authentication mode=&quot;None&quot;/&gt;\nLine 57:     &lt;compilation targetFramework=&quot;4.7.2&quot;&gt;\n                            </pre>\n                        </code>\n                    </td>\n                </tr>\n            </table>\n            <br>\n            <b> Source File: </b> C:\\wwwroot\\api.smx.live\\web.config\n            <b> &nbsp;&nbsp; Line: </b> 55\n            <br>\n            <br>\n            <hr width=100% size=1 color=silver>\n            <b>Version Information:</b>&nbsp;Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.7.3535.0\n        </font>\n    </body>\n</html>\n<!-- \n[ConfigurationErrorsException]: The value of the property &#39;mode&#39; cannot be parsed. The error is: The enumeration value must be one of the following: RemoteOnly, On, Off. (C:\\wwwroot\\api.smx.live\\web.config line 55)\n   at System.Configuration.BaseConfigurationRecord.EvaluateOne(String[] keys, SectionInput input, Boolean isTrusted, FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult)\n   at System.Configuration.BaseConfigurationRecord.Evaluate(FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult, Boolean getLkg, Boolean getRuntimeObject, Object& result, Object& resultRuntimeObject)\n   at System.Configuration.BaseConfigurationRecord.GetSectionRecursive(String configKey, Boolean getLkg, Boolean checkPermission, Boolean getRuntimeObject, Boolean requestIsHere, Object& result, Object& resultRuntimeObject)\n   at System.Configuration.BaseConfigurationRecord.GetSection(String configKey)\n   at System.Web.Configuration.RuntimeConfig.GetSectionObject(String sectionName)\n   at System.Web.Configuration.RuntimeConfig.GetSection(String sectionName, Type type, ResultsIndex index)\n   at System.Web.Configuration.RuntimeConfig.get_CustomErrors()\n   at System.Web.Configuration.CustomErrorsSection.GetSettings(HttpContext context, Boolean canThrow)\n   at System.Web.HttpResponse.ReportRuntimeError(Exception e, Boolean canThrow, Boolean localExecute)\n   at System.Web.HttpContext.ReportRuntimeErrorIfExists(RequestNotificationStatus& status)\n-->"}],"_postman_id":"af2ec1e0-f1bc-4db4-be98-3c88c92ad507"},{"name":"List","id":"99aafdde-9e7c-44df-b310-22a31cd9dee2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/product/AdvSearch?$orderby=Id desc","description":"<p>product list with filters</p>\n","urlObject":{"path":["api","product","AdvSearch"],"host":["https://api.example.com"],"query":[{"disabled":true,"description":{"content":"<p>product name</p>\n","type":"text/plain"},"key":"Name","value":""},{"disabled":true,"description":{"content":"<p>product serial</p>\n","type":"text/plain"},"key":"Serial","value":""},{"disabled":true,"description":{"content":"<p>product is active? default: all</p>\n","type":"text/plain"},"key":"Active","value":""},{"disabled":true,"description":{"content":"<p>list of categories 0,1,2</p>\n","type":"text/plain"},"key":"Cats","value":""},{"disabled":true,"description":{"content":"<p>min price</p>\n","type":"text/plain"},"key":"MinPrice","value":""},{"disabled":true,"description":{"content":"<p>max price</p>\n","type":"text/plain"},"key":"MaxPrice","value":""},{"disabled":true,"description":{"content":"<p>list of companies 0,1,2</p>\n","type":"text/plain"},"key":"Companies","value":""},{"disabled":true,"description":{"content":"<p>min rate</p>\n","type":"text/plain"},"key":"MinRate","value":""},{"disabled":true,"description":{"content":"<p>max rate</p>\n","type":"text/plain"},"key":"MaxRate","value":""},{"disabled":true,"description":{"content":"<p>min quantity</p>\n","type":"text/plain"},"key":"MinQuantity","value":""},{"disabled":true,"description":{"content":"<p>max quantity</p>\n","type":"text/plain"},"key":"MaxQuantity","value":""},{"disabled":true,"description":{"content":"<p>list of depots 0,1,2</p>\n","type":"text/plain"},"key":"Depots","value":""},{"disabled":true,"description":{"content":"<p>is offer ? defaull: all</p>\n","type":"text/plain"},"key":"IsOffer","value":""},{"disabled":true,"description":{"content":"<p>has installment ? defaull: all</p>\n","type":"text/plain"},"key":"HasInstallment","value":""},{"disabled":true,"description":{"content":"<p>offer status</p>\n","type":"text/plain"},"key":"Status","value":""},{"disabled":true,"description":{"content":"<p>is affiliate ? default: all</p>\n","type":"text/plain"},"key":"Affiliate","value":""},{"description":{"content":"<p>or 'Serial desc' or 'Serial asc' or 'Name desc' or 'Name asc' or 'Price desc' or 'Price asc' or 'Count desc' or 'Count asc' or 'Rate desc' or 'Rate asc' or 'Sort desc' or 'Sort asc'</p>\n","type":"text/plain"},"key":"$orderby","value":"Id desc"}],"variable":[]}},"response":[{"id":"0aede716-c7bc-465a-bacc-877aa2739f8a","name":"OK","originalRequest":{"method":"PUT","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"OperatorId\": [id],\r\n    \"Description\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.example.com/api/product/AdvSearch?$orderby=Id desc","host":["https://api.example.com"],"path":["api","product","AdvSearch"],"query":[{"key":"Name","value":"","disabled":true},{"key":"Serial","value":"","disabled":true},{"key":"Active","value":"","disabled":true},{"key":"Cats","value":"","disabled":true},{"key":"MinPrice","value":"","disabled":true},{"key":"MaxPrice","value":"","disabled":true},{"key":"Companies","value":"","disabled":true},{"key":"MinRate","value":"","disabled":true},{"key":"MaxRate","value":"","disabled":true},{"key":"MinQuantity","value":"","disabled":true},{"key":"MaxQuantity","value":"","disabled":true},{"key":"Depots","value":"","disabled":true},{"key":"IsOffer","value":"","disabled":true},{"key":"HasInstallment","value":"","disabled":true},{"key":"Status","value":"","disabled":true},{"key":"Affiliate","value":"","disabled":true},{"key":"$orderby","value":"Id desc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":".AspNet.ApplicationCookie=OkDdz5uMaraRHP8qmEnRBjQHzaS6qn283s8qN60pA0xcX_1PsT_BBtqPttu7j6w9ALrUPso3htUcUb7j7AngFJrJYvzh93Wt-epSR8Ef1Hzn9_PQWJxPeo_1XBB3AQzJx-TsuwNJFYbC3cRgg5wRjg6WfqR3uj0Yt733g6FBVA92rOziZ7f77OF0mbJsY2f7bFO7PuuHCCYbtCfBdG0PA6oE3CZ76BInrUsrqyYpMbV1iDcPccI5_C13guAdSVt5TB3MMc9MrY3tuSkjt9hKYgQX7lZBXXPbpYjJkpa0o9EBuTr38Nl0j3J7x-Kq415vCJ6k5t0ULYOk8gqOpOJcQCnlvek6dB6qO9x48EEMmahr-ZdAkxeBAcnFDeKb6-SAACcrVMGLcD-nlpzC6thhHIKF8Gbe_bQI10e8aQyVgOCLgu-hZqW063_iGPHMuWjx5xkphvnejOASkYerrxYp4J4g4uDxRUcbRip3t9zv8d4lE6Fg-UxYPYBwgdsQxVE-rWpcVrWuy1Ek9d9vUyholMagEH6jWfdi1pM2x03pyrE847Yy; path=/; expires=Sun, 20-Apr-2025 11:55:09 GMT; secure","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"Sort\": 0,\r\n        \"IsOffer\": false,\r\n        \"Status\": 0,\r\n        \"OfferDescription\": null,\r\n        \"Random\": 0,\r\n        \"Name\": \"محصول تست\",\r\n        \"Serial\": \"123123\",\r\n        \"IsDeactive\": false,\r\n        \"Exist\": true,\r\n        \"PicLink\": null,\r\n        \"Description\": null,\r\n        \"MoreDescription\": null,\r\n        \"Price\": 100000.0000,\r\n        \"OffPrice\": 90000.0000,\r\n        \"HidePrice\": false,\r\n        \"HidePriceText\": null,\r\n        \"Discount\": 10.0000,\r\n        \"Type\": 0,\r\n        \"MinerCost\": 0.00,\r\n        \"ProcessingCost\": 0.00,\r\n        \"MainPrice\": 90000.0000,\r\n        \"Count\": 100,\r\n        \"Rate\": 0.0,\r\n        \"DeviceType\": 0,\r\n        \"MobPicLink\": null,\r\n        \"Sizing\": true,\r\n        \"PurchasePrice\": 0.0000,\r\n        \"Weight\": 500.00,\r\n        \"TaxExempt\": false,\r\n        \"Tax\": 0.00,\r\n        \"Inquiry\": false,\r\n        \"Affiliate\": false,\r\n        \"DisableOrder\": false,\r\n        \"DisableOrder2\": false,\r\n        \"Offer\": null,\r\n        \"Liked\": false,\r\n        \"Likes\": 0,\r\n        \"Point\": 0.00,\r\n        \"ShopId\": null,\r\n        \"LikeShop\": false,\r\n        \"HasReview\": false,\r\n        \"Mine\": false,\r\n        \"Ups\": 0,\r\n        \"Downs\": 0,\r\n        \"Up\": false,\r\n        \"Down\": false,\r\n        \"Stars\": 0.0,\r\n        \"Starers\": 0,\r\n        \"MyStars\": 0.0,\r\n        \"SumStars\": 0.0,\r\n        \"MultiPrice\": false,\r\n        \"OriginalPrice\": 90000.0000,\r\n        \"ConsumerPrice\": 0.0,\r\n        \"LatinName\": null,\r\n        \"LastModified\": \"2021-11-21T10:05:11\",\r\n        \"Views\": 139,\r\n        \"NoTransport\": false,\r\n        \"FakeName\": null,\r\n        \"OfferDate\": null,\r\n        \"Survey\": null,\r\n        \"MaxOrder\": 5,\r\n        \"MinOrder\": 2,\r\n        \"NumberOfShops\": 0,\r\n        \"MinPrice\": 0.0,\r\n        \"MaxPrice\": 0.0,\r\n        \"Max\": 0.0,\r\n        \"Min\": 0.0,\r\n        \"FastToCart\": false,\r\n        \"Depots\": 0,\r\n        \"Unit\": \"عدد\",\r\n        \"CountPerUnit\": 1,\r\n        \"Expiration\": null,\r\n        \"Difficulty\": 0,\r\n        \"CookTime\": 0,\r\n        \"SellType\": 0,\r\n        \"Priority\": 0.0,\r\n        \"MlmType\": 0,\r\n        \"AlertCount\": 0,\r\n        \"GroupPrice\": null,\r\n        \"CatalogPrice\": 0.0,\r\n        \"DeviationPercent\": 0.00,\r\n        \"DeviationPercentDown\": 0.00,\r\n        \"Forbid\": false,\r\n        \"ForbidGallery\": false,\r\n        \"ForbidDetail\": false,\r\n        \"ForbidSpecification\": false,\r\n        \"HasGift\": false,\r\n        \"Total\": 7,\r\n        \"Colors\": null,\r\n        \"Shops\": null,\r\n        \"Number\": 0,\r\n        \"PageTitle\": null,\r\n        \"SoldCount\": 6,\r\n        \"SpecialInstalment\": null,\r\n        \"Shid\": null,\r\n        \"Shop\": null,\r\n        \"Default\": null,\r\n        \"BrandId\": 318942,\r\n        \"CategoryId\": 543389,\r\n        \"Id\": 1489499,\r\n        \"LangId\": 0\r\n    },\r\n    {\r\n        \"Sort\": 0,\r\n        \"IsOffer\": true,\r\n        \"Status\": 1,\r\n        \"OfferDescription\": null,\r\n        \"Random\": 0,\r\n        \"Name\": \"test1\",\r\n        \"Serial\": \"test1\",\r\n        \"IsDeactive\": false,\r\n        \"Exist\": true,\r\n        \"PicLink\": \"/UserFiles/livegallery4/External/202110301203395932.png\",\r\n        \"Description\": \"test test\",\r\n        \"MoreDescription\": null,\r\n        \"Price\": 10000.0000,\r\n        \"OffPrice\": 10000.0000,\r\n        \"HidePrice\": false,\r\n        \"HidePriceText\": null,\r\n        \"Discount\": 0.0000,\r\n        \"Type\": 0,\r\n        \"MinerCost\": 0.00,\r\n        \"ProcessingCost\": 0.00,\r\n        \"MainPrice\": 10000.0000,\r\n        \"Count\": 100,\r\n        \"Rate\": 0.0,\r\n        \"DeviceType\": 0,\r\n        \"MobPicLink\": null,\r\n        \"Sizing\": false,\r\n        \"PurchasePrice\": 0.0000,\r\n        \"Weight\": 0.00,\r\n        \"TaxExempt\": false,\r\n        \"Tax\": 0.00,\r\n        \"Inquiry\": true,\r\n        \"Affiliate\": false,\r\n        \"DisableOrder\": false,\r\n        \"DisableOrder2\": false,\r\n        \"Offer\": null,\r\n        \"Liked\": false,\r\n        \"Likes\": 0,\r\n        \"Point\": 0.00,\r\n        \"ShopId\": null,\r\n        \"LikeShop\": false,\r\n        \"HasReview\": false,\r\n        \"Mine\": false,\r\n        \"Ups\": 0,\r\n        \"Downs\": 0,\r\n        \"Up\": false,\r\n        \"Down\": false,\r\n        \"Stars\": 0.0,\r\n        \"Starers\": 0,\r\n        \"MyStars\": 0.0,\r\n        \"SumStars\": 0.0,\r\n        \"MultiPrice\": false,\r\n        \"OriginalPrice\": 10000.0000,\r\n        \"ConsumerPrice\": 0.0,\r\n        \"LatinName\": null,\r\n        \"LastModified\": \"2021-10-30T12:03:42\",\r\n        \"Views\": 1,\r\n        \"NoTransport\": false,\r\n        \"FakeName\": null,\r\n        \"OfferDate\": null,\r\n        \"Survey\": null,\r\n        \"MaxOrder\": null,\r\n        \"MinOrder\": null,\r\n        \"NumberOfShops\": 0,\r\n        \"MinPrice\": 0.0,\r\n        \"MaxPrice\": 0.0,\r\n        \"Max\": 0.0,\r\n        \"Min\": 0.0,\r\n        \"FastToCart\": false,\r\n        \"Depots\": 0,\r\n        \"Unit\": null,\r\n        \"CountPerUnit\": 1,\r\n        \"Expiration\": null,\r\n        \"Difficulty\": 0,\r\n        \"CookTime\": 0,\r\n        \"SellType\": 0,\r\n        \"Priority\": 0.0,\r\n        \"MlmType\": 0,\r\n        \"AlertCount\": null,\r\n        \"GroupPrice\": null,\r\n        \"CatalogPrice\": 0.0,\r\n        \"DeviationPercent\": 0.00,\r\n        \"DeviationPercentDown\": 0.00,\r\n        \"Forbid\": false,\r\n        \"ForbidGallery\": false,\r\n        \"ForbidDetail\": false,\r\n        \"ForbidSpecification\": false,\r\n        \"HasGift\": false,\r\n        \"Total\": 7,\r\n        \"Colors\": null,\r\n        \"Shops\": null,\r\n        \"Number\": 0,\r\n        \"PageTitle\": null,\r\n        \"SoldCount\": 0,\r\n        \"SpecialInstalment\": null,\r\n        \"Shid\": null,\r\n        \"Shop\": null,\r\n        \"Default\": null,\r\n        \"BrandId\": 318942,\r\n        \"CategoryId\": 543575,\r\n        \"Id\": 1484176,\r\n        \"LangId\": 0\r\n    },\r\n    {\r\n        \"Sort\": 144,\r\n        \"IsOffer\": false,\r\n        \"Status\": 0,\r\n        \"OfferDescription\": null,\r\n        \"Random\": 0,\r\n        \"Name\": \"سرم آبرسان گل رز فیزیشن فرمولا\",\r\n        \"Serial\": \"1084\",\r\n        \"IsDeactive\": false,\r\n        \"Exist\": false,\r\n        \"PicLink\": \"/UserFiles/livegallery4/Images/Product/202109141138039983.jpg\",\r\n        \"Description\": null,\r\n        \"MoreDescription\": null,\r\n        \"Price\": 340000.0000,\r\n        \"OffPrice\": 340000.0000,\r\n        \"HidePrice\": false,\r\n        \"HidePriceText\": null,\r\n        \"Discount\": 0.0000,\r\n        \"Type\": 0,\r\n        \"MinerCost\": 0.00,\r\n        \"ProcessingCost\": 0.00,\r\n        \"MainPrice\": 340000.0000,\r\n        \"Count\": 0,\r\n        \"Rate\": 10.0,\r\n        \"DeviceType\": 0,\r\n        \"MobPicLink\": null,\r\n        \"Sizing\": false,\r\n        \"PurchasePrice\": 267000.0000,\r\n        \"Weight\": 0.00,\r\n        \"TaxExempt\": false,\r\n        \"Tax\": 0.00,\r\n        \"Inquiry\": false,\r\n        \"Affiliate\": false,\r\n        \"DisableOrder\": false,\r\n        \"DisableOrder2\": false,\r\n        \"Offer\": null,\r\n        \"Liked\": false,\r\n        \"Likes\": 0,\r\n        \"Point\": 0.00,\r\n        \"ShopId\": null,\r\n        \"LikeShop\": false,\r\n        \"HasReview\": false,\r\n        \"Mine\": false,\r\n        \"Ups\": 0,\r\n        \"Downs\": 0,\r\n        \"Up\": false,\r\n        \"Down\": false,\r\n        \"Stars\": 0.0,\r\n        \"Starers\": 0,\r\n        \"MyStars\": 0.0,\r\n        \"SumStars\": 0.0,\r\n        \"MultiPrice\": false,\r\n        \"OriginalPrice\": 340000.0000,\r\n        \"ConsumerPrice\": 0.0,\r\n        \"LatinName\": \"PHYSICIANS FORMULA\",\r\n        \"LastModified\": \"2021-09-14T11:38:58\",\r\n        \"Views\": 125,\r\n        \"NoTransport\": false,\r\n        \"FakeName\": null,\r\n        \"OfferDate\": null,\r\n        \"Survey\": null,\r\n        \"MaxOrder\": null,\r\n        \"MinOrder\": null,\r\n        \"NumberOfShops\": 0,\r\n        \"MinPrice\": 0.0,\r\n        \"MaxPrice\": 0.0,\r\n        \"Max\": 0.0,\r\n        \"Min\": 0.0,\r\n        \"FastToCart\": false,\r\n        \"Depots\": 0,\r\n        \"Unit\": \"عدد\",\r\n        \"CountPerUnit\": 1,\r\n        \"Expiration\": null,\r\n        \"Difficulty\": 0,\r\n        \"CookTime\": 0,\r\n        \"SellType\": 0,\r\n        \"Priority\": 0.0,\r\n        \"MlmType\": 0,\r\n        \"AlertCount\": 0,\r\n        \"GroupPrice\": null,\r\n        \"CatalogPrice\": 0.0,\r\n        \"DeviationPercent\": 0.00,\r\n        \"DeviationPercentDown\": 0.00,\r\n        \"Forbid\": false,\r\n        \"ForbidGallery\": false,\r\n        \"ForbidDetail\": false,\r\n        \"ForbidSpecification\": false,\r\n        \"HasGift\": false,\r\n        \"Total\": 7,\r\n        \"Colors\": null,\r\n        \"Shops\": null,\r\n        \"Number\": 0,\r\n        \"PageTitle\": null,\r\n        \"SoldCount\": 9,\r\n        \"SpecialInstalment\": null,\r\n        \"Shid\": null,\r\n        \"Shop\": null,\r\n        \"Default\": null,\r\n        \"BrandId\": null,\r\n        \"CategoryId\": 545255,\r\n        \"Id\": 1481431,\r\n        \"LangId\": 0\r\n    },\r\n    {\r\n        \"Sort\": 0,\r\n        \"IsOffer\": true,\r\n        \"Status\": 0,\r\n        \"OfferDescription\": \"به علت عدم وارد کردن قیمت\",\r\n        \"Random\": 0,\r\n        \"Name\": \"پرنده مرغ عشق\",\r\n        \"Serial\": \"p134\",\r\n        \"IsDeactive\": false,\r\n        \"Exist\": false,\r\n        \"PicLink\": \"/UserFiles/livegallery4/Images/Product/202108241207542027.jpg\",\r\n        \"Description\": null,\r\n        \"MoreDescription\": null,\r\n        \"Price\": 0.0000,\r\n        \"OffPrice\": 0.0000,\r\n        \"HidePrice\": false,\r\n        \"HidePriceText\": null,\r\n        \"Discount\": 0.0000,\r\n        \"Type\": 0,\r\n        \"MinerCost\": 0.00,\r\n        \"ProcessingCost\": 0.00,\r\n        \"MainPrice\": 0.0000,\r\n        \"Count\": 0,\r\n        \"Rate\": 0.0,\r\n        \"DeviceType\": 0,\r\n        \"MobPicLink\": null,\r\n        \"Sizing\": true,\r\n        \"PurchasePrice\": 0.0000,\r\n        \"Weight\": 0.00,\r\n        \"TaxExempt\": false,\r\n        \"Tax\": 0.00,\r\n        \"Inquiry\": false,\r\n        \"Affiliate\": false,\r\n        \"DisableOrder\": false,\r\n        \"DisableOrder2\": false,\r\n        \"Offer\": null,\r\n        \"Liked\": false,\r\n        \"Likes\": 0,\r\n        \"Point\": 0.00,\r\n        \"ShopId\": null,\r\n        \"LikeShop\": false,\r\n        \"HasReview\": false,\r\n        \"Mine\": false,\r\n        \"Ups\": 0,\r\n        \"Downs\": 0,\r\n        \"Up\": false,\r\n        \"Down\": false,\r\n        \"Stars\": 0.0,\r\n        \"Starers\": 0,\r\n        \"MyStars\": 0.0,\r\n        \"SumStars\": 0.0,\r\n        \"MultiPrice\": false,\r\n        \"OriginalPrice\": 0.0000,\r\n        \"ConsumerPrice\": 0.0,\r\n        \"LatinName\": null,\r\n        \"LastModified\": \"2021-08-24T12:07:58\",\r\n        \"Views\": 94,\r\n        \"NoTransport\": false,\r\n        \"FakeName\": null,\r\n        \"OfferDate\": null,\r\n        \"Survey\": null,\r\n        \"MaxOrder\": null,\r\n        \"MinOrder\": null,\r\n        \"NumberOfShops\": 0,\r\n        \"MinPrice\": 0.0,\r\n        \"MaxPrice\": 0.0,\r\n        \"Max\": 0.0,\r\n        \"Min\": 0.0,\r\n        \"FastToCart\": false,\r\n        \"Depots\": 0,\r\n        \"Unit\": null,\r\n        \"CountPerUnit\": 1,\r\n        \"Expiration\": null,\r\n        \"Difficulty\": 0,\r\n        \"CookTime\": 0,\r\n        \"SellType\": 0,\r\n        \"Priority\": 0.0,\r\n        \"MlmType\": 0,\r\n        \"AlertCount\": 0,\r\n        \"GroupPrice\": null,\r\n        \"CatalogPrice\": 0.0,\r\n        \"DeviationPercent\": 0.00,\r\n        \"DeviationPercentDown\": 0.00,\r\n        \"Forbid\": false,\r\n        \"ForbidGallery\": false,\r\n        \"ForbidDetail\": false,\r\n        \"ForbidSpecification\": false,\r\n        \"HasGift\": false,\r\n        \"Total\": 7,\r\n        \"Colors\": null,\r\n        \"Shops\": null,\r\n        \"Number\": 0,\r\n        \"PageTitle\": null,\r\n        \"SoldCount\": 0,\r\n        \"SpecialInstalment\": null,\r\n        \"Shid\": null,\r\n        \"Shop\": null,\r\n        \"Default\": null,\r\n        \"BrandId\": null,\r\n        \"CategoryId\": 543575,\r\n        \"Id\": 1480664,\r\n        \"LangId\": 0\r\n    },\r\n    {\r\n        \"Sort\": 0,\r\n        \"IsOffer\": false,\r\n        \"Status\": 0,\r\n        \"OfferDescription\": null,\r\n        \"Random\": 0,\r\n        \"Name\": \"گل طبیعی نایکات\",\r\n        \"Serial\": \"niakut\",\r\n        \"IsDeactive\": false,\r\n        \"Exist\": true,\r\n        \"PicLink\": \"/UserFiles/livegallery4/Images/Product/202104211052437322.jpg\",\r\n        \"Description\": null,\r\n        \"MoreDescription\": null,\r\n        \"Price\": 25000.0000,\r\n        \"OffPrice\": 22500.0000,\r\n        \"HidePrice\": true,\r\n        \"HidePriceText\": null,\r\n        \"Discount\": 10.0000,\r\n        \"Type\": 0,\r\n        \"MinerCost\": 0.00,\r\n        \"ProcessingCost\": 0.00,\r\n        \"MainPrice\": 22500.0000,\r\n        \"Count\": 1,\r\n        \"Rate\": 0.0,\r\n        \"DeviceType\": 0,\r\n        \"MobPicLink\": null,\r\n        \"Sizing\": false,\r\n        \"PurchasePrice\": 0.0000,\r\n        \"Weight\": 0.00,\r\n        \"TaxExempt\": true,\r\n        \"Tax\": 0.00,\r\n        \"Inquiry\": false,\r\n        \"Affiliate\": false,\r\n        \"DisableOrder\": false,\r\n        \"DisableOrder2\": false,\r\n        \"Offer\": null,\r\n        \"Liked\": false,\r\n        \"Likes\": 0,\r\n        \"Point\": 0.00,\r\n        \"ShopId\": null,\r\n        \"LikeShop\": false,\r\n        \"HasReview\": false,\r\n        \"Mine\": false,\r\n        \"Ups\": 0,\r\n        \"Downs\": 0,\r\n        \"Up\": false,\r\n        \"Down\": false,\r\n        \"Stars\": 0.0,\r\n        \"Starers\": 0,\r\n        \"MyStars\": 0.0,\r\n        \"SumStars\": 0.0,\r\n        \"MultiPrice\": false,\r\n        \"OriginalPrice\": 22500.0000,\r\n        \"ConsumerPrice\": 0.0,\r\n        \"LatinName\": null,\r\n        \"LastModified\": \"2021-04-21T10:53:04\",\r\n        \"Views\": 451,\r\n        \"NoTransport\": false,\r\n        \"FakeName\": null,\r\n        \"OfferDate\": null,\r\n        \"Survey\": null,\r\n        \"MaxOrder\": null,\r\n        \"MinOrder\": null,\r\n        \"NumberOfShops\": 0,\r\n        \"MinPrice\": 0.0,\r\n        \"MaxPrice\": 0.0,\r\n        \"Max\": 0.0,\r\n        \"Min\": 0.0,\r\n        \"FastToCart\": false,\r\n        \"Depots\": 0,\r\n        \"Unit\": null,\r\n        \"CountPerUnit\": 1,\r\n        \"Expiration\": null,\r\n        \"Difficulty\": 0,\r\n        \"CookTime\": 0,\r\n        \"SellType\": 0,\r\n        \"Priority\": 0.0,\r\n        \"MlmType\": 0,\r\n        \"AlertCount\": 0,\r\n        \"GroupPrice\": null,\r\n        \"CatalogPrice\": 0.0,\r\n        \"DeviationPercent\": 0.00,\r\n        \"DeviationPercentDown\": 0.00,\r\n        \"Forbid\": false,\r\n        \"ForbidGallery\": false,\r\n        \"ForbidDetail\": false,\r\n        \"ForbidSpecification\": false,\r\n        \"HasGift\": false,\r\n        \"Total\": 7,\r\n        \"Colors\": null,\r\n        \"Shops\": null,\r\n        \"Number\": 0,\r\n        \"PageTitle\": null,\r\n        \"SoldCount\": 63,\r\n        \"SpecialInstalment\": null,\r\n        \"Shid\": null,\r\n        \"Shop\": null,\r\n        \"Default\": null,\r\n        \"BrandId\": null,\r\n        \"CategoryId\": 543575,\r\n        \"Id\": 1465766,\r\n        \"LangId\": 0\r\n    },\r\n    {\r\n        \"Sort\": 0,\r\n        \"IsOffer\": false,\r\n        \"Status\": 0,\r\n        \"OfferDescription\": null,\r\n        \"Random\": 0,\r\n        \"Name\": \"گوشی موبایل شیائومی مدل Redmi 9A M2006C3LG دو سیم‌ کارت ظرفیت 32 گیگابایت\",\r\n        \"Serial\": \"967239\",\r\n        \"IsDeactive\": false,\r\n        \"Exist\": true,\r\n        \"PicLink\": \"/UserFiles/livegallery4/Images/Product/202209050934375297.jpg\",\r\n        \"Description\": \"شرکت شیائومی‌به‌تازگی دو عضو ارزان‌قیمت از خانواده «Redmi 9» را معرفی کرده است. گوشی Redmi 9A یکی از این گوشی‌‌ها است که مانند نسخه‌‌های قبلی، از صفحه‌نمایش بزرگ، باتری پرقدرت، طراحی جذاب دوربین و سخت‌افزار مناسب برخوردار است. صفحه‌نمایش گوشی Redmi 9A 6.53 اینچ است و از فناوری IPS LCD بهره می‌برد. این نمایشگر حدود 81 درصد از بدنه را به خود اختصاص داده است. شیائومی‌برای این محصول خود از یک دوربین با لنز عریض 13 مگاپیکسلی استفاده کرده است. دوربین سلفی 5 مگاپیکسلی هم در مرکز گو ...\",\r\n        \"MoreDescription\": \"شرکت شیائومی‌به‌تازگی دو عضو ارزان‌قیمت از خانواده «Redmi 9» را معرفی کرده است. گوشی Redmi 9A یکی از این گوشی‌‌ها است که مانند نسخه‌‌های قبلی، از صفحه‌نمایش بزرگ، باتری پرقدرت، طراحی جذاب دوربین و سخت‌افزار مناسب برخوردار است. صفحه‌نمایش گوشی Redmi 9A 6.53 اینچ است و از فناوری IPS LCD بهره می‌برد. این نمایشگر حدود 81 درصد از بدنه را به خود اختصاص داده است. شیائومی‌برای این محصول خود از یک دوربین با لنز عریض 13 مگاپیکسلی استفاده کرده است. دوربین سلفی 5 مگاپیکسلی هم در مرکز گوشی و بالای نمایشگر این گوشی به‌کار گرفته‌شده است. ازنظر سخت‌افزاری هم این گوشی به تراشه Helio G25 شرکت مدیاتک مجهز شده که با پردازنده‌ هشت‌هسته‌ا‌ی و قدرتمند Cortex-A53 و پردازنده گرافیکی PowerVR GE8320 همراه شده است. حافظه رم با ظرفیت 2 گیگابایت هم در کنار این مجموعه قرار گرفته است تا بتواند علاوه‌بر کار‌های معمول، از قابلیت‌‌ها ی جدید گوشی‌‌های امروزی پشتیبانی کند. برای این گوشی حافظه داخلی با ظرفیت 32 گیگابایت در نظر گرفته شده است که با استفاده از یک کارت حافظه SD قابل ارتقاء است. باتری لیتیوم-پلیمری با ظرفیت 5000 میلی‌آمپرساعتی با قابلیت شارژ با توان 10 وات و جک 3.5 میلی‌متری صدا هم از دیگر مشخصات این محصول جدید است.\",\r\n        \"Price\": 2300000.0000,\r\n        \"OffPrice\": 2185000.0000,\r\n        \"HidePrice\": false,\r\n        \"HidePriceText\": null,\r\n        \"Discount\": 5.0000,\r\n        \"Type\": 0,\r\n        \"MinerCost\": 0.00,\r\n        \"ProcessingCost\": 10000.00,\r\n        \"MainPrice\": 2185000.0000,\r\n        \"Count\": 49,\r\n        \"Rate\": 1.0,\r\n        \"DeviceType\": 0,\r\n        \"MobPicLink\": null,\r\n        \"Sizing\": true,\r\n        \"PurchasePrice\": 2160000.0000,\r\n        \"Weight\": 185.00,\r\n        \"TaxExempt\": false,\r\n        \"Tax\": 0.00,\r\n        \"Inquiry\": false,\r\n        \"Affiliate\": false,\r\n        \"DisableOrder\": false,\r\n        \"DisableOrder2\": false,\r\n        \"Offer\": null,\r\n        \"Liked\": false,\r\n        \"Likes\": 0,\r\n        \"Point\": 0.00,\r\n        \"ShopId\": null,\r\n        \"LikeShop\": false,\r\n        \"HasReview\": false,\r\n        \"Mine\": false,\r\n        \"Ups\": 0,\r\n        \"Downs\": 0,\r\n        \"Up\": false,\r\n        \"Down\": false,\r\n        \"Stars\": 0.0,\r\n        \"Starers\": 0,\r\n        \"MyStars\": 0.0,\r\n        \"SumStars\": 0.0,\r\n        \"MultiPrice\": false,\r\n        \"OriginalPrice\": 2185000.0000,\r\n        \"ConsumerPrice\": 0.0,\r\n        \"LatinName\": \"Xiaomi Redmi 9A M2006C3LG Dual SIM 32GB Mobile Phone\",\r\n        \"LastModified\": \"2022-09-05T09:40:55\",\r\n        \"Views\": 302,\r\n        \"NoTransport\": false,\r\n        \"FakeName\": null,\r\n        \"OfferDate\": null,\r\n        \"Survey\": null,\r\n        \"MaxOrder\": null,\r\n        \"MinOrder\": null,\r\n        \"NumberOfShops\": 0,\r\n        \"MinPrice\": 0.0,\r\n        \"MaxPrice\": 0.0,\r\n        \"Max\": 0.0,\r\n        \"Min\": 0.0,\r\n        \"FastToCart\": false,\r\n        \"Depots\": 0,\r\n        \"Unit\": \"عدد\",\r\n        \"CountPerUnit\": 1,\r\n        \"Expiration\": null,\r\n        \"Difficulty\": 0,\r\n        \"CookTime\": 0,\r\n        \"SellType\": 0,\r\n        \"Priority\": 0.0,\r\n        \"MlmType\": 0,\r\n        \"AlertCount\": 0,\r\n        \"GroupPrice\": null,\r\n        \"CatalogPrice\": 0.0,\r\n        \"DeviationPercent\": 0.00,\r\n        \"DeviationPercentDown\": 0.00,\r\n        \"Forbid\": false,\r\n        \"ForbidGallery\": false,\r\n        \"ForbidDetail\": false,\r\n        \"ForbidSpecification\": false,\r\n        \"HasGift\": false,\r\n        \"Total\": 7,\r\n        \"Colors\": null,\r\n        \"Shops\": null,\r\n        \"Number\": 0,\r\n        \"PageTitle\": null,\r\n        \"SoldCount\": 17,\r\n        \"SpecialInstalment\": null,\r\n        \"Shid\": null,\r\n        \"Shop\": null,\r\n        \"Default\": null,\r\n        \"BrandId\": 318942,\r\n        \"CategoryId\": 543395,\r\n        \"Id\": 1459832,\r\n        \"LangId\": 0\r\n    },\r\n    {\r\n        \"Sort\": 0,\r\n        \"IsOffer\": false,\r\n        \"Status\": 0,\r\n        \"OfferDescription\": null,\r\n        \"Random\": 0,\r\n        \"Name\": \"جوراب مدل B12\",\r\n        \"Serial\": \"socks-b12\",\r\n        \"IsDeactive\": false,\r\n        \"Exist\": true,\r\n        \"PicLink\": \"/UserFiles/livegallery4/Images/Product/202104101158295861.jpg\",\r\n        \"Description\": \"انواع جوراب های با کیفیت و متنوع در طرح و رنگ های مختلف\",\r\n        \"MoreDescription\": \"جوراب بافت برند b12 برای تمامی فصول سال مناسب است و در همه مناسبت ها میشود از ان استفاده کرد\\nلورم ایپسوم متن ساختگی با تولید سادگی نامفهوم از صنعت چاپ، و با استفاده از طراحان گرافیک است، چاپگرها و متون بلکه روزنامه و مجله در ستون و سطرآنچنان که لازم است، و برای شرایط فعلی تکنولوژی مورد نیاز، و کاربردهای متنوع با هدف بهبود ابزارهای کاربردی می باشد، کتابهای زیادی در شصت و سه درصد گذشته حال و آینده، شناخت فراوان جامعه و متخصصان را می طلبد، تا با نرم افزارها شناخت بیشتری را برای طراحان رایانه ای علی الخصوص طراحان خلاقی، و فرهنگ پیشرو در زبان فارسی ایجاد کرد، در این صورت می توان امید داشت که تمام و دشواری موجود در ارائه راهکارها، و شرایط سخت تایپ به پایان رسد و زمان مورد نیاز شامل حروفچینی دستاوردهای اصلی، و جوابگوی سوالات پیوسته اهل دنیای موجود طراحی اساسا مورد استفاده قرار گیرد.\",\r\n        \"Price\": 25000.0000,\r\n        \"OffPrice\": 24000.0000,\r\n        \"HidePrice\": false,\r\n        \"HidePriceText\": null,\r\n        \"Discount\": 4.0000,\r\n        \"Type\": 0,\r\n        \"MinerCost\": 0.00,\r\n        \"ProcessingCost\": 0.00,\r\n        \"MainPrice\": 24000.0000,\r\n        \"Count\": 385,\r\n        \"Rate\": 30.0,\r\n        \"DeviceType\": 0,\r\n        \"MobPicLink\": null,\r\n        \"Sizing\": true,\r\n        \"PurchasePrice\": 0.0000,\r\n        \"Weight\": 0.00,\r\n        \"TaxExempt\": false,\r\n        \"Tax\": 0.00,\r\n        \"Inquiry\": false,\r\n        \"Affiliate\": false,\r\n        \"DisableOrder\": false,\r\n        \"DisableOrder2\": false,\r\n        \"Offer\": null,\r\n        \"Liked\": false,\r\n        \"Likes\": 0,\r\n        \"Point\": 0.00,\r\n        \"ShopId\": null,\r\n        \"LikeShop\": false,\r\n        \"HasReview\": false,\r\n        \"Mine\": false,\r\n        \"Ups\": 0,\r\n        \"Downs\": 0,\r\n        \"Up\": false,\r\n        \"Down\": false,\r\n        \"Stars\": 0.0,\r\n        \"Starers\": 0,\r\n        \"MyStars\": 0.0,\r\n        \"SumStars\": 0.0,\r\n        \"MultiPrice\": false,\r\n        \"OriginalPrice\": 24000.0000,\r\n        \"ConsumerPrice\": 0.0,\r\n        \"LatinName\": \"Socks B12\",\r\n        \"LastModified\": \"2021-04-10T11:59:20\",\r\n        \"Views\": 561,\r\n        \"NoTransport\": false,\r\n        \"FakeName\": null,\r\n        \"OfferDate\": null,\r\n        \"Survey\": null,\r\n        \"MaxOrder\": null,\r\n        \"MinOrder\": null,\r\n        \"NumberOfShops\": 0,\r\n        \"MinPrice\": 0.0,\r\n        \"MaxPrice\": 0.0,\r\n        \"Max\": 0.0,\r\n        \"Min\": 0.0,\r\n        \"FastToCart\": false,\r\n        \"Depots\": 0,\r\n        \"Unit\": null,\r\n        \"CountPerUnit\": 1,\r\n        \"Expiration\": null,\r\n        \"Difficulty\": 0,\r\n        \"CookTime\": 0,\r\n        \"SellType\": 0,\r\n        \"Priority\": 0.0,\r\n        \"MlmType\": 0,\r\n        \"AlertCount\": 0,\r\n        \"GroupPrice\": null,\r\n        \"CatalogPrice\": 0.0,\r\n        \"DeviationPercent\": 0.00,\r\n        \"DeviationPercentDown\": 0.00,\r\n        \"Forbid\": false,\r\n        \"ForbidGallery\": false,\r\n        \"ForbidDetail\": false,\r\n        \"ForbidSpecification\": false,\r\n        \"HasGift\": false,\r\n        \"Total\": 7,\r\n        \"Colors\": null,\r\n        \"Shops\": null,\r\n        \"Number\": 0,\r\n        \"PageTitle\": null,\r\n        \"SoldCount\": 12,\r\n        \"SpecialInstalment\": null,\r\n        \"Shid\": null,\r\n        \"Shop\": null,\r\n        \"Default\": null,\r\n        \"BrandId\": 318941,\r\n        \"CategoryId\": 543391,\r\n        \"Id\": 1459830,\r\n        \"LangId\": 0\r\n    }\r\n]"},{"id":"20972626-6343-44e7-b69f-359a5403c7d8","name":"Error","originalRequest":{"method":"PUT","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"OperatorId\": [id],\r\n    \"Description\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.example.com/api/product/AdvSearch?$orderby=Id desc","host":["https://api.example.com"],"path":["api","product","AdvSearch"],"query":[{"key":"Name","value":"","disabled":true},{"key":"Serial","value":"","disabled":true},{"key":"Active","value":"","disabled":true},{"key":"Cats","value":"","disabled":true},{"key":"MinPrice","value":"","disabled":true},{"key":"MaxPrice","value":"","disabled":true},{"key":"Companies","value":"","disabled":true},{"key":"MinRate","value":"","disabled":true},{"key":"MaxRate","value":"","disabled":true},{"key":"MinQuantity","value":"","disabled":true},{"key":"MaxQuantity","value":"","disabled":true},{"key":"Depots","value":"","disabled":true},{"key":"IsOffer","value":"","disabled":true},{"key":"HasInstallment","value":"","disabled":true},{"key":"Status","value":"","disabled":true},{"key":"Affiliate","value":"","disabled":true},{"key":"$orderby","value":"Id desc"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"html","header":[],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html>\n    <head>\n        <title>Configuration Error</title>\n        <meta name=\"viewport\" content=\"width=device-width\" />\n        <style>\n\t\tbody {\n\t\t\tfont-family: \"Verdana\";\n\t\t\tfont-weight: normal;\n\t\t\tfont-size: .7em;\n\t\t\tcolor: black;\n\t\t}\n\n\t\tp {\n\t\t\tfont-family: \"Verdana\";\n\t\t\tfont-weight: normal;\n\t\t\tcolor: black;\n\t\t\tmargin-top: -5px\n\t\t}\n\n\t\tb {\n\t\t\tfont-family: \"Verdana\";\n\t\t\tfont-weight: bold;\n\t\t\tcolor: black;\n\t\t\tmargin-top: -5px\n\t\t}\n\n\t\tH1 {\n\t\t\tfont-family: \"Verdana\";\n\t\t\tfont-weight: normal;\n\t\t\tfont-size: 18pt;\n\t\t\tcolor: red\n\t\t}\n\n\t\tH2 {\n\t\t\tfont-family: \"Verdana\";\n\t\t\tfont-weight: normal;\n\t\t\tfont-size: 14pt;\n\t\t\tcolor: maroon\n\t\t}\n\n\t\tpre {\n\t\t\tfont-family: \"Consolas\", \"Lucida Console\", Monospace;\n\t\t\tfont-size: 11pt;\n\t\t\tmargin: 0;\n\t\t\tpadding: 0.5em;\n\t\t\tline-height: 14pt\n\t\t}\n\n\t\t.marker {\n\t\t\tfont-weight: bold;\n\t\t\tcolor: black;\n\t\t\ttext-decoration: none;\n\t\t}\n\n\t\t.version {\n\t\t\tcolor: gray;\n\t\t}\n\n\t\t.error {\n\t\t\tmargin-bottom: 10px;\n\t\t}\n\n\t\t.expandable {\n\t\t\ttext-decoration: underline;\n\t\t\tfont-weight: bold;\n\t\t\tcolor: navy;\n\t\t\tcursor: hand;\n\t\t}\n\n\t\t@media screen and (max-width: 639px) {\n\t\t\tpre {\n\t\t\t\twidth: 440px;\n\t\t\t\toverflow: auto;\n\t\t\t\twhite-space: pre-wrap;\n\t\t\t\tword-wrap: break-word;\n\t\t\t}\n\t\t}\n\n\t\t@media screen and (max-width: 479px) {\n\t\t\tpre {\n\t\t\t\twidth: 280px;\n\t\t\t}\n\t\t}\n\t</style>\n    </head>\n    <body bgcolor=\"white\">\n        <span>\n            <H1>Server Error in '/' Application.\n                <hr width=100% size=1 color=silver>\n            </H1>\n            <h2>\n                <i>Configuration Error</i>\n            </h2>\n        </span>\n        <font face=\"Arial, Helvetica, Geneva, SunSans-Regular, sans-serif \">\n            <b> Description: </b>An error occurred during the processing of a configuration file required to service this\n\t\trequest. Please review the specific error details below and modify your configuration file appropriately.\n            <br>\n            <br>\n            <b> Parser Error Message: </b>The value of the property 'mode' cannot be parsed. The error is: The enumeration\n\t\tvalue must be one of the following: RemoteOnly, On, Off.\n            <br>\n            <br>\n            <b>Source Error:</b>\n            <br>\n            <br>\n            <table width=100% bgcolor=\"#ffffcc\">\n                <tr>\n                    <td>\n                        <code>\n                            <pre>\n\nLine 53:   &lt;/appSettings&gt;\nLine 54:   &lt;system.web&gt;\n\n                                <font color=red>Line 55:     &lt;customErrors mode=&quot;on&quot;/&gt;\n</font>Line 56:   &lt;authentication mode=&quot;None&quot;/&gt;\nLine 57:     &lt;compilation targetFramework=&quot;4.7.2&quot;&gt;\n                            </pre>\n                        </code>\n                    </td>\n                </tr>\n            </table>\n            <br>\n            <b> Source File: </b> C:\\wwwroot\\api.smx.live\\web.config\n            <b> &nbsp;&nbsp; Line: </b> 55\n            <br>\n            <br>\n            <hr width=100% size=1 color=silver>\n            <b>Version Information:</b>&nbsp;Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.7.3535.0\n        </font>\n    </body>\n</html>\n<!-- \n[ConfigurationErrorsException]: The value of the property &#39;mode&#39; cannot be parsed. The error is: The enumeration value must be one of the following: RemoteOnly, On, Off. (C:\\wwwroot\\api.smx.live\\web.config line 55)\n   at System.Configuration.BaseConfigurationRecord.EvaluateOne(String[] keys, SectionInput input, Boolean isTrusted, FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult)\n   at System.Configuration.BaseConfigurationRecord.Evaluate(FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult, Boolean getLkg, Boolean getRuntimeObject, Object& result, Object& resultRuntimeObject)\n   at System.Configuration.BaseConfigurationRecord.GetSectionRecursive(String configKey, Boolean getLkg, Boolean checkPermission, Boolean getRuntimeObject, Boolean requestIsHere, Object& result, Object& resultRuntimeObject)\n   at System.Configuration.BaseConfigurationRecord.GetSection(String configKey)\n   at System.Web.Configuration.RuntimeConfig.GetSectionObject(String sectionName)\n   at System.Web.Configuration.RuntimeConfig.GetSection(String sectionName, Type type, ResultsIndex index)\n   at System.Web.Configuration.RuntimeConfig.get_CustomErrors()\n   at System.Web.Configuration.CustomErrorsSection.GetSettings(HttpContext context, Boolean canThrow)\n   at System.Web.HttpResponse.ReportRuntimeError(Exception e, Boolean canThrow, Boolean localExecute)\n   at System.Web.HttpContext.ReportRuntimeErrorIfExists(RequestNotificationStatus& status)\n-->"}],"_postman_id":"99aafdde-9e7c-44df-b310-22a31cd9dee2"}],"id":"4322c8e1-5fed-4eb8-9498-a9a8c538d986","_postman_id":"4322c8e1-5fed-4eb8-9498-a9a8c538d986","description":""},{"name":"Category","item":[{"name":"Info","id":"d752adce-350b-4659-974d-30d19d3f1153","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"}],"url":"https://api.example.com/api/category/[id]","description":"<p>Get category information</p>\n","urlObject":{"path":["api","category","[id]"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[{"id":"39515906-8001-4eac-84c0-e22816d2d020","name":"OK","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"}],"url":"https://api.example.com/api/category/[id]"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Guaranties\": [],\n    \"Name\": \"کالای دیجیتال\",\n    \"Number\": null,\n    \"IsDeactive\": false,\n    \"OrderType\": 0,\n    \"LayoutType\": 0,\n    \"Description\": null,\n    \"ParentId\": null,\n    \"PicLink\": null,\n    \"HasChild\": true,\n    \"Sort\": 0,\n    \"SlideCount\": 0,\n    \"ShortcutCount\": 0,\n    \"GroupCount\": 0,\n    \"DeviceType\": 0,\n    \"GroupSizeId\": null,\n    \"Forbid\": false,\n    \"NumberOfProducts\": 0,\n    \"HasFilter\": false,\n    \"ProductExpireDayAlert\": null,\n    \"HasSpecification\": false,\n    \"CommissionPercent\": 0.00,\n    \"PackingFee\": 0.00,\n    \"Children\": null,\n    \"CashInvoicePercent\": null,\n    \"LoanInvoicePercent\": null,\n    \"CreditInvoicePercent\": null,\n    \"Id\": 543393,\n    \"LangId\": 0,\n    \"PageTitle\": null,\n    \"PageDescription\": null,\n    \"PageKeyword\": null\n}"},{"id":"12c46194-a9e1-4844-b9cd-9ae566b60d5b","name":"NotFound","originalRequest":{"method":"GET","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"}],"url":"https://api.example.com/api/category/[id]"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"2785829e-9161-4590-9c1d-7bafe3593562","name":"Error","originalRequest":{"method":"PUT","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"OperatorId\": [id],\r\n    \"Description\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/api/category/[id]"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"html","header":[],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html>\n    <head>\n        <title>Configuration Error</title>\n        <meta name=\"viewport\" content=\"width=device-width\" />\n        <style>\n\t\tbody {\n\t\t\tfont-family: \"Verdana\";\n\t\t\tfont-weight: normal;\n\t\t\tfont-size: .7em;\n\t\t\tcolor: black;\n\t\t}\n\n\t\tp {\n\t\t\tfont-family: \"Verdana\";\n\t\t\tfont-weight: normal;\n\t\t\tcolor: black;\n\t\t\tmargin-top: -5px\n\t\t}\n\n\t\tb {\n\t\t\tfont-family: \"Verdana\";\n\t\t\tfont-weight: bold;\n\t\t\tcolor: black;\n\t\t\tmargin-top: -5px\n\t\t}\n\n\t\tH1 {\n\t\t\tfont-family: \"Verdana\";\n\t\t\tfont-weight: normal;\n\t\t\tfont-size: 18pt;\n\t\t\tcolor: red\n\t\t}\n\n\t\tH2 {\n\t\t\tfont-family: \"Verdana\";\n\t\t\tfont-weight: normal;\n\t\t\tfont-size: 14pt;\n\t\t\tcolor: maroon\n\t\t}\n\n\t\tpre {\n\t\t\tfont-family: \"Consolas\", \"Lucida Console\", Monospace;\n\t\t\tfont-size: 11pt;\n\t\t\tmargin: 0;\n\t\t\tpadding: 0.5em;\n\t\t\tline-height: 14pt\n\t\t}\n\n\t\t.marker {\n\t\t\tfont-weight: bold;\n\t\t\tcolor: black;\n\t\t\ttext-decoration: none;\n\t\t}\n\n\t\t.version {\n\t\t\tcolor: gray;\n\t\t}\n\n\t\t.error {\n\t\t\tmargin-bottom: 10px;\n\t\t}\n\n\t\t.expandable {\n\t\t\ttext-decoration: underline;\n\t\t\tfont-weight: bold;\n\t\t\tcolor: navy;\n\t\t\tcursor: hand;\n\t\t}\n\n\t\t@media screen and (max-width: 639px) {\n\t\t\tpre {\n\t\t\t\twidth: 440px;\n\t\t\t\toverflow: auto;\n\t\t\t\twhite-space: pre-wrap;\n\t\t\t\tword-wrap: break-word;\n\t\t\t}\n\t\t}\n\n\t\t@media screen and (max-width: 479px) {\n\t\t\tpre {\n\t\t\t\twidth: 280px;\n\t\t\t}\n\t\t}\n\t</style>\n    </head>\n    <body bgcolor=\"white\">\n        <span>\n            <H1>Server Error in '/' Application.\n                <hr width=100% size=1 color=silver>\n            </H1>\n            <h2>\n                <i>Configuration Error</i>\n            </h2>\n        </span>\n        <font face=\"Arial, Helvetica, Geneva, SunSans-Regular, sans-serif \">\n            <b> Description: </b>An error occurred during the processing of a configuration file required to service this\n\t\trequest. Please review the specific error details below and modify your configuration file appropriately.\n            <br>\n            <br>\n            <b> Parser Error Message: </b>The value of the property 'mode' cannot be parsed. The error is: The enumeration\n\t\tvalue must be one of the following: RemoteOnly, On, Off.\n            <br>\n            <br>\n            <b>Source Error:</b>\n            <br>\n            <br>\n            <table width=100% bgcolor=\"#ffffcc\">\n                <tr>\n                    <td>\n                        <code>\n                            <pre>\n\nLine 53:   &lt;/appSettings&gt;\nLine 54:   &lt;system.web&gt;\n\n                                <font color=red>Line 55:     &lt;customErrors mode=&quot;on&quot;/&gt;\n</font>Line 56:   &lt;authentication mode=&quot;None&quot;/&gt;\nLine 57:     &lt;compilation targetFramework=&quot;4.7.2&quot;&gt;\n                            </pre>\n                        </code>\n                    </td>\n                </tr>\n            </table>\n            <br>\n            <b> Source File: </b> C:\\wwwroot\\api.smx.live\\web.config\n            <b> &nbsp;&nbsp; Line: </b> 55\n            <br>\n            <br>\n            <hr width=100% size=1 color=silver>\n            <b>Version Information:</b>&nbsp;Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.7.3535.0\n        </font>\n    </body>\n</html>\n<!-- \n[ConfigurationErrorsException]: The value of the property &#39;mode&#39; cannot be parsed. The error is: The enumeration value must be one of the following: RemoteOnly, On, Off. (C:\\wwwroot\\api.smx.live\\web.config line 55)\n   at System.Configuration.BaseConfigurationRecord.EvaluateOne(String[] keys, SectionInput input, Boolean isTrusted, FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult)\n   at System.Configuration.BaseConfigurationRecord.Evaluate(FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult, Boolean getLkg, Boolean getRuntimeObject, Object& result, Object& resultRuntimeObject)\n   at System.Configuration.BaseConfigurationRecord.GetSectionRecursive(String configKey, Boolean getLkg, Boolean checkPermission, Boolean getRuntimeObject, Boolean requestIsHere, Object& result, Object& resultRuntimeObject)\n   at System.Configuration.BaseConfigurationRecord.GetSection(String configKey)\n   at System.Web.Configuration.RuntimeConfig.GetSectionObject(String sectionName)\n   at System.Web.Configuration.RuntimeConfig.GetSection(String sectionName, Type type, ResultsIndex index)\n   at System.Web.Configuration.RuntimeConfig.get_CustomErrors()\n   at System.Web.Configuration.CustomErrorsSection.GetSettings(HttpContext context, Boolean canThrow)\n   at System.Web.HttpResponse.ReportRuntimeError(Exception e, Boolean canThrow, Boolean localExecute)\n   at System.Web.HttpContext.ReportRuntimeErrorIfExists(RequestNotificationStatus& status)\n-->"}],"_postman_id":"d752adce-350b-4659-974d-30d19d3f1153"}],"id":"2ba5df00-e9f8-4bae-b6d5-02192f54cff8","_postman_id":"2ba5df00-e9f8-4bae-b6d5-02192f54cff8","description":""},{"name":"CustomertTckets","item":[{"name":"AddResponse","id":"2f12df29-c837-4179-b0a7-1df3e927bc72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Content\": \"Qui atque eius. Nisi cumque ex in nihil occaecati aut perspiciatis quas beatae. Odio aut maiores. Ut beatae dolores molestiae suscipit quidem nostrum consectetur ea. Dolores maiores repudiandae quis dolores autem qui. Sit nihil minus non dolorem tempora.\", // response message\r\n    \"TicketId\": [id], // titcket id\r\n    \"Date\": \"2025-12-28T13:11:21\", // response date\r\n    \"Attachments\": [] // list of files path\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/Api/CustomerTicket/Response","description":"<p>product inventory add</p>\n<p>error Handling:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Message</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>All</td>\n<td>Handle body</td>\n</tr>\n<tr>\n<td>&gt;=500</td>\n<td>Unhandled error</td>\n</tr>\n</tbody>\n</table>\n</div><p>Body:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Handler</strong></th>\n<th><strong>Message</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>body?-&gt;Errors empty</td>\n<td>Saved successfully</td>\n</tr>\n<tr>\n<td>else</td>\n<td>Handle body?-&gt;Errors</td>\n</tr>\n</tbody>\n</table>\n</div><p>body?-&gt;Errors:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code (<strong>key</strong>)</strong></th>\n<th><strong>Message</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>2</td>\n<td>Product not found</td>\n</tr>\n<tr>\n<td>4</td>\n<td>The reference price limit has not been observed</td>\n</tr>\n<tr>\n<td>1</td>\n<td>There is not enough access for the distribution company</td>\n</tr>\n<tr>\n<td>8</td>\n<td>The code is duplicated</td>\n</tr>\n<tr>\n<td>5</td>\n<td>There is no inventory decrease access</td>\n</tr>\n<tr>\n<td>6</td>\n<td>There is no inventory increase access</td>\n</tr>\n<tr>\n<td>71</td>\n<td>Size not found</td>\n</tr>\n<tr>\n<td>72</td>\n<td>Depot not found</td>\n</tr>\n<tr>\n<td>73</td>\n<td>Color not found</td>\n</tr>\n<tr>\n<td>74</td>\n<td>Company not found</td>\n</tr>\n<tr>\n<td>75</td>\n<td>Color not selected</td>\n</tr>\n<tr>\n<td>76</td>\n<td>Size not selected</td>\n</tr>\n<tr>\n<td>77</td>\n<td>Company not selected</td>\n</tr>\n<tr>\n<td>else</td>\n<td>Unknown</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["Api","CustomerTicket","Response"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2f12df29-c837-4179-b0a7-1df3e927bc72"},{"name":"ChangeStatus","id":"4bcbeab8-f9b9-4be4-be6d-a288b8ae511e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Id\": [id], // ticket id\r\n    \"SupportId\": [id], // support section id\r\n    \"Status\": 1, //  NotVisited = 0, Checking = 1, Answered = 2, Closed = 3\r\n    \"AssigneeId\": [id] // operator id // default send current operator id\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/Api/CustomerTicket/[id]","description":"<p>product inventory add</p>\n<p>error Handling:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Message</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>All</td>\n<td>Handle body</td>\n</tr>\n<tr>\n<td>&gt;=500</td>\n<td>Unhandled error</td>\n</tr>\n</tbody>\n</table>\n</div><p>Body:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Handler</strong></th>\n<th><strong>Message</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>body?-&gt;Errors empty</td>\n<td>Saved successfully</td>\n</tr>\n<tr>\n<td>else</td>\n<td>Handle body?-&gt;Errors</td>\n</tr>\n</tbody>\n</table>\n</div><p>body?-&gt;Errors:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code (<strong>key</strong>)</strong></th>\n<th><strong>Message</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>2</td>\n<td>Product not found</td>\n</tr>\n<tr>\n<td>4</td>\n<td>The reference price limit has not been observed</td>\n</tr>\n<tr>\n<td>1</td>\n<td>There is not enough access for the distribution company</td>\n</tr>\n<tr>\n<td>8</td>\n<td>The code is duplicated</td>\n</tr>\n<tr>\n<td>5</td>\n<td>There is no inventory decrease access</td>\n</tr>\n<tr>\n<td>6</td>\n<td>There is no inventory increase access</td>\n</tr>\n<tr>\n<td>71</td>\n<td>Size not found</td>\n</tr>\n<tr>\n<td>72</td>\n<td>Depot not found</td>\n</tr>\n<tr>\n<td>73</td>\n<td>Color not found</td>\n</tr>\n<tr>\n<td>74</td>\n<td>Company not found</td>\n</tr>\n<tr>\n<td>75</td>\n<td>Color not selected</td>\n</tr>\n<tr>\n<td>76</td>\n<td>Size not selected</td>\n</tr>\n<tr>\n<td>77</td>\n<td>Company not selected</td>\n</tr>\n<tr>\n<td>else</td>\n<td>Unknown</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["Api","CustomerTicket","[id]"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4bcbeab8-f9b9-4be4-be6d-a288b8ae511e"}],"id":"20f018c4-9076-4faa-8156-4c15d214376f","_postman_id":"20f018c4-9076-4faa-8156-4c15d214376f","description":""},{"name":"Reward","item":[{"name":"SaveCustomRewardsNames","id":"607e2516-3167-4ef0-a0c7-4d36cfda3927","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"}],"body":{"mode":"raw","raw":"// هر بار ارسال لیست قبلی حذف و لیست جدید جایگزین می شود.\r\n[\r\n    {\r\n        \"id\": 100, // نوع یا شناسه کارمزد - عدد باید بین 100 تا 200 به جز عدد 45 باشد.\r\n        \"name\": \"سودانه\" // نام کارمزد\r\n    },\r\n    {\r\n        \"id\": 101,\r\n        \"name\": \"هم‌سود\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/v3/Reward/config/customRewards","description":"<p>product inventory add</p>\n<p>error Handling:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Message</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>All</td>\n<td>Handle body</td>\n</tr>\n<tr>\n<td>&gt;=500</td>\n<td>Unhandled error</td>\n</tr>\n</tbody>\n</table>\n</div><p>Body:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Handler</strong></th>\n<th><strong>Message</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>body?-&gt;Errors empty</td>\n<td>Saved successfully</td>\n</tr>\n<tr>\n<td>else</td>\n<td>Handle body?-&gt;Errors</td>\n</tr>\n</tbody>\n</table>\n</div><p>body?-&gt;Errors:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code (<strong>key</strong>)</strong></th>\n<th><strong>Message</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>2</td>\n<td>Product not found</td>\n</tr>\n<tr>\n<td>4</td>\n<td>The reference price limit has not been observed</td>\n</tr>\n<tr>\n<td>1</td>\n<td>There is not enough access for the distribution company</td>\n</tr>\n<tr>\n<td>8</td>\n<td>The code is duplicated</td>\n</tr>\n<tr>\n<td>5</td>\n<td>There is no inventory decrease access</td>\n</tr>\n<tr>\n<td>6</td>\n<td>There is no inventory increase access</td>\n</tr>\n<tr>\n<td>71</td>\n<td>Size not found</td>\n</tr>\n<tr>\n<td>72</td>\n<td>Depot not found</td>\n</tr>\n<tr>\n<td>73</td>\n<td>Color not found</td>\n</tr>\n<tr>\n<td>74</td>\n<td>Company not found</td>\n</tr>\n<tr>\n<td>75</td>\n<td>Color not selected</td>\n</tr>\n<tr>\n<td>76</td>\n<td>Size not selected</td>\n</tr>\n<tr>\n<td>77</td>\n<td>Company not selected</td>\n</tr>\n<tr>\n<td>else</td>\n<td>Unknown</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v3","Reward","config","customRewards"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"607e2516-3167-4ef0-a0c7-4d36cfda3927"},{"name":"AddCustomRewardToMarketer","id":"cab7fcc4-b2f4-49a4-904a-6a9762bdf911","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"shopid","value":"{shopid}","type":"text"},{"key":"langid","value":"{lang}","type":"text"},{"key":"role","value":"{role}","type":"text"},{"key":"device","value":"{device}","type":"text"},{"key":"cookie","value":"{cookie}","type":"text"}],"body":{"mode":"raw","raw":"// برای هر بازاریاب فقط یک ردیف قابل تعریف است\r\n// اگر مبلغ 0 باشد، کارمزد تعریف شده حذف می گردد\r\n{\r\n    \"periodId\": 251, // شناسه (Id) دوره زمانی\r\n    \"type\": 100, // نوع یا شناسه کارمزد تعریف شده - عدد باید بین 100 تا 200 به جز عدد 45 باشد.\r\n    \"rewards\": [ // لیست کارمزد یا پاداش\r\n        {\r\n            \"userName\": \"{username}\", // شناسه بازاریابی - نمونه 20251105121314\r\n            \"amount\": 7500000 // مبلع کارمزد - 0 برای حذف و بزرگتر از 0 برای تعریف\r\n        },\r\n        {\r\n            \"userName\": \"{username}\", // شناسه بازاریابی - نمونه 20251105121314\r\n            \"amount\": 0 // مبلع کارمزد - 0 برای حذف و بزرگتر از 0 برای تعریف\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.example.com/v3/Reward/customRewards","description":"<p>product inventory add</p>\n<p>error Handling:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Message</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>All</td>\n<td>Handle body</td>\n</tr>\n<tr>\n<td>&gt;=500</td>\n<td>Unhandled error</td>\n</tr>\n</tbody>\n</table>\n</div><p>Body:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Handler</strong></th>\n<th><strong>Message</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>body?-&gt;Errors empty</td>\n<td>Saved successfully</td>\n</tr>\n<tr>\n<td>else</td>\n<td>Handle body?-&gt;Errors</td>\n</tr>\n</tbody>\n</table>\n</div><p>body?-&gt;Errors:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code (<strong>key</strong>)</strong></th>\n<th><strong>Message</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>2</td>\n<td>Product not found</td>\n</tr>\n<tr>\n<td>4</td>\n<td>The reference price limit has not been observed</td>\n</tr>\n<tr>\n<td>1</td>\n<td>There is not enough access for the distribution company</td>\n</tr>\n<tr>\n<td>8</td>\n<td>The code is duplicated</td>\n</tr>\n<tr>\n<td>5</td>\n<td>There is no inventory decrease access</td>\n</tr>\n<tr>\n<td>6</td>\n<td>There is no inventory increase access</td>\n</tr>\n<tr>\n<td>71</td>\n<td>Size not found</td>\n</tr>\n<tr>\n<td>72</td>\n<td>Depot not found</td>\n</tr>\n<tr>\n<td>73</td>\n<td>Color not found</td>\n</tr>\n<tr>\n<td>74</td>\n<td>Company not found</td>\n</tr>\n<tr>\n<td>75</td>\n<td>Color not selected</td>\n</tr>\n<tr>\n<td>76</td>\n<td>Size not selected</td>\n</tr>\n<tr>\n<td>77</td>\n<td>Company not selected</td>\n</tr>\n<tr>\n<td>else</td>\n<td>Unknown</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v3","Reward","customRewards"],"host":["https://api.example.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"cab7fcc4-b2f4-49a4-904a-6a9762bdf911"}],"id":"a7347902-d9a6-4702-8a1e-aae1aedf3004","_postman_id":"a7347902-d9a6-4702-8a1e-aae1aedf3004","description":""}],"id":"d9181dbc-ce70-4178-aa13-997aee23f520","description":"<p>Administrative area</p>\n","_postman_id":"d9181dbc-ce70-4178-aa13-997aee23f520"}],"id":"99a0b543-18d1-4f63-9e73-0ad2e838389f","description":"<p>This section explores the full list of SmartX reference.</p>\n","_postman_id":"99a0b543-18d1-4f63-9e73-0ad2e838389f"},{"name":"Support and Troubleshooting","item":[{"name":"Support","item":[],"id":"41dc8231-6524-4114-afa5-e45f481be976","description":"<p>Send ticket fron panel for supporting</p>\n","_postman_id":"41dc8231-6524-4114-afa5-e45f481be976"},{"name":"Errors","item":[],"id":"31d6256b-7dc9-4d35-ad1e-d692c8525f75","description":"<p>The API uses normal HTTP response codes to indicate the success or failure of an API request. Generally:<br />Codes in the <strong>2xx</strong> range indicate success. Codes in the <strong>4xx</strong> range indicate an error that failed according to the information provided (for example, a required parameter was omitted, etc.). Codes in the <strong>5xx</strong> range indicate a server error (these are rare).<br />Some <strong>4xx</strong> errors that can be handled by programming (eg order entry) include one or more error codes that briefly describe the error being reported.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>200 - OK                              Everything works fine\n400 - Bad Request                     The request was unacceptable, often due to missing a required parameter\n401 - Unauthorized                    The authentication information is not correct\n402 - Request Failed                  The parameters were valid but the request failed\n403 - Forbidden                       There is insufficient access to complete the request\n404 - Not Found                       The requested resource does not exist\n409 - Conflict                        The request is conflict with another request\n429 - Too Many Requests               The service is busy and it is not possible to serve at this moment\n500, 502, 503, 504 - Server Errors    There was a problem with the server. (These are rare.)\n\n</code></pre><p>for example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n   \"Message\":\"An error has occurred.\",\n   \"ExceptionMessage\":\"Could not find a property named Product\",\n   \"ExceptionType\":\"Microsoft.Data.OData.ODataException\",\n   \"StackTrace\":\"   at Microsoft.Data.OData.Query.EndPathBinder.GeneratePropertyAccessQueryForOpenType.MoveNext()\"\n}\n\n</code></pre>\n","_postman_id":"31d6256b-7dc9-4d35-ad1e-d692c8525f75"}],"id":"9554ca68-9d4c-4c21-a31a-019261272616","description":"<p>This section describes how to troubleshoot errors and contains FAQs relating to general questions, technical implementation, data privacy &amp; security, and regulatory compliance.</p>\n","_postman_id":"9554ca68-9d4c-4c21-a31a-019261272616"}],"event":[{"listen":"prerequest","script":{"id":"1a838a94-5ffa-4634-ad70-22651225ef20","type":"text/javascript","requests":{},"exec":["const env = function (item) {","    return pm.environment.get(item) || pm.collectionVariables.get(item)","    },","        provinceId = env('provinceId'),","        cityId = env('cityId'),","        districtId = env('districtId'),","        hoodId = env('hoodId'),","        latitude = env('latitude'),","        longitude = env('longitude');","","    if (provinceId > 0) {","        pm.request.headers.add({key: 'province', value: provinceId});","    }","    if (cityId > 0) {","        pm.request.headers.add({key: 'city', value: cityId});","    }","    if (districtId > 0) {","        pm.request.headers.add({key: 'district', value: districtId});","    }","    if (hoodId > 0) {","        pm.request.headers.add({key: 'hood', value: hoodId});","    }","    if (latitude && longitude) {","        pm.request.headers.add({key: 'coordinate', value: latitude + ',' + longitude});","    }"]}},{"listen":"test","script":{"id":"0cbd4910-afca-4f86-aefb-db12b6c27c74","type":"text/javascript","requests":{},"exec":[""]}}],"variable":[{"key":"baseUrl","value":"https://api.example.com"},{"key":"shopid","value":"{shopid}"},{"key":"role","value":"{role}"},{"key":"langid","value":"{lang}"},{"key":"device","value":"{device}"},{"key":"ip","value":"{ip}"},{"key":"main","value":"{main}"},{"key":"browser","value":"{browser}"},{"key":"office","value":"{office}"},{"key":"level","value":"{level}"},{"key":"MenuLocation","value":"{location}"},{"key":"categoryId","value":"[id]"},{"key":"positions","value":"{positions}"},{"key":"userAgent","value":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36"},{"key":"location","value":"{location}"},{"key":"groupId","value":"[id]"},{"key":"cookie","value":"{cookie}"},{"key":"authorization","value":"{authorization}"},{"key":"username","value":"{username}"},{"key":"password","value":"{password}"},{"key":"query","value":"{query}"},{"key":"domain","value":"{domain}"},{"key":"shopdomain","value":"{shopdomain}"},{"key":"withDepot","value":"{withDepot}"},{"key":"productId","value":"[id]"},{"key":"provinceId","value":"[id]"},{"key":"cityId","value":"[id]"},{"key":"districtId","value":"[id]"},{"key":"hoodId","value":"[id]"},{"key":"countryId","value":"[id]"},{"key":"latitude","value":"{latitude}"},{"key":"longitude","value":"{longitude}"},{"key":"sizeId","value":"[id]"},{"key":"colorId","value":"[id]"},{"key":"companyId","value":"[id]"},{"key":"depotId","value":"[id]"},{"key":"gtId","value":"[id]"},{"key":"deliveryId","value":"[id]"},{"key":"orderId","value":"[id]"},{"key":"bankId","value":"[id]"},{"key":"brandId","value":"[id]"},{"key":"bankId2","value":"[id]"},{"key":"bankAccount","value":"[id]"},{"key":"blogId","value":"[id]"},{"key":"adminUserName","value":"{username}"},{"key":"adminPassword","value":"{password}"},{"key":"operatorUserName","value":"{username}"},{"key":"operatorPassword","value":"{password}"},{"key":"adminCookie","value":"{cookie}"},{"key":"operatorId","value":"[id]"},{"key":"blogCategoryId","value":"[id]"},{"key":"newsId","value":"[id]"},{"key":"galleryId","value":"[id]"},{"key":"menuId","value":"[id]"},{"key":"formId","value":"[id]"},{"key":"shortCodeId","value":"[id]"},{"key":"invType","value":"{type}"},{"key":"supportId","value":"[id]"},{"key":"ticketId","value":"[id]"},{"key":"pageId","value":"[id]"},{"key":"entityId","value":"[id]"},{"key":"transId","value":"[id]"},{"key":"orderCode","value":"[code]"},{"key":"vipGroupId","value":"[id]"},{"key":"pollId","value":"[id]"},{"key":"schemeId","value":"[Id]"},{"key":"visitor-id","value":"{visitor-id}"},{"value":"","type":"default"}]}