{"info":{"_postman_id":"c584fe5b-4102-475c-9cb3-abb01849ca7a","name":"IXERP API V3","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"15347115","collectionId":"c584fe5b-4102-475c-9cb3-abb01849ca7a","publishedId":"2sAXjGbYs8","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"cf142b"},"publishDate":"2024-08-26T11:53:11.000Z"},"item":[{"name":"Sales","item":[{"name":"Get Sales Details","id":"f47cffb2-74b0-4a42-a0d8-05f0fa72a92e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-COMPANY","value":"Company Number","type":"text"},{"key":"X-USER","value":"username","type":"text"},{"key":"X-PASSWORD","value":"password","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://std.ixdev.uk/modules/api3/sales/:trans_no/:trans_type","description":"<p>Handle Sales</p>\n<p>/sales/:trans_no/:trans_type<br />Get Sales Header and Details for trans_no, trans_type</p>\n","urlObject":{"protocol":"https","path":["modules","api3","sales",":trans_no",":trans_type"],"host":["std","ixdev","uk"],"query":[],"variable":[{"type":"any","value":null,"key":"trans_no"},{"type":"any","value":null,"key":"trans_type"}]}},"response":[],"_postman_id":"f47cffb2-74b0-4a42-a0d8-05f0fa72a92e"},{"name":"Add Invoice","id":"34cd08ae-844a-42f2-a3af-978b65d0950a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-COMPANY","value":"company number"},{"key":"X-USER","value":"apiuser"},{"key":"X-PASSWORD","value":"API@Pass"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"trans_type\":10,\n    \"ref\": \"794/2019\",\n    \"comments\": \"qeopewpokew\",\n    \"order_date\": \"05/01/2020\",\n    \"payment\": \"7\",\n    \"due_date\": \"05/05/2019\",\n    \"phone\": \"\",\n    \"cust_ref\": \"\",\n    \"delivery_address\": \"N/A\",\n    \"ship_via\": \"0\",\n    \"deliver_to\": \"Name\",\n    \"delivery_date\": \"05/05/2020\",\n    \"location\": \"DEF\",\n    \"freight_cost\": \"0\",\n    \"email\": \"\",\n    \"customer_id\": \"2\",\n    \"branch_id\": \"1\",\n    \"sales_type\": \"1\",\n    \"dimension_id\": 0,\n    \"dimension2_id\": 0,\n    \"items\": [\n        {\n            \"stock_id\": \"101\",\n            \"qty\": \"20\",\n            \"price\": \"300\",\n            \"discount\": \"0\"\n        },\n        {\n            \"stock_id\": \"301\",\n            \"qty\": \"3\",\n            \"price\": \"80\",\n            \"discount\": \"0\"\n        }\n    ],\n    \"sub_total\": 6240,\n    \"display_total\": 6240\n}"},"url":"https://std.ixdev.uk/modules/api3/sales/","description":"<p>Add Invoice</p>\n<p>\"trans_type\":10, //this is a constant for inquiry an invoice\n    \"ref\": \"794/2019\",// sales ref number (unique)\n    \"comments\": \"qeopewpokew\",// comment\n    \"order_date\": \"05/01/2020\", // order date\n    \"payment\": \"7\", // number of the payment term number from account\n    \"due_date\": \"05/05/2019\", // due date of the order\n    \"phone\": \"\",// customer phone number\n    \"cust_ref\": \"\",// customer reference\n    \"delivery_address\": \"N/A\", // address of shipment\n    \"ship_via\": \"0\",// ship via\n    \"deliver_to\": \"name\",  // deliver to customer name\n    \"delivery_date\": \"05/05/2020\", // delivery date\n    \"location\": \"DEF\", // location \n    \"freight_cost\": \"0\",// cost of freight \n    \"email\": \"\",//customer email\n    \"customer_id\": \"2\", //customer Email from account\n    \"branch_id\": \"1\", //customer branch id\n    \"sales_type\": \"1\", // sales type \n    \"dimension_id\": 0,// dimension id\n    \"dimension2_id\": 0,// dimension id 2 from another API but not mandatory\n    \"items\": [</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>    {\n        \"stock_id\": \"301\",//item stock id\n        \"qty\": \"3\",// item quantity\n        \"price\": \"80\",// item price\n        \"discount\": \"0\" // discount for item price\n    }\n],\n\"sub_total\": 6240,   // the sub total price\n\"display_total\": 6240 //The number for price display\n</code></pre>","urlObject":{"protocol":"https","path":["modules","api3","sales",""],"host":["std","ixdev","uk"],"query":[],"variable":[]}},"response":[],"_postman_id":"34cd08ae-844a-42f2-a3af-978b65d0950a"},{"name":"Add Order","id":"9a511987-b359-4dd9-b3e4-b8b93a9d53b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-COMPANY","value":"company number"},{"key":"X-USER","value":"apiuser"},{"key":"X-PASSWORD","value":"API@Pass"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"trans_type\":30,\n    \"ref\": \"19/2019\",\n    \"comments\": \"qeopewpokew\",\n    \"order_date\": \"05/01/2020\",\n    \"payment\": \"7\",\n    \"due_date\": \"05/05/2019\",\n    \"phone\": \"\",\n    \"cust_ref\": \"\",\n    \"delivery_address\": \"N/A\",\n    \"ship_via\": \"0\",\n    \"deliver_to\": \"name\",\n    \"delivery_date\": \"05/05/2020\",\n    \"location\": \"DEF\",\n    \"freight_cost\": \"0\",\n    \"email\": \"\",\n    \"customer_id\": \"2\",\n    \"branch_id\": \"1\",\n    \"sales_type\": \"1\",\n    \"dimension_id\": 0,\n    \"dimension2_id\": 0,\n    \"items\": [\n        {\n            \"stock_id\": \"101\",\n            \"qty\": \"20\",\n            \"price\": \"300\",\n            \"discount\": \"0\"\n        },\n        {\n            \"stock_id\": \"301\",\n            \"qty\": \"3\",\n            \"price\": \"80\",\n            \"discount\": \"0\"\n        }\n    ],\n    \"sub_total\": 6240,\n    \"display_total\": 6240\n}"},"url":"https://std.ixdev.uk/modules/api3/sales/","description":"<p>Add Order</p>\n<p>\"trans_type\":30, //this is a constant for sales order\n    \"ref\": \"794/2019\",// sales ref number (unique)\n    \"comments\": \"qeopewpokew\",// comment\n    \"order_date\": \"05/01/2020\", // order date\n    \"payment\": \"7\", // number of the payment term number from account\n    \"due_date\": \"05/05/2019\", // due date of the order\n    \"phone\": \"\",// customer phone number\n    \"cust_ref\": \"\",// customer reference\n    \"delivery_address\": \"N/A\", // address of shipment\n    \"ship_via\": \"0\",// ship via\n    \"deliver_to\": \"name\",  // deliver to customer name\n    \"delivery_date\": \"05/05/2020\", // delivery date\n    \"location\": \"DEF\", // location \n    \"freight_cost\": \"0\",// cost of freight \n    \"email\": \"\",//customer email\n    \"customer_id\": \"2\", //customer Email from account\n    \"branch_id\": \"1\", //customer branch id\n    \"sales_type\": \"1\", // sales type \n    \"dimension_id\": 0,// dimension id\n    \"dimension2_id\": 0,// dimension id 2 from another API but not mandatory\n    \"items\": [</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>    {\n        \"stock_id\": \"301\",//item stock id\n        \"qty\": \"3\",// item quantity\n        \"price\": \"80\",// item price\n        \"discount\": \"0\" // discount for item price\n    }\n],\n\"sub_total\": 6240,   // the sub total price\n\"display_total\": 6240 //The number for price display\n</code></pre>","urlObject":{"protocol":"https","path":["modules","api3","sales",""],"host":["std","ixdev","uk"],"query":[],"variable":[]}},"response":[],"_postman_id":"9a511987-b359-4dd9-b3e4-b8b93a9d53b4"},{"name":"Edit Order","id":"7d5f9173-ca3d-4885-802b-536078d5008d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-COMPANY","value":"company number"},{"key":"X-USER","value":"apiuser"},{"key":"X-PASSWORD","value":"API@Pass"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"comments\": \"qeopewpokew\",\n    \"order_date\": \"05/01/2020\",\n    \"payment\": \"7\",\n    \"due_date\": \"05/05/2019\",\n    \"phone\": \"\",\n    \"cust_ref\": \"\",\n    \"delivery_address\": \"N/A\",\n    \"ship_via\": \"0\",\n    \"deliver_to\": \"name\",\n    \"delivery_date\": \"05/05/2020\",\n    \"location\": \"DEF\",\n    \"freight_cost\": \"0\",\n    \"email\": \"\",\n    \"customer_id\": \"2\",\n    \"branch_id\": \"1\",\n    \"sales_type\": \"1\",\n    \"dimension_id\": 0,\n    \"dimension2_id\": 0,\n    \"sub_total\": 6240,\n    \"display_total\": 6240\n}"},"url":"https://std.ixdev.uk/modules/api3/sales/:trans_no/:trans_type","description":"<p>Edit Order</p>\n<p>/sales/:trans_no/:trans_type  Edit Sales Header and Details for trans_no, trans_type</p>\n<p>trans_type  10 for invoice\n            30 for sales order\n            11 for credit note</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"comments\": \"qeopewpokew\",// comment\n\"order_date\": \"05/01/2020\", // order date\n\"payment\": \"7\", // number of the payment term number from account\n\"due_date\": \"05/05/2019\", // due date of the order\n\"phone\": \"\",// customer phone number\n\"cust_ref\": \"\",// customer reference\n\"delivery_address\": \"N/A\", // address of shipment\n\"ship_via\": \"0\",// ship via\n\"deliver_to\": \"name\",  // deliver to customer name\n\"delivery_date\": \"05/05/2020\", // delivery date\n\"location\": \"DEF\", // location \n\"freight_cost\": \"0\",// cost of freight \n\"email\": \"\",//customer email\n\"customer_id\": \"2\", //customer Email from account\n\"branch_id\": \"1\", //customer branch id\n\"sales_type\": \"1\", // sales type \n\"dimension_id\": 0,// dimension id\n\"dimension2_id\": 0,// dimension id 2 from another API but not mandatory   , \n\"sub_total\": 6240,   // the sub total price\n\"display_total\": 6240 //The number for price display\n</code></pre>","urlObject":{"protocol":"https","path":["modules","api3","sales",":trans_no",":trans_type"],"host":["std","ixdev","uk"],"query":[],"variable":[{"id":"a3c853d0-dd1a-4457-93a4-383ca4acb194","type":"any","value":"307","key":"trans_no"},{"id":"ff6f56b1-03e6-4e67-90ee-c24466f14e3f","type":"any","value":"30","key":"trans_type"}]}},"response":[],"_postman_id":"7d5f9173-ca3d-4885-802b-536078d5008d"},{"name":"Add Credit note","id":"9b71e29b-b265-47d1-abb6-cebe3f3eb8a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-COMPANY","value":"company number"},{"key":"X-USER","value":"apiuser"},{"key":"X-PASSWORD","value":"API@Pass"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"trans_type\":11,\n    \"ref\": \"79/2019\",\n    \"comments\": \"qeopewpokew\",\n    \"order_date\": \"05/01/2020\",\n    \"payment\": \"7\",\n    \"due_date\": \"05/05/2019\",\n    \"phone\": \"\",\n    \"cust_ref\": \"\",\n    \"delivery_address\": \"N/A\",\n    \"ship_via\": \"0\",\n    \"deliver_to\": \"name\",\n    \"delivery_date\": \"05/05/2020\",\n    \"location\": \"DEF\",\n    \"freight_cost\": \"0\",\n    \"email\": \"\",\n    \"customer_id\": \"2\",\n    \"branch_id\": \"1\",\n    \"sales_type\": \"1\",\n    \"dimension_id\": 0,\n    \"dimension2_id\": 0,\n    \"items\": [\n        {\n            \"stock_id\": \"101\",\n            \"qty\": \"20\",\n            \"price\": \"300\",\n            \"discount\": \"0\"\n        },\n        {\n            \"stock_id\": \"301\",\n            \"qty\": \"3\",\n            \"price\": \"80\",\n            \"discount\": \"0\"\n        }\n    ],\n    \"sub_total\": 6240,\n    \"display_total\": 6240\n}"},"url":"https://std.ixdev.uk/modules/api/sales/","description":"<p>Add Credit note</p>\n<p>\"trans_type\":11, //this is a constant for credit note\n    \"ref\": \"794/2019\",// sales ref number (unique)\n    \"comments\": \"qeopewpokew\",// comment\n    \"order_date\": \"05/01/2020\", // order date\n    \"payment\": \"7\", // number of the payment term number from account\n    \"due_date\": \"05/05/2019\", // due date of the order\n    \"phone\": \"\",// customer phone number\n    \"cust_ref\": \"\",// customer reference\n    \"delivery_address\": \"N/A\", // address of shipment\n    \"ship_via\": \"0\",// ship via\n    \"deliver_to\": \"name\",  // deliver to customer name\n    \"delivery_date\": \"05/05/2020\", // delivery date\n    \"location\": \"DEF\", // location \n    \"freight_cost\": \"0\",// cost of freight \n    \"email\": \"\",//customer email\n    \"customer_id\": \"2\", //customer Email from account\n    \"branch_id\": \"1\", //customer branch id\n    \"sales_type\": \"1\", // sales type \n    \"dimension_id\": 0,// dimension id\n    \"dimension2_id\": 0,// dimension id 2 from another API but not mandatory\n    \"items\": [</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>    {\n        \"stock_id\": \"301\",//item stock id\n        \"qty\": \"3\",// item quantity\n        \"price\": \"80\",// item price\n        \"discount\": \"0\" // discount for item price\n    }\n],\n\"sub_total\": 6240,   // the sub total price\n\"display_total\": 6240 //The number for price display\n</code></pre>","urlObject":{"protocol":"https","path":["modules","api","sales",""],"host":["std","ixdev","uk"],"query":[],"variable":[]}},"response":[],"_postman_id":"9b71e29b-b265-47d1-abb6-cebe3f3eb8a8"},{"name":"Get All Sales Details By Filter","id":"7c66ac2a-8fb8-47b7-aaa3-04b88173337d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-COMPANY","value":"Company Number","type":"text"},{"key":"X-USER","value":"username","type":"text"},{"key":"X-PASSWORD","value":"password","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"TransAfterDate\": \"08/16/2021\",\r\n    \"TransToDate\": \"09/15/2021\",\r\n    \"filterType\":1,\r\n    \"customer_id \":2\r\n}"},"url":"https://std.ixdev.uk/modules/api3/sales/filter","description":"<p>User the TransAfterDate,TransToDate to search for the period you need as the format shown<br /></p>\n<p>customer_id if exists will get the customer with specific id transactions, else it will get all transactions</p>\n<br />\nfilter type is as shown<br />\n\"\" ALL Types <br />\n1  Sales Invoices<br />\n2  Overdue Invoices<br />\n3  Payments<br />\n4  Credit Notes<br />\n5  Delivery Notes <br />","urlObject":{"protocol":"https","path":["modules","api3","sales","filter"],"host":["std","ixdev","uk"],"query":[],"variable":[]}},"response":[],"_postman_id":"7c66ac2a-8fb8-47b7-aaa3-04b88173337d"}],"id":"611b26dc-b425-4530-929a-736d5f0f92e8","_postman_id":"611b26dc-b425-4530-929a-736d5f0f92e8","description":""},{"name":"Inventory","item":[{"name":"Stock Adjustment","id":"215e3d2b-15eb-497b-bdc2-dd03edd9b7e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-COMPANY","value":"company number"},{"key":"X-USER","value":"apiuser"},{"key":"X-PASSWORD","value":"API@Pass"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"stock_id\":\"101010\",\n    \"location\": \"DEF\",\n    \"date\": \"01/21/2021\",\n    \"type\": 17,\n    \"reference\": \"791/2020\",\n    \"discription\": \"old item\",\n    \"quantity\": \"15\",\n    \"dimension1_id\": \"1\",\n    \"dimension2_id\": \"1\",\n    \"standard_cost\": \"100\",\n    \"memo\": \"Proof of API 2\"\n}"},"url":"https://std.ixdev.uk/modules/api3/stock/","description":"<p>add Adjustment to the inventory</p>\n","urlObject":{"protocol":"https","path":["modules","api3","stock",""],"host":["std","ixdev","uk"],"query":[],"variable":[]}},"response":[],"_postman_id":"215e3d2b-15eb-497b-bdc2-dd03edd9b7e1"},{"name":"Stock Transfer","id":"894a5d1b-7d91-4cde-828c-37389fa1f5b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-COMPANY","value":"company number"},{"key":"X-USER","value":"apiuser"},{"key":"X-PASSWORD","value":"API@Pass"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"stock_id\":\"101010\",\n    \"location\": \"DEF\",\n    \"locationTo\": \"DEF\",\n    \"date\": \"01/21/2021\",\n    \"type\": 16,\n    \"reference\": \"791/2020\",\n    \"discription\": \"old item\",\n    \"quantity\": \"3\",\n    \"dimension1_id\": \"1\",\n    \"dimension2_id\": \"1\",\n    \"standard_cost\": \"100\",\n    \"memo\": \"Proof of API 2\"\n}"},"url":"https://std.ixdev.uk/modules/api3/stock/","description":"<p>Transfer from inventory to other</p>\n","urlObject":{"protocol":"https","path":["modules","api3","stock",""],"host":["std","ixdev","uk"],"query":[],"variable":[]}},"response":[],"_postman_id":"894a5d1b-7d91-4cde-828c-37389fa1f5b9"},{"name":"Edit item","id":"917b3f64-0bbe-415c-ba91-1dd187e5d143","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-COMPANY","value":"company number"},{"key":"X-USER","value":"apiuser"},{"key":"X-PASSWORD","value":"API@Pass"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n        \"category_id\": \"1\",\n        \"tax_type_id\": \"1\",\n        \"description\": \"Car Toyota-Black-1400cc\",\n        \"long_description\": \"Car Toyota-Black-1400cc\",\n        \"units\": \"ea.\",\n        \"mb_flag\": \"B\",\n        \"sales_account\": \"1060\",\n        \"cogs_account\": \"1060\",\n        \"inventory_account\": \"1060\",\n        \"adjustment_account\": \"1060\",\n        \"wip_account\": \"0\",\n        \"purchase_cost\": \"100\",\n        \"last_cost\": null,\n        \"material_cost\": \"16.258064516129\",\n        \"labour_cost\": \"0\",\n        \"overhead_cost\": \"0\",\n        \"inactive\": \"0\",\n        \"no_sale\": \"0\",\n        \"no_purchase\": \"0\"\n    }"},"url":"https://std.ixdev.uk/modules/api3/inventory/:id","description":"<p>Edit item data</p>\n","urlObject":{"protocol":"https","path":["modules","api3","inventory",":id"],"host":["std","ixdev","uk"],"query":[],"variable":[{"id":"1816450c-bf71-4622-95c4-48edd5a71a5c","type":"any","value":"5","key":"id"}]}},"response":[],"_postman_id":"917b3f64-0bbe-415c-ba91-1dd187e5d143"},{"name":"Add Item","id":"d99da1cf-4b61-4001-ae53-e9c229d7227f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-COMPANY","value":"company number"},{"key":"X-USER","value":"apiuser"},{"key":"X-PASSWORD","value":"API@Pass"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n        \"stock_id\": \"1101\",\n        \"category_id\": \"1\",\n        \"tax_type_id\": \"1\",\n        \"description\": \"Car Toyota-Black-1400cc\",\n        \"long_description\": \"Car Toyota-Black-1400cc\",\n        \"units\": \"ea.\",\n        \"mb_flag\": \"B\",\n        \"sales_account\": \"1060\",\n        \"cogs_account\": \"1060\",\n        \"inventory_account\": \"1060\",\n        \"adjustment_account\": \"1060\",\n        \"wip_account\": \"0\",\n        \"purchase_cost\": \"100\",\n        \"last_cost\": null,\n        \"material_cost\": \"16.258064516129\",\n        \"labour_cost\": \"0\",\n        \"overhead_cost\": \"0\",\n        \"inactive\": \"0\",\n        \"no_sale\": \"0\",\n        \"no_purchase\": \"0\"\n    }"},"url":"https://std.ixdev.uk/modules/api3/inventory/","description":"<p>Add new item</p>\n","urlObject":{"protocol":"https","path":["modules","api3","inventory",""],"host":["std","ixdev","uk"],"query":[],"variable":[]}},"response":[],"_postman_id":"d99da1cf-4b61-4001-ae53-e9c229d7227f"},{"name":"Get All Items","id":"900fe57d-4681-4f86-a65f-5c6de049c513","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-COMPANY","value":"company number"},{"key":"X-USER","value":"apiuser"},{"key":"X-PASSWORD","value":"API@Pass"},{"key":"Content-Type","value":"application/json"}],"url":"https://std.ixdev.uk/modules/api3/inventory/","description":"<p>Get all items</p>\n","urlObject":{"protocol":"https","path":["modules","api3","inventory",""],"host":["std","ixdev","uk"],"query":[],"variable":[]}},"response":[],"_postman_id":"900fe57d-4681-4f86-a65f-5c6de049c513"},{"name":"Get Item by Id","id":"85b5001d-aae8-4b05-9fd8-096fb560f9eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-COMPANY","value":"company number"},{"key":"X-USER","value":"apiuser"},{"key":"X-PASSWORD","value":"API@Pass"},{"key":"Content-Type","value":"application/json"}],"url":"https://std.ixdev.uk/modules/api3/inventory/:stock_id","description":"<p>Get Item by Id</p>\n","urlObject":{"protocol":"https","path":["modules","api3","inventory",":stock_id"],"host":["std","ixdev","uk"],"query":[],"variable":[{"id":"9e109ed4-5581-4796-8e6d-1c794dcf4f3a","type":"any","value":"","key":"stock_id"}]}},"response":[],"_postman_id":"85b5001d-aae8-4b05-9fd8-096fb560f9eb"}],"id":"26f77e26-76bf-4e19-84e0-ae09192077b7","_postman_id":"26f77e26-76bf-4e19-84e0-ae09192077b7","description":""},{"name":"Dimensions","item":[{"name":"Handle All Dimensions","id":"826e27a0-0b89-442a-9438-9026e45908cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-COMPANY","value":"company number"},{"key":"X-USER","value":"apiuser"},{"key":"X-PASSWORD","value":"API@Pass"},{"key":"Content-Type","value":"application/json"}],"url":"https://std.ixdev.uk/modules/api3/dimensions/","urlObject":{"protocol":"https","path":["modules","api3","dimensions",""],"host":["std","ixdev","uk"],"query":[],"variable":[]}},"response":[],"_postman_id":"826e27a0-0b89-442a-9438-9026e45908cf"},{"name":"Get details of Dimension with ref","id":"eae17966-9685-4033-bd03-b6f90bd59855","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-COMPANY","value":"company number"},{"key":"X-USER","value":"apiuser"},{"key":"X-PASSWORD","value":"API@Pass"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://std.ixdev.uk/modules/api3/dimensions/:ref","urlObject":{"protocol":"https","path":["modules","api3","dimensions",":ref"],"host":["std","ixdev","uk"],"query":[],"variable":[{"id":"ee4fbc85-3355-4bbc-8316-178a0f4b299f","type":"any","value":"1","key":"ref"}]}},"response":[],"_postman_id":"eae17966-9685-4033-bd03-b6f90bd59855"},{"name":"Add New Dimension","id":"07f72958-d50e-4bcb-8e4e-32e5e6984478","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-COMPANY","value":"company number"},{"key":"X-USER","value":"apiuser"},{"key":"X-PASSWORD","value":"API@Pass"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"reference\":\"10\",\r\n\"name\":\"MeterM\",\r\n\"type_\":\"5\",\r\n\"closed\":\"0\",\r\n\"date_\":\"2016-11-13\",\r\n\"due_date\":\"2016-12-03\",\r\n\"users_ids\":\"\",\r\n\"sales_type_id\":\"0\"\r\n}"},"url":"https://std.ixdev.uk/modules/api3/dimensions/","description":"<p>Must be unique in reference number</p>\n","urlObject":{"protocol":"https","path":["modules","api3","dimensions",""],"host":["std","ixdev","uk"],"query":[],"variable":[]}},"response":[],"_postman_id":"07f72958-d50e-4bcb-8e4e-32e5e6984478"},{"name":"Edit Dimension","id":"ca9ba26e-de56-4ec9-874f-a4fa94a089e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-COMPANY","value":"company number"},{"key":"X-USER","value":"apiuser"},{"key":"X-PASSWORD","value":"API@Pass"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\"reference\":\"10\",\r\n\"name\":\"MeterM\",\r\n\"type_\":\"5\",\r\n\"closed\":\"0\",\r\n\"date_\":\"2016-11-13\",\r\n\"due_date\":\"2016-12-03\",\r\n\"users_ids\":\"\",\r\n\"sales_type_id\":\"0\"\r\n}"},"url":"https://std.ixdev.uk/modules/api3/dimensions/:ref","urlObject":{"protocol":"https","path":["modules","api3","dimensions",":ref"],"host":["std","ixdev","uk"],"query":[],"variable":[{"id":"d1341473-3153-44b4-a096-137c02702519","type":"any","value":"13","key":"ref"}]}},"response":[],"_postman_id":"ca9ba26e-de56-4ec9-874f-a4fa94a089e7"},{"name":"Delete Dimension","id":"6c753378-dd3c-4321-86a3-394584e3cca7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"X-COMPANY","value":"company number"},{"key":"X-USER","value":"apiuser"},{"key":"X-PASSWORD","value":"API@Pass"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://std.ixdev.uk/modules/api3/dimensions/:ref","urlObject":{"protocol":"https","path":["modules","api3","dimensions",":ref"],"host":["std","ixdev","uk"],"query":[],"variable":[{"id":"e18eadb0-19c0-4ad6-b9bc-e544c5269569","type":"any","value":"","key":"ref"}]}},"response":[],"_postman_id":"6c753378-dd3c-4321-86a3-394584e3cca7"}],"id":"d22807e3-31a4-446f-8bff-e73090a23eb1","_postman_id":"d22807e3-31a4-446f-8bff-e73090a23eb1","description":""},{"name":"Customer Payment","item":[{"name":"Add New Customer Payment","id":"42044e33-c131-4483-9d1d-d3be188d8622","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-COMPANY","value":"company number"},{"key":"X-USER","value":"apiuser"},{"key":"X-PASSWORD","value":"API@Pass"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"ref\": \"117/2021\",\n    \"BranchID\": \"3\",\n    \"customer_id\": \"3\",\n    \"bank_account\": \"1\",\n    \"DateBanked\": \"03/11/2021\",\n    \"amount\": \"500\",\n    \"amount5\":500,\n    \"un_allocated5\":500,\n    \"discount\": \"0\",\n    \"memo_\": \"\",\n    \"bank_amount\": \"500\",\n    \"charge\": \"0\",\n    \"dimension_id\": 0,\n    \"dimension2_id\": 0,\n    \"TotalNumberOfAllocs\":13\n}"},"url":"https://std.ixdev.uk/modules/api3/customerpayment/","description":"<p>  \"amount\": \"500\",\n   // user amount5 and un_allocated5 for example if you need to allocate a value</p>\n<p>   the number 5 for example got from the allocate api\n   with is the number</p>\n<p>   also TotalNumberOfAllocs got from the allocate total number from any item</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"amount5\":500,\n\"un_allocated5\":500,\n\"bank_amount\": \"500\",\n\"TotalNumberOfAllocs\":13\n</code></pre>","urlObject":{"protocol":"https","path":["modules","api3","customerpayment",""],"host":["std","ixdev","uk"],"query":[],"variable":[]}},"response":[],"_postman_id":"42044e33-c131-4483-9d1d-d3be188d8622"},{"name":"Get All Allocations","id":"3a539b29-4390-4145-8786-b61ce9f1a89f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-COMPANY","value":"company number"},{"key":"X-USER","value":"apiuser"},{"key":"X-PASSWORD","value":"API@Pass"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"BranchID\": \"3\",\n    \"customer_id\": \"3\",\n    \"bank_account\": \"1\"\n}"},"url":"https://std.ixdev.uk/modules/api3/customerpayment/allocations","urlObject":{"protocol":"https","path":["modules","api3","customerpayment","allocations"],"host":["std","ixdev","uk"],"query":[],"variable":[]}},"response":[],"_postman_id":"3a539b29-4390-4145-8786-b61ce9f1a89f"},{"name":"Get All Customer Payment","id":"9cc97ac0-ae19-4aaa-89c1-b8ee20902686","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-COMPANY","value":"company number"},{"key":"X-USER","value":"apiuser"},{"key":"X-PASSWORD","value":"API@Pass"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://std.ixdev.uk/modules/api3/customerpayment/","urlObject":{"protocol":"https","path":["modules","api3","customerpayment",""],"host":["std","ixdev","uk"],"query":[],"variable":[]}},"response":[],"_postman_id":"9cc97ac0-ae19-4aaa-89c1-b8ee20902686"},{"name":"Get Customer Payment with type and numbre","id":"d46efcd8-39df-4122-b4e6-03ed5a3d9354","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-COMPANY","value":"company number"},{"key":"X-USER","value":"apiuser"},{"key":"X-PASSWORD","value":"API@Pass"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://std.ixdev.uk/modules/api3/customerpayment/:trans_type/:trans_no","urlObject":{"protocol":"https","path":["modules","api3","customerpayment",":trans_type",":trans_no"],"host":["std","ixdev","uk"],"query":[],"variable":[{"id":"4bf1bf46-e7eb-4ab9-b1f5-16f1d148eed2","type":"any","value":"1","key":"trans_type"},{"id":"5368d683-859e-48bc-95a2-a8f431fb6342","type":"any","value":"1","key":"trans_no"}]}},"response":[],"_postman_id":"d46efcd8-39df-4122-b4e6-03ed5a3d9354"}],"id":"14e5dd1e-825b-473a-a861-c6fba7eebffd","_postman_id":"14e5dd1e-825b-473a-a861-c6fba7eebffd","description":""},{"name":"Bank Payment","item":[{"name":"Bank Deposite","id":"8be7d8e5-0f5c-4071-8c20-039300da4446","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-COMPANY","value":"company number"},{"key":"X-USER","value":"apiuser"},{"key":"X-PASSWORD","value":"API@Pass"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"ref\": \"533/2010\",\n    \"PersonDetailID\": \"3\",\n    \"person_id\": \"3\",\n    \"bank_account\": \"1\",\n    \"date_\": \"01/02/2021\",\n    \"memo_\": \"\",\n    \"bank_amount\": \"1\",\n    \"NewDeposit\": \"Yes\",\n    \"PayType\": 2,\n    \"_ex_rate\":1,\n    \"items\":[\n    \t{\n    \"amount\": \"300\",\n    \"code_id\": 1200,\n    \"LineMemo\":\"asdasd\",\n    \"dimension_id\":0,\n    \"dimension2_id\":0\n    \t\t\n    \t}\n    \t]\n}"},"url":"https://std.ixdev.uk/modules/api3/bankaction/","urlObject":{"protocol":"https","path":["modules","api3","bankaction",""],"host":["std","ixdev","uk"],"query":[],"variable":[]}},"response":[],"_postman_id":"8be7d8e5-0f5c-4071-8c20-039300da4446"},{"name":"Bank Payment","id":"3c2c0547-40da-4f38-a4ce-06fbbd9c4324","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-COMPANY","value":"company number"},{"key":"X-USER","value":"apiuser"},{"key":"X-PASSWORD","value":"API@Pass"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"ref\": \"533/2010\",\n    \"PersonDetailID\": \"3\",\n    \"person_id\": \"3\",\n    \"bank_account\": \"1\",\n    \"date_\": \"01/02/2021\",\n    \"memo_\": \"\",\n    \"bank_amount\": \"1\",\n    \"NewPayment\": \"Yes\",\n    \"PayType\": 2,\n    \"_ex_rate\":1,\n    \"items\":[\n    \t{\n    \"amount\": \"300\",\n    \"code_id\": 1200,\n    \"LineMemo\":\"asdasd\",\n    \"dimension_id\":0,\n    \"dimension2_id\":0\n    \t\t\n    \t}\n    \t]\n}"},"url":"https://std.ixdev.uk/modules/api3/bankaction/","urlObject":{"protocol":"https","path":["modules","api3","bankaction",""],"host":["std","ixdev","uk"],"query":[],"variable":[]}},"response":[],"_postman_id":"3c2c0547-40da-4f38-a4ce-06fbbd9c4324"}],"id":"6838075a-7b71-4edc-91c0-cad89496ea50","description":"<p>Bank Payment And Deposite</p>\n","_postman_id":"6838075a-7b71-4edc-91c0-cad89496ea50"},{"name":"Bank Account","item":[{"name":"GET ALL BANK ACCOUNTS","id":"2d52ba2f-bdce-4b15-b251-8b3affbcc37e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-COMPANY","value":"company number"},{"key":"X-USER","value":"apiuser"},{"key":"X-PASSWORD","value":"API@Pass"},{"key":"Content-Type","value":"application/json"}],"url":"https://std.ixdev.uk/modules/api3/bankaccounts/","urlObject":{"protocol":"https","path":["modules","api3","bankaccounts",""],"host":["std","ixdev","uk"],"query":[],"variable":[]}},"response":[],"_postman_id":"2d52ba2f-bdce-4b15-b251-8b3affbcc37e"},{"name":"GET SPECIFIC BANK ACCOUNTS WITH ID","id":"b43c405f-c945-4544-a297-5475fee3cad2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-COMPANY","value":"company number"},{"key":"X-USER","value":"apiuser"},{"key":"X-PASSWORD","value":"API@Pass"},{"key":"Content-Type","value":"application/json"}],"url":"https://std.ixdev.uk/modules/api3/bankaccounts/:id","urlObject":{"protocol":"https","path":["modules","api3","bankaccounts",":id"],"host":["std","ixdev","uk"],"query":[],"variable":[{"id":"53079643-eca1-462d-bc25-ed58efce78bf","type":"any","value":"4","key":"id"}]}},"response":[],"_postman_id":"b43c405f-c945-4544-a297-5475fee3cad2"},{"name":"Add New Bank Account","id":"50a065dd-6dae-4e05-a301-4e2be8d1f87f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-COMPANY","value":"company number"},{"key":"X-USER","value":"apiuser"},{"key":"X-PASSWORD","value":"API@Pass"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n        \"account_type\": \"0\",\n        \"account_code\": \"1070\",\n        \"bank_account_name\": \"name\",\n        \"bank_name\": \"Bank Name\",\n        \"bank_account_number\": \"3216546546\",\n        \"bank_curr_code\": \"USD\",\n        \"bank_address\": \"\",\n        \"dflt_curr_act\": \"0\"\n    }"},"url":"https://std.ixdev.uk/modules/api3/bankaccounts/","urlObject":{"protocol":"https","path":["modules","api3","bankaccounts",""],"host":["std","ixdev","uk"],"query":[],"variable":[]}},"response":[],"_postman_id":"50a065dd-6dae-4e05-a301-4e2be8d1f87f"},{"name":"Edit Bank Account","id":"91fcb4b8-e412-45a6-9017-e1a383cb5166","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-COMPANY","value":"company number"},{"key":"X-USER","value":"apiuser"},{"key":"X-PASSWORD","value":"API@Pass"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n        \"account_type\": \"0\",\n        \"account_code\": \"1070\",\n        \"bank_account_name\": \"name\",\n        \"bank_name\": \"Bank Name\",\n        \"bank_account_number\": \"3216546546\",\n        \"bank_curr_code\": \"USD\",\n        \"bank_address\": \"\",\n        \"dflt_curr_act\": \"0\"\n    }"},"url":"https://std.ixdev.uk/modules/api3/bankaccounts/:id","urlObject":{"protocol":"https","path":["modules","api3","bankaccounts",":id"],"host":["std","ixdev","uk"],"query":[],"variable":[{"id":"d56ded73-bc7d-4e72-a490-1047b568db3c","type":"any","value":"8","key":"id"}]}},"response":[],"_postman_id":"91fcb4b8-e412-45a6-9017-e1a383cb5166"},{"name":"Delete Bank Account","id":"2ce0d154-c2ac-440f-a15b-6b41caca2f49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"X-COMPANY","value":"company number"},{"key":"X-USER","value":"apiuser"},{"key":"X-PASSWORD","value":"API@Pass"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://std.ixdev.uk/modules/api3/bankaccounts/:id","urlObject":{"protocol":"https","path":["modules","api3","bankaccounts",":id"],"host":["std","ixdev","uk"],"query":[],"variable":[{"id":"83e5780c-d788-48d7-bc92-d3d9cc67f41f","type":"any","value":"8","key":"id"}]}},"response":[],"_postman_id":"2ce0d154-c2ac-440f-a15b-6b41caca2f49"}],"id":"50892f72-e6f0-4a7e-b9bd-c4e2b3997cd1","_postman_id":"50892f72-e6f0-4a7e-b9bd-c4e2b3997cd1","description":""},{"name":"Item Codes","item":[{"name":"GET ALL Item Codes","id":"86301b95-a331-43a1-abef-5862a0c911c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-COMPANY","value":"company number"},{"key":"X-USER","value":"apiuser"},{"key":"X-PASSWORD","value":"API@Pass"},{"key":"Content-Type","value":"application/json"}],"url":"https://std.ixdev.uk/modules/api3/item_codes/","urlObject":{"protocol":"https","path":["modules","api3","item_codes",""],"host":["std","ixdev","uk"],"query":[],"variable":[]}},"response":[],"_postman_id":"86301b95-a331-43a1-abef-5862a0c911c4"},{"name":"GET SPECIFIC Item Code WITH Stock_id","id":"4bb0447d-624c-4325-8e0c-852f8410aa9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-COMPANY","value":"company number"},{"key":"X-USER","value":"apiuser"},{"key":"X-PASSWORD","value":"API@Pass"},{"key":"Content-Type","value":"application/json"}],"url":"https://std.ixdev.uk/modules/api3/item_codes/:stock_id","urlObject":{"protocol":"https","path":["modules","api3","item_codes",":stock_id"],"host":["std","ixdev","uk"],"query":[],"variable":[{"id":"1d58b85c-173c-4cbe-be16-2b74edbb8d36","type":"any","value":"","key":"stock_id"}]}},"response":[],"_postman_id":"4bb0447d-624c-4325-8e0c-852f8410aa9a"},{"name":"Add New item Code","id":"64864679-0360-4d68-9937-58a59bbcba38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-COMPANY","value":"company number"},{"key":"X-USER","value":"apiuser"},{"key":"X-PASSWORD","value":"API@Pass"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n        \"item_code\": \"item_code\",\n        \"stock_id\": \"101\",\n        \"description\": \"name\",\n        \"category_id\": \"1\",\n        \"quantity\": \"3\",\n        \"is_foreign\":\"0\"\n    }"},"url":"https://std.ixdev.uk/modules/api3/item_codes/","urlObject":{"protocol":"https","path":["modules","api3","item_codes",""],"host":["std","ixdev","uk"],"query":[],"variable":[]}},"response":[],"_postman_id":"64864679-0360-4d68-9937-58a59bbcba38"},{"name":"Edit Item Code by id","id":"2b2dfb30-ebd9-4464-a207-25067000622d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-COMPANY","value":"company number"},{"key":"X-USER","value":"apiuser"},{"key":"X-PASSWORD","value":"API@Pass"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n        \"item_code\": \"item_code\",\n        \"stock_id\": \"101\",\n        \"description\": \"name\",\n        \"category_id\": \"1\",\n        \"quantity\": \"3\",\n        \"is_foreign\":\"0\"\n    }"},"url":"https://std.ixdev.uk/modules/api3/item_codes/:id","urlObject":{"protocol":"https","path":["modules","api3","item_codes",":id"],"host":["std","ixdev","uk"],"query":[],"variable":[{"id":"c50252b4-f2f7-47f5-9bdb-08fdee8696d9","type":"any","value":"8","key":"id"}]}},"response":[],"_postman_id":"2b2dfb30-ebd9-4464-a207-25067000622d"},{"name":"Delete Item Code","id":"fcf057dd-d7fa-4a33-9a42-16b9842b691d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"X-COMPANY","value":"company number"},{"key":"X-USER","value":"apiuser"},{"key":"X-PASSWORD","value":"API@Pass"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://std.ixdev.uk/modules/api3/item_codes/:id","urlObject":{"protocol":"https","path":["modules","api3","item_codes",":id"],"host":["std","ixdev","uk"],"query":[],"variable":[{"id":"314d055b-ca39-410f-8f97-741f585fb3ec","type":"any","value":"8","key":"id"}]}},"response":[],"_postman_id":"fcf057dd-d7fa-4a33-9a42-16b9842b691d"}],"id":"8775242a-1d43-402e-aaaf-08266abc6e81","_postman_id":"8775242a-1d43-402e-aaaf-08266abc6e81","description":""},{"name":"Journals","item":[{"name":"Handle All Journals","id":"51607835-32cd-4d0f-8a0c-b73ce745f17b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-COMPANY","value":"company number"},{"key":"X-USER","value":"apiuser"},{"key":"X-PASSWORD","value":"API@Pass"},{"key":"Content-Type","value":"application/json"}],"url":"https://std.ixdev.uk/modules/api3/journal/","urlObject":{"protocol":"https","path":["modules","api3","journal",""],"host":["std","ixdev","uk"],"query":[],"variable":[]}},"response":[],"_postman_id":"51607835-32cd-4d0f-8a0c-b73ce745f17b"},{"name":"Handle Specific Journals","id":"3087e89e-a92e-46d8-9e9d-48bb0aaa9b55","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-COMPANY","value":"company number"},{"key":"X-USER","value":"apiuser"},{"key":"X-PASSWORD","value":"API@Pass"},{"key":"Content-Type","value":"application/json"}],"url":"https://std.ixdev.uk/modules/api3/journal/:type/:id","description":"<p>/journal/:type/:id</p>\n","urlObject":{"protocol":"https","path":["modules","api3","journal",":type",":id"],"host":["std","ixdev","uk"],"query":[],"variable":[{"id":"3c5ce4dc-6937-4967-85dd-0cd6b5766680","type":"any","value":"10","key":"type"},{"id":"659447ee-631f-414b-b765-7b62c6ea7196","type":"any","value":"231","key":"id"}]}},"response":[],"_postman_id":"3087e89e-a92e-46d8-9e9d-48bb0aaa9b55"},{"name":"Add New Journals","id":"44579af0-bb02-49f0-b4b2-80ad8aac695e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-COMPANY","value":"company number"},{"key":"X-USER","value":"apiuser"},{"key":"X-PASSWORD","value":"API@Pass"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\"counterparty\": \"\",\r\n\"trans_date\": \"01/01/2021\",\r\n\"reference\": \"msk-21325\",\r\n\"items\": [\r\n{\r\n\"account_code\": \"4020\",\r\n\"amount\": \"-6000\",\r\n\"memo\": \"\"\r\n},\r\n{\r\n\"account_code\": \"1200\",\r\n\"amount\": \"7020\",\r\n\"memo\": \"\"\r\n},\r\n{\r\n\"account_code\": \"2320\",\r\n\"amount\": \"-840\",\r\n\"memo\": \"\"\r\n},\r\n{\r\n\"account_code\": \"2160\",\r\n\"amount\": \"-180\",\r\n\"memo\": \"\"\r\n}\r\n],\r\n\"type\": \"10\"\r\n}"},"url":"https://std.ixdev.uk/modules/api3/journal/","urlObject":{"protocol":"https","path":["modules","api3","journal",""],"host":["std","ixdev","uk"],"query":[],"variable":[]}},"response":[],"_postman_id":"44579af0-bb02-49f0-b4b2-80ad8aac695e"},{"name":"Edit Journals","id":"e4b4d265-7294-4d9d-9f42-2c74ce2a2aef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-COMPANY","value":"company number"},{"key":"X-USER","value":"apiuser"},{"key":"X-PASSWORD","value":"API@Pass"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\"counterparty\": \"\",\r\n\"trans_date\": \"01/01/2021\",\r\n\"type\": \"10\"\r\n}"},"url":"https://std.ixdev.uk/modules/api3/journal/:id","urlObject":{"protocol":"https","path":["modules","api3","journal",":id"],"host":["std","ixdev","uk"],"query":[],"variable":[{"id":"20031363-9843-4fb1-b4ca-532c703e6cc0","type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"e4b4d265-7294-4d9d-9f42-2c74ce2a2aef"},{"name":"Delete Journals","id":"e6b0756e-a957-4d30-84b9-f7e8eb221b29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"X-COMPANY","value":"company number"},{"key":"X-USER","value":"apiuser"},{"key":"X-PASSWORD","value":"API@Pass"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://std.ixdev.uk/modules/api3/journal/:type/:id","description":"<p>/journal/:type/:id</p>\n","urlObject":{"protocol":"https","path":["modules","api3","journal",":type",":id"],"host":["std","ixdev","uk"],"query":[],"variable":[{"id":"69db55cb-970f-4dde-b094-000f7a77e590","type":"any","value":"10","key":"type"},{"id":"f753a92b-1bc4-4bd1-adc0-ebba81c49854","type":"any","value":"79","key":"id"}]}},"response":[],"_postman_id":"e6b0756e-a957-4d30-84b9-f7e8eb221b29"}],"id":"0717d473-8035-4590-879a-679a538bc3ff","_postman_id":"0717d473-8035-4590-879a-679a538bc3ff","description":""},{"name":"Assets Types","item":[{"name":"Get All Assets Types","id":"d81fae4d-8656-4747-b254-a5351af03ace","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-COMPANY","value":"company number"},{"key":"X-USER","value":"apiuser"},{"key":"X-PASSWORD","value":"API@Pass"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://std.ixdev.uk/modules/api3/assettypes/","urlObject":{"protocol":"https","path":["modules","api3","assettypes",""],"host":["std","ixdev","uk"],"query":[],"variable":[]}},"response":[],"_postman_id":"d81fae4d-8656-4747-b254-a5351af03ace"}],"id":"49bd2d94-0b0a-4617-abc5-29fe930a2b3b","_postman_id":"49bd2d94-0b0a-4617-abc5-29fe930a2b3b","description":""},{"name":"Fixed Assets","item":[{"name":"Get Specific Fixed Assets ","id":"36ea1c8a-f1aa-4de5-8f2c-9387929112e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-COMPANY","value":"company number"},{"key":"X-USER","value":"apiuser"},{"key":"X-PASSWORD","value":"API@Pass"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://std.ixdev.uk/modules/api3/assets/:id","urlObject":{"protocol":"https","path":["modules","api3","assets",":id"],"host":["std","ixdev","uk"],"query":[],"variable":[{"id":"b2d533df-4899-413c-9ed1-c8a0e9eb5b9c","type":"any","value":"1","key":"id"}]}},"response":[],"_postman_id":"36ea1c8a-f1aa-4de5-8f2c-9387929112e5"},{"name":"Add New Fixed Assets","id":"ca260f52-4b2e-4c29-beca-5f49c90c3ffe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-COMPANY","value":"company number"},{"key":"X-USER","value":"apiuser"},{"key":"X-PASSWORD","value":"API@Pass"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\"asset_type_id\":\"10\",\r\n\"asset_name\":\"MeterM\",\r\n\"asset_serial\":\"5\",\r\n\"purchase_value\":\"20\",\r\n\"purchase_date\":\"2016-12-03\",\r\n\"tag_number\":\"\",\r\n\"asset_condition\":\"\",\r\n\"asset_acquisition\":\"\",\r\n\"asset_location\":\"0\"\r\n}"},"url":"https://std.ixdev.uk/modules/api3/assets/","urlObject":{"protocol":"https","path":["modules","api3","assets",""],"host":["std","ixdev","uk"],"query":[],"variable":[]}},"response":[],"_postman_id":"ca260f52-4b2e-4c29-beca-5f49c90c3ffe"}],"id":"c1546956-4fd9-4a92-a4de-013824955922","_postman_id":"c1546956-4fd9-4a92-a4de-013824955922","description":""},{"name":"Items Cost","item":[{"name":"Get Item Cost","id":"a595ab0b-2834-4b23-be79-45ee1624d2fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-COMPANY","value":"company number"},{"key":"X-USER","value":"apiuser"},{"key":"X-PASSWORD","value":"API@Pass"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://std.ixdev.uk/modules/api3/itemcosts/:id","urlObject":{"protocol":"https","path":["modules","api3","itemcosts",":id"],"host":["std","ixdev","uk"],"query":[],"variable":[{"id":"5a4a3554-aafc-4274-9f37-2b4ebbca4489","type":"any","value":"100","key":"id"}]}},"response":[],"_postman_id":"a595ab0b-2834-4b23-be79-45ee1624d2fe"},{"name":"Edit Item Cost","id":"58cc38a6-d78d-4965-831f-21b5c9b8b8db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-COMPANY","value":"company number"},{"key":"X-USER","value":"apiuser"},{"key":"X-PASSWORD","value":"API@Pass"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\"stock_id\":\"100\",\r\n\"unit_cost\":\"10\"\r\n}"},"url":"https://std.ixdev.uk/modules/api3/itemcosts/:id","urlObject":{"protocol":"https","path":["modules","api3","itemcosts",":id"],"host":["std","ixdev","uk"],"query":[],"variable":[{"id":"4c270d69-44a7-4a8d-a216-673d65381110","type":"any","value":"100","key":"id"}]}},"response":[],"_postman_id":"58cc38a6-d78d-4965-831f-21b5c9b8b8db"}],"id":"c0157e82-3d47-46bf-a9b1-0a878b27eb81","_postman_id":"c0157e82-3d47-46bf-a9b1-0a878b27eb81","description":""},{"name":"Exchange Rates","item":[{"name":"get Exchange rate for","id":"0e76b64b-a83c-4fd1-83de-bf0bed1bdd97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-COMPANY","value":"company number"},{"key":"X-USER","value":"apiuser"},{"key":"X-PASSWORD","value":"API@Pass"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://std.ixdev.uk/modules/api3/exrates/:curr_abrev","description":"<p>Get Last Exchange Rate for Currency Abbreviation = curr_abrev</p>\n","urlObject":{"protocol":"https","path":["modules","api3","exrates",":curr_abrev"],"host":["std","ixdev","uk"],"query":[],"variable":[{"id":"1dd6f912-2040-4c7f-8028-9944d34a89ae","type":"any","value":"usd","key":"curr_abrev"}]}},"response":[],"_postman_id":"0e76b64b-a83c-4fd1-83de-bf0bed1bdd97"}],"id":"4a1432f0-5594-444f-95f7-e7b4b22bca44","_postman_id":"4a1432f0-5594-444f-95f7-e7b4b22bca44","description":""},{"name":"Currencies","item":[{"name":"Get list of All Currencies","id":"be81a896-c91c-4f13-97dc-8a79aa518211","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-COMPANY","value":"company number"},{"key":"X-USER","value":"apiuser"},{"key":"X-PASSWORD","value":"API@Pass"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://std.ixdev.uk/modules/api3/currencies/","description":"<p>Get list of All Currencies</p>\n","urlObject":{"protocol":"https","path":["modules","api3","currencies",""],"host":["std","ixdev","uk"],"query":[],"variable":[]}},"response":[],"_postman_id":"be81a896-c91c-4f13-97dc-8a79aa518211"},{"name":"Get details of Currency ID = id","id":"69d333ea-a62f-4724-bde8-6738db451342","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-COMPANY","value":"company number"},{"key":"X-USER","value":"apiuser"},{"key":"X-PASSWORD","value":"API@Pass"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://std.ixdev.uk/modules/api3/currencies/:id","description":"<p>Get details of Currency ID = id</p>\n","urlObject":{"protocol":"https","path":["modules","api3","currencies",":id"],"host":["std","ixdev","uk"],"query":[],"variable":[{"id":"3c26e86c-796e-46f6-bf15-aec9cb5b8c7e","type":"any","value":"1","key":"id"}]}},"response":[],"_postman_id":"69d333ea-a62f-4724-bde8-6738db451342"}],"id":"3b7f6eff-22be-46c0-8ec2-3e46af5ce407","_postman_id":"3b7f6eff-22be-46c0-8ec2-3e46af5ce407","description":""},{"name":"GL Account Types","item":[{"name":"Get list of GL Account Types","id":"f57c07e5-5f33-4f68-84b3-6f421732c708","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-COMPANY","value":"company number"},{"key":"X-USER","value":"apiuser"},{"key":"X-PASSWORD","value":"API@Pass"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://std.ixdev.uk/modules/api3/glaccounttypes/","description":"<p>Get list of GL Account Types</p>\n","urlObject":{"protocol":"https","path":["modules","api3","glaccounttypes",""],"host":["std","ixdev","uk"],"query":[],"variable":[]}},"response":[],"_postman_id":"f57c07e5-5f33-4f68-84b3-6f421732c708"}],"id":"8290708d-9ad2-4267-83c7-4939f7d1df7e","_postman_id":"8290708d-9ad2-4267-83c7-4939f7d1df7e","description":""},{"name":"GL Accounts","item":[{"name":"Get list of All GL Accounts","id":"c76d0ed7-2dfd-4379-b92d-0cd967000fbe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-COMPANY","value":"company number"},{"key":"X-USER","value":"apiuser"},{"key":"X-PASSWORD","value":"API@Pass"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://std.ixdev.uk/modules/api3/glaccounts/","description":"<p>Get list of All GL Accounts</p>\n","urlObject":{"protocol":"https","path":["modules","api3","glaccounts",""],"host":["std","ixdev","uk"],"query":[],"variable":[]}},"response":[],"_postman_id":"c76d0ed7-2dfd-4379-b92d-0cd967000fbe"},{"name":"Get details of GL Account ID = id","id":"848c4e89-5c89-46d1-bd80-69361227e713","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-COMPANY","value":"company number"},{"key":"X-USER","value":"apiuser"},{"key":"X-PASSWORD","value":"API@Pass"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://std.ixdev.uk/modules/api3/glaccounts/:id","description":"<p>Get details of GL Account ID = id</p>\n","urlObject":{"protocol":"https","path":["modules","api3","glaccounts",":id"],"host":["std","ixdev","uk"],"query":[],"variable":[{"id":"21e431c5-e940-403b-a8d0-d6b34193753a","type":"any","value":"1060","key":"id"}]}},"response":[],"_postman_id":"848c4e89-5c89-46d1-bd80-69361227e713"},{"name":"Add GL Account","id":"b7a4a0ed-75dd-43af-bb7f-b87d400a4dcc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-COMPANY","value":"company number"},{"key":"X-USER","value":"apiuser"},{"key":"X-PASSWORD","value":"API@Pass"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"account_code\":1060,\"account_name\":\"name\",\"account_type\":\"1\",\"inactive\":\"0\"}"},"url":"https://std.ixdev.uk/modules/api3/glaccounts/","description":"<p>Add GL Account</p>\n","urlObject":{"protocol":"https","path":["modules","api3","glaccounts",""],"host":["std","ixdev","uk"],"query":[],"variable":[]}},"response":[],"_postman_id":"b7a4a0ed-75dd-43af-bb7f-b87d400a4dcc"},{"name":"Edit GL Account ID = id","id":"d10f647f-0633-4a65-8f2a-0b25f6eba45f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-COMPANY","value":"company number"},{"key":"X-USER","value":"apiuser"},{"key":"X-PASSWORD","value":"API@Pass"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"account_code\":1060,\"account_name\":\"name\",\"account_type\":\"1\",\"inactive\":\"0\"}"},"url":"https://std.ixdev.uk/modules/api3/glaccounts/:id","description":"<p>Edit GL Account ID = id</p>\n","urlObject":{"protocol":"https","path":["modules","api3","glaccounts",":id"],"host":["std","ixdev","uk"],"query":[],"variable":[{"id":"59f1dd99-129d-4940-9499-a42413a1f22a","type":"any","value":"1060","key":"id"}]}},"response":[],"_postman_id":"d10f647f-0633-4a65-8f2a-0b25f6eba45f"},{"name":"Delete GL Account ID = id","id":"4ef32e91-3d26-4610-b054-fdf87523138f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"X-COMPANY","value":"company number"},{"key":"X-USER","value":"apiuser"},{"key":"X-PASSWORD","value":"API@Pass"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://std.ixdev.uk/modules/api3/glaccounts/:id","description":"<p>Delete GL Account ID = id</p>\n","urlObject":{"protocol":"https","path":["modules","api3","glaccounts",":id"],"host":["std","ixdev","uk"],"query":[],"variable":[{"id":"cecebf72-2df9-4a45-9de2-7d93112111fb","type":"any","value":"1060","key":"id"}]}},"response":[],"_postman_id":"4ef32e91-3d26-4610-b054-fdf87523138f"}],"id":"a68fab8c-2c84-455b-8f38-13b191ef80df","_postman_id":"a68fab8c-2c84-455b-8f38-13b191ef80df","description":""},{"name":"Suppliers","item":[{"name":"Get list of All Suppliers","id":"a6035587-4ff9-424b-aeab-a651a6a98642","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-COMPANY","value":"company number"},{"key":"X-USER","value":"apiuser"},{"key":"X-PASSWORD","value":"API@Pass"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://std.ixdev.uk/modules/api3/suppliers/","description":"<p>Get list of All Suppliers</p>\n","urlObject":{"protocol":"https","path":["modules","api3","suppliers",""],"host":["std","ixdev","uk"],"query":[],"variable":[]}},"response":[],"_postman_id":"a6035587-4ff9-424b-aeab-a651a6a98642"},{"name":"Get details of Supplier ID = id","id":"01f46bcd-f1b8-46e9-8832-e4b1e77e4399","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-COMPANY","value":"company number"},{"key":"X-USER","value":"apiuser"},{"key":"X-PASSWORD","value":"API@Pass"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://std.ixdev.uk/modules/api3/suppliers/:id","description":"<p>Get details of Supplier ID = id</p>\n","urlObject":{"protocol":"https","path":["modules","api3","suppliers",":id"],"host":["std","ixdev","uk"],"query":[],"variable":[{"id":"203dd17d-dcf9-4a7f-ba9f-9e79e9a40781","type":"any","value":"1","key":"id"}]}},"response":[],"_postman_id":"01f46bcd-f1b8-46e9-8832-e4b1e77e4399"},{"name":"Add Supplier","id":"77157b11-5455-44f8-b1f3-6419057e85eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-COMPANY","value":"company number"},{"key":"X-USER","value":"apiuser"},{"key":"X-PASSWORD","value":"API@Pass"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"supp_name\":\"MallArabTrial-03\",\"address\":\"\",\"supp_address\":\"\",\"gst_no\":\"\",\"contact\":\"\",\"supp_account_no\":\"\",\"website\":\"\",\"bank_account\":\"\",\"curr_code\":\"EGP\",\"payment_terms\":\"4\",\"tax_included\":\"0\",\"dimension_id\":\"0\",\"dimension2_id\":\"0\",\"tax_group_id\":\"1\",\"credit_limit\":\"0\",\"purchase_account\":\"\",\"payable_account\":\"2100\",\"payment_discount_account\":\"5010\",\"notes\":\"\",\"inactive\":\"0\",\"supp_ref\":\"MallArabTrial-03\"}"},"url":"https://std.ixdev.uk/modules/api3/suppliers/","description":"<p>Add Supplier</p>\n<p>Supplier ref must be unique</p>\n","urlObject":{"protocol":"https","path":["modules","api3","suppliers",""],"host":["std","ixdev","uk"],"query":[],"variable":[]}},"response":[],"_postman_id":"77157b11-5455-44f8-b1f3-6419057e85eb"},{"name":"Edit Supplier ID = id","id":"977f7091-5aa0-4592-a3c4-c6299c9793e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-COMPANY","value":"company number"},{"key":"X-USER","value":"apiuser"},{"key":"X-PASSWORD","value":"API@Pass"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"supp_name\":\"MallArabTrial-03\",\"address\":\"\",\"supp_address\":\"\",\"gst_no\":\"\",\"contact\":\"\",\"supp_account_no\":\"\",\"website\":\"\",\"bank_account\":\"\",\"curr_code\":\"EGP\",\"payment_terms\":\"4\",\"tax_included\":\"0\",\"dimension_id\":\"0\",\"dimension2_id\":\"0\",\"tax_group_id\":\"1\",\"credit_limit\":\"0\",\"purchase_account\":\"\",\"payable_account\":\"2100\",\"payment_discount_account\":\"5010\",\"notes\":\"\",\"inactive\":\"0\",\"supp_ref\":\"MallArabTrial-03\"}"},"url":"https://std.ixdev.uk/modules/api3/suppliers/:id","description":"<p>Edit Supplier ID = id</p>\n","urlObject":{"protocol":"https","path":["modules","api3","suppliers",":id"],"host":["std","ixdev","uk"],"query":[],"variable":[{"id":"736cfd32-480f-438a-b339-2b571d7bd487","type":"any","value":"10","key":"id"}]}},"response":[],"_postman_id":"977f7091-5aa0-4592-a3c4-c6299c9793e6"},{"name":"Get Contact list for Supplier ID = id","id":"e6f09fc6-4127-4c61-a538-304925f0e25b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-COMPANY","value":"company number"},{"key":"X-USER","value":"apiuser"},{"key":"X-PASSWORD","value":"API@Pass"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://std.ixdev.uk/modules/api3/suppliers/:id/contacts/","description":"<p>Get Contact list for Supplier ID = id</p>\n","urlObject":{"protocol":"https","path":["modules","api3","suppliers",":id","contacts",""],"host":["std","ixdev","uk"],"query":[],"variable":[{"id":"537b59b4-b94c-4a69-9ca2-f7a2f3d1bd6a","type":"any","value":"1","key":"id"}]}},"response":[],"_postman_id":"e6f09fc6-4127-4c61-a538-304925f0e25b"},{"name":"Delete Supplier ID = id","id":"6e9b2f8f-56a1-421a-88cd-e159b81cfedf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"X-COMPANY","value":"company number"},{"key":"X-USER","value":"apiuser"},{"key":"X-PASSWORD","value":"API@Pass"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://std.ixdev.uk/modules/api3/suppliers/:id","description":"<p>Delete Supplier ID = id</p>\n","urlObject":{"protocol":"https","path":["modules","api3","suppliers",":id"],"host":["std","ixdev","uk"],"query":[],"variable":[{"id":"7e6df796-74fb-4abc-9337-b01f5a64ac3b","type":"any","value":"10","key":"id"}]}},"response":[],"_postman_id":"6e9b2f8f-56a1-421a-88cd-e159b81cfedf"}],"id":"889600b6-4d9c-4ec5-b208-39a781ca0a01","_postman_id":"889600b6-4d9c-4ec5-b208-39a781ca0a01","description":""},{"name":"Customers","item":[{"name":"Get list of All Customers","id":"0bc8186e-50b4-400f-95ac-599bdc8e90e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-COMPANY","value":"company number"},{"key":"X-USER","value":"apiuser"},{"key":"X-PASSWORD","value":"API@Pass"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://std.ixdev.uk/modules/api3/customers/","description":"<p>Get list of All Customers</p>\n","urlObject":{"protocol":"https","path":["modules","api3","customers",""],"host":["std","ixdev","uk"],"query":[],"variable":[]}},"response":[],"_postman_id":"0bc8186e-50b4-400f-95ac-599bdc8e90e9"},{"name":"Get details of Customer ID = id","id":"4af6efc0-1888-44ab-9823-8d7b56447de7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-COMPANY","value":"company number"},{"key":"X-USER","value":"apiuser"},{"key":"X-PASSWORD","value":"API@Pass"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://std.ixdev.uk/modules/api3/customers/:id","description":"<p>Get details of Customer ID = id</p>\n","urlObject":{"protocol":"https","path":["modules","api3","customers",":id"],"host":["std","ixdev","uk"],"query":[],"variable":[{"id":"77eccb88-e423-49c3-bd97-50a4123cd1c8","type":"any","value":"2","key":"id"}]}},"response":[],"_postman_id":"4af6efc0-1888-44ab-9823-8d7b56447de7"},{"name":"Add Customer","id":"0065a9a6-330b-4ae7-b926-55adc52f512c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-COMPANY","value":"company number"},{"key":"X-USER","value":"apiuser"},{"key":"X-PASSWORD","value":"API@Pass"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"name\":\"Mohamed\",\"address\":\"cairo\\n\",\"tax_id\":\"\",\"curr_code\":\"EGP\",\"sales_type\":\"3\",\"dimension_id\":\"6\",\"dimension2_id\":\"0\",\"credit_status\":\"1\",\"payment_terms\":\"4\",\"discount\":\"0\",\"pymt_discount\":\"0\",\"credit_limit\":\"1000\",\"notes\":\"\",\"inactive\":\"0\",\"debtor_ref\":\"Customer-01\"}"},"url":"https://std.ixdev.uk/modules/api3/customers/","description":"<p>Add Customer</p>\n","urlObject":{"protocol":"https","path":["modules","api3","customers",""],"host":["std","ixdev","uk"],"query":[],"variable":[]}},"response":[],"_postman_id":"0065a9a6-330b-4ae7-b926-55adc52f512c"},{"name":"Edit Customer ID = id","id":"7fe53797-2162-421b-b97c-114d07a5f9d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-COMPANY","value":"company number"},{"key":"X-USER","value":"apiuser"},{"key":"X-PASSWORD","value":"API@Pass"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"name\":\"Mohamed\",\"address\":\"cairo\\n\",\"tax_id\":\"\",\"curr_code\":\"EGP\",\"sales_type\":\"3\",\"dimension_id\":\"6\",\"dimension2_id\":\"0\",\"credit_status\":\"1\",\"payment_terms\":\"4\",\"discount\":\"0\",\"pymt_discount\":\"0\",\"credit_limit\":\"1000\",\"notes\":\"\",\"inactive\":\"0\",\"debtor_ref\":\"Customer-01\"}"},"url":"https://std.ixdev.uk/modules/api3/customers/:id","description":"<p>Edit Customer ID = id</p>\n","urlObject":{"protocol":"https","path":["modules","api3","customers",":id"],"host":["std","ixdev","uk"],"query":[],"variable":[{"id":"b397bcce-0ffc-4c62-a1dc-239e76165554","type":"any","value":"568","key":"id"}]}},"response":[],"_postman_id":"7fe53797-2162-421b-b97c-114d07a5f9d5"},{"name":"Get Branch list for Customer ID = id","id":"cec925b6-330e-4a4f-88f5-6d4ec59cddeb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-COMPANY","value":"company number"},{"key":"X-USER","value":"apiuser"},{"key":"X-PASSWORD","value":"API@Pass"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://std.ixdev.uk/modules/api3/customers/:id/branches/","description":"<p>Get Branch list for Customer ID = id</p>\n","urlObject":{"protocol":"https","path":["modules","api3","customers",":id","branches",""],"host":["std","ixdev","uk"],"query":[],"variable":[{"id":"c38b95e3-3021-43c7-9e47-8c8859c60e67","type":"any","value":"2","key":"id"}]}},"response":[],"_postman_id":"cec925b6-330e-4a4f-88f5-6d4ec59cddeb"},{"name":"Delete Customer ID = id","id":"b61179e8-bf45-4c7b-9121-af3e3f50ae5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"X-COMPANY","value":"company number"},{"key":"X-USER","value":"apiuser"},{"key":"X-PASSWORD","value":"API@Pass"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://std.ixdev.uk/modules/api3/customers/:id","description":"<p>Delete Customer ID = id</p>\n","urlObject":{"protocol":"https","path":["modules","api3","customers",":id"],"host":["std","ixdev","uk"],"query":[],"variable":[{"id":"c33b71b1-a7c6-413e-a835-c90f93821123","type":"any","value":"568","key":"id"}]}},"response":[],"_postman_id":"b61179e8-bf45-4c7b-9121-af3e3f50ae5c"}],"id":"fe3aac69-80b6-418b-bcf6-de4acd7891e2","_postman_id":"fe3aac69-80b6-418b-bcf6-de4acd7891e2","description":""},{"name":"Tax Types","item":[{"name":"Get list of All Tax item Types","id":"509a0338-3d48-40ff-8017-c664059d4b6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-COMPANY","value":"company number"},{"key":"X-USER","value":"apiuser"},{"key":"X-PASSWORD","value":"API@Pass"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://std.ixdev.uk/modules/api3/taxtypes/","description":"<p>Get list of All Tax Types</p>\n","urlObject":{"protocol":"https","path":["modules","api3","taxtypes",""],"host":["std","ixdev","uk"],"query":[],"variable":[]}},"response":[],"_postman_id":"509a0338-3d48-40ff-8017-c664059d4b6d"},{"name":"Get details of Tax Type = id","id":"03648687-a80e-4030-b13a-26cb5fb77df7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-COMPANY","value":"company number"},{"key":"X-USER","value":"apiuser"},{"key":"X-PASSWORD","value":"API@Pass"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://std.ixdev.uk/modules/api3/taxtypes/:id","description":"<p>Get details of Tax Type = id</p>\n","urlObject":{"protocol":"https","path":["modules","api3","taxtypes",":id"],"host":["std","ixdev","uk"],"query":[],"variable":[{"id":"7f69d75e-851a-4a2b-a353-1ac37020fe63","type":"any","value":"1","key":"id"}]}},"response":[],"_postman_id":"03648687-a80e-4030-b13a-26cb5fb77df7"}],"id":"fa94b22c-912f-424d-8b6e-cece70f495e6","_postman_id":"fa94b22c-912f-424d-8b6e-cece70f495e6","description":""},{"name":"Tax Groups","item":[{"name":"Get list of All Tax Groups","id":"b305a629-7087-42af-9851-efca55dddf50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-COMPANY","value":"company number"},{"key":"X-USER","value":"apiuser"},{"key":"X-PASSWORD","value":"API@Pass"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://std.ixdev.uk/modules/api3/taxgroups/","description":"<p>Get list of All Tax Groups</p>\n","urlObject":{"protocol":"https","path":["modules","api3","taxgroups",""],"host":["std","ixdev","uk"],"query":[],"variable":[]}},"response":[],"_postman_id":"b305a629-7087-42af-9851-efca55dddf50"}],"id":"95e103ca-0371-4abd-964a-49c095c88c39","_postman_id":"95e103ca-0371-4abd-964a-49c095c88c39","description":""},{"name":"Item Categories","item":[{"name":"Get list of All Item Categories","id":"c1a0c105-7247-4f6d-81e2-92f639296eb0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-COMPANY","value":"company number"},{"key":"X-USER","value":"apiuser"},{"key":"X-PASSWORD","value":"API@Pass"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://std.ixdev.uk/modules/api3/category/","description":"<p>Get list of All Item Categories</p>\n","urlObject":{"protocol":"https","path":["modules","api3","category",""],"host":["std","ixdev","uk"],"query":[],"variable":[]}},"response":[],"_postman_id":"c1a0c105-7247-4f6d-81e2-92f639296eb0"},{"name":"Get details of Item Category = id","id":"80808c86-d433-411d-9143-3ed140b079d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-COMPANY","value":"company number"},{"key":"X-USER","value":"apiuser"},{"key":"X-PASSWORD","value":"API@Pass"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://std.ixdev.uk/modules/api3/category/:id","description":"<p>Get details of Item Category = id</p>\n","urlObject":{"protocol":"https","path":["modules","api3","category",":id"],"host":["std","ixdev","uk"],"query":[],"variable":[{"id":"8796a8ac-95bf-4b5c-8312-10ecbc966bf8","type":"any","value":"1","key":"id"}]}},"response":[],"_postman_id":"80808c86-d433-411d-9143-3ed140b079d4"},{"name":"Add Item Category","id":"2ecc9648-d944-45e7-af89-4bad3ad079b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-COMPANY","value":"company number"},{"key":"X-USER","value":"apiuser"},{"key":"X-PASSWORD","value":"API@Pass"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"parent_category_id\":\"0\",\"description\":\"Components\",\"inactive\":\"0\",\"dflt_tax_type\":\"1\",\"dflt_units\":\"ea.\",\"dflt_mb_flag\":\"B\",\"dflt_sales_act\":\"4040\",\"dflt_cogs_act\":\"5040\",\"dflt_inventory_act\":\"1540\",\"dflt_adjustment_act\":\"1540\",\"dflt_wip_act\":\"\",\"dflt_dim1\":\"0\",\"dflt_dim2\":\"0\",\"dflt_no_sale\":\"0\",\"dflt_no_purchase\":\"0\"}"},"url":"https://std.ixdev.uk/modules/api3/category/","description":"<p>Add Item Category</p>\n","urlObject":{"protocol":"https","path":["modules","api3","category",""],"host":["std","ixdev","uk"],"query":[],"variable":[]}},"response":[],"_postman_id":"2ecc9648-d944-45e7-af89-4bad3ad079b0"},{"name":"Edit Item Category = id","id":"a226e2a4-6db2-40ee-bb25-65ec953ea2dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-COMPANY","value":"company number"},{"key":"X-USER","value":"apiuser"},{"key":"X-PASSWORD","value":"API@Pass"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"parent_category_id\":\"0\",\"description\":\"Components\",\"inactive\":\"0\",\"dflt_tax_type\":\"1\",\"dflt_units\":\"ea.\",\"dflt_mb_flag\":\"B\",\"dflt_sales_act\":\"4040\",\"dflt_cogs_act\":\"5040\",\"dflt_inventory_act\":\"1540\",\"dflt_adjustment_act\":\"1540\",\"dflt_wip_act\":\"\",\"dflt_dim1\":\"0\",\"dflt_dim2\":\"0\",\"dflt_no_sale\":\"0\",\"dflt_no_purchase\":\"0\"}"},"url":"https://std.ixdev.uk/modules/api3/category/:id","description":"<p>Edit Item Category = id</p>\n","urlObject":{"protocol":"https","path":["modules","api3","category",":id"],"host":["std","ixdev","uk"],"query":[],"variable":[{"id":"99dba16e-579e-4c17-8f70-d96d472c6f5f","type":"any","value":"1","key":"id"}]}},"response":[],"_postman_id":"a226e2a4-6db2-40ee-bb25-65ec953ea2dd"},{"name":"Delete Item Category = id","id":"54c3a92a-0800-4e85-b075-350251c49e3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"X-COMPANY","value":"company number"},{"key":"X-USER","value":"apiuser"},{"key":"X-PASSWORD","value":"API@Pass"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://std.ixdev.uk/modules/api3/category/:id","description":"<p>Delete Item Category = id</p>\n","urlObject":{"protocol":"https","path":["modules","api3","category",":id"],"host":["std","ixdev","uk"],"query":[],"variable":[{"id":"e8469cf0-715c-4b75-b4bf-e8d1b1e7172f","type":"any","value":"1","key":"id"}]}},"response":[],"_postman_id":"54c3a92a-0800-4e85-b075-350251c49e3f"}],"id":"3721fd32-55be-43fa-ae8e-329af3b259de","_postman_id":"3721fd32-55be-43fa-ae8e-329af3b259de","description":""},{"name":"Authentication","item":[{"name":"Login","id":"b8683ed5-c227-43b9-b2ac-cda4e49e3994","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"X-COMPANY","value":"Company name","type":"text"},{"key":"X-USER","value":"username account"},{"key":"X-PASSWORD","value":"password of the account"}]},"url":"https://std.ixdev.uk/modules/api3/auth.php","description":"<p>This API is the main one in which you have to start with as you make authentication request so it returns the company number in which you will use in the other requests</p>\n","urlObject":{"protocol":"https","path":["modules","api3","auth.php"],"host":["std","ixdev","uk"],"query":[],"variable":[]}},"response":[],"_postman_id":"b8683ed5-c227-43b9-b2ac-cda4e49e3994"}],"id":"498eed53-82ca-4916-8ff1-9f51246885d8","description":"<p>authentication requests</p>\n","_postman_id":"498eed53-82ca-4916-8ff1-9f51246885d8"},{"name":"Profile","item":[{"name":"Get Company Info","id":"6c3e2283-b47f-448a-b747-3eb67541fedf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-COMPANY","value":"company number"},{"key":"X-USER","value":"Username"},{"key":"X-PASSWORD","value":"Password"},{"key":"Content-Type","value":"application/json"}],"url":"https://std.ixdev.uk/modules/api3/profile","description":"<p>this API used to get the company profile data</p>\n","urlObject":{"protocol":"https","path":["modules","api3","profile"],"host":["std","ixdev","uk"],"query":[],"variable":[]}},"response":[],"_postman_id":"6c3e2283-b47f-448a-b747-3eb67541fedf"}],"id":"5abcab40-4221-49eb-93cb-b8517f66df67","_postman_id":"5abcab40-4221-49eb-93cb-b8517f66df67","description":""}]}