{"info":{"_postman_id":"65bfaab6-4bf4-45e6-9748-8211a03d7b79","name":"Smartup API Documentation","description":"<html><head></head><body><h4 id=\"overview\">Overview:</h4>\n<hr>\n<blockquote>\n<p>This is official </p>\n</blockquote>\n<p><strong>Smartup</strong> - ERP-system for automating the work of sales agents, sales department, accounting, warehouse, logistics. It is a cloud-based solution for distribution, trade marketing, wholesale and retail management.</p>\n<p>Smartup APIs are used to build integration solutions with external systems.<br>The documentation details the data model used by Smartup to exchange information with external systems, as well as the principles of API operation.</p>\n<p>API operates with such basic concepts as:<br><strong>document_id -</strong> is a figurative designation of such objects/records as <em>movement_id, stocktaking_id, writeoff_id, return_id, input_id, deal_id</em>.<br><strong>external_id -</strong> is an identifier of objects/records assigned by external system.</p>\n<p>All requests must be executed in UTF-8 encoding. The number of requests is not limited.</p>\n<p>API works with <code>HTTPS</code> protocol as well as uses <strong>JSON</strong> and <strong>XML</strong> data formats. All the requests and responses are based on <code>HTTP</code> methods.</p>\n<h3 id=\"api-limitations\">API Limitations:</h3>\n<p>To ensure system stability and performance, the following limitations are in place:</p>\n<ul>\n<li><p><strong>Request Limits:</strong> Each company has a daily limit on the number of API requests.</p>\n<ul>\n<li><p><strong>References:</strong> 100 requests per day</p>\n</li>\n<li><p><strong>Infrequently used documents:</strong> 300 requests per day</p>\n</li>\n<li><p><strong>Frequently used documents:</strong> 500 requests per day</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Data Access Limits:</strong></p>\n<ul>\n<li><strong>Data Period:</strong> You can only request data from the last 7 days from the current date</li>\n</ul>\n</li>\n<li><p><strong>Limits on the Number of Objects in Requests:</strong></p>\n<ul>\n<li><strong>Data Import:</strong> Each request to import data is limited to a maximum of 5000 objects</li>\n</ul>\n</li>\n</ul>\n<p>The \"Document\" responses include detailed information about the current limitations of the company</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">  \"limits\": {\n      \"has_limit\": \"\",\n      \"limit_quant\": \"\".\n      \"object_count\": \"\",\n      \"day_range_limit\": \"\",\n      \"request_quant\": \"\".\n      \"left_limit_quant\": \"\"\n    }\n\n</code></pre>\n<p><strong>Description of response parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th><strong>Data type</strong></th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>limits</td>\n<td>array</td>\n<td>An array with data about companies' limits</td>\n</tr>\n<tr>\n<td>has_limit</td>\n<td>string</td>\n<td>Indicates whether the company has a limit set (\"Y\" / \"N\")</td>\n</tr>\n<tr>\n<td>limit_quant</td>\n<td>number</td>\n<td>Maximum number of requests allowed in the set period</td>\n</tr>\n<tr>\n<td>object_count</td>\n<td>number</td>\n<td>Maximum number of objects allowed in a single request</td>\n</tr>\n<tr>\n<td>day_range_limit</td>\n<td>number</td>\n<td>Maximum number of days for which data can be requested</td>\n</tr>\n<tr>\n<td>request_quant</td>\n<td>number</td>\n<td>Current number of requests used in the current period</td>\n</tr>\n<tr>\n<td>left_limit_quant</td>\n<td>number</td>\n<td>Number of remaining requests before reaching the limit</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"authentication\">Authentication:</h3>\n<p><strong>Authorization</strong> in the Smartup system takes place according to the <strong>Basic Auth principle</strong>.</p>\n<p><strong>Basic</strong> - the simplest scheme, in which the user's login and password are passed in the <strong>Authorization header</strong> in unencrypted form (<em>base64-encoded</em>). However, when using the <code>HTTPS</code> (HTTP over SSL) protocol, it is relatively secure.</p>\n<img src=\"https://content.pstmn.io/bb7bfb4b-f76c-47e3-a127-63f5d42532c4/aW1hZ2UucG5n\" width=\"623\" height=\"242\">\n\n<h3 id=\"terms-bvc\">Terms bvc</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Single organization</td>\n<td>The organization, where all the appropriate entities can be adjusted. There is no access to other single organizations.</td>\n</tr>\n<tr>\n<td>Head organization</td>\n<td>The administrative organization, where all the single organizations can be adjusted, which means there is access to manage other single organizations.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"authorization\">Authorization</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>username</td>\n<td>string</td>\n<td>yes</td>\n<td>Login, that is used for authorization in Smartup X</td>\n</tr>\n<tr>\n<td>password</td>\n<td>string</td>\n<td>yes</td>\n<td>Password, that is used for authorization in Smartup X</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"headers\">Headers</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>project_code</td>\n<td></td>\n<td>Used to identify the project you are working on. A unique \"trade\" or other project identifier.</td>\n<td>The project code specifies which project it refers to. Several projects use Smartup. To them \"trade\", \"anor\", \"clinic\", \"telecom\" ...</td>\n</tr>\n<tr>\n<td>filial_id</td>\n<td></td>\n<td>The ID of Single Organization or Head Organization that is used to determine the organization you are going to work on.</td>\n<td>- In case you choose <code>filial_id</code> of single organization, then all the requests will be based on chosen organization.  <br>- In case you choose <code>filial_id</code> of Head organization, then all the requests will be based on <code>filial_code</code> parameter of the request (If no <code>filial_code</code> was set, then all the requests will show the info by all organizations.</td>\n</tr>\n</tbody>\n</table>\n</div></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"38039337","collectionId":"65bfaab6-4bf4-45e6-9748-8211a03d7b79","publishedId":"2sAXxP8Xzx","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-10-09T11:08:12.000Z"},"item":[{"name":"Documents","item":[{"name":"Sale","item":[{"name":"Order","item":[{"name":"Order / Import","id":"706468f3-acb9-46a7-8938-df1fb1b415a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"order\": [\r\n    {\r\n      \"filial_code\": \"\",\r\n      \"external_id\": \"\",\r\n      \"deal_id\": \"1\",\r\n      \"subfilial_code\": \"\",\r\n      \"delivery_number\": \"1\",\r\n      \"delivery_date\": \"03.09.21\",\r\n      \"room_code\": \"100\",\r\n      \"robot_code\": \"100\",\r\n      \"deal_time\": \"02.09.21\",\r\n      \"status\": \"A\",\r\n      \"sales_manager_code\": \"100\",\r\n      \"person_code\": \"100\",\r\n      \"currency_code\": \"860\",\r\n      \"owner_person_code\": \"\",\r\n      \"van_code\": \"\",\r\n      \"contract_code\": \"\",\r\n      \"note\": \"\",\r\n      \"self_shipment\" : \"\",\r\n      \"delivery_address_short\" : \"\",\r\n      \"delivery_address_full\" : \"\",\r\n      \"marking_attaching_method\" : \"\", \r\n      \"invoice_number\": \"100\",\r\n      \"expeditor_code\": \"\",\r\n      \"payment_type_code\": \"\",\r\n      \"order_products\": [\r\n        {\r\n          \"external_id\": \"\",\r\n          \"product_unit_id\": \"\",\r\n          \"inventory_kind\": \"G\",\r\n          \"warehouse_code\": \"100\",\r\n          \"product_code\": \"100\",\r\n          \"serial_number\": \"\",\r\n          \"card_code\": \"\",\r\n          \"expiry_date\": \"\",\r\n          \"on_balance\": \"\",\r\n          \"order_quant\": \"10\",\r\n          \"price_type_code\": \"777\",\r\n          \"product_price\": \"\",\r\n          \"margin_kind\": \"S\",\r\n          \"margin_value\": \"\",\r\n          \"margin_amount\": \"100\",\r\n          \"vat_percent\": \"\"\r\n        }\r\n      ],\r\n      \"order_gifts\": [\r\n        {\r\n          \"external_id\": \"\",\r\n          \"product_unit_id\": \"\",\r\n          \"inventory_kind\": \"\",\r\n          \"warehouse_code\": \"\",\r\n          \"product_code\": \"\",\r\n          \"serial_number\": \"\",\r\n          \"card_code\": \"\",\r\n          \"expiry_date\": \"\",\r\n          \"on_balance\": \"\",\r\n          \"order_quant\": \"\"\r\n        }\r\n      ],\r\n      \"order_actions\": [\r\n        {\r\n          \"external_id\": \"\",\r\n          \"product_unit_id\": \"\",\r\n          \"inventory_kind\": \"\",\r\n          \"warehouse_code\": \"\",\r\n          \"product_code\": \"\",\r\n          \"serial_number\": \"\",\r\n          \"card_code\": \"\",\r\n          \"expiry_date\": \"\",\r\n          \"on_balance\": \"\",\r\n          \"order_quant\": \"\",\r\n          \"bonus_id\": \"\"\r\n        }\r\n      ],\r\n      \"order_consignments\": [\r\n        {\r\n          \"external_id\": \"\",\r\n          \"consignment_unit_id\": \"\",\r\n          \"consignment_date\": \"\",\r\n          \"consignment_amount\": \"\"   \r\n        }\r\n      ]\r\n    }\r\n  ]\r\n}\r\n\r\n","options":{"raw":{"language":"json"}}},"url":"https://smartup.online/b/trade/txs/tdeal/order$import","description":"<p>Through this interface, the service uploads order data to the Smartup X from third party software. The interface supports bulk data ingestion in a single request.</p>\n<p><strong>Request</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"order\": [\n    {\n      \"filial_code\": \"\",\n      \"external_id\": \"\",\n      \"deal_id\": \"1\",\n      \"subfilial_code\": \"\",\n      \"delivery_number\": \"1\",\n      \"delivery_date\": \"03.09.21\",\n      \"room_code\": \"100\",\n      \"robot_code\": \"100\",\n      \"deal_time\": \"02.09.21\",\n      \"status\": \"A\",\n      \"sales_manager_code\": \"100\",\n      \"person_code\": \"100\",\n      \"currency_code\": \"860\",\n      \"owner_person_code\": \"\",\n      \"van_code\": \"\",\n      \"contract_code\": \"\",\n      \"note\": \"\",\n      \"self_shipment\" : \"\",\n      \"delivery_address_short\" : \"\",\n      \"delivery_address_full\" : \"\",\n      \"marking_attaching_method\" : \"\", \n      \"invoice_number\": \"100\",\n      \"expeditor_code\": \"\",\n      \"payment_type_code\": \"\",\n      \"order_products\": [\n        {\n          \"external_id\": \"\",\n          \"product_unit_id\": \"\",\n          \"inventory_kind\": \"G\",\n          \"warehouse_code\": \"100\",\n          \"product_code\": \"100\",\n          \"serial_number\": \"\",\n          \"card_code\": \"\",\n          \"expiry_date\": \"\",\n          \"on_balance\": \"\",\n          \"order_quant\": \"10\",\n          \"price_type_code\": \"777\",\n          \"product_price\": \"\",\n          \"margin_kind\": \"S\",\n          \"margin_value\": \"\",\n          \"margin_amount\": \"100\",\n          \"vat_percent\": \"\"\n        }\n      ],\n      \"order_gifts\": [\n        {\n          \"external_id\": \"\",\n          \"product_unit_id\": \"\",\n          \"inventory_kind\": \"\",\n          \"warehouse_code\": \"\",\n          \"product_code\": \"\",\n          \"serial_number\": \"\",\n          \"card_code\": \"\",\n          \"expiry_date\": \"\",\n          \"on_balance\": \"\",\n          \"order_quant\": \"\"\n        }\n      ],\n      \"order_actions\": [\n        {\n          \"external_id\": \"\",\n          \"product_unit_id\": \"\",\n          \"inventory_kind\": \"\",\n          \"warehouse_code\": \"\",\n          \"product_code\": \"\",\n          \"serial_number\": \"\",\n          \"card_code\": \"\",\n          \"expiry_date\": \"\",\n          \"on_balance\": \"\",\n          \"order_quant\": \"\",\n          \"bonus_id\": \"\"\n        }\n      ],\n      \"order_consignments\": [\n        {\n          \"external_id\": \"\",\n          \"consignment_unit_id\": \"\",\n          \"consignment_date\": \"\",\n          \"consignment_amount\": \"\"   \n        }\n      ]\n    }\n  ]\n}\n\n</code></pre>\n<p><strong>Response</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"successes\": [\n        {\n            \"code\": \"\"\n        }\n    ],\n    \"errors\": [\n        {\n            \"code\": \"\",\n            \"message\": \"\"\n        }\n    ]\n}\n\n</code></pre>\n<p><strong>Description of request parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>order</td>\n<td>array</td>\n<td>yes</td>\n<td>Array with order data</td>\n</tr>\n<tr>\n<td>filial_code</td>\n<td>string</td>\n<td>yes</td>\n<td>Organization unique code</td>\n</tr>\n<tr>\n<td>external_id</td>\n<td>string</td>\n<td>no</td>\n<td>Order ID assigned by third party software</td>\n</tr>\n<tr>\n<td>deal_id</td>\n<td>number</td>\n<td>no</td>\n<td>The order ID is automatically assigned by the system</td>\n</tr>\n<tr>\n<td>delivery_number</td>\n<td>string</td>\n<td>no</td>\n<td>Invoice number</td>\n</tr>\n<tr>\n<td>deal_time</td>\n<td>date(dd.mm.yyyy hh24:mi:ss)</td>\n<td>yes</td>\n<td>Order Acceptance Date</td>\n</tr>\n<tr>\n<td>delivery_date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>yes</td>\n<td>Order delivery date</td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>yes</td>\n<td>Order status ( D - Draft, B#N - New, B#E - In progress, B#W - Waiting to ship, B#S - Shipped , B#V -Delivered, A - Archived, C - Cancelled)</td>\n</tr>\n<tr>\n<td>subfilial_code</td>\n<td>string</td>\n<td>no</td>\n<td>Project code</td>\n</tr>\n<tr>\n<td>room_code</td>\n<td>string</td>\n<td>yes</td>\n<td>The unique code of the work area where the order was accepted</td>\n</tr>\n<tr>\n<td>robot_code</td>\n<td>string</td>\n<td>yes</td>\n<td>Workspace unique staff unit code</td>\n</tr>\n<tr>\n<td>expeditor_code</td>\n<td>string</td>\n<td>no</td>\n<td>Expeditor code</td>\n</tr>\n<tr>\n<td>payment_type_code</td>\n<td>string</td>\n<td>no</td>\n<td>Payment type code</td>\n</tr>\n<tr>\n<td>self_shipment</td>\n<td>string</td>\n<td>yes</td>\n<td>The status that determines weither the order is self shipped or not. (Y - yes, N - no)</td>\n</tr>\n<tr>\n<td>sales_manager_code</td>\n<td>string</td>\n<td>yes</td>\n<td>Unique sales representative code</td>\n</tr>\n<tr>\n<td>person_code</td>\n<td>string</td>\n<td>yes</td>\n<td>Unique client code</td>\n</tr>\n<tr>\n<td>currency_code</td>\n<td>string</td>\n<td>yes</td>\n<td>Unique currency code</td>\n</tr>\n<tr>\n<td>contract_code</td>\n<td>string</td>\n<td>no</td>\n<td>Unique contract code</td>\n</tr>\n<tr>\n<td>owner_person_code</td>\n<td>string</td>\n<td>yes</td>\n<td>Owner ID</td>\n</tr>\n<tr>\n<td>van_code</td>\n<td>string</td>\n<td>no</td>\n<td>State vehicle number</td>\n</tr>\n<tr>\n<td>invoice_number</td>\n<td>string</td>\n<td>no</td>\n<td>Invoice number</td>\n</tr>\n<tr>\n<td>note</td>\n<td>string</td>\n<td>no</td>\n<td>Order note</td>\n</tr>\n<tr>\n<td>self_shipment</td>\n<td>string</td>\n<td>no</td>\n<td>Self-delivery(Y - yes, N - no)</td>\n</tr>\n<tr>\n<td>delivery_address_short</td>\n<td>string</td>\n<td>no</td>\n<td>Delivery address: Short</td>\n</tr>\n<tr>\n<td>delivery_address_full</td>\n<td>string</td>\n<td>no</td>\n<td>Delivery address: Full</td>\n</tr>\n<tr>\n<td>marking_attaching_method</td>\n<td>string</td>\n<td>no</td>\n<td>Method of attaching marking codes, (O - order, V - van)</td>\n</tr>\n<tr>\n<td>order_products</td>\n<td>array</td>\n<td>yes</td>\n<td>Array with data about the article of goods and materials in the order</td>\n</tr>\n<tr>\n<td>external_id</td>\n<td>string</td>\n<td>no</td>\n<td>Inventory unit identifier assigned by third-party software</td>\n</tr>\n<tr>\n<td>product_unit_id</td>\n<td>number</td>\n<td>no</td>\n<td>Unit identifier in the Smartup system</td>\n</tr>\n<tr>\n<td>product_code</td>\n<td>string</td>\n<td>yes</td>\n<td>Unique merchandise code</td>\n</tr>\n<tr>\n<td>card_code</td>\n<td>string</td>\n<td>no</td>\n<td>Card number</td>\n</tr>\n<tr>\n<td>expiry_date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Expiration date of goods and materials in the order</td>\n</tr>\n<tr>\n<td>order_quant</td>\n<td>number</td>\n<td>yes</td>\n<td>Quantity of goods and materials in the order</td>\n</tr>\n<tr>\n<td>product_price</td>\n<td>number</td>\n<td>yes</td>\n<td>Inventory price</td>\n</tr>\n<tr>\n<td>margin_amount</td>\n<td>number</td>\n<td>no</td>\n<td>The amount of discount / markup for each item and material</td>\n</tr>\n<tr>\n<td>margin_kind</td>\n<td>string</td>\n<td>no</td>\n<td>Type of discount/markup for each merchandise. It can be both in percentage and in sum value (P - percentage, A - amount)</td>\n</tr>\n<tr>\n<td>margin_value</td>\n<td>number</td>\n<td>no</td>\n<td>The value of the discount / markup for each item and material</td>\n</tr>\n<tr>\n<td>vat_percent</td>\n<td>number</td>\n<td>no</td>\n<td>VAT (%)</td>\n</tr>\n<tr>\n<td>vat_amount</td>\n<td>number</td>\n<td>no</td>\n<td>VAT amount</td>\n</tr>\n<tr>\n<td>inventory_kind</td>\n<td>string</td>\n<td>yes</td>\n<td>Type of goods and materials ( P - products, G - goods, M - raw materials). Type of goods and materials specifies the category of ownership</td>\n</tr>\n<tr>\n<td>price_type_code</td>\n<td>string</td>\n<td>yes</td>\n<td>Price type code in the order</td>\n</tr>\n<tr>\n<td>warehouse_code</td>\n<td>string</td>\n<td>no</td>\n<td>Shipment warehouse code</td>\n</tr>\n<tr>\n<td>order_gifts</td>\n<td>array</td>\n<td>yes</td>\n<td>Array with data about the action in the order</td>\n</tr>\n<tr>\n<td>external_id</td>\n<td>string</td>\n<td>no</td>\n<td>Order promo ID assigned by third party software</td>\n</tr>\n<tr>\n<td>product_unit_id</td>\n<td>number</td>\n<td>no</td>\n<td>Item ID</td>\n</tr>\n<tr>\n<td>inventory_kind</td>\n<td>string</td>\n<td>yes</td>\n<td>Type of goods and materials ( P - products, G - goods, M - raw materials). Type of goods and materials specifies the category of ownership</td>\n</tr>\n<tr>\n<td>warehouse_code</td>\n<td>string</td>\n<td>no</td>\n<td>Quantity of goods and materials participating in the action</td>\n</tr>\n<tr>\n<td>product_code</td>\n<td>string</td>\n<td>yes</td>\n<td>Code of goods and materials participating in the action</td>\n</tr>\n<tr>\n<td>serial_number</td>\n<td>string</td>\n<td>no</td>\n<td>Serial number of goods and materials</td>\n</tr>\n<tr>\n<td>card_code</td>\n<td>string</td>\n<td>no</td>\n<td>Inventory card number</td>\n</tr>\n<tr>\n<td>expiry_date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Expiry date of goods and materials participating in the action</td>\n</tr>\n<tr>\n<td>on_balance</td>\n<td>string</td>\n<td>yes</td>\n<td>Inventory and balance sheet</td>\n</tr>\n<tr>\n<td>order_quant</td>\n<td>number</td>\n<td>yes</td>\n<td>Quantity of promotional(means action) goods and materials in the order</td>\n</tr>\n<tr>\n<td>order_actions</td>\n<td>array</td>\n<td>yes</td>\n<td>Array with data about the action in the order</td>\n</tr>\n<tr>\n<td>bonus_id</td>\n<td>number</td>\n<td>yes</td>\n<td>Bonus ID</td>\n</tr>\n<tr>\n<td>order_consignments</td>\n<td>array</td>\n<td>yes</td>\n<td>Array with data about the consignment in the order. If consignment array was filled current field is a required one.</td>\n</tr>\n<tr>\n<td>external_id</td>\n<td>string</td>\n<td>no</td>\n<td>Order consignment assigned by third party software</td>\n</tr>\n<tr>\n<td>consignment_unit_id</td>\n<td>number</td>\n<td>no</td>\n<td>Unique consignment id</td>\n</tr>\n<tr>\n<td>consignment_date</td>\n<td>date</td>\n<td>no</td>\n<td>Consignment date</td>\n</tr>\n<tr>\n<td>consignment_amount</td>\n<td>number</td>\n<td>no</td>\n<td>Consignment amount</td>\n</tr>\n</tbody>\n</table>\n</div><p>Before sending, the service checks the request for:</p>\n<ul>\n<li><p>the presence of mandatory parameters</p>\n</li>\n<li><p>parameter validity</p>\n</li>\n</ul>\n<p>If all checks are passed successfully, the service will return the relevant information for each parameter.</p>\n<p><strong>Description of response parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>successes</td>\n<td>array</td>\n<td>Array of successfully processed data</td>\n</tr>\n<tr>\n<td>errors</td>\n<td>array</td>\n<td>Array data with errors</td>\n</tr>\n<tr>\n<td>code</td>\n<td>string</td>\n<td>Unique record code</td>\n</tr>\n<tr>\n<td>message</td>\n<td>string</td>\n<td>Clarifying error messages from the server</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["b","trade","txs","tdeal","order$import"],"host":["smartup","online"],"query":[],"variable":[]}},"response":[],"_postman_id":"706468f3-acb9-46a7-8938-df1fb1b415a7"},{"name":"Order / Export","id":"20dc069d-8c44-47d3-8943-c6d62ada1770","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"project_code","value":"trade","type":"text"},{"key":"filial_id","value":"1833","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"filial_codes\": [\r\n    {\r\n      \"filial_code\": \"\"\r\n    }\r\n  ],\r\n  \"filial_code\": \"\",\r\n  \"external_id\": \"\",\r\n  \"deal_id\": \"\",\r\n  \"begin_deal_date\": \"\",\r\n  \"end_deal_date\": \"\",\r\n  \"delivery_date\": \"\",\r\n  \"begin_created_on\": \"\",\r\n  \"end_created_on\": \"\",\r\n  \"begin_modified_on\": \"\",\r\n  \"end_modified_on\": \"\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://smartup.online/b/trade/txs/tdeal/order$export","description":"<p>Uploading data about orders for a certain period in accordance with the values of the parameters passed to the service in the request. This interface supports bulk sending of data in one request.</p>\n<p><strong>Request</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"filial_codes\": [\n    {\n      \"filial_code\": \"\"\n    }\n  ],\n  \"statuses\":[\"\"],\n  \"filial_code\": \"\",\n  \"external_id\": \"\",\n  \"deal_id\": \"\",\n  \"begin_deal_date\": \"\",\n  \"end_deal_date\": \"\",\n  \"delivery_date\": \"\",\n  \"begin_created_on\": \"\",\n  \"end_created_on\": \"\",\n  \"begin_modified_on\": \"\",\n  \"end_modified_on\": \"\",\n  \"producer_codes\": [\"\"]\n}\n\n</code></pre>\n<p><strong>Response</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">   {\n    \"order\": [\n      {\n        \"filial_code\": \"\",\n        \"external_id\": \"\",\n        \"deal_id\": \"\",\n        \"invoice_external_id\": \"\",\n        \"subfilial_code\": \"\",\n        \"deal_time\": \"\",\n        \"delivery_number\": \"\",        \n        \"delivery_date\": \"\",\n        \"booked_date\": \"\",\n        \"total_amount\": \"\",\n        \"room_id\": \"\",\n        \"room_code\": \"\",        \n        \"room_name\": \"\",\n        \"robot_code\": \"\",\n        \"lap_code\": \"\",\n        \"sales_manager_id\": \"\",\n        \"sales_manager_code\": \"\",\n        \"sales_manager_name\": \"\",\n        \"expeditor_id\": \"\",\n        \"expeditor_code\": \"\",\n        \"expeditor_name\": \"\",\n        \"person_id\": \"\",\n        \"person_code\": \"\",\n        \"person_name\": \"\",\n        \"person_local_code\": \"\",\n        \"person_latitude\": \"\",\n        \"person_longitude\": \"\",\n        \"person_tin\": \"\",\n        \"currency_code\": \"\",\n        \"owner_person_code\": \"\",\n        \"manager_code\": \"\",\n        \"van_code\": \"\",\n        \"contract_code\": \"\",\n        \"contract_number\": \"\",\n        \"invoice_number\": \"\",\n        \"contract_code\": \"\",\n        \"contract_number\": \"\",\n        \"invoice_number\": \"\",\n        \"payment_type_code\": \"\",\n        \"deal_margin_kind\": \"\",\n        \"deal_margin_value\": \"\",\n        \"visit_payment_type_code\": \"\",\n        \"note\": \"\",\n        \"deal_note\": \"\",\n        \"status\": \"\",\n        \"with_marking\": \"\",\n        \"self_shipment\": \"\",\n        \"delivery_address_short\": \"\",\n        \"delivery_address_full\": \"\",\n        \"marking_attaching_method\": \"\",\n        \"visit_id\": \"\",\n        \"total_weight_netto\": \"\",\n        \"total_weight_brutto\": \"\",\n        \"total_litre\": \"\",\n        \"order_products\": [\n          {\n            \"external_id\": \"\",\n            \"product_unit_id\": \"\",\n            \"product_code\": \"\",\n            \"product_local_code\": \"\",\n            \"product_name\": \"\",\n            \"serial_number\": \"\",\n            \"expiry_date\": \"\",\n            \"order_quant\": \"\",\n            \"sold_quant\": \"\",\n            \"return_quant\": \"\",\n            \"inventory_kind\": \"\",\n            \"on_balance\": \"\",\n            \"card_code\": \"\",\n            \"warehouse_code\": \"\",\n            \"product_price\": \"\",\n            \"margin_amount\": \"\",\n            \"margin_value\": \"\",\n            \"margin_kind\": \"\",\n            \"vat_amount\": \"\",\n            \"vat_percent\": \"\",\n            \"sold_amount\": \"\",\n            \"price_type_code\": \"\",\n            \"price_type_id\": \"\",\n            \"details\": [\n                        {\n                            \"expiry_date\": \"\",\n                            \"card_code\": \"\",\n                            \"batch_number\": \"\",\n                            \"sold_quant\": \"\"\n                        }\n            ],\n            \"action_margins\": [\n                {\n                  \"bonus_calc_level\": \"\",\n                  \"bonus_id\": \"\",\n                  \"margin_value\": \"\",\n                  \"margin_kind\": \"\",\n                  \"action_name\": \"\"\n              }\n          ]\n        }\n      ],\n        \"order_gifts\": [\n          {\n            \"external_id\": \"\",\n            \"product_unit_id\": \"\",\n            \"product_code\": \"\",\n            \"product_local_code\": \"\",\n            \"product_name\": \"\",\n            \"serial_number\": \"\",\n            \"expiry_date\": \"\",\n            \"order_quant\": \"\",\n            \"sold_quant\": \"\",\n            \"return_quant\": \"\",\n            \"inventory_kind\": \"\",\n            \"on_balance\": \"\",\n            \"card_code\": \"\",\n            \"warehouse_code\": \"\"\n          }\n        ],\n        \"order_actions\": [\n          {\n            \"external_id\": \"\",\n            \"product_unit_id\": \"\",\n            \"product_code\": \"\",\n            \"product_local_code\": \"\",\n            \"product_name\": \"\",\n            \"serial_number\": \"\",\n            \"expiry_date\": \"\",\n            \"order_quant\": \"\",\n            \"sold_quant\": \"\",\n            \"return_quant\": \"\",\n            \"inventory_kind\": \"\",\n            \"on_balance\": \"\",\n            \"card_code\": \"\",\n            \"warehouse_code\": \"\",\n            \"bonus_id\": \"\",\n            \"action_name\": \"\"\n          }\n        ],\n        \"order_consignments\": [\n          {\n            \"external_id\": \"\",\n            \"consignment_unit_id\": \"\",\n            \"consignment_date\": \"\",\n            \"consignment_amount\": \"\"\n          }\n        ]\n      }\n    ]\n  }\n\n</code></pre>\n<p><strong>Description of request parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>filial_codes</td>\n<td>array</td>\n<td>no</td>\n<td>Array with data of organizations participating in the order (!)</td>\n</tr>\n<tr>\n<td>filial_code</td>\n<td>string</td>\n<td>no</td>\n<td>Organization unique code</td>\n</tr>\n<tr>\n<td>Statuses</td>\n<td>array</td>\n<td>no</td>\n<td>Array with data about of requested order statuses ( D - Draft, B#N - New, B#E - In progress, B#W - Waiting to ship, B#S - Shipped , B#V -Delivered, A - Archived, C - Cancelled).</td>\n</tr>\n<tr>\n<td>external_id</td>\n<td>string</td>\n<td>no</td>\n<td>Items order ID assigned by third-party software</td>\n</tr>\n<tr>\n<td>deal_id</td>\n<td>number</td>\n<td>no</td>\n<td>Order ID in the Smartup system</td>\n</tr>\n<tr>\n<td>begin_deal_date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by order begin date</td>\n</tr>\n<tr>\n<td>end_deal_date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by order end date</td>\n</tr>\n<tr>\n<td>delivery_date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by delivery date of order</td>\n</tr>\n<tr>\n<td>begin_created_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by creation date</td>\n</tr>\n<tr>\n<td>end_created_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by last creation date</td>\n</tr>\n<tr>\n<td>begin_modified_on **</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by date of modification.</td>\n</tr>\n<tr>\n<td>end_modified_on **</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by last modified date.</td>\n</tr>\n<tr>\n<td>producer_codes</td>\n<td>array/string</td>\n<td>no</td>\n<td>Filter by Producer code(s)</td>\n</tr>\n</tbody>\n</table>\n</div><p>** Explanation of filters</p>\n<ul>\n<li><p>Case 1. (If end_modified_on is not set), then begin_modified_on is calculated like (current date - 30 days)</p>\n</li>\n<li><p>Case 2. (If end_modified_on is set), then begin_modified_ on is calculated like (end_modified_on - 30 days)<br />  Which all means that data can be collected in 30 days</p>\n</li>\n<li><p>Case 3. (If no filters set), then end_modified_on = current date, and begin_modified_on = current date - 30 days.</p>\n</li>\n</ul>\n<p>! - the array is used when it is necessary to upload the data of two or more organizations. If less than two organizations are involved in the process, the <code>filial _ code</code> parameter is used outside the array.</p>\n<p><strong>Description of response parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>order</td>\n<td>array</td>\n<td>Array with order data</td>\n</tr>\n<tr>\n<td>filial_code</td>\n<td>string</td>\n<td>Organization unique code</td>\n</tr>\n<tr>\n<td>external_id</td>\n<td>string</td>\n<td>Items order ID assigned by third-party software</td>\n</tr>\n<tr>\n<td>deal_id</td>\n<td>number</td>\n<td>Order ID in the Smartup system</td>\n</tr>\n<tr>\n<td>invoice_external_id</td>\n<td>number</td>\n<td>Identifier of the document from external accounting systems for electronic tax documents</td>\n</tr>\n<tr>\n<td>delivery_date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>Order delivery date</td>\n</tr>\n<tr>\n<td>booked_date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>Booking date</td>\n</tr>\n<tr>\n<td>total_amount</td>\n<td>number</td>\n<td>Amount TOTAL</td>\n</tr>\n<tr>\n<td>room_name</td>\n<td>string</td>\n<td>Workspace</td>\n</tr>\n<tr>\n<td>deal_time</td>\n<td>date(dd.mm.yyyy hh24:mi:ss)</td>\n<td>Date and time of order</td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>Order status ( D - Draft, B#N - New, B#E - In progress, B#W - Waiting to ship, B#S - Shipped,  <br />B#V -Delivered, A - Archived, C - Cancelled)</td>\n</tr>\n<tr>\n<td>currency_code</td>\n<td>string</td>\n<td>Unique currency code</td>\n</tr>\n<tr>\n<td>delivery_number</td>\n<td>string</td>\n<td>Invoice number</td>\n</tr>\n<tr>\n<td>manager_code</td>\n<td>string</td>\n<td>Unique manager code</td>\n</tr>\n<tr>\n<td>currency_code</td>\n<td>string</td>\n<td>Currency code</td>\n</tr>\n<tr>\n<td>order_products</td>\n<td>array</td>\n<td>Array with data about the article of goods and materials in the order</td>\n</tr>\n<tr>\n<td>external_id</td>\n<td>string</td>\n<td>Inventory unit identifier in the order assigned by third-party software</td>\n</tr>\n<tr>\n<td>product_unit_id</td>\n<td>string</td>\n<td>Item ID</td>\n</tr>\n<tr>\n<td>product_code</td>\n<td>string</td>\n<td>Unique code of goods and materials in the order</td>\n</tr>\n<tr>\n<td>product_name</td>\n<td>string</td>\n<td>Name of goods and materials in the order</td>\n</tr>\n<tr>\n<td>order_quant</td>\n<td>number</td>\n<td>Quantity of goods and materials in the order</td>\n</tr>\n<tr>\n<td>product_price</td>\n<td>number</td>\n<td>Inventory price in the order</td>\n</tr>\n<tr>\n<td>margin_amount</td>\n<td>number</td>\n<td>Amount of discount/markup</td>\n</tr>\n<tr>\n<td>margin_kind</td>\n<td>string</td>\n<td>Type of discount/markup for each merchandise. It can be both in percentage and in the sum value (P - percentage, A - amount)</td>\n</tr>\n<tr>\n<td>margin_value</td>\n<td>number</td>\n<td>The value of the discount / markup for each item and material</td>\n</tr>\n<tr>\n<td>vat_percent</td>\n<td>number</td>\n<td>VAT (%)</td>\n</tr>\n<tr>\n<td>vat_amount</td>\n<td>number</td>\n<td>VAT amount</td>\n</tr>\n<tr>\n<td>sold_amount</td>\n<td>number</td>\n<td>Quantity of goods and materials sold in the order</td>\n</tr>\n<tr>\n<td>inventory_kind</td>\n<td>string</td>\n<td>Type of goods and materials ( P - products, G - goods, M - raw materials). Type of goods and materials specifies the category of ownership</td>\n</tr>\n<tr>\n<td>price_type_code</td>\n<td>string</td>\n<td>Unique price type code in the order for integration with third-party software</td>\n</tr>\n<tr>\n<td>price_type_id</td>\n<td>number</td>\n<td>Price Type ID</td>\n</tr>\n<tr>\n<td>action_margins</td>\n<td>array</td>\n<td>Array with data about actions and bonuses</td>\n</tr>\n<tr>\n<td>bonus_calc_level</td>\n<td>number</td>\n<td>Level of action / bonus calculation</td>\n</tr>\n<tr>\n<td>bonus_id</td>\n<td>number</td>\n<td>Bonus ID of an action</td>\n</tr>\n<tr>\n<td>margin_value</td>\n<td>number</td>\n<td>The value of the discount / markup</td>\n</tr>\n<tr>\n<td>margin_kind</td>\n<td>string</td>\n<td>Type of discount/markup. It can be both in percentage and in the sum value (P - percentage, A - amount)</td>\n</tr>\n<tr>\n<td>action_name</td>\n<td>string</td>\n<td>Action name that is found by Bonus ID</td>\n</tr>\n<tr>\n<td>order_gifts</td>\n<td>array</td>\n<td>Array with data about the action gifts in the order</td>\n</tr>\n<tr>\n<td>external_id</td>\n<td>string</td>\n<td>Order promo ID assigned by third party software</td>\n</tr>\n<tr>\n<td>product_unit_id</td>\n<td>number</td>\n<td>Item ID</td>\n</tr>\n<tr>\n<td>product_name</td>\n<td>string</td>\n<td>Name of goods and materials participating in the action</td>\n</tr>\n<tr>\n<td>order_actions</td>\n<td>array</td>\n<td>Array with data about the action in the order</td>\n</tr>\n<tr>\n<td>subfilial_code</td>\n<td>string</td>\n<td>Project code</td>\n</tr>\n<tr>\n<td>delivery_number</td>\n<td>string</td>\n<td>Waybill No.</td>\n</tr>\n<tr>\n<td>room_id</td>\n<td>number</td>\n<td>Workspace ID</td>\n</tr>\n<tr>\n<td>room_code</td>\n<td>string</td>\n<td>Wokspace Code</td>\n</tr>\n<tr>\n<td>robot_code</td>\n<td>string</td>\n<td>Staff Unit Code</td>\n</tr>\n<tr>\n<td>lap_code</td>\n<td>number</td>\n<td>Haul Code</td>\n</tr>\n<tr>\n<td>sales_manager_id</td>\n<td>number</td>\n<td>Sales Representative ID</td>\n</tr>\n<tr>\n<td>sales_manager_code</td>\n<td>string</td>\n<td>Sales Representative Code</td>\n</tr>\n<tr>\n<td>sales_manager_name</td>\n<td>string</td>\n<td>Sales Representative Name</td>\n</tr>\n<tr>\n<td>expeditor_id</td>\n<td>number</td>\n<td>Expeditor ID</td>\n</tr>\n<tr>\n<td>expeditor_code</td>\n<td>string</td>\n<td>Expeditor Code</td>\n</tr>\n<tr>\n<td>expeditor_name</td>\n<td>string</td>\n<td>Expeditor Name</td>\n</tr>\n<tr>\n<td>person_id</td>\n<td>number</td>\n<td>Person ID</td>\n</tr>\n<tr>\n<td>person_code</td>\n<td>string</td>\n<td>Person Code</td>\n</tr>\n<tr>\n<td>person_name</td>\n<td>string</td>\n<td>Person Name</td>\n</tr>\n<tr>\n<td>person_local_code</td>\n<td>string</td>\n<td>Person Local Code</td>\n</tr>\n<tr>\n<td>person_latitude</td>\n<td>string</td>\n<td>Legal Person Latitude</td>\n</tr>\n<tr>\n<td>person_longitude</td>\n<td>string</td>\n<td>Legal Person Longitude</td>\n</tr>\n<tr>\n<td>person_tin</td>\n<td>string</td>\n<td>Person TIN</td>\n</tr>\n<tr>\n<td>owner_person_code</td>\n<td>string</td>\n<td>Owner ID</td>\n</tr>\n<tr>\n<td>van_code</td>\n<td>string</td>\n<td>Vehicle Code</td>\n</tr>\n<tr>\n<td>contract_code</td>\n<td>string</td>\n<td>Contract Code</td>\n</tr>\n<tr>\n<td>contract_number</td>\n<td>string</td>\n<td>Contract No.</td>\n</tr>\n<tr>\n<td>invoice_number</td>\n<td>string</td>\n<td>Invoice Number</td>\n</tr>\n<tr>\n<td>contract_code</td>\n<td>string</td>\n<td>Contract Code</td>\n</tr>\n<tr>\n<td>contract_number</td>\n<td>string</td>\n<td>Contract Number</td>\n</tr>\n<tr>\n<td>invoice_number</td>\n<td>string</td>\n<td>Invoice Number of ordered inventories</td>\n</tr>\n<tr>\n<td>payment_type_code</td>\n<td>string</td>\n<td>Payment Type Code</td>\n</tr>\n<tr>\n<td>deal_margin_kind</td>\n<td>string</td>\n<td>Type of discount/markup for deal. It can be both in percentage and in the sum value (P - percentage, A - amount)</td>\n</tr>\n<tr>\n<td>deal_margin_value</td>\n<td>number</td>\n<td>The value of the discount / markup for deal</td>\n</tr>\n<tr>\n<td>visit_payment_type_code</td>\n<td>string</td>\n<td>Payment Type Code that is used in visit</td>\n</tr>\n<tr>\n<td>note</td>\n<td>string</td>\n<td>Note</td>\n</tr>\n<tr>\n<td>deal_note</td>\n<td>string</td>\n<td>Note from mobile application</td>\n</tr>\n<tr>\n<td>with_marking</td>\n<td>string</td>\n<td>The status that determines whether the order with marking goods or not. (Y - yes, N - no)</td>\n</tr>\n<tr>\n<td>self_shipment</td>\n<td>string</td>\n<td>The status that determines whether the order is self shipped or not. (Y - yes, N - no)</td>\n</tr>\n<tr>\n<td>delivery_address_short</td>\n<td>string</td>\n<td>Delivery address: Short</td>\n</tr>\n<tr>\n<td>delivery_address_full</td>\n<td>string</td>\n<td>Delivery address: Full</td>\n</tr>\n<tr>\n<td>marking_attaching_method</td>\n<td>string</td>\n<td>Method of attaching marking codes  <br />(O - order, V - van)</td>\n</tr>\n<tr>\n<td>visit_id</td>\n<td>number</td>\n<td>Visit ID</td>\n</tr>\n<tr>\n<td>total_weight_netto</td>\n<td>number</td>\n<td>Total Netto Weight</td>\n</tr>\n<tr>\n<td>total_weight_brutto</td>\n<td>number</td>\n<td>Total Brutto Weight</td>\n</tr>\n<tr>\n<td>total_litre</td>\n<td>number</td>\n<td>Total Litre</td>\n</tr>\n<tr>\n<td>product_local_code</td>\n<td>string</td>\n<td>Product local code</td>\n</tr>\n<tr>\n<td>serial_number</td>\n<td>string</td>\n<td>Product serial number</td>\n</tr>\n<tr>\n<td>expiry_date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>Product expiry date</td>\n</tr>\n<tr>\n<td>sold_quant</td>\n<td>number</td>\n<td>The number of sold products</td>\n</tr>\n<tr>\n<td>return_quant</td>\n<td>number</td>\n<td>The number of returned products</td>\n</tr>\n<tr>\n<td>batch_number</td>\n<td>string</td>\n<td>Serial/batch number</td>\n</tr>\n<tr>\n<td>on_balance</td>\n<td>string</td>\n<td>The status of the product that determines whether the client's balance is positive or negative (Y - yes, N - no). Current field is used when the <code>inventory_kind is equipment</code></td>\n</tr>\n<tr>\n<td>card_code</td>\n<td>string</td>\n<td>Unique product card code</td>\n</tr>\n<tr>\n<td>warehouse_code</td>\n<td>string</td>\n<td>Warehouse code</td>\n</tr>\n<tr>\n<td>bonus_id</td>\n<td>number</td>\n<td>Bonus ID of an action</td>\n</tr>\n<tr>\n<td>action_name</td>\n<td>string</td>\n<td>Action name that is found by Bonus ID</td>\n</tr>\n<tr>\n<td>order_consignments</td>\n<td>array</td>\n<td>Array with data about the consignment in the order</td>\n</tr>\n<tr>\n<td>consignment_unit_id</td>\n<td>number</td>\n<td>Unique consignment ID</td>\n</tr>\n<tr>\n<td>consignment_date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>Consignment date</td>\n</tr>\n<tr>\n<td>consignment_amount</td>\n<td>number</td>\n<td>Consignment amount</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["b","trade","txs","tdeal","order$export"],"host":["smartup","online"],"query":[],"variable":[]}},"response":[],"_postman_id":"20dc069d-8c44-47d3-8943-c6d62ada1770"},{"name":"Order Attach Data","id":"2745e8de-d72c-481c-b44d-78669bbfcf54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"order\": [\r\n        {\r\n            \"deal_id\": \"\",\r\n            \"delivery_number\": \"\",\r\n            \"expeditor_code\": \"\",\r\n            \"van_code\": \"\",\r\n            \"self_shipment\": \"\",\r\n            \"note\": \"\",\r\n            \"marking_attaching_method\": \"\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://smartup.online/b/trade/txs/tdeal/order$attach_data","description":"<p>This interface allows you to attach marking codes for order.</p>\n<p><strong>Request</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"order\": [\n        {\n            \"deal_id\": \"\",\n            \"delivery_number\": \"\",\n            \"expeditor_code\": \"\",\n            \"van_code\": \"\",\n            \"self_shipment\": \"\",\n            \"note\": \"\",\n            \"marking_attaching_method\": \"\"\n        }\n    ]\n}\n\n</code></pre>\n<p><strong>Response</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"successes\": [\n    {\n      \"code\": \"\"\n    }\n  ],\n  \"errors\": [\n  ]\n}\n\n</code></pre>\n<p><strong>Description of request parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>order</td>\n<td>array</td>\n<td>yes</td>\n<td>Array containing data about orders</td>\n</tr>\n<tr>\n<td>deal_id</td>\n<td>number</td>\n<td>yes</td>\n<td>The order ID is automatically assigned by the system</td>\n</tr>\n<tr>\n<td>delivery_number</td>\n<td>string</td>\n<td>no</td>\n<td>Invoice number</td>\n</tr>\n<tr>\n<td>expeditor_code</td>\n<td>array</td>\n<td>no</td>\n<td>Expeditor code</td>\n</tr>\n<tr>\n<td>van_code</td>\n<td>string</td>\n<td>no</td>\n<td>State vehicle number</td>\n</tr>\n<tr>\n<td>self_shipment</td>\n<td>string</td>\n<td>no</td>\n<td>The status that determines weither the order is self shipped or not. (Y - yes, N - no)</td>\n</tr>\n<tr>\n<td>note</td>\n<td>string</td>\n<td>no</td>\n<td>Note</td>\n</tr>\n<tr>\n<td>marking_attaching_method</td>\n<td>string</td>\n<td>no</td>\n<td>A method of attaching marking codes to an order. (O - order, V - van)</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Description of response parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>successes</td>\n<td>array</td>\n<td>Array of successfully processed data</td>\n</tr>\n<tr>\n<td>errors</td>\n<td>array</td>\n<td>Array data with errors</td>\n</tr>\n<tr>\n<td>code</td>\n<td>string</td>\n<td>Unique record code</td>\n</tr>\n<tr>\n<td>message</td>\n<td>string</td>\n<td>Clarifying error messages from the server</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["b","trade","txs","tdeal","order$attach_data"],"host":["smartup","online"],"query":[],"variable":[]}},"response":[],"_postman_id":"2745e8de-d72c-481c-b44d-78669bbfcf54"},{"name":"Order Status Change","id":"aa2094f6-d81b-4685-95b3-01f0cfa835f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"order\": [\r\n      {\r\n      \"deal_id\": \"642\",\r\n      \"status\": \"A\"\r\n      }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://smartup.online/b/trade/txs/tdeal/order$change_status","description":"<p>This interface allows you to change the status of orders.</p>\n<p><strong>Request</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"order\": [\n      {\n      \"deal_id\": \"642\",\n      \"status\": \"A\"\n      }\n  ]\n}\n\n</code></pre>\n<p><strong>Response</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"successes\": [\n    {\n      \"code\": \"\"\n    }\n  ],\n  \"errors\": [\n  ]\n}\n\n</code></pre>\n<p><strong>Discription of request parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>order</td>\n<td>array</td>\n<td>yes</td>\n<td>Array with order data that is used to change status afterwards</td>\n</tr>\n<tr>\n<td>deal_id</td>\n<td>number</td>\n<td>yes</td>\n<td>Order ID</td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>yes</td>\n<td>Order status (Y - yes, N - no)</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Description of response parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>successes</td>\n<td>array</td>\n<td>Array of successfully processed data</td>\n</tr>\n<tr>\n<td>errors</td>\n<td>array</td>\n<td>Array data with errors</td>\n</tr>\n<tr>\n<td>code</td>\n<td>string</td>\n<td>Unique record code</td>\n</tr>\n<tr>\n<td>message</td>\n<td>string</td>\n<td>Clarifying error messages from the server</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["b","trade","txs","tdeal","order$change_status"],"host":["smartup","online"],"query":[],"variable":[]}},"response":[],"_postman_id":"aa2094f6-d81b-4685-95b3-01f0cfa835f4"},{"name":"Order Attach Marking Codes","id":"b667d5bb-2ddd-4b48-a159-13220758b476","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"deal_id\": \"\",\r\n    \"products\": [\r\n        {\r\n            \"product_unit_id\": \"\",\r\n            \"marking_codes\": [\"\"]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://smartup.online/b/anor/mxsx/mdeal/order$import_order_marking_codes","description":"<p>This interface allows you to attach marking codes for order.</p>\n<p><strong>Request</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"deal_id\": \"\",\n    \"products\": [\n        {\n            \"product_unit_id\": \"\",\n            \"marking_codes\": [\"\"]\n        }\n    ]\n}\n\n</code></pre>\n<p><strong>Response</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"successes\": [\n    {\n      \"code\": \"\"\n    }\n  ],\n  \"errors\": [\n  ]\n}\n\n</code></pre>\n<p><strong>Description of request parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>deal_id</td>\n<td>number</td>\n<td>yes</td>\n<td>Order ID in the Smartup system</td>\n</tr>\n<tr>\n<td>products</td>\n<td>array</td>\n<td>yes</td>\n<td>Array with data about of goods and materials in the order</td>\n</tr>\n<tr>\n<td>product_unit_id</td>\n<td>number</td>\n<td>yes</td>\n<td>Order Item ID</td>\n</tr>\n<tr>\n<td>marking_codes</td>\n<td>array</td>\n<td>yes</td>\n<td>Array with data of attaching marking codes for product unit</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Desctiption of response parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>successes</td>\n<td>array</td>\n<td>Array of successfully processed data</td>\n</tr>\n<tr>\n<td>errors</td>\n<td>array</td>\n<td>Array data with errors</td>\n</tr>\n<tr>\n<td>code</td>\n<td>string</td>\n<td>Unique record code</td>\n</tr>\n<tr>\n<td>message</td>\n<td>string</td>\n<td>Clarifying error messages from the server</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["b","anor","mxsx","mdeal","order$import_order_marking_codes"],"host":["smartup","online"],"query":[],"variable":[]}},"response":[],"_postman_id":"b667d5bb-2ddd-4b48-a159-13220758b476"}],"id":"e1f519a4-8ffe-40fa-aeef-7b4433eacf8c","_postman_id":"e1f519a4-8ffe-40fa-aeef-7b4433eacf8c","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"65bfaab6-4bf4-45e6-9748-8211a03d7b79","id":"65bfaab6-4bf4-45e6-9748-8211a03d7b79","name":"Smartup API Documentation","type":"collection"}}},{"name":"Return","item":[{"name":"Return / Import","id":"eb40a097-decb-4a62-a7ae-c0a5d382f896","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"return\": [\r\n    {\r\n      \"filial_code\": \"\",\r\n      \"external_id\": \"\",\r\n      \"deal_id\": \"\",\r\n      \"subfilial_code\": \"\",\r\n      \"order_deal_id\": \"\",\r\n      \"delivery_number\": \"\", \r\n      \"delivery_date\": \"\",\r\n      \"booked_date\": \"\",\r\n      \"deal_time\": \"\",\r\n      \"status\": \"\",\r\n      \"sales_manager_code\": \"\",\r\n      \"expeditor_code\": \"\",\r\n      \"person_code\": \"\",\r\n      \"currency_code\": \"\",\r\n      \"owner_person_code\": \"\",\r\n      \"manager_code\": \"\",\r\n      \"van_code\": \"\",\r\n      \"contract_code\": \"\",\r\n      \"note\": \"\",\r\n      \"return_reason_code\": \"\",\r\n      \"invoice_number\": \"\",\r\n      \"payment_type_code\": \"\",\r\n      \"return_products\": [\r\n        {\r\n          \"external_id\": \"\",\r\n          \"product_unit_id\": \"\",\r\n          \"product_code\": \"\",\r\n          \"serial_number\": \"\",\r\n          \"card_code\": \"\",\r\n          \"expiry_date\": \"\",\r\n          \"return_quant\": \"\",\r\n          \"product_price\": \"\",\r\n          \"on_balance\": \"\",\r\n          \"margin_kind\": \"\",\r\n          \"margin_value\": \"\",\r\n          \"vat_percent\": \"\",\r\n          \"inventory_kind\": \"\",\r\n          \"price_type_code\": \"\",\r\n          \"warehouse_code\": \"\"\r\n        }\r\n      ]\r\n    }\r\n  ]\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://smartup.online/b/anor/mxsx/mdeal/return$import","description":"<p>The interface allows you to upload data on order returns from third-party software to the Smartup X . This interface supports bulk data ingestion in a single request.</p>\n<p><strong>Request</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"return\": [\n    {\n      \"filial_code\": \"\",\n      \"external_id\": \"\",\n      \"deal_id\": \"\",\n      \"subfilial_code\": \"\",\n      \"order_deal_id\": \"\",\n      \"delivery_number\": \"\", \n      \"delivery_date\": \"\",\n      \"booked_date\": \"\",\n      \"room_code\": \"\",\n      \"robot_code\": \"\",\n      \"deal_time\": \"\",\n      \"status\": \"\",\n      \"sales_manager_code\": \"\",\n      \"expeditor_code\": \"\",\n      \"person_code\": \"\",\n      \"currency_code\": \"\",\n      \"owner_person_code\": \"\",\n      \"manager_code\": \"\",\n      \"van_code\": \"\",\n      \"contract_code\": \"\",\n      \"note\": \"\",\n      \"return_reason_code\": \"\",\n      \"invoice_number\": \"\",\n      \"payment_type_code\": \"\",\n      \"return_products\": [\n        {\n          \"external_id\": \"\",\n          \"product_unit_id\": \"\",\n          \"product_code\": \"100\",\n          \"serial_number\": \"\",\n          \"card_code\": \"\",\n          \"expiry_date\": \"\",\n          \"return_quant\": \"10\",\n          \"product_price\": \"777\",\n          \"on_balance\": \"\",\n          \"margin_kind\": \"\",\n          \"margin_value\": \"\",\n          \"vat_percent\": \"\",\n          \"inventory_kind\": \"G\",\n          \"price_type_code\": \"777\",\n          \"warehouse_code\": \"101\"\n        }\n      ]\n    }\n  ]\n}\n\n</code></pre>\n<p><strong>Response</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"successes\": [\n        {\n            \"code\": \"\"\n        }\n    ],\n    \"errors\": [\n        {\n            \"code\": \"\",\n            \"message\": \"\"\n        }\n    ]\n}\n\n</code></pre>\n<p><strong>Description of request parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>return</td>\n<td>array</td>\n<td>yes</td>\n<td>Array with order data</td>\n</tr>\n<tr>\n<td>filial_code</td>\n<td>string</td>\n<td>optional</td>\n<td>Organization unique code</td>\n</tr>\n<tr>\n<td>external_id</td>\n<td>string</td>\n<td>optional</td>\n<td>Order ID assigned by third party software</td>\n</tr>\n<tr>\n<td>deal_id</td>\n<td>number</td>\n<td>optional</td>\n<td>Order ID assigned by Smartup system</td>\n</tr>\n<tr>\n<td>subfilial_code</td>\n<td>string</td>\n<td>no</td>\n<td>Unique project code</td>\n</tr>\n<tr>\n<td>order_deal_id</td>\n<td>string</td>\n<td>no</td>\n<td>Order ID to which the order is being returned</td>\n</tr>\n<tr>\n<td>delivery_number</td>\n<td>string</td>\n<td>no</td>\n<td>Invoice number</td>\n</tr>\n<tr>\n<td>deal_time</td>\n<td>date(dd.mm.yyyy hh24:mi:ss)</td>\n<td>yes</td>\n<td>Order return date</td>\n</tr>\n<tr>\n<td>delivery_date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>yes</td>\n<td>Return delivery date</td>\n</tr>\n<tr>\n<td>booked_date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Booking date</td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>yes</td>\n<td>Order status ( D - draft, A - archived)</td>\n</tr>\n<tr>\n<td>room_code</td>\n<td>string</td>\n<td>yes</td>\n<td>Unique workspace code, where the return was accepted</td>\n</tr>\n<tr>\n<td>robot_code</td>\n<td>string</td>\n<td>yes</td>\n<td>The unique code of the state where the return was accepted</td>\n</tr>\n<tr>\n<td>sales_manager_code</td>\n<td>string</td>\n<td>yes</td>\n<td>Unique manager code</td>\n</tr>\n<tr>\n<td>forwarder_code</td>\n<td>string</td>\n<td>no</td>\n<td></td>\n</tr>\n<tr>\n<td>person_code</td>\n<td>string</td>\n<td>yes</td>\n<td>Unique client code</td>\n</tr>\n<tr>\n<td>currency_code</td>\n<td>string</td>\n<td>yes</td>\n<td>Unique return currency code</td>\n</tr>\n<tr>\n<td>expeditor_code</td>\n<td>string</td>\n<td>no</td>\n<td>Expeditor code</td>\n</tr>\n<tr>\n<td>warehouse_code</td>\n<td>string</td>\n<td>yes</td>\n<td>Unique warehouse code for the return of goods and materials</td>\n</tr>\n<tr>\n<td>contract_code</td>\n<td>string</td>\n<td>no</td>\n<td>Unique contract code</td>\n</tr>\n<tr>\n<td>payment_type_code</td>\n<td>string</td>\n<td>no</td>\n<td>Payment type code</td>\n</tr>\n<tr>\n<td>owner_person_code</td>\n<td>string</td>\n<td>no</td>\n<td>Unique owner code</td>\n</tr>\n<tr>\n<td>manager_code</td>\n<td>string</td>\n<td>no</td>\n<td>Unique manager code</td>\n</tr>\n<tr>\n<td>van_code</td>\n<td>string</td>\n<td>no</td>\n<td>State vehicle number</td>\n</tr>\n<tr>\n<td>invoice_number</td>\n<td>string</td>\n<td>no</td>\n<td>Invoice number</td>\n</tr>\n<tr>\n<td>note</td>\n<td>string</td>\n<td>no</td>\n<td>Return Notes</td>\n</tr>\n<tr>\n<td>return_reason_code</td>\n<td>string</td>\n<td>no</td>\n<td>Return Reason Code</td>\n</tr>\n<tr>\n<td>return_products</td>\n<td>array</td>\n<td>yes</td>\n<td>Array with data about the article of goods and materials in the return</td>\n</tr>\n<tr>\n<td>external_id</td>\n<td>string</td>\n<td>no</td>\n<td>Identifier of the inventory item in the return, assigned by third-party software</td>\n</tr>\n<tr>\n<td>product_unit_id</td>\n<td>number</td>\n<td>no</td>\n<td>Item ID in the return</td>\n</tr>\n<tr>\n<td>product_code</td>\n<td>string</td>\n<td>yes</td>\n<td>Unique merchandise code</td>\n</tr>\n<tr>\n<td>serial_number</td>\n<td>string</td>\n<td>no</td>\n<td>Serial number</td>\n</tr>\n<tr>\n<td>card_code</td>\n<td>string</td>\n<td>no</td>\n<td>Card number</td>\n</tr>\n<tr>\n<td>expiry_date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Expiration date of goods and materials in return</td>\n</tr>\n<tr>\n<td>return_quant</td>\n<td>number</td>\n<td>yes</td>\n<td>Quantity of goods and materials in return</td>\n</tr>\n<tr>\n<td>product_price</td>\n<td>number</td>\n<td>yes</td>\n<td>Inventory price</td>\n</tr>\n<tr>\n<td>margin_amount</td>\n<td>number</td>\n<td>no</td>\n<td>Amount of discount/markup</td>\n</tr>\n<tr>\n<td>margin_kind</td>\n<td>string</td>\n<td>no</td>\n<td>Type of discount/markup for each merchandise. It can be both in percentage and in the sum value (P - percentage, A - amount)</td>\n</tr>\n<tr>\n<td>on_balance</td>\n<td>string</td>\n<td>no</td>\n<td>The balance of the person (Y - yes, N - no)</td>\n</tr>\n<tr>\n<td>margin_value</td>\n<td>number</td>\n<td>no</td>\n<td>The value of the discount / markup for each item and material</td>\n</tr>\n<tr>\n<td>vat_percent</td>\n<td>number</td>\n<td>no</td>\n<td>VAT (%)</td>\n</tr>\n<tr>\n<td>inventory_kind</td>\n<td>string</td>\n<td>no</td>\n<td>Type of goods and materials (P - products, G - goods, M - raw materials). Type of goods and materials specifies the category of ownership</td>\n</tr>\n<tr>\n<td>price_type_code</td>\n<td>string</td>\n<td>yes</td>\n<td>Unique price type code, in return</td>\n</tr>\n</tbody>\n</table>\n</div><p>Before sending, the service checks the request for:</p>\n<ul>\n<li><p>the presence of mandatory parameters</p>\n</li>\n<li><p>parameter validity</p>\n</li>\n</ul>\n<p>If all checks are passed successfully, the service will return the relevant information for each parameter.</p>\n<p><strong>Description of response parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>successes</td>\n<td>array</td>\n<td>Array of successfully processed data</td>\n</tr>\n<tr>\n<td>errors</td>\n<td>array</td>\n<td>Array data with errors</td>\n</tr>\n<tr>\n<td>code</td>\n<td>string</td>\n<td>Unique record code</td>\n</tr>\n<tr>\n<td>message</td>\n<td>string</td>\n<td>Clarifying error messages from the server</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["b","anor","mxsx","mdeal","return$import"],"host":["smartup","online"],"query":[],"variable":[]}},"response":[],"_postman_id":"eb40a097-decb-4a62-a7ae-c0a5d382f896"},{"name":"Return / Export","id":"9fd4f8fe-a59e-4fd1-a1c8-a9ce4e162a8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"filial_codes\": [\r\n    {\r\n      \"filial_code\": \"\"\r\n    }\r\n  ],\r\n  \"filial_code\": \"\",\r\n  \"external_id\": \"\",\r\n  \"deal_id\": \"\",\r\n  \"begin_return_date\": \"\",\r\n  \"end_return_date\": \"\",\r\n  \"begin_created_on\": \"\",\r\n  \"end_created_on\": \"\",\r\n  \"begin_modified_on\": \"\",\r\n  \"end_modified_on\": \"\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://smartup.online/b/anor/mxsx/mdeal/return$export","description":"<p>The service exports return data for a certain period in accordance with the values of the parameters passed to the service in the request. This interface supports bulk sending of data in one request.</p>\n<p><strong>Request</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"filial_codes\": [\n    {\n      \"filial_code\": \"\"\n    }\n  ],\n  \"filial_code\": \"\",\n  \"external_id\": \"\",\n  \"deal_id\": \"\",\n  \"begin_return_date\": \"\",\n  \"end_return_date\": \"\",\n  \"begin_created_on\": \"\",\n  \"end_created_on\": \"\",\n  \"begin_modified_on\": \"\",\n  \"end_modified_on\": \"\",\n  \"producer_codes\": [\"\"]\n}\n\n</code></pre>\n<p><strong>Response</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"return\": [\n    {\n      \"filial_code\": \"\",\n      \"external_id\": \"\",\n      \"deal_id\": \"\",\n      \"deal_time\": \"\",\n      \"subfilial_code\": \"\",\n      \"order_deal_id\": \"\",\n      \"delivery_date\": \"\",\n      \"delivery_number\": \"\",\n      \"booked_date\": \"\",\n      \"room_id\": \"\",\n      \"room_code\": \"\",\n      \"robot_code\": \"\",\n      \"sales_manager_code\": \"\",\n      \"sales_manager_name\": \"\",\n      \"expeditor_code\": \"\",\n      \"person_code\": \"\",\n      \"person_id\": \"\",\n      \"person_name\": \"\",\n      \"person_tin\": \"\",\n      \"owner_person_code\": \"\",\n      \"van_code\": \"\",\n      \"contract_code\": \"\",\n      \"invoice_number\": \"\",\n      \"batch_number\": \"\",\n      \"payment_type_code\": \"\",\n      \"note\": \"\",\n      \"manager_code\": \"\",\n      \"total_amount\": \"\",\n      \"status\": \"\",\n      \"return_reason_id\": \"\",\n      \"return_reason_code\": \"\",\n      \"currency_code\": \"\",\n      \"return_products\": [\n        {\n          \"external_id\": \"\",\n          \"product_unit_id\": \"\",\n          \"product_code\": \"\",\n          \"product_name\": \"\",\n          \"expiry_date\": \"\",\n          \"on_balance\": \"\",\n          \"return_quant\": \"\",\n          \"serial_number\": \"\",\n          \"product_price\": \"\",\n          \"margin_amount\": \"\",\n          \"margin_kind\": \"\",\n          \"margin_value\": \"\",\n          \"card_code\": \"\",\n          \"vat_percent\": \"\",\n          \"vat_amount\": \"\",\n          \"sold_amount\": \"\",\n          \"inventory_kind\": \"\",\n          \"price_type_code\": \"\",\n          \"warehouse_code\": \"\"\n        }\n      ]\n    }\n  ]\n}\n\n</code></pre>\n<p><strong>Description of request parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>filial_codes</td>\n<td>array</td>\n<td>no</td>\n<td>Array with data of organizations participating in the order (!)</td>\n</tr>\n<tr>\n<td>filial_code</td>\n<td>string</td>\n<td>no</td>\n<td>Unique code of the organization involved in the return process</td>\n</tr>\n<tr>\n<td>external_id</td>\n<td>string</td>\n<td>no</td>\n<td>Order ID assigned by third party software</td>\n</tr>\n<tr>\n<td>deal_id</td>\n<td>number</td>\n<td>no</td>\n<td>Order ID in the Smartup system</td>\n</tr>\n<tr>\n<td>begin_return_date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by return begin date</td>\n</tr>\n<tr>\n<td>end_return_date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by return end date</td>\n</tr>\n<tr>\n<td>begin_created_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by creation date</td>\n</tr>\n<tr>\n<td>end_created_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by last creation date</td>\n</tr>\n<tr>\n<td>begin_modified_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by date of modification</td>\n</tr>\n<tr>\n<td>end_modified_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by last modified date</td>\n</tr>\n<tr>\n<td>producer_codes</td>\n<td>array/string</td>\n<td>no</td>\n<td>Filter by Producer code(s)</td>\n</tr>\n</tbody>\n</table>\n</div><p>! - the array is used when it is necessary to upload the data of two or more organizations. If less than two organizations are involved in the process, the <code>filial _ code</code> parameter is used outside the array.</p>\n<p><strong>Description of response parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>return</td>\n<td>array</td>\n<td>Array with order return data</td>\n</tr>\n<tr>\n<td>filial_code</td>\n<td>string</td>\n<td>Unique code of the organization involved in the return process</td>\n</tr>\n<tr>\n<td>external_id</td>\n<td>string</td>\n<td>Order ID assigned by third party software</td>\n</tr>\n<tr>\n<td>deal_id</td>\n<td>number</td>\n<td>Order ID in Smartup system</td>\n</tr>\n<tr>\n<td>order_deal_id</td>\n<td>number</td>\n<td>The ID of an order by which return is going to be made.</td>\n</tr>\n<tr>\n<td>delivery_number</td>\n<td>string</td>\n<td>Invoice number</td>\n</tr>\n<tr>\n<td>subfilial_code</td>\n<td>string</td>\n<td>Project code</td>\n</tr>\n<tr>\n<td>delivery_date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>Return delivery date</td>\n</tr>\n<tr>\n<td>booked_date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>Return booking date</td>\n</tr>\n<tr>\n<td>total_amount</td>\n<td>number</td>\n<td>Amount TOTAL</td>\n</tr>\n<tr>\n<td>deal_time</td>\n<td>date(dd.mm.yyyy hh24:mi:ss)</td>\n<td>Date and time of return</td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>Order status (D - draft, A - archived)</td>\n</tr>\n<tr>\n<td>return_reason_id</td>\n<td>number</td>\n<td>Return reason ID</td>\n</tr>\n<tr>\n<td>return_reason_code</td>\n<td>string</td>\n<td>Return reason Code</td>\n</tr>\n<tr>\n<td>currency_code</td>\n<td>string</td>\n<td>Unique currency code for integration with third-party software</td>\n</tr>\n<tr>\n<td>room_id</td>\n<td>number</td>\n<td>Workspace ID</td>\n</tr>\n<tr>\n<td>room_code</td>\n<td>string</td>\n<td>Workspace Code</td>\n</tr>\n<tr>\n<td>robot_code</td>\n<td>string</td>\n<td>Staff Unit Code</td>\n</tr>\n<tr>\n<td>sales_manager_code</td>\n<td>string</td>\n<td>Sales representative code</td>\n</tr>\n<tr>\n<td>sales_manager_name</td>\n<td>string</td>\n<td>Sales representative name</td>\n</tr>\n<tr>\n<td>expeditor_code</td>\n<td>string</td>\n<td>Expeditor code</td>\n</tr>\n<tr>\n<td>person_code</td>\n<td>string</td>\n<td>Client code</td>\n</tr>\n<tr>\n<td>person_id</td>\n<td>number</td>\n<td>Client ID</td>\n</tr>\n<tr>\n<td>person_name</td>\n<td>string</td>\n<td>Client Name</td>\n</tr>\n<tr>\n<td>person_tin</td>\n<td>string</td>\n<td>Client Tin</td>\n</tr>\n<tr>\n<td>owner_person_code</td>\n<td>string</td>\n<td>Unique owner code</td>\n</tr>\n<tr>\n<td>van_code</td>\n<td>string</td>\n<td>Vehicle code</td>\n</tr>\n<tr>\n<td>contract_code</td>\n<td>string</td>\n<td>Contract code</td>\n</tr>\n<tr>\n<td>invoice_number</td>\n<td>string</td>\n<td>Invoice number</td>\n</tr>\n<tr>\n<td>batch_number</td>\n<td>string</td>\n<td>Batch number</td>\n</tr>\n<tr>\n<td>payment_type_code</td>\n<td>string</td>\n<td>Payment type code</td>\n</tr>\n<tr>\n<td>note</td>\n<td>string</td>\n<td>Note</td>\n</tr>\n<tr>\n<td>manager_code</td>\n<td>string</td>\n<td>Unique manager code for integration with third-party software</td>\n</tr>\n<tr>\n<td>return_products</td>\n<td>array</td>\n<td>Array with data on goods and materials in return</td>\n</tr>\n<tr>\n<td>external_id</td>\n<td>string</td>\n<td>Item ID in the return, assigned by third-party software</td>\n</tr>\n<tr>\n<td>product_unit_id</td>\n<td>number</td>\n<td>Item ID in the return</td>\n</tr>\n<tr>\n<td>product_code</td>\n<td>string</td>\n<td>Unique inventory code in the return for integration with third-party software</td>\n</tr>\n<tr>\n<td>product_name</td>\n<td>string</td>\n<td>Name of goods and materials in return</td>\n</tr>\n<tr>\n<td>expiry_date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>Expiry date of inventory</td>\n</tr>\n<tr>\n<td>return_quant</td>\n<td>number</td>\n<td>Quantity of goods and materials in return</td>\n</tr>\n<tr>\n<td>serial_number</td>\n<td>string</td>\n<td>Serial number</td>\n</tr>\n<tr>\n<td>product_price</td>\n<td>number</td>\n<td>Price of goods and materials in return</td>\n</tr>\n<tr>\n<td>margin_amount</td>\n<td>number</td>\n<td>The amount of discount / markup for each item and material</td>\n</tr>\n<tr>\n<td>margin_kind</td>\n<td>string</td>\n<td>Type of discount/markup for each merchandise. It can be both in percentage and in the sum value (P - percentage, A - amount)</td>\n</tr>\n<tr>\n<td>margin_value</td>\n<td>number</td>\n<td>The value of the discount / markup for each item and material</td>\n</tr>\n<tr>\n<td>card_code</td>\n<td>string</td>\n<td>Card Code</td>\n</tr>\n<tr>\n<td>vat_percent</td>\n<td>number</td>\n<td>VAT (%)</td>\n</tr>\n<tr>\n<td>vat_amount</td>\n<td>number</td>\n<td>VAT amount</td>\n</tr>\n<tr>\n<td>card_code</td>\n<td>string</td>\n<td>Card number</td>\n</tr>\n<tr>\n<td>sold_amount</td>\n<td>number</td>\n<td>Amount of goods sold</td>\n</tr>\n<tr>\n<td>inventory_kind</td>\n<td>string</td>\n<td>Type of goods and materials (P - products, G - goods, M - raw materials). Type of goods and materials specifies the category of ownership</td>\n</tr>\n<tr>\n<td>price_type_code</td>\n<td>string</td>\n<td>Price type code</td>\n</tr>\n<tr>\n<td>on_balance</td>\n<td>string</td>\n<td>The balance of a person (Y - yes, N - no)</td>\n</tr>\n<tr>\n<td>warehouse_code</td>\n<td>string</td>\n<td>Warehouse code</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["b","anor","mxsx","mdeal","return$export"],"host":["smartup","online"],"query":[],"variable":[]}},"response":[],"_postman_id":"9fd4f8fe-a59e-4fd1-a1c8-a9ce4e162a8a"}],"id":"1960b294-de88-4947-a6b1-96b417bee664","_postman_id":"1960b294-de88-4947-a6b1-96b417bee664","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"65bfaab6-4bf4-45e6-9748-8211a03d7b79","id":"65bfaab6-4bf4-45e6-9748-8211a03d7b79","name":"Smartup API Documentation","type":"collection"}}},{"name":"Visit","item":[{"name":"Visit / Export","id":"8cdbc8ac-61ff-44d3-a0f3-7f335a660f1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"project_code","value":"trade","type":"text"},{"key":"filial_id","value":"97675","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"filial_codes\": [\r\n    {\r\n      \"filial_code\": \"\"\r\n    }\r\n  ],\r\n  \"filial_code\": \"\",\r\n  \"visit_id\": \"\",\r\n  \"external_id\": \"\",\r\n  \"begin_visit_date\": \"\",\r\n  \"end_visit_date\": \"\",\r\n  \"begin_created_on\": \"\",\r\n  \"end_created_on\": \"\",\r\n  \"begin_modified_on\": \"\",\r\n  \"end_modified_on\": \"\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://smartup.online/b/trade/txs/tvt/visit$export","description":"<p>The service exports data on visits for a certain period in accordance with the values of the parameters passed to the service in the request. This interface supports bulk sending of data in one request.</p>\n<p><strong>Request</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"filial_codes\": [\n    {\n      \"filial_code\": \"\"\n    }\n  ],\n  \"filial_code\": \"\",\n  \"visit_id\": \"\",\n  \"external_id\": \"\",\n  \"begin_visit_date\": \"\",\n  \"end_visit_date\": \"\",\n  \"begin_created_on\": \"\",\n  \"end_created_on\": \"\",\n  \"begin_modified_on\": \"\",\n  \"end_modified_on\": \"\",\n  \"user_id\": \"\",\n  \"visit_status\": \"\",\n  \"is_planned\": \"\",\n  \"person_id\": \"\"\n}\n\n</code></pre>\n<p><strong>Response</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"visit\":[\n        {\n            \"visit_headers\": [\n              {\n                    \"visit_id\": \"\",\n                    \"filial_code\": \"\",\n                    \"visit_date\": \"\",\n                    \"visit_start_time\": \"\",\n                    \"visit_end_time\": \"\",\n                    \"time_at_retail_outlet_sec\": \"\",\n                    \"person_name\": \"\",\n                    \"person_code\": \"\",\n                    \"person_id\": \"\",\n                    \"person_types\": [\n                    {\n                      \"person_type_id\": \"\",\n                      \"person_type_name\": \"\"\n                      }\n                     ],\n                    \"room_id\": \"\",\n                    \"room_name\": \"\",\n                    \"room_code\": \"\",\n                    \"supervisor_id\": \"\",\n                    \"sales_manager_id\": \"\",\n                    \"sales_manager_name\": \"\",\n                    \"sales_manager_code\": \"\",\n                    \"visit_start_location\": \"\",\n                    \"visit_end_location\": \"\",\n                    \"is_planned\": \"\",\n                    \"visit_status\": \"\"\n              }\n            ],\n            \"stocks\": [\n              {\n                \"stock_product_code\": \"\",\n                \"stock_quant\": \"\",\n                \"stock_expiry_date\": \"\",\n                \"stock_card_code\": \"\"\n              }\n            ],\n            \"merchandisings\": [\n              {\n                \"merchandising_id\": \"\",\n                \"assortment\": [\n                  {\n                    \"assortment_product_code\": \"\",\n                    \"has_assortment\": \"\",\n                    \"assortment_product_quant\": \"\",\n                    \"assortment_product_ir_quant\": \"\",\n                    \"assortment_unavail_reason_name\": \"\"\n                  }\n                ],\n                \"planograms\": [\n                  {\n                    \"planogram_id\": \"\",\n                    \"planogram_name\": \"\",\n                    \"planogram_has_photo\": \"\",\n                    \"planogram_photo_sha\": \"\",\n                    \"planogram_equipments\": [\n                      {\n                        \"planogram_equipment_id\": \"\",\n                        \"planogram_equipment_name\": \"\"\n                      }\n                    ],\n                    \"planogram_plan_quant\": \"\",\n                    \"planogram_plan_sku\": \"\",\n                    \"planogram_fact_quant\": \"\",\n                    \"planogram_fact_sku\": \"\",\n                    \"planogram_products\": [\n                      {\n                        \"planogram_product_name\": \"\",\n                        \"planogram_sample_unit_id\": \"\",\n                        \"planogram_product_code\": \"\",\n                        \"planogram_product_plan_quant\": \"\",\n                        \"planogram_product_fact_quant\": \"\",\n                        \"planogram_match\": \"\",\n                        \"planogram_match_face_quant\": \"\",\n                        \"planogram_not_match_reason_name\": \"\"\n                      }\n                    ]\n                  }\n                ],\n                \"shelf_shares\": [\n                  {\n                    \"own_shelf_shares\": [\n                      {\n                        \"own_shelf_share_product_code\": \"\",\n                        \"own_shelf_share_product_quant\": \"\"\n                      }\n                    ],\n                    \"competitor_inventories\": [\n                      {\n                        \"competitor_code\": \"\",\n                        \"competitor_inventory_product_code\": \"\",\n                        \"competitor_inventory_product_quant\": \"\"\n                      }\n                    ]\n                  }\n                ],\n                \"price_tags\": [\n                  {\n                    \"price_tag_product_code\": \"\",\n                    \"has_price_tag\": \"\",\n                    \"price\": \"\",\n                    \"no_price_tag_reason_name\": \"\"\n                  }\n                ],\n                \"displays\": [\n                  {\n                    \"display_id\": \"\",\n                    \"display_name\": \"\",\n                    \"has_display\": \"\",\n                    \"display_photo_sha\": \"\",\n                    \"no_display_reason_name\": \"\"\n                  }\n                ]\n              }\n            ],\n            \"quizzes\": [\n              {\n                \"quiz_sets\": [\n                  {\n                    \"quiz_name\": \"\",\n                    \"answer\": \"\",\n                    \"has_quiz_photo\": \"\"\n                  }\n                ]\n              }\n            ],\n            \"equipments\": [\n              {\n                \"equipment_id\": \"\",\n                \"equipment_serial_number\": \"\",\n                \"equipment_status\": \"\",\n                \"equipment_photo_shas\": [],\n                \"equipment_comments\": []\n              }\n            ],\n            \"comments\": [\n              {\n                \"comment_name\": \"\",\n                \"comment_created_by_name\": \"\"\n              }\n            ],\n            \"note\": \"\"\n        }\n    ]\n}\n\n</code></pre>\n<p><strong>Description of request parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>filial_code</td>\n<td>string</td>\n<td>no</td>\n<td>Organization unique code</td>\n</tr>\n<tr>\n<td>visit_id</td>\n<td>string</td>\n<td>no</td>\n<td>Visit ID of the client, in the Smartup system</td>\n</tr>\n<tr>\n<td>external_id</td>\n<td>number</td>\n<td>no</td>\n<td>Client Visit ID assigned by third party software</td>\n</tr>\n<tr>\n<td>begin_visit_date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by visit begin date</td>\n</tr>\n<tr>\n<td>end_visit_date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by visit end date</td>\n</tr>\n<tr>\n<td>begin_created_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by creation date</td>\n</tr>\n<tr>\n<td>end_created_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by last creation date</td>\n</tr>\n<tr>\n<td>begin_modified_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by date of modification</td>\n</tr>\n<tr>\n<td>end_modified_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by last modified date</td>\n</tr>\n<tr>\n<td>user_id</td>\n<td>string</td>\n<td>no</td>\n<td>Filter by ID of sales manager (user)</td>\n</tr>\n<tr>\n<td>is_planned</td>\n<td>string</td>\n<td>no</td>\n<td>Fillter by planned visits (\"Y\" / \"N\")</td>\n</tr>\n<tr>\n<td>visit_status</td>\n<td>string</td>\n<td>no</td>\n<td>Filter by visit status (\"N\" / \"C\" / \"A\")</td>\n</tr>\n<tr>\n<td>person_id</td>\n<td>number</td>\n<td>no</td>\n<td>Filter by ID of sale point</td>\n</tr>\n</tbody>\n</table>\n</div><p>! - the array is used when it is necessary to upload the data of two or more organizations. If less than two organizations are involved in the process, the <code>filial _ code</code> parameter is used outside the array.</p>\n<p><strong>Description of response parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>visit</td>\n<td>array</td>\n<td>Array with data on visits</td>\n</tr>\n<tr>\n<td>visit_headers</td>\n<td>array</td>\n<td>Array containing visit header info</td>\n</tr>\n<tr>\n<td>visit_id</td>\n<td>number/string</td>\n<td>Identifier of the visit</td>\n</tr>\n<tr>\n<td>filial_code</td>\n<td>string</td>\n<td>Organization unique code</td>\n</tr>\n<tr>\n<td>visit date</td>\n<td>date(dd.mm.yyyy hh24:mm:ss)</td>\n<td>The date when there was a visit</td>\n</tr>\n<tr>\n<td>visit_start_time</td>\n<td>date(dd.mm.yyyy hh24:mm:ss)</td>\n<td>The beginning time of the visit</td>\n</tr>\n<tr>\n<td>visit_end_time</td>\n<td>date(dd.mm.yyyy hh24:mm:ss)</td>\n<td>The end time of the visit</td>\n</tr>\n<tr>\n<td>time_at_retail_outlet_sec</td>\n<td>date(hh:mm:ss)</td>\n<td>The overall time of the visit</td>\n</tr>\n<tr>\n<td>person_name</td>\n<td>string</td>\n<td>Name of the person/sale point</td>\n</tr>\n<tr>\n<td>person_code</td>\n<td>string</td>\n<td>Person code. Person is a sale point</td>\n</tr>\n<tr>\n<td>person_id</td>\n<td>number</td>\n<td>Person id. Person is a sale point</td>\n</tr>\n<tr>\n<td>person_types</td>\n<td>array</td>\n<td>Array of person type objects</td>\n</tr>\n<tr>\n<td>person_type_id</td>\n<td>string</td>\n<td>Person type identifier</td>\n</tr>\n<tr>\n<td>person_type_name</td>\n<td>string</td>\n<td>Person type name</td>\n</tr>\n<tr>\n<td>room_id</td>\n<td>number</td>\n<td>Workspace ID, in which visit is going to be made</td>\n</tr>\n<tr>\n<td>room_name</td>\n<td>string</td>\n<td>Workspace name</td>\n</tr>\n<tr>\n<td>room_code</td>\n<td>string</td>\n<td>Workspace code</td>\n</tr>\n<tr>\n<td>supervisor_id</td>\n<td>number/string</td>\n<td>Supervisor ID</td>\n</tr>\n<tr>\n<td>sales_manager_id</td>\n<td>number/string</td>\n<td>Sales representative ID</td>\n</tr>\n<tr>\n<td>sales_manager_name</td>\n<td>string</td>\n<td>Sales representative name</td>\n</tr>\n<tr>\n<td>sales_manager_code</td>\n<td>string</td>\n<td>Sales representative code, where sales representative is the person who can make a visit</td>\n</tr>\n<tr>\n<td>visit_start_location</td>\n<td>string</td>\n<td>The precise location when visit has started</td>\n</tr>\n<tr>\n<td>visit_end_location</td>\n<td>string</td>\n<td>The precise location when visit has ended</td>\n</tr>\n<tr>\n<td>is_planned</td>\n<td>string</td>\n<td>Whether the visit is by plan or not (Y - yes, N - no)</td>\n</tr>\n<tr>\n<td>visit_status</td>\n<td>string</td>\n<td>Status of the visit</td>\n</tr>\n<tr>\n<td>stocks</td>\n<td>array</td>\n<td>Array with data on balance</td>\n</tr>\n<tr>\n<td>stock_product_code</td>\n<td>string</td>\n<td>Inventory code in balance</td>\n</tr>\n<tr>\n<td>stock_quant</td>\n<td>number</td>\n<td>The number of inventories left in balance</td>\n</tr>\n<tr>\n<td>stock_expiry_date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>The expiry date of inventories left in balance</td>\n</tr>\n<tr>\n<td>stock_card_code</td>\n<td>string</td>\n<td>Card Code of inventories</td>\n</tr>\n<tr>\n<td>merchandisings</td>\n<td>array</td>\n<td>Array with data on merchandisings</td>\n</tr>\n<tr>\n<td>merchandising_id</td>\n<td>number</td>\n<td>Merchandising ID</td>\n</tr>\n<tr>\n<td>assortment</td>\n<td>array</td>\n<td>Array with data on product proposal</td>\n</tr>\n<tr>\n<td>assortment_product_code</td>\n<td>string</td>\n<td>Inventory code in product proposal</td>\n</tr>\n<tr>\n<td>has_assortment</td>\n<td>string</td>\n<td>Whether product proposal is available or not (Y - yes, N - no)</td>\n</tr>\n<tr>\n<td>assortment_product_quant</td>\n<td>number</td>\n<td>The number of inventories available in product proposal. If <code>has_assortment</code> is <code>N</code>, <code>assortment_product_quant</code> = <code>null</code>, which means current value will be empty</td>\n</tr>\n<tr>\n<td>assortment_product_ir_quant</td>\n<td>number</td>\n<td>Quantity needed for inventory reconciliation/immediate requirement</td>\n</tr>\n<tr>\n<td>assortment_unavail_reason_name</td>\n<td>string</td>\n<td>The reason of absence of product proposal, If <code>has_assortment</code> is <code>N</code></td>\n</tr>\n<tr>\n<td>planograms</td>\n<td>array</td>\n<td>Array with data on planogram</td>\n</tr>\n<tr>\n<td>planogram_id</td>\n<td>string</td>\n<td>Planogram ID</td>\n</tr>\n<tr>\n<td>planogram_name</td>\n<td>string</td>\n<td>The name of the planogram</td>\n</tr>\n<tr>\n<td>planogram_plan_quant</td>\n<td>number</td>\n<td>The number of goods in planogram by plan</td>\n</tr>\n<tr>\n<td>planogram_plan_sku</td>\n<td>number</td>\n<td>The number of SKU in planogram by plan</td>\n</tr>\n<tr>\n<td>planogram_fact_quant</td>\n<td>number</td>\n<td>The number of goods in planogram in fact</td>\n</tr>\n<tr>\n<td>planogram_fact_sku</td>\n<td>number</td>\n<td>The number of SKU in planogram in fact</td>\n</tr>\n<tr>\n<td>planogram_has_photo</td>\n<td>string</td>\n<td>Whether photo of planogram is available or not, (Y - yes, N - no)</td>\n</tr>\n<tr>\n<td>planogram_equipments</td>\n<td>array</td>\n<td>Array with data on planogram equipment</td>\n</tr>\n<tr>\n<td>planogram_equipment_id</td>\n<td>string</td>\n<td>Equipment ID in planogram</td>\n</tr>\n<tr>\n<td>planogram_equipment_name</td>\n<td>string</td>\n<td>Equipment name in planogram</td>\n</tr>\n<tr>\n<td>planogram_products</td>\n<td>array</td>\n<td>Array with data on SKU in planogram</td>\n</tr>\n<tr>\n<td>planogram_product_name</td>\n<td>string</td>\n<td>The name of SKU in planogram</td>\n</tr>\n<tr>\n<td>planogram_sample_unit_id</td>\n<td>string/number</td>\n<td>ID of SKU in planogram</td>\n</tr>\n<tr>\n<td>planogram_product_code</td>\n<td>string</td>\n<td>The code of SKU in planogram</td>\n</tr>\n<tr>\n<td>planogram_product_plan_quant</td>\n<td>number</td>\n<td>The number of inventories in SKU by plan</td>\n</tr>\n<tr>\n<td>planogram_product_fact_quant</td>\n<td>number</td>\n<td>The number of inventories in SKU in fact</td>\n</tr>\n<tr>\n<td>planogram_match</td>\n<td>string</td>\n<td>Whether SKU by plan matches SKU in fact or not (Y - yes, N - no)</td>\n</tr>\n<tr>\n<td>planogram_match_face_quant</td>\n<td>string</td>\n<td>The number of SKU matched in planogram</td>\n</tr>\n<tr>\n<td>planogram_product_row_number</td>\n<td>number</td>\n<td>The row number of SKU in planogram</td>\n</tr>\n<tr>\n<td>planogram_not_match_reason_name</td>\n<td>string</td>\n<td>The reason of nonconcurrence of product SKU by plan and in SKU in fact, If <code>planogram_match</code> is <code>N</code></td>\n</tr>\n<tr>\n<td>shelf_shares</td>\n<td>array</td>\n<td>Array with data on all inventories</td>\n</tr>\n<tr>\n<td>own_shelf_shares</td>\n<td>array</td>\n<td>Array with data on shelf share</td>\n</tr>\n<tr>\n<td>own_shelf_share_product_code</td>\n<td>string</td>\n<td>Inventory code of shelf share</td>\n</tr>\n<tr>\n<td>own_shelf_share_product_quant</td>\n<td>number</td>\n<td>The number of inventories of shelf share</td>\n</tr>\n<tr>\n<td>competitor_inventories</td>\n<td>array</td>\n<td>Array with data on competitor inventories</td>\n</tr>\n<tr>\n<td>competitor_code</td>\n<td>string</td>\n<td>Competitor code</td>\n</tr>\n<tr>\n<td>competitor_inventory_product_code</td>\n<td>string</td>\n<td>Inventory code of competitor inventories</td>\n</tr>\n<tr>\n<td>competitor_inventory_product_quant</td>\n<td>number</td>\n<td>The number of inventories of competitor inventories</td>\n</tr>\n<tr>\n<td>price_tags</td>\n<td>array</td>\n<td>Array with data on price tags</td>\n</tr>\n<tr>\n<td>price_tag_product_code</td>\n<td>string</td>\n<td>Inventory code</td>\n</tr>\n<tr>\n<td>has_price_tag</td>\n<td>string</td>\n<td>Whether inventory has price tag or not (Y - yes, N - no)</td>\n</tr>\n<tr>\n<td>price</td>\n<td>number</td>\n<td>Price of the inventories</td>\n</tr>\n<tr>\n<td>no_price_tag_reason_name</td>\n<td>string</td>\n<td>The reason of absence of price tag, If <code>has_price_tag</code> is <code>N</code></td>\n</tr>\n<tr>\n<td>displays</td>\n<td>array</td>\n<td>Array with data on POS-materials</td>\n</tr>\n<tr>\n<td>display_id</td>\n<td>string</td>\n<td>ID of POS-material</td>\n</tr>\n<tr>\n<td>display_name</td>\n<td>string</td>\n<td>The name of POS-material</td>\n</tr>\n<tr>\n<td>has_display</td>\n<td>string</td>\n<td>Whether POS-materials are available or not, (Y - yes, N - no)</td>\n</tr>\n<tr>\n<td>display_photo_sha</td>\n<td>string</td>\n<td>Image of POS-material</td>\n</tr>\n<tr>\n<td>no_display_reason_name</td>\n<td>string</td>\n<td>The reason of absence of POS-materials, if <code>has_display</code> is <code>N</code></td>\n</tr>\n<tr>\n<td>quizzes</td>\n<td>array</td>\n<td>Array with data on questions</td>\n</tr>\n<tr>\n<td>quiz_sets</td>\n<td>array</td>\n<td>Array with data on questionnaires</td>\n</tr>\n<tr>\n<td>quiz_name</td>\n<td>string</td>\n<td>The name of questionnaire</td>\n</tr>\n<tr>\n<td>answer</td>\n<td>string</td>\n<td>The answer to the questions</td>\n</tr>\n<tr>\n<td>has_quiz_photo</td>\n<td>string</td>\n<td>Whether questionnaire has photo or not (Y - yes, N - no)</td>\n</tr>\n<tr>\n<td>equipments</td>\n<td>array</td>\n<td>Array with data on equipment</td>\n</tr>\n<tr>\n<td>equipment_id</td>\n<td>string</td>\n<td>Equipment ID</td>\n</tr>\n<tr>\n<td>equipment_serial_number</td>\n<td>string</td>\n<td>Equipment serial number</td>\n</tr>\n<tr>\n<td>equipment_status</td>\n<td>string</td>\n<td>Equipment status (\"C\"/ \"N\")</td>\n</tr>\n<tr>\n<td>equipment_photo_shas</td>\n<td>array</td>\n<td>Array with data on equipment images</td>\n</tr>\n<tr>\n<td>equipment_comments</td>\n<td>array</td>\n<td>Array with data on equipment comments</td>\n</tr>\n<tr>\n<td>comments</td>\n<td>array</td>\n<td>Array with data on comments</td>\n</tr>\n<tr>\n<td>comment_name</td>\n<td>string</td>\n<td>The name of comment</td>\n</tr>\n<tr>\n<td>comment_created_by_name</td>\n<td>string</td>\n<td>The person that left the comment</td>\n</tr>\n<tr>\n<td>note</td>\n<td>string</td>\n<td>The note to the visit</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>NEW!</strong></em> To download images, you need to add to the end of the request this fragment <strong>(/trade/txs/photo_download:download)</strong></p>\n<p>And use this code in your <strong>Body</strong> part</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"sha\": \"\"\n}\n\n</code></pre>\n<p>Where <code>\"sha\"</code> can be taken from planogram, display or equipments.</p>\n","urlObject":{"protocol":"https","path":["b","trade","txs","tvt","visit$export"],"host":["smartup","online"],"query":[],"variable":[]}},"response":[],"_postman_id":"8cdbc8ac-61ff-44d3-a0f3-7f335a660f1f"}],"id":"84e340c4-3d6e-4e09-bed6-4af1873a2564","_postman_id":"84e340c4-3d6e-4e09-bed6-4af1873a2564","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"65bfaab6-4bf4-45e6-9748-8211a03d7b79","id":"65bfaab6-4bf4-45e6-9748-8211a03d7b79","name":"Smartup API Documentation","type":"collection"}}}],"id":"91c1f96b-f031-4e12-aeee-e0fdc9863c21","_postman_id":"91c1f96b-f031-4e12-aeee-e0fdc9863c21","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"65bfaab6-4bf4-45e6-9748-8211a03d7b79","id":"65bfaab6-4bf4-45e6-9748-8211a03d7b79","name":"Smartup API Documentation","type":"collection"}}},{"name":"Warehouse","item":[{"name":"Cross-organizational movement","item":[{"name":"Cross-organizational Movement / Import","id":"83a6ef8e-bfab-409e-a367-2b730ebc6953","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"movement\": [\r\n        {\r\n            \"from_filial_code\": \"\",\r\n            \"external_id\": \"\",\r\n            \"movement_id\": \"\",\r\n            \"subfilial_code\": \"\",\r\n            \"to_subfilial_code\": \"\",\r\n            \"from_room_code\": \"\",\r\n            \"from_robot_code\": \"\",\r\n            \"from_robot_person_code\": \"\",\r\n            \"from_warehouse_code\": \"\",\r\n            \"from_time\": \"\",\r\n            \"to_filial_code\": \"\",\r\n            \"to_warehouse_code\": \"\",\r\n            \"to_time\": \"\",\r\n            \"currency_code\": \"\",\r\n            \"price_type_code\": \"\",\r\n            \"payment_type_code\": \"\",\r\n            \"cash_register_id\": \"\",\r\n            \"request_id\": \"\",\r\n            \"reason_id\": \"\",\r\n            \"note\": \"\",\r\n            \"barcode\": \"\",\r\n            \"amount\": \"\",\r\n            \"amount_base\": \"\",\r\n            \"delivery_number\": \"\",\r\n            \"contract_code\": \"\",\r\n            \"status\": \"\",\r\n            \"movement_items\": [\r\n                {\r\n                    \"external_id\": \"\",\r\n                    \"movement_unit_id\": \"\",\r\n                    \"request_item_id\": \"\",\r\n                    \"from_inventory_kind\": \"\",\r\n                    \"on_balance\": \"\",\r\n                    \"to_inventory_kind\": \"\",\r\n                    \"product_code\": \"\",\r\n                    \"card_code\": \"\",\r\n                    \"expiry_date\": \"\",\r\n                    \"serial_number\": \"\",\r\n                    \"quantity\": \"\",\r\n                    \"price\": \"\",\r\n                    \"amount\": \"\",\r\n                    \"amount_base\": \"\",\r\n                    \"margin_kind\": \"\",\r\n                    \"margin_value\": \"\",\r\n                    \"margin_amount\": \"\",\r\n                    \"vat_percent\": \"\",\r\n                    \"vat_amount\": \"\",\r\n                    \"load_id\": \"\"\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://smartup.online/b/anor/mxsx/mfm/movement$import","description":"<p>This interface uploads cross-organization movements data to the Smartup X from third party software. The interface supports bulk data ingestion in a single request.</p>\n<p><strong>Request</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"movement\": [\n        {\n            \"from_filial_code\": \"\",\n            \"external_id\": \"\",\n            \"movement_id\": \"\",\n            \"subfilial_code\": \"\",\n            \"to_subfilial_code\": \"\",\n            \"from_room_code\": \"\",\n            \"from_robot_code\": \"\",\n            \"from_robot_person_code\": \"\",\n            \"from_warehouse_code\": \"\",\n            \"from_time\": \"\",\n            \"to_filial_code\": \"\",\n            \"to_warehouse_code\": \"\",\n            \"to_time\": \"\",\n            \"currency_code\": \"\",\n            \"price_type_code\": \"\",\n            \"payment_type_code\": \"\",\n            \"cash_register_id\": \"\",\n            \"request_id\": \"\",\n            \"reason_id\": \"\",\n            \"note\": \"\",\n            \"barcode\": \"\",\n            \"amount\": \"\",\n            \"amount_base\": \"\",\n            \"delivery_number\": \"\",\n            \"contract_code\": \"\",\n            \"status\": \"\",\n            \"movement_items\": [\n                {\n                    \"external_id\": \"\",\n                    \"movement_unit_id\": \"\",\n                    \"request_item_id\": \"\",\n                    \"from_inventory_kind\": \"\",\n                    \"on_balance\": \"\",\n                    \"to_inventory_kind\": \"\",\n                    \"product_code\": \"\",\n                    \"card_code\": \"\",\n                    \"expiry_date\": \"\",\n                    \"serial_number\": \"\",\n                    \"quantity\": \"\",\n                    \"price\": \"\",\n                    \"amount\": \"\",\n                    \"amount_base\": \"\",\n                    \"margin_kind\": \"\",\n                    \"margin_value\": \"\",\n                    \"margin_amount\": \"\",\n                    \"vat_percent\": \"\",\n                    \"vat_amount\": \"\",\n                    \"load_id\": \"\"\n                }\n            ]\n        }\n    ]\n}\n\n</code></pre>\n<p><strong>Response</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">    \"successes\": [\n        {\n            \"code\": \"\"\n        }\n    ],\n    \"errors\": [\n        {\n            \"code\": \"\",\n            \"message\": \"\"\n        }\n    ]\n}\n\n</code></pre>\n<p><strong>Description of request parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th><strong>Required</strong></th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>movement</td>\n<td>array</td>\n<td>yes</td>\n<td>Array with data on the interorganizational movement (information about the move itself)</td>\n</tr>\n<tr>\n<td>filial_code</td>\n<td>string</td>\n<td>no</td>\n<td>Organization code of searching movement</td>\n</tr>\n<tr>\n<td>from_filial_code</td>\n<td>string</td>\n<td>yes</td>\n<td>Organization of movement (sender)</td>\n</tr>\n<tr>\n<td>external_id</td>\n<td>string</td>\n<td>no</td>\n<td>Movement ID assigned by third party software</td>\n</tr>\n<tr>\n<td>movement_id</td>\n<td>number</td>\n<td>no</td>\n<td>Movement ID assigned by Smartup</td>\n</tr>\n<tr>\n<td>subfilial_code</td>\n<td>string</td>\n<td>no</td>\n<td>Project code</td>\n</tr>\n<tr>\n<td>to_subfilial_code</td>\n<td>string</td>\n<td>no</td>\n<td>Project code</td>\n</tr>\n<tr>\n<td>from_room_code</td>\n<td>string</td>\n<td>yes</td>\n<td>Workspace code (sender)</td>\n</tr>\n<tr>\n<td>from_robot_code</td>\n<td>string</td>\n<td>yes</td>\n<td>Staff Unit code (sender)</td>\n</tr>\n<tr>\n<td>from_robot_person_code</td>\n<td>string</td>\n<td>yes</td>\n<td>User code (sender)</td>\n</tr>\n<tr>\n<td>from_warehouse_code</td>\n<td>string</td>\n<td>yes</td>\n<td>Warehouse code (sender)</td>\n</tr>\n<tr>\n<td>from_time</td>\n<td>date(dd.mm.yyyy hh24:mi:ss)</td>\n<td>yes</td>\n<td>Time of sending movement</td>\n</tr>\n<tr>\n<td>to_filial_code</td>\n<td>string</td>\n<td>yes</td>\n<td>Organization code (recipient)</td>\n</tr>\n<tr>\n<td>to_warehouse_code</td>\n<td>string</td>\n<td>no</td>\n<td>Warehouse code (recipient)</td>\n</tr>\n<tr>\n<td>to_time</td>\n<td>date(dd.mm.yyyy hh24:mi:ss)</td>\n<td>no</td>\n<td>Time of receiving movement to another organization</td>\n</tr>\n<tr>\n<td>currency_code</td>\n<td>string</td>\n<td>yes</td>\n<td>Currency code</td>\n</tr>\n<tr>\n<td>price_type_code</td>\n<td>string</td>\n<td>yes</td>\n<td>Price type code</td>\n</tr>\n<tr>\n<td>payment_type_code</td>\n<td>string</td>\n<td>no</td>\n<td>Payment type code</td>\n</tr>\n<tr>\n<td>cash_register_id</td>\n<td>number</td>\n<td>no</td>\n<td>Cash Register ID</td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>number</td>\n<td>no</td>\n<td>Request ID</td>\n</tr>\n<tr>\n<td>reason_id</td>\n<td>number</td>\n<td>no</td>\n<td>Reason ID</td>\n</tr>\n<tr>\n<td>note</td>\n<td>string</td>\n<td>no</td>\n<td>Note</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>number</td>\n<td>no</td>\n<td>Amount of sending inventories</td>\n</tr>\n<tr>\n<td>delivery_number</td>\n<td>string</td>\n<td>no</td>\n<td>Delivery No.</td>\n</tr>\n<tr>\n<td>contract_code</td>\n<td>string</td>\n<td>no</td>\n<td>Contract code</td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>no</td>\n<td>Status of the inventories  <br />D - Draft  <br />N - New  <br />W - Waiting  <br />S - Sent  <br />A - Approved  <br />R - Returned  <br />C - Completed  <br />L - Cancelled</td>\n</tr>\n<tr>\n<td>movement_items</td>\n<td>array</td>\n<td>yes</td>\n<td>Array with data of movement items</td>\n</tr>\n<tr>\n<td>external_id</td>\n<td>number</td>\n<td>no</td>\n<td>Movement ID assigned by third party software</td>\n</tr>\n<tr>\n<td>movement_unit_id</td>\n<td>number</td>\n<td>no</td>\n<td>ID of movement inventory</td>\n</tr>\n<tr>\n<td>request_item_id</td>\n<td>number</td>\n<td>no</td>\n<td>ID of movement inventory in request</td>\n</tr>\n<tr>\n<td>from_inventory_kind</td>\n<td>string</td>\n<td>yes</td>\n<td>Inventory type (sender)</td>\n</tr>\n<tr>\n<td>on_balance</td>\n<td>string</td>\n<td>no</td>\n<td>The term that determines whether the balance sheet is Off or On. The parameter takes two statuses. (Y - yes, N - no)</td>\n</tr>\n<tr>\n<td>to_inventory_kind</td>\n<td>string</td>\n<td>no</td>\n<td>Inventory type (recipient)</td>\n</tr>\n<tr>\n<td>product_code</td>\n<td>string</td>\n<td>yes</td>\n<td>Inventory code</td>\n</tr>\n<tr>\n<td>card_code</td>\n<td>string</td>\n<td>no</td>\n<td>Card code</td>\n</tr>\n<tr>\n<td>expiry_date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Inventory expiry date</td>\n</tr>\n<tr>\n<td>serial_number</td>\n<td>string</td>\n<td>no</td>\n<td>Serial number of inventory</td>\n</tr>\n<tr>\n<td>quantity</td>\n<td>number</td>\n<td>yes</td>\n<td>Inventory Qty</td>\n</tr>\n<tr>\n<td>price</td>\n<td>number</td>\n<td>yes</td>\n<td>Inventory price</td>\n</tr>\n<tr>\n<td>margin_kind</td>\n<td>string</td>\n<td>yes</td>\n<td>Margin type (markup or discount)</td>\n</tr>\n<tr>\n<td>margin_value</td>\n<td>number</td>\n<td>yes</td>\n<td>Margin value</td>\n</tr>\n<tr>\n<td>vat_percent</td>\n<td>number</td>\n<td>yes</td>\n<td>VAT %</td>\n</tr>\n<tr>\n<td>vat_amount</td>\n<td>number</td>\n<td>no</td>\n<td>VAT amount</td>\n</tr>\n<tr>\n<td>load_id</td>\n<td>number</td>\n<td>no</td>\n<td>Tie-in ID</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>sender</strong> - the term, which determines sender of any entity. For instance, Organization (sender) means that movement is going to be sent from that Organization.</p>\n<p><strong>recipient</strong> - the term, which determines recipient of any entity. For instance, Warehouse (recipient) means that movement is going to be sent to this warehouse.</p>\n<p><strong>Description of response parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>successes</td>\n<td>array</td>\n<td>Array of successfully processed data</td>\n</tr>\n<tr>\n<td>errors</td>\n<td>array</td>\n<td>Array data with errors</td>\n</tr>\n<tr>\n<td>code</td>\n<td>string</td>\n<td>Unique code records</td>\n</tr>\n<tr>\n<td>message</td>\n<td>string</td>\n<td>Clarifying error messages from the server</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["b","anor","mxsx","mfm","movement$import"],"host":["smartup","online"],"query":[],"variable":[]}},"response":[],"_postman_id":"83a6ef8e-bfab-409e-a367-2b730ebc6953"},{"name":"Cross-organizational Movement / Export","id":"b85b927a-5182-47fa-942d-76d4d030966d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"filial_codes\": [\r\n    {\r\n      \"filial_code\": \"\"\r\n    }\r\n  ],\r\n  \"filial_code\": \"\",\r\n  \"external_id\": \"\",\r\n  \"movement_id\": \"\",\r\n  \"begin_created_on\": \"\",\r\n  \"end_created_on\": \"\",\r\n  \"begin_modified_on\": \"\",\r\n  \"end_modified_on\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://smartup.online/b/anor/mxsx/mfm/movement$export","description":"<p>The service exports data on cross-organizational movements for a certain period in accordance with the values of the parameters passed to the service in the request. This interface supports bulk sending of data in one request.</p>\n<p><strong>Request</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"filial_codes\": [\n    {\n      \"filial_code\": \"\"\n    }\n  ],\n  \"filial_code\": \"\",\n  \"external_id\": \"\",\n  \"movement_id\": \"\",\n  \"begin_from_date\": \"\",\n  \"end_from_date\": \"\",\n  \"begin_to_date\": \"\",\n  \"end_to_date\": \"\",\n  \"begin_created_on\": \"\",\n  \"end_created_on\": \"\",\n  \"begin_modified_on\": \"\",\n  \"end_modified_on\": \"\"\n}\n\n</code></pre>\n<p><strong>Response</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"movement\": [\n        {\n            \"from_filial_code\": \"\",\n            \"external_id\": \"\",\n            \"movement_id\": \"\",\n            \"subfilial_code\": \"\",\n            \"to_subfilial_code\": \"\",\n            \"from_room_code\": \"\",\n            \"from_robot_code\": \"\",\n            \"from_robot_person_code\": \"\",\n            \"from_warehouse_code\": \"\",\n            \"from_time\": \"\",\n            \"to_filial_code\": \"\",\n            \"to_warehouse_code\": \"\",\n            \"to_time\": \"\",\n            \"currency_code\": \"\",\n            \"price_type_code\": \"\",\n            \"payment_type_code\": \"\",\n            \"to_payment_type_code\": \"\",\n            \"request_id\": \"\",\n            \"reason_id\": \"\",\n            \"note\": \"\",\n            \"barcode\": \"\",\n            \"amount\": \"\",\n            \"amount_base\": \"\",\n            \"delivery_number\": \"\",\n            \"contract_code\": \"\",\n            \"status\": \"\",\n            \"movement_items\": [\n                {\n                    \"external_id\": \"\",\n                    \"movement_unit_id\": \"\",\n                    \"request_item_id\": \"\",\n                    \"from_inventory_kind\": \"\",\n                    \"on_balance\": \"\",\n                    \"to_inventory_kind\": \"\",\n                    \"product_code\": \"\",\n                    \"card_code\": \"\",\n                    \"expiry_date\": \"\",\n                    \"serial_number\": \"\",\n                    \"quantity\": \"\",\n                    \"price\": \"\",\n                    \"amount\": \"\",\n                    \"amount_base\": \"\",\n                    \"margin_kind\": \"\",\n                    \"margin_value\": \"\",\n                    \"margin_amount\": \"\",\n                    \"vat_percent\": \"\",\n                    \"vat_amount\": \"\",\n                    \"load_id\": \"\"\n                }\n            ]\n        }\n    ]\n}\n\n</code></pre>\n<p>Description of request parameters</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>filial_codes</td>\n<td>array</td>\n<td>Array with data of organizations involved in the movement *</td>\n</tr>\n<tr>\n<td>filial_code</td>\n<td>string</td>\n<td>Organization unique code</td>\n</tr>\n<tr>\n<td>external_id</td>\n<td>string</td>\n<td>Movement ID assigned by third party software</td>\n</tr>\n<tr>\n<td>movement_id</td>\n<td>number</td>\n<td>Movement ID assigned by Smartup</td>\n</tr>\n<tr>\n<td>begin_from_date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>Filter by movement begin date</td>\n</tr>\n<tr>\n<td>end_from_date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>Filter by movement end date</td>\n</tr>\n<tr>\n<td>begin_to_date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>Filter by receiving begin date</td>\n</tr>\n<tr>\n<td>end_to_date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>Filter by receiving end date</td>\n</tr>\n<tr>\n<td>begin_created_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>Filter by creation date</td>\n</tr>\n<tr>\n<td>end_created_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>Filter by last creation date</td>\n</tr>\n<tr>\n<td>begin_modified_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>Filter by date of modification</td>\n</tr>\n<tr>\n<td>end_modified_on</td>\n<td>date (dd.mm.yyyy)</td>\n<td>Filter by last modified date</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Description of response parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>movement</td>\n<td>array</td>\n<td>Array with data on the interorganizational movement (information about the move itself)</td>\n</tr>\n<tr>\n<td>from_filial_code</td>\n<td>string</td>\n<td>Organization of movement (sender)</td>\n</tr>\n<tr>\n<td>external_id</td>\n<td>string</td>\n<td>Movement ID assigned by third party software</td>\n</tr>\n<tr>\n<td>movement_id</td>\n<td>number</td>\n<td>Movement ID assigned by Smartup</td>\n</tr>\n<tr>\n<td>subfilial_code</td>\n<td>string</td>\n<td>Project code</td>\n</tr>\n<tr>\n<td>to_subfilial_code</td>\n<td>string</td>\n<td>Project code</td>\n</tr>\n<tr>\n<td>from_room_code</td>\n<td>string</td>\n<td>Workspace code (sender)</td>\n</tr>\n<tr>\n<td>from_robot_code</td>\n<td>string</td>\n<td>Staff Unit code (sender)</td>\n</tr>\n<tr>\n<td>from_robot_person_code</td>\n<td>string</td>\n<td>User code (sender)</td>\n</tr>\n<tr>\n<td>from_warehouse_code</td>\n<td>string</td>\n<td>Warehouse code (sender)</td>\n</tr>\n<tr>\n<td>from_time</td>\n<td>date(dd.mm.yyyy hh24:mi:ss)</td>\n<td>Time of sending movement</td>\n</tr>\n<tr>\n<td>to_filial_code</td>\n<td>string</td>\n<td>Organization code (recipient)</td>\n</tr>\n<tr>\n<td>to_warehouse_code</td>\n<td>string</td>\n<td>Warehouse code (recipient)</td>\n</tr>\n<tr>\n<td>to_time</td>\n<td>date(dd.mm.yyyy hh24:mi:ss)</td>\n<td>Time of receiving movement to another organization</td>\n</tr>\n<tr>\n<td>currency_code</td>\n<td>string</td>\n<td>Currency code</td>\n</tr>\n<tr>\n<td>price_type_code</td>\n<td>string</td>\n<td>Price type code</td>\n</tr>\n<tr>\n<td>payment_type_code</td>\n<td>string</td>\n<td>Payment type code</td>\n</tr>\n<tr>\n<td>to_payment_type_code</td>\n<td>string</td>\n<td>Payment type code</td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>number</td>\n<td>Request ID</td>\n</tr>\n<tr>\n<td>reason_id</td>\n<td>number</td>\n<td>Reason ID</td>\n</tr>\n<tr>\n<td>note</td>\n<td>string</td>\n<td>Note</td>\n</tr>\n<tr>\n<td>barcode</td>\n<td>string</td>\n<td>Barcode</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>number</td>\n<td>Amount of sending inventories</td>\n</tr>\n<tr>\n<td>amount_base</td>\n<td>number</td>\n<td>Base Amount</td>\n</tr>\n<tr>\n<td>delivery_number</td>\n<td>string</td>\n<td>Delivery No.</td>\n</tr>\n<tr>\n<td>contract_code</td>\n<td>string</td>\n<td>Contract code</td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>Status of the inventories  <br />D - Draft  <br />N - New  <br />W - Waiting  <br />S - Sent  <br />A - Approved  <br />R - Returned  <br />C - Completed  <br />L - Cancelled</td>\n</tr>\n<tr>\n<td>movement_items</td>\n<td>array</td>\n<td>Array with data of movement items</td>\n</tr>\n<tr>\n<td>external_id</td>\n<td>number</td>\n<td>Movement ID assigned by third party software</td>\n</tr>\n<tr>\n<td>movement_unit_id</td>\n<td>number</td>\n<td>ID of movement inventory</td>\n</tr>\n<tr>\n<td>request_item_id</td>\n<td>number</td>\n<td>ID of movement inventory in request</td>\n</tr>\n<tr>\n<td>from_inventory_kind</td>\n<td>string</td>\n<td>Inventory type (sender)</td>\n</tr>\n<tr>\n<td>on_balance</td>\n<td>string</td>\n<td>The term that determines whether the balance sheet is Off or On. The parameter takes two statuses. (Y - yes, N - no)</td>\n</tr>\n<tr>\n<td>to_inventory_kind</td>\n<td>string</td>\n<td>Inventory type (recipient)</td>\n</tr>\n<tr>\n<td>product_code</td>\n<td>string</td>\n<td>Inventory code</td>\n</tr>\n<tr>\n<td>card_code</td>\n<td>string</td>\n<td>Card code</td>\n</tr>\n<tr>\n<td>expiry_date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>Inventory expiry date</td>\n</tr>\n<tr>\n<td>serial_number</td>\n<td>string</td>\n<td>Serial number of inventory</td>\n</tr>\n<tr>\n<td>quantity</td>\n<td>number</td>\n<td>Inventory Qty</td>\n</tr>\n<tr>\n<td>price</td>\n<td>number</td>\n<td>Inventory price</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>number</td>\n<td>Inventory amount</td>\n</tr>\n<tr>\n<td>amount_base</td>\n<td>number</td>\n<td>Inventory base amount</td>\n</tr>\n<tr>\n<td>margin_kind</td>\n<td>string</td>\n<td>Margin type (markup or discount)</td>\n</tr>\n<tr>\n<td>margin_value</td>\n<td>number</td>\n<td>Margin value</td>\n</tr>\n<tr>\n<td>margin_amount</td>\n<td>number</td>\n<td>Margin amount</td>\n</tr>\n<tr>\n<td>vat_percent</td>\n<td>number</td>\n<td>VAT %</td>\n</tr>\n<tr>\n<td>vat_amount</td>\n<td>number</td>\n<td>VAT amount</td>\n</tr>\n<tr>\n<td>load_id</td>\n<td>number</td>\n<td>Tie-in ID</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>sender</strong> - the term, which determines sender of any entity. For instance, Organization (sender) means that movement is going to be sent from that Organization.</p>\n<p><strong>recipient</strong> - the term, which determines recipient of any entity. For instance, Warehouse (recipient) means that movement is going to be sent to this warehouse.</p>\n","urlObject":{"protocol":"https","path":["b","anor","mxsx","mfm","movement$export"],"host":["smartup","online"],"query":[],"variable":[]}},"response":[],"_postman_id":"b85b927a-5182-47fa-942d-76d4d030966d"},{"name":"Cross-organizational Movement Status Change","id":"39bc1106-7dea-441b-824e-421af0609352","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"movement\": [\r\n      {\r\n      \"movement_id\" : \"\",\r\n      \"status\": \"\"\r\n      }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://smartup.online/b/anor/mxsx/mfm/movement$change_status","description":"<p>This interface allows you to change the status of cross-organizational movements.</p>\n<p><strong>Request</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"movement\": [\n      {\n      \"movement_id\" : \"\",\n      \"status\": \"\"\n      }\n  ]\n}\n\n</code></pre>\n<p><strong>Response</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"successes\": [\n    {\n      \"code\": \"\"\n    }\n  ],\n  \"errors\": [\n  ]\n}\n\n</code></pre>\n<p><strong>Description of request parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>movement</td>\n<td>array</td>\n<td>yes</td>\n<td>Array with movement data that is used to change status afterwards</td>\n</tr>\n<tr>\n<td>movement_id</td>\n<td>number</td>\n<td>yes</td>\n<td>Movement ID</td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>yes</td>\n<td>Movement status (  <br />D - Draft  <br />N - New  <br />W - Waiting  <br />S - Sent  <br />A - Approved  <br />R - Returned  <br />C - Completed  <br />L - Cancelled)</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Desctiption of response parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>successes</td>\n<td>array</td>\n<td>Array of successfully processed data</td>\n</tr>\n<tr>\n<td>errors</td>\n<td>array</td>\n<td>Array data with errors</td>\n</tr>\n<tr>\n<td>code</td>\n<td>string</td>\n<td>Unique record code</td>\n</tr>\n<tr>\n<td>message</td>\n<td>string</td>\n<td>Clarifying error messages from the server</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["b","anor","mxsx","mfm","movement$change_status"],"host":["smartup","online"],"query":[],"variable":[]}},"response":[],"_postman_id":"39bc1106-7dea-441b-824e-421af0609352"}],"id":"a834b95a-6a0f-44ec-810c-79ca4bcb988e","_postman_id":"a834b95a-6a0f-44ec-810c-79ca4bcb988e","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"65bfaab6-4bf4-45e6-9748-8211a03d7b79","id":"65bfaab6-4bf4-45e6-9748-8211a03d7b79","name":"Smartup API Documentation","type":"collection"}}},{"name":"Internal movement","item":[{"name":"Internal movement / Import","id":"b308505f-6220-4292-a108-309ff8d6931b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"movement\": [\r\n    {\r\n      \"filial_code\": \"100\",\r\n      \"external_id\": \"\",\r\n      \"movement_id\": \"1\",\r\n      \"request_id\":\"\",\r\n      \"movement_number\": \"100\",\r\n      \"from_movement_date\": \"\",\r\n      \"to_movement_date\": \"\",\r\n      \"status\": \"C\",\r\n      \"from_warehouse_code\": \"100\",\r\n      \"to_warehouse_code\": \"101\",\r\n      \"reason_code\": \"\",\r\n      \"note\": \"\",\r\n      \"barcode\": \"\",\r\n      \"movement_items\": [\r\n        {\r\n          \"external_id\": \"\",\r\n          \"movement_item_id\": \"\",\r\n          \"request_item_id\": \"\",\r\n          \"product_code\": \"100\",\r\n          \"inventory_kind\": \"G\",\r\n          \"card_code\": \"\",\r\n          \"serial_number\": \"\",\r\n          \"expiry_date\": \"\",\r\n          \"on_balance\": \"\",\r\n          \"quantity\": \"1\",\r\n          \"batch_number\": \"\"\r\n        }\r\n      ]\r\n    }\r\n  ]\r\n}\r\n\r\n","options":{"raw":{"language":"json"}}},"url":"https://smartup.online/b/anor/mxsx/mkw/movement$import","description":"<p>Through this interface, the service uploads data on interorganizational movements to the Smartup system X from third party software. The interface supports bulk data ingestion in a single request.</p>\n<p><strong>Request</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"movement\": [\n    {\n      \"filial_code\": \"100\",\n      \"external_id\": \"\",\n      \"movement_id\": \"1\",\n      \"request_id\":\"\",\n      \"movement_number\": \"100\",\n      \"from_movement_date\": \"\",\n      \"to_movement_date\": \"\",\n      \"status\": \"C\",\n      \"from_warehouse_code\": \"100\",\n      \"to_warehouse_code\": \"101\",\n      \"reason_code\": \"\",\n      \"note\": \"\",\n      \"barcode\": \"\",\n      \"movement_items\": [\n        {\n          \"external_id\": \"\",\n          \"movement_item_id\": \"\",\n          \"request_item_id\": \"\",\n          \"product_code\": \"100\",\n          \"inventory_kind\": \"G\",\n          \"card_code\": \"\",\n          \"serial_number\": \"\",\n          \"expiry_date\": \"\",\n          \"on_balance\": \"\",\n          \"quantity\": \"1\",\n          \"batch_number\": \"\",\n          \"marking_codes\": [\n            {\n              \"marking_code\": \"\"\n            }\n          ]\n        }\n      ]\n    }\n  ]\n}\n\n</code></pre>\n<p><strong>Response</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"successes\": [\n        {\n            \"code\": \"\"\n        }\n    ],\n    \"errors\": [\n        {\n            \"code\": \"\",\n            \"message\": \"\"\n        }\n    ]\n}\n\n</code></pre>\n<p><strong>Description of request parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>movement</td>\n<td>array</td>\n<td>yes</td>\n<td>Array with data on the interorganizational movement (information about the move itself)</td>\n</tr>\n<tr>\n<td>filial_code</td>\n<td>string</td>\n<td>no</td>\n<td>Organization unique code</td>\n</tr>\n<tr>\n<td>external_id</td>\n<td>string</td>\n<td>no</td>\n<td>Movement ID assigned by third party software</td>\n</tr>\n<tr>\n<td>movement_id</td>\n<td>number</td>\n<td>no</td>\n<td>Movement ID assigned by Smartup</td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>number</td>\n<td>no</td>\n<td>Request ID for interorganizational movement</td>\n</tr>\n<tr>\n<td>movement_number</td>\n<td>string</td>\n<td>no</td>\n<td>Movement number</td>\n</tr>\n<tr>\n<td>from_movement_date</td>\n<td>date(dd.mm.yyyy hh24:mi:ss)</td>\n<td>yes</td>\n<td>Shipping date of the inventories</td>\n</tr>\n<tr>\n<td>to_movement_date</td>\n<td>date(dd.mm.yyyy hh24:mi:ss)</td>\n<td>yes</td>\n<td>Receiving date of the inventories</td>\n</tr>\n<tr>\n<td>request_number</td>\n<td>string</td>\n<td>no</td>\n<td>Move request number</td>\n</tr>\n<tr>\n<td>form_warehouse_code</td>\n<td>string</td>\n<td>yes</td>\n<td>Recipient's unique state code</td>\n</tr>\n<tr>\n<td>to_warehouse_code</td>\n<td>string</td>\n<td>yes</td>\n<td>The unique code of the consignee's warehouse</td>\n</tr>\n<tr>\n<td>reason_code</td>\n<td>string</td>\n<td>no</td>\n<td>The unique code of the sender's warehouse</td>\n</tr>\n<tr>\n<td>barcode</td>\n<td>string</td>\n<td>no</td>\n<td>A barcode is coded information applied to packaging in the form of strokes, read using special devices. With the help of a bar code, information about some of the most significant product parameters is encoded. The most common American Universal Product Code UPC and the European EAN coding system</td>\n</tr>\n<tr>\n<td>note</td>\n<td>string</td>\n<td>no</td>\n<td>Movement note</td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>no</td>\n<td>Movement status ( D - draft, N - new, S - wait shipping, R - wait receiving, T - on the way, C - completed)</td>\n</tr>\n<tr>\n<td>movement_items</td>\n<td>array</td>\n<td>yes</td>\n<td>Array of moved inventory items (information about moveable inventory items)</td>\n</tr>\n<tr>\n<td>external_id</td>\n<td>string</td>\n<td>no</td>\n<td>Identifier of the merchandise to be moved, assigned by third-party software</td>\n</tr>\n<tr>\n<td>movement_item_id</td>\n<td>number</td>\n<td>no</td>\n<td>Item ID of the item being moved, assigned by the Smartup system</td>\n</tr>\n<tr>\n<td>request_item_id</td>\n<td>number</td>\n<td>no</td>\n<td>Item ID in the request</td>\n</tr>\n<tr>\n<td>product_code</td>\n<td>string</td>\n<td>yes</td>\n<td>The unique code of the moved goods and materials</td>\n</tr>\n<tr>\n<td>inventory_kind</td>\n<td>string</td>\n<td>yes</td>\n<td>Type of goods and materials ( P - products, G - goods, M - raw materials). Type of goods and materials specifies the category of ownership</td>\n</tr>\n<tr>\n<td>card_code</td>\n<td>string</td>\n<td>no</td>\n<td>Inventory card number</td>\n</tr>\n<tr>\n<td>serial_number</td>\n<td>string</td>\n<td>no</td>\n<td>Serial number of goods and materials</td>\n</tr>\n<tr>\n<td>expiry_date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Expiry date of inventory</td>\n</tr>\n<tr>\n<td>on_balance</td>\n<td>string</td>\n<td>yes</td>\n<td>Balance</td>\n</tr>\n<tr>\n<td>quantity</td>\n<td>number</td>\n<td>yes</td>\n<td>Quantity of goods and materials in movement</td>\n</tr>\n<tr>\n<td>batch_number</td>\n<td>number</td>\n<td>no</td>\n<td>Batch number</td>\n</tr>\n<tr>\n<td>marking_codes</td>\n<td>array</td>\n<td>no</td>\n<td>Array with data of attaching marking codes for product unit</td>\n</tr>\n<tr>\n<td>marking_code</td>\n<td>string</td>\n<td>no</td>\n<td>Marking code of product</td>\n</tr>\n</tbody>\n</table>\n</div><p>Before sending, the service checks the request for:</p>\n<ul>\n<li><p>the presence of mandatory parameters</p>\n</li>\n<li><p>parameter validity</p>\n</li>\n</ul>\n<p>If all checks are passed successfully, the service will return the relevant information for each parameter.</p>\n<p><strong>Description of response parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>successes</td>\n<td>array</td>\n<td>Array of successfully processed data</td>\n</tr>\n<tr>\n<td>errors</td>\n<td>array</td>\n<td>Array data with errors</td>\n</tr>\n<tr>\n<td>code</td>\n<td>string</td>\n<td>Unique code records</td>\n</tr>\n<tr>\n<td>message</td>\n<td>string</td>\n<td>Clarifying error messages from the server</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["b","anor","mxsx","mkw","movement$import"],"host":["smartup","online"],"query":[],"variable":[]}},"response":[],"_postman_id":"b308505f-6220-4292-a108-309ff8d6931b"},{"name":"Internal movement / Export","id":"75d342b7-513b-4a03-8255-9e79956f2e67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"filial_codes\": [\r\n    {\r\n      \"filial_code\": \"\"\r\n    }\r\n  ],\r\n  \"filial_code\": \"\",\r\n  \"external_id\": \"\",\r\n  \"movement_id\": \"\",\r\n  \"begin_from_movement_date\": \"\",\r\n  \"end_from_movement_date\": \"\",\r\n  \"begin_to_movement_date\": \"\",\r\n  \"end_to_movement_date\": \"\",\r\n  \"begin_created_on\": \"\",\r\n  \"end_created_on\": \"\",\r\n  \"begin_modified_on\": \"\",\r\n  \"end_modified_on\": \"\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://smartup.online/b/anor/mxsx/mkw/movement$export","description":"<p>The service exports data on interorganizational movements for a certain period in accordance with the values of the parameters passed to the service in the request. This interface supports bulk sending of data in one request.</p>\n<p><strong>Request</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"filial_codes\": [\n    {\n      \"filial_code\": \"\"\n    }\n  ],\n  \"filial_code\": \"\",\n  \"external_id\": \"\",\n  \"movement_id\": \"\",\n  \"begin_from_movement_date\": \"\",\n  \"end_from_movement_date\": \"\",\n  \"begin_to_movement_date\": \"\",\n  \"end_to_movement_date\": \"\",\n  \"begin_created_on\": \"\",\n  \"end_created_on\": \"\",\n  \"begin_modified_on\": \"\",\n  \"end_modified_on\": \"\"\n}\n\n</code></pre>\n<p><strong>Response</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"movement\": [\n    {\n      \"filial_code\": \"\",\n      \"external_id\": \"\",\n      \"movement_id\": \"\",\n      \"movement_number\": \"\",\n      \"from_movement_date\": \"\",\n      \"to_movement_date\": \"\",\n      \"request_id\": \"\",\n      \"status\": \"\",\n      \"from_warehouse_code\": \"\",\n      \"to_warehouse_code\": \"\",\n      \"reason_code\": \"\",\n      \"note\": \"\",\n      \"barcode\": \"\",\n      \"movement_items\": [\n        {\n          \"external_id\": \"\",\n          \"movement_item_id\": \"\",\n          \"request_item_id\": \"\",\n          \"product_code\": \"\",\n          \"serial_number\": \"\",\n          \"inventory_kind\": \"\",\n          \"on_balance\": \"\",\n          \"card_code\": \"\",\n          \"expiry_date\": \"\",\n          \"quantity\": \"\",\n          \"batch_number\": \"\"\n        }\n      ]\n    }\n  ]\n}\n\n</code></pre>\n<p><strong>Description of request parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>filial_codes</td>\n<td>array</td>\n<td>Array with data of organizations involved in the movement *</td>\n</tr>\n<tr>\n<td>filial_code</td>\n<td>string</td>\n<td>Organization unique code</td>\n</tr>\n<tr>\n<td>external_id</td>\n<td>string</td>\n<td>Movement ID assigned by third party software</td>\n</tr>\n<tr>\n<td>movement_id</td>\n<td>number</td>\n<td>Movement ID assigned by Smartup</td>\n</tr>\n<tr>\n<td>begin_from_movement_date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>Filter by shipping begin date</td>\n</tr>\n<tr>\n<td>end_from_movement_date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>Filter by shipping end date</td>\n</tr>\n<tr>\n<td>begin_to_movement_date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>Filter by receiving begin date</td>\n</tr>\n<tr>\n<td>end_to_movement_date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>Filter by receiving end date</td>\n</tr>\n<tr>\n<td>begin_created_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>Filter by creation date</td>\n</tr>\n<tr>\n<td>end_created_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>Filter by last creation date</td>\n</tr>\n<tr>\n<td>begin_modified_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>Filter by date of modification</td>\n</tr>\n<tr>\n<td>end_modified_on</td>\n<td>date dd.mm.yyyy)</td>\n<td>Filter by last modified date</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Description of response parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>movement</td>\n<td>array</td>\n<td>Array with data on the interorganizational movement (information about the move itself)</td>\n</tr>\n<tr>\n<td>filial_code</td>\n<td>string</td>\n<td>Organization unique code</td>\n</tr>\n<tr>\n<td>external_id</td>\n<td>string</td>\n<td>Movement ID assigned by third party software</td>\n</tr>\n<tr>\n<td>movement_id</td>\n<td>number</td>\n<td>Movement ID assigned by Smartup</td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>number</td>\n<td>Request ID</td>\n</tr>\n<tr>\n<td>movement_number</td>\n<td>string</td>\n<td>Movement number</td>\n</tr>\n<tr>\n<td>from_movement_date</td>\n<td>date(dd.mm.yyyy hh24:mi:ss)</td>\n<td>Shipping date of the inventories</td>\n</tr>\n<tr>\n<td>to_movement_date</td>\n<td>date(dd.mm.yyyy hh24:mi:ss)</td>\n<td>Receiving date of the inventories</td>\n</tr>\n<tr>\n<td>request_number</td>\n<td>string</td>\n<td>Move request number</td>\n</tr>\n<tr>\n<td>from_warehouse_code</td>\n<td>string</td>\n<td>Recipient's unique state code</td>\n</tr>\n<tr>\n<td>to_warehouse_code</td>\n<td>string</td>\n<td>The unique code of the consignee's warehouse</td>\n</tr>\n<tr>\n<td>reason_code</td>\n<td>string</td>\n<td>The unique code of the sender's warehouse</td>\n</tr>\n<tr>\n<td>barcode</td>\n<td>string</td>\n<td>A barcode is coded information applied to packaging in the form of strokes, read using special devices. With the help of a bar code, information about some of the most significant product parameters is encoded. The most common American Universal Product Code UPC and the European EAN coding system</td>\n</tr>\n<tr>\n<td>note</td>\n<td>string</td>\n<td>Movement note</td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>Movement status ( D - draft, N - new, S - wait shipping, R - wait receiving, T - on the way, C - completed)</td>\n</tr>\n<tr>\n<td>movement_items</td>\n<td>array</td>\n<td>Array of moved inventory items (information about moveable inventory items)</td>\n</tr>\n<tr>\n<td>external_id</td>\n<td>string</td>\n<td>Identifier of the merchandise to be moved, assigned by third-party software</td>\n</tr>\n<tr>\n<td>movement_item_id</td>\n<td>number</td>\n<td>Item ID of the item being moved, assigned by the Smartup system</td>\n</tr>\n<tr>\n<td>request_item_id</td>\n<td>number</td>\n<td>Item ID in the request</td>\n</tr>\n<tr>\n<td>product_code</td>\n<td>string</td>\n<td>The unique code of the moved goods and materials</td>\n</tr>\n<tr>\n<td>inventory_kind</td>\n<td>string</td>\n<td>Type of goods and materials ( P - products, G - goods, M - raw materials). Type of goods and materials specifies the category of ownership</td>\n</tr>\n<tr>\n<td>card_code</td>\n<td>string</td>\n<td>Inventory card number</td>\n</tr>\n<tr>\n<td>serial_number</td>\n<td>string</td>\n<td>Serial number of goods and materials</td>\n</tr>\n<tr>\n<td>expiry_date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>Expiry date of inventory</td>\n</tr>\n<tr>\n<td>on_balance</td>\n<td>string</td>\n<td>Balance</td>\n</tr>\n<tr>\n<td>quantity</td>\n<td>number</td>\n<td>Quantity of goods and materials in movement</td>\n</tr>\n<tr>\n<td>batch_number</td>\n<td>number</td>\n<td>Batch number</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["b","anor","mxsx","mkw","movement$export"],"host":["smartup","online"],"query":[],"variable":[]}},"response":[],"_postman_id":"75d342b7-513b-4a03-8255-9e79956f2e67"}],"id":"1f82163d-b17f-47fb-8da5-376638922302","_postman_id":"1f82163d-b17f-47fb-8da5-376638922302","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"65bfaab6-4bf4-45e6-9748-8211a03d7b79","id":"65bfaab6-4bf4-45e6-9748-8211a03d7b79","name":"Smartup API Documentation","type":"collection"}}},{"name":"Stocktaking","item":[{"name":"Stocktaking / Import","id":"a73edc62-dd42-44fa-8995-53549dc78bda","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"stocktaking\": [\r\n    {\r\n      \"filial_code\": \"\",\r\n      \"external_id\": \"\",\r\n      \"stocktaking_id\": \"\",\r\n      \"stocktaking_number\": \"001\",\r\n      \"stocktaking_date\": \"01.09.2021\",\r\n      \"status\": \"D\",\r\n      \"warehouse_code\": \"100\",\r\n      \"currency_code\": \"860\",\r\n      \"reason_code\": \"\",\r\n      \"note\": \"Planned stocktaking\",\r\n      \"stocktaking_items\": [\r\n        {\r\n          \"external_id\": \"\",\r\n          \"stocktaking_item_id\": \"\",\r\n          \"product_code\": \"6201191\",\r\n          \"serial_number\": \"\",\r\n          \"inventory_kind\": \"G\",\r\n          \"card_code\": \"\",\r\n          \"expiry_date\": \"\",\r\n          \"batch_number\": \"\",\r\n          \"quantity\": \"1000\",\r\n          \"income_price\": \"\"\r\n        }\r\n      ]\r\n    }\r\n  ]\r\n}\r\n\r\n","options":{"raw":{"language":"json"}}},"url":"https://smartup.online/b/anor/mxsx/mkw/stocktaking$import","description":"<p>This interface uploads inventory data to the Smartup X from third party software. The interface supports bulk data ingestion in a single request.</p>\n<p><strong>Request</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"stocktaking\": [\n    {\n      \"filial_code\": \"\",\n      \"external_id\": \"\",\n      \"stocktaking_id\": \"\",\n      \"stocktaking_number\": \"001\",\n      \"stocktaking_date\": \"01.09.2021\",\n      \"status\": \"D\",\n      \"warehouse_code\": \"100\",\n      \"currency_code\": \"860\",\n      \"reason_code\": \"\",\n      \"note\": \"Planned stocktaking\",\n      \"stocktaking_items\": [\n        {\n          \"external_id\": \"\",\n          \"stocktaking_item_id\": \"\",\n          \"product_code\": \"6201191\",\n          \"serial_number\": \"\",\n          \"inventory_kind\": \"G\",\n          \"card_code\": \"\",\n          \"expiry_date\": \"\",\n          \"batch_number\": \"\",\n          \"balance_quantity\": \"\",\n          \"quantity\": \"1000\",\n          \"income_price\": \"\"\n        }\n      ]\n    }\n  ]\n}\n\n</code></pre>\n<p><strong>Response</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"successes\": [\n        {\n            \"code\": \"\"\n        }\n    ],\n    \"errors\": [\n        {\n            \"code\": \"\",\n            \"message\": \"\"\n        }\n    ]\n}\n\n</code></pre>\n<p><strong>Description of request parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>stocktaking</td>\n<td>array</td>\n<td>yes</td>\n<td>Array with stocltaking data</td>\n</tr>\n<tr>\n<td>filial_code</td>\n<td>string</td>\n<td>no</td>\n<td>Organization unique code</td>\n</tr>\n<tr>\n<td>external_id</td>\n<td>string</td>\n<td>no</td>\n<td>Stocktaking ID assigned by third party software</td>\n</tr>\n<tr>\n<td>stocktaking_id</td>\n<td>number</td>\n<td>no</td>\n<td>Stocktaking ID assigned by Smartup</td>\n</tr>\n<tr>\n<td>stocktaking_number</td>\n<td>string</td>\n<td>no</td>\n<td>Stocktaking number</td>\n</tr>\n<tr>\n<td>stocktaking_date</td>\n<td>date(dd.mm.yyyy hh24:mi:ss)</td>\n<td>yes</td>\n<td>Stocktaking date</td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>no</td>\n<td>The status of the stocktaking (P - posted, D - draft, C -cancelled) If no status was set, it will be saved as Draft (D)</td>\n</tr>\n<tr>\n<td>warehouse_code</td>\n<td>string</td>\n<td>yes</td>\n<td>Unique warehouse code</td>\n</tr>\n<tr>\n<td>reason_code</td>\n<td>string</td>\n<td>no</td>\n<td>Reason for stocktaking. Select a pre-created</td>\n</tr>\n<tr>\n<td>currency_code</td>\n<td>string</td>\n<td>yes</td>\n<td>Currency code</td>\n</tr>\n<tr>\n<td>note</td>\n<td>string</td>\n<td>no</td>\n<td>Stocktaking note</td>\n</tr>\n<tr>\n<td>barcode</td>\n<td>string</td>\n<td>no</td>\n<td>A barcode is coded information applied to packaging in the form of strokes, read using special devices. With the help of a bar code, information about some of the most significant product parameters is encoded. The most common American Universal Product Code UPC and the European EAN coding system</td>\n</tr>\n<tr>\n<td>stocktaking_items</td>\n<td>array</td>\n<td>yes</td>\n<td>An array with data on the article of goods and materials participating in the stocktaking list</td>\n</tr>\n<tr>\n<td>external_id</td>\n<td>string</td>\n<td>no</td>\n<td>Invenotory SKU ID assigned by third-party software</td>\n</tr>\n<tr>\n<td>stocktaking_item_id</td>\n<td>number</td>\n<td>no</td>\n<td>Inventory SKU ID assigned by Smartup</td>\n</tr>\n<tr>\n<td>product_code</td>\n<td>string</td>\n<td>yes</td>\n<td>Unique merchandise code</td>\n</tr>\n<tr>\n<td>serial_number</td>\n<td>string</td>\n<td>no</td>\n<td>Serial number</td>\n</tr>\n<tr>\n<td>inventory_kind</td>\n<td>string</td>\n<td>yes</td>\n<td>Type of goods and materials ( P - products, G - goods, M - raw materials). Type of goods and materials specifies the category of ownership</td>\n</tr>\n<tr>\n<td>quantity</td>\n<td>number</td>\n<td>yes</td>\n<td>Quantity of goods and materials</td>\n</tr>\n<tr>\n<td>income_price</td>\n<td>number</td>\n<td>no</td>\n<td>Receipt price of goods and materials (only if the actual balance is less than the quantity in the stocktaking)</td>\n</tr>\n<tr>\n<td>card_code</td>\n<td>string</td>\n<td>no</td>\n<td>Serial number</td>\n</tr>\n<tr>\n<td>expiry_date</td>\n<td>date(dd.mm.yyyy )</td>\n<td>no</td>\n<td>Expiry date of inventory</td>\n</tr>\n<tr>\n<td>balance_quantity</td>\n<td>number</td>\n<td>no</td>\n<td>Actual quantity of goods and materials in stock</td>\n</tr>\n<tr>\n<td>batch_number</td>\n<td>number</td>\n<td>no</td>\n<td>Batch number</td>\n</tr>\n</tbody>\n</table>\n</div><p>Before sending, the service checks the request for:</p>\n<ul>\n<li><p>the presence of mandatory parameters</p>\n</li>\n<li><p>parameter validity</p>\n</li>\n</ul>\n<p>If all checks are passed successfully, the service will return the relevant information for each parameter.</p>\n<p><strong>Description of response parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>successes</td>\n<td>array</td>\n<td>Array of successfully processed data</td>\n</tr>\n<tr>\n<td>errors</td>\n<td>array</td>\n<td>Array data with errors</td>\n</tr>\n<tr>\n<td>code</td>\n<td>string</td>\n<td>Unique record code</td>\n</tr>\n<tr>\n<td>message</td>\n<td>string</td>\n<td>Clarifying error messages from the server</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["b","anor","mxsx","mkw","stocktaking$import"],"host":["smartup","online"],"query":[],"variable":[]}},"response":[],"_postman_id":"a73edc62-dd42-44fa-8995-53549dc78bda"},{"name":"Stocktaking / Export","id":"c09bca8f-8226-4294-96c9-86a7b23905fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"filial_codes\": [\r\n    {\r\n      \"filial_code\": \"\"\r\n    }\r\n  ],\r\n  \"filial_code\": \"\",\r\n  \"external_id\": \"\",\r\n  \"stocktaking_id\": \"\",\r\n  \"begin_stocktaking_date\": \"\",\r\n  \"end_stocktaking_date\": \"\",\r\n  \"begin_created_on\": \"\",\r\n  \"end_created_on\": \"\",\r\n  \"begin_modified_on\": \"\",\r\n  \"end_modified_on\": \"\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://smartup.online/b/anor/mxsx/mkw/stocktaking$export","description":"<p>The service exports data on inter -organizational movements for a certain period in accordance with the values of the parameters passed to the service in the request. This interface supports bulk sending of data in one request.</p>\n<p><strong>Request</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"filial_codes\": [\n    {\n      \"filial_code\": \"\"\n    }\n  ],\n  \"filial_code\": \"\",\n  \"external_id\": \"\",\n  \"stocktaking_id\": \"\",\n  \"begin_stocktaking_date\": \"\",\n  \"end_stocktaking_date\": \"\",\n  \"begin_created_on\": \"\",\n  \"end_created_on\": \"\",\n  \"begin_modified_on\": \"\",\n  \"end_modified_on\": \"\"\n}\n\n</code></pre>\n<p><strong>Response</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"stocktaking\": [\n    {\n      \"filial_code\": \"\",\n      \"external_id\": \"\",\n      \"stocktaking_id\": \"\",\n      \"stocktaking_number\": \"\",\n      \"stocktaking_date\": \"\",\n      \"status\": \"\",\n      \"warehouse_code\": \"\",\n      \"currency_code\": \"\",\n      \"reason_code\": \"\",\n      \"note\": \"\",\n      \"barcode\": \"\",\n      \"income_batch_number\": \"\",\n      \"c_income_amount\": \"\",\n      \"c_income_amount_base\": \"\",\n      \"c_expense_amount\": \"\",\n      \"c_expense_amount_base\": \"\",\n      \"stocktaking_items\": [\n        {\n          \"external_id\": \"\",\n          \"stocktaking_item_id\": \"\",\n          \"product_code\": \"\",\n          \"inventory_kind\": \"\",\n          \"card_code\": \"\",\n          \"serial_number\": \"\",\n          \"expiry_date\": \"\",\n          \"balance_quantity\": \"\",\n          \"quantity\": \"\",\n          \"batch_number\": \"\",\n          \"income_price\": \"\",\n          \"income_amount\": \"\"\n        }\n      ]\n    }\n  ]\n}\n\n</code></pre>\n<p><strong>Description of request parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>filial_codes</td>\n<td>array</td>\n<td>no</td>\n<td>Array with data of organizations participating in the stocktaking (!)</td>\n</tr>\n<tr>\n<td>filial_code</td>\n<td>string</td>\n<td>no</td>\n<td>Organization unique code</td>\n</tr>\n<tr>\n<td>external_id</td>\n<td>string</td>\n<td>no</td>\n<td>Stocktaking ID assigned by third party software</td>\n</tr>\n<tr>\n<td>stocktaking_id</td>\n<td>number</td>\n<td>no</td>\n<td>Stocktaking ID assigned by Smartup</td>\n</tr>\n<tr>\n<td>begin_stocktaking_date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by stocktaking begin date</td>\n</tr>\n<tr>\n<td>end_stocktaking_date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by stocktaking end date</td>\n</tr>\n<tr>\n<td>begin_created_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by creation date</td>\n</tr>\n<tr>\n<td>end_created_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by last creation date</td>\n</tr>\n<tr>\n<td>begin_modified_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by date of modification</td>\n</tr>\n<tr>\n<td>end_modified_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by last modified date</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p>! - the array is used when it is necessary to upload data from two or more organizations. If less than two organizations are involved in the process, the <code>filial _ code</code> parameter is used outside the array.</p>\n<p><strong>Description of response parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>stocktaking</td>\n<td>array</td>\n<td>Array with inventory data</td>\n</tr>\n<tr>\n<td>filial_code</td>\n<td>string</td>\n<td>Organization unique code</td>\n</tr>\n<tr>\n<td>external_id</td>\n<td>string</td>\n<td>Stocktaking ID assigned by third party software</td>\n</tr>\n<tr>\n<td>stocktaking_id</td>\n<td>number</td>\n<td>Stocktaking ID</td>\n</tr>\n<tr>\n<td>stocktaking_number</td>\n<td>string</td>\n<td>Stocktaking number</td>\n</tr>\n<tr>\n<td>stocktaking_date</td>\n<td>date(dd.mm.yyyy hh24:mi:ss)</td>\n<td>Stocktaking date</td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>The status of the stocktaking (P - posted, D - draft, C -cancelled) If no status was set, it will be saved as Draft (D)</td>\n</tr>\n<tr>\n<td>warehouse_code</td>\n<td>string</td>\n<td>Unique warehouse code</td>\n</tr>\n<tr>\n<td>income_batch_number</td>\n<td>number</td>\n<td>The batch number of inventory receipts</td>\n</tr>\n<tr>\n<td>currency_code</td>\n<td>string</td>\n<td>Currency code</td>\n</tr>\n<tr>\n<td>reason_code</td>\n<td>string</td>\n<td>Stocktaking reason code</td>\n</tr>\n<tr>\n<td>note</td>\n<td>string</td>\n<td>Stocktaking note</td>\n</tr>\n<tr>\n<td>barcode</td>\n<td>string</td>\n<td>Barcode</td>\n</tr>\n<tr>\n<td>c_income_amount</td>\n<td>number</td>\n<td>Amount of profit</td>\n</tr>\n<tr>\n<td>c_income_amount_base</td>\n<td>number</td>\n<td>Amount of profit in base currency</td>\n</tr>\n<tr>\n<td>c_expense_amount</td>\n<td>number</td>\n<td>Amount of expenses</td>\n</tr>\n<tr>\n<td>c_expense_amount_base</td>\n<td>number</td>\n<td>Amount of expenses in base currency</td>\n</tr>\n<tr>\n<td>stocktaking_items</td>\n<td>array</td>\n<td>Array with data on the article of goods and materials participating in the stocktaking list</td>\n</tr>\n<tr>\n<td>external_id</td>\n<td>string</td>\n<td>Stocktaking ID assigned by third party software</td>\n</tr>\n<tr>\n<td>stocktaking_item_id</td>\n<td>number</td>\n<td>Stocktaking SKU ID assigned by Smartup</td>\n</tr>\n<tr>\n<td>serial_number</td>\n<td>string</td>\n<td>Serial number of inventory</td>\n</tr>\n<tr>\n<td>balance_quantity</td>\n<td>number</td>\n<td>The quantity of inventories which were before stocktaking.</td>\n</tr>\n<tr>\n<td>product_code</td>\n<td>string</td>\n<td>Unique merchandise code</td>\n</tr>\n<tr>\n<td>inventory_kind</td>\n<td>string</td>\n<td>Type of goods and materials ( P - products, G - goods, M - raw materials). Type of goods and materials specifies the category of ownership</td>\n</tr>\n<tr>\n<td>card_code</td>\n<td>string</td>\n<td>Card number</td>\n</tr>\n<tr>\n<td>expiry_date</td>\n<td>string</td>\n<td>Expiry date of inventory</td>\n</tr>\n<tr>\n<td>quantity</td>\n<td>date(dd.mm.yyyy)</td>\n<td>Quantity of goods and materials</td>\n</tr>\n<tr>\n<td>batch_number</td>\n<td>number</td>\n<td>Batch number of inventories</td>\n</tr>\n<tr>\n<td>income_price</td>\n<td>number</td>\n<td>Receipt price</td>\n</tr>\n<tr>\n<td>income_amount</td>\n<td>number</td>\n<td>Receipt amount</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["b","anor","mxsx","mkw","stocktaking$export"],"host":["smartup","online"],"query":[],"variable":[]}},"response":[],"_postman_id":"c09bca8f-8226-4294-96c9-86a7b23905fc"}],"id":"89d0a475-9024-4269-9f82-13e90797db45","_postman_id":"89d0a475-9024-4269-9f82-13e90797db45","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"65bfaab6-4bf4-45e6-9748-8211a03d7b79","id":"65bfaab6-4bf4-45e6-9748-8211a03d7b79","name":"Smartup API Documentation","type":"collection"}}},{"name":"Write-off","item":[{"name":"Write-off / Import","id":"3972f604-256b-448b-ace3-2de3bf514acc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"writeoff\": [\r\n    {\r\n      \"filial_code\": \"\",\r\n      \"external_id\": \"\",\r\n      \"writeoff_id\": \"\",\r\n      \"writeoff_number\": \"\",\r\n      \"writeoff_date\": \"\",\r\n      \"status\": \"\",\r\n      \"warehouse_code\": \"\",\r\n      \"reason_code\": \"\",\r\n      \"currency_code\": \"\",\r\n      \"note\": \"\",\r\n      \"writeoff_items\": [\r\n        {\r\n          \"external_id\": \"\",\r\n          \"writeoff_item_id\": \"\",\r\n          \"product_code\": \"\",\r\n          \"serial_number\": \"\",\r\n          \"inventory_kind\": \"\",\r\n          \"card_code\": \"\",\r\n          \"expiry_date\": \"\",\r\n          \"quantity\": \"\",\r\n          \"batch_number\": \"\"\r\n        }\r\n      ]\r\n    }\r\n  ]\r\n}\r\n\r\n\r\n","options":{"raw":{"language":"json"}}},"url":"https://smartup.online/b/anor/mxsx/mkw/writeoff$import","description":"<p>The functionality of loading write-offs from third-party software. This interface supports bulk data ingestion in a single request.</p>\n<p><strong>Request</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"writeoff\": [\n    {\n      \"filial_code\": \"\",\n      \"external_id\": \"\",\n      \"writeoff_id\": \"\",\n      \"writeoff_number\": \"\",\n      \"writeoff_date\": \"\",\n      \"status\": \"\",\n      \"warehouse_code\": \"\",\n      \"reason_code\": \"\",\n      \"currency_code\": \"\",\n      \"note\": \"\",\n      \"writeoff_items\": [\n        {\n          \"external_id\": \"\",\n          \"writeoff_item_id\": \"\",\n          \"product_code\": \"\",\n          \"serial_number\": \"\",\n          \"inventory_kind\": \"\",\n          \"card_code\": \"\",\n          \"expiry_date\": \"\",\n          \"quantity\": \"\",\n          \"batch_number\": \"\",\n          \"marking_codes\": [\n            {\n              \"marking_code\": \"\"\n            }\n          ]\n        }\n      ]\n    }\n  ]\n}\n\n</code></pre>\n<p><strong>Response</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"successes\": [\n        {\n            \"code\": \"\"\n        }\n    ],\n    \"errors\": [\n        {\n            \"code\": \"\",\n            \"message\": \"\"\n        }\n    ]\n}\n\n</code></pre>\n<p><strong>Description of request parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>write off</td>\n<td>array</td>\n<td>yes</td>\n<td>Array with write-off data</td>\n</tr>\n<tr>\n<td>filial_code</td>\n<td>string</td>\n<td>no</td>\n<td>Organization unique code</td>\n</tr>\n<tr>\n<td>external_id</td>\n<td>string</td>\n<td>no</td>\n<td>Write-off ID assigned by third party software</td>\n</tr>\n<tr>\n<td>writeoff_id</td>\n<td>number</td>\n<td>no</td>\n<td>ID assigned by Smartup</td>\n</tr>\n<tr>\n<td>writeoff_number</td>\n<td>string</td>\n<td>no</td>\n<td>Item write-off number</td>\n</tr>\n<tr>\n<td>writeoff_date</td>\n<td>date(dd.mm.yyyy hh24:mi:ss)</td>\n<td>yes</td>\n<td>Date of write-off of goods and materials from the warehouse</td>\n</tr>\n<tr>\n<td>warehouse_code</td>\n<td>string</td>\n<td>yes</td>\n<td>The unique code of the warehouse for which the write-off is taking place</td>\n</tr>\n<tr>\n<td>currency_code</td>\n<td>string</td>\n<td>yes</td>\n<td>The unique code of the write-off currency</td>\n</tr>\n<tr>\n<td>reason_code</td>\n<td>string</td>\n<td>no</td>\n<td>Reason for write-off. Select a pre-created</td>\n</tr>\n<tr>\n<td>note</td>\n<td>string</td>\n<td>no</td>\n<td>Write-off note</td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>no</td>\n<td>Write-off status.  <br />Possible values:  <br />D - Draft,  <br />A - In Assembly,  <br />P - Posted.  <br />Note: Status \"C - Completed\" is not applicable via API. Completion requires a responsible officer to add expenses and their amount in the system.</td>\n</tr>\n<tr>\n<td>writeoff_items</td>\n<td>array</td>\n<td>yes</td>\n<td>Array with data on the inventory item to be written off</td>\n</tr>\n<tr>\n<td>external_id</td>\n<td>string</td>\n<td>no</td>\n<td>Identifier of the write-off article assigned by third-party software</td>\n</tr>\n<tr>\n<td>writeoff_item_id</td>\n<td>number</td>\n<td>no</td>\n<td>ID assigned by Smartup</td>\n</tr>\n<tr>\n<td>product_code</td>\n<td>string</td>\n<td>yes</td>\n<td>Unique inventory code assigned for integration with third-party software</td>\n</tr>\n<tr>\n<td>serial_number</td>\n<td>string</td>\n<td>no</td>\n<td>Serial number</td>\n</tr>\n<tr>\n<td>inventory_kind</td>\n<td>string</td>\n<td>yes</td>\n<td>Type of goods and materials ( P - products, G - goods, M - raw materials). Type of goods and materials specifies the category of ownership</td>\n</tr>\n<tr>\n<td>quantity</td>\n<td>number</td>\n<td>yes</td>\n<td>Amount of inventory to be written off</td>\n</tr>\n<tr>\n<td>card_code</td>\n<td>string</td>\n<td>no</td>\n<td>Inventory card number</td>\n</tr>\n<tr>\n<td>expiry_date</td>\n<td>string</td>\n<td>no</td>\n<td>Expiry date of inventory</td>\n</tr>\n<tr>\n<td>batch_number</td>\n<td>string</td>\n<td>no</td>\n<td>Batch number</td>\n</tr>\n<tr>\n<td>marking_codes</td>\n<td>array</td>\n<td>no</td>\n<td>Array with data of attaching marking codes for product unit</td>\n</tr>\n<tr>\n<td>marking_code</td>\n<td>string</td>\n<td>no</td>\n<td>Marking code of product</td>\n</tr>\n</tbody>\n</table>\n</div><p>Before sending, the service checks the request for:</p>\n<ul>\n<li><p>the presence of mandatory parameters</p>\n</li>\n<li><p>parameter validity</p>\n</li>\n</ul>\n<p>If all checks are passed successfully, the service will return the relevant information for each parameter.</p>\n<p><strong>Description of response parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>successes</td>\n<td>array</td>\n<td>Array of successfully processed data</td>\n</tr>\n<tr>\n<td>errors</td>\n<td>array</td>\n<td>Array data with errors</td>\n</tr>\n<tr>\n<td>code</td>\n<td>string</td>\n<td>Unique record code</td>\n</tr>\n<tr>\n<td>message</td>\n<td>string</td>\n<td>Clarifying error messages from the server</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["b","anor","mxsx","mkw","writeoff$import"],"host":["smartup","online"],"query":[],"variable":[]}},"response":[],"_postman_id":"3972f604-256b-448b-ace3-2de3bf514acc"},{"name":"Write-off / Export","id":"b8399b61-8c8b-407e-946f-9929b3cdf81c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"filial_codes\": [\r\n    {\r\n      \"filial_code\": \"\"\r\n    }\r\n  ],\r\n  \"filial_code\": \"\",\r\n  \"external_id\": \"\",\r\n  \"writeoff_id\": \"\",\r\n  \"begin_writeoff_date\": \"\",\r\n  \"end_writeoff_date\": \"\",\r\n  \"begin_created_on\": \"\",\r\n  \"end_created_on\": \"\",\r\n  \"begin_modified_on\": \"\",\r\n  \"end_modified_on\": \"\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://smartup.online/b/anor/mxsx/mkw/writeoff$export","description":"<p>The service exports data on write-offs for a certain period in accordance with the values of the parameters passed to the service in the request. This interface supports bulk sending of data in one request.</p>\n<p><strong>Request</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"filial_codes\": [\n    {\n      \"filial_code\": \"\"\n    }\n  ],\n  \"filial_code\": \"\",\n  \"external_id\": \"\",\n  \"writeoff_id\": \"\",\n  \"begin_writeoff_date\": \"\",\n  \"end_writeoff_date\": \"\",\n  \"begin_created_on\": \"\",\n  \"end_created_on\": \"\",\n  \"begin_modified_on\": \"\",\n  \"end_modified_on\": \"\"\n}\n\n</code></pre>\n<p><strong>Response</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"writeoff\": [\n    {\n      \"filial_code\": \"\",\n      \"external_id\": \"\",\n      \"writeoff_id\": \"\",\n      \"writeoff_number\": \"\",\n      \"writeoff_date\": \"\",\n      \"status\": \"\",\n      \"currency_code\": \"\",\n      \"barcode\": \"\",\n      \"warehouse_code\": \"\",\n      \"reason_code\": \"\",\n      \"note\": \"\",\n      \"c_amount\": \"\",\n      \"c_amount_base\": \"\",\n      \"writeoff_items\": [\n        {\n          \"external_id\": \"\",\n          \"writeoff_item_id\": \"\",\n          \"inventory_kind\": \"\",\n          \"product_code\": \"\",\n          \"serial_number\": \"\",\n          \"card_code\": \"\",\n          \"expiry_date\": \"\",\n          \"quantity\": \"\",\n          \"batch_number\": \"\"\n        }\n      ]\n    }\n  ]\n}\n\n</code></pre>\n<p><strong>Description of request parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>filial_codes</td>\n<td>array</td>\n<td>no</td>\n<td>Array with data of organizations participating in the write -off (!)</td>\n</tr>\n<tr>\n<td>filial_code</td>\n<td>string</td>\n<td>no</td>\n<td>Organization unique code</td>\n</tr>\n<tr>\n<td>external_id</td>\n<td>string</td>\n<td>no</td>\n<td>Write-off ID assigned by third party software</td>\n</tr>\n<tr>\n<td>writeoff_id</td>\n<td>number</td>\n<td>no</td>\n<td>Write-off ID in the Smartup system</td>\n</tr>\n<tr>\n<td>begin_writeoff_date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by write-off begin date</td>\n</tr>\n<tr>\n<td>end_writeoff_date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by write-off end date</td>\n</tr>\n<tr>\n<td>begin_created_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by creation date</td>\n</tr>\n<tr>\n<td>end_created_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by last creation date</td>\n</tr>\n<tr>\n<td>begin_modified_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by date of modification</td>\n</tr>\n<tr>\n<td>end_modified_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by last modified date</td>\n</tr>\n</tbody>\n</table>\n</div><p>! - the array is used when it is necessary to upload the data of two or more organizations. If less than two organizations are involved in the process, the <code>filial _ code</code> parameter is used outside the array.</p>\n<p><strong>Description of response parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>write off</td>\n<td>array</td>\n<td>Array with write-off data</td>\n</tr>\n<tr>\n<td>filial_code</td>\n<td>string</td>\n<td>Organization unique code</td>\n</tr>\n<tr>\n<td>external_id</td>\n<td>string</td>\n<td>Inventory write-off identifier assigned by third-party software</td>\n</tr>\n<tr>\n<td>writeoff_id</td>\n<td>number</td>\n<td>Inventory write-off ID assigned by Smartup system</td>\n</tr>\n<tr>\n<td>writeoff_number</td>\n<td>string</td>\n<td>Item write-off number</td>\n</tr>\n<tr>\n<td>writeoff_date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>Date of inventory write-off</td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>Write-off status ( D - draft, A - in assembly, P - posted, C - completed)</td>\n</tr>\n<tr>\n<td>currency_code</td>\n<td>string</td>\n<td>The unique code of the write-off currency</td>\n</tr>\n<tr>\n<td>barcode</td>\n<td>string</td>\n<td>Barcode</td>\n</tr>\n<tr>\n<td>reason_code</td>\n<td>string</td>\n<td>Write-off reason code</td>\n</tr>\n<tr>\n<td>note</td>\n<td>string</td>\n<td>Write-off note</td>\n</tr>\n<tr>\n<td>c_amount</td>\n<td>number</td>\n<td>Write-off amount</td>\n</tr>\n<tr>\n<td>c_amount_base</td>\n<td>number</td>\n<td>Write-off amount in base currency</td>\n</tr>\n<tr>\n<td>writeoff_items</td>\n<td>array</td>\n<td>Array with data on the inventory item to be written off</td>\n</tr>\n<tr>\n<td>external_id</td>\n<td>string</td>\n<td>Identifier of the merchandise item to be written off, assigned by third-party software</td>\n</tr>\n<tr>\n<td>writeoff_items_id</td>\n<td>string</td>\n<td>Identifier of the merchandise to be written off, assigned by the Smasrtup system</td>\n</tr>\n<tr>\n<td>inventory_kind</td>\n<td>string</td>\n<td>Type of goods and materials ( P - products, G - goods, M - raw materials). Type of goods and materials specifies the category of ownership</td>\n</tr>\n<tr>\n<td>product_code</td>\n<td>string</td>\n<td>Inventory code</td>\n</tr>\n<tr>\n<td>serial_number</td>\n<td>string</td>\n<td>Serial number</td>\n</tr>\n<tr>\n<td>card_code</td>\n<td>string</td>\n<td>Card number</td>\n</tr>\n<tr>\n<td>expiry_date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>Expiration date of goods and materials in write-off</td>\n</tr>\n<tr>\n<td>quantity</td>\n<td>number</td>\n<td>Number of goods and materials in write-off</td>\n</tr>\n<tr>\n<td>batch_number</td>\n<td>number</td>\n<td>Batch number</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["b","anor","mxsx","mkw","writeoff$export"],"host":["smartup","online"],"query":[],"variable":[]}},"response":[],"_postman_id":"b8399b61-8c8b-407e-946f-9929b3cdf81c"}],"id":"c893a989-544e-40d9-8262-37f367beab42","_postman_id":"c893a989-544e-40d9-8262-37f367beab42","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"65bfaab6-4bf4-45e6-9748-8211a03d7b79","id":"65bfaab6-4bf4-45e6-9748-8211a03d7b79","name":"Smartup API Documentation","type":"collection"}}},{"name":"Return to suppliers","item":[{"name":"Return to suppliers / Import","id":"8e4c2d89-a55d-4a5a-8fb1-8556084ba27a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"return\": [\r\n    {\r\n      \"filial_code\": \"\",\r\n      \"external_id\": \"\",\r\n      \"return_id\": \"\",\r\n      \"return_number\": \"1\",\r\n      \"return_time\": \"02.09.21\",\r\n      \"status\": \"D\",\r\n      \"warehouse_code\": \"100\",\r\n      \"reason_code\": \"\",\r\n      \"currency_code\": \"860\",\r\n      \"supplier_code\": \"3223\",\r\n      \"owner_person_code\": \"\",\r\n      \"contract_code\": \"\",\r\n      \"purchase_id\": \"\",\r\n      \"invoice_number\": \"\",\r\n      \"invoice_date\": \"\",\r\n      \"note\": \"\",\r\n      \"return_items\": [\r\n        {\r\n          \"external_id\": \"\",\r\n          \"return_item_id\": \"\",\r\n          \"purchase_item_id\": \"\",\r\n          \"input_id\": \"\",\r\n          \"input_item_id\": \"\",\r\n          \"serial_number\": \"\",\r\n          \"inventory_kind\": \"G\",\r\n          \"on_balance\": \"\",\r\n          \"product_code\": \"\",\r\n          \"card_code\": \"\",\r\n          \"expiry_date\": \"\",\r\n          \"quantity\": \"10\",\r\n          \"price\": \"\",\r\n          \"margin_kind\": \"\",\r\n          \"margin_value\": \"\",\r\n          \"vat_percent\": \"\",\r\n          \"vat_amount\": \"\"\r\n        }\r\n      ]\r\n    }\r\n  ]\r\n}\r\n\r\n","options":{"raw":{"language":"json"}}},"url":"https://smartup.online/b/anor/mxsx/mkw/return$import","description":"<p>This interface uploads supplier returns data to the Smartup X from third party software. The interface supports bulk data ingestion in a single request.</p>\n<p><strong>Request</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"return\": [\n    {\n      \"filial_code\": \"\",\n      \"external_id\": \"\",\n      \"return_id\": \"\",\n      \"return_number\": \"1\",\n      \"return_time\": \"02.09.21\",\n      \"status\": \"D\",\n      \"warehouse_code\": \"100\",\n      \"reason_code\": \"\",\n      \"currency_code\": \"860\",\n      \"supplier_code\": \"3223\",\n      \"owner_person_code\": \"\",\n      \"contract_code\": \"\",\n      \"purchase_id\": \"\",\n      \"invoice_number\": \"\",\n      \"invoice_date\": \"\",\n      \"note\": \"\",\n      \"return_items\": [\n        {\n          \"external_id\": \"\",\n          \"return_item_id\": \"\",\n          \"purchase_item_id\": \"\",\n          \"input_id\": \"\",\n          \"input_item_id\": \"\",\n          \"serial_number\": \"\",\n          \"inventory_kind\": \"G\",\n          \"on_balance\": \"\",\n          \"product_code\": \"\",\n          \"card_code\": \"\",\n          \"expiry_date\": \"\",\n          \"quantity\": \"10\",\n          \"price\": \"\",\n          \"margin_kind\": \"\",\n          \"margin_value\": \"\",\n          \"vat_percent\": \"\",\n          \"vat_amount\": \"\"\n        }\n      ]\n    }\n  ]\n}\n\n</code></pre>\n<p><strong>Response</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"successes\": [\n        {\n            \"code\": \"\"\n        }\n    ],\n    \"errors\": [\n        {\n            \"code\": \"\",\n            \"message\": \"\"\n        }\n    ]\n}\n\n</code></pre>\n<p><strong>Description of request parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>return</td>\n<td>array</td>\n<td>yes</td>\n<td>Array with data on returns to the supplier</td>\n</tr>\n<tr>\n<td>filial_code</td>\n<td>string</td>\n<td>no</td>\n<td>Organization unique code</td>\n</tr>\n<tr>\n<td>external_id</td>\n<td>string</td>\n<td>no</td>\n<td>Return ID assigned by third party software</td>\n</tr>\n<tr>\n<td>return_id</td>\n<td>number</td>\n<td>no</td>\n<td>Return ID in Smartup system</td>\n</tr>\n<tr>\n<td>return_number</td>\n<td>string</td>\n<td>no</td>\n<td>Return to supplier number</td>\n</tr>\n<tr>\n<td>return_time</td>\n<td>date(dd.mm.yyyy hh24:mi:ss)</td>\n<td>yes</td>\n<td>Date of return of goods and materials from the warehouse</td>\n</tr>\n<tr>\n<td>warehouse_code</td>\n<td>string</td>\n<td>yes</td>\n<td>The unique code of the warehouse to which the return is made, set for integration with third-party software</td>\n</tr>\n<tr>\n<td>currency_code</td>\n<td>string</td>\n<td>yes</td>\n<td>Unique return currency code set for integration with third-party software</td>\n</tr>\n<tr>\n<td>supplier_code</td>\n<td>string</td>\n<td>yes</td>\n<td>Vendor return code set for integration with third-party software</td>\n</tr>\n<tr>\n<td>reason_code</td>\n<td>string</td>\n<td>no</td>\n<td>Reason for return. Selected from a pre-created list</td>\n</tr>\n<tr>\n<td>note</td>\n<td>string</td>\n<td>no</td>\n<td>Return Note</td>\n</tr>\n<tr>\n<td>owner_person_code</td>\n<td>string</td>\n<td>no</td>\n<td>Owner ID</td>\n</tr>\n<tr>\n<td>contract_code</td>\n<td>string</td>\n<td>no</td>\n<td>Contract ID in the system</td>\n</tr>\n<tr>\n<td>purchase_id</td>\n<td>string</td>\n<td>no</td>\n<td>Purchase ID</td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>no</td>\n<td>Return to supplier status ( D - draft, N - new, C - completed)</td>\n</tr>\n<tr>\n<td>invoice_number</td>\n<td>string</td>\n<td>no</td>\n<td>Invoice number</td>\n</tr>\n<tr>\n<td>invoice_date</td>\n<td>date(dd.mm.yyyy )</td>\n<td>no</td>\n<td>Invoice date</td>\n</tr>\n<tr>\n<td>return_items</td>\n<td>array</td>\n<td>yes</td>\n<td>Array with data on the article of goods and materials returned to the supplier</td>\n</tr>\n<tr>\n<td>external_id</td>\n<td>string</td>\n<td>no</td>\n<td>Return SKU ID assigned by third party software</td>\n</tr>\n<tr>\n<td>return_item_id</td>\n<td>number</td>\n<td>no</td>\n<td>Return SKU ID</td>\n</tr>\n<tr>\n<td>product_code</td>\n<td>string</td>\n<td>yes</td>\n<td>A unique inventory code that is set for integration with third-party software.</td>\n</tr>\n<tr>\n<td>inventory_kind</td>\n<td>string</td>\n<td>yes</td>\n<td>Type of goods and materials ( P - products, G - goods, M - raw materials). Type of goods and materials specifies the category of ownership</td>\n</tr>\n<tr>\n<td>quantity</td>\n<td>number</td>\n<td>yes</td>\n<td>Quantity of goods and materials to be returned</td>\n</tr>\n<tr>\n<td>price</td>\n<td>number</td>\n<td>yes</td>\n<td>Inventory price for return</td>\n</tr>\n<tr>\n<td>card_code</td>\n<td>string</td>\n<td>no</td>\n<td>Serial number of goods and materials</td>\n</tr>\n<tr>\n<td>expiry_date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Expiry date of inventory</td>\n</tr>\n<tr>\n<td>purchase_item_id</td>\n<td>string</td>\n<td>no</td>\n<td>Purchasing item ID</td>\n</tr>\n<tr>\n<td>input_id</td>\n<td>string</td>\n<td>no</td>\n<td>Identifier of the arrival of goods and materials to the warehouse</td>\n</tr>\n<tr>\n<td>input_item_id</td>\n<td>string</td>\n<td>no</td>\n<td>Item ID in the warehouse receipt</td>\n</tr>\n<tr>\n<td>serial_number</td>\n<td>string</td>\n<td>no</td>\n<td>Serial number</td>\n</tr>\n<tr>\n<td>on_balance</td>\n<td>string</td>\n<td>yes</td>\n<td>The status of the balance of an person (Y - yes, N - no)</td>\n</tr>\n<tr>\n<td>product_code</td>\n<td>string</td>\n<td>yes</td>\n<td>Unique inventory code assigned for integration with third-party software</td>\n</tr>\n<tr>\n<td>margin_kind</td>\n<td>string</td>\n<td>no</td>\n<td>Type of discount/markup for each merchandise. It can be both in percentage and in the sum value ( P - percentage, A - amount)</td>\n</tr>\n<tr>\n<td>margin_value</td>\n<td>number</td>\n<td>no</td>\n<td>The value of the discount / markup for each item and material</td>\n</tr>\n<tr>\n<td>vat_percent</td>\n<td>number</td>\n<td>no</td>\n<td>VAT (%)</td>\n</tr>\n<tr>\n<td>vat_amount</td>\n<td>number</td>\n<td>no</td>\n<td>VAT amount</td>\n</tr>\n</tbody>\n</table>\n</div><p>Before sending, the service checks the request for:</p>\n<ul>\n<li><p>the presence of mandatory parameters</p>\n</li>\n<li><p>parameter validity</p>\n</li>\n</ul>\n<p>If all checks are passed successfully, the service will return the relevant information for each parameter.</p>\n<p><strong>Description of response parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>successes</td>\n<td>array</td>\n<td>Array of successfully processed data</td>\n</tr>\n<tr>\n<td>errors</td>\n<td>array</td>\n<td>Array data with errors</td>\n</tr>\n<tr>\n<td>code</td>\n<td>string</td>\n<td>Unique record code</td>\n</tr>\n<tr>\n<td>message</td>\n<td>string</td>\n<td>Clarifying error messages from the server</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["b","anor","mxsx","mkw","return$import"],"host":["smartup","online"],"query":[],"variable":[]}},"response":[],"_postman_id":"8e4c2d89-a55d-4a5a-8fb1-8556084ba27a"},{"name":"Return to suppliers / Export","id":"11ea4c30-2aaa-404e-b9e9-84fd30132889","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"filial_codes\": [\r\n    {\r\n      \"filial_code\": \"\"\r\n    }\r\n  ],\r\n  \"filial_code\": \"\",\r\n  \"external_id\": \"\",\r\n  \"return_id\": \"\",\r\n  \"begin_return_date\": \"\",\r\n  \"end_return_date\": \"\",\r\n  \"begin_created_on\": \"\",\r\n  \"end_created_on\": \"\",\r\n  \"begin_modified_on\": \"\",\r\n  \"end_modified_on\": \"\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://smartup.online/b/anor/mxsx/mkw/return$export","urlObject":{"protocol":"https","path":["b","anor","mxsx","mkw","return$export"],"host":["smartup","online"],"query":[],"variable":[]}},"response":[],"_postman_id":"11ea4c30-2aaa-404e-b9e9-84fd30132889"}],"id":"1ad01206-7274-40fa-8d09-7dcf48a956dc","_postman_id":"1ad01206-7274-40fa-8d09-7dcf48a956dc","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"65bfaab6-4bf4-45e6-9748-8211a03d7b79","id":"65bfaab6-4bf4-45e6-9748-8211a03d7b79","name":"Smartup API Documentation","type":"collection"}}},{"name":"Receipts to warehouse","item":[{"name":"Receipts to warehouse / Import","id":"ddc97f50-9360-4e9f-8421-50f3f9511d0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"input\": [\r\n    {\r\n      \"filial_code\": \"\",\r\n      \"external_id\": \"\",\r\n      \"input_id\": \"1\",\r\n      \"input_number\": \"\",\r\n      \"input_time\": \"02.09.2021\",\r\n      \"status\": \"D\",\r\n      \"warehouse_code\": \"100\",\r\n      \"note\": \"Income to warehouse\",\r\n      \"input_items\": [\r\n        {\r\n          \"external_id\": \"\",\r\n          \"input_item_id\": \"1\",\r\n          \"purchase_id\": \"545\",\r\n          \"purchase_item_id\": \"1\",\r\n          \"quantity\": \"1000\"\r\n        }\r\n      ]\r\n    }\r\n  ]\r\n}\r\n\r\n","options":{"raw":{"language":"json"}}},"url":"https://smartup.online/b/anor/mxsx/mkw/input$import","description":"<p>The interface allows you to upload data on receipts to the warehouse from third-party software to the Smartup X . This interface supports bulk data ingestion in a single request.</p>\n<p><strong>Request</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"input\": [\n    {\n      \"filial_code\": \"\",\n      \"external_id\": \"\",\n      \"input_id\": \"1\",\n      \"input_number\": \"\",\n      \"input_time\": \"02.09.2021\",\n      \"status\": \"D\",\n      \"warehouse_code\": \"100\",\n      \"note\": \"Income to warehouse\",\n      \"input_items\": [\n        {\n          \"external_id\": \"\",\n          \"input_item_id\": \"1\",\n          \"purchase_id\": \"545\",\n          \"purchase_item_id\": \"1\",\n          \"quantity\": \"1000\",\n          \"marking_codes\": [\n            {\n              \"marking_code\": \"\"\n            }\n          ]\n        }\n      ]\n    }\n  ]\n}\n\n</code></pre>\n<p><strong>Response</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"successes\": [\n        {\n            \"code\": \"\"\n        }\n    ],\n    \"errors\": [\n        {\n            \"code\": \"\",\n            \"message\": \"\"\n        }\n    ]\n}\n\n</code></pre>\n<p><strong>Description of request parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>input</td>\n<td>array</td>\n<td>yes</td>\n<td>Array with receipts data</td>\n</tr>\n<tr>\n<td>filial_code</td>\n<td>string</td>\n<td>no</td>\n<td>Organization unique code</td>\n</tr>\n<tr>\n<td>external_id</td>\n<td>string</td>\n<td>no</td>\n<td>Identifier of the receipts of inventory items to the warehouse, assigned by third-party software</td>\n</tr>\n<tr>\n<td>input_id</td>\n<td>number</td>\n<td>no</td>\n<td>Identifier of the receipts of inventory items to the warehouse assigned by Smartup</td>\n</tr>\n<tr>\n<td>input_number</td>\n<td>string</td>\n<td>no</td>\n<td>Invoice number</td>\n</tr>\n<tr>\n<td>input_time</td>\n<td>date(dd.mm.yyyy hh24:mi:ss)</td>\n<td>yes</td>\n<td>Date and time of receipts</td>\n</tr>\n<tr>\n<td>warehouse_code</td>\n<td>string</td>\n<td>yes</td>\n<td>Unique warehouse code</td>\n</tr>\n<tr>\n<td>note</td>\n<td>string</td>\n<td>no</td>\n<td>Note on the receipts of goods and materials at the warehouse</td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>no</td>\n<td>The status of the receipt( D - draft, N - new, C - completed)</td>\n</tr>\n<tr>\n<td>input_items</td>\n<td>array</td>\n<td>yes</td>\n<td>Array with data on the article of goods and materials in the receipts</td>\n</tr>\n<tr>\n<td>external_id</td>\n<td>string</td>\n<td>no</td>\n<td>Inventory item ID in the receipt, assigned by third-party software</td>\n</tr>\n<tr>\n<td>input_item_id</td>\n<td>number</td>\n<td>no</td>\n<td>Inventory item ID in the receipts, assigned by the Smartup system</td>\n</tr>\n<tr>\n<td>purchase_id</td>\n<td>number</td>\n<td>yes</td>\n<td>Owner ID</td>\n</tr>\n<tr>\n<td>purchase_item_id</td>\n<td>number</td>\n<td>yes</td>\n<td>Identifier of the article of goods and materials in the purchase</td>\n</tr>\n<tr>\n<td>quantity</td>\n<td>number</td>\n<td>yes</td>\n<td>Number of goods and materials in the receipts</td>\n</tr>\n<tr>\n<td>marking_codes</td>\n<td>array</td>\n<td>no</td>\n<td>Array with data of attaching marking codes for product unit</td>\n</tr>\n<tr>\n<td>marking_code</td>\n<td>string</td>\n<td>no</td>\n<td>Marking code of product</td>\n</tr>\n</tbody>\n</table>\n</div><p>Before sending, the service checks the request for:</p>\n<ul>\n<li><p>the presence of mandatory parameters</p>\n</li>\n<li><p>parameter validity</p>\n</li>\n</ul>\n<p>If all checks are passed successfully, the service will return the relevant information for each parameter.</p>\n<p><strong>Description of response parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>successes</td>\n<td>array</td>\n<td>Array of successfully processed data</td>\n</tr>\n<tr>\n<td>errors</td>\n<td>array</td>\n<td>Array data with errors</td>\n</tr>\n<tr>\n<td>code</td>\n<td>string</td>\n<td>Unique code records</td>\n</tr>\n<tr>\n<td>message</td>\n<td>string</td>\n<td>Clarifying error messages from the server</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["b","anor","mxsx","mkw","input$import"],"host":["smartup","online"],"query":[],"variable":[]}},"response":[],"_postman_id":"ddc97f50-9360-4e9f-8421-50f3f9511d0e"},{"name":"Receipts to warehouse / Export","id":"749e1aa1-52c4-4a25-bd8d-7ecefa9106cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"filial_codes\": [\r\n    {\r\n      \"filial_code\": \"\"\r\n    }\r\n  ],\r\n  \"filial_code\": \"\",\r\n  \"external_id\": \"\",\r\n  \"input_id\": \"\",\r\n   \"begin_input_date\": \"\",\r\n  \"end_input_date\": \"\",\r\n  \"begin_created_on\": \"\",\r\n  \"end_created_on\": \"\",\r\n  \"begin_modified_on\": \"\",\r\n  \"end_modified_on\": \"\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://smartup.online/b/anor/mxsx/mkw/input$export","description":"<p>The service exports data on receipts to the warehouse for a certain period in accordance with the values of the parameters passed to the service in the request. This interface supports bulk sending of data in one request.</p>\n<p><strong>Request</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"filial_codes\": [\n    {\n      \"filial_code\": \"\"\n    }\n  ],\n  \"filial_code\": \"\",\n  \"external_id\": \"\",\n  \"input_id\": \"\",\n  \"begin_input_date\": \"\",\n  \"end_input_date\": \"\",\n  \"begin_created_on\": \"\",\n  \"end_created_on\": \"\",\n  \"begin_modified_on\": \"\",\n  \"end_modified_on\": \"\",\n  \"producer_codes\": [\"\"]\n}\n\n</code></pre>\n<p><strong>Response</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"input\": [\n    {\n      \"filial_code\": \"\",\n      \"external_id\": \"\",\n      \"input_id\": \"\",\n      \"input_number\": \"\",\n      \"input_time\": \"\",\n      \"status\": \"\",\n      \"warehouse_code\": \"\",\n      \"note\": \"\",\n      \"input_items\": [\n        {\n          \"external_id\": \"\",\n          \"input_item_id\": \"\",\n          \"purchase_id\": \"\",\n          \"purchase_item_id\": \"\",\n          \"product_code\": \"\",\n          \"inventory_kind\": \"\",\n          \"card_code\": \"\",\n          \"expiry_date\": \"\",\n          \"quantity\": \"\",\n          \"price\": \"\",\n          \"margin_kind\": \"\",\n          \"margin_value\": \"\",\n          \"vat_percent\": \"\",\n          \"vat_amount\": \"\"\n        }\n      ]\n    }\n  ]\n}\n\n</code></pre>\n<p><strong>Description of request parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>filial_codes</td>\n<td>array</td>\n<td>no</td>\n<td>Array with data of organizations participating in the posting of goods and materials (!)</td>\n</tr>\n<tr>\n<td>filial_code</td>\n<td>string</td>\n<td>no</td>\n<td>Organization unique code</td>\n</tr>\n<tr>\n<td>external_id</td>\n<td>string</td>\n<td>no</td>\n<td>Identifier of the receipts of inventory items to the warehouse, assigned by third-party software</td>\n</tr>\n<tr>\n<td>input_id</td>\n<td>number</td>\n<td>no</td>\n<td>ID in the Smartup system</td>\n</tr>\n<tr>\n<td>begin_input_date</td>\n<td>date(dd.mm.yyyy hh24:mi:ss)</td>\n<td>no</td>\n<td>Filter by receipts begin date</td>\n</tr>\n<tr>\n<td>end_input_date</td>\n<td>date(dd.mm.yyyy hh24:mi:ss)</td>\n<td>no</td>\n<td>Filter by receipts end date</td>\n</tr>\n<tr>\n<td>begin_created_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by creation date</td>\n</tr>\n<tr>\n<td>end_created_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by last creation date</td>\n</tr>\n<tr>\n<td>begin_modified_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by date of modification</td>\n</tr>\n<tr>\n<td>end_modified_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by last modified date</td>\n</tr>\n<tr>\n<td>producer_codes</td>\n<td>array/string</td>\n<td>no</td>\n<td>Filter by Producer code(s)</td>\n</tr>\n</tbody>\n</table>\n</div><p>! - the array is used when it is necessary to upload the data of two or more organizations. If less than two organizations are involved in the process, the <code>filial _ code</code> parameter is used outside the array.</p>\n<p><strong>Description of response parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>input</td>\n<td>array</td>\n<td>Array with data on receipts at the warehouse</td>\n</tr>\n<tr>\n<td>filial_code</td>\n<td>string</td>\n<td>Organization unique code</td>\n</tr>\n<tr>\n<td>external_id</td>\n<td>string</td>\n<td>Return SKU ID assigned by third party software</td>\n</tr>\n<tr>\n<td>input_id</td>\n<td>string</td>\n<td>Identifier of the receipts of goods and materials to the warehouse</td>\n</tr>\n<tr>\n<td>input_number</td>\n<td>string</td>\n<td>Invoice number</td>\n</tr>\n<tr>\n<td>input_time</td>\n<td>date(dd.mm.yyyy hh24:mi:ss)</td>\n<td>Date and time of receipts</td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>The status of the receipt( D - draft, N - new, C - completed)</td>\n</tr>\n<tr>\n<td>warehouse_code</td>\n<td>string</td>\n<td>Inventory receipt warehouse</td>\n</tr>\n<tr>\n<td>note</td>\n<td>string</td>\n<td>Note on receipts</td>\n</tr>\n<tr>\n<td>input_items</td>\n<td>array</td>\n<td>Array with data on the item of goods and materials in the parish</td>\n</tr>\n<tr>\n<td>external_id</td>\n<td>string</td>\n<td>Identifier of the receipts of inventory items to the warehouse, assigned by third-party software</td>\n</tr>\n<tr>\n<td>input_item_id</td>\n<td>number</td>\n<td>Inventory item ID in the receipts, assigned by the Smartup system</td>\n</tr>\n<tr>\n<td>purchase_id</td>\n<td>number</td>\n<td>Owner ID</td>\n</tr>\n<tr>\n<td>purchase_item_id</td>\n<td>number</td>\n<td>Identifier of the article of goods and materials in the purchase</td>\n</tr>\n<tr>\n<td>product_code</td>\n<td>string</td>\n<td>The unique code of the goods and materials</td>\n</tr>\n<tr>\n<td>inventory_kind</td>\n<td>string</td>\n<td>Type of goods and materials (P - products, G - goods, M - raw materials). Type of goods and materials specifies the category of ownership</td>\n</tr>\n<tr>\n<td>card_code</td>\n<td>string</td>\n<td>Inventory card number</td>\n</tr>\n<tr>\n<td>expiry_date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>Expiry date of inventory</td>\n</tr>\n<tr>\n<td>quantity</td>\n<td>number</td>\n<td>Quantity of goods and materials</td>\n</tr>\n<tr>\n<td>price</td>\n<td>number</td>\n<td>Inventory price</td>\n</tr>\n<tr>\n<td>margin_kind</td>\n<td>string</td>\n<td>Type of discount/markup for each merchandise. It can be both in percentage and in the sum value ( P - percentage, A - amount)</td>\n</tr>\n<tr>\n<td>margin_value</td>\n<td>number</td>\n<td>The value of the discount / markup for each item and material</td>\n</tr>\n<tr>\n<td>vat_percent</td>\n<td>number</td>\n<td>VAT (%)</td>\n</tr>\n<tr>\n<td>vat_amount</td>\n<td>number</td>\n<td>VAT amount</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["b","anor","mxsx","mkw","input$export"],"host":["smartup","online"],"query":[],"variable":[]}},"response":[],"_postman_id":"749e1aa1-52c4-4a25-bd8d-7ecefa9106cf"}],"id":"d62fa45d-a688-4faa-8861-d5b8da545d95","description":"<p>The service exports data on returns to suppliers for a certain period in accordance with the values of the parameters passed to the service in the request. This interface supports bulk sending of data in one request.</p>\n<p><strong>Request</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"filial_codes\": [\n    {\n      \"filial_code\": \"\"\n    }\n  ],\n  \"filial_code\": \"\",\n  \"external_id\": \"\",\n  \"return_id\": \"\",\n  \"begin_return_date\": \"\",\n  \"end_return_date\": \"\",\n  \"begin_created_on\": \"\",\n  \"end_created_on\": \"\",\n  \"begin_modified_on\": \"\",\n  \"end_modified_on\": \"\"\n}\n\n</code></pre>\n<p>Response</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"return\": [\n    {\n      \"filial_code\": \"\",\n      \"external_id\": \"\",\n      \"return_id\": \"\",\n      \"return_number\": \"\",\n      \"return_time\": \"\",\n      \"status\": \"\",\n      \"warehouse_code\": \"\",\n      \"reason_code\": \"\",\n      \"purchase_id\": \"\",\n      \"currency_code\": \"\",\n      \"contract_code\": \"\",\n      \"supplier_code\": \"\",\n      \"owner_person_code\": \"\",\n      \"invoice_number\": \"\",\n      \"invoice_date\": \"\",\n      \"note\": \"\",\n      \"return_items\": [\n        {\n          \"external_id\": \"\",\n          \"return_item_id\": \"\",\n          \"purchase_item_id\": \"\",\n          \"input_id\": \"\",\n          \"input_item_id\": \"\",\n          \"serial_number\": \"\",\n          \"product_code\": \"\",\n          \"inventory_kind\": \"\",\n          \"on_balance\": \"\",\n          \"card_code\": \"\",\n          \"expiry_date\": \"\",\n          \"batch_number\": \"\",\n          \"quantity\": \"\",\n          \"price\": \"\",\n          \"margin_kind\": \"\",\n          \"margin_value\": \"\",\n          \"vat_percent\": \"\",\n          \"vat_amount\": \"\"\n        }\n      ]\n    }\n  ]\n}\n\n</code></pre>\n<p><strong>Description of request parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>filial_codes</td>\n<td>array</td>\n<td>no</td>\n<td>Array with data of organizations involved in the return process (!)</td>\n</tr>\n<tr>\n<td>filial_code</td>\n<td>string</td>\n<td>no</td>\n<td>Organization unique code</td>\n</tr>\n<tr>\n<td>external_id</td>\n<td>string</td>\n<td>no</td>\n<td>Return to Supplier ID assigned by third party software</td>\n</tr>\n<tr>\n<td>return_id</td>\n<td>number</td>\n<td>no</td>\n<td>Return to Supplier ID in Smartup</td>\n</tr>\n<tr>\n<td>begin_return_date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by return begin date</td>\n</tr>\n<tr>\n<td>end_return_date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by return end date</td>\n</tr>\n<tr>\n<td>begin_created_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by creation date</td>\n</tr>\n<tr>\n<td>end_created_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by last creation date</td>\n</tr>\n<tr>\n<td>begin_modified_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by date of modification</td>\n</tr>\n<tr>\n<td>end_modified_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by last modified date</td>\n</tr>\n</tbody>\n</table>\n</div><p>! - the array is used when it is necessary to upload the data of two or more organizations. If less than two organizations are involved in the process, the filial _ code parameter is used outside the array.</p>\n<p>Description of response parameters</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>return</td>\n<td>array</td>\n<td>yes</td>\n<td>Array with data on returns to the supplier</td>\n</tr>\n<tr>\n<td>filial_code</td>\n<td>string</td>\n<td>optional</td>\n<td>Organization unique code</td>\n</tr>\n<tr>\n<td>external_id</td>\n<td>string</td>\n<td>optional</td>\n<td>Return ID assigned by third party software</td>\n</tr>\n<tr>\n<td>return_id</td>\n<td>number</td>\n<td>optional</td>\n<td>Return ID in Smartup system</td>\n</tr>\n<tr>\n<td>return_number</td>\n<td>string</td>\n<td>yes</td>\n<td>Return to supplier number</td>\n</tr>\n<tr>\n<td>return_time</td>\n<td>date(dd.mm.yyyy hh24:mi:ss)</td>\n<td>yes</td>\n<td>Date of return of goods and materials from the warehouse</td>\n</tr>\n<tr>\n<td>warehouse_code</td>\n<td>string</td>\n<td>yes</td>\n<td>The unique code of the warehouse to which the return is made, set for integration with third-party software</td>\n</tr>\n<tr>\n<td>currency_code</td>\n<td>string</td>\n<td>yes</td>\n<td>Unique return currency code set for integration with third-party software</td>\n</tr>\n<tr>\n<td>supplier_code</td>\n<td>string</td>\n<td>yes</td>\n<td>Vendor return code set for integration with third-party software</td>\n</tr>\n<tr>\n<td>reason_code</td>\n<td>string</td>\n<td>no</td>\n<td>Reason for return. Selected from a pre-created list</td>\n</tr>\n<tr>\n<td>note</td>\n<td>string</td>\n<td>no</td>\n<td>Return Note</td>\n</tr>\n<tr>\n<td>owner_person_code</td>\n<td>string</td>\n<td>no</td>\n<td>Owner ID</td>\n</tr>\n<tr>\n<td>contract_code</td>\n<td>string</td>\n<td>no</td>\n<td>Contract ID in the system</td>\n</tr>\n<tr>\n<td>purchase_id</td>\n<td>string</td>\n<td>no</td>\n<td>Purchase ID</td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>no</td>\n<td>Return to supplier status ( D - draft, N - new, C - completed)</td>\n</tr>\n<tr>\n<td>invoice_number</td>\n<td>string</td>\n<td>no</td>\n<td>Invoice number</td>\n</tr>\n<tr>\n<td>invoice_date</td>\n<td>date(dd.mm.yyyy )</td>\n<td>no</td>\n<td>Invoice date</td>\n</tr>\n<tr>\n<td>return_items</td>\n<td>array</td>\n<td>yes</td>\n<td>Array with data on the article of goods and materials returned to the supplier</td>\n</tr>\n<tr>\n<td>external_id</td>\n<td>string</td>\n<td>optional</td>\n<td>Return SKU ID assigned by third party software</td>\n</tr>\n<tr>\n<td>return_item_id</td>\n<td>string</td>\n<td>yes</td>\n<td>Return SKU ID</td>\n</tr>\n<tr>\n<td>product_code</td>\n<td>string</td>\n<td>yes</td>\n<td>A unique inventory code that is set for integration with third-party software.</td>\n</tr>\n<tr>\n<td>inventory_kind</td>\n<td>string</td>\n<td>yes</td>\n<td>Type of goods and materials ( P - products, G - goods, M - raw materials). Type of goods and materials specifies the category of ownership</td>\n</tr>\n<tr>\n<td>quantity</td>\n<td>number</td>\n<td>yes</td>\n<td>Quantity of goods and materials to be returned</td>\n</tr>\n<tr>\n<td>price</td>\n<td>number</td>\n<td>yes</td>\n<td>Inventory price for return</td>\n</tr>\n<tr>\n<td>card_code</td>\n<td>string</td>\n<td>no</td>\n<td>Serial number of goods and materials</td>\n</tr>\n<tr>\n<td>expiry_date</td>\n<td>string</td>\n<td>no</td>\n<td>Expiry date of inventory</td>\n</tr>\n<tr>\n<td>purchase_item_id</td>\n<td>string</td>\n<td>no</td>\n<td>Purchasing item ID</td>\n</tr>\n<tr>\n<td>input_id</td>\n<td>string</td>\n<td>no</td>\n<td>Identifier of the arrival of goods and materials to the warehouse</td>\n</tr>\n<tr>\n<td>input_item_id</td>\n<td>string</td>\n<td>no</td>\n<td>Item ID in the warehouse receipt</td>\n</tr>\n<tr>\n<td>on_balance</td>\n<td>string</td>\n<td>no</td>\n<td>The balance of a person (Y - yes, N - no)</td>\n</tr>\n<tr>\n<td>serial_number</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Serial number</td>\n</tr>\n<tr>\n<td>margin_kind</td>\n<td>string</td>\n<td>no</td>\n<td>Type of discount/markup for each merchandise. It can be both in percentage and in the sum value ( P - percentage, A - amount)</td>\n</tr>\n<tr>\n<td>margin_value</td>\n<td>number</td>\n<td>no</td>\n<td>The value of the discount / markup for each item and material</td>\n</tr>\n<tr>\n<td>vat_percent</td>\n<td>number</td>\n<td>no</td>\n<td>VAT (%)</td>\n</tr>\n<tr>\n<td>vat_amount</td>\n<td>number</td>\n<td>no</td>\n<td>VAT amount</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"d62fa45d-a688-4faa-8861-d5b8da545d95","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"65bfaab6-4bf4-45e6-9748-8211a03d7b79","id":"65bfaab6-4bf4-45e6-9748-8211a03d7b79","name":"Smartup API Documentation","type":"collection"}}},{"name":"Purchase","item":[{"name":"Purchase / Import","id":"6b23c9a9-bb5e-4fc6-a795-1a9ea2b1125a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"purchase\": [\r\n    {\r\n        \"filial_code\": \"\",\r\n        \"external_id\": \"\",\r\n        \"purchase_id\": \"\",\r\n        \"purchase_number\": \"\",\r\n        \"purchase_time\": \"\",\r\n        \"order_id\": \"\",\r\n        \"status_code\": \"\",\r\n        \"input_date\": \"\",\r\n        \"supplier_code\": \"\",\r\n        \"contract_code\": \"\",\r\n        \"warehouse_code\": \"\",\r\n        \"currency_code\": \"\",\r\n        \"invoice_number\": \"\",\r\n        \"invoice_date\": \"\",\r\n        \"total_margin_kind\": \"\",\r\n        \"total_margin_value\": \"\",\r\n        \"note\": \"\",\r\n        \"posted\": \"\",\r\n        \"purchase_items\": [\r\n          {\r\n            \"external_id\": \"\",\r\n            \"purchase_item_id\": \"\",\r\n            \"product_code\": \"\",\r\n            \"order_item_id\": \"\",\r\n            \"on_balance\": \"\",\r\n            \"serial_number\": \"\",\r\n            \"inventory_kind\": \"\",\r\n            \"card_code\": \"\",\r\n            \"expiry_date\": \"\",\r\n            \"quantity\": \"\",\r\n            \"price\": \"\",\r\n            \"margin_kind\": \"\",\r\n            \"margin_value\": \"\",\r\n            \"vat_percent\": \"\",\r\n            \"vat_amount\": \"\"\r\n          }\r\n        ]\r\n      }\r\n  ]\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://smartup.online/b/anor/mxsx/mkw/purchase$import","description":"<p>The service imports purchase data according to the parameter values passed to the service in the request. This interface supports bulk data ingestion in a single request.</p>\n<p><strong>Request</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"purchase\": [\n    {\n        \"filial_code\": \"\",\n        \"external_id\": \"\",\n        \"purchase_id\": \"\",\n        \"purchase_number\": \"7\",\n        \"purchase_time\": \"02.09.2021\",\n        \"order_id\": \"\",\n        \"status_code\": \"100\",\n        \"input_date\": \"02.09.2021\",\n        \"supplier_code\": \"101\",\n        \"contract_code\": \"\",\n        \"warehouse_code\": \"100\",\n        \"currency_code\": \"860\",\n        \"invoice_number\": \"1\",\n        \"invoice_date\": \"02.09.2021\",\n        \"total_margin_kind\": \"\",\n        \"total_margin_value\": \"\",\n        \"note\": \"Receipts to warehouse\",\n        \"posted\": \"Y\",\n        \"purchase_items\": [\n          {\n            \"external_id\": \"\",\n            \"purchase_item_id\": \"\",\n            \"product_code\": \"100\",\n            \"order_item_id\": \"\",\n            \"on_balance\": \"\",\n            \"serial_number\": \"\",\n            \"inventory_kind\": \"G\",\n            \"card_code\": \"\",\n            \"expiry_date\": \"\",\n            \"quantity\": \"1000\",\n            \"price\": \"3500\",\n            \"margin_kind\": \"\",\n            \"margin_value\": \"\",\n            \"vat_percent\": \"\",\n            \"vat_amount\": \"\"\n          }\n        ]\n      }\n  ]\n}\n\n</code></pre>\n<p><strong>Response</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"successes\": [\n        {\n            \"code\": \"\"\n        }\n    ],\n    \"errors\": [\n        {\n            \"code\": \"\",\n            \"message\": \"\"\n        }\n    ]\n}\n\n</code></pre>\n<p><strong>Description of request parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>purchase</td>\n<td>array</td>\n<td>yes</td>\n<td>Purchase data array</td>\n</tr>\n<tr>\n<td>filial_code</td>\n<td>string</td>\n<td>no</td>\n<td>Organization unique code</td>\n</tr>\n<tr>\n<td>external_id</td>\n<td>string</td>\n<td>no</td>\n<td>Identifier of the arrival of goods and materials credited to the warehouse, assigned by third-party software</td>\n</tr>\n<tr>\n<td>purchase_id</td>\n<td>number</td>\n<td>no</td>\n<td>Identifier of the arrival of goods and materials credited to the warehouse, assigned by the Smartup system</td>\n</tr>\n<tr>\n<td>purchase_number</td>\n<td>string</td>\n<td>no</td>\n<td>Inventory purchase invoice number</td>\n</tr>\n<tr>\n<td>purchase_time</td>\n<td>date(dd.mm.yyyy hh24:mi:ss)</td>\n<td>yes</td>\n<td>Date and time of purchase</td>\n</tr>\n<tr>\n<td>input_date</td>\n<td>date(dd.mm.yyyy hh24:mi:ss)</td>\n<td>no</td>\n<td>Date of receiving inventories</td>\n</tr>\n<tr>\n<td>order_id</td>\n<td>number</td>\n<td>no</td>\n<td>Order ID</td>\n</tr>\n<tr>\n<td>supplier_code</td>\n<td>string</td>\n<td>yes</td>\n<td>Vendor code</td>\n</tr>\n<tr>\n<td>warehouse_code</td>\n<td>string</td>\n<td>no</td>\n<td>Unique warehouse code</td>\n</tr>\n<tr>\n<td>currency_code</td>\n<td>string</td>\n<td>yes</td>\n<td>Unique currency code for the purchase of goods and materials</td>\n</tr>\n<tr>\n<td>contract_code</td>\n<td>string</td>\n<td>no</td>\n<td>Unique code of the purchase contract for goods and materials</td>\n</tr>\n<tr>\n<td>invoice_number</td>\n<td>string</td>\n<td>no</td>\n<td>Invoice number</td>\n</tr>\n<tr>\n<td>invoice_date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Invoice date</td>\n</tr>\n<tr>\n<td>total_margin_kind</td>\n<td>string</td>\n<td>no</td>\n<td>Total margin type</td>\n</tr>\n<tr>\n<td>total_margin_value</td>\n<td>string</td>\n<td>no</td>\n<td>Total margin value</td>\n</tr>\n<tr>\n<td>note</td>\n<td>string</td>\n<td>no</td>\n<td>Note on the purchase of goods and materials</td>\n</tr>\n<tr>\n<td>status_code</td>\n<td>string</td>\n<td>yes</td>\n<td>Unique status code</td>\n</tr>\n<tr>\n<td>posted</td>\n<td>string</td>\n<td>yes</td>\n<td>Completed (Y/N)</td>\n</tr>\n<tr>\n<td>purchase_items</td>\n<td>array</td>\n<td>yes</td>\n<td>Array with data on the item of goods and materials in the purchase</td>\n</tr>\n<tr>\n<td>external_id</td>\n<td>string</td>\n<td>no</td>\n<td>Identifier of the inventory item in the purchase, assigned by third-party software</td>\n</tr>\n<tr>\n<td>purchase_item_id</td>\n<td>number</td>\n<td>no</td>\n<td>Identifier of the inventory item in the purchase, assigned by the Smartup system</td>\n</tr>\n<tr>\n<td>order_item_id</td>\n<td>number</td>\n<td>no</td>\n<td>ID of order inventory</td>\n</tr>\n<tr>\n<td>product_code</td>\n<td>string</td>\n<td>yes</td>\n<td>Inventory code</td>\n</tr>\n<tr>\n<td>on_balance</td>\n<td>string</td>\n<td>yes</td>\n<td>On balance</td>\n</tr>\n<tr>\n<td>serial_number</td>\n<td>string</td>\n<td>no</td>\n<td>Serial number</td>\n</tr>\n<tr>\n<td>inventory_kind</td>\n<td>string</td>\n<td>yes</td>\n<td>Type of goods and materials (P - products, G - goods, M - raw materials). Type of goods and materials specifies the category of ownership</td>\n</tr>\n<tr>\n<td>quantity</td>\n<td>number</td>\n<td>yes</td>\n<td>Quantity of goods and materials in the purchase</td>\n</tr>\n<tr>\n<td>price</td>\n<td>number</td>\n<td>yes</td>\n<td>The price of goods and materials in the purchase</td>\n</tr>\n<tr>\n<td>card_code</td>\n<td>string</td>\n<td>no</td>\n<td>Inventory card number</td>\n</tr>\n<tr>\n<td>expiry_date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Expiration date of goods and materials in the purchase</td>\n</tr>\n<tr>\n<td>margin_kind</td>\n<td>string</td>\n<td>no</td>\n<td>Type of discount/markup for each merchandise. It can be both in percentage and in sum value (P - percentage, A - amount)</td>\n</tr>\n<tr>\n<td>margin_value</td>\n<td>number</td>\n<td>no</td>\n<td>The value of the discount / markup for each item and material</td>\n</tr>\n<tr>\n<td>vat_percent</td>\n<td>number</td>\n<td>no</td>\n<td>VAT (%)</td>\n</tr>\n<tr>\n<td>vat_amount</td>\n<td>number</td>\n<td>no</td>\n<td>VAT amount</td>\n</tr>\n</tbody>\n</table>\n</div><p>Before sending, the service checks the request for:</p>\n<ul>\n<li><p>the presence of mandatory parameters</p>\n</li>\n<li><p>parameter validity</p>\n</li>\n</ul>\n<p>If all checks are passed successfully, the service will return the relevant information for each parameter.</p>\n<p><strong>Description of response parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>successes</td>\n<td>array</td>\n<td>Array of successfully processed data</td>\n</tr>\n<tr>\n<td>errors</td>\n<td>array</td>\n<td>Array data with errors</td>\n</tr>\n<tr>\n<td>code</td>\n<td>string</td>\n<td>Unique record code</td>\n</tr>\n<tr>\n<td>message</td>\n<td>string</td>\n<td>Clarifying error messages from the server</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["b","anor","mxsx","mkw","purchase$import"],"host":["smartup","online"],"query":[],"variable":[]}},"response":[],"_postman_id":"6b23c9a9-bb5e-4fc6-a795-1a9ea2b1125a"},{"name":"Purchase / Export","id":"2b38804f-0768-4210-b70c-943a74e24aa4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"filial_codes\": [\r\n    {\r\n      \"filial_code\": \"\"\r\n    }\r\n  ],\r\n  \"filial_code\": \"\",\r\n  \"external_id\": \"\",\r\n  \"purchase_id\": \"\",\r\n  \"begin_purchase_date\": \"\",\r\n  \"end_purchase_date\": \"\",\r\n  \"begin_created_on\": \"\",\r\n  \"end_created_on\": \"\",\r\n  \"begin_modified_on\": \"\",\r\n  \"end_modified_on\": \"\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://smartup.online/b/anor/mxsx/mkw/purchase$export","description":"<p>Uploading data on purchases for a certain period in accordance with the values of the parameters passed to the service in the request. This interface supports bulk sending of data in one request.</p>\n<p><strong>Request</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"filial_codes\": [\n    {\n      \"filial_code\": \"\"\n    }\n  ],\n  \"filial_code\": \"\",\n  \"external_id\": \"\",\n  \"purchase_id\": \"\",\n  \"begin_purchase_date\": \"\",\n  \"end_purchase_date\": \"\",\n  \"begin_created_on\": \"\",\n  \"end_created_on\": \"\",\n  \"begin_modified_on\": \"\",\n  \"end_modified_on\": \"\"\n}\n\n</code></pre>\n<p><strong>Response</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"purchase\": [\n    {\n      \"filial_code\": \"\",\n      \"external_id\": \"\",\n      \"purchase_id\": \"\",\n      \"purchase_time\": \"\",\n      \"purchase_number\": \"\",\n      \"input_date\": \"\",\n      \"supplier_code\": \"\",\n      \"invoice_number\": \"\",\n      \"invoice_date\": \"\",\n      \"order_id\": \"\",\n      \"currency_code\": \"\",\n      \"contract_code\": \"\",\n      \"total_margin_kind\": \"\",\n      \"total_margin_value\": \"\",\n      \"warehouse_code\": \"\",\n      \"status_code\": \"\",\n      \"note\": \"\",\n      \"posted\": \"\",\n      \"purchase_items\": [\n        {\n          \"external_id\": \"\",\n          \"purchase_item_id\": \"\",\n          \"product_code\": \"\",\n          \"inventory_kind\": \"\",\n          \"order_item_id\": \"\",\n          \"on_balance\": \"\",\n          \"serial_number\": \"\",\n          \"card_code\": \"\",\n          \"expiry_date\": \"\",\n          \"base_price\": \"\",\n          \"quantity\": \"\",\n          \"price\": \"\",\n          \"margin_kind\": \"\",\n          \"margin_value\": \"\",\n          \"vat_percent\": \"\",\n          \"vat_amount\": \"\",\n          \"marking_codes\": [\n            {\n              \"marking_code\": \"\"\n            }\n          ]\n        }\n      ]\n    }\n  ]\n}\n\n</code></pre>\n<p><strong>Description of request parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>filial_codes</td>\n<td>array</td>\n<td>no</td>\n<td>Array with data of organizations involved in the procurement process (!)</td>\n</tr>\n<tr>\n<td>filial_code</td>\n<td>string</td>\n<td>no</td>\n<td>Organization unique code</td>\n</tr>\n<tr>\n<td>external_id</td>\n<td>string</td>\n<td>no</td>\n<td>Inventory purchase ID assigned by third-party software</td>\n</tr>\n<tr>\n<td>purchase_id</td>\n<td>number</td>\n<td>no</td>\n<td>Purchase ID in the Smartup system</td>\n</tr>\n<tr>\n<td>begin_purchase_date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by purchase begin date</td>\n</tr>\n<tr>\n<td>end_purchase date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by purchase end date</td>\n</tr>\n<tr>\n<td>begin_created_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by creation date</td>\n</tr>\n<tr>\n<td>end_created_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by last creation date</td>\n</tr>\n<tr>\n<td>begin_modified_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by date of modification</td>\n</tr>\n<tr>\n<td>end_modified_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by last modified date</td>\n</tr>\n</tbody>\n</table>\n</div><p>! - the array is used when it is necessary to upload the data of two or more organizations. If less than two organizations are involved in the process, the <code>filial _ code</code> parameter is used outside the array.</p>\n<p><strong>Description of response parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>purchase</td>\n<td>array</td>\n<td>Purchase data array</td>\n</tr>\n<tr>\n<td>filial_code</td>\n<td>string</td>\n<td>Organization unique code</td>\n</tr>\n<tr>\n<td>external_id</td>\n<td>string</td>\n<td>Identifier of the arrival of goods and materials credited to the warehouse, assigned by third-party software</td>\n</tr>\n<tr>\n<td>purchase_code</td>\n<td>string</td>\n<td>Identifier of the arrival of goods and materials credited to the warehouse, assigned by the Smartup system</td>\n</tr>\n<tr>\n<td>purchase_number</td>\n<td>string</td>\n<td>Inventory purchase invoice number</td>\n</tr>\n<tr>\n<td>purchase_time</td>\n<td>date(dd.mm.yyyy hh24:mi:ss)</td>\n<td>Date and time of purchase</td>\n</tr>\n<tr>\n<td>input_date</td>\n<td>date(dd.mm.yyyy hh24:mi:ss)</td>\n<td>Date and time of receiving inventories of purchase</td>\n</tr>\n<tr>\n<td>order_id</td>\n<td>number</td>\n<td>Order ID</td>\n</tr>\n<tr>\n<td>supplier_code</td>\n<td>string</td>\n<td>Vendor code</td>\n</tr>\n<tr>\n<td>warehouse_code</td>\n<td>string</td>\n<td>Unique warehouse code. It can also be the list of warehouse code, which can be counted with comma. For example: code1, code2...</td>\n</tr>\n<tr>\n<td>currency_code</td>\n<td>string</td>\n<td>Unique currency code for the purchase of goods and materials</td>\n</tr>\n<tr>\n<td>contract_code</td>\n<td>string</td>\n<td>Unique code of the purchase contract for goods and materials</td>\n</tr>\n<tr>\n<td>invoice_number</td>\n<td>string</td>\n<td>Invoice number</td>\n</tr>\n<tr>\n<td>invoice_date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>Invoice date</td>\n</tr>\n<tr>\n<td>total_margin_kind</td>\n<td>string</td>\n<td>Total margin type</td>\n</tr>\n<tr>\n<td>total_margin_value</td>\n<td>string</td>\n<td>Total margin value</td>\n</tr>\n<tr>\n<td>note</td>\n<td>string</td>\n<td>Note on the purchase of goods and materials</td>\n</tr>\n<tr>\n<td>status_code</td>\n<td>string</td>\n<td>Unique status code</td>\n</tr>\n<tr>\n<td>posted</td>\n<td>string</td>\n<td>Completed (Y/N)</td>\n</tr>\n<tr>\n<td>purchase_items</td>\n<td>array</td>\n<td>Array with data on the item of goods and materials in the purchase</td>\n</tr>\n<tr>\n<td>external_id</td>\n<td>string</td>\n<td>Identifier of the inventory item in the purchase, assigned by third-party software</td>\n</tr>\n<tr>\n<td>purchase_item_id</td>\n<td>number</td>\n<td>Identifier of the inventory item in the purchase, assigned by the Smartup system</td>\n</tr>\n<tr>\n<td>product_code</td>\n<td>string</td>\n<td>Inventory code</td>\n</tr>\n<tr>\n<td>order_item_id</td>\n<td>number</td>\n<td>ID of order inventory</td>\n</tr>\n<tr>\n<td>on_balance</td>\n<td>string</td>\n<td>On balance</td>\n</tr>\n<tr>\n<td>serial_number</td>\n<td>string</td>\n<td>Serial number</td>\n</tr>\n<tr>\n<td>inventory_kind</td>\n<td>string</td>\n<td>Type of goods and materials (P - products, G - goods, M - raw materials). Type of goods and materials specifies the category of ownership</td>\n</tr>\n<tr>\n<td>quantity</td>\n<td>number</td>\n<td>Quantity of goods and materials in the purchase</td>\n</tr>\n<tr>\n<td>price</td>\n<td>number</td>\n<td>The price of goods and materials in the purchase</td>\n</tr>\n<tr>\n<td>card_code</td>\n<td>string</td>\n<td>Inventory card number</td>\n</tr>\n<tr>\n<td>expiry_date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>Expiration date of goods and materials in the purchase</td>\n</tr>\n<tr>\n<td>base_price</td>\n<td>number</td>\n<td>The price entered in the purchase to ensure transparency of the markup</td>\n</tr>\n<tr>\n<td>margin_kind</td>\n<td>string</td>\n<td>Type of discount/markup for each merchandise. It can be both in percentage and in sum value (P - percentage, A - amount)</td>\n</tr>\n<tr>\n<td>margin_value</td>\n<td>number</td>\n<td>The value of the discount / markup for each item and material</td>\n</tr>\n<tr>\n<td>vat_percent</td>\n<td>number</td>\n<td>VAT (%)</td>\n</tr>\n<tr>\n<td>vat_amount</td>\n<td>number</td>\n<td>VAT amount</td>\n</tr>\n<tr>\n<td>marking_codes</td>\n<td>array</td>\n<td>Array with data of attaching marking codes for product unit</td>\n</tr>\n<tr>\n<td>marking_code</td>\n<td>string</td>\n<td>Marking code of product</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["b","anor","mxsx","mkw","purchase$export"],"host":["smartup","online"],"query":[],"variable":[]}},"response":[],"_postman_id":"2b38804f-0768-4210-b70c-943a74e24aa4"}],"id":"13414d31-7313-4605-9794-1dc98587860e","_postman_id":"13414d31-7313-4605-9794-1dc98587860e","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"65bfaab6-4bf4-45e6-9748-8211a03d7b79","id":"65bfaab6-4bf4-45e6-9748-8211a03d7b79","name":"Smartup API Documentation","type":"collection"}}},{"name":"Logistics","item":[{"name":"Logistics / Import","id":"2724b882-47e6-4696-ab5f-f38f05a5444b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"logistics\": [\r\n        {\r\n            \"logistics_id\": \"\",\r\n            \"external_id\": \"\",\r\n            \"delivery_date\": \"\",\r\n            \"expeditor_code\": \"\",\r\n            \"van_code\": \"\",\r\n            \"lap\": \"\",\r\n            \"deals\": [\r\n                {\r\n                    \"deal_id\": \"\"\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://smartup.online/b/trade/txs/tdeal/logistics$import","description":"<p>This method allows you to send and update information about logistics operations, including delivery details, expeditors, vehicles, and associated deals.</p>\n<p><strong>Request</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"logistics\": [\n        {\n            \"logistics_id\": \"\",\n            \"external_id\": \"\",\n            \"delivery_date\": \"\",\n            \"expeditor_code\": \"\",\n            \"van_code\": \"\",\n            \"lap\": \"\",\n            \"deals\": [\n                {\n                    \"deal_id\": \"\"\n                }\n            ]\n        }\n    ]\n}\n\n</code></pre>\n<p><strong>Response</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"successes\": [\n        {\n            \"code\": \"\"\n        }\n    ],\n    \"errors\": [\n        {\n            \"code\": \"\",\n            \"message\": \"\"\n        }\n    ]\n}\n\n</code></pre>\n<p><strong>Description of request parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>logistics</td>\n<td>array</td>\n<td>yes</td>\n<td>An array of objects, each representing a logistics operation</td>\n</tr>\n<tr>\n<td>logistics_id</td>\n<td>number</td>\n<td>no</td>\n<td>A unique identifier for the logistics operation. This can be empty when creating a new operation</td>\n</tr>\n<tr>\n<td>external_id</td>\n<td>string</td>\n<td>no</td>\n<td>An external identifier associated with the logistics operation</td>\n</tr>\n<tr>\n<td>delivery_date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>yes</td>\n<td>The delivery date in the DD.MM.YYYY format</td>\n</tr>\n<tr>\n<td>expeditor_code</td>\n<td>string</td>\n<td>yes</td>\n<td>A unique code for the expeditor responsible for the delivery</td>\n</tr>\n<tr>\n<td>van_code</td>\n<td>string</td>\n<td>yes</td>\n<td>The license plate number of the vehicle used for delivery</td>\n</tr>\n<tr>\n<td>lap</td>\n<td>string</td>\n<td>yes</td>\n<td>The route number for the vehicle within the current logistics chain</td>\n</tr>\n<tr>\n<td>deals</td>\n<td>array</td>\n<td>yes</td>\n<td>An array of deals associated with this logistics operation</td>\n</tr>\n<tr>\n<td>deal_id</td>\n<td>string</td>\n<td>yes</td>\n<td>A unique identifier for order in our system</td>\n</tr>\n</tbody>\n</table>\n</div><p>Before sending, the service checks the request for:</p>\n<ul>\n<li><p>the presence of mandatory parameters</p>\n</li>\n<li><p>parameter validity</p>\n</li>\n</ul>\n<p>If all checks are passed successfully, the service will return the relevant information for each parameter.</p>\n<p><strong>Description of response parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>successes</td>\n<td>array</td>\n<td>Array of successfully processed data</td>\n</tr>\n<tr>\n<td>errors</td>\n<td>array</td>\n<td>Array data with errors</td>\n</tr>\n<tr>\n<td>code</td>\n<td>string</td>\n<td>Unique record code</td>\n</tr>\n<tr>\n<td>message</td>\n<td>string</td>\n<td>Clarifying error messages from the server</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["b","trade","txs","tdeal","logistics$import"],"host":["smartup","online"],"query":[],"variable":[]}},"response":[],"_postman_id":"2724b882-47e6-4696-ab5f-f38f05a5444b"},{"name":"Logistics / Export","id":"680f56fc-b0fd-47d1-9e36-995c38aaa839","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"logistics\": [\r\n        {\r\n            \"logistics_id\": \"\",\r\n            \"external_id\": \"\",\r\n            \"delivery_date\": \"\",\r\n            \"expeditor_code\": \"\",\r\n            \"expeditor_name\": \"\",\r\n            \"van_code\": \"\",\r\n            \"van_name\": \"\",\r\n            \"lap\": \"\",\r\n            \"begin_location\": \"\",\r\n            \"end_location\": \"\",\r\n            \"cash_register_id\": \"\",\r\n            \"cash_register_name\": \"\",\r\n            \"deals\": [\r\n                {\r\n                    \"deal_id\": \"\",\r\n                    \"status\": \"\",\r\n                    \"external_id\": \"\"\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://smartup.online/b/trade/txs/tdeal/logistics$export","description":"<p>This method allows to query logistics operations based on various filtering criteria and retrieve detailed information about each operation.</p>\n<p><strong>Request</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"logistics_id\": \"\",\n    \"external_id\": \"\",\n    \"delivery_date\": \"\",\n    \"expeditor_code\": \"\",\n    \"van_code\": \"\",\n    \"begin_created_on\": \"\",\n    \"end_created_on\": \"\",\n    \"begin_modified_on\": \"\",\n    \"end_modified_on\": \"\"\n}\n\n</code></pre>\n<p><strong>Response</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"logistics\": [\n        {\n            \"logistics_id\": \"\",\n            \"external_id\": \"\",\n            \"delivery_date\": \"\",\n            \"expeditor_code\": \"\",\n            \"expeditor_name\": \"\",\n            \"van_code\": \"\",\n            \"van_name\": \"\",\n            \"lap\": \"\",\n            \"begin_location\": \"\",\n            \"end_location\": \"\",\n            \"cash_register_id\": \"\",\n            \"cash_register_name\": \"\",\n            \"deals\": [\n                {\n                    \"deal_id\": \"\",\n                    \"status\": \"\",\n                    \"external_id\": \"\"\n                }\n            ]\n        }\n    ]\n}\n\n</code></pre>\n<p><strong>Description of request parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>logistics_id</td>\n<td>number</td>\n<td>no</td>\n<td>A unique identifier for the logistics operation. This can be empty when creating a new operation</td>\n</tr>\n<tr>\n<td>external_id</td>\n<td>string</td>\n<td>no</td>\n<td>An external identifier associated with the logistics operation</td>\n</tr>\n<tr>\n<td>delivery_date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>The delivery date in the DD.MM.YYYY format</td>\n</tr>\n<tr>\n<td>expeditor_code</td>\n<td>string</td>\n<td>no</td>\n<td>A unique code for the expeditor responsible for the delivery</td>\n</tr>\n<tr>\n<td>van_code</td>\n<td>string</td>\n<td>no</td>\n<td>The license plate number of the vehicle used for delivery</td>\n</tr>\n<tr>\n<td>begin_created_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by creation date</td>\n</tr>\n<tr>\n<td>end_created_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by last creation date</td>\n</tr>\n<tr>\n<td>begin_modified_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by date of modification</td>\n</tr>\n<tr>\n<td>end_modified_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by last modified date</td>\n</tr>\n</tbody>\n</table>\n</div><p>Before sending, the service checks the request for:</p>\n<ul>\n<li><p>the presence of mandatory parameters</p>\n</li>\n<li><p>parameter validity</p>\n</li>\n</ul>\n<p>If all checks are passed successfully, the service will return the relevant information for each parameter.</p>\n<p><strong>Description of response parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>logistics</td>\n<td>array</td>\n<td>An array of objects, each representing a logistics operation</td>\n</tr>\n<tr>\n<td>logistics_id</td>\n<td>number</td>\n<td>A unique identifier for the logistics operation. This can be empty when creating a new operation</td>\n</tr>\n<tr>\n<td>external_id</td>\n<td>string</td>\n<td>An external identifier associated with the logistics operation</td>\n</tr>\n<tr>\n<td>delivery_date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>The delivery date in the DD.MM.YYYY format</td>\n</tr>\n<tr>\n<td>expeditor_code</td>\n<td>string</td>\n<td>A unique code for the expeditor responsible for the delivery</td>\n</tr>\n<tr>\n<td>expeditor_name</td>\n<td>string</td>\n<td>The name of the expeditor</td>\n</tr>\n<tr>\n<td>van_code</td>\n<td>string</td>\n<td>The license plate number of the vehicle used for delivery</td>\n</tr>\n<tr>\n<td>van_name</td>\n<td>string</td>\n<td>The vehicle’s model or name</td>\n</tr>\n<tr>\n<td>lap</td>\n<td>string</td>\n<td>The route number for the vehicle within the current logistics chain</td>\n</tr>\n<tr>\n<td>deals</td>\n<td>array</td>\n<td>An array of deals associated with this logistics operation</td>\n</tr>\n<tr>\n<td>begin_location</td>\n<td>string</td>\n<td>The starting location of the lap, represented as latitude, longitude</td>\n</tr>\n<tr>\n<td>end_location</td>\n<td>string</td>\n<td>The destination location</td>\n</tr>\n<tr>\n<td>cash_register_id</td>\n<td>string</td>\n<td>The ID of the cash register associated with van</td>\n</tr>\n<tr>\n<td>cash_register_name</td>\n<td>string</td>\n<td>The name of the cash register</td>\n</tr>\n<tr>\n<td>deals</td>\n<td>array</td>\n<td>An array of deals related to the logistics operation</td>\n</tr>\n<tr>\n<td>deal_id</td>\n<td>string</td>\n<td>A unique identifier for order in our system</td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>external_id</td>\n<td>string</td>\n<td>no</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["b","trade","txs","tdeal","logistics$export"],"host":["smartup","online"],"query":[],"variable":[]}},"response":[],"_postman_id":"680f56fc-b0fd-47d1-9e36-995c38aaa839"},{"name":"Attach cash register to van","id":"590b073f-3424-4fd5-bd33-ddefa4b4e250","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"van_id\": \"\",\r\n    \"cash_register_id\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://app3.gw.greenwhite.uz/xtrade/b/trade/txs/tdeal/logistics$attach_cash_register","urlObject":{"protocol":"http","path":["xtrade","b","trade","txs","tdeal","logistics$attach_cash_register"],"host":["app3","gw","greenwhite","uz"],"query":[],"variable":[]}},"response":[],"_postman_id":"590b073f-3424-4fd5-bd33-ddefa4b4e250"}],"id":"43d2c548-4fcb-44ee-a510-3b47bf329775","_postman_id":"43d2c548-4fcb-44ee-a510-3b47bf329775","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"65bfaab6-4bf4-45e6-9748-8211a03d7b79","id":"65bfaab6-4bf4-45e6-9748-8211a03d7b79","name":"Smartup API Documentation","type":"collection"}}}],"id":"a81931ba-9802-4e70-9354-5055ac852b4d","_postman_id":"a81931ba-9802-4e70-9354-5055ac852b4d","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"65bfaab6-4bf4-45e6-9748-8211a03d7b79","id":"65bfaab6-4bf4-45e6-9748-8211a03d7b79","name":"Smartup API Documentation","type":"collection"}}},{"name":"Finance","item":[{"name":"Payments from clients","item":[{"name":"Payments from clients / Import","id":"d17f7226-d570-4b50-b95b-3d34de094f2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"cashin\": [\r\n    {\r\n      \"filial_code\": \"\",\r\n      \"external_id\": \"\",\r\n      \"deal_id\": \"\",\r\n      \"cashin_id\": \"\",\r\n      \"cashin_time\": \"\",\r\n      \"cashin_date\": \"\",\r\n      \"cashin_number\": \"\",\r\n      \"bill_collector_code\": \"\",\r\n      \"client_code\": \"\",\r\n      \"subfilial_code\": \")\",\r\n      \"contract_code\": \"\",\r\n      \"payment_type_code\": \"\",\r\n      \"currency_code\": \"\",\r\n      \"cashbox_code\": \"\",\r\n      \"bank_account_code\": \"\",\r\n      \"amount\": \"\",\r\n      \"posted\": \"\",\r\n      \"note\": \"\",\r\n      \"bank_trans_number\": \"\",\r\n      \"bank_trans_date\": \"\",\r\n      \"purpose\": \"\"\r\n    }\r\n\r\n  ]\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://smartup.online/b/trade/txs/tcs/cashin$import","description":"<p>The service imports data on payments from clients, in accordance with the values of the parameters passed to the service in the request. This interface supports bulk data ingestion in a single request.</p>\n<p><strong>Request</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"cashin\": [\n    {\n      \"filial_code\": \"\",\n      \"external_id\": \"\",\n      \"deal_id\": \"\",\n      \"cashin_id\": \"\",\n      \"cashin_time\": \"\",\n      \"cashin_date\": \"\",\n      \"cashin_number\": \"\",\n      \"bill_collector_code\": \"\",\n      \"client_code\": \"\",\n      \"subfilial_code\": \"\",\n      \"contract_code\": \"\",\n      \"payment_type_code\": \"\",\n      \"currency_code\": \"\",\n      \"cashbox_code\": \"\",\n      \"bank_account_code\": \"\",\n      \"amount\": \"\",\n      \"posted\": \"\",\n      \"note\": \"\",\n      \"bank_trans_number\": \"\",\n      \"bank_trans_date\": \"\",\n      \"purpose\": \"\"\n    }\n  ]\n}\n\n</code></pre>\n<p><strong>Response</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"successes\": [\n        {\n            \"code\": \"\"\n        }\n    ],\n    \"errors\": [\n        {\n            \"code\": \"\",\n            \"message\": \"\"\n        }\n    ]\n}\n\n</code></pre>\n<p><strong>Description of request parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>cashin</td>\n<td>array</td>\n<td>yes</td>\n<td>Array with payment data from the client</td>\n</tr>\n<tr>\n<td>filial_code</td>\n<td>string</td>\n<td>no</td>\n<td>Unique region code</td>\n</tr>\n<tr>\n<td>external_id</td>\n<td>string</td>\n<td>no</td>\n<td>Identifier of the arrival of goods and materials credited to the warehouse, assigned by third-party software</td>\n</tr>\n<tr>\n<td>deal_id</td>\n<td>number</td>\n<td>no</td>\n<td>The order ID is automatically assigned by the system</td>\n</tr>\n<tr>\n<td>cashin_id</td>\n<td>number</td>\n<td>no</td>\n<td>Payment ID assigned by Smartup</td>\n</tr>\n<tr>\n<td>cashin_time</td>\n<td>date(dd.mm.yyyy hh24:mi:ss)</td>\n<td>yes</td>\n<td>Date and time of receipt of payment from the client</td>\n</tr>\n<tr>\n<td>cashin_date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>yes</td>\n<td>Date of receipt of payment from the client</td>\n</tr>\n<tr>\n<td>cashin_number</td>\n<td>string</td>\n<td>no</td>\n<td>Payment document number</td>\n</tr>\n<tr>\n<td>bill_collector_code</td>\n<td>string</td>\n<td>no</td>\n<td>Collector unique code</td>\n</tr>\n<tr>\n<td>client_code</td>\n<td>string</td>\n<td>yes</td>\n<td>Unique client code</td>\n</tr>\n<tr>\n<td>subfilial_code</td>\n<td>string</td>\n<td>no</td>\n<td>Unique project code</td>\n</tr>\n<tr>\n<td>contract_code</td>\n<td>string</td>\n<td>no</td>\n<td>Unique code of the purchase contract for goods and materials</td>\n</tr>\n<tr>\n<td>payment_type_code</td>\n<td>string</td>\n<td>yes</td>\n<td>Unique payment type code</td>\n</tr>\n<tr>\n<td>currency_code</td>\n<td>string</td>\n<td>yes</td>\n<td>Unique currency code for the purchase of goods and materials</td>\n</tr>\n<tr>\n<td>cashbox_code</td>\n<td>string</td>\n<td>yes</td>\n<td>Unique checkout code</td>\n</tr>\n<tr>\n<td>bank_account_code</td>\n<td>string</td>\n<td>yes</td>\n<td>Unique current account code</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>number</td>\n<td>yes</td>\n<td>Sum</td>\n</tr>\n<tr>\n<td>posted</td>\n<td>string</td>\n<td>yes</td>\n<td>Completed (Y/N)</td>\n</tr>\n<tr>\n<td>note</td>\n<td>string</td>\n<td>no</td>\n<td>Payment note</td>\n</tr>\n<tr>\n<td>bank_trans_number</td>\n<td>number</td>\n<td>no</td>\n<td>The number of transfer</td>\n</tr>\n<tr>\n<td>bank_trans_date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>The date of transfer</td>\n</tr>\n<tr>\n<td>purpose</td>\n<td>string</td>\n<td>no</td>\n<td>The purpose of transfer</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Description of response parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>successes</td>\n<td>array</td>\n<td>Array of successfully processed data</td>\n</tr>\n<tr>\n<td>errors</td>\n<td>array</td>\n<td>Array data with errors</td>\n</tr>\n<tr>\n<td>code</td>\n<td>string</td>\n<td>Unique record code</td>\n</tr>\n<tr>\n<td>message</td>\n<td>string</td>\n<td>Clarifying error messages from the server</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["b","trade","txs","tcs","cashin$import"],"host":["smartup","online"],"query":[],"variable":[]}},"response":[],"_postman_id":"d17f7226-d570-4b50-b95b-3d34de094f2b"},{"name":"Payments from clients / Export","id":"2fddef97-be25-4703-8646-a2fce05a6506","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"filial_codes\": [\r\n    {\r\n      \"filial_code\": \"\"\r\n    }\r\n  ],\r\n  \"filial_code\": \"\",\r\n  \"external_id\": \"\",\r\n  \"cashin_id\": \"\",\r\n  \"begin_cashin_date\": \"\",\r\n  \"end_cashin_date\": \"\",\r\n  \"begin_created_on\": \"\",\r\n  \"end_created_on\": \"\",\r\n  \"begin_modified_on\": \"\",\r\n  \"end_modified_on\": \"\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://smartup.online/b/trade/txs/tcs/cashin$export","description":"<p>Through the interface, the service exports data on payments from clients for a certain period in accordance with the values of the parameters passed to the service in the request. This interface supports bulk sending of data in one request.</p>\n<p><strong>Request</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"filial_codes\": [\n    {\n      \"filial_code\": \"\"\n    }\n  ],\n  \"filial_code\": \"\",\n  \"external_id\": \"\",\n  \"cashin_id\": \"\",\n  \"begin_cashin_date\": \"\",\n  \"end_cashin_date\": \"\",\n  \"begin_created_on\": \"\",\n  \"end_created_on\": \"\",\n  \"begin_modified_on\": \"\",\n  \"end_modified_on\": \"\"\n}\n\n</code></pre>\n<p><strong>Response</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"cashin\": [\n    {\n      \"filial_code\": \"\",\n      \"external_id\": \"\",\n      \"cashin_id\": \"\",\n      \"cashin_time\": \"\",\n      \"cashin_date\": \"\",\n      \"cashin_number\": \"\",\n      \"bill_collector_code\": \"\",\n      \"client_code\": \"\",\n      \"client_id\": \"\",\n      \"client_name\": \"\",\n      \"client_tin\": \"\",\n      \"subfilial_code\": \"\",\n      \"contract_code\": \"\",\n      \"payment_type_code\": \"\",\n      \"currency_code\": \"\",\n      \"cashbox_code\": \"\",\n      \"bank_account_code\": \"\",\n      \"amount\": \"\",\n      \"posted\": \"\",\n      \"bank_trans_number\": \"\",\n      \"bank_trans_date\": \"\",\n      \"note\": \"\"\n    }\n  ]\n}\n\n</code></pre>\n<p><strong>Description of request parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>filial_code</td>\n<td>string</td>\n<td>no</td>\n<td>Organization unique code</td>\n</tr>\n<tr>\n<td>external_id</td>\n<td>string</td>\n<td>no</td>\n<td>Client payment ID assigned by third party software</td>\n</tr>\n<tr>\n<td>cashin_id</td>\n<td>number</td>\n<td>no</td>\n<td>Payment ID from the client, in the Smartup system</td>\n</tr>\n<tr>\n<td>begin_cashin_date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by payments from clients begin date</td>\n</tr>\n<tr>\n<td>end_cashin_date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by payments from clients end date</td>\n</tr>\n<tr>\n<td>begin_created_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by creation date</td>\n</tr>\n<tr>\n<td>end_created_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by last creation date</td>\n</tr>\n<tr>\n<td>begin_modified_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by date of modification</td>\n</tr>\n<tr>\n<td>end_modified_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by last modified date</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Description of response parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>cashin</td>\n<td>array</td>\n<td>Array with payment data from the client</td>\n</tr>\n<tr>\n<td>filial_code</td>\n<td>string</td>\n<td>Unique region code</td>\n</tr>\n<tr>\n<td>external_id</td>\n<td>string</td>\n<td>Identifier of the arrival of goods and materials credited to the warehouse, assigned by third-party software</td>\n</tr>\n<tr>\n<td>cashin_id</td>\n<td>number</td>\n<td>Payment ID assigned by Smartup</td>\n</tr>\n<tr>\n<td>cashin_time</td>\n<td>date(dd.mm.yyyy hh24:mi:ss)</td>\n<td>Date and time of receipt of payment from the client</td>\n</tr>\n<tr>\n<td>cashin_date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>Date of receipt of payment from the client</td>\n</tr>\n<tr>\n<td>cashin_number</td>\n<td>string</td>\n<td>Payment document number</td>\n</tr>\n<tr>\n<td>bill_collector_code</td>\n<td>string</td>\n<td>Collector unique code</td>\n</tr>\n<tr>\n<td>client_code</td>\n<td>string</td>\n<td>Unique client code</td>\n</tr>\n<tr>\n<td>client_id</td>\n<td>number</td>\n<td>Unique client ID</td>\n</tr>\n<tr>\n<td>client_name</td>\n<td>number</td>\n<td>Unique client name</td>\n</tr>\n<tr>\n<td>client_tin</td>\n<td>string</td>\n<td>Unique client TIN</td>\n</tr>\n<tr>\n<td>subfilial_code</td>\n<td>string</td>\n<td>Unique project code</td>\n</tr>\n<tr>\n<td>contract_code</td>\n<td>string</td>\n<td>Unique code of the purchase contract for goods and materials</td>\n</tr>\n<tr>\n<td>payment_type_code</td>\n<td>string</td>\n<td>Unique payment type code</td>\n</tr>\n<tr>\n<td>currency_code</td>\n<td>string</td>\n<td>Unique currency code for the purchase of goods and materials</td>\n</tr>\n<tr>\n<td>cashbox_code</td>\n<td>string</td>\n<td>Unique checkout code</td>\n</tr>\n<tr>\n<td>bank_account_code</td>\n<td>string</td>\n<td>Unique current account code</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>number</td>\n<td>Sum</td>\n</tr>\n<tr>\n<td>posted</td>\n<td>string</td>\n<td>Completed (Y/N)</td>\n</tr>\n<tr>\n<td>note</td>\n<td>string</td>\n<td>Payment note</td>\n</tr>\n<tr>\n<td>bank_transfer_number</td>\n<td>number</td>\n<td>The number of transfer</td>\n</tr>\n<tr>\n<td>bank_transfer_date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>The date of transfer</td>\n</tr>\n<tr>\n<td>purpose</td>\n<td>string</td>\n<td>The purpose of transfer</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["b","trade","txs","tcs","cashin$export"],"host":["smartup","online"],"query":[],"variable":[]}},"response":[],"_postman_id":"2fddef97-be25-4703-8646-a2fce05a6506"}],"id":"3a7e0590-d957-43f2-94f0-1495ef6fc84b","_postman_id":"3a7e0590-d957-43f2-94f0-1495ef6fc84b","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"65bfaab6-4bf4-45e6-9748-8211a03d7b79","id":"65bfaab6-4bf4-45e6-9748-8211a03d7b79","name":"Smartup API Documentation","type":"collection"}}},{"name":"Cash Operations","item":[{"name":"Cash Operations / Import","id":"175beed2-4267-4885-86e2-9207cecb289a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"cash_operation\": [\r\n        {\r\n            \"filial_code\": \"\",\r\n            \"external_id\": \"\",\r\n            \"operation_id\": \"\",\r\n            \"operation_date\": \"\",\r\n            \"operation_number\": \"\",\r\n            \"subfilial_code\": \"\",\r\n            \"posted\": \"\",\r\n            \"cashbox_code\": \"\",\r\n            \"cashflow_reason_code\": \"\",\r\n            \"cashflow_kind\": \"\",\r\n            \"corr_coa_code\": \"\",\r\n            \"corr_person_code\": \"\",\r\n            \"currency_code\": \"\",\r\n            \"amount\": \"\"\r\n            \"responsible_person_code\": \"\"\r\n            \"collector_code\": \"\"\r\n            \"note\": \"\"\r\n            \"ref_codes\": [\r\n                {\r\n                    \"ref_type\": \"\",\r\n                    \"ref_id\": \"\"\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://smartup.online/b/anor/mxsx/mkcs/cash_operation$import","description":"<p>The service imports cash operations data according to the parameter values passed to the service in the request. This interface supports bulk data ingestion in a single request.</p>\n<p><strong>Request</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"cash_operation\": [\n        {\n            \"filial_code\": \"\",\n            \"external_id\": \"\",\n            \"operation_id\": \"\",\n            \"operation_date\": \"\",\n            \"operation_number\": \"\",\n            \"subfilial_code\": \"\",\n            \"posted\": \"\",\n            \"cashbox_code\": \"\",\n            \"cashflow_reason_code\": \"\",\n            \"cashflow_kind\": \"\",\n            \"corr_coa_code\": \"\",\n            \"corr_person_code\": \"\",\n            \"currency_code\": \"\",\n            \"amount\": \"\",\n            \"responsible_person_code\": \"\",\n            \"collector_code\": \"\",\n            \"note\": \"\",\n            \"ref_codes\": [\n                {\n                    \"ref_type\": \"\",\n                    \"ref_id\": \"\"\n                }\n            ]\n        }\n    ]\n}\n\n</code></pre>\n<p><strong>Response</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"successes\": [\n        {\n            \"code\": \"\"\n        }\n    ],\n    \"errors\": [\n        {\n            \"code\": \"\",\n            \"message\": \"\"\n        }\n    ]\n}\n\n</code></pre>\n<p><strong>Description of request parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>cash_operation</td>\n<td>array</td>\n<td>yes</td>\n<td>Array with data of cash operations</td>\n</tr>\n<tr>\n<td>filial_code</td>\n<td>string</td>\n<td>no</td>\n<td>Organization unique code</td>\n</tr>\n<tr>\n<td>external_id</td>\n<td>string</td>\n<td>no</td>\n<td>Cash operation ID assigned by third party software</td>\n</tr>\n<tr>\n<td>operation_id</td>\n<td>number</td>\n<td>no</td>\n<td>Cash operation ID assigned by Smartup</td>\n</tr>\n<tr>\n<td>operation_date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>yes</td>\n<td>Cash operation date</td>\n</tr>\n<tr>\n<td>operation_number</td>\n<td>string</td>\n<td>no</td>\n<td>Cash operation number</td>\n</tr>\n<tr>\n<td>subfilial_code</td>\n<td>string</td>\n<td>no</td>\n<td>Project code</td>\n</tr>\n<tr>\n<td>posted</td>\n<td>string</td>\n<td>yes</td>\n<td>Whether cash operation is posted or not (Y - yes, N - no)</td>\n</tr>\n<tr>\n<td>cashbox_code</td>\n<td>string</td>\n<td>yes</td>\n<td>Cash register code</td>\n</tr>\n<tr>\n<td>cashflow_reason_code</td>\n<td>string</td>\n<td>yes</td>\n<td>Trasaction type code</td>\n</tr>\n<tr>\n<td>cashflow_kind</td>\n<td>string</td>\n<td>yes</td>\n<td>Document type</td>\n</tr>\n<tr>\n<td>corr_coa_code</td>\n<td>string</td>\n<td>yes</td>\n<td>Account code</td>\n</tr>\n<tr>\n<td>corr_person_code</td>\n<td>string</td>\n<td>no</td>\n<td>Counterparty code</td>\n</tr>\n<tr>\n<td>currency_code</td>\n<td>string</td>\n<td>yes</td>\n<td>Currency code</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>number</td>\n<td>yes</td>\n<td>Amount</td>\n</tr>\n<tr>\n<td>responsible_person_code</td>\n<td>string</td>\n<td>no</td>\n<td>Accountable person code</td>\n</tr>\n<tr>\n<td>collector_code</td>\n<td>string</td>\n<td>no</td>\n<td>Collector code</td>\n</tr>\n<tr>\n<td>note</td>\n<td>string</td>\n<td>no</td>\n<td>Note</td>\n</tr>\n<tr>\n<td>ref_codes</td>\n<td>array</td>\n<td>no</td>\n<td>Array with static data of subcounts. All subcounts mentioned in the \"Subcounts\" table.</td>\n</tr>\n<tr>\n<td>ref_type</td>\n<td>string</td>\n<td>no</td>\n<td>Subcount</td>\n</tr>\n<tr>\n<td>ref_id</td>\n<td>string</td>\n<td>no</td>\n<td>Subcount ID</td>\n</tr>\n</tbody>\n</table>\n</div><p>Before sending, the service checks the request for:</p>\n<ul>\n<li>the presence of mandatory parameters</li>\n<li>parameter validity</li>\n</ul>\n<p>If all checks are passed successfully, the service will return the relevant information for each parameter.</p>\n<p><strong>Description of response parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>successes</td>\n<td>array</td>\n<td>Array of successfully processed data</td>\n</tr>\n<tr>\n<td>errors</td>\n<td>array</td>\n<td>Array data with errors</td>\n</tr>\n<tr>\n<td>code</td>\n<td>string</td>\n<td>Unique record code</td>\n</tr>\n<tr>\n<td>message</td>\n<td>string</td>\n<td>Clarifying error messages from the server</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Subcounts</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>ref_type</th>\n<th>ref_type_name</th>\n<th>id/code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1010</td>\n<td>Лицо</td>\n<td>code</td>\n</tr>\n<tr>\n<td>1011</td>\n<td>Договор</td>\n<td>code</td>\n</tr>\n<tr>\n<td>1012</td>\n<td>Тип оплаты</td>\n<td>code</td>\n</tr>\n<tr>\n<td>1013</td>\n<td>Склад</td>\n<td>code</td>\n</tr>\n<tr>\n<td>1014</td>\n<td>Продукт</td>\n<td>code</td>\n</tr>\n<tr>\n<td>1015</td>\n<td>Состояние продукта</td>\n<td>static. There are two arguments can be applied:  <br />- If argument = 1 (available)  <br />- If argument = 2 (booked)</td>\n</tr>\n<tr>\n<td>1016</td>\n<td>Партия</td>\n<td>not supported yet</td>\n</tr>\n<tr>\n<td>1017</td>\n<td>Серия</td>\n<td>card_code</td>\n</tr>\n<tr>\n<td>1018</td>\n<td>Дата</td>\n<td>dd.mm.yyyy</td>\n</tr>\n<tr>\n<td>1019</td>\n<td>Касса</td>\n<td>code</td>\n</tr>\n<tr>\n<td>1020</td>\n<td>Расчетный счет</td>\n<td>BANK_ACCOUNT_code</td>\n</tr>\n<tr>\n<td>1021</td>\n<td>Вид движения</td>\n<td>code</td>\n</tr>\n<tr>\n<td>1022</td>\n<td>Статья доходов</td>\n<td>code</td>\n</tr>\n<tr>\n<td>1023</td>\n<td>Статья расходов</td>\n<td>code</td>\n</tr>\n<tr>\n<td>1024</td>\n<td>Автолавка</td>\n<td>code</td>\n</tr>\n<tr>\n<td>1025</td>\n<td>Дополнительный расход</td>\n<td>id</td>\n</tr>\n<tr>\n<td>1026</td>\n<td>Приход</td>\n<td>id</td>\n</tr>\n<tr>\n<td>1027</td>\n<td>Списание</td>\n<td>id</td>\n</tr>\n<tr>\n<td>1028</td>\n<td>Корректировка</td>\n<td>id</td>\n</tr>\n<tr>\n<td>1029</td>\n<td>Заказ</td>\n<td>id</td>\n</tr>\n<tr>\n<td>1030</td>\n<td>Перекидка денежных средств</td>\n<td>transfer_number</td>\n</tr>\n<tr>\n<td>1031</td>\n<td>Конвертация валюты</td>\n<td>id</td>\n</tr>\n<tr>\n<td>1032</td>\n<td>Производство</td>\n<td>id</td>\n</tr>\n<tr>\n<td>1033</td>\n<td>Начальные остатки продуктов</td>\n<td>id</td>\n</tr>\n<tr>\n<td>1034</td>\n<td>Subfilial</td>\n<td>code</td>\n</tr>\n<tr>\n<td>1035</td>\n<td>Цена</td>\n<td>not supported yet</td>\n</tr>\n<tr>\n<td>1036</td>\n<td>Состояние оплаты начислений</td>\n<td>static. There are two arguments can be applied:  <br />- If argument = 1 (available)  <br />- If argument = 2 (booked)</td>\n</tr>\n<tr>\n<td>1037</td>\n<td>Закуп</td>\n<td>id</td>\n</tr>\n<tr>\n<td>1038</td>\n<td>Возврат поставщику</td>\n<td>id</td>\n</tr>\n<tr>\n<td>1039</td>\n<td>Подразделение</td>\n<td>code</td>\n</tr>\n<tr>\n<td>1040</td>\n<td>Должности</td>\n<td>serial_number</td>\n</tr>\n<tr>\n<td>1041</td>\n<td>Серийный номер</td>\n<td>id</td>\n</tr>\n<tr>\n<td>1042</td>\n<td>Поврежденное оборудование</td>\n<td>id</td>\n</tr>\n<tr>\n<td>1043</td>\n<td>Изначальный баланс клиента по оборудованию</td>\n<td>id</td>\n</tr>\n<tr>\n<td>1044</td>\n<td>Конвертация валюты банковских счетах</td>\n<td>code</td>\n</tr>\n<tr>\n<td>1045</td>\n<td>Документы чековой книжки</td>\n<td>id</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["b","anor","mxsx","mkcs","cash_operation$import"],"host":["smartup","online"],"query":[],"variable":[]}},"response":[],"_postman_id":"175beed2-4267-4885-86e2-9207cecb289a"},{"name":"Cash Operations / Export","id":"30a5ec6d-a0d9-4f20-a38b-c8c693329c70","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"filial_codes\": [\r\n    {\r\n      \"filial_code\": \"\"\r\n    }\r\n  ],\r\n  \"filial_code\": \"\",\r\n  \"external_id\": \"\",\r\n  \"operation_id\": \"\",\r\n  \"begin_operation_date\": \"\",\r\n  \"end_operation_date\": \"\",\r\n  \"begin_created_on\": \"\",\r\n  \"end_created_on\": \"\",\r\n  \"begin_modified_on\": \"\",\r\n  \"end_modified_on\": \"\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://smartup.online/b/anor/mxsx/mkcs/cash_operation$export","description":"<p>Through the interface, the service exports data on cash operations for a certain period in accordance with the values of the parameters passed to the service in the request. This interface supports bulk sending of data in one request.</p>\n<p><strong>Request</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"filial_codes\": [\n    {\n      \"filial_code\": \"\"\n    }\n  ],\n  \"filial_code\": \"\",\n  \"external_id\": \"\",\n  \"operation_id\": \"\",\n  \"begin_operation_date\": \"\",\n  \"end_operation_date\": \"\",\n  \"begin_created_on\": \"\",\n  \"end_created_on\": \"\",\n  \"begin_modified_on\": \"\",\n  \"end_modified_on\": \"\"\n}\n\n</code></pre>\n<p><strong>Response</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"cash_operation\": [\n        {\n            \"filial_code\": \"\",\n            \"external_id\": \"\",\n            \"operation_id\": \"\",\n            \"operation_date\": \"\",\n            \"operation_number\": \"\",\n            \"subfilial_code\": \"\",\n            \"posted\": \"\",\n            \"cashbox_code\": \"\",\n            \"cashflow_reason_code\": \"\",\n            \"cashflow_kind\": \"\",\n            \"corr_coa_code\": \"\",\n            \"corr_person_code\": \"\",\n            \"currency_code\": \"\",\n            \"amount\": \"\"\n            \"responsible_person_code\": \"\"\n            \"collector_code\": \"\"\n            \"note\": \"\"\n            \"ref_codes\": [\n                {\n                    \"ref_type\": \"\",\n                    \"ref_id\": \"\"\n                }\n            ]\n        }\n    ]\n}\n\n</code></pre>\n<p><strong>Description of request parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>filial_code</td>\n<td>string</td>\n<td>no</td>\n<td>Organization unique code</td>\n</tr>\n<tr>\n<td>external_id</td>\n<td>string</td>\n<td>no</td>\n<td>Cash operation ID assigned by third party software</td>\n</tr>\n<tr>\n<td>operation_id</td>\n<td>number</td>\n<td>no</td>\n<td>Cash operation ID, in the Smartup system</td>\n</tr>\n<tr>\n<td>begin_operation_date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by cash operation begin date</td>\n</tr>\n<tr>\n<td>end_operation_date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by cash operation end date</td>\n</tr>\n<tr>\n<td>begin_created_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by creation date</td>\n</tr>\n<tr>\n<td>end_created_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by last creation date</td>\n</tr>\n<tr>\n<td>begin_modified_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by date of modification</td>\n</tr>\n<tr>\n<td>end_modified_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by last modified date</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Description of response parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>cash_operation</td>\n<td>array</td>\n<td>Array with data of cash operations</td>\n</tr>\n<tr>\n<td>filial_code</td>\n<td>string</td>\n<td>Organization unique code</td>\n</tr>\n<tr>\n<td>external_id</td>\n<td>string</td>\n<td>Cash operation ID assigned by third party software</td>\n</tr>\n<tr>\n<td>operation_id</td>\n<td>number</td>\n<td>Cash operation ID assigned by Smartup</td>\n</tr>\n<tr>\n<td>operation_date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>Cash operation date</td>\n</tr>\n<tr>\n<td>operation_number</td>\n<td>string</td>\n<td>Cash operation number</td>\n</tr>\n<tr>\n<td>subfilial_code</td>\n<td>string</td>\n<td>Project code</td>\n</tr>\n<tr>\n<td>posted</td>\n<td>string</td>\n<td>Whether cash operation is posted or not (Y - yes, N - no)</td>\n</tr>\n<tr>\n<td>cashbox_code</td>\n<td>string</td>\n<td>Cash register code</td>\n</tr>\n<tr>\n<td>cashflow_reason_code</td>\n<td>string</td>\n<td>Trasaction type code</td>\n</tr>\n<tr>\n<td>cashflow_kind</td>\n<td>string</td>\n<td>Document type</td>\n</tr>\n<tr>\n<td>corr_coa_code</td>\n<td>string</td>\n<td>Account code</td>\n</tr>\n<tr>\n<td>corr_person_code</td>\n<td>string</td>\n<td>Counterparty code</td>\n</tr>\n<tr>\n<td>currency_code</td>\n<td>string</td>\n<td>Currency code</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>number</td>\n<td>Amount</td>\n</tr>\n<tr>\n<td>responsible_person_code</td>\n<td>string</td>\n<td>Accountable person code</td>\n</tr>\n<tr>\n<td>collector_code</td>\n<td>string</td>\n<td>Collector code</td>\n</tr>\n<tr>\n<td>note</td>\n<td>string</td>\n<td>Note</td>\n</tr>\n<tr>\n<td>ref_codes</td>\n<td>array</td>\n<td>Array with static data of subcounts. All subcounts mentioned in the \"Subcounts\" table.</td>\n</tr>\n<tr>\n<td>ref_type</td>\n<td>string</td>\n<td>Subcount</td>\n</tr>\n<tr>\n<td>ref_id</td>\n<td>string</td>\n<td>Subcount ID</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Subcounts</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>ref_type</th>\n<th>ref_type_name</th>\n<th>id/code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1010</td>\n<td>Лицо</td>\n<td>code</td>\n</tr>\n<tr>\n<td>1011</td>\n<td>Договор</td>\n<td>code</td>\n</tr>\n<tr>\n<td>1012</td>\n<td>Тип оплаты</td>\n<td>code</td>\n</tr>\n<tr>\n<td>1013</td>\n<td>Склад</td>\n<td>code</td>\n</tr>\n<tr>\n<td>1014</td>\n<td>Продукт</td>\n<td>code</td>\n</tr>\n<tr>\n<td>1015</td>\n<td>Состояние продукта</td>\n<td>static. There are two arguments can be applied:  <br />- If argument = 1 (available)  <br />- If argument = 2 (booked)</td>\n</tr>\n<tr>\n<td>1016</td>\n<td>Партия</td>\n<td>not supported yet</td>\n</tr>\n<tr>\n<td>1017</td>\n<td>Серия</td>\n<td>card_code</td>\n</tr>\n<tr>\n<td>1018</td>\n<td>Дата</td>\n<td>dd.mm.yyyy</td>\n</tr>\n<tr>\n<td>1019</td>\n<td>Касса</td>\n<td>code</td>\n</tr>\n<tr>\n<td>1020</td>\n<td>Расчетный счет</td>\n<td>BANK_ACCOUNT_code</td>\n</tr>\n<tr>\n<td>1021</td>\n<td>Вид движения</td>\n<td>code</td>\n</tr>\n<tr>\n<td>1022</td>\n<td>Статья доходов</td>\n<td>code</td>\n</tr>\n<tr>\n<td>1023</td>\n<td>Статья расходов</td>\n<td>code</td>\n</tr>\n<tr>\n<td>1024</td>\n<td>Автолавка</td>\n<td>code</td>\n</tr>\n<tr>\n<td>1025</td>\n<td>Дополнительный расход</td>\n<td>id</td>\n</tr>\n<tr>\n<td>1026</td>\n<td>Приход</td>\n<td>id</td>\n</tr>\n<tr>\n<td>1027</td>\n<td>Списание</td>\n<td>id</td>\n</tr>\n<tr>\n<td>1028</td>\n<td>Корректировка</td>\n<td>id</td>\n</tr>\n<tr>\n<td>1029</td>\n<td>Заказ</td>\n<td>id</td>\n</tr>\n<tr>\n<td>1030</td>\n<td>Перекидка денежных средств</td>\n<td>transfer_number</td>\n</tr>\n<tr>\n<td>1031</td>\n<td>Конвертация валюты</td>\n<td>id</td>\n</tr>\n<tr>\n<td>1032</td>\n<td>Производство</td>\n<td>id</td>\n</tr>\n<tr>\n<td>1033</td>\n<td>Начальные остатки продуктов</td>\n<td>id</td>\n</tr>\n<tr>\n<td>1034</td>\n<td>Subfilial</td>\n<td>code</td>\n</tr>\n<tr>\n<td>1035</td>\n<td>Цена</td>\n<td>not supported yet</td>\n</tr>\n<tr>\n<td>1036</td>\n<td>Состояние оплаты начислений</td>\n<td>static. There are two arguments can be applied:  <br />- If argument = 1 (available)  <br />- If argument = 2 (booked)</td>\n</tr>\n<tr>\n<td>1037</td>\n<td>Закуп</td>\n<td>id</td>\n</tr>\n<tr>\n<td>1038</td>\n<td>Возврат поставщику</td>\n<td>id</td>\n</tr>\n<tr>\n<td>1039</td>\n<td>Подразделение</td>\n<td>code</td>\n</tr>\n<tr>\n<td>1040</td>\n<td>Должности</td>\n<td>serial_number</td>\n</tr>\n<tr>\n<td>1041</td>\n<td>Серийный номер</td>\n<td>id</td>\n</tr>\n<tr>\n<td>1042</td>\n<td>Поврежденное оборудование</td>\n<td>id</td>\n</tr>\n<tr>\n<td>1043</td>\n<td>Изначальный баланс клиента по оборудованию</td>\n<td>id</td>\n</tr>\n<tr>\n<td>1044</td>\n<td>Конвертация валюты банковских счетах</td>\n<td>code</td>\n</tr>\n<tr>\n<td>1045</td>\n<td>Документы чековой книжки</td>\n<td>id</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["b","anor","mxsx","mkcs","cash_operation$export"],"host":["smartup","online"],"query":[],"variable":[]}},"response":[],"_postman_id":"30a5ec6d-a0d9-4f20-a38b-c8c693329c70"}],"id":"8460ce2d-0696-452e-a3d9-0c424c2497d3","_postman_id":"8460ce2d-0696-452e-a3d9-0c424c2497d3","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"65bfaab6-4bf4-45e6-9748-8211a03d7b79","id":"65bfaab6-4bf4-45e6-9748-8211a03d7b79","name":"Smartup API Documentation","type":"collection"}}},{"name":"Bank Statements","item":[{"name":"Bank Statements / Import","id":"a07a998c-43a0-46e5-bd3d-eb9a513a8d1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"bank_operation\" : [\r\n        {\r\n            \"filial_code\": \"\",\r\n            \"external_id\": \"\",\r\n            \"operation_id\": \"\",\r\n            \"subfilial_id\": \"\",\r\n            \"posted\": \"\",\r\n            \"operation_date\": \"\",\r\n            \"operation_number\": \"\",\r\n            \"bank_trans_number\": \"\",\r\n            \"bank_trans_date\": \"\",\r\n            \"bank_account_code\": \"\",\r\n            \"cashflow_reason_code\": \"\",\r\n            \"cashflow_kind\": \"\",\r\n            \"corr_coa_code\": \"\",\r\n            \"corr_person_code\": \"\",\r\n            \"corr_bank_account_code\": \"\",\r\n            \"currency_code\": \"\",\r\n            \"amount\": \"\",\r\n            \"payment_code\": \"\",\r\n            \"purpose\": \"\",\r\n            \"responsible_person_code\" : \"\",\r\n            \"note\": \"\",\r\n            \"ref_codes\": [\r\n                {\r\n                    \"ref_type\": \"\",\r\n                    \"ref_id\":\"\"\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://smartup.online/b/anor/mxsx/mkcs/bank_operation$import","description":"<p>StartFragment</p>\n<p>The interface allows you to upload bank statements data from third-party software to the Smartup. This interface supports bulk data ingestion in a single request</p>\n<p>EndFragment</p>\n<p><strong>Request</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"bank_operation\" : [\n        {\n            \"filial_code\": \"\",\n            \"external_id\": \"\",\n            \"operation_id\": \"\",\n            \"subfilial_code\": \"\",\n            \"posted\": \"\",\n            \"operation_date\": \"\",\n            \"operation_number\": \"\",\n            \"bank_trans_number\": \"\",\n            \"bank_trans_date\": \"\",\n            \"bank_account_code\": \"\",\n            \"cashflow_reason_code\": \"\",\n            \"cashflow_kind\": \"\",\n            \"corr_coa_code\": \"\",\n            \"corr_person_code\": \"\",\n            \"corr_bank_account_code\": \"\",\n            \"currency_code\": \"\",\n            \"amount\": \"\",\n            \"payment_code\": \"\",\n            \"purpose\": \"\",\n            \"responsible_person_code\" : \"\",\n            \"note\": \"\",\n            \"ref_codes\": [\n                {\n                    \"ref_type\": \"\",\n                    \"ref_id\":\"\"\n                }\n            ]\n        }\n    ]\n}\n\n</code></pre>\n<p><strong>Response</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"successes\": [\n    {\n      \"code\": \"\"\n    }\n  ],\n  \"errors\": [\n  ]\n}\n\n</code></pre>\n<p><strong>Description of request parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>bank_operation</td>\n<td>array</td>\n<td>yes</td>\n<td>Array with data of bank statements</td>\n</tr>\n<tr>\n<td>filial_code</td>\n<td>string</td>\n<td>no</td>\n<td>Organization unique code</td>\n</tr>\n<tr>\n<td>external_id</td>\n<td>string</td>\n<td>no</td>\n<td>Bank statement ID assigned by third party software</td>\n</tr>\n<tr>\n<td>operation_id</td>\n<td>number</td>\n<td>no</td>\n<td>Bank statement ID assigned by Smartup</td>\n</tr>\n<tr>\n<td>subfilial_code</td>\n<td>string</td>\n<td>no</td>\n<td>Project code</td>\n</tr>\n<tr>\n<td>posted</td>\n<td>string</td>\n<td>yes</td>\n<td>Whether bank statement is posted or not (Y - yes, N - no)</td>\n</tr>\n<tr>\n<td>operation_date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>yes</td>\n<td>Bank statement operation date</td>\n</tr>\n<tr>\n<td>operation_number</td>\n<td>string</td>\n<td>no</td>\n<td>Bank statement operation number</td>\n</tr>\n<tr>\n<td>bank_trans_number</td>\n<td>string</td>\n<td>no</td>\n<td>Transfer No.</td>\n</tr>\n<tr>\n<td>bank_trans_date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Transer Date</td>\n</tr>\n<tr>\n<td>bank_account_code</td>\n<td>string</td>\n<td>yes</td>\n<td>Currenct account code</td>\n</tr>\n<tr>\n<td>cashflow_reason_code</td>\n<td>string</td>\n<td>yes</td>\n<td>Trasaction type code</td>\n</tr>\n<tr>\n<td>cashflow_kind</td>\n<td>string</td>\n<td>yes</td>\n<td>Document type</td>\n</tr>\n<tr>\n<td>corr_coa_code</td>\n<td>string</td>\n<td>yes</td>\n<td>Account code</td>\n</tr>\n<tr>\n<td>corr_person_code</td>\n<td>string</td>\n<td>no</td>\n<td>Counterparty code</td>\n</tr>\n<tr>\n<td>corr_bank_account_code</td>\n<td>string</td>\n<td>no</td>\n<td>Counterparty current account</td>\n</tr>\n<tr>\n<td>currency_code</td>\n<td>string</td>\n<td>yes</td>\n<td>Currency code</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>number</td>\n<td>yes</td>\n<td>Amount</td>\n</tr>\n<tr>\n<td>payment_code</td>\n<td>string</td>\n<td>no</td>\n<td>Payment code</td>\n</tr>\n<tr>\n<td>purpose</td>\n<td>string</td>\n<td>no</td>\n<td>Payment details</td>\n</tr>\n<tr>\n<td>responsible_person_code</td>\n<td>string</td>\n<td>no</td>\n<td>Accountable person code</td>\n</tr>\n<tr>\n<td>note</td>\n<td>string</td>\n<td>no</td>\n<td>Note</td>\n</tr>\n<tr>\n<td>ref_codes</td>\n<td>array</td>\n<td>no</td>\n<td>Array with data of subcounts</td>\n</tr>\n<tr>\n<td>ref_type</td>\n<td>string</td>\n<td>no</td>\n<td>Subcount</td>\n</tr>\n<tr>\n<td>ref_id</td>\n<td>string</td>\n<td>no</td>\n<td>Subcount ID</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Description of response parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>successes</td>\n<td>array</td>\n<td>Array of successfully processed data</td>\n</tr>\n<tr>\n<td>errors</td>\n<td>array</td>\n<td>Array data with errors</td>\n</tr>\n<tr>\n<td>code</td>\n<td>string</td>\n<td>Unique record code</td>\n</tr>\n<tr>\n<td>message</td>\n<td>string</td>\n<td>Clarifying error messages from the server</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Subcounts</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>ref_type</th>\n<th>ref_type_name</th>\n<th>id/code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1010</td>\n<td>Лицо</td>\n<td>code</td>\n</tr>\n<tr>\n<td>1011</td>\n<td>Договор</td>\n<td>code</td>\n</tr>\n<tr>\n<td>1012</td>\n<td>Тип оплаты</td>\n<td>code</td>\n</tr>\n<tr>\n<td>1013</td>\n<td>Склад</td>\n<td>code</td>\n</tr>\n<tr>\n<td>1014</td>\n<td>Продукт</td>\n<td>code</td>\n</tr>\n<tr>\n<td>1015</td>\n<td>Состояние продукта</td>\n<td>static. There are two arguments can be applied:  <br />- If argument = 1 (available)  <br />- If argument = 2 (booked)</td>\n</tr>\n<tr>\n<td>1016</td>\n<td>Партия</td>\n<td>not supported yet</td>\n</tr>\n<tr>\n<td>1017</td>\n<td>Серия</td>\n<td>card_code</td>\n</tr>\n<tr>\n<td>1018</td>\n<td>Дата</td>\n<td>dd.mm.yyyy</td>\n</tr>\n<tr>\n<td>1019</td>\n<td>Касса</td>\n<td>code</td>\n</tr>\n<tr>\n<td>1020</td>\n<td>Расчетный счет</td>\n<td>BANK_ACCOUNT_code</td>\n</tr>\n<tr>\n<td>1021</td>\n<td>Вид движения</td>\n<td>code</td>\n</tr>\n<tr>\n<td>1022</td>\n<td>Статья доходов</td>\n<td>code</td>\n</tr>\n<tr>\n<td>1023</td>\n<td>Статья расходов</td>\n<td>code</td>\n</tr>\n<tr>\n<td>1024</td>\n<td>Автолавка</td>\n<td>code</td>\n</tr>\n<tr>\n<td>1025</td>\n<td>Дополнительный расход</td>\n<td>id</td>\n</tr>\n<tr>\n<td>1026</td>\n<td>Приход</td>\n<td>id</td>\n</tr>\n<tr>\n<td>1027</td>\n<td>Списание</td>\n<td>id</td>\n</tr>\n<tr>\n<td>1028</td>\n<td>Корректировка</td>\n<td>id</td>\n</tr>\n<tr>\n<td>1029</td>\n<td>Заказ</td>\n<td>id</td>\n</tr>\n<tr>\n<td>1030</td>\n<td>Перекидка денежных средств</td>\n<td>transfer_number</td>\n</tr>\n<tr>\n<td>1031</td>\n<td>Конвертация валюты</td>\n<td>id</td>\n</tr>\n<tr>\n<td>1032</td>\n<td>Производство</td>\n<td>id</td>\n</tr>\n<tr>\n<td>1033</td>\n<td>Начальные остатки продуктов</td>\n<td>id</td>\n</tr>\n<tr>\n<td>1034</td>\n<td>Subfilial</td>\n<td>code</td>\n</tr>\n<tr>\n<td>1035</td>\n<td>Цена</td>\n<td>not supported yet</td>\n</tr>\n<tr>\n<td>1036</td>\n<td>Состояние оплаты начислений</td>\n<td>static. There are two arguments can be applied:  <br />- If argument = 1 (available)  <br />- If argument = 2 (booked)</td>\n</tr>\n<tr>\n<td>1037</td>\n<td>Закуп</td>\n<td>id</td>\n</tr>\n<tr>\n<td>1038</td>\n<td>Возврат поставщику</td>\n<td>id</td>\n</tr>\n<tr>\n<td>1039</td>\n<td>Подразделение</td>\n<td>code</td>\n</tr>\n<tr>\n<td>1040</td>\n<td>Должности</td>\n<td>serial_number</td>\n</tr>\n<tr>\n<td>1041</td>\n<td>Серийный номер</td>\n<td>id</td>\n</tr>\n<tr>\n<td>1042</td>\n<td>Поврежденное оборудование</td>\n<td>id</td>\n</tr>\n<tr>\n<td>1043</td>\n<td>Изначальный баланс клиента по оборудованию</td>\n<td>id</td>\n</tr>\n<tr>\n<td>1044</td>\n<td>Конвертация валюты банковских счетах</td>\n<td>code</td>\n</tr>\n<tr>\n<td>1045</td>\n<td>Документы чековой книжки</td>\n<td>id</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["b","anor","mxsx","mkcs","bank_operation$import"],"host":["smartup","online"],"query":[],"variable":[]}},"response":[],"_postman_id":"a07a998c-43a0-46e5-bd3d-eb9a513a8d1c"},{"name":"Bank Statements / Export","id":"2742aeb3-c967-40cb-8c5b-bf8b01c2c925","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"filial_codes\": [\r\n    {\r\n      \"filial_code\": \"\"\r\n    }\r\n  ],\r\n  \"filial_code\": \"\",\r\n  \"external_id\": \"\",\r\n  \"operation_id\": \"\",\r\n  \"begin_operation_date\": \"\",\r\n  \"end_operation_date\": \"\",\r\n  \"begin_created_on\": \"\",\r\n  \"end_created_on\": \"\",\r\n  \"begin_modified_on\": \"\",\r\n  \"end_modified_on\": \"\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://smartup.online/b/anor/mxsx/mkcs/bank_operation$export","description":"<p>Through the interface, the service exports data on bank statements for a certain period in accordance with the values of the parameters passed to the service in the request. This interface supports bulk sending of data in one request.</p>\n<p><strong>Request</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"filial_codes\": [\n    {\n      \"filial_code\": \"\"\n    }\n  ],\n  \"filial_code\": \"\",\n  \"external_id\": \"\",\n  \"operation_id\": \"\",\n  \"begin_operation_date\": \"\",\n  \"end_operation_date\": \"\",\n  \"begin_created_on\": \"\",\n  \"end_created_on\": \"\",\n  \"begin_modified_on\": \"\",\n  \"end_modified_on\": \"\"\n}\n\n</code></pre>\n<p>Response</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"bank_operation\" : [\n        {\n            \"filial_code\": \"\",\n            \"external_id\": \"\",\n            \"operation_id\": \"\",\n            \"subfilial_id\": \"\",\n            \"posted\": \"\",\n            \"operation_date\": \"\",\n            \"operation_number\": \"\",\n            \"bank_trans_number\": \"\",\n            \"bank_trans_date\": \"\",\n            \"bank_account_code\": \"\",\n            \"cashflow_reason_code\": \"\",\n            \"cashflow_kind\": \"\",\n            \"corr_coa_code\": \"\",\n            \"corr_person_code\": \"\",\n            \"corr_bank_account_code\": \"\",\n            \"currency_code\": \"\",\n            \"amount\": \"\",\n            \"payment_code\": \"\",\n            \"purpose\": \"\",\n            \"responsible_person_code\" : \"\",\n            \"note\": \"\",\n            \"ref_codes\": [\n                {\n                    \"ref_type\": \"\",\n                    \"ref_id\":\"\"\n                }\n            ]\n        }\n    ]\n}\n\n</code></pre>\n<p><strong>Description pf request parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>filial_code</td>\n<td>string</td>\n<td>no</td>\n<td>Organization unique code</td>\n</tr>\n<tr>\n<td>external_id</td>\n<td>string</td>\n<td>no</td>\n<td>Bank statement ID assigned by third party software</td>\n</tr>\n<tr>\n<td>operation_id</td>\n<td>number</td>\n<td>no</td>\n<td>Bank statement ID, in the Smartup system</td>\n</tr>\n<tr>\n<td>begin_operation_date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by bank statement begin date</td>\n</tr>\n<tr>\n<td>end_operation_date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by bank statement end date</td>\n</tr>\n<tr>\n<td>begin_created_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by creation date</td>\n</tr>\n<tr>\n<td>end_created_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by last creation date</td>\n</tr>\n<tr>\n<td>begin_modified_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by date of modification</td>\n</tr>\n<tr>\n<td>end_modified_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by last modified date</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Description of response parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>bank_operation</td>\n<td>array</td>\n<td>Array with data of bank statements</td>\n</tr>\n<tr>\n<td>filial_code</td>\n<td>string</td>\n<td>Organization unique code</td>\n</tr>\n<tr>\n<td>external_id</td>\n<td>string</td>\n<td>Bank statement ID assigned by third party software</td>\n</tr>\n<tr>\n<td>operation_id</td>\n<td>number</td>\n<td>Bank statement ID assigned by Smartup</td>\n</tr>\n<tr>\n<td>subfilial_code</td>\n<td>string</td>\n<td>Project code</td>\n</tr>\n<tr>\n<td>posted</td>\n<td>string</td>\n<td>Whether bank statement is posted or not (Y - yes, N - no)</td>\n</tr>\n<tr>\n<td>operation_date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>Bank statement operation date</td>\n</tr>\n<tr>\n<td>operation_number</td>\n<td>string</td>\n<td>Bank statement operation number</td>\n</tr>\n<tr>\n<td>bank_trans_number</td>\n<td>string</td>\n<td>Transfer No.</td>\n</tr>\n<tr>\n<td>bank_trans_date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>Transer Date</td>\n</tr>\n<tr>\n<td>bank_account_code</td>\n<td>string</td>\n<td>Currenct account code</td>\n</tr>\n<tr>\n<td>cashflow_reason_code</td>\n<td>string</td>\n<td>Trasaction type code</td>\n</tr>\n<tr>\n<td>cashflow_kind</td>\n<td>string</td>\n<td>Document type</td>\n</tr>\n<tr>\n<td>corr_coa_code</td>\n<td>string</td>\n<td>Account code</td>\n</tr>\n<tr>\n<td>corr_person_code</td>\n<td>string</td>\n<td>Counterparty code</td>\n</tr>\n<tr>\n<td>corr_bank_account_code</td>\n<td>string</td>\n<td>Counterparty current account</td>\n</tr>\n<tr>\n<td>currency_code</td>\n<td>string</td>\n<td>Currency code</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>number</td>\n<td>Amount</td>\n</tr>\n<tr>\n<td>payment_code</td>\n<td>string</td>\n<td>Payment code</td>\n</tr>\n<tr>\n<td>purpose</td>\n<td>string</td>\n<td>Payment details</td>\n</tr>\n<tr>\n<td>responsible_person_code</td>\n<td>string</td>\n<td>Accountable person code</td>\n</tr>\n<tr>\n<td>note</td>\n<td>string</td>\n<td>Note</td>\n</tr>\n<tr>\n<td>ref_codes</td>\n<td>array</td>\n<td>Array with data of subcounts</td>\n</tr>\n<tr>\n<td>ref_type</td>\n<td>string</td>\n<td>Subcount</td>\n</tr>\n<tr>\n<td>ref_id</td>\n<td>string</td>\n<td>Subcount ID</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Subcounts</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>ref_type</th>\n<th>ref_type_name</th>\n<th>id/code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1010</td>\n<td>Лицо</td>\n<td>code</td>\n</tr>\n<tr>\n<td>1011</td>\n<td>Договор</td>\n<td>code</td>\n</tr>\n<tr>\n<td>1012</td>\n<td>Тип оплаты</td>\n<td>code</td>\n</tr>\n<tr>\n<td>1013</td>\n<td>Склад</td>\n<td>code</td>\n</tr>\n<tr>\n<td>1014</td>\n<td>Продукт</td>\n<td>code</td>\n</tr>\n<tr>\n<td>1015</td>\n<td>Состояние продукта</td>\n<td>static. There are two arguments can be applied:  <br />- If argument = 1 (available)  <br />- If argument = 2 (booked)</td>\n</tr>\n<tr>\n<td>1016</td>\n<td>Партия</td>\n<td>not supported yet</td>\n</tr>\n<tr>\n<td>1017</td>\n<td>Серия</td>\n<td>card_code</td>\n</tr>\n<tr>\n<td>1018</td>\n<td>Дата</td>\n<td>dd.mm.yyyy</td>\n</tr>\n<tr>\n<td>1019</td>\n<td>Касса</td>\n<td>code</td>\n</tr>\n<tr>\n<td>1020</td>\n<td>Расчетный счет</td>\n<td>BANK_ACCOUNT_code</td>\n</tr>\n<tr>\n<td>1021</td>\n<td>Вид движения</td>\n<td>code</td>\n</tr>\n<tr>\n<td>1022</td>\n<td>Статья доходов</td>\n<td>code</td>\n</tr>\n<tr>\n<td>1023</td>\n<td>Статья расходов</td>\n<td>code</td>\n</tr>\n<tr>\n<td>1024</td>\n<td>Автолавка</td>\n<td>code</td>\n</tr>\n<tr>\n<td>1025</td>\n<td>Дополнительный расход</td>\n<td>id</td>\n</tr>\n<tr>\n<td>1026</td>\n<td>Приход</td>\n<td>id</td>\n</tr>\n<tr>\n<td>1027</td>\n<td>Списание</td>\n<td>id</td>\n</tr>\n<tr>\n<td>1028</td>\n<td>Корректировка</td>\n<td>id</td>\n</tr>\n<tr>\n<td>1029</td>\n<td>Заказ</td>\n<td>id</td>\n</tr>\n<tr>\n<td>1030</td>\n<td>Перекидка денежных средств</td>\n<td>transfer_number</td>\n</tr>\n<tr>\n<td>1031</td>\n<td>Конвертация валюты</td>\n<td>id</td>\n</tr>\n<tr>\n<td>1032</td>\n<td>Производство</td>\n<td>id</td>\n</tr>\n<tr>\n<td>1033</td>\n<td>Начальные остатки продуктов</td>\n<td>id</td>\n</tr>\n<tr>\n<td>1034</td>\n<td>Subfilial</td>\n<td>code</td>\n</tr>\n<tr>\n<td>1035</td>\n<td>Цена</td>\n<td>not supported yet</td>\n</tr>\n<tr>\n<td>1036</td>\n<td>Состояние оплаты начислений</td>\n<td>static. There are two arguments can be applied:  <br />- If argument = 1 (available)  <br />- If argument = 2 (booked)</td>\n</tr>\n<tr>\n<td>1037</td>\n<td>Закуп</td>\n<td>id</td>\n</tr>\n<tr>\n<td>1038</td>\n<td>Возврат поставщику</td>\n<td>id</td>\n</tr>\n<tr>\n<td>1039</td>\n<td>Подразделение</td>\n<td>code</td>\n</tr>\n<tr>\n<td>1040</td>\n<td>Должности</td>\n<td>serial_number</td>\n</tr>\n<tr>\n<td>1041</td>\n<td>Серийный номер</td>\n<td>id</td>\n</tr>\n<tr>\n<td>1042</td>\n<td>Поврежденное оборудование</td>\n<td>id</td>\n</tr>\n<tr>\n<td>1043</td>\n<td>Изначальный баланс клиента по оборудованию</td>\n<td>id</td>\n</tr>\n<tr>\n<td>1044</td>\n<td>Конвертация валюты банковских счетах</td>\n<td>code</td>\n</tr>\n<tr>\n<td>1045</td>\n<td>Документы чековой книжки</td>\n<td>id</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["b","anor","mxsx","mkcs","bank_operation$export"],"host":["smartup","online"],"query":[],"variable":[]}},"response":[],"_postman_id":"2742aeb3-c967-40cb-8c5b-bf8b01c2c925"}],"id":"cb13b826-e754-4597-8899-b751e2a5fa63","_postman_id":"cb13b826-e754-4597-8899-b751e2a5fa63","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"65bfaab6-4bf4-45e6-9748-8211a03d7b79","id":"65bfaab6-4bf4-45e6-9748-8211a03d7b79","name":"Smartup API Documentation","type":"collection"}}}],"id":"a01a54ef-e7c9-448d-8d6a-601946972306","_postman_id":"a01a54ef-e7c9-448d-8d6a-601946972306","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"65bfaab6-4bf4-45e6-9748-8211a03d7b79","id":"65bfaab6-4bf4-45e6-9748-8211a03d7b79","name":"Smartup API Documentation","type":"collection"}}},{"name":"Equipment","item":[{"name":"Equipment movement","item":[{"name":"Movement import","id":"f0617ca4-e415-47e4-a786-6ccb1007ca45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"equipment_movement\": [\r\n    {\r\n        \"filial_code\": \"\",\r\n        \"external_id\": \"\",\r\n        \"movement_number\": \"\",\r\n        \"movement_time\": \"\",\r\n        \"from_room_code\": \"\",\r\n        \"from_person_code\": \"\",\r\n        \"to_room_code\": \"\",\r\n        \"to_person_code\": \"\",\r\n        \"robot_code\": \"\",\r\n        \"warehouse_code\": \"\",\r\n        \"status\": \"\",\r\n        \"note\": \"\",\r\n        \"items\": [\r\n            {\r\n            \"equipment_code\": \"\",\r\n            \"serial_number\": \"\"\r\n            }\r\n        ]\r\n    }\r\n   ]\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://smartup.online/b/anor/mxsx/mqpf/equipment_movement$import","description":"<p>This interface uploads equipment movement data (transfers between workspaces/persons) to Smartup from third-party software.</p>\n<h3 id=\"request\">Request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"equipment_movement\": [\n    {\n        \"movement_id\": \"\",\n        \"filial_code\": \"\",\n        \"external_id\": \"\",\n        \"movement_number\": \"\",\n        \"movement_time\": \"\",\n        \"from_room_code\": \"\",\n        \"from_person_code\": \"\",\n        \"to_room_code\": \"\",\n        \"to_person_code\": \"\",\n        \"robot_code\": \"\",\n        \"warehouse_code\": \"\",\n        \"status\": \"\",\n        \"note\": \"\",\n        \"items\": [\n            {\n            \"movement_item_id\": \"\",\n            \"equipment_code\": \"\",\n            \"serial_number\": \"\"\n            }\n        ]\n    }\n   ]\n}\n\n</code></pre>\n<h3 id=\"response\">Response</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"successes\": [\n    {\n      \"code\": \"\"\n    }\n  ],\n  \"errors\": [\n    {\n      \"code\": \"\",\n      \"message\": \"\"\n    }\n  ]\n}\n\n</code></pre>\n<h3 id=\"description-of-request-parameters\">Description of Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>equipment_movement</td>\n<td>array</td>\n<td>Array with data on the equipment movement</td>\n</tr>\n<tr>\n<td>movement_id</td>\n<td>number</td>\n<td>Movement ID</td>\n</tr>\n<tr>\n<td>filial_code</td>\n<td>string</td>\n<td>Organization code of searching movement</td>\n</tr>\n<tr>\n<td>external_id</td>\n<td>string</td>\n<td>Movement ID assigned by third party software</td>\n</tr>\n<tr>\n<td>movement_number</td>\n<td>string</td>\n<td>Movement number</td>\n</tr>\n<tr>\n<td>movement_time</td>\n<td>date(dd.mm.yyyy hh24:mi:ss)</td>\n<td>Movement date and time (Date is required)</td>\n</tr>\n<tr>\n<td>from_room_code</td>\n<td>string</td>\n<td>Workspace code (sender)</td>\n</tr>\n<tr>\n<td>from_person_code</td>\n<td>string</td>\n<td>Client's code (sender)</td>\n</tr>\n<tr>\n<td>to_room_code</td>\n<td>string</td>\n<td>Workspace code (recipient)</td>\n</tr>\n<tr>\n<td>to_person_code</td>\n<td>string</td>\n<td>Client's code (recipient)</td>\n</tr>\n<tr>\n<td>robot_code</td>\n<td>string</td>\n<td>Staff Unit code</td>\n</tr>\n<tr>\n<td>warehouse_code</td>\n<td>string</td>\n<td>Warehouse code</td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>Status of the movement</td>\n</tr>\n<tr>\n<td>note</td>\n<td>string</td>\n<td>Note</td>\n</tr>\n<tr>\n<td>items</td>\n<td>array</td>\n<td>Array with data of movement items</td>\n</tr>\n<tr>\n<td>movement_item_id</td>\n<td>number</td>\n<td>ID of movement inventory</td>\n</tr>\n<tr>\n<td>equipment_code</td>\n<td>string</td>\n<td>Inventory code</td>\n</tr>\n<tr>\n<td>serial_number</td>\n<td>string</td>\n<td>Serial number of inventory</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"description-of-response-parameters\">Description of Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>successes</td>\n<td>array</td>\n<td>Array of successfully processed data</td>\n</tr>\n<tr>\n<td>errors</td>\n<td>array</td>\n<td>Array data with errors</td>\n</tr>\n<tr>\n<td>code</td>\n<td>string</td>\n<td>Unique code records</td>\n</tr>\n<tr>\n<td>message</td>\n<td>string</td>\n<td>Clarifying error messages from the server</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["b","anor","mxsx","mqpf","equipment_movement$import"],"host":["smartup","online"],"query":[],"variable":[]}},"response":[],"_postman_id":"f0617ca4-e415-47e4-a786-6ccb1007ca45"},{"name":"Movement export","id":"b95970d5-3523-415f-8bd7-6e03944386bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"filial_codes\": [\r\n    {\r\n      \"filial_code\": \"\"\r\n    }\r\n  ],\r\n  \"movement_id\": \"\",\r\n  \"external_id\": \"\",\r\n  \"begin_movement_date\": \"\",\r\n  \"end_movement_date\": \"\",\r\n  \"begin_created_on\": \"\",\r\n  \"end_created_on\": \"\",\r\n  \"begin_modified_on\": \"\",\r\n  \"end_modified_on\": \"\"\r\n}\r\n\r\n","options":{"raw":{"language":"json"}}},"url":"https://smartup.online/b/anor/mxsx/mqpf/equipment_movement$export","description":"<p>This interface retrieves equipment movement data from Smartup with filtering capabilities by organization, dates, and statuses.</p>\n<h3 id=\"request\">Request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"filial_codes\": [\n    {\n      \"filial_code\": \"\"\n    }\n  ],\n  \"movement_id\": \"\",\n  \"external_id\": \"\",\n  \"begin_movement_date\": \"\",\n  \"end_movement_date\": \"\",\n  \"begin_created_on\": \"\",\n  \"end_created_on\": \"\",\n  \"begin_modified_on\": \"\",\n  \"end_modified_on\": \"\"\n}\n\n</code></pre>\n<h3 id=\"response\">Response</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"equipment_movement\": [\n    {\n      \"movement_id\": \"\",\n      \"filial_code\": \"\",\n      \"external_id\": \"\",\n      \"movement_number\": \"\",\n      \"movement_date\": \"\",\n      \"movement_time\": \"\",\n      \"status\": \"\",\n      \"from_room_code\": \"\",\n      \"from_room_name\": \"\",\n      \"to_room_code\": \"\",\n      \"to_room_name\": \"\",\n      \"from_person_code\": \"\",\n      \"from_person_name\": \"\",\n      \"to_person_code\": \"\",\n      \"to_person_name\": \"\",\n      \"robot_code\": \"\",\n      \"robot_name\": \"\",\n      \"warehouse_code\": \"\",\n      \"note\": \"\",\n      \"items\": [\n        {\n          \"movement_item_id\": \"\",\n          \"equipment_code\": \"\",\n          \"serial_number\": \"\"\n        }\n      ]\n    }\n  ]\n}\n\n</code></pre>\n<h3 id=\"description-of-request-parameters\">Description of Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>filial_codes</td>\n<td>array</td>\n<td>Array with data of organizations involved in the movement *</td>\n</tr>\n<tr>\n<td>filial_code</td>\n<td>string</td>\n<td>Organization unique code</td>\n</tr>\n<tr>\n<td>movement_id</td>\n<td>number</td>\n<td>Movement ID assigned by Smartup</td>\n</tr>\n<tr>\n<td>external_id</td>\n<td>string</td>\n<td>Movement ID assigned by third party software</td>\n</tr>\n<tr>\n<td>begin_movement_date</td>\n<td>date (dd.mm.yyyy)</td>\n<td>Filter by movement begin date</td>\n</tr>\n<tr>\n<td>end_movement_date</td>\n<td>date (dd.mm.yyyy)</td>\n<td>Filter by movement end date</td>\n</tr>\n<tr>\n<td>begin_created_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>Filter by creation date</td>\n</tr>\n<tr>\n<td>end_created_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>Filter by last creation date</td>\n</tr>\n<tr>\n<td>begin_modified_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>Filter by date of modification</td>\n</tr>\n<tr>\n<td>end_modified_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>Filter by last modified date</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"description-of-response-parameters\">Description of Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>equipment_movement</td>\n<td>array</td>\n<td>Array with data on the equipment movement</td>\n</tr>\n<tr>\n<td>movement_id</td>\n<td>number</td>\n<td>Movement ID assigned by Smartup</td>\n</tr>\n<tr>\n<td>filial_code</td>\n<td>string</td>\n<td>Organization code of searching movement</td>\n</tr>\n<tr>\n<td>external_id</td>\n<td>string</td>\n<td>Movement ID assigned by third party software</td>\n</tr>\n<tr>\n<td>movement_number</td>\n<td>string</td>\n<td>Movement number</td>\n</tr>\n<tr>\n<td>movement_date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>Movement date</td>\n</tr>\n<tr>\n<td>movement_time</td>\n<td>date(dd.mm.yyyy hh24:mi:ss)</td>\n<td>Movement date and time</td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>Status of the movement</td>\n</tr>\n<tr>\n<td>from_room_code</td>\n<td>string</td>\n<td>Workspace code (sender)</td>\n</tr>\n<tr>\n<td>from_room_name</td>\n<td>string</td>\n<td>Workspace name (sender)</td>\n</tr>\n<tr>\n<td>to_room_code</td>\n<td>string</td>\n<td>Workspace code (recipient)</td>\n</tr>\n<tr>\n<td>to_room_name</td>\n<td>string</td>\n<td>Workspace name(recipient)</td>\n</tr>\n<tr>\n<td>from_person_code</td>\n<td>string</td>\n<td>Client's code (sender)</td>\n</tr>\n<tr>\n<td>from_person_name</td>\n<td>string</td>\n<td>Client's name (sender)</td>\n</tr>\n<tr>\n<td>to_person_code</td>\n<td>string</td>\n<td>Client's code (recipient)</td>\n</tr>\n<tr>\n<td>to_person_name</td>\n<td>string</td>\n<td>Client's name (recipient)</td>\n</tr>\n<tr>\n<td>robot_code</td>\n<td>string</td>\n<td>Staff Unit code</td>\n</tr>\n<tr>\n<td>robot_name</td>\n<td>string</td>\n<td>Staff Unit name</td>\n</tr>\n<tr>\n<td>warehouse_code</td>\n<td>string</td>\n<td>Warehouse code</td>\n</tr>\n<tr>\n<td>note</td>\n<td>string</td>\n<td>Note</td>\n</tr>\n<tr>\n<td>items</td>\n<td>array</td>\n<td>Array with data of movement items</td>\n</tr>\n<tr>\n<td>movement_item_id</td>\n<td>number</td>\n<td>ID of movement inventory</td>\n</tr>\n<tr>\n<td>equipment_code</td>\n<td>string</td>\n<td>Inventory code</td>\n</tr>\n<tr>\n<td>serial_number</td>\n<td>string</td>\n<td>Serial number of inventory</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["b","anor","mxsx","mqpf","equipment_movement$export"],"host":["smartup","online"],"query":[],"variable":[]}},"response":[],"_postman_id":"b95970d5-3523-415f-8bd7-6e03944386bb"},{"name":"Movement change","id":"3e3e7d3f-1e32-4f2b-aa91-e18d38ea1562","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"equipment_movement\": [\r\n      {\r\n      \"movement_id\" : \"\",\r\n      \"status\": \"\"\r\n      }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://smartup.online/b/anor/mxsx/mqpf/equipment_movement$change_status","description":"<p>This interface allows changing the status of equipment movements through the API.</p>\n<h3 id=\"request\">Request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"equipment_movement\": [\n      {\n      \"movement_id\" : \"\",\n      \"status\": \"\"\n      }\n  ]\n}\n\n</code></pre>\n<h3 id=\"response\">Response</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"successes\": [\n    {\n      \"code\": \"\"\n    }\n  ],\n  \"errors\": [\n    {\n      \"code\": \"\",\n      \"message\": \"\"\n    }\n  ]\n}\n\n</code></pre>\n<h3 id=\"description-of-request-parameters\">Description of Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>equipment_movement</td>\n<td>array</td>\n<td>Array with data on the equipment movement</td>\n</tr>\n<tr>\n<td>movement_id</td>\n<td>number</td>\n<td>Movement ID assigned by Smartup</td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>Change previous value to this status</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"description-of-response-parameters\">Description of Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>successes</td>\n<td>array</td>\n<td>Array of successfully processed data</td>\n</tr>\n<tr>\n<td>errors</td>\n<td>array</td>\n<td>Array data with errors</td>\n</tr>\n<tr>\n<td>code</td>\n<td>string</td>\n<td>Unique code records</td>\n</tr>\n<tr>\n<td>message</td>\n<td>string</td>\n<td>Clarifying error messages from the server</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["b","anor","mxsx","mqpf","equipment_movement$change_status"],"host":["smartup","online"],"query":[],"variable":[]}},"response":[],"_postman_id":"3e3e7d3f-1e32-4f2b-aa91-e18d38ea1562"}],"id":"b27d7898-56cb-4c53-92ed-917919ce7fe8","_postman_id":"b27d7898-56cb-4c53-92ed-917919ce7fe8","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"65bfaab6-4bf4-45e6-9748-8211a03d7b79","id":"65bfaab6-4bf4-45e6-9748-8211a03d7b79","name":"Smartup API Documentation","type":"collection"}}},{"name":"Equipment request","item":[{"name":"Request import","id":"8e6debc3-eaf2-49d4-aed7-aaca5d7734b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"equipment_request\": [\r\n    {\r\n        \"filial_code\": \"\",\r\n        \"external_id\": \"\",\r\n        \"request_id\": \"\",\r\n        \"request_time\": \"\",\r\n        \"request_kind\": \"\",\r\n        \"person_code\": \"\",\r\n        \"room_code\": \"\",\r\n        \"robot_code\": \"\",\r\n        \"warehouse_code\": \"\",\r\n        \"contract_number\": \"\",\r\n        \"contract_begin_date\": \"\",\r\n        \"contract_end_date\": \"\",\r\n        \"contract_code\": \"\",\r\n        \"status\": \"\",\r\n        \"note\": \"\",\r\n        \"items\": [\r\n            {\r\n            \"request_item_id\": \"\",\r\n            \"equipment_code\": \"\",\r\n            \"equipment_group_code\": \"\",\r\n            \"equipment_type_code\": \"\",\r\n            \"serial_number\": \"\"\r\n            }\r\n        ]\r\n    }\r\n    ]\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://smartup.online/b/anor/mxsx/mqpf/equipment_request$import","description":"<p>This interface uploads equipment installation and uninstallation requests to Smartup from third-party software. The interface supports bulk data ingestion in a single request.</p>\n<h3 id=\"request\">Request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"equipment_request\": [\n    {\n        \"filial_code\": \"\",\n        \"external_id\": \"\",\n        \"request_id\": \"\",\n        \"request_time\": \"\",\n        \"request_kind\": \"\",\n        \"person_code\": \"\",\n        \"room_code\": \"\",\n        \"robot_code\": \"\",\n        \"warehouse_code\": \"\",\n        \"contract_number\": \"\",\n        \"contract_begin_date\": \"\",\n        \"contract_end_date\": \"\",\n        \"contract_code\": \"\",\n        \"status\": \"\",\n        \"note\": \"\",\n        \"items\": [\n            {\n            \"request_item_id\": \"\",\n            \"equipment_code\": \"\",\n            \"equipment_group_code\": \"\",\n            \"equipment_type_code\": \"\",\n            \"serial_number\": \"\"\n            }\n        ]\n    }\n    ]\n}\n\n\n</code></pre>\n<h3 id=\"response\">Response</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"successes\": [\n    {\n      \"code\": \"\"\n    }\n  ],\n  \"errors\": [\n    {\n      \"code\": \"\",\n      \"message\": \"\"\n    }\n  ]\n}\n\n</code></pre>\n<h3 id=\"description-of-request-parameters\">Description of Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>equipment_request</td>\n<td>array</td>\n<td>Array with data on the equipment requests</td>\n</tr>\n<tr>\n<td>filial_code</td>\n<td>string</td>\n<td>Organization code of searching movement</td>\n</tr>\n<tr>\n<td>external_id</td>\n<td>string</td>\n<td>Request ID assigned by third party software</td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>number</td>\n<td>Request ID</td>\n</tr>\n<tr>\n<td>request_time</td>\n<td>date(dd.mm.yyyy hh24:mi:ss)</td>\n<td>Request date and time (date is required)</td>\n</tr>\n<tr>\n<td>request_kind</td>\n<td>string</td>\n<td>Request type: I - Install, U - Uninstall</td>\n</tr>\n<tr>\n<td>person_code</td>\n<td>string</td>\n<td>Person code (counterparty)</td>\n</tr>\n<tr>\n<td>room_code</td>\n<td>string</td>\n<td>Workspace code</td>\n</tr>\n<tr>\n<td>robot_code</td>\n<td>string</td>\n<td>Staff Unit code</td>\n</tr>\n<tr>\n<td>warehouse_code</td>\n<td>string</td>\n<td>Warehouse code</td>\n</tr>\n<tr>\n<td>contract_number</td>\n<td>string</td>\n<td>Contract number</td>\n</tr>\n<tr>\n<td>contract_begin_date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>Contract start date (required when contract data is needed based on status)</td>\n</tr>\n<tr>\n<td>contract_end_date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>Contract end date (required when contract data is needed based on status)</td>\n</tr>\n<tr>\n<td>contract_code</td>\n<td>string</td>\n<td>Contract code</td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>Request status</td>\n</tr>\n<tr>\n<td>note</td>\n<td>string</td>\n<td>Note</td>\n</tr>\n<tr>\n<td>items</td>\n<td>array</td>\n<td>Array with data of request items</td>\n</tr>\n<tr>\n<td>request_item_id</td>\n<td>number</td>\n<td>ID of movement inventory in request</td>\n</tr>\n<tr>\n<td>equipment_code</td>\n<td>string</td>\n<td>Inventory code</td>\n</tr>\n<tr>\n<td>equipment_group_code</td>\n<td>string</td>\n<td>Equipment group code</td>\n</tr>\n<tr>\n<td>equipment_type_code</td>\n<td>string</td>\n<td>Equipment type code</td>\n</tr>\n<tr>\n<td>serial_number</td>\n<td>string</td>\n<td>Serial number of inventory</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"description-of-response-parameters\">Description of Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>successes</td>\n<td>array</td>\n<td>Array of successfully processed data</td>\n</tr>\n<tr>\n<td>errors</td>\n<td>array</td>\n<td>Array data with errors</td>\n</tr>\n<tr>\n<td>code</td>\n<td>string</td>\n<td>Unique code records</td>\n</tr>\n<tr>\n<td>message</td>\n<td>string</td>\n<td>Clarifying error messages from the server</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["b","anor","mxsx","mqpf","equipment_request$import"],"host":["smartup","online"],"query":[],"variable":[]}},"response":[],"_postman_id":"8e6debc3-eaf2-49d4-aed7-aaca5d7734b5"},{"name":"Request export","id":"c60b4eeb-454b-4718-9a31-200de61f54de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"filial_codes\": [\r\n    {\r\n      \"filial_code\": \"\"\r\n    }\r\n  ],\r\n  \"external_id\": \"\",\r\n  \"request_id\": \"\",\r\n  \"begin_request_date\": \"\",\r\n  \"end_request_date\": \"\",\r\n  \"begin_created_on\": \"\",\r\n  \"end_created_on\": \"\",\r\n  \"begin_modified_on\": \"\",\r\n  \"end_modified_on\": \"\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://smartup.online/b/anor/mxsx/mqpf/equipment_request$export","description":"<p>This interface retrieves equipment request data from Smartup X with filtering capabilities by organization, dates, and statuses.</p>\n<h3 id=\"request\">Request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"filial_codes\": [\n    {\n      \"filial_code\": \"\"\n    }\n  ],\n  \"external_id\": \"\",\n  \"request_id\": \"\",\n  \"begin_request_date\": \"\",\n  \"end_request_date\": \"\",\n  \"begin_created_on\": \"\",\n  \"end_created_on\": \"\",\n  \"begin_modified_on\": \"\",\n  \"end_modified_on\": \"\"\n}\n\n</code></pre>\n<h3 id=\"response\">Response</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"equipment_request\": [\n    {\n      \"filial_code\": \"\",\n      \"external_id\": \"\",\n      \"request_id\": \"\",\n      \"request_number\": \"\",\n      \"request_date\": \"\",\n      \"request_time\": \"\",\n      \"request_kind\": \"\",\n      \"person_code\": \"\",\n      \"person_name\": \"\",\n      \"room_code\": \"\",\n      \"room_name\": \"\",\n      \"robot_code\": \"\",\n      \"robot_name\": \"\",\n      \"warehouse_code\": \"\",\n      \"contract_number\": \"\",\n      \"contract_begin_date\": \"\",\n      \"contract_end_date\": \"\",\n      \"contract_code\": \"\",\n      \"status\": \"\",\n      \"note\": \"\",\n      \"items\": [\n        {\n          \"request_item_id\": \"\",\n          \"equipment_code\": \"\",\n          \"equipment_group_code\": \"\",\n          \"equipment_type_code\": \"\",\n          \"serial_number\": \"\"\n        }\n      ]\n    }\n  ]\n}\n\n</code></pre>\n<h3 id=\"description-of-request-parameters\">Description of Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>filial_codes</td>\n<td>array</td>\n<td>Array of organization codes for filtering</td>\n</tr>\n<tr>\n<td>filial_code</td>\n<td>string</td>\n<td>Organization code</td>\n</tr>\n<tr>\n<td>external_id</td>\n<td>string</td>\n<td>Request ID assigned by third party software</td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>number</td>\n<td>Request ID assigned by Smartup</td>\n</tr>\n<tr>\n<td>statuses</td>\n<td>array</td>\n<td>Array of status codes for filtering</td>\n</tr>\n<tr>\n<td>request_kind</td>\n<td>string</td>\n<td>Request type filter: I - Install, U - Uninstall</td>\n</tr>\n<tr>\n<td>begin_request_date</td>\n<td>date (dd.mm.yyyy)</td>\n<td>Filter by request begin date</td>\n</tr>\n<tr>\n<td>end_request_date</td>\n<td>date (dd.mm.yyyy)</td>\n<td>Filter by request end date</td>\n</tr>\n<tr>\n<td>begin_created_on</td>\n<td>date (dd.mm.yyyy)</td>\n<td>Filter by creation date</td>\n</tr>\n<tr>\n<td>end_created_on</td>\n<td>date (dd.mm.yyyy)</td>\n<td>Filter by last creation date</td>\n</tr>\n<tr>\n<td>begin_modified_on</td>\n<td>date (dd.mm.yyyy)</td>\n<td>Filter by date of modification</td>\n</tr>\n<tr>\n<td>end_modified_on</td>\n<td>date (dd.mm.yyyy)</td>\n<td>Filter by last modified date</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"description-of-response-parameters\">Description of Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>equipment_request</td>\n<td>array</td>\n<td>Array with equipment request data</td>\n</tr>\n<tr>\n<td>filial_code</td>\n<td>string</td>\n<td>Organization code</td>\n</tr>\n<tr>\n<td>external_id</td>\n<td>string</td>\n<td>Request ID assigned by Smartup</td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>number</td>\n<td>Request ID assigned by third party software</td>\n</tr>\n<tr>\n<td>request_number</td>\n<td>string</td>\n<td>Request number</td>\n</tr>\n<tr>\n<td>request_date</td>\n<td>date (dd.mm.yyyy)</td>\n<td>Request date</td>\n</tr>\n<tr>\n<td>request_time</td>\n<td>date(dd.mm.yyyy hh24:mm:ss)</td>\n<td>Request time</td>\n</tr>\n<tr>\n<td>request_kind</td>\n<td>string</td>\n<td>Request type: I - Install, U - Uninstall</td>\n</tr>\n<tr>\n<td>person_code</td>\n<td>string</td>\n<td>Person code</td>\n</tr>\n<tr>\n<td>person_name</td>\n<td>string</td>\n<td>Person name</td>\n</tr>\n<tr>\n<td>room_code</td>\n<td>string</td>\n<td>Workspace code</td>\n</tr>\n<tr>\n<td>room_name</td>\n<td>string</td>\n<td>Workspace name</td>\n</tr>\n<tr>\n<td>robot_code</td>\n<td>string</td>\n<td>Staff Unit code</td>\n</tr>\n<tr>\n<td>robot_name</td>\n<td>string</td>\n<td>Staff Unit name</td>\n</tr>\n<tr>\n<td>warehouse_code</td>\n<td>string</td>\n<td>Warehouse code</td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>Request status</td>\n</tr>\n<tr>\n<td>note</td>\n<td>string</td>\n<td>Note</td>\n</tr>\n<tr>\n<td>items</td>\n<td>array</td>\n<td>Array with equipment items</td>\n</tr>\n<tr>\n<td>request_item_id</td>\n<td>number</td>\n<td>ID of request item</td>\n</tr>\n<tr>\n<td>equipment_code</td>\n<td>string</td>\n<td>Equipment code</td>\n</tr>\n<tr>\n<td>equipment_group_code</td>\n<td>string</td>\n<td>Equipment group code</td>\n</tr>\n<tr>\n<td>equipment_type_code</td>\n<td>string</td>\n<td>Equipment type code</td>\n</tr>\n<tr>\n<td>serial_number</td>\n<td>string</td>\n<td>Serial number</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["b","anor","mxsx","mqpf","equipment_request$export"],"host":["smartup","online"],"query":[],"variable":[]}},"response":[],"_postman_id":"c60b4eeb-454b-4718-9a31-200de61f54de"},{"name":"Request change","id":"447c6757-2762-480f-80a0-963577a7c9c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"equipment_request\": [\r\n      {\r\n      \"request_id\" : \"\",\r\n      \"status\": \"\"\r\n      }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://smartup.online/b/anor/mxsx/mqpf/equipment_request$change_status","description":"<p>This interface allows changing the status of equipment requests through the API.</p>\n<h3 id=\"request\">Request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"equipment_request\": [\n      {\n      \"request_id\" : \"\",\n      \"status\": \"\"\n      }\n  ]\n}\n\n</code></pre>\n<h3 id=\"response\">Response</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"successes\": [\n    {\n      \"code\": \"\"\n    }\n  ],\n  \"errors\": [\n    {\n      \"code\": \"\",\n      \"message\": \"\"\n    }\n  ]\n}\n\n</code></pre>\n<h3 id=\"description-of-request-parameters\">Description of Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>equipment_request</td>\n<td>array</td>\n<td>Array with data on the equipment requests</td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>number</td>\n<td>Request ID assigned by Smartup</td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>Change previous value to this status</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"description-of-response-parameters\">Description of Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>successes</td>\n<td>array</td>\n<td>Array of successfully processed data</td>\n</tr>\n<tr>\n<td>errors</td>\n<td>array</td>\n<td>Array data with errors</td>\n</tr>\n<tr>\n<td>code</td>\n<td>string</td>\n<td>Unique code records</td>\n</tr>\n<tr>\n<td>message</td>\n<td>string</td>\n<td>Clarifying error messages from the server</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["b","anor","mxsx","mqpf","equipment_request$change_status"],"host":["smartup","online"],"query":[],"variable":[]}},"response":[],"_postman_id":"447c6757-2762-480f-80a0-963577a7c9c7"}],"id":"abbc7959-c407-46aa-8ecf-9fe3fa92c24a","_postman_id":"abbc7959-c407-46aa-8ecf-9fe3fa92c24a","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"65bfaab6-4bf4-45e6-9748-8211a03d7b79","id":"65bfaab6-4bf4-45e6-9748-8211a03d7b79","name":"Smartup API Documentation","type":"collection"}}}],"id":"405a3a9d-3327-4133-8e83-597e084e7dcb","_postman_id":"405a3a9d-3327-4133-8e83-597e084e7dcb","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"65bfaab6-4bf4-45e6-9748-8211a03d7b79","id":"65bfaab6-4bf4-45e6-9748-8211a03d7b79","name":"Smartup API Documentation","type":"collection"}}}],"id":"cc84d803-78b5-47cd-8808-25d00a4b44cc","description":"<p>Document is an object that the user creates in the Smartup system and regularly works with it: creates, changes, updates. Documents include order, purchase, movement.</p>\n<p><strong>Order</strong> - is a document that shows the sales process to an outlet. The order specifies the workspace, sales representative, outlet, time of the order, products included in the order, etc. If you work with marking, you can also attach marking codes to the order.</p>\n<p><strong>Visit</strong> - one of the main functions of the Smartup system. In fact, it is a display of a sales representative's work: in distribution, in order to sell goods, a sales representative makes a visit to an outlet and performs certain actions. This function allows you to influence distribution directly, to increase orders, to analyze the work of the sales representative: does the representative work efficiently, does he provide enough goods to the outlet, how does he control the stock. A visit can only be created from the mobile version, in the web version it can only be viewed.</p>\n<p><strong>Returns</strong> - a document that shows the return of an order. For example, due to a defective product, due to a debt owed by the outlet or due to the closure of the outlet.</p>\n<p><strong>Payment from clients</strong> - is a document that shows the receipt of cash from a client. It can be both an advance payment and a payment for an order.</p>\n<p><strong>Internal movement</strong> - moves within the same organization: for example, from one warehouse to another.</p>\n<p><strong>Stocktaking</strong> - a document that contains the results and details of regular stocktaking: differences between the actual situation in the warehouse and the information in Smartup.</p>\n<p><strong>Write-off</strong> - a document that contains all the details of write-off of inventory items from the warehouse.</p>\n<p><strong>Return to supplier</strong> - a document that contains a list of goods returned to the supplier, for example, because of defect or non-compliance with requirements.</p>\n<p><strong>Purchase</strong> - a document that shows the process of purchasing of inventory items. This document is related to the document of receipt to the warehouse.</p>\n<p><strong>Receipts to warehouse</strong> - a document that shows receipts of inventory to the warehouse. This document is related to the document of purchase.</p>\n<p><strong>Cash Operation</strong> - a document that will support any cash operations (cash in and cashout) made with cash.</p>\n<p><strong>Bank statement</strong> - in this section, store information about all non-cash bank transactions related to our current accounts. The following transactions are posted here: payments to the current account, debits from the account, and import of bank statements.</p>\n<p><strong>Cross-organizational movement</strong> - movements from one organization to another, i.e. between different legal persons.</p>\n","_postman_id":"cc84d803-78b5-47cd-8808-25d00a4b44cc","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"65bfaab6-4bf4-45e6-9748-8211a03d7b79","id":"65bfaab6-4bf4-45e6-9748-8211a03d7b79","name":"Smartup API Documentation","type":"collection"}}},{"name":"References","item":[{"name":"Inventory","item":[{"name":"Inventory / Import","id":"7d992d78-aa01-47d4-9262-2a09c10cfced","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"project_code","value":"trade","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"inventory\": [\r\n        {\r\n            \"inventory_id\": \"\",\r\n            \"product_id\": \"\",\r\n            \"code\": \"100\",\r\n            \"name\": \"Coca-cola 0.5l\",\r\n            \"short_name\": \"Coca-cola 0.5l\",\r\n            \"weight_netto\": \"0.5\",\r\n            \"weight_brutto\": \"0.65\",\r\n            \"litr\": \"0.5\",\r\n            \"box_type_code\": \"block\",\r\n            \"box_quant\": \"12\",\r\n            \"producer_code\": \"\",\r\n            \"measure_code\": \"kilogram2\",\r\n            \"state\": \"A\",\r\n            \"barcodes\": \"\",\r\n            \"order_no\": \"\",\r\n            \"article_code\": \"100\",\r\n            \"gtin\": \"\",\r\n            \"ikpu\": \"\",\r\n            \"tnved\": \"\",\r\n            \"marking_group_code\": \"\",\r\n            \"groups\": [\r\n                {\r\n                    \"group_code\": \"Drinks\",\r\n                    \"type_code\": \"A\"\r\n                }\r\n            ],\r\n            \"inventory_kinds\": [\r\n                {\r\n                    \"inventory_kind\": \"P\"\r\n                }\r\n            ],\r\n            \"sector_codes\": [\r\n                {\r\n                    \"sector_code\": \"654321\"\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://smartup.online/b/anor/mxsx/mr/inventory$import","description":"<p>The interface allows you to upload inventory data from third-party software to the Smartup. This interface supports bulk data ingestion in a single request</p>\n<p><strong>Request</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"inventory\": [\n        {\n            \"inventory_id\": \"\",\n            \"product_id\": \"\",\n            \"code\": \"100\",\n            \"name\": \"Coca-cola 0.5l\",\n            \"short_name\": \"Coca-cola 0.5l\",\n            \"weight_netto\": \"0.5\",\n            \"weight_brutto\": \"0.65\",\n            \"litr\": \"0.5\",\n            \"box_type_code\": \"block\",\n            \"box_quant\": \"12\",\n            \"producer_code\": \"\",\n            \"measure_code\": \"kilogram2\",\n            \"state\": \"A\",\n            \"barcodes\": \"\",\n            \"order_no\": \"\",\n            \"article_code\": \"100\",\n            \"gtin\": \"\",\n            \"ikpu\": \"\",\n            \"tnved\": \"\",\n            \"marking_group_code\": \"\",\n            \"groups\": [\n                {\n                    \"group_code\": \"Drinks\",\n                    \"type_code\": \"A\"\n                }\n            ],\n            \"inventory_kinds\": [\n                {\n                    \"inventory_kind\": \"P\"\n                }\n            ],\n            \"sector_codes\": [\n                {\n                    \"sector_code\": \"654321\"\n                }\n            ]\n        }\n    ]\n}\n\n</code></pre>\n<p><strong>Response</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"successes\": [\n    {\n      \"code\": \"100\"\n    }\n  ],\n  \"errors\": [\n  ]\n}\n\n</code></pre>\n<p><strong>Description of request parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>inventory</td>\n<td>array</td>\n<td>yes</td>\n<td>Array with data on goods and materials</td>\n</tr>\n<tr>\n<td>inventory_id</td>\n<td>number</td>\n<td>no</td>\n<td>Unique ID</td>\n</tr>\n<tr>\n<td>product_id</td>\n<td>number</td>\n<td>no</td>\n<td>Unique ID</td>\n</tr>\n<tr>\n<td>code</td>\n<td>string</td>\n<td>yes</td>\n<td>Unique inventory code, set for integration with third-party software</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>yes</td>\n<td>Full name of goods and services</td>\n</tr>\n<tr>\n<td>short_name</td>\n<td>string</td>\n<td>no</td>\n<td>Alternative name of goods and materials</td>\n</tr>\n<tr>\n<td>box_type_code</td>\n<td>string</td>\n<td>no</td>\n<td>Unique package type code</td>\n</tr>\n<tr>\n<td>box_quant</td>\n<td>number</td>\n<td>no</td>\n<td>Quantity of goods and materials in the package</td>\n</tr>\n<tr>\n<td>groups</td>\n<td>array</td>\n<td>no</td>\n<td>Array with data on the characteristics of goods and materials</td>\n</tr>\n<tr>\n<td>group_code</td>\n<td>string</td>\n<td>no</td>\n<td>Unique code of goods and materials characteristics</td>\n</tr>\n<tr>\n<td>type_code</td>\n<td>string</td>\n<td>no</td>\n<td>The unique subtype code of the merchandise characteristic</td>\n</tr>\n<tr>\n<td>measure_code</td>\n<td>string</td>\n<td>yes</td>\n<td>Unique code of the unit of measurement of the service (assigned by the system)</td>\n</tr>\n<tr>\n<td>state</td>\n<td>string</td>\n<td>yes</td>\n<td>Status (Active / Inactive), where A - active, P - passive</td>\n</tr>\n<tr>\n<td>barcodes</td>\n<td>string</td>\n<td>no</td>\n<td>Barcode of the inventory</td>\n</tr>\n<tr>\n<td>producer_code</td>\n<td>string</td>\n<td>no</td>\n<td>Manufacturer's unique code or barcode (graphic information applied to the commodities and materials packaging, which makes it possible to read it by technical means. Several barcodes are separated by a “</td>\n</tr>\n<tr>\n<td>weight_brutto</td>\n<td>number</td>\n<td>no</td>\n<td>Weight of goods and materials including packaging</td>\n</tr>\n<tr>\n<td>weight_netto</td>\n<td>number</td>\n<td>no</td>\n<td>Weight of goods and materials excluding packaging</td>\n</tr>\n<tr>\n<td>litr</td>\n<td>number</td>\n<td>no</td>\n<td>Volume of goods and materials</td>\n</tr>\n<tr>\n<td>order_no</td>\n<td>number</td>\n<td>no</td>\n<td>Order number in the list of inventories</td>\n</tr>\n<tr>\n<td>article_code</td>\n<td>string</td>\n<td>no</td>\n<td>Article code</td>\n</tr>\n<tr>\n<td>gtin</td>\n<td>string</td>\n<td>no</td>\n<td>GTIN of inventory</td>\n</tr>\n<tr>\n<td>ikpu</td>\n<td>string</td>\n<td>no</td>\n<td>IKPU of inventory</td>\n</tr>\n<tr>\n<td>tnved</td>\n<td>string</td>\n<td>no</td>\n<td>TN VED of inventory</td>\n</tr>\n<tr>\n<td>marking_group_code</td>\n<td>string</td>\n<td>no</td>\n<td>Code of marked goods group. tobacco = 3; alcohol = 11; beer = 15; pharm = 7; water = 13; appliances = 18</td>\n</tr>\n<tr>\n<td>inventory_kinds</td>\n<td>array</td>\n<td>yes</td>\n<td>Array with data on types of goods and materials</td>\n</tr>\n<tr>\n<td>inventory_kind</td>\n<td>string</td>\n<td>yes</td>\n<td>Type of goods and materials ( P - products, G - goods, M - raw materials). Type of goods and materials specifies the category of ownership</td>\n</tr>\n<tr>\n<td>sector_codes</td>\n<td>array</td>\n<td>yes</td>\n<td>Array with data on sector codes</td>\n</tr>\n<tr>\n<td>sector_code</td>\n<td>string</td>\n<td>yes</td>\n<td>Unique sector code assigned for integration with third-party software</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Description of response parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>successes</td>\n<td>array</td>\n<td>Array of successfully processed data</td>\n</tr>\n<tr>\n<td>errors</td>\n<td>array</td>\n<td>array data with errors</td>\n</tr>\n<tr>\n<td>code</td>\n<td>string</td>\n<td>Unique record code</td>\n</tr>\n<tr>\n<td>message</td>\n<td>string</td>\n<td>Clarifying error messages from the server</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["b","anor","mxsx","mr","inventory$import"],"host":["smartup","online"],"query":[],"variable":[]}},"response":[{"id":"1f0ec845-caa6-4e63-8780-a6ed66063096","name":"Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\r\n    \"inventory\": [\r\n        {\r\n            \"code\": \"100\",\r\n            \"name\": \"Coca-cola 0.5l\",\r\n            \"short_name\": \"Coca-cola 0.5l\",\r\n            \"weight_netto\": \"0.5\",\r\n            \"weight_brutto\": \"0.65\",\r\n            \"litr\": \"0.5\",\r\n            \"box_type_code\": \"block\",\r\n            \"box_quant\": \"12\",\r\n            \"producer_code\": \"\",\r\n            \"measure_code\": \"kilogram2\",\r\n            \"state\": \"A\",\r\n            \"order_no\": \"\",\r\n            \"article_code\": \"100\",\r\n            \"groups\": [\r\n                {\r\n                    \"group_code\": \"Drinks\",\r\n                    \"type_code\": \"A\"\r\n                }\r\n            ],\r\n            \"inventory_kinds\": [\r\n                {\r\n                    \"inventory_kind\": \"P\"\r\n                }\r\n            ],\r\n            \"sector_codes\": [\r\n                {\r\n                    \"sector_code\": \"654321\"\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://smartup.online/b/anor/mxsx/mr/inventory$import"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"78"},{"key":"Date","value":"Tue, 10 May 2022 07:47:39 GMT"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"successes\": [\r\n    {\r\n      \"code\": \"100\"\r\n    }\r\n  ],\r\n  \"errors\": [\r\n  ]\r\n}\r\n"}],"_postman_id":"7d992d78-aa01-47d4-9262-2a09c10cfced"},{"name":"Inventory / Export","id":"79ae93ea-35be-4d53-95ff-0b09256dbd88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"code\": \"\",\r\n  \"begin_created_on\": \"\",\r\n  \"end_created_on\": \"\",\r\n  \"begin_modified_on\": \"\",\r\n  \"end_modified_on\": \"\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://smartup.online/b/anor/mxsx/mr/inventory$export","description":"<p>The service exports data on inventories for a certain period in accordance with the values of the parameters passed to the service in the request. This interface supports bulk sending of data in one request.</p>\n<p><strong>Request</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"code\": \"\",\n  \"begin_created_on\": \"\",\n  \"end_created_on\": \"\",\n  \"begin_modified_on\": \"\",\n  \"end_modified_on\": \"\"\n}\n\n</code></pre>\n<p><strong>Response</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"inventory\": [\n    {\n      \"product_id\": \"\",\n      \"code\": \"\",\n      \"name\": \"\",\n      \"short_name\": \"\",\n      \"box_type_code\": \"\",\n      \"box_quant\": \"\",\n      \"measure_code\": \"\",\n      \"producer_code\": \"\",\n      \"order_no\": \"\",\n      \"state\": \"\",\n      \"barcodes\":\"\",\n      \"weight_netto\": \"\",\n      \"weight_brutto\": \"\",\n      \"article_code\":\"\",\n      \"gtin\": \"\",\n      \"ikpu\": \"\",\n      \"tnved\": \"\",\n      \"litr\": \"\",\n      \"marking_group_code\": \"\",\n      \"groups\": [\n        {\n          \"group_code\": \"\",\n          \"type_code\": \"\"\n        }\n      ],\n      \"inventory_kinds\": [\n        {\n          \"inventory_kind\": \"\"\n        }\n      ],\n      \"sector_codes\": [\n        {\n          \"sector_code\": \"\"\n        }\n      ]\n    }\n  ]\n}\n\n</code></pre>\n<p><strong>Description of request parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>code</td>\n<td>string</td>\n<td>No</td>\n<td>Unique inventory code assigned by the system (allows you to select/filter inventory items by entered code)</td>\n</tr>\n<tr>\n<td>begin_created_on</td>\n<td>date( dd.mm.yyyy)</td>\n<td>No</td>\n<td>The initial date interval for entering goods and materials into the system (allows you to filter all goods and materials entered into the system after the specified date</td>\n</tr>\n<tr>\n<td>end_create_on</td>\n<td>date( dd.mm.yyyy)</td>\n<td>No</td>\n<td>The final date interval for entering goods and materials into the system (allows you to filter all goods and materials entered into the system before the specified date</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>begin_modified_on</td>\n<td>date( dd.mm.yyyy)</td>\n<td>No</td>\n<td>Start date interval for editing inventory items in the system (allows you to filter all items changed in the system later than the date set)</td>\n</tr>\n<tr>\n<td>end_modified_on</td>\n<td>date( dd.mm.yyyy)</td>\n<td>No</td>\n<td>The final date interval for editing goods and materials in the system (allows you to filter all goods and materials changed in the system before the date set</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Description of response parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>inventory</td>\n<td>array</td>\n<td>Array with data on goods and materials</td>\n</tr>\n<tr>\n<td>product_id</td>\n<td>number</td>\n<td>Unique ID</td>\n</tr>\n<tr>\n<td>code</td>\n<td>string</td>\n<td>Unique inventory code for integration with third-party software</td>\n</tr>\n<tr>\n<td>product_id</td>\n<td>number</td>\n<td>ID of inventory used within the system</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>Complete name of goods and materials</td>\n</tr>\n<tr>\n<td>short_name</td>\n<td>string</td>\n<td>Alternative name of goods and materials</td>\n</tr>\n<tr>\n<td>weight_netto</td>\n<td>number</td>\n<td>Net weight</td>\n</tr>\n<tr>\n<td>weight_brutto</td>\n<td>number</td>\n<td>Gross weight</td>\n</tr>\n<tr>\n<td>litr</td>\n<td>number</td>\n<td>Displacement</td>\n</tr>\n<tr>\n<td>box_type_code</td>\n<td>string</td>\n<td>Unique package type code</td>\n</tr>\n<tr>\n<td>box_quant</td>\n<td>number</td>\n<td>Number of packages</td>\n</tr>\n<tr>\n<td>measure_code</td>\n<td>string</td>\n<td>Unique code of the unit of measurement of the service (assigned by the system)</td>\n</tr>\n<tr>\n<td>producer_code</td>\n<td>string</td>\n<td>Manufacturer's unique code or barcode (graphic information applied to the commodities and materials packaging, which makes it possible to read it by technical means. Several barcodes are separated by a “</td>\n</tr>\n<tr>\n<td>order_no</td>\n<td>number</td>\n<td>Order number in the list of inventories</td>\n</tr>\n<tr>\n<td>state</td>\n<td>string</td>\n<td>Inventory status in the system (A - active, P - inactive)</td>\n</tr>\n<tr>\n<td>article_code</td>\n<td>string</td>\n<td>Article code</td>\n</tr>\n<tr>\n<td>gtin</td>\n<td>string</td>\n<td>GTIN of inventory</td>\n</tr>\n<tr>\n<td>ikpu</td>\n<td>string</td>\n<td>IKPU of inventory</td>\n</tr>\n<tr>\n<td>tnved</td>\n<td>string</td>\n<td>TN VED of inventory</td>\n</tr>\n<tr>\n<td>marking_group_code</td>\n<td>string</td>\n<td>Code of marked goods group</td>\n</tr>\n<tr>\n<td>groups</td>\n<td>array</td>\n<td>Array with data on the characteristics of goods and materials</td>\n</tr>\n<tr>\n<td>group_code</td>\n<td>string</td>\n<td>Unique code of goods and materials characteristics</td>\n</tr>\n<tr>\n<td>type_code</td>\n<td>string</td>\n<td>The unique subtype code of the merchandise characteristic</td>\n</tr>\n<tr>\n<td>inventory_kinds</td>\n<td>array</td>\n<td>Array with data on the type of goods and materials</td>\n</tr>\n<tr>\n<td>inventory_kind</td>\n<td>string</td>\n<td>Type of goods and materials ( P - products, G - goods, M - raw materials). Type of goods and materials specifies the category of ownership</td>\n</tr>\n<tr>\n<td>sector_codes</td>\n<td>array</td>\n<td>array codes sectors</td>\n</tr>\n<tr>\n<td>sector_code</td>\n<td>string</td>\n<td>Sector code assigned for integration with third-party software</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["b","anor","mxsx","mr","inventory$export"],"host":["smartup","online"],"query":[],"variable":[]}},"response":[{"id":"7272c2ba-1879-4505-b5fb-3db39dcb4bde","name":"Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"code\": \"\",\r\n  \"begin_created_on\": \"\",\r\n  \"end_created_on\": \"\",\r\n  \"begin_modified_on\": \"\",\r\n  \"end_modified_on\": \"\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://smartup.online/b/anor/mxsx/mr/inventory$export"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"36"},{"key":"Date","value":"Wed, 18 May 2022 10:56:03 GMT"}],"cookie":[],"responseTime":null,"body":"{\"inventory\":[]}"}],"_postman_id":"79ae93ea-35be-4d53-95ff-0b09256dbd88"}],"id":"f380ab07-2b02-4292-a26a-3e9ff37b7368","_postman_id":"f380ab07-2b02-4292-a26a-3e9ff37b7368","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"65bfaab6-4bf4-45e6-9748-8211a03d7b79","id":"65bfaab6-4bf4-45e6-9748-8211a03d7b79","name":"Smartup API Documentation","type":"collection"}}},{"name":"Service","item":[{"name":"Service / Import","id":"94f03377-daf4-42b7-b260-f4746c79ebdd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"service\": [\r\n    {\r\n      \"service_id\": \"\",\r\n      \"code\": \"101\",\r\n      \"name\": \"Delivery\",\r\n      \"short_name\": \"Delivery\",\r\n      \"measure_code\": \"unit\",\r\n      \"state\": \"A\",\r\n      \"groups\": [\r\n        {\r\n          \"group_code\": \"100\",\r\n          \"type_code\": \"\"\r\n        }\r\n      ],\r\n      \"order_no\": \"\"\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://smartup.online/b/anor/mxsx/mr/service$import","description":"<p>Through this interface, the service loads data about services into the Smartup system x . The interface supports bulk data ingestion in a single request.</p>\n<p><strong>Request</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"service\": [\n    {\n      \"service_id\": \"\",\n      \"code\": \"101\",\n      \"name\": \"Delivery\",\n      \"short_name\": \"Delivery\",\n      \"measure_code\": \"unit\",\n      \"state\": \"A\",\n      \"groups\": [\n        {\n          \"group_code\": \"100\",\n          \"type_code\": \"\"\n        }\n      ],\n      \"order_no\": \"\"\n    }\n  ]\n}\n\n</code></pre>\n<p><strong>Response</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"successes\": [\n  ],\n  \"errors\": [\n    {\n      \"code\": \"\",\n      \"message\": \"\"\n    }\n  ]\n}\n\n</code></pre>\n<p><strong>Description of request parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>service</td>\n<td>array</td>\n<td>yes</td>\n<td>Array with service data</td>\n</tr>\n<tr>\n<td>code</td>\n<td>string</td>\n<td>yes</td>\n<td>Unique service code assigned for integration with third-party software</td>\n</tr>\n<tr>\n<td>service_id</td>\n<td>number</td>\n<td>no</td>\n<td>Unique ID</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>yes</td>\n<td>Full service name</td>\n</tr>\n<tr>\n<td>short_name</td>\n<td>string</td>\n<td>no</td>\n<td>Alternative service name</td>\n</tr>\n<tr>\n<td>measure_code</td>\n<td>string</td>\n<td>yes</td>\n<td>Unique code of the unit of measure for the service (assigned by the system)</td>\n</tr>\n<tr>\n<td>state</td>\n<td>string</td>\n<td>yes</td>\n<td>Service status ( A - active, P - passive)</td>\n</tr>\n<tr>\n<td>groups</td>\n<td>array</td>\n<td>no</td>\n<td>Array with data about the characteristics of the service</td>\n</tr>\n<tr>\n<td>group_code</td>\n<td>string</td>\n<td>no</td>\n<td>Unique service characteristic code</td>\n</tr>\n<tr>\n<td>type_code</td>\n<td>string</td>\n<td>no</td>\n<td>Service characteristic subtype unique code</td>\n</tr>\n<tr>\n<td>order_no</td>\n<td>number</td>\n<td>no</td>\n<td>Order number in the list of services</td>\n</tr>\n</tbody>\n</table>\n</div><p>Before sending, the service checks the request for:</p>\n<p>• the presence of mandatory parameters;<br />• parameter validity.</p>\n<p>If all checks are passed successfully, the service will return the relevant information for each parameter.</p>\n<p><strong>Description of response parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>successes</td>\n<td>array</td>\n<td>Array of successfully processed data</td>\n</tr>\n<tr>\n<td>errors</td>\n<td>array</td>\n<td>Array data with errors</td>\n</tr>\n<tr>\n<td>code</td>\n<td>string</td>\n<td>Unique code records</td>\n</tr>\n<tr>\n<td>message</td>\n<td>string</td>\n<td>Clarifying error messages from the server</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["b","anor","mxsx","mr","service$import"],"host":["smartup","online"],"query":[],"variable":[]}},"response":[],"_postman_id":"94f03377-daf4-42b7-b260-f4746c79ebdd"},{"name":"Service / Export","id":"206d1aa7-f792-4271-be59-592001254809","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"code\": \"\",\r\n  \"begin_created_on\": \"\",\r\n  \"end_created_on\": \"\",\r\n  \"begin_modified_on\": \"\",\r\n  \"end_modified_on\": \"\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://smartup.online/b/anor/mxsx/mr/service$export","description":"<p>The service exports data about services for a certain period in accordance with the values of the parameters passed to the service in the request. This interface supports bulk sending of data in one request.</p>\n<p><strong>Request</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"code\": \"\",\n  \"begin_created_on\": \"\",\n  \"end_created_on\": \"\",\n  \"begin_modified_on\": \"\",\n  \"end_modified_on\": \"\"\n}\n\n</code></pre>\n<p><strong>Response</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"service\": [\n    {\n      \"service_id\": \"\",\n      \"code\": \"\",\n      \"name\": \"\",\n      \"short_name\": \"\",\n      \"measure_code\": \"\",\n      \"state\": \"\",\n      \"groups\": [\n        {\n          \"group_code\": \"\",\n          \"type_code\": \"\"\n        }\n      ],\n      \"order_no\": \"\"\n    }\n  ]\n}\n\n</code></pre>\n<p><strong>Description of request parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>code</td>\n<td>string</td>\n<td>no</td>\n<td>Unique service code assigned by the user in the system (allows you to select/filter the service by the entered code)</td>\n</tr>\n<tr>\n<td>begin_created_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by creation date</td>\n</tr>\n<tr>\n<td>end_created_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by last creation date</td>\n</tr>\n<tr>\n<td>begin_modified_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by date of modification</td>\n</tr>\n<tr>\n<td>end_modified_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by last modified date</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Description of response parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>service</td>\n<td>array</td>\n<td>Array with service data</td>\n</tr>\n<tr>\n<td>service_id</td>\n<td>number</td>\n<td>Unique ID</td>\n</tr>\n<tr>\n<td>code</td>\n<td>string</td>\n<td>Unique service code assigned by the user in the system</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>Name of service</td>\n</tr>\n<tr>\n<td>short_name</td>\n<td>string</td>\n<td>Alternative service name</td>\n</tr>\n<tr>\n<td>measure_code</td>\n<td>string</td>\n<td>Unique code of the unit of measure for the service (assigned by the system)</td>\n</tr>\n<tr>\n<td>state</td>\n<td>string</td>\n<td>Service status in the system (A - active, P - passive)</td>\n</tr>\n<tr>\n<td>groups</td>\n<td>array</td>\n<td>Array with data about the characteristics of the service</td>\n</tr>\n<tr>\n<td>group_code</td>\n<td>string</td>\n<td>Unique service characteristic code</td>\n</tr>\n<tr>\n<td>type_code</td>\n<td>string</td>\n<td>Service characteristic subtype unique code</td>\n</tr>\n<tr>\n<td>order_no</td>\n<td>number</td>\n<td>Order number in the list of services</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["b","anor","mxsx","mr","service$export"],"host":["smartup","online"],"query":[],"variable":[]}},"response":[],"_postman_id":"206d1aa7-f792-4271-be59-592001254809"}],"id":"6412bed1-2522-4dd0-baf0-4a438838f404","_postman_id":"6412bed1-2522-4dd0-baf0-4a438838f404","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"65bfaab6-4bf4-45e6-9748-8211a03d7b79","id":"65bfaab6-4bf4-45e6-9748-8211a03d7b79","name":"Smartup API Documentation","type":"collection"}}},{"name":"Product group","item":[{"name":"Product group / Import","id":"347afe60-00a8-4936-89a8-3a41a8ac2a6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"product_group\": [\r\n    {\r\n      \"code\": \"\",\r\n      \"product_group_id\": \"\",\r\n      \"name\": \"\",\r\n      \"product_kind\": \"\",\r\n      \"state\": \"\",\r\n      \"product_group_types\": [\r\n        {\r\n          \"code\": \"\",\r\n          \"name\": \"\",\r\n          \"state\": \"\",\r\n          \"order_no\": \"\"\r\n        }\r\n      ]\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://smartup.online/b/anor/mxsx/mr/product_group$import","description":"<p>The interface creates the required number of new product groups, in addition to the default system groups - goods, raw materials, services, for import.</p>\n<p><strong>Request</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"product_group\": [\n    {\n      \"code\": \"\",\n      \"product_group_id\": \"\",\n      \"name\": \"\",\n      \"product_kind\": \"\",\n      \"state\": \"\",\n      \"product_group_types\": [\n        {\n          \"code\": \"\",\n          \"name\": \"\",\n          \"state\": \"\",\n          \"order_no\": \"\"\n        }\n      ]\n    }\n  ]\n}\n\n</code></pre>\n<p><strong>Response</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"successes\": [\n        {\n            \"code\": \"\"\n        }\n    ],\n    \"errors\": [\n        {\n            \"code\": \"\",\n            \"message\": \"\"\n        }\n    ]\n}\n\n</code></pre>\n<p><strong>Description of request parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>product_group</td>\n<td>array</td>\n<td>yes</td>\n<td>Array with product group data</td>\n</tr>\n<tr>\n<td>code</td>\n<td>string</td>\n<td>yes</td>\n<td>Unique product group code assigned for integration with third-party software</td>\n</tr>\n<tr>\n<td>product_group_id</td>\n<td>number</td>\n<td>no</td>\n<td>Unique ID</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>yes</td>\n<td>Full name of the product group</td>\n</tr>\n<tr>\n<td>product_kind</td>\n<td>string</td>\n<td>yes</td>\n<td>Product type</td>\n</tr>\n<tr>\n<td>state</td>\n<td>string</td>\n<td>yes</td>\n<td>Product group status ( A - active, P - inactive)</td>\n</tr>\n<tr>\n<td>product_group_types</td>\n<td>array</td>\n<td>yes</td>\n<td>Array with data about product group types</td>\n</tr>\n<tr>\n<td>code</td>\n<td>string</td>\n<td>yes</td>\n<td>Unique product group type code assigned for integration with third-party software</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>yes</td>\n<td>Full name of the product group type</td>\n</tr>\n<tr>\n<td>state</td>\n<td>string</td>\n<td>yes</td>\n<td>Product group type status ( A - active, P - passive)</td>\n</tr>\n<tr>\n<td>order_no</td>\n<td>number</td>\n<td>no</td>\n<td>Order number in the list of product groups</td>\n</tr>\n</tbody>\n</table>\n</div><p>Before sending, the service checks the request for:</p>\n<ul>\n<li><p>the presence of mandatory parameters</p>\n</li>\n<li><p>parameter validity</p>\n</li>\n</ul>\n<p>If all checks are passed successfully, the service will return the relevant information for each parameter.</p>\n<p><strong>Description of response parameters</strong>  </p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>successes</td>\n<td>array</td>\n<td>Array of successfully processed data</td>\n</tr>\n<tr>\n<td>errors</td>\n<td>array</td>\n<td>Array data with errors</td>\n</tr>\n<tr>\n<td>code</td>\n<td>string</td>\n<td>Unique code records</td>\n</tr>\n<tr>\n<td>message</td>\n<td>string</td>\n<td>Message specifying the cause of the error from the server</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["b","anor","mxsx","mr","product_group$import"],"host":["smartup","online"],"query":[],"variable":[]}},"response":[],"_postman_id":"347afe60-00a8-4936-89a8-3a41a8ac2a6d"},{"name":"Product group / Export","id":"10354b54-d183-46e9-9b97-a0949f6bef73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"code\": \"\",\r\n  \"begin_created_on\": \"\",\r\n  \"end_created_on\": \"\",\r\n  \"begin_modified_on\": \"\",\r\n  \"end_modified_on\": \"\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://smartup.online/b/anor/mxsx/mr/product_group$export","description":"<p>The interface creates the required number of new product groups, in addition to the default system groups - goods, raw materials, services. Through the interface, the service exports data about the product group.</p>\n<p><strong>Request</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"code\": \"\",\n  \"begin_created_on\": \"\",\n  \"end_created_on\": \"\",\n  \"begin_modified_on\": \"\",\n  \"end_modified_on\": \"\"\n}\n\n</code></pre>\n<p><strong>Response</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"product_group\": [\n    {\n      \"code\": \"\",\n      \"product_group_id\": \"\",\n      \"name\": \"\",\n      \"product_kind\": \"\",\n      \"state\": \"\",\n      \"product_group_types\": [\n        {\n          \"code\": \"\",\n          \"name\": \"\",\n          \"state\": \"\",\n          \"order_no\":\"\"\n        }\n      ]\n    }\n  ]\n}\n\n</code></pre>\n<p><strong>Description of request parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>code</td>\n<td>string</td>\n<td>no</td>\n<td>Unique product group code assigned by the user in the system (allows you to select/filter the service by the entered code)</td>\n</tr>\n<tr>\n<td>begin_created_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Product group filter by creation date</td>\n</tr>\n<tr>\n<td>end_create_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by last product group creation date</td>\n</tr>\n<tr>\n<td>begin_modified_on</td>\n<td>date( dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by date of modification</td>\n</tr>\n<tr>\n<td>end_modified_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by last modified date</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Description of response parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>product_group</td>\n<td>array</td>\n<td>yes</td>\n<td>Array with product group data</td>\n</tr>\n<tr>\n<td>code</td>\n<td>string</td>\n<td>yes</td>\n<td>Unique product group code assigned for integration with third-party software</td>\n</tr>\n<tr>\n<td>product_group_id</td>\n<td>number</td>\n<td>no</td>\n<td>Unique ID</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>yes</td>\n<td>Full name of the product group</td>\n</tr>\n<tr>\n<td>product_kind</td>\n<td>string</td>\n<td>yes</td>\n<td>Type of products ( I - inventory, S - services)</td>\n</tr>\n<tr>\n<td>state</td>\n<td>string</td>\n<td>yes</td>\n<td>Product group status ( A - active, P - passive)</td>\n</tr>\n<tr>\n<td>product_group_types</td>\n<td>array</td>\n<td>yes</td>\n<td>Array with data about product group types</td>\n</tr>\n<tr>\n<td>code</td>\n<td>string</td>\n<td>yes</td>\n<td>Unique product group type code</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>yes</td>\n<td>Full name of the product group type</td>\n</tr>\n<tr>\n<td>state</td>\n<td>string</td>\n<td>yes</td>\n<td>Product group type status ( A - active, P - passive)</td>\n</tr>\n<tr>\n<td>order_no</td>\n<td>number</td>\n<td>no</td>\n<td>Order number in the list of product groups</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["b","anor","mxsx","mr","product_group$export"],"host":["smartup","online"],"query":[],"variable":[]}},"response":[],"_postman_id":"10354b54-d183-46e9-9b97-a0949f6bef73"}],"id":"d927a6ef-6cd5-4ecf-88a6-2c36e6ebb973","_postman_id":"d927a6ef-6cd5-4ecf-88a6-2c36e6ebb973","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"65bfaab6-4bf4-45e6-9748-8211a03d7b79","id":"65bfaab6-4bf4-45e6-9748-8211a03d7b79","name":"Smartup API Documentation","type":"collection"}}},{"name":"Price type","item":[{"name":"Price type / Import","id":"c8a00753-4b23-49e1-819d-af81f53fca78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"price_type\": [\r\n    {\r\n      \"name\": \"Price for dispatching\",\r\n      \"code\": \"777\",\r\n      \"with_card\": \"N\",\r\n      \"short_name\": \"PfD\",\r\n      \"price_type_kind\": \"S\",\r\n      \"currency_code\": \"860\",\r\n      \"state\": \"A\"\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://smartup.online/b/anor/api/v2/mkr/price_type$import","description":"<p>The functionality of loading price types from third-party software is implemented. This interface supports bulk data ingestion in a single request.  </p>\n<p><strong>Request</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"price_type\": [\n    {\n      \"name\": \"Price for dispatching\",\n      \"code\": \"777\",\n      \"with_card\": \"N\",\n      \"short_name\": \"PfD\",\n      \"price_type_kind\": \"S\",\n      \"currency_code\": \"860\",\n      \"state\": \"A\"\n    }\n  ]\n}\n\n</code></pre>\n<p><strong>Response</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"successes\": [\n        {\n            \"code\": \"\"\n        }\n    ],\n    \"errors\": [\n        {\n            \"code\": \"\",\n            \"message\": \"\"\n        }\n    ]\n}\n\n</code></pre>\n<p><strong>Description of request parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>price_type</td>\n<td>array</td>\n<td>yes</td>\n<td>Array with data on price types</td>\n</tr>\n<tr>\n<td>code</td>\n<td>string</td>\n<td>yes</td>\n<td>Unique price type code. A certain type of price is implied (action, promo, return, etc.)</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>yes</td>\n<td>Price type name</td>\n</tr>\n<tr>\n<td>short_name</td>\n<td>string</td>\n<td>yes</td>\n<td>Alternative price type name</td>\n</tr>\n<tr>\n<td>price_type_kind</td>\n<td>string</td>\n<td>yes</td>\n<td>Price type ( S - sale price, P - purchase price)</td>\n</tr>\n<tr>\n<td>currency_code</td>\n<td>string</td>\n<td>yes</td>\n<td>Unique currency code for this price type</td>\n</tr>\n<tr>\n<td>with_card</td>\n<td>string</td>\n<td>yes</td>\n<td>Accounting identifier of the price type by batches (each batch number has its own price value within one inventory)</td>\n</tr>\n<tr>\n<td>state</td>\n<td>string</td>\n<td>yes</td>\n<td>Price type status in the system (A - active, P - passive)</td>\n</tr>\n</tbody>\n</table>\n</div><p>Before sending, the service checks the request for:</p>\n<ul>\n<li><p>the presence of mandatory parameters</p>\n</li>\n<li><p>parameter validity</p>\n</li>\n</ul>\n<p>If all checks are passed successfully, the service will return the relevant information for each parameter.</p>\n<p><strong>Description of response parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>successes</td>\n<td>array</td>\n<td>Array of successfully processed data</td>\n</tr>\n<tr>\n<td>errors</td>\n<td>array</td>\n<td>Array data with errors</td>\n</tr>\n<tr>\n<td>code</td>\n<td>string</td>\n<td>Unique record code</td>\n</tr>\n<tr>\n<td>message</td>\n<td>string</td>\n<td>Clarifying error messages from the server</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["b","anor","api","v2","mkr","price_type$import"],"host":["smartup","online"],"query":[],"variable":[]}},"response":[],"_postman_id":"c8a00753-4b23-49e1-819d-af81f53fca78"},{"name":"Price type / Export","id":"b54a4ea9-5bdf-4845-9a9c-28cc3cf7dc9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"column_list\":[\"code\", \"name\", \"short_name\", \"with_card\", \"state\", \"price_type_kind\", \"currency_code\"],\r\n    \"limit\": \"1000\",\r\n    \"offset\": \"0\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://smartup.online/b/anor/api/v2/mkr/price_type$export","description":"<p>The service exports data on price types for a certain period in accordance with the values of the parameters passed to the service in the request. This interface supports bulk sending of data in one request.</p>\n<p><strong>Request</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"column_list\":[\"code\", \"name\", \"short_name\", \"with_card\", \"state\", \"price_type_kind\", \"currency_code\"],\n    \"limit\": \"\",\n    \"offset\": \"\"\n}\n\n</code></pre>\n<p><strong>Response</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"count\": \"\",\n   \"data\": [\n    {\n      \"code\": \"\",\n      \"name\": \"\",\n      \"short_name\": \"\",\n      \"with_card\": \"\",\n      \"state\": \"\",\n      \"price_type_kind\": \"\",\n      \"currency_code\": \"\"\n    }\n  ]\n}\n\n</code></pre>\n<p><strong>Description of request parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>column_list</td>\n<td>array</td>\n<td>no</td>\n<td>An array of column names to be included in the response (e.g., [\"code\", \"name\"]). If empty or not provided, all available columns are returned. This reduces data transfer and improves performance.</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>number</td>\n<td>no</td>\n<td>The maximum number of objects to return in a single response. The server imposes a hard maximum of 1000 objects per request. Values higher than 1000 are automatically capped at 1000.</td>\n</tr>\n<tr>\n<td>offset</td>\n<td>number</td>\n<td>no</td>\n<td>The starting index from which to return the objects. Used for pagination in combination with limit (e.g., offset: 1000 gets the next batch of objects after the first 1000). Defaults to 0 if not provided</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Description of response parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>count</td>\n<td>number</td>\n<td>Total number of price types</td>\n</tr>\n<tr>\n<td>data</td>\n<td>array</td>\n<td>Price type array</td>\n</tr>\n<tr>\n<td>code</td>\n<td>string</td>\n<td>Unique price type code</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>Price type name</td>\n</tr>\n<tr>\n<td>short_name</td>\n<td>string</td>\n<td>Alternative price type name</td>\n</tr>\n<tr>\n<td>with_card</td>\n<td>string</td>\n<td>Accounting identifier for the type of prices by batches (each batch number has its own price value within one inventory)</td>\n</tr>\n<tr>\n<td>state</td>\n<td>string</td>\n<td>Price type status in the system (A - active, P - passive)</td>\n</tr>\n<tr>\n<td>currency_code</td>\n<td>string</td>\n<td>Unique currency code</td>\n</tr>\n<tr>\n<td>price_type_kind</td>\n<td>string</td>\n<td>Type of price ( S - sale price, P - purchase price)</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["b","anor","api","v2","mkr","price_type$export"],"host":["smartup","online"],"query":[],"variable":[]}},"response":[],"_postman_id":"b54a4ea9-5bdf-4845-9a9c-28cc3cf7dc9a"}],"id":"93f866d3-1640-4073-a4a2-e4b06b9f29e3","_postman_id":"93f866d3-1640-4073-a4a2-e4b06b9f29e3","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"65bfaab6-4bf4-45e6-9748-8211a03d7b79","id":"65bfaab6-4bf4-45e6-9748-8211a03d7b79","name":"Smartup API Documentation","type":"collection"}}},{"name":"Inventory price","item":[{"name":"Inventory price / Import","id":"cec45235-c1ec-4ca8-a1e7-e8866a125571","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"inventory\": [\r\n    {\r\n      \"inventory_code\": \"\",\r\n      \"price_type\": [\r\n        {\r\n          \"price_type_code\": \"\",\r\n          \"card_code\": \"\",\r\n          \"price\": \"\"\r\n        }\r\n      ]\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://smartup.online/b/anor/api/v2/mkf/product_price$import","description":"<p>The service loads prices for goods and materials from third-party software. This interface supports bulk data ingestion in a single request.</p>\n<p><strong>Request</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"inventory\": [\n    {\n      \"inventory_code\": \"\",\n      \"price_type\": [\n        {\n          \"price_type_code\": \"\",\n          \"card_code\": \"\",\n          \"price\": \"\"\n        }\n      ]\n    }\n  ]\n}\n\n</code></pre>\n<p><strong>Response</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"successes\": [\n        {\n            \"code\": \"\"\n        }\n    ],\n    \"errors\": [\n        {\n            \"code\": \"\",\n            \"message\": \"\"\n        }\n    ]\n}\n\n</code></pre>\n<p><strong>Description of request parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>inventory</td>\n<td>array</td>\n<td>yes</td>\n<td>Array with data on goods and materials</td>\n</tr>\n<tr>\n<td>inventory_code</td>\n<td>string</td>\n<td>yes</td>\n<td>Unique inventory code, set for integration with third-party software</td>\n</tr>\n<tr>\n<td>price_type_code</td>\n<td>string</td>\n<td>yes</td>\n<td>Unique price type code</td>\n</tr>\n<tr>\n<td>card_code</td>\n<td>string</td>\n<td>no</td>\n<td>Inventory card number</td>\n</tr>\n<tr>\n<td>price</td>\n<td>number</td>\n<td>yes</td>\n<td>Price</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Description of response parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>successes</td>\n<td>array</td>\n<td>Array of successfully processed data</td>\n</tr>\n<tr>\n<td>errors</td>\n<td>array</td>\n<td>Array data with errors</td>\n</tr>\n<tr>\n<td>code</td>\n<td>string</td>\n<td>Unique record code</td>\n</tr>\n<tr>\n<td>message</td>\n<td>string</td>\n<td>Clarifying error messages from the server</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["b","anor","api","v2","mkf","product_price$import"],"host":["smartup","online"],"query":[],"variable":[]}},"response":[],"_postman_id":"cec45235-c1ec-4ca8-a1e7-e8866a125571"},{"name":"Inventory price / Export","id":"8fc91d41-8bae-4d15-a882-f9f200e0a742","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"price_type_codes\":[]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://smartup.online/b/anor/api/v2/mkf/product_price$export","description":"<p>The service exports prices for goods and materials for a certain period in accordance with the values of the parameters passed to the service in the request. This interface supports bulk sending of data in one request.</p>\n<p><strong>Request</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"price_type_codes\":[\"\"]\n}\n\n</code></pre>\n<p><strong>Response</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"inventory\": [\n        {\n            \"inventory_code\": \"\",\n            \"inventory_barcode\": \"\",\n            \"price_type\": [\n                {\n                    \"price_type_code\": \"\",\n                    \"card_code\": \"\",\n                    \"price\": \"\"\n                }\n            ]\n        }\n    ]\n}\n\n</code></pre>\n<p><strong>Description of request parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>price_type_codes</td>\n<td>array</td>\n<td>no ;  <br />Exception: if filial_id = administration organization ID, then required</td>\n<td>An array of price type codes to filter the exported prices. If provided, only prices linked to these types are returned. If empty or not provided, all prices are exported.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Description of response parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>inventory</td>\n<td>array</td>\n<td>yes</td>\n<td>Array with data on goods and materials</td>\n</tr>\n<tr>\n<td>inventory_code</td>\n<td>string</td>\n<td>yes</td>\n<td>Unique inventory code, set for integration with third-party software</td>\n</tr>\n<tr>\n<td>inventory_barcode</td>\n<td>string</td>\n<td>yes</td>\n<td>Unique inventory barcode</td>\n</tr>\n<tr>\n<td>price_type</td>\n<td>array</td>\n<td>yes</td>\n<td>Array with data of price type for the inventory</td>\n</tr>\n<tr>\n<td>price_type_code</td>\n<td>string</td>\n<td>yes</td>\n<td>Unique price type code</td>\n</tr>\n<tr>\n<td>card_code</td>\n<td>string</td>\n<td>no</td>\n<td>Inventory card number</td>\n</tr>\n<tr>\n<td>price</td>\n<td>number</td>\n<td>yes</td>\n<td>Price</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["b","anor","api","v2","mkf","product_price$export"],"host":["smartup","online"],"query":[],"variable":[]}},"response":[],"_postman_id":"8fc91d41-8bae-4d15-a882-f9f200e0a742"}],"id":"e3b5e7c2-0d9f-4ee6-95ce-e3d786b3cb6e","_postman_id":"e3b5e7c2-0d9f-4ee6-95ce-e3d786b3cb6e","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"65bfaab6-4bf4-45e6-9748-8211a03d7b79","id":"65bfaab6-4bf4-45e6-9748-8211a03d7b79","name":"Smartup API Documentation","type":"collection"}}},{"name":"Producers","item":[{"name":"Producers / Import","id":"04212038-2a3e-42af-b3fc-428ea3f05cdc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"producer\": [\r\n    {\r\n      \"person_code\": \"\",\r\n      \"state\": \"\",\r\n      \"code\": \"\",\r\n      \"order_no\": \"\"\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://smartup.online/b/anor/mxsx/mr/producer$import","description":"<p>The service imports data about the producer(s) according to the parameter values passed to the service in the request. This interface supports bulk data ingestion in a single request. To implement bulk input, it is necessary to duplicate the <code>producer</code> array in the request with the appropriate parameters the number of times you need.</p>\n<p><strong>Request</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"producer\": [\n    {\n      \"person_code\": \"\",\n      \"state\": \"\",\n      \"code\": \"\",\n      \"order_no\": \"\"\n    }\n  ]\n}\n\n</code></pre>\n<p><strong>Response</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"successes\": [\n        {\n            \"code\": \"\"\n        }\n    ],\n    \"errors\": [\n        {\n            \"code\": \"\",\n            \"message\": \"\"\n        }\n    ]\n}\n\n</code></pre>\n<p><strong>Description of request parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>producer</td>\n<td>array</td>\n<td>yes</td>\n<td>An array containing data about the producer</td>\n</tr>\n<tr>\n<td>person_code</td>\n<td>string</td>\n<td>yes</td>\n<td>Unique face code</td>\n</tr>\n<tr>\n<td>state</td>\n<td>string</td>\n<td>yes</td>\n<td>Producer status ( A - active; P - passive)</td>\n</tr>\n<tr>\n<td>code</td>\n<td>string</td>\n<td>yes</td>\n<td>Producer's unique code</td>\n</tr>\n<tr>\n<td>order_no</td>\n<td>number</td>\n<td>no</td>\n<td>Order number in the list of producers</td>\n</tr>\n</tbody>\n</table>\n</div><p>Before sending, the service checks the request for:</p>\n<ul>\n<li>the presence of mandatory parameters</li>\n<li>parameter validity</li>\n</ul>\n<p>If all checks are passed successfully, the service will return the relevant information for each parameter.</p>\n<p><strong>Description of response parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>successes</td>\n<td>array</td>\n<td>Array of successfully processed data</td>\n</tr>\n<tr>\n<td>errors</td>\n<td>array</td>\n<td>Array data with errors</td>\n</tr>\n<tr>\n<td>code</td>\n<td>string</td>\n<td>Producer's unique code used for verification in the system</td>\n</tr>\n<tr>\n<td>message</td>\n<td>string</td>\n<td>Message specifying the cause of the error from the server</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["b","anor","mxsx","mr","producer$import"],"host":["smartup","online"],"query":[],"variable":[]}},"response":[],"_postman_id":"04212038-2a3e-42af-b3fc-428ea3f05cdc"},{"name":"Producers / Export","id":"68d705c3-f761-4eda-86f9-957881b66996","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"code\": \"\",\r\n  \"begin_created_on\": \"\",\r\n  \"end_created_on\": \"\",\r\n  \"begin_modified_on\": \"\",\r\n  \"end_modified_on\": \"\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://smartup.online/b/anor/mxsx/mr/producer$export","description":"<p>Uploading data about manufacturers for a certain period in accordance with the values of the parameters passed to the service in the request. This interface supports bulk sending of data in one request. To implement bulk input, it is necessary to duplicate the <code>producer</code> array in the request with the appropriate parameters as many times as you need.</p>\n<p><strong>Request</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"code\": \"\",\n  \"begin_created_on\": \"\",\n  \"end_created_on\": \"\",\n  \"begin_modified_on\": \"\",\n  \"end_modified_on\": \"\"\n}\n\n</code></pre>\n<p><strong>Response</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"producer\": [\n    {\n      \"person_code\": \"\",\n      \"state\": \"\",\n      \"order_no\": \"\",\n      \"code\": \"\"\n    }\n  ]\n}\n\n</code></pre>\n<p><strong>Description of request parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>code</td>\n<td>string</td>\n<td>no</td>\n<td>Unique producer's code assigned by the user in the system (allows you to select/filter the service by the entered code)</td>\n</tr>\n<tr>\n<td>begin_created_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Producer filter by creation date</td>\n</tr>\n<tr>\n<td>end_create_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by last creation date of producers</td>\n</tr>\n<tr>\n<td>begin_modified_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by date of modification</td>\n</tr>\n<tr>\n<td>end_modified_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by last modified date</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Description of response parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>producer</td>\n<td>array</td>\n<td>Producer data array</td>\n</tr>\n<tr>\n<td>person_code</td>\n<td>string</td>\n<td>Unique face code</td>\n</tr>\n<tr>\n<td>state</td>\n<td>string</td>\n<td>Producer status ( A - active, P - passive)</td>\n</tr>\n<tr>\n<td>order_no</td>\n<td>number</td>\n<td>Order number in the list of producers</td>\n</tr>\n<tr>\n<td>code</td>\n<td>string</td>\n<td>Producer unique code</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["b","anor","mxsx","mr","producer$export"],"host":["smartup","online"],"query":[],"variable":[]}},"response":[],"_postman_id":"68d705c3-f761-4eda-86f9-957881b66996"}],"id":"b32e7025-5633-43cf-a465-ed17efd3ab73","_postman_id":"b32e7025-5633-43cf-a465-ed17efd3ab73","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"65bfaab6-4bf4-45e6-9748-8211a03d7b79","id":"65bfaab6-4bf4-45e6-9748-8211a03d7b79","name":"Smartup API Documentation","type":"collection"}}},{"name":"Legal entity","item":[{"name":"Legal entity / Import","id":"4335a6e1-a042-4333-9070-96e45707c61b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"legal_person\": [\r\n    {\r\n      \"name\": \"OOO Green White Solutions\",\r\n      \"code\": \"007\",\r\n      \"person_id\": \"\",\r\n      \"short_name\": \"GWS\",\r\n      \"region_code\": \"Tashkent\",\r\n      \"is_budgetarian\": \"Y\",\r\n      \"tin\": \"965234875\",\r\n      \"state\": \"A\",\r\n      \"primary_person_code\": \"\",\r\n      \"parent_person_code\": \"\",\r\n      \"barcode\": \"48465198\",\r\n      \"vat_code\": \"566419465165\",\r\n      \"cea\": \"\",\r\n      \"main_phone\": \"+9987112030301\",\r\n      \"email\": \"info@greenwhite.uz\",\r\n      \"web\": \"\",\r\n      \"address\": \"Tashkent, Beshagach 1\",\r\n      \"post_address\": \"\",\r\n      \"address_guide\": \"\",\r\n      \"zip_code\": \"32105\",\r\n      \"latlng\": \"\",\r\n      \"is_client\": \"\",\r\n      \"is_supplier\": \"\",\r\n      \"groups\": [\r\n        {\r\n          \"group_code\": \"\",\r\n          \"type_code\": \"\"\r\n        }\r\n      ],\r\n       \"bank_accounts\": [\r\n {\r\n          \"bank_account_id\": \"\",\r\n          \"bank_account_code\": \"\",\r\n          \"bank_account_name\": \"\",\r\n          \"is_main\": \"\",\r\n          \"currency_code\": \"\",\r\n          \"state\": \"\",\r\n          \"note\": \"\",\r\n          \"mfo\": \"\"\r\n }\r\n],\r\n \"rooms\": [\r\n        {\r\n          \"room_code\": \"\"\r\n        }\r\n      ]\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://smartup.online/b/anor/mxsx/mr/legal_person$import","description":"<p>The service imports data about legal entities, in accordance with the values of the parameters passed to the service in the request. This interface supports bulk data ingestion in a single request.</p>\n<p><strong>Request</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"legal_person\": [\n    {\n      \"name\": \"OOO Green White Solutions\",\n      \"code\": \"007\",\n      \"person_id\": \"\",\n      \"short_name\": \"GWS\",\n      \"region_code\": \"Tashkent\",\n      \"is_budgetarian\": \"Y\",\n      \"tin\": \"965234875\",\n      \"state\": \"A\",\n      \"primary_person_code\": \"\",\n      \"parent_person_code\": \"\",\n      \"barcode\": \"48465198\",\n      \"vat_code\": \"566419465165\",\n      \"cea\": \"\",\n      \"main_phone\": \"+9987112030301\",\n      \"email\": \"info@greenwhite.uz\",\n      \"web\": \"\",\n      \"address\": \"Tashkent, Beshagach 1\",\n      \"post_address\": \"\",\n      \"address_guide\": \"\",\n      \"zip_code\": \"32105\",\n      \"latlng\": \"\",\n      \"is_client\": \"\",\n      \"is_supplier\": \"\",\n      \"groups\": [\n        {\n          \"group_code\": \"\",\n          \"type_code\": \"\"\n        }\n      ],\n       \"bank_accounts\": [\n {\n          \"bank_account_id\": \"\",\n          \"bank_account_code\": \"\",\n          \"bank_account_name\": \"\",\n          \"is_main\": \"\",\n          \"currency_code\": \"\",\n          \"state\": \"\",\n          \"note\": \"\",\n          \"mfo\": \"\"\n }\n],\n \"rooms\": [\n        {\n          \"room_code\": \"\"\n        }\n      ]\n    }\n  ]\n}\n\n</code></pre>\n<p><strong>Response</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"successes\": [\n        {\n            \"code\": \"\"\n        }\n    ],\n    \"errors\": [\n        {\n            \"code\": \"\",\n            \"message\": \"\"\n        }\n    ]\n}\n\n</code></pre>\n<p><strong>Description of request parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>legal_person</td>\n<td>array</td>\n<td>yes</td>\n<td>An array containing data about a legal entity</td>\n</tr>\n<tr>\n<td>code</td>\n<td>string</td>\n<td>yes</td>\n<td>A unique legal entity code assigned for integration with third-party software</td>\n</tr>\n<tr>\n<td>person_id</td>\n<td>number</td>\n<td>no</td>\n<td>Unique ID</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>yes</td>\n<td>Full legal name of the legal entity</td>\n</tr>\n<tr>\n<td>short_name</td>\n<td>string</td>\n<td>yes</td>\n<td>Short alternative name of the legal entity</td>\n</tr>\n<tr>\n<td>region_code</td>\n<td>string</td>\n<td>no</td>\n<td>Unique code of the region in which the legal entity is located</td>\n</tr>\n<tr>\n<td>is_budgetarian</td>\n<td>string</td>\n<td>yes</td>\n<td>Whether or not the applicant has a financially responsible person ( Y / N )</td>\n</tr>\n<tr>\n<td>tin</td>\n<td>string</td>\n<td>yes</td>\n<td>TIN of a legal entity (taxpayer identification number)</td>\n</tr>\n<tr>\n<td>state</td>\n<td>string</td>\n<td>yes</td>\n<td>Legal entity status in the system (A - active, P - passive)</td>\n</tr>\n<tr>\n<td>web</td>\n<td>string</td>\n<td>no</td>\n<td>The website of the legal entity</td>\n</tr>\n<tr>\n<td>email</td>\n<td>string</td>\n<td>no</td>\n<td>The email of the legal entity</td>\n</tr>\n<tr>\n<td>primary_person_code</td>\n<td>string</td>\n<td>no</td>\n<td>Code of the counterparty-owner assigned to the legal entity. It is used in case of presence of network points.</td>\n</tr>\n<tr>\n<td>parent_person_code</td>\n<td>string</td>\n<td>no</td>\n<td>Unique ID of the owner of the legal entity for integration with third-party software. Used when there are network points</td>\n</tr>\n<tr>\n<td>barcode</td>\n<td>string</td>\n<td>no</td>\n<td>A barcode is coded information applied to packaging in the form of strokes, read using special devices. With the help of a bar code, information about some of the most significant product parameters is encoded. The most common American Universal Product Code UPC and the European EAN coding system</td>\n</tr>\n<tr>\n<td>vat_code</td>\n<td>string</td>\n<td>no</td>\n<td>VAT code</td>\n</tr>\n<tr>\n<td>cea</td>\n<td>string</td>\n<td>no</td>\n<td>CEA of a legal entity</td>\n</tr>\n<tr>\n<td>main_phone</td>\n<td>string</td>\n<td>no</td>\n<td>The main telephone number of the legal entity, which receives requests of a different nature.</td>\n</tr>\n<tr>\n<td>address</td>\n<td>string</td>\n<td>no</td>\n<td>Address where the legal entity is located</td>\n</tr>\n<tr>\n<td>post_address</td>\n<td>string</td>\n<td>no</td>\n<td>Address where the legal entity</td>\n</tr>\n<tr>\n<td>address_guide</td>\n<td>string</td>\n<td>no</td>\n<td>Landmark - an easily recognizable object by which you can navigate in the area</td>\n</tr>\n<tr>\n<td>zip_code</td>\n<td>string</td>\n<td>no</td>\n<td>The postal code of the legal entity that sends and receives letters and various documents</td>\n</tr>\n<tr>\n<td>latlng</td>\n<td>string</td>\n<td>no</td>\n<td>Legal entity coordinates on the map</td>\n</tr>\n<tr>\n<td>groups</td>\n<td>array</td>\n<td>no</td>\n<td>Array with data on the characteristic of a legal entity</td>\n</tr>\n<tr>\n<td>group_code</td>\n<td>string</td>\n<td>no</td>\n<td>Unique characteristic code of a legal entity</td>\n</tr>\n<tr>\n<td>type_code</td>\n<td>string</td>\n<td>no</td>\n<td>Unique subtype code of the legal entity characteristic</td>\n</tr>\n<tr>\n<td>is_client</td>\n<td>string</td>\n<td>no</td>\n<td>An option to save legal entity as client (Y - yes, N - no)</td>\n</tr>\n<tr>\n<td>is_supplier</td>\n<td>string</td>\n<td>no</td>\n<td>An option to save legal entity as vendor (Y - yes, N - no)</td>\n</tr>\n<tr>\n<td>bank_accounts</td>\n<td>string</td>\n<td>no</td>\n<td>Array with current accounts (A/C)</td>\n</tr>\n<tr>\n<td>bank_account_id</td>\n<td>string</td>\n<td>yes</td>\n<td>Current account ID</td>\n</tr>\n<tr>\n<td>bank_account_code</td>\n<td>string</td>\n<td>yes</td>\n<td>Current account code</td>\n</tr>\n<tr>\n<td>bank_account_name</td>\n<td>string</td>\n<td>yes</td>\n<td>Current account name</td>\n</tr>\n<tr>\n<td>is_main</td>\n<td>string</td>\n<td>yes</td>\n<td>An option to determine whether current account is main or not (Y - yes, N - no)</td>\n</tr>\n<tr>\n<td>currency_code</td>\n<td>string</td>\n<td>yes</td>\n<td>Currency code</td>\n</tr>\n<tr>\n<td>state</td>\n<td>string</td>\n<td>yes</td>\n<td>Status of currenct account (A - active, P -passive)</td>\n</tr>\n<tr>\n<td>note</td>\n<td>string</td>\n<td>no</td>\n<td>Note</td>\n</tr>\n<tr>\n<td>mfo</td>\n<td>string</td>\n<td>yes</td>\n<td>Bank identifier code (BIC)</td>\n</tr>\n<tr>\n<td>room_code</td>\n<td>string</td>\n<td>no</td>\n<td>Workspace code</td>\n</tr>\n</tbody>\n</table>\n</div><p>Before sending, the service checks the request for:</p>\n<ul>\n<li><p>the presence of mandatory parameters</p>\n</li>\n<li><p>parameter validity</p>\n</li>\n</ul>\n<p>If all checks are passed successfully, the service will return the relevant information for each parameter.</p>\n<p><strong>Description of response parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>successes</td>\n<td>array</td>\n<td>Array of successfully processed data</td>\n</tr>\n<tr>\n<td>errors</td>\n<td>array</td>\n<td>Array data with errors</td>\n</tr>\n<tr>\n<td>code</td>\n<td>string</td>\n<td>Unique code records</td>\n</tr>\n<tr>\n<td>message</td>\n<td>string</td>\n<td>Clarifying error messages from the server</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["b","anor","mxsx","mr","legal_person$import"],"host":["smartup","online"],"query":[],"variable":[]}},"response":[],"_postman_id":"4335a6e1-a042-4333-9070-96e45707c61b"},{"name":"Legal entity / Export","id":"282f4c9b-fe5b-4afc-b7ff-7779f92b2562","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"rooms\": [\r\n        {\r\n          \"room_code\": \"\"\r\n        }\r\n      ],\r\n    \"code\": \"\",\r\n    \"state\": \"\",\r\n    \"begin_created_on\": \"\",\r\n    \"end_created_on\": \"\",\r\n    \"begin_modified_on\": \"\",\r\n    \"end_modified_on\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://smartup.online/b/anor/mxsx/mr/legal_person$export","description":"<p>Uploading data on legal entities for a certain period in accordance with the values of the parameters passed to the service in the request. This interface supports bulk sending of data in one request.</p>\n<p><strong>Request</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n   \"rooms\": [\n        {\n          \"room_code\": \"\"\n        }\n      ],\n    \"code\": \"\",\n    \"filial_code\" : \"\",\n    \"state\": \"\",\n    \"begin_created_on\": \"\",\n    \"end_created_on\": \"\",\n    \"begin_modified_on\": \"\",\n    \"end_modified_on\": \"\"\n}\n\n</code></pre>\n<p><strong>Response</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"legal_person\": [\n    {\n      \"person_id\": \"\",\n      \"name\": \"\",\n      \"code\": \"\",\n      \"short_name\": \"\",\n      \"region_code\": \"\",\n      \"is_budgetarian\": \"\",\n      \"tin\": \"\",\n      \"state\": \"\",\n      \"primary_person_code\": \"\",\n      \"parent_person_code\": \"\",\n      \"barcode\": \"\",\n      \"vat_code\": \"\",\n      \"cea\": \"\",\n      \"main_phone\": \"+\",\n      \"email\": \"\",\n      \"web\": \"\",\n      \"address\": \"\",\n      \"address_guide\": \"\",\n      \"zip_code\": \"\",\n      \"latlng\": \"\",\n      \"is_client\": \"\",\n      \"is_supplier\": \"\",\n      \"groups\": [\n        {\n          \"group_code\": \"\",\n          \"type_code\": \"\"\n        }\n      ],\n      \"bank_accounts\": [\n {\n          \"bank_account_id\": \"\",\n          \"bank_account_code\": \"\",\n          \"bank_account_name\": \"\",\n          \"is_main\": \"\",\n          \"currency_code\": \"\",\n          \"state\": \"\",\n          \"note\": \"\",\n          \"mfo\": \"\",\n          \"bank_name\": \"\"\n }\n],\n       \"rooms\": [\n        {\n           \"room_id\": \"\",\n           \"room_code\": \"\",\n           \"room_type_code\": \"\"\n        }\n      ]\n    }\n  ]\n}\n\n</code></pre>\n<p><strong>Description of request parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>rooms</td>\n<td>array</td>\n<td>no</td>\n<td>Array with workspaces data</td>\n</tr>\n<tr>\n<td>room_code</td>\n<td>string</td>\n<td>no</td>\n<td>Workspace code</td>\n</tr>\n<tr>\n<td>code</td>\n<td>string</td>\n<td>no</td>\n<td>Unique legal entity code assigned by the user in the system (allows you to select/filter the service by the entered code)</td>\n</tr>\n<tr>\n<td>filial_code</td>\n<td>string</td>\n<td>no</td>\n<td>Organization code; If empty or not provided, information from all available organizations is returned.</td>\n</tr>\n<tr>\n<td>state</td>\n<td>string</td>\n<td>no</td>\n<td>Filter of legal entitties statuses. There can be 4 options  <br />1. state = \"A\", filter by all active legal entities  <br />2. state = \"P\", filter by all inactive legal entities  <br />3. state = \"A,P\", filter all active and inactive legal entities  <br />4. state = \"\", filter all active legal entities</td>\n</tr>\n<tr>\n<td>begin_created_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter legal entities by creation date</td>\n</tr>\n<tr>\n<td>end_create_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by the last date of creation of legal entities</td>\n</tr>\n<tr>\n<td>begin_modified_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by date of modification</td>\n</tr>\n<tr>\n<td>end_modified_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by last modified date</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Description of response parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>person_id</td>\n<td>number</td>\n<td>Legal entity's ID</td>\n</tr>\n<tr>\n<td>legal_person</td>\n<td>array</td>\n<td>An array containing data about a legal entity</td>\n</tr>\n<tr>\n<td>code</td>\n<td>string</td>\n<td>A unique legal entity code assigned for integration with third-party software</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>Full legal name of the legal entity</td>\n</tr>\n<tr>\n<td>short_name</td>\n<td>string</td>\n<td>Short alternative name of the legal entity</td>\n</tr>\n<tr>\n<td>region_code</td>\n<td>string</td>\n<td>Unique code of the region in which the legal entity is located</td>\n</tr>\n<tr>\n<td>is_budgetarian</td>\n<td>string</td>\n<td>Whether or not the applicant has a financially responsible person ( Y / N )</td>\n</tr>\n<tr>\n<td>tin</td>\n<td>string</td>\n<td>TIN of a legal entity (taxpayer identification number)</td>\n</tr>\n<tr>\n<td>state</td>\n<td>string</td>\n<td>Legal entity status in the system (A - active, P - passive)</td>\n</tr>\n<tr>\n<td>web</td>\n<td>string</td>\n<td>The website of the legal entity</td>\n</tr>\n<tr>\n<td>email</td>\n<td>string</td>\n<td>The email of the legal entity</td>\n</tr>\n<tr>\n<td>primary_person_code</td>\n<td>string</td>\n<td>Code of the counterparty-owner assigned to the legal entity. It is used in case of presence of network points.</td>\n</tr>\n<tr>\n<td>parent_person_code</td>\n<td>string</td>\n<td>Unique ID of the owner of the legal entity for integration with third-party software. Used when there are network points</td>\n</tr>\n<tr>\n<td>barcode</td>\n<td>string</td>\n<td>A barcode is coded information applied to packaging in the form of strokes, read using special devices. With the help of a bar code, information about some of the most significant product parameters is encoded. The most common American Universal Product Code UPC and the European EAN coding system</td>\n</tr>\n<tr>\n<td>vat_code</td>\n<td>string</td>\n<td>VAT code</td>\n</tr>\n<tr>\n<td>cea</td>\n<td>string</td>\n<td>CEA of a legal entity</td>\n</tr>\n<tr>\n<td>main_phone</td>\n<td>string</td>\n<td>The main telephone number of the legal entity, which receives requests of a different nature.</td>\n</tr>\n<tr>\n<td>address</td>\n<td>string</td>\n<td>Address where the legal entity is located</td>\n</tr>\n<tr>\n<td>post_address</td>\n<td>string</td>\n<td>Address where the legal entity</td>\n</tr>\n<tr>\n<td>address_guide</td>\n<td>string</td>\n<td>Landmark - an easily recognizable object by which you can navigate in the area</td>\n</tr>\n<tr>\n<td>zip_code</td>\n<td>string</td>\n<td>The postal code of the legal entity that sends and receives letters and various documents</td>\n</tr>\n<tr>\n<td>latlng</td>\n<td>string</td>\n<td>Legal entity coordinates on the map</td>\n</tr>\n<tr>\n<td>groups</td>\n<td>array</td>\n<td>Array with data on the characteristic of a legal entity</td>\n</tr>\n<tr>\n<td>group_code</td>\n<td>string</td>\n<td>Unique characteristic code of a legal entity</td>\n</tr>\n<tr>\n<td>type_code</td>\n<td>string</td>\n<td>Unique subtype code of the legal entity characteristic</td>\n</tr>\n<tr>\n<td>bank_accounts</td>\n<td>array</td>\n<td>Array with current accounts (A/C)</td>\n</tr>\n<tr>\n<td>bank_account_id</td>\n<td>string</td>\n<td>Current account ID</td>\n</tr>\n<tr>\n<td>bank_account_code</td>\n<td>string</td>\n<td>Current account code</td>\n</tr>\n<tr>\n<td>bank_account_name</td>\n<td>string</td>\n<td>Current account name</td>\n</tr>\n<tr>\n<td>is_main</td>\n<td>string</td>\n<td>An option to determine whether current account is main or not (Y - yes, N - no)</td>\n</tr>\n<tr>\n<td>currency_code</td>\n<td>string</td>\n<td>Currency code</td>\n</tr>\n<tr>\n<td>state</td>\n<td>string</td>\n<td>Status of currenct account (A - active, P -passive)</td>\n</tr>\n<tr>\n<td>note</td>\n<td>string</td>\n<td>Note</td>\n</tr>\n<tr>\n<td>mfo</td>\n<td>string</td>\n<td>Bank identifier code (BIC)</td>\n</tr>\n<tr>\n<td>bank_name</td>\n<td>string</td>\n<td>Bank name</td>\n</tr>\n<tr>\n<td>rooms</td>\n<td>array</td>\n<td>Array with workspace data</td>\n</tr>\n<tr>\n<td>room_id</td>\n<td>number</td>\n<td>Workspace ID</td>\n</tr>\n<tr>\n<td>room_code</td>\n<td>string</td>\n<td>Workspace code</td>\n</tr>\n<tr>\n<td>room_type_code</td>\n<td>string</td>\n<td>Workspace type code</td>\n</tr>\n<tr>\n<td>is_client</td>\n<td>string</td>\n<td>An option to save legal entity as client (Y - yes, N - no)</td>\n</tr>\n<tr>\n<td>is_supplier</td>\n<td>string</td>\n<td>An option to save legal entity as vendor (Y - yes, N - no)</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["b","anor","mxsx","mr","legal_person$export"],"host":["smartup","online"],"query":[],"variable":[]}},"response":[],"_postman_id":"282f4c9b-fe5b-4afc-b7ff-7779f92b2562"}],"id":"0b546b6b-a751-4dba-8881-e006051ab0e1","_postman_id":"0b546b6b-a751-4dba-8881-e006051ab0e1","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"65bfaab6-4bf4-45e6-9748-8211a03d7b79","id":"65bfaab6-4bf4-45e6-9748-8211a03d7b79","name":"Smartup API Documentation","type":"collection"}}},{"name":"Natural persons","item":[{"name":"Natural persons / Import","id":"8e43901b-540c-419e-9113-3beeea5c5bcd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"natural_person\": [\r\n    {\r\n      \"first_name\": \"Ivan\",\r\n      \"last_name\": \"Ivanov\",\r\n      \"middle_name\": \"Ivanovich\",\r\n      \"code\": \"1001\",\r\n      \"person_id\": \"\",\r\n      \"birthday\": \"12.12.2000\",\r\n      \"gender\": \"M\",\r\n      \"region_code\": \"Tashkent\",\r\n      \"address\": \"Tashkent city, Chilanzar district, 20\",\r\n      \"post_address\": \"\",\r\n      \"is_budgetarian\": \"Y\",\r\n      \"state\": \"A\",\r\n      \"legal_person_code\": \"\",\r\n      \"web\": \"\",\r\n      \"telegram\": \"\",\r\n      \"is_client\": \"\",\r\n      \"is_supplier\": \"\",\r\n      \"groups\": [\r\n        {\r\n          \"group_code\": \"\",\r\n          \"type_code\": \"\"\r\n        }\r\n      ],\r\n      \"main_phone\": \"\",\r\n      \"email\": \"\",\r\n      \"latlng\": \"\"\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://smartup.online/b/anor/mxsx/mr/natural_person$import","description":"<p>Through this interface, the service uploads data about natural persons to the Smartup X from third party software. The interface supports bulk data ingestion in a single request.</p>\n<p><strong>Request</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"natural_person\": [\n    {\n      \"first_name\": \"Ivan\",\n      \"last_name\": \"Ivanov\",\n      \"middle_name\": \"Ivanovich\",\n      \"code\": \"1001\",\n      \"person_id\": \"\",\n      \"birthday\": \"12.12.2000\",\n      \"gender\": \"M\",\n      \"region_code\": \"Tashkent\",\n      \"address\": \"Tashkent city, Chilanzar district, 20\",\n      \"post_address\": \"\",\n      \"is_budgetarian\": \"Y\",\n      \"state\": \"A\",\n      \"legal_person_code\": \"\",\n      \"web\": \"\",\n      \"telegram\": \"\",\n      \"is_client\": \"\",\n      \"is_supplier\": \"\",\n      \"groups\": [\n        {\n          \"group_code\": \"\",\n          \"type_code\": \"\"\n        }\n      ],\n      \"main_phone\": \"\",\n      \"email\": \"\",\n      \"latlng\": \"\"\n    }\n  ]\n}\n\n</code></pre>\n<p><strong>Response</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"successes\": [\n        {\n            \"code\": \"\"\n        }\n    ],\n    \"errors\": [\n        {\n            \"code\": \"\",\n            \"message\": \"\"\n        }\n    ]\n}\n\n</code></pre>\n<p><strong>Description of request parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>natural_person</td>\n<td>array</td>\n<td>yes</td>\n<td>Array with data about natural persons</td>\n</tr>\n<tr>\n<td>first_name</td>\n<td>string</td>\n<td>yes</td>\n<td>Name of the natural person</td>\n</tr>\n<tr>\n<td>last_name</td>\n<td>string</td>\n<td>no</td>\n<td>Surname of natural person</td>\n</tr>\n<tr>\n<td>middle_name</td>\n<td>string</td>\n<td>no</td>\n<td>Middle name of an natural person</td>\n</tr>\n<tr>\n<td>code</td>\n<td>string</td>\n<td>yes</td>\n<td>Unique code of an natural person</td>\n</tr>\n<tr>\n<td>person_id</td>\n<td>number</td>\n<td>no</td>\n<td>Unique ID</td>\n</tr>\n<tr>\n<td>birthday</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Date of birth of the natural person.</td>\n</tr>\n<tr>\n<td>gender</td>\n<td>string</td>\n<td>yes</td>\n<td>Gender of an natural person ( M - male , F - fermale )</td>\n</tr>\n<tr>\n<td>region_code</td>\n<td>string</td>\n<td>no</td>\n<td>Unique code of the region of residence of an natural person</td>\n</tr>\n<tr>\n<td>is_budgetarian</td>\n<td>string</td>\n<td>yes</td>\n<td>Is the natural person liable (Y/N)</td>\n</tr>\n<tr>\n<td>address</td>\n<td>string</td>\n<td>no</td>\n<td>Place of residence of an natural person by registration</td>\n</tr>\n<tr>\n<td>post_address</td>\n<td>string</td>\n<td>no</td>\n<td>Place of residence of an natural person</td>\n</tr>\n<tr>\n<td>state</td>\n<td>string</td>\n<td>yes</td>\n<td>Status of an natural person (A - active, P - passive)</td>\n</tr>\n<tr>\n<td>legal_person_code</td>\n<td>string</td>\n<td>no</td>\n<td>A unique legal entity code used for integration with third-party software. Used when there are network points</td>\n</tr>\n<tr>\n<td>web</td>\n<td>string</td>\n<td>no</td>\n<td>The website of an natural person, if any, with all the information about him</td>\n</tr>\n<tr>\n<td>email</td>\n<td>string</td>\n<td>no</td>\n<td>The email of the legal entity</td>\n</tr>\n<tr>\n<td>latlng</td>\n<td>string</td>\n<td>no</td>\n<td>Latitude and Longitude</td>\n</tr>\n<tr>\n<td>main_phone</td>\n<td>string</td>\n<td>no</td>\n<td>The main telephone number of an natural person</td>\n</tr>\n<tr>\n<td>telegram</td>\n<td>string</td>\n<td>no</td>\n<td>Telegram contact</td>\n</tr>\n<tr>\n<td>is_client</td>\n<td>string</td>\n<td>no</td>\n<td>An option to save natural person as client (Y - yes, N - no)</td>\n</tr>\n<tr>\n<td>is_supplier</td>\n<td>string</td>\n<td>no</td>\n<td>An option to save natural person as vendor (Y - yes, N - no)</td>\n</tr>\n<tr>\n<td>groups</td>\n<td>array</td>\n<td>no</td>\n<td>An array with data on the characteristics of an natural person</td>\n</tr>\n<tr>\n<td>group_code</td>\n<td>string</td>\n<td>no</td>\n<td>Unique code of characteristics of an natural person</td>\n</tr>\n<tr>\n<td>type_code</td>\n<td>string</td>\n<td>no</td>\n<td>Unique subtype code of the characteristic of an natural person</td>\n</tr>\n</tbody>\n</table>\n</div><p>Before sending, the service checks the request for:</p>\n<ul>\n<li><p>the presence of mandatory parameters</p>\n</li>\n<li><p>parameter validity</p>\n</li>\n</ul>\n<p>If all checks are passed successfully, the service will return the relevant information for each parameter.</p>\n<p><strong>Description of response parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>successes</td>\n<td>array</td>\n<td>Array of successfully processed data</td>\n</tr>\n<tr>\n<td>errors</td>\n<td>array</td>\n<td>Array data with errors</td>\n</tr>\n<tr>\n<td>code</td>\n<td>string</td>\n<td>Unique record code</td>\n</tr>\n<tr>\n<td>message</td>\n<td>string</td>\n<td>Clarifying error messages from the server</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["b","anor","mxsx","mr","natural_person$import"],"host":["smartup","online"],"query":[],"variable":[]}},"response":[],"_postman_id":"8e43901b-540c-419e-9113-3beeea5c5bcd"},{"name":"Natural persons / Export","id":"51027886-ca1d-40a5-bf57-ac7b83bb24b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"rooms\": [\r\n        {\r\n          \"room_code\": \"\"\r\n        }\r\n      ],\r\n  \"code\": \"\",\r\n  \"begin_created_on\": \"\",\r\n  \"end_created_on\": \"\",\r\n  \"begin_modified_on\": \"\",\r\n  \"end_modified_on\": \"\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://smartup.online/b/anor/mxsx/mr/natural_person$export","description":"<p>The service exports data on natural persons for a certain period in accordance with the values of the parameters passed to the service in the request. This interface supports bulk sending of data in one request.</p>\n<p><strong>Request</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"rooms\": [\n        {\n          \"room_code\": \"\"\n        }\n      ],\n  \"code\": \"\",\n  \"begin_created_on\": \"\",\n  \"end_created_on\": \"\",\n  \"begin_modified_on\": \"\",\n  \"end_modified_on\": \"\"\n}\n\n</code></pre>\n<p><strong>Response</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"natural_person\": [\n    {\n      \"person_id\":\"\",\n      \"first_name\": \"\",\n      \"last_name\": \"\",\n      \"middle_name\": \"\",\n      \"code\": \"\",\n      \"birthday\": \"\",\n      \"gender\": \"\",\n      \"region_name\": \"\",\n      \"region_code\": \"\",\n      \"address\": \"\",\n      \"post_address\": \"\",\n      \"is_budgetarian\": \"\",\n      \"state\": \"\",\n      \"legal_person_code\": \"\",\n      \"web\": \"\",\n      \"telegram\": \"\",\n      \"is_client\": \"\",\n      \"is_supplier\": \"\",\n      \"groups\": [\n        {\n          \"group_code\": \"\",\n          \"type_code\": \"\"\n        }\n      ],\n        \"rooms\": [\n        {\n          \"room_id\": \"\",\n          \"room_code\": \"\",\n          \"room_type_code\": \"\"\n        }\n      ],\n      \"main_phone\": \"\",\n      \"email\": \"\",\n      \"latlng\": \"\"\n    }\n  ]\n}\n\n</code></pre>\n<p><strong>Description of request parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>rooms</td>\n<td>array</td>\n<td>no</td>\n<td>Array with workspace data</td>\n</tr>\n<tr>\n<td>room_code</td>\n<td>string</td>\n<td>no</td>\n<td>Workspace code</td>\n</tr>\n<tr>\n<td>code</td>\n<td>string</td>\n<td>no</td>\n<td>The unique code of an natural person assigned by the user in the system (allows you to select/filter the service by the entered code)</td>\n</tr>\n<tr>\n<td>begin_created_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter natural persons by date of creation.</td>\n</tr>\n<tr>\n<td>end_create_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by last creation date of natural persons.</td>\n</tr>\n<tr>\n<td>begin_modified_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by dates of changes made.</td>\n</tr>\n<tr>\n<td>end_modified_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by last modified date.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Description of response parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>natural_person</td>\n<td>array</td>\n<td>Array with data about natural persons</td>\n</tr>\n<tr>\n<td>person_id</td>\n<td>number</td>\n<td>Natural person's ID</td>\n</tr>\n<tr>\n<td>first_name</td>\n<td>string</td>\n<td>Name of the natural person</td>\n</tr>\n<tr>\n<td>last_name</td>\n<td>string</td>\n<td>Surname of natural person</td>\n</tr>\n<tr>\n<td>middle_name</td>\n<td>string</td>\n<td>Middle name of an natural person</td>\n</tr>\n<tr>\n<td>code</td>\n<td>string</td>\n<td>Unique code of an natural person</td>\n</tr>\n<tr>\n<td>birthday</td>\n<td>date(dd.mm.yyyy)</td>\n<td>Date of birth of the natural person.</td>\n</tr>\n<tr>\n<td>gender</td>\n<td>string</td>\n<td>Gender of an natural person ( M - male , F - fermale )</td>\n</tr>\n<tr>\n<td>region_name</td>\n<td>string</td>\n<td>The name of the region of natural person</td>\n</tr>\n<tr>\n<td>region_code</td>\n<td>string</td>\n<td>The code of the region of natural person</td>\n</tr>\n<tr>\n<td>is_budgetarian</td>\n<td>string</td>\n<td>Is the natural person liable (Y/N)</td>\n</tr>\n<tr>\n<td>address</td>\n<td>string</td>\n<td>Place of residence of an natural person by registration</td>\n</tr>\n<tr>\n<td>post_address</td>\n<td>string</td>\n<td>Place of residence of an natural person</td>\n</tr>\n<tr>\n<td>state</td>\n<td>string</td>\n<td>Status of an natural person (A - active, P - passive)</td>\n</tr>\n<tr>\n<td>legal_person_code</td>\n<td>string</td>\n<td>A unique legal entity code used for integration with third-party software. Used when there are network points</td>\n</tr>\n<tr>\n<td>web</td>\n<td>string</td>\n<td>The website of an natural person, if any, with all the information about him</td>\n</tr>\n<tr>\n<td>email</td>\n<td>string</td>\n<td>The email of the legal entity</td>\n</tr>\n<tr>\n<td>latlng</td>\n<td>string</td>\n<td>Latitude and Longitude</td>\n</tr>\n<tr>\n<td>main_phone</td>\n<td>string</td>\n<td>The main telephone number of an natural person</td>\n</tr>\n<tr>\n<td>telegram</td>\n<td>string</td>\n<td>Telegram contact</td>\n</tr>\n<tr>\n<td>is_client</td>\n<td>string</td>\n<td>An option to save natural person as client (Y - yes, N - no)</td>\n</tr>\n<tr>\n<td>is_supplier</td>\n<td>string</td>\n<td>An option to save natural person as vendor (Y - yes, N - no)</td>\n</tr>\n<tr>\n<td>groups</td>\n<td>array</td>\n<td>An array with data on the characteristics of an natural person</td>\n</tr>\n<tr>\n<td>group_code</td>\n<td>string</td>\n<td>Unique code of characteristics of an natural person</td>\n</tr>\n<tr>\n<td>type_code</td>\n<td>string</td>\n<td>Unique subtype code of the characteristic of an natural person</td>\n</tr>\n<tr>\n<td>rooms</td>\n<td>array</td>\n<td>Array with workspace data</td>\n</tr>\n<tr>\n<td>room_id</td>\n<td>number</td>\n<td>Workspace ID</td>\n</tr>\n<tr>\n<td>room_code</td>\n<td>string</td>\n<td>Workspace code</td>\n</tr>\n<tr>\n<td>room_type_code</td>\n<td>string</td>\n<td>Workspace type code</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["b","anor","mxsx","mr","natural_person$export"],"host":["smartup","online"],"query":[],"variable":[]}},"response":[],"_postman_id":"51027886-ca1d-40a5-bf57-ac7b83bb24b5"}],"id":"bd52d887-273d-4919-967e-0357629ec4aa","_postman_id":"bd52d887-273d-4919-967e-0357629ec4aa","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"65bfaab6-4bf4-45e6-9748-8211a03d7b79","id":"65bfaab6-4bf4-45e6-9748-8211a03d7b79","name":"Smartup API Documentation","type":"collection"}}},{"name":"Persons group","item":[{"name":"Persons group / Import","id":"2d508ccd-3a13-49c0-b05a-9ee7574d2669","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"person_group\": [\r\n    {\r\n      \"code\": \"\",\r\n      \"person_group_id\": \"\",\r\n      \"name\": \"\",\r\n      \"person_kind\": \"\",\r\n      \"state\": \"\",\r\n      \"person_group_types\": [\r\n        {\r\n          \"code\": \"\",\r\n          \"name\": \"\",\r\n          \"state\": \"\",\r\n          \"order_no\": \"\"\r\n        }\r\n      ]\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://smartup.online/b/anor/mxsx/mr/person_group$import","description":"<p>The interface creates the required number of new groups of persons in addition to the default system groups - legal and natural persons, for import.</p>\n<p><strong>Request</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"person_group\": [\n    {\n      \"code\": \"\",\n      \"person_group_id\": \"\",\n      \"name\": \"\",\n      \"person_kind\": \"\",\n      \"state\": \"\",\n      \"person_group_types\": [\n        {\n          \"code\": \"\",\n          \"name\": \"\",\n          \"state\": \"\",\n          \"order_no\": \"\"\n        }\n      ]\n    }\n  ]\n}\n\n</code></pre>\n<p><strong>Response</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"successes\": [\n        {\n            \"code\": \"\"\n        }\n    ],\n    \"errors\": [\n        {\n            \"code\": \"\",\n            \"message\": \"\"\n        }\n    ]\n}\n\n</code></pre>\n<p><strong>Description of request parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>person_group</td>\n<td>array</td>\n<td>yes</td>\n<td>Array with data about a group of persons</td>\n</tr>\n<tr>\n<td>code</td>\n<td>string</td>\n<td>yes</td>\n<td>Unique code of a group of persons, set for integration with third-party software</td>\n</tr>\n<tr>\n<td>person_group_id</td>\n<td>number</td>\n<td>no</td>\n<td>Unique ID</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>yes</td>\n<td>Full name of the group of persons</td>\n</tr>\n<tr>\n<td>person_kind</td>\n<td>string</td>\n<td>yes</td>\n<td>Type of person ( N - natural person, L - legal entity)</td>\n</tr>\n<tr>\n<td>state</td>\n<td>string</td>\n<td>yes</td>\n<td>The status of a group of persons in the system ( A - active, P - passive)</td>\n</tr>\n<tr>\n<td>person_group_types</td>\n<td>array</td>\n<td>no</td>\n<td>An array with data on the characteristics of a group of persons</td>\n</tr>\n<tr>\n<td>code</td>\n<td>string</td>\n<td>yes</td>\n<td>Unique code of characteristics of a group of persons</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>yes</td>\n<td>Full name of the person group type</td>\n</tr>\n<tr>\n<td>state</td>\n<td>string</td>\n<td>yes</td>\n<td>The status of the type of group of persons in the system ( A - active, P - passive)</td>\n</tr>\n<tr>\n<td>order_no</td>\n<td>number</td>\n<td>no</td>\n<td>Order number in the list of person groups</td>\n</tr>\n</tbody>\n</table>\n</div><p>Before sending, the service checks the request for:</p>\n<ul>\n<li><p>the presence of mandatory parameters</p>\n</li>\n<li><p>parameter validity</p>\n</li>\n</ul>\n<p>If all checks are passed successfully, the service will return the relevant information for each parameter.</p>\n<p><strong>Description of response parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>successes</td>\n<td>array</td>\n<td>Array of successfully processed data</td>\n</tr>\n<tr>\n<td>errors</td>\n<td>array</td>\n<td>Array data with errors</td>\n</tr>\n<tr>\n<td>code</td>\n<td>string</td>\n<td>Unique code records</td>\n</tr>\n<tr>\n<td>message</td>\n<td>string</td>\n<td>Clarifying error messages from the server</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["b","anor","mxsx","mr","person_group$import"],"host":["smartup","online"],"query":[],"variable":[]}},"response":[],"_postman_id":"2d508ccd-3a13-49c0-b05a-9ee7574d2669"},{"name":"Persons group / Export","id":"0e283c1d-e715-46fc-b785-b086919c585b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"code\": \"\",\r\n  \"begin_created_on\": \"\",\r\n  \"end_created_on\": \"\",\r\n  \"begin_modified_on\": \"\",\r\n  \"end_modified_on\": \"\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://smartup.online/b/anor/mxsx/mr/person_group$export","description":"<p>The interface creates the required number of new groups of persons in addition to the default system groups - legal and natural persons. Through the interface, the service exports data about a group of persons.</p>\n<p><strong>Request</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"code\": \"\",\n  \"begin_created_on\": \"\",\n  \"end_created_on\": \"\",\n  \"begin_modified_on\": \"\",\n  \"end_modified_on\": \"\"\n}\n\n</code></pre>\n<p><strong>Response</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"person_group\": [\n    {\n      \"code\": \"\",\n      \"person_group_id\": \"\",\n      \"name\": \"\",\n      \"person_kind\": \"\",\n      \"state\": \"\",\n      \"person_group_types\": [\n        {\n          \"code\": \"\",\n          \"name\": \"\",\n          \"state\": \"\",\n          \"order_no\":\"\"\n        }\n      ]\n    }\n  ]\n}\n\n</code></pre>\n<p><strong>Description of request parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>code</td>\n<td>string</td>\n<td>no</td>\n<td>Unique code of a group of persons assigned by the user in the system (allows you to select/filter the service by the entered code)</td>\n</tr>\n<tr>\n<td>begin_created_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by creation date</td>\n</tr>\n<tr>\n<td>end_created_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by last creation date</td>\n</tr>\n<tr>\n<td>begin_modified_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by date of modification</td>\n</tr>\n<tr>\n<td>end_modified_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by last modified date</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Description of response parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>person_group</td>\n<td>array</td>\n<td>Array with data about a group of persons</td>\n</tr>\n<tr>\n<td>code</td>\n<td>string</td>\n<td>Unique code of a group of persons, set for integration with third-party software</td>\n</tr>\n<tr>\n<td>person_group_id</td>\n<td>number</td>\n<td>Unique ID</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>Full name of the group of persons</td>\n</tr>\n<tr>\n<td>person_kind</td>\n<td>string</td>\n<td>Type of person ( N - natural person, L - legal entity)</td>\n</tr>\n<tr>\n<td>state</td>\n<td>string</td>\n<td>The status of a group of persons in the system (A - active, P - passive)</td>\n</tr>\n<tr>\n<td>person_group_types</td>\n<td>array</td>\n<td>An array with data on the characteristics of a group of persons</td>\n</tr>\n<tr>\n<td>code</td>\n<td>string</td>\n<td>Unique code of characteristics of a group of persons</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>Full name of the person group type</td>\n</tr>\n<tr>\n<td>state</td>\n<td>string</td>\n<td>The status of the type of group of persons in the system ( A - active, P - passive)</td>\n</tr>\n<tr>\n<td>order_no</td>\n<td>number</td>\n<td>Order number in the list of person groups</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["b","anor","mxsx","mr","person_group$export"],"host":["smartup","online"],"query":[],"variable":[]}},"response":[],"_postman_id":"0e283c1d-e715-46fc-b785-b086919c585b"}],"id":"67441ec0-efe4-4729-8995-9c64d90acf72","_postman_id":"67441ec0-efe4-4729-8995-9c64d90acf72","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"65bfaab6-4bf4-45e6-9748-8211a03d7b79","id":"65bfaab6-4bf4-45e6-9748-8211a03d7b79","name":"Smartup API Documentation","type":"collection"}}},{"name":"Workspaces","item":[{"name":"Workspaces / Export","id":"98ed8fa1-253d-4ac5-bc94-cb3bae1ca7c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"code\": \"\",\r\n  \"begin_created_on\": \"\",\r\n  \"end_created_on\": \"\",\r\n  \"begin_modified_on\": \"\",\r\n  \"end_modified_on\": \"\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://smartup.online/b/anor/mxsx/mrf/room$export","description":"<p>The service exports data on workspaces for a certain period in accordance with the values of the parameters passed to the service in the request. This interface supports bulk sending of data in one request.</p>\n<p><strong>Request</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"code\": \"\",\n  \"begin_created_on\": \"\",\n  \"end_created_on\": \"\",\n  \"begin_modified_on\": \"\",\n  \"end_modified_on\": \"\"\n}\n\n</code></pre>\n<p><strong>Response</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"room\": [\n        {\n            \"room_code\": \"\",\n            \"room_id\":\"\",\n            \"filial_code\": \"\",\n            \"room_name\": \"\",\n            \"room_type_code\": \"\",\n            \"state\": \"\",\n            \"order_no\": \"\"\n        }\n    ]\n}\n\n</code></pre>\n<p><strong>Description of request parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>code</td>\n<td>string</td>\n<td>no</td>\n<td>A unique code of workspaces assigned by the user in the system (allows you to select/filter the service by the entered code)</td>\n</tr>\n<tr>\n<td>begin_created_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by creation date</td>\n</tr>\n<tr>\n<td>end_created_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by last creation date</td>\n</tr>\n<tr>\n<td>begin_modified_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by date of modification</td>\n</tr>\n<tr>\n<td>end_modified_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by last modified date</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Description of response parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>room</td>\n<td>array</td>\n<td>Array with job data</td>\n</tr>\n<tr>\n<td>room_code</td>\n<td>string</td>\n<td>Unique workspace code set for integration with third-party software</td>\n</tr>\n<tr>\n<td>room_id</td>\n<td>number</td>\n<td>Workspace ID</td>\n</tr>\n<tr>\n<td>filial_code</td>\n<td>string</td>\n<td>Organization code</td>\n</tr>\n<tr>\n<td>room_name</td>\n<td>string</td>\n<td>Worspace name</td>\n</tr>\n<tr>\n<td>room_type_code</td>\n<td>string</td>\n<td>Workspace type</td>\n</tr>\n<tr>\n<td>state</td>\n<td>string</td>\n<td>Workspace status</td>\n</tr>\n<tr>\n<td>order_no</td>\n<td>number</td>\n<td>Order number in the list of workspaces</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["b","anor","mxsx","mrf","room$export"],"host":["smartup","online"],"query":[],"variable":[]}},"response":[],"_postman_id":"98ed8fa1-253d-4ac5-bc94-cb3bae1ca7c3"}],"id":"ec1a0c3e-aadd-4432-9139-b40f23ddc890","_postman_id":"ec1a0c3e-aadd-4432-9139-b40f23ddc890","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"65bfaab6-4bf4-45e6-9748-8211a03d7b79","id":"65bfaab6-4bf4-45e6-9748-8211a03d7b79","name":"Smartup API Documentation","type":"collection"}}},{"name":"Contract","item":[{"name":"Contract / Import","id":"7bbb0219-1fcb-442c-8471-c42415859346","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"contract\": [\r\n    {\r\n      \"filial_code\": \"\",\r\n      \"external_id\": \"\",\r\n      \"contract_id\": \"\",\r\n      \"code\": \"\",\r\n      \"contract_date\": \"\",\r\n      \"contract_number\": \"\",\r\n      \"name\": \"\",\r\n      \"person_code\": \"\",\r\n      \"currency_code\": \"\",\r\n      \"expiry_date\": \"\",\r\n      \"note\": \"\",\r\n      \"initial_amount\": \"\",\r\n      \"initial_expiry_date\": \"\",\r\n      \"state\": \"\",\r\n      \"is_main\": \"\",\r\n      \"sub_contracts\": [\r\n        {\r\n          \"sub_contract_id\": \"\",\r\n          \"external_id\": \"\",\r\n          \"sub_contract_date\": \"\",\r\n          \"sub_contract_number\": \"\",\r\n          \"amount\": \"\",\r\n          \"expiry_date\": \"\"\r\n        }\r\n      ]\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://smartup.online/b/anor/mxsx/mkf/contract$import","description":"<p>StartFragment</p>\n<p>The interface allows you to upload data about contracts from third-party software to the Smartup X . This interface supports bulk data ingestion in a single request</p>\n<p><strong>Request</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"contract\": [\n    {\n      \"filial_code\": \"\",\n      \"external_id\": \"\",\n      \"contract_id\": \"\",\n      \"code\": \"\",\n      \"contract_date\": \"\",\n      \"contract_number\": \"\",\n      \"name\": \"\",\n      \"person_code\": \"\",\n      \"currency_code\": \"\",\n      \"expiry_date\": \"\",\n      \"note\": \"\",\n      \"initial_amount\": \"\",\n      \"initial_expiry_date\": \"\",\n      \"state\": \"\",\n      \"is_main\": \"\",\n      \"sub_contracts\": [\n        {\n          \"sub_contract_id\": \"\",\n          \"external_id\": \"\",\n          \"sub_contract_date\": \"\",\n          \"sub_contract_number\": \"\",\n          \"amount\": \"\",\n          \"expiry_date\": \"\"\n        }\n      ]\n    }\n  ]\n}\n\n</code></pre>\n<p>EndFragment</p>\n<p><strong>Response</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"successes\": [\n        {\n            \"code\": \"\"\n        }\n    ],\n    \"errors\": [\n        {\n            \"code\": \"\",\n            \"message\": \"\"\n        }\n    ]\n}\n\n</code></pre>\n<p><strong>Description of request parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Data type</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>filial_code</td>\n<td>string</td>\n<td>yes</td>\n<td>Organization code</td>\n</tr>\n<tr>\n<td>external_id</td>\n<td>string</td>\n<td>no</td>\n<td>Contract ID assigned by third party software</td>\n</tr>\n<tr>\n<td>contract_id</td>\n<td>number</td>\n<td>no</td>\n<td>Contract unique ID</td>\n</tr>\n<tr>\n<td>code</td>\n<td>string</td>\n<td>no</td>\n<td>Contract code</td>\n</tr>\n<tr>\n<td>contract_date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>yes</td>\n<td>Contract date</td>\n</tr>\n<tr>\n<td>contract_number</td>\n<td>string</td>\n<td>yes</td>\n<td>Contract number</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>yes</td>\n<td>The name of contract</td>\n</tr>\n<tr>\n<td>person_code</td>\n<td>string</td>\n<td>yes</td>\n<td>The person who enters into a contract (it can be natural person or legal entity)</td>\n</tr>\n<tr>\n<td>currency_code</td>\n<td>string</td>\n<td>yes</td>\n<td>Currency unique code</td>\n</tr>\n<tr>\n<td>expiry_date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Contract expiration date</td>\n</tr>\n<tr>\n<td>note</td>\n<td>string</td>\n<td>no</td>\n<td>Note</td>\n</tr>\n<tr>\n<td>initial_amount</td>\n<td>number</td>\n<td>no</td>\n<td>The initial amount of money, when first contract was entered</td>\n</tr>\n<tr>\n<td>initial_expiry_date</td>\n<td>date</td>\n<td>no</td>\n<td>The initial date of expiration, when first contract was entered</td>\n</tr>\n<tr>\n<td>state</td>\n<td>string</td>\n<td>yes</td>\n<td>Status (Active / Inactive), where A - active, P - passive</td>\n</tr>\n<tr>\n<td>is_main</td>\n<td>string</td>\n<td>no</td>\n<td>Indicate Main contract. Y - Yes, N - no</td>\n</tr>\n<tr>\n<td>sub_contracts</td>\n<td>array</td>\n<td></td>\n<td>Array with data about additional agreements connected to contracts</td>\n</tr>\n<tr>\n<td>sub_contract_id</td>\n<td>number</td>\n<td>no</td>\n<td>Additional agreement unique ID</td>\n</tr>\n<tr>\n<td>external_id</td>\n<td>string</td>\n<td>no</td>\n<td>Additional agreement ID assigned by third party software</td>\n</tr>\n<tr>\n<td>sub_contract_date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>yes</td>\n<td>Additional agreement date</td>\n</tr>\n<tr>\n<td>sub_contract_number</td>\n<td>string</td>\n<td>yes</td>\n<td>Additional agreement number</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>number</td>\n<td>no</td>\n<td>The amount of money (last set, if there was change in amount of money)</td>\n</tr>\n<tr>\n<td>expiry_date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Expiration date of contract (last set, if there was change in date of expiration)</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Description of response parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>successes</td>\n<td>array</td>\n<td>Array of successfully processed data</td>\n</tr>\n<tr>\n<td>errors</td>\n<td>array</td>\n<td>array data with errors</td>\n</tr>\n<tr>\n<td>code</td>\n<td>string</td>\n<td>Unique record code</td>\n</tr>\n<tr>\n<td>message</td>\n<td>string</td>\n<td>Clarifying error messages from the server</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["b","anor","mxsx","mkf","contract$import"],"host":["smartup","online"],"query":[],"variable":[]}},"response":[],"_postman_id":"7bbb0219-1fcb-442c-8471-c42415859346"},{"name":"Contract / Export","id":"458a8477-ba84-4273-a531-f563a1b81501","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"filial_codes\": {\r\n    \"filial_code\": \"\"\r\n  },\r\n  \"code\": \"\",\r\n  \"contract_id\": \"\",\r\n  \"begin_contract_date\": \"\",\r\n  \"end_contract_date\": \"\",\r\n  \"begin_created_on\": \"\",\r\n  \"end_created_on\": \"\",\r\n  \"begin_modified_on\": \"\",\r\n  \"end_modified_on\": \"\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://smartup.online/b/anor/mxsx/mkf/contract$export","description":"<p>The service exports data on contracts for a certain period in accordance with the values of the parameters passed to the service in the request. This interface supports bulk sending of data in one request.</p>\n<p><strong>Request</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"filial_codes\": {\n    \"filial_code\": \"\"\n  },\n  \"code\": \"\",\n  \"contract_id\": \"\",\n  \"begin_contract_date\": \"\",\n  \"end_contract_date\": \"\",\n  \"begin_created_on\": \"\",\n  \"end_created_on\": \"\",\n  \"begin_modified_on\": \"\",\n  \"end_modified_on\": \"\"\n}\n\n</code></pre>\n<p><strong>Response</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"contract\": [\n    {\n      \"filial_code\": \"\",\n      \"contract_id\": \"\",\n      \"code\": \"\",\n      \"contract_date\": \"\",\n      \"contract_number\": \"\",\n      \"name\": \"\",\n      \"person_code\": \"\",\n      \"currency_code\": \"\",\n      \"expiry_date\": \"\",\n      \"note\": \"\",\n      \"initial_amount\": \"\",\n      \"initial_expiry_date\": \"\",\n      \"state\": \"\",\n      \"is_main\": \"\",\n      \"sub_contracts\": [\n        {\n          \"sub_contract_id\": \"\",\n          \"sub_contract_date\": \"\",\n          \"sub_contract_number\": \"\",\n          \"amount\": \"\",\n          \"expiry_date\": \"\"\n        }\n      ]\n    }\n  ]\n}\n\n</code></pre>\n<p><strong>Description of request parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Data type</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>filial_codes</td>\n<td>array</td>\n<td>no</td>\n<td>Array with data of contracts</td>\n</tr>\n<tr>\n<td>filial_code</td>\n<td>string</td>\n<td>no</td>\n<td>Unique filial code</td>\n</tr>\n<tr>\n<td>code</td>\n<td>string</td>\n<td>no</td>\n<td>Contract code</td>\n</tr>\n<tr>\n<td>contract_id</td>\n<td>number</td>\n<td>no</td>\n<td>Contract unique ID</td>\n</tr>\n<tr>\n<td>begin_contract_date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>The beginning date of the period of contract</td>\n</tr>\n<tr>\n<td>end_contract_date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>The ending date of the period of contract</td>\n</tr>\n<tr>\n<td>begin_created_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter contracts by creation date</td>\n</tr>\n<tr>\n<td>end_created_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by last creation date</td>\n</tr>\n<tr>\n<td>begin_modified_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by date of modification</td>\n</tr>\n<tr>\n<td>end_modified_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by last modified date</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Description of response parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Data type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>contract</td>\n<td>array</td>\n<td>Array with data about contracts</td>\n</tr>\n<tr>\n<td>code</td>\n<td>string</td>\n<td>Contract code</td>\n</tr>\n<tr>\n<td>filial_code</td>\n<td>string</td>\n<td>Organization code</td>\n</tr>\n<tr>\n<td>contract_id</td>\n<td>number</td>\n<td>Contract unique ID</td>\n</tr>\n<tr>\n<td>contract_date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>Contract date</td>\n</tr>\n<tr>\n<td>contract_number</td>\n<td>string</td>\n<td>Contract number</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>The name of contract</td>\n</tr>\n<tr>\n<td>person_code</td>\n<td>string</td>\n<td>The person who enters into a contract (it can be natural person or legal entity)</td>\n</tr>\n<tr>\n<td>currency_code</td>\n<td>string</td>\n<td>Unique currency code of contract</td>\n</tr>\n<tr>\n<td>expiry_date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>Contract expiration date</td>\n</tr>\n<tr>\n<td>note</td>\n<td>string</td>\n<td>Note</td>\n</tr>\n<tr>\n<td>initial_amount</td>\n<td>number</td>\n<td>The initial amount of money, when first contract was entered</td>\n</tr>\n<tr>\n<td>initial_expiry_date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>The initial date of expiration, when first contract was entered</td>\n</tr>\n<tr>\n<td>state</td>\n<td>string</td>\n<td>Status (Active / Inactive), where A - active, P - passive</td>\n</tr>\n<tr>\n<td>is_main</td>\n<td>string</td>\n<td>Indicate Main contract</td>\n</tr>\n<tr>\n<td>sub_contracts</td>\n<td>array</td>\n<td>Array with data about additional agreements connected to contracts</td>\n</tr>\n<tr>\n<td>sub_contract_id</td>\n<td>number</td>\n<td>Additional agreement unique ID</td>\n</tr>\n<tr>\n<td>sub_contract_date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>Additional agreement date</td>\n</tr>\n<tr>\n<td>sub_contract_number</td>\n<td>string</td>\n<td>Additional agreement number</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>number</td>\n<td>The amount of money (last set, if there was change in amount of money)</td>\n</tr>\n<tr>\n<td>expiry_date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>Expiration date of contract (last set, if there was change in date of expiration)</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["b","anor","mxsx","mkf","contract$export"],"host":["smartup","online"],"query":[],"variable":[]}},"response":[],"_postman_id":"458a8477-ba84-4273-a531-f563a1b81501"}],"id":"659c9ca7-7e76-4bac-b5e9-f02c333a7544","_postman_id":"659c9ca7-7e76-4bac-b5e9-f02c333a7544","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"65bfaab6-4bf4-45e6-9748-8211a03d7b79","id":"65bfaab6-4bf4-45e6-9748-8211a03d7b79","name":"Smartup API Documentation","type":"collection"}}},{"name":"Return Reason","item":[{"name":"Return Reason / Import","id":"4d512416-e223-4287-b395-29e5add686af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"return_reason\": [\r\n    {\r\n      \"return_reason_id\": \"\",\r\n      \"code\": \"\",\r\n      \"name\": \"\",\r\n      \"state\": \"\",\r\n      \"order_no\": \"\"\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://smartup.online/b/anor/mxsx/mdeal/return_reason$import","description":"<p>The functionality of loading return reasons from third-party software is implemented. This interface supports bulk data ingestion in a single request.</p>\n<p><strong>Request</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"return_reason\": [\n    {\n      \"return_reason_id\": \"\",\n      \"code\": \"\",\n      \"name\": \"\",\n      \"state\": \"\",\n      \"order_no\": \"\"\n    }\n  ]\n}\n\n</code></pre>\n<p><strong>Response</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"successes\": [\n        {\n            \"code\": \"\"\n        }\n    ],\n    \"errors\": [\n        {\n            \"code\": \"\",\n            \"message\": \"\"\n        }\n    ]\n}\n\n</code></pre>\n<p><strong>Description of request parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>return_reason</td>\n<td>array</td>\n<td>yes</td>\n<td>Array with data on return reasons</td>\n</tr>\n<tr>\n<td>return_reason_id</td>\n<td>number</td>\n<td>no</td>\n<td>Unique ID</td>\n</tr>\n<tr>\n<td>code</td>\n<td>string</td>\n<td>yes</td>\n<td>Return reason code</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>yes</td>\n<td>Retrun reason name</td>\n</tr>\n<tr>\n<td>state</td>\n<td>string</td>\n<td>yes</td>\n<td>Status (Active / Inactive), where A - active, P - passive</td>\n</tr>\n<tr>\n<td>order_no</td>\n<td>number</td>\n<td>no</td>\n<td>Order number in the list of return reasons</td>\n</tr>\n</tbody>\n</table>\n</div><p>Before sending, the service checks the request for:</p>\n<ul>\n<li><p>the presence of mandatory parameters</p>\n</li>\n<li><p>parameter validity</p>\n</li>\n</ul>\n<p>If all checks are passed successfully, the service will return the relevant information for each parameter.</p>\n<p><strong>Description of response parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>successes</td>\n<td>array</td>\n<td>Array of successfully processed data</td>\n</tr>\n<tr>\n<td>errors</td>\n<td>array</td>\n<td>Array data with errors</td>\n</tr>\n<tr>\n<td>code</td>\n<td>string</td>\n<td>Unique record code</td>\n</tr>\n<tr>\n<td>message</td>\n<td>string</td>\n<td>Clarifying error messages from the server</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["b","anor","mxsx","mdeal","return_reason$import"],"host":["smartup","online"],"query":[],"variable":[]}},"response":[],"_postman_id":"4d512416-e223-4287-b395-29e5add686af"},{"name":"Return Reason / Export","id":"26f32b39-f2b3-4b7e-a56f-f1b498e8a3d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://smartup.online/b/anor/mxsx/mdeal/return_reason$export","description":"<p>The service exports data on price types for a certain period in accordance with the values of the parameters passed to the service in the request. This interface supports bulk sending of data in one request.</p>\n<p><strong>Request</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"code\": \"\",\n  \"return_reason_id\": \"\",\n  \"begin_created_on\": \"\",\n  \"end_created_on\": \"\",\n  \"begin_modified_on\": \"\",\n  \"end_modified_on\": \"\"\n}\n\n</code></pre>\n<p><strong>Response</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"return_reason\": [\n    {\n      \"return_reason_id\": \"\",\n      \"code\": \"\",\n      \"name\": \"\",\n      \"state\": \"\",\n      \"order_no\": \"\"\n    }\n  ]\n}\n\n</code></pre>\n<p><strong>Description of request parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Data type</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>code</td>\n<td>string</td>\n<td>no</td>\n<td>Return resaon unique code</td>\n</tr>\n<tr>\n<td>return_reason_id</td>\n<td>number</td>\n<td>no</td>\n<td>Retrun reason unique ID</td>\n</tr>\n<tr>\n<td>begin_created_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter contracts by creation date</td>\n</tr>\n<tr>\n<td>end_created_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by last creation date</td>\n</tr>\n<tr>\n<td>begin_modified_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by date of modification</td>\n</tr>\n<tr>\n<td>end_modified_on</td>\n<td>date(dd.mm.yyyy)</td>\n<td>no</td>\n<td>Filter by last modified date</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Description of response parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>return_reason</td>\n<td>array</td>\n<td>Return reasons array</td>\n</tr>\n<tr>\n<td>return_reason_id</td>\n<td>number</td>\n<td>Unique return reason ID</td>\n</tr>\n<tr>\n<td>code</td>\n<td>string</td>\n<td>Unique retrun reason code</td>\n</tr>\n<tr>\n<td>short_name</td>\n<td>string</td>\n<td>Retrun reason name</td>\n</tr>\n<tr>\n<td>state</td>\n<td>string</td>\n<td>Status (Active / Inactive), where A - active, P - passive</td>\n</tr>\n<tr>\n<td>order_no</td>\n<td>number</td>\n<td>Order number in the list of return reasons</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["b","anor","mxsx","mdeal","return_reason$export"],"host":["smartup","online"],"query":[],"variable":[]}},"response":[],"_postman_id":"26f32b39-f2b3-4b7e-a56f-f1b498e8a3d3"}],"id":"6f10dade-bd7e-4fd9-80a6-0151f5833c50","_postman_id":"6f10dade-bd7e-4fd9-80a6-0151f5833c50","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"65bfaab6-4bf4-45e6-9748-8211a03d7b79","id":"65bfaab6-4bf4-45e6-9748-8211a03d7b79","name":"Smartup API Documentation","type":"collection"}}}],"id":"c0d43347-9f80-488f-b380-4e073b308100","description":"<p>Reference is an object with the information, which we enter into the system at the start of work and use for documents. Examples of reference books: list of inventory, persons data, price.</p>\n<p><strong>Inventory</strong> - inventory items. The term inventory includes goods, products, raw materials and equipment. An inventory item is a reference that stores data about a product for possible use in other requests.<br /><em>Equipment</em> on the balance sheet of suppliers, which is usually installed in outlets and is used to design outlets for selling goods and attracting customers' attention to them. Smartup has a possibility to check the quality of advertising equipment and fix violations. Periodically, barcode scanning of the equipment is performed to check the actual location of the equipment.</p>\n<p><strong>Service</strong> - an activity performed for an order. Services are non-material inventory. It is also a reference in which data is stored for possible use in other requests.</p>\n<p><strong>Product group</strong> - a reference for grouping products. It is used for grouping of inventory items. It can be used to create a group, category or brand and specify its subtypes.</p>\n<p><strong>Producers -</strong> a reference that stores information about which persons are producers. To create a producer, API use the legal and natural persons reference. It can be used for inventory item.</p>\n<p><strong>Legal persons</strong> - a subject of an organization endowed to rights and responsibilities, independently participating in civil relations on an equal basis with natural persons.<br />A legal persons can be specified in the Smartup system as a client, supplier and producer.</p>\n<p><strong>Natural persons</strong> - a subject of legal relations representing an individual person. A natural persons can be specified in the Smartup system as a client and supplier.</p>\n<p><strong>Persons group -</strong> a reference for grouping persons according to specific attributes. Such as group, category and type of person and specify their subtypes.</p>\n<p><strong>Contract</strong> - an agreement between two or more persons about their rights and responsibilities. Smartup can create a contract with a specific person or upload data about existing contracts.</p>\n<p><strong>Workspaces</strong> - customizable territories, on the basis of which all work processes related to the sale of goods are realized. They allow to easily perform actions on change and rotation of personnel (sales representative/merchandiser), as well as to perform comparison and analysis by territory, regardless of the change of personnel in the given workspace.</p>\n<p><strong>Price type</strong> - price template for sale or purchase.<br /><em>Sale price</em> - the price template at which we sell inventory. This term is used in the order.<br /><em>Purchase price</em> - the price template at which we purchase inventory. This term is used in the in a purchase.</p>\n<p><strong>Inventory price</strong> - this concept is used to set prices per unit of inventory. When setting the price, you must specify the price type template. Inside the price type, the data on the price of the inventory item will be stored.</p>\n","_postman_id":"c0d43347-9f80-488f-b380-4e073b308100","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"65bfaab6-4bf4-45e6-9748-8211a03d7b79","id":"65bfaab6-4bf4-45e6-9748-8211a03d7b79","name":"Smartup API Documentation","type":"collection"}}},{"name":"Others","item":[{"name":"Inventory Balance / Export","id":"0f04e693-4fb5-490c-9aff-32e0f02a1c60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{   \r\n    \"warehouse_codes\": [\r\n       {\r\n           \"warehouse_code\": \"\"\r\n       }\r\n   ],\r\n   \"filial_code\": \"\",\r\n   \"begin_date\": \"15.02.2023\",\r\n   \"end_date\": \"15.03.2023\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://smartup.online/b/anor/mxsx/mkw/balance$export","description":"<p>The service exports data on balance of inventories for a certain period in accordance with the values of the parameters passed to the service in the request. This interface supports bulk sending of data in one request.</p>\n<p><strong>Request</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{   \"warehouse_codes\": [\n       {\n           \"warehouse_code\": \"\"\n       }\n   ],\n   \"filial_code\": \"\",\n   \"product_conditions\": :[\"T\", \"B\", \"F\"],\n   \"begin_date\": \"15.02.2023\",\n   \"end_date\": \"15.03.2023\",\n   \"producer_codes\": [ {\"supp1\", \"supp_2\" } ]\n}\n\n</code></pre>\n<p>Response</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"balance\": [\n    {\n      \"date\": \"16.02.2023\",\n      \"warehouse_id\": \"61\",\n      \"warehouse_code\": \"001wrh\",\n      \"product_code\": \"002pr\",\n      \"product_id\": \"21\",\n      \"card_code\": \"\",\n      \"expiry_date\": \"\",\n      \"serial_number\": \"\",\n      \"batch_number\": \"\",\n      \"inventory_kind\": \"G\", //G, M, P\n      \"quantity\": \"1400\",\n      \"input_price\": \"14000\",\n      \"measure_code\": \"\",\n      \"groups\": [\n        {\n          \"group_code\": \"PRDGR:3\",\n          \"type_code\": \"102387\"\n        }\n      ],\n      \"producer_code\": \"\",\n      \"currency_code\": \"\",\n      \"base_price\": \"\"\n    }\n   ]\n  }\n\n</code></pre>\n<p><strong>Description of request parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Data type</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>warehouse_codes</td>\n<td>array</td>\n<td>no</td>\n<td>Array with data of warehouses, which balances are related to</td>\n</tr>\n<tr>\n<td>warehouse_code</td>\n<td>string</td>\n<td>no</td>\n<td>Warehouse code</td>\n</tr>\n<tr>\n<td>product_conditions</td>\n<td>array</td>\n<td>no</td>\n<td>Array for filtering balances by conditions of inventory. Accepts values \"F\"(free), \"B\"(booked), \"T\"(tranzit).</td>\n</tr>\n<tr>\n<td>filial_code</td>\n<td>string</td>\n<td>no</td>\n<td>Organization unique code</td>\n</tr>\n<tr>\n<td>begin_date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>yes</td>\n<td>Filter by inventory balance begin date</td>\n</tr>\n<tr>\n<td>end_date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>yes</td>\n<td>Filter by inventory balance end date</td>\n</tr>\n<tr>\n<td>producer_codes</td>\n<td>array</td>\n<td>no</td>\n<td>Filter by Producer code(s)</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Description of response parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Data type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>balance</td>\n<td>array</td>\n<td>Array with inventory balance data</td>\n</tr>\n<tr>\n<td>date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>The date of inventory balance. (Date works with one-day principle)</td>\n</tr>\n<tr>\n<td>warehouse_id</td>\n<td>number</td>\n<td>Warehouse ID</td>\n</tr>\n<tr>\n<td>warehouse_code</td>\n<td>string</td>\n<td>Warehouse code</td>\n</tr>\n<tr>\n<td>product_code</td>\n<td>string</td>\n<td>Inventory code</td>\n</tr>\n<tr>\n<td>product_id</td>\n<td>number</td>\n<td>Inventory ID</td>\n</tr>\n<tr>\n<td>card_code</td>\n<td>string</td>\n<td>Card code of inventory. In case there are the same 2 card codes of inventories found, system will count as 1.</td>\n</tr>\n<tr>\n<td>expiry_date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>Expiry date of inventory. In case there are the same 2 expiry dates of inventories found, system will count as 1</td>\n</tr>\n<tr>\n<td>serial_number</td>\n<td>string</td>\n<td>Serial number</td>\n</tr>\n<tr>\n<td>batch_number</td>\n<td>string</td>\n<td>Batch number</td>\n</tr>\n<tr>\n<td>inventory_kind</td>\n<td>string</td>\n<td>Type of goods and materials ( P - products, G - goods, M - raw materials). Type of goods and materials specifies the category of ownership</td>\n</tr>\n<tr>\n<td>quantity</td>\n<td>number</td>\n<td>Quantity of inventories in balance</td>\n</tr>\n<tr>\n<td>input_price</td>\n<td>number</td>\n<td>Input price</td>\n</tr>\n<tr>\n<td>measure_code</td>\n<td>string</td>\n<td>Measurement code</td>\n</tr>\n<tr>\n<td>groups</td>\n<td>array</td>\n<td>Array with groups of inventory balance</td>\n</tr>\n<tr>\n<td>group_code</td>\n<td>string</td>\n<td>Group code</td>\n</tr>\n<tr>\n<td>type_code</td>\n<td>string</td>\n<td>Type code</td>\n</tr>\n<tr>\n<td>producer_code</td>\n<td>string</td>\n<td>Producer code</td>\n</tr>\n<tr>\n<td>currency_code</td>\n<td>string</td>\n<td>Currency code</td>\n</tr>\n<tr>\n<td>base_price</td>\n<td>string</td>\n<td>Base price</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note</strong>: All IDs and codes mentioned in response parameters are assigned by Smartup system.</p>\n","urlObject":{"protocol":"https","path":["b","anor","mxsx","mkw","balance$export"],"host":["smartup","online"],"query":[],"variable":[]}},"response":[],"_postman_id":"0f04e693-4fb5-490c-9aff-32e0f02a1c60"},{"name":"Equipment Balance / Export","id":"3b14d9c9-2b3e-422d-ada1-bf6ef8f54188","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"filial_id","value":"86401","type":"text"},{"key":"project_code","value":"trade","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"offset\": \"\",\r\n   \"limit\": \"\",\r\n   \"filial_code\": \"\",\r\n   \"room_codes\": [\r\n      {\r\n         \"room_code\": \"\"\r\n      }\r\n   ],\r\n   \"product_type_codes\": [\r\n      {\r\n         \"product_type_code\": \"\"\r\n      }\r\n   ],\r\n   \"product_codes\": [\r\n      {\r\n         \"product_code\": \"\"\r\n      }\r\n   ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://smartup.online/b/trade/txs/tvt/equipment_balance$export_data","description":"<p>The service exports data on balance of equipment for a certain period in accordance with the values of the parameters passed to the service in the request. This interface supports bulk sending of data in one request.</p>\n<p><strong>Request</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n   \"offset\": \"\",\n   \"limit\": \"\",\n   \"filial_code\": \"\",\n   \"room_codes\": [\n      {\n         \"room_code\": \"\"\n      }\n   ],\n   \"product_group_codes\": [\n      {\n         \"product_group_code\": \"\"\n      }\n   ],\n   \"product_type_codes\": [\n      {\n         \"product_type_code\": \"\"\n      }\n   ],\n   \"product_codes\": [\n      {\n         \"product_code\": \"\"\n      }\n   ]\n}\n\n</code></pre>\n<p>Response</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"count\": \"0\",\n    \"data\": [\n      {\n        \"filial_name\": \"Namangan\",\n        \"installed_date\": \"08.12.2021\",\n        \"equipment_name\": \"kuzov\",\n        \"equipment_group_name\": null,\n        \"serial_number\": \"R734634\",\n        \"equipment_status\": \"Передано клиенту\",\n        \"warehouse_name\": null,\n        \"contract_name\": null,\n        \"person_id\": \"187\",\n        \"person_code\": null,\n        \"person_name\": \"Green White Solutions MCHJ\",\n        \"person_address\": \"УЛ.Ю.АГЗАМОВА\",\n        \"person_region_name\": \"Наманганская область\",\n        \"room_name\": null,\n        \"person_current_room_names\": \"Namangan Lola\",\n        \"supervisor_robot_name\": \"\",\n        \"agent_name\": null,\n        \"installed_by\": \"Aziz\",\n        \"last_visit_date\": \"30.05.2023\",\n        \"equipment's_photo\": \"Нет\",\n        \"last_inventory_date\": null,\n        \"last_inventory_user_name\": null,\n        \"has_barcode\": \"Нет\",\n        \"equipment_note\": null,\n        \"lat_lng\": null\n      }\n    ]\n  }\n\n</code></pre>\n<p><strong>Description of request parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Data type</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>offset</td>\n<td>number</td>\n<td>no</td>\n<td>number of offset</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>number</td>\n<td>no</td>\n<td>limit of Items max 50</td>\n</tr>\n<tr>\n<td>filial_code</td>\n<td>string</td>\n<td>no</td>\n<td>Organization unique code</td>\n</tr>\n<tr>\n<td>room_codes</td>\n<td>array</td>\n<td>no</td>\n<td>Array with workspaces</td>\n</tr>\n<tr>\n<td>room_code</td>\n<td>string</td>\n<td>no</td>\n<td>Filter by workspace code</td>\n</tr>\n<tr>\n<td>product_group_codes</td>\n<td>array</td>\n<td>no</td>\n<td>Array with product group codes</td>\n</tr>\n<tr>\n<td>product_group_code</td>\n<td>string</td>\n<td>no</td>\n<td>Filter by product group code</td>\n</tr>\n<tr>\n<td>product_type_codes</td>\n<td>array</td>\n<td>no</td>\n<td>Array with product type codes</td>\n</tr>\n<tr>\n<td>product_type_code</td>\n<td>string</td>\n<td>no</td>\n<td>Filter by product type code</td>\n</tr>\n<tr>\n<td>product_codes</td>\n<td>array</td>\n<td>no</td>\n<td>Array with products</td>\n</tr>\n<tr>\n<td>product_code</td>\n<td>string</td>\n<td>no</td>\n<td>Filter by produt code</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Description of response parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Data type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>count</td>\n<td>number</td>\n<td>Total number of records</td>\n</tr>\n<tr>\n<td>data</td>\n<td>array</td>\n<td>Array of detailed equipment and personnel data</td>\n</tr>\n<tr>\n<td>filial_name</td>\n<td>string</td>\n<td>Name of the filial</td>\n</tr>\n<tr>\n<td>installed_date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>Date the equipment was installed (dd.mm.yyyy)</td>\n</tr>\n<tr>\n<td>equipment_name</td>\n<td>string</td>\n<td>Name of the equipment</td>\n</tr>\n<tr>\n<td>equipment_group_name</td>\n<td>string</td>\n<td>Group or category to which the equipment belongs</td>\n</tr>\n<tr>\n<td>serial_number</td>\n<td>string</td>\n<td>Unique serial number of the equipment</td>\n</tr>\n<tr>\n<td>equipment_status</td>\n<td>string</td>\n<td>Current status of the equipment</td>\n</tr>\n<tr>\n<td>warehouse_name</td>\n<td>string</td>\n<td>Name of the warehouse where the equipment is stored</td>\n</tr>\n<tr>\n<td>contract_name</td>\n<td>string</td>\n<td>Contract under which the equipment was acquired or is maintained</td>\n</tr>\n<tr>\n<td>person_id</td>\n<td>number</td>\n<td>Unique ID of the client</td>\n</tr>\n<tr>\n<td>person_code</td>\n<td>string</td>\n<td>Unique code of the client</td>\n</tr>\n<tr>\n<td>person_name</td>\n<td>string</td>\n<td>Name of the client</td>\n</tr>\n<tr>\n<td>person_address</td>\n<td>string</td>\n<td>Address of the client</td>\n</tr>\n<tr>\n<td>person_region_name</td>\n<td>string</td>\n<td>Region of the client</td>\n</tr>\n<tr>\n<td>room_name</td>\n<td>string</td>\n<td>Workspace name</td>\n</tr>\n<tr>\n<td>person_current_room_names</td>\n<td>array</td>\n<td>Workspace name of clent</td>\n</tr>\n<tr>\n<td>supervisor_robot_name</td>\n<td>string</td>\n<td>Name of the robot supervising the equipment</td>\n</tr>\n<tr>\n<td>agent_name</td>\n<td>string</td>\n<td>Name of the agent</td>\n</tr>\n<tr>\n<td>installed_by</td>\n<td>number</td>\n<td>ID of the person or entity who installed the equipment</td>\n</tr>\n<tr>\n<td>last_visit_date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>Date of the last visit</td>\n</tr>\n<tr>\n<td>s_photo</td>\n<td>string</td>\n<td>Has Photo</td>\n</tr>\n<tr>\n<td>last_inventory_date</td>\n<td>date(dd.mm.yyyy)</td>\n<td>Last inventory date</td>\n</tr>\n<tr>\n<td>last_inventory_user_name</td>\n<td>string</td>\n<td>Last inventory user name</td>\n</tr>\n<tr>\n<td>has_barcode</td>\n<td>string</td>\n<td>Whether the equipment has a barcode (yes/no)</td>\n</tr>\n<tr>\n<td>equipment_note</td>\n<td>string</td>\n<td>Additional notes regarding the equipment</td>\n</tr>\n<tr>\n<td>lat_lng</td>\n<td>string</td>\n<td>Latitude and longitude coordinates of the equipment location</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note</strong>: All IDs and codes mentioned in response parameters are assigned by Smartup system.</p>\n","urlObject":{"protocol":"https","path":["b","trade","txs","tvt","equipment_balance$export_data"],"host":["smartup","online"],"query":[],"variable":[]}},"response":[],"_postman_id":"3b14d9c9-2b3e-422d-ada1-bf6ef8f54188"}],"id":"abbc3b1b-2e71-485d-be69-a6fc4663ac07","_postman_id":"abbc3b1b-2e71-485d-be69-a6fc4663ac07","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"65bfaab6-4bf4-45e6-9748-8211a03d7b79","id":"65bfaab6-4bf4-45e6-9748-8211a03d7b79","name":"Smartup API Documentation","type":"collection"}}}],"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]}},"event":[{"listen":"prerequest","script":{"id":"1f275504-b7ef-425d-940d-99db80417565","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0a7d1252-0108-4ce7-818a-d26de75d6bd2","type":"text/javascript","exec":[""]}}],"variable":[{"value":"","type":"string"}]}