{"info":{"_postman_id":"4241f2f1-f09a-4b97-9691-690b1a693fbf","name":"Giddh API Reference","description":"<html><head></head><body><p>Api Documentation for Giddh's APIs.</p>\n<p>Date: 26-12-2020</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"117343","collectionId":"4241f2f1-f09a-4b97-9691-690b1a693fbf","publishedId":"TW77gP3u","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-02-10T14:29:09.000Z"},"item":[{"name":"Login Apis","item":[{"name":"Login with Password","id":"0b6322aa-b670-4f90-9b88-8281cd0bc80d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"User-Agent","value":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"},{"key":"Accept","value":"application/json, text/javascript, */*; q=0.01"},{"key":"Accept-Language","value":"en-US,en;q=0.5"},{"key":"Content-Type","value":"application/json"},{"key":"Origin","value":"https://giddh.com"},{"key":"Connection","value":"keep-alive"},{"key":"Referer","value":"https://giddh.com/login/"},{"key":"TE","value":"Trailers"}],"body":{"mode":"raw","raw":"{\n    \"password\": \"G7$bfakbafbj\",\n    \"uniqueKey\": \"randomuser@gmail.com\"\n}"},"url":"/v2/login-with-password","description":"<p>API: [POST] Login with email &amp; password API.</p>\n<p>Request body:</p>\n<ul>\n<li>password: String (providede password)</li>\n<li>uniqueKey: String (email)</li>\n</ul>\n","urlObject":{"path":["v2","login-with-password"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"0b6322aa-b670-4f90-9b88-8281cd0bc80d"},{"name":"Login with Google","id":"09bc47a7-0f9d-484c-9423-0cc0d84864b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Access-Token","value":"googleAccessToken","type":"text"}],"url":"/login-with-google","description":"<p>This api will be used to login with google. The api requires an access-token provided by Google. The api returns Auth-Key in response, which can be used by a user to perform further operations.</p>\n","urlObject":{"path":["login-with-google"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"09bc47a7-0f9d-484c-9423-0cc0d84864b8"},{"name":"Reset password","id":"4d10570d-02a5-407a-9fea-abf3da3977f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"uniqueKey\": \"email@gmail.com\",\n    \"verificationCode\": \"12345678\",\n    \"newPassword\": \"abd@1234\"\n}"},"url":"/reset-password","description":"<p>This API is used to reset the password or a user. This API should be used with the <code>/forgot-password</code> API. A verification code is sent to the users' email id which needs to be passed in this API with the new password.</p>\n","urlObject":{"path":["reset-password"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"4d10570d-02a5-407a-9fea-abf3da3977f7"},{"name":"Forgot password","id":"e087e52b-f654-4991-93b0-d811e5b97b05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"/users/email@gmail.com/forgot-password","description":"<p>This API is used to request a password reset for the user. A verification code is sent to the users' email id which can be entered in the <code>/reset-password</code> API to set a new password.</p>\n","urlObject":{"path":["users","email@gmail.com","forgot-password"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"e087e52b-f654-4991-93b0-d811e5b97b05"},{"name":"Signup by email & password","id":"7db57a67-6348-43fd-96b0-bc0f8034c41f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"User-Agent","value":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"},{"key":"Accept","value":"application/json"},{"key":"Accept-Language","value":"en-US,en;q=0.5"},{"key":"cache-control","value":"no-cache"},{"key":"Content-Type","value":"application/json"},{"key":"Origin","value":"https://app.giddh.com"},{"key":"Connection","value":"keep-alive"},{"key":"Referer","value":"https://app.giddh.com/signup"},{"key":"TE","value":"Trailers"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"randomuser@gmail.com\",\n    \"password\": \"G7$bfakbafbj\"\n}"},"url":"/v2/signup","description":"<p>API: Signup with email and password given.</p>\n<p>Request body:</p>\n<ul>\n<li>email: String </li>\n<li>password: String []</li>\n</ul>\n<p>conditions for password:<br />    Provide minimum 8 and maximum 20 characters &amp; 1 number and 1 special character (@$!%*?&amp;_).</p>\n","urlObject":{"path":["v2","signup"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"7db57a67-6348-43fd-96b0-bc0f8034c41f"},{"name":"Send Verification code API","id":"a180d276-0a11-4501-b4ae-7aee4d7ce7fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"User-Agent","value":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"},{"key":"Accept","value":"application/json"},{"key":"Accept-Language","value":"en-US,en;q=0.5"},{"key":"cache-control","value":"no-cache"},{"key":"Content-Type","value":"application/json"},{"key":"Origin","value":"https://test.giddh.com"},{"key":"Connection","value":"keep-alive"},{"key":"Referer","value":"https://test.giddh.com/signup"},{"key":"TE","value":"Trailers"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"randomuser@gmail.com\",\n    \"retryCount\": 1\n}"},"url":"/signup-with-email","description":"<p>API: Send Verification code API\n    This API is called to send verification code to the email and called immidiately after <code>Signup by email &amp; password</code> API : /v2/signup</p>\n<p>Request body:</p>\n<ul>\n<li>email: String</li>\n<li>retryCount: int</li>\n</ul>\n","urlObject":{"path":["signup-with-email"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"a180d276-0a11-4501-b4ae-7aee4d7ce7fc"},{"name":"Signup/Login with Google","id":"b34e454f-0791-4e52-90bc-b84f1d127e73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"authority","value":"api.giddh.com"},{"key":"accept","value":"application/json, text/javascript, */*; q=0.01"},{"key":"access-token","value":"{{accessToken}}"},{"key":"user-agent","value":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4021.0 Safari/537.36"},{"key":"content-type","value":"application/json"},{"key":"origin","value":"https://giddh.com"},{"key":"sec-fetch-site","value":"same-site"},{"key":"sec-fetch-mode","value":"cors"},{"key":"sec-fetch-dest","value":"empty"},{"key":"referer","value":"https://giddh.com/login/"},{"key":"accept-language","value":"en-GB,en-US;q=0.9,en;q=0.8"}],"url":"/v2/signup-with-google","description":"<p>API: Signup/Login with google\n    This API is a GET API and intakes access-token (provided by google) for login</p>\n","urlObject":{"path":["v2","signup-with-google"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"b34e454f-0791-4e52-90bc-b84f1d127e73"},{"name":"Verify Email API","id":"703f7aa8-88bd-427c-96c5-fef110b2d845","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"User-Agent","value":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"},{"key":"Accept","value":"application/json, text/javascript, */*; q=0.01"},{"key":"Accept-Language","value":"en-US,en;q=0.5"},{"key":"Content-Type","value":"application/json"},{"key":"Origin","value":"https://giddh.com"},{"key":"Connection","value":"keep-alive"},{"key":"Referer","value":"https://giddh.com/signup/"},{"key":"TE","value":"Trailers"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"randomuser@gmail.com\",\n    \"verificationCode\": \"789783\"\n}"},"url":"/v2/verify-email","description":"<p>API: [POST] Verify email </p>\n<p>request body:</p>\n<ul>\n<li>email: String (email)</li>\n<li>verificationCode: String (provided verification code)</li>\n</ul>\n","urlObject":{"path":["v2","verify-email"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"703f7aa8-88bd-427c-96c5-fef110b2d845"},{"name":"Two way authentication API","id":"7a51a28a-e0b3-43c0-8a58-699113f8b027","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"User-Agent","value":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"},{"key":"Accept","value":"application/json"},{"key":"Accept-Language","value":"en-US,en;q=0.5"},{"key":"Session-Id","value":"KSX2qRXRCZ6igagpZ9FxHalRFi9PK_UMgSXbGVzBVXs="},{"key":"cache-control","value":"no-cache"},{"key":"Content-Type","value":"application/json"},{"key":"Origin","value":"https://app.giddh.com"},{"key":"Connection","value":"keep-alive"},{"key":"Referer","value":"https://app.giddh.com/pages/user-details/mobile-number"},{"key":"TE","value":"Trailers"}],"body":{"mode":"raw","raw":"{\n    \"authenticateTwoWay\": true\n}"},"url":"/users/{{userUniqueName}}/settings","description":"<p>API: [PUT] API to enable or disable two way authentication</p>\n<p>url parameters:\nuserUniqueName: Stirng user unique name (typically user's email)</p>\n<p>request body:</p>\n<ul>\n<li>authenticateTwoWay: boolean</li>\n</ul>\n","urlObject":{"path":["users","{{userUniqueName}}","settings"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"7a51a28a-e0b3-43c0-8a58-699113f8b027"},{"name":"Verify Number ","id":"11c6615f-13aa-4757-a295-a50a97c18fe5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"User-Agent","value":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0"},{"key":"Accept","value":"application/json, text/javascript, */*; q=0.01"},{"key":"Accept-Language","value":"en-US,en;q=0.5"},{"key":"Content-Type","value":"application/json"},{"key":"Origin","value":"https://giddh.com"},{"key":"Connection","value":"keep-alive"},{"key":"Referer","value":"https://giddh.com/login/?action=logout"},{"key":"TE","value":"Trailers"}],"body":{"mode":"raw","raw":"{\n    \"countryCode\": \"91\",\n    \"mobileNumber\": \"8080808080\",\n    \"oneTimePassword\": \"678687\"\n}"},"url":"/v2/verify-number","description":"<p>API: [POST] to verify login (two way authentication)</p>\n<p>request body:</p>\n<ul>\n<li>countryCode: String (country calling code, without + sign)</li>\n<li>mobileNumber: String (mobile number)</li>\n<li>oneTimePassword: String (provided OTP)</li>\n</ul>\n","urlObject":{"path":["v2","verify-number"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"11c6615f-13aa-4757-a295-a50a97c18fe5"},{"name":"Signup/Login with Apple","id":"a57f9408-a950-4c60-a575-576b5734ed24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"authorizationCode\" : \"\",\n    \"email\" : \"\",\n    \"fullName\" : {\n        \"familyName\" : \"\",\n        \"givenName\" : \"\",\n        \"namePrefix\" : \"\",\n        \"nameSuffix\" : \"\",\n        \"nickName\" : \"\"\n    },\n    \"identityToken\" : \"\",\n    \"state\" : \"\",\n    \"user\" : \"\"\n}","options":{"raw":{"language":"json"}}},"url":"/v2/signup-with-apple","description":"<p>API: [POST] API to login &amp; signup with apple.</p>\n<p>request body:</p>\n<ul>\n<li>authorizationCode: String [Mandetory]</li>\n<li>email: String [Mandatory]</li>\n<li>fullName <ul>\n<li>familyName: String</li>\n<li>givenName: String [Mandatory]</li>\n<li>namePrefix: String</li>\n<li>nameSuffix: String</li>\n<li>nickName: String</li>\n</ul>\n</li>\n<li>identityToken: Stirng [Mandatory]</li>\n<li>state: String</li>\n<li>user: String [Mandatory]</li>\n</ul>\n<p>To learn more about Apple login request parameters: <code>https://developer.apple.com/documentation/sign_in_with_apple/generate_and_validate_tokens</code></p>\n","urlObject":{"path":["v2","signup-with-apple"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"a57f9408-a950-4c60-a575-576b5734ed24"},{"name":"flush-redis","id":"5918dff4-77d3-483b-be1d-99abf1c69c37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"session-id","value":"in086ae47551590d65c311CCVKPty6jpAmy6p6EgjzI_Bw6Hxu1NMWfu8n-U3MjdE="}],"url":"https://api.giddh.com/admin/flush-redis","urlObject":{"protocol":"https","path":["admin","flush-redis"],"host":["api","giddh","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5918dff4-77d3-483b-be1d-99abf1c69c37"}],"id":"fac1e657-cd45-40ad-be4b-8790e314316d","_postman_id":"fac1e657-cd45-40ad-be4b-8790e314316d","description":""},{"name":"Company Apis","item":[{"name":"Create company with subscription","id":"f69e91d8-94c0-48e7-a2b7-6cca0440ad72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"auth-key","value":"{{authkey}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"{{CompanyName}}\",\n    \"uniqueName\": \"\",\n    \"city\": \"indore\",\n    \"country\": \"India\",\n    \"subscriptionRequest\": {\n        \"planUniqueName\": \"\",\n        \"subscriptionId\": \"{{subscriptionId}}\",\n        \"userUniqueName\": \"\",\n        \"licenceKey\": \"\"\n    },\n    \"contactNo\": \"91-9074577581\",\n    \"userBillingDetails\": {\n        \"name\": \"Rajat\",\n        \"statecode\": 23,\n        \"autorenew\": true\n    },\n    \"businessType\": \"Retail\",\n    \"businessNature\": \"\",\n    \"address\": \"Test Address\",\n    \"gstDetails\": [\n        {\n            \"gstNumber\": \"18AABCS1429B1ZT\",\n            \"addressList\": [\n                {\n                    \"stateCode\": \"18\",\n                    \"address\": \"\",\n                    \"isDefault\": true,\n                    \"stateName\": \"Assam\"\n                }\n            ]\n        }\n    ],\n    \"baseCurrency\": \"INR\",\n    \"paymentId\": \"\",\n    \"amountPaid\": 100.34\n}"},"url":"/company","description":"<p>This creates Company with the details provided in body.\nRequired:</p>\n<ul>\n<li>One of these planUniqueName, subscriptionId, licenceKey</li>\n<li>userUnqiueName</li>\n<li>If paid plan then userBillingDetails</li>\n<li>If paid plan then paymentId (razor payment id recieved from razorpay)</li>\n<li>If paid plan then amountPaid (recieved from razorpay)</li>\n</ul>\n<p>Note: From razorpay amount will be in smallest unit so divide by 100 and then pass that amount to this API</p>\n","urlObject":{"path":["company"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"f69e91d8-94c0-48e7-a2b7-6cca0440ad72"},{"name":"Update company with subscription","id":"128c8cbd-7ef2-4fe9-89c6-7f72a1d3115b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"auth-key","value":"{{authkey}}"}],"body":{"mode":"raw","raw":"{\n    \"address\": null,\n    \"name\": \"subtest1\",\n    \"state\": null,\n    \"country\": \"India\",\n    \"city\": \"\",\n    \"pincode\": null,\n    \"gstDetails\": [],\n    \"baseCurrency\": \"INR\",\n    \"contactNo\": null,\n    \"panNumber\": null,\n    \"uniqueName\": \"subtest24\",\n    \"nameAlias\": null,\n    \"isMultipleCurrency\": false,\n    \"financialYears\": [\n        {\n            \"isLocked\": false,\n            \"uniqueName\": \"FY-APR2019-MAR2020\",\n            \"financialYearStarts\": \"01-04-2019\",\n            \"financialYearEnds\": \"31-03-2020\"\n        }\n    ],\n    \"activeFinancialYear\": {\n        \"isLocked\": false,\n        \"uniqueName\": \"FY-APR2019-MAR2020\",\n        \"financialYearStarts\": \"01-04-2019\",\n        \"financialYearEnds\": \"31-03-2020\"\n    },\n    \"userEntityRoles\": [\n        {\n            \"allowedCidrs\": [],\n            \"allowedIps\": [],\n            \"period\": null,\n            \"uniqueName\": \"pgpfbysr4mpydln\",\n            \"sharedBy\": {\n                \"name\": \"System Admin\",\n                \"email\": \"aditya@walkover.in\",\n                \"uniqueName\": \"system_admin\",\n                \"mobileNo\": \"99999999990\",\n                \"isVerified\": false\n            },\n            \"sharedWith\": {\n                \"name\": \"System Admin\",\n                \"email\": \"aditya@walkover.in\",\n                \"uniqueName\": \"system_admin\",\n                \"mobileNo\": \"99999999990\",\n                \"isVerified\": false\n            },\n            \"entity\": {\n                \"uniqueName\": \"subtest24\",\n                \"name\": \"subtest1\",\n                \"entity\": \"COMPANY\"\n            },\n            \"role\": {\n                \"name\": \"Super Admin\",\n                \"uniqueName\": \"super_admin\",\n                \"isFixed\": true,\n                \"scopes\": [\n                    {\n                        \"name\": \"SETTINGS\",\n                        \"permissions\": [\n                            {\n                                \"code\": \"GSTVW\"\n                            },\n                            {\n                                \"code\": \"CMT\"\n                            },\n                            {\n                                \"code\": \"ADD\"\n                            },\n                            {\n                                \"code\": \"SHR\"\n                            },\n                            {\n                                \"code\": \"GSTFL\"\n                            },\n                            {\n                                \"code\": \"VW\"\n                            },\n                            {\n                                \"code\": \"DLT\"\n                            },\n                            {\n                                \"code\": \"UPDT\"\n                            }\n                        ]\n                    },\n                    {\n                        \"name\": \"MANAGE\",\n                        \"permissions\": [\n                            {\n                                \"code\": \"GSTVW\"\n                            },\n                            {\n                                \"code\": \"CMT\"\n                            },\n                            {\n                                \"code\": \"SHR\"\n                            },\n                            {\n                                \"code\": \"GSTFL\"\n                            },\n                            {\n                                \"code\": \"ADD\"\n                            },\n                            {\n                                \"code\": \"UPDT\"\n                            },\n                            {\n                                \"code\": \"VW\"\n                            },\n                            {\n                                \"code\": \"DLT\"\n                            }\n                        ]\n                    },\n                    {\n                        \"name\": \"RECURRING_ENTRY\",\n                        \"permissions\": [\n                            {\n                                \"code\": \"ADD\"\n                            },\n                            {\n                                \"code\": \"CMT\"\n                            },\n                            {\n                                \"code\": \"UPDT\"\n                            },\n                            {\n                                \"code\": \"DLT\"\n                            },\n                            {\n                                \"code\": \"GSTVW\"\n                            },\n                            {\n                                \"code\": \"SHR\"\n                            },\n                            {\n                                \"code\": \"VW\"\n                            },\n                            {\n                                \"code\": \"GSTFL\"\n                            }\n                        ]\n                    },\n                    {\n                        \"name\": \"SEARCH\",\n                        \"permissions\": [\n                            {\n                                \"code\": \"ADD\"\n                            },\n                            {\n                                \"code\": \"DLT\"\n                            },\n                            {\n                                \"code\": \"UPDT\"\n                            },\n                            {\n                                \"code\": \"CMT\"\n                            },\n                            {\n                                \"code\": \"SHR\"\n                            },\n                            {\n                                \"code\": \"GSTVW\"\n                            },\n                            {\n                                \"code\": \"GSTFL\"\n                            },\n                            {\n                                \"code\": \"VW\"\n                            }\n                        ]\n                    },\n                    {\n                        \"name\": \"DASHBOARD\",\n                        \"permissions\": [\n                            {\n                                \"code\": \"CMT\"\n                            },\n                            {\n                                \"code\": \"GSTVW\"\n                            },\n                            {\n                                \"code\": \"ADD\"\n                            },\n                            {\n                                \"code\": \"SHR\"\n                            },\n                            {\n                                \"code\": \"GSTFL\"\n                            },\n                            {\n                                \"code\": \"VW\"\n                            },\n                            {\n                                \"code\": \"DLT\"\n                            },\n                            {\n                                \"code\": \"UPDT\"\n                            }\n                        ]\n                    },\n                    {\n                        \"name\": \"AUDIT_LOGS\",\n                        \"permissions\": [\n                            {\n                                \"code\": \"SHR\"\n                            },\n                            {\n                                \"code\": \"DLT\"\n                            },\n                            {\n                                \"code\": \"GSTVW\"\n                            },\n                            {\n                                \"code\": \"GSTFL\"\n                            },\n                            {\n                                \"code\": \"VW\"\n                            },\n                            {\n                                \"code\": \"CMT\"\n                            },\n                            {\n                                \"code\": \"ADD\"\n                            },\n                            {\n                                \"code\": \"UPDT\"\n                            }\n                        ]\n                    },\n                    {\n                        \"name\": \"SHARE\",\n                        \"permissions\": [\n                            {\n                                \"code\": \"SHRLWR\"\n                            },\n                            {\n                                \"code\": \"SHRALL\"\n                            },\n                            {\n                                \"code\": \"SHRSM\"\n                            }\n                        ]\n                    },\n                    {\n                        \"name\": \"LEDGER\",\n                        \"permissions\": [\n                            {\n                                \"code\": \"UPDT\"\n                            },\n                            {\n                                \"code\": \"ADD\"\n                            },\n                            {\n                                \"code\": \"CMT\"\n                            },\n                            {\n                                \"code\": \"GSTVW\"\n                            },\n                            {\n                                \"code\": \"DLT\"\n                            },\n                            {\n                                \"code\": \"SHR\"\n                            },\n                            {\n                                \"code\": \"GSTFL\"\n                            },\n                            {\n                                \"code\": \"VW\"\n                            }\n                        ]\n                    },\n                    {\n                        \"name\": \"INVOICE\",\n                        \"permissions\": [\n                            {\n                                \"code\": \"VW\"\n                            },\n                            {\n                                \"code\": \"GSTVW\"\n                            },\n                            {\n                                \"code\": \"DLT\"\n                            },\n                            {\n                                \"code\": \"CMT\"\n                            },\n                            {\n                                \"code\": \"GSTFL\"\n                            },\n                            {\n                                \"code\": \"UPDT\"\n                            },\n                            {\n                                \"code\": \"ADD\"\n                            },\n                            {\n                                \"code\": \"SHR\"\n                            }\n                        ]\n                    },\n                    {\n                        \"name\": \"INVENTORY\",\n                        \"permissions\": [\n                            {\n                                \"code\": \"ADD\"\n                            },\n                            {\n                                \"code\": \"CMT\"\n                            },\n                            {\n                                \"code\": \"GSTFL\"\n                            },\n                            {\n                                \"code\": \"GSTVW\"\n                            },\n                            {\n                                \"code\": \"SHR\"\n                            },\n                            {\n                                \"code\": \"VW\"\n                            },\n                            {\n                                \"code\": \"UPDT\"\n                            },\n                            {\n                                \"code\": \"DLT\"\n                            }\n                        ]\n                    },\n                    {\n                        \"name\": \"REPORT\",\n                        \"permissions\": [\n                            {\n                                \"code\": \"DLT\"\n                            },\n                            {\n                                \"code\": \"UPDT\"\n                            },\n                            {\n                                \"code\": \"VW\"\n                            },\n                            {\n                                \"code\": \"SHR\"\n                            },\n                            {\n                                \"code\": \"GSTVW\"\n                            },\n                            {\n                                \"code\": \"CMT\"\n                            },\n                            {\n                                \"code\": \"GSTFL\"\n                            },\n                            {\n                                \"code\": \"ADD\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            \"duration\": null,\n            \"from\": null,\n            \"to\": null\n        }\n    ],\n    \"subscriptionRequest\": {\n        \"subscriptionId\": \"{{subscriptionID}}\",\n        \"balance\": 1000,\n        \"userUniqueName\": \"leena\"\n    },\n    \"balanceDecimalPlaces\": 2,\n    \"balanceDisplayFormat\": \"IND_COMMA_SEPARATED\",\n    \"branchCount\": 0,\n    \"createdAt\": \"21-06-2019 15:52:45\",\n    \"updatedAt\": \"21-06-2019 15:52:49\",\n    \"createdBy\": {\n        \"name\": \"System Admin\",\n        \"email\": \"aditya@walkover.in\",\n        \"uniqueName\": \"system_admin\",\n        \"mobileNo\": \"99999999990\",\n        \"isVerified\": false\n    },\n    \"updatedBy\": {\n        \"name\": \"System Admin\",\n        \"email\": \"aditya@walkover.in\",\n        \"uniqueName\": \"system_admin\",\n        \"mobileNo\": \"99999999990\",\n        \"isVerified\": false\n    },\n    \"companyIdentity\": [],\n    \"alias\": null,\n    \"email\": null,\n    \"paymentId\": \"\",\n    \"amountPaid\": 100.34\n}"},"url":"/company/companyUniqueName","description":"<p>Required:</p>\n<ul>\n<li>One of these planUniqueName, subscriptionId</li>\n</ul>\n","urlObject":{"path":["company","companyUniqueName"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"128c8cbd-7ef2-4fe9-89c6-7f72a1d3115b"},{"name":"Get company","id":"61f4a300-7260-4ddd-9e82-1c8aa1040a0c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"auth-key","value":"{{authkey}}"}],"body":{"mode":"raw","raw":""},"url":"/company/companyUniqueName","description":"<p>This return all company details with subscription.</p>\n","urlObject":{"path":["company","companyUniqueName"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"61f4a300-7260-4ddd-9e82-1c8aa1040a0c"},{"name":"Delete company","id":"936bfcf1-9598-40db-9456-cf50644952cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"auth-key","value":"{{authkey}}"}],"body":{"mode":"raw","raw":""},"url":"/v2/company/companyUniqueName","description":"<p>This delete company</p>\n","urlObject":{"path":["v2","company","companyUniqueName"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"936bfcf1-9598-40db-9456-cf50644952cd"},{"name":"Destroy Session","id":"98bf8658-3358-44df-918f-119548dfd199","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"session-id","value":"{{session id}}","type":"text"}],"url":"/users/{{userUniqueName}}/destroy-session?lang=en","urlObject":{"path":["users","{{userUniqueName}}","destroy-session"],"host":[""],"query":[{"key":"lang","value":"en"}],"variable":[]}},"response":[],"_postman_id":"98bf8658-3358-44df-918f-119548dfd199"}],"id":"306ac5bc-032a-4c5c-af65-0a20c16381c5","_postman_id":"306ac5bc-032a-4c5c-af65-0a20c16381c5","description":""},{"name":"Address APIs","item":[{"name":"Create address","id":"410a1cfc-9eb8-446e-b426-d2ad2ca0161a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"auth-key","value":"{{authKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"taxNumber\": null,\n    \"stateCode\": \"MP\",\n    \"stateName\": \"Madhya Pradesh\",\n    \"address\": \"hhhh\",\n    \"name\": \"Indore Address\",\n    \"uniqueName\": \"8rp1604503609322\",\n    \"linkEntity\": []\n}"},"url":"/company/companyUniqueName/address","description":"<h1 id=\"this-api-is-used-to-create-address-in-a-company\">This api is used to create address in a company.</h1>\n<p><strong>Path param values:</strong></p>\n<blockquote>\n<ul>\n<li>companyUniqueName: <code>$companyUniquename</code> Unique name of the company. (mandatory)</li>\n</ul>\n</blockquote>\n<p><strong>Body JSON (without tax number)</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n     \"name\": \"Indore Address\",\n     \"stateCode\": \"MP\",\n     \"address\": \"Indore warehouse address\",\n     \"linkEntity\": []\n}\n</code></pre><p><strong>Body JSON (with tax number)</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n     \"name\": \"Indore Address\",\n     \"stateCode\": \"MP\",\n     \"taxNumber\": \"23AADCB2230M1Z2\",\n     \"address\": \"Indore warehouse address\",\n     \"linkEntity\": []\n}\n</code></pre><p><strong>Body JSON (with link entity for linking warehouse and branch)</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n     \"name\": \"Indore Address\",\n     \"stateCode\": \"MP\",\n     \"taxNumber\": \"23AADCB2230M1Z2\",\n     \"address\": \"Indore warehouse address\",\n     \"linkEntity\": [\n        {\n            \"uniqueName\": \"vyi1577252508947\",\n            \"isDefault\": true,\n            \"entity\": \"BRANCH\"\n        },\n        {\n            \"uniqueName\": \"tz11608974107118\",\n            \"isDefault\": false,\n            \"entity\": \"WAREHOUSE\"\n        }\n     ]\n}\n</code></pre><p><strong>Body JSON Description</strong></p>\n<ol>\n<li><strong>name</strong>: <code>$name</code> Name of address. (not mandatory)</li>\n<li><strong>stateCode</strong>:  <code>$stateCode</code> State code of company country. (not mandatory)</li>\n<li><strong>taxNumber</strong>:  <code>$taxNumber</code> TaxNumber of company country. TaxNumber would be GSIN for india and TRN in case of UAE country. (not mandatory)</li>\n<li><strong>address</strong>:  <code>$address</code> Address details. (not mandatory)</li>\n<li><strong>linkEntity</strong>:  <code>$linkEntity</code> Used to link warehouse and branch with adress. (not mandatory)</li>\n<li><strong>linkEntity[i].entity</strong>:  <code>$linkEntity[i].entity</code> Entity name for linking branch or warehouse. Supported value <code>[BRANCH, WAREHOUSE]</code>. (not mandatory)</li>\n<li><strong>linkEntity[i].uniqueName</strong>:  <code>$linkEntity[i].uniqueName</code> Unique name of branch or warehouse. (not mandatory)</li>\n<li><strong>linkEntity[i].isDefault</strong>:  <code>$linkEntity[i].isDefault</code> Setting the address as default address for <code>linkEntity[i].uniqueName</code>. (not mandatory)</li>\n</ol>\n","urlObject":{"path":["company","companyUniqueName","address"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"410a1cfc-9eb8-446e-b426-d2ad2ca0161a"},{"name":"Update address","id":"6c774973-09e7-4599-a9bd-691105e98858","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"auth-key","value":"{{authKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"taxNumber\": null,\n    \"stateCode\": \"MP\",\n    \"stateName\": \"Madhya Pradesh\",\n    \"address\": \"hhhh\",\n    \"name\": \"Indore Address\",\n    \"uniqueName\": \"8rp1604503609322\",\n    \"linkEntity\": []\n}"},"url":"/company/companyUniqueName/address/{{addressUniqueName}}","description":"<h1 id=\"this-api-is-used-to-update-address-in-a-company\">This api is used to update address in a company.</h1>\n<p><strong>Path param values:</strong></p>\n<blockquote>\n<ul>\n<li>companyUniqueName: <code>$companyUniquename</code> Unique name of the company. (mandatory)</li>\n<li>addressUniqueName: <code>$addressUniqueName</code> Unique name of address (mandatory)</li>\n</ul>\n</blockquote>\n<p><strong>Body JSON (without tax number)</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n     \"name\": \"Indore Address\",\n     \"stateCode\": \"MP\",\n     \"address\": \"Indore warehouse address\",\n     \"linkEntity\": []\n}\n</code></pre><p><strong>Body JSON (with tax number)</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n     \"name\": \"Indore Address\",\n     \"stateCode\": \"MP\",\n     \"taxNumber\": \"23AADCB2230M1Z2\",\n     \"address\": \"Indore warehouse address\",\n     \"linkEntity\": []\n}\n</code></pre><p><strong>Body JSON (with link entity for linking warehouse and branch)</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n     \"name\": \"Indore Address\",\n     \"stateCode\": \"MP\",\n     \"taxNumber\": \"23AADCB2230M1Z2\",\n     \"address\": \"Indore warehouse address\",\n     \"linkEntity\": [\n        {\n            \"uniqueName\": \"vyi1577252508947\",\n            \"isDefault\": true,\n            \"entity\": \"BRANCH\"\n        },\n        {\n            \"uniqueName\": \"tz11608974107118\",\n            \"isDefault\": false,\n            \"entity\": \"WAREHOUSE\"\n        }\n     ]\n}\n</code></pre><p><strong>Body JSON Description</strong></p>\n<ol>\n<li><strong>name</strong>: <code>$name</code> Name of address. (not mandatory)</li>\n<li><strong>stateCode</strong>:  <code>$stateCode</code> State code of company country. (not mandatory)</li>\n<li><strong>taxNumber</strong>:  <code>$taxNumber</code> TaxNumber of company country. TaxNumber would be GSIN for india and TRN in case of UAE country. (not mandatory)</li>\n<li><strong>address</strong>:  <code>$address</code> Address details. (not mandatory)</li>\n<li><strong>linkEntity</strong>:  <code>$linkEntity</code> Used to link warehouse and branch with adress. (not mandatory)</li>\n<li><strong>linkEntity[i].entity</strong>:  <code>$linkEntity[i].entity</code> Entity name for linking branch or warehouse. Supported value <code>[BRANCH, WAREHOUSE]</code>. (not mandatory)</li>\n<li><strong>linkEntity[i].uniqueName</strong>:  <code>$linkEntity[i].uniqueName</code> Unique name of branch or warehouse. (not mandatory)</li>\n<li><strong>linkEntity[i].isDefault</strong>:  <code>$linkEntity[i].isDefault</code> Setting the address as default address for <code>linkEntity[i].uniqueName</code>. (not mandatory)</li>\n</ol>\n","urlObject":{"path":["company","companyUniqueName","address","{{addressUniqueName}}"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"6c774973-09e7-4599-a9bd-691105e98858"},{"name":"Get-All address","id":"02b03f98-bc6e-458e-a027-b6d5dfb7b3f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"auth-key","value":"{{authKey}}","type":"text"}],"url":"/company/companyUniqueName/address/all?page=1&count=20","description":"<h1 id=\"this-api-is-used-to-get-the-list-of-addresses-in-a-company\">This api is used to get the list of addresses in a company.</h1>\n<p><strong>Path param values:</strong></p>\n<blockquote>\n<ul>\n<li>companyUniqueName: <code>$companyUniquename</code> Unique name of the company. (mandatory)</li>\n</ul>\n</blockquote>\n<p><strong>Query param values:</strong></p>\n<blockquote>\n<ul>\n<li>page: <code>$NoOfPages</code> (not mandatory)`</li>\n<li>count: <code>$NoOfRecords</code> (not mandatory)`</li>\n</ul>\n</blockquote>\n<p>Note: Default values for not mandatory fields:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code> page = 1\n count = 20\n</code></pre>","urlObject":{"path":["company","companyUniqueName","address","all"],"host":[""],"query":[{"key":"page","value":"1"},{"key":"count","value":"20"}],"variable":[]}},"response":[],"_postman_id":"02b03f98-bc6e-458e-a027-b6d5dfb7b3f9"},{"name":"Get-All address with filters","id":"e396a4dd-ec87-4451-9994-d98627d06085","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"auth-key","value":"{{authKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Indore Address\",\n    \"address\": \"indore\",\n    \"state\": \"Madhy\"\n}","options":{"raw":{"language":"json"}}},"url":"/company/companyUniqueName/address/all?page=1&count=20","description":"<h1 id=\"this-api-is-used-to-get-the-list-of-addresses-in-a-company\">This api is used to get the list of addresses in a company.</h1>\n<p><strong>Path param values:</strong></p>\n<blockquote>\n<ul>\n<li>companyUniqueName: <code>$companyUniquename</code> Unique name of the company. (mandatory)</li>\n</ul>\n</blockquote>\n<p><strong>Query param values:</strong></p>\n<blockquote>\n<ul>\n<li>page: <code>$NoOfPages</code> (not mandatory)`</li>\n<li>count: <code>$NoOfRecords</code> (not mandatory)`</li>\n</ul>\n</blockquote>\n<p><strong>Body JSON</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n     \"name\": \"Indore Address\",\n     \"address\": \"indore\",\n     \"state\": \"Madhya Pradesh\"\n}\n</code></pre><p><strong>Body JSON Description</strong></p>\n<ol>\n<li><strong>name</strong>: <code>$name</code> Like search in Name of address. (not mandatory)</li>\n<li><strong>address</strong>:  <code>$address</code> Like search in Adress details of address. (not mandatory)</li>\n<li><strong>state</strong>: <code>$state</code> Like search in State name of address. (not mandatory)</li>\n</ol>\n<p>Note: Default values for not mandatory fields:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code> page = 1\n count = 20\n</code></pre>","urlObject":{"path":["company","companyUniqueName","address","all"],"host":[""],"query":[{"key":"page","value":"1"},{"key":"count","value":"20"}],"variable":[]}},"response":[],"_postman_id":"e396a4dd-ec87-4451-9994-d98627d06085"},{"name":"Delete address","id":"da669a79-4a76-4acc-bca3-b38f995950c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"auth-key","value":"{{authKey}}","type":"text"}],"url":"/company/companyUniqueName/address/{{addressUniqueName}}","description":"<h1 id=\"this-api-is-used-to-delete-address-in-a-company\">This api is used to delete address in a company.</h1>\n<p><strong>Path param values:</strong></p>\n<blockquote>\n<ul>\n<li>companyUniqueName: <code>$companyUniquename</code> Unique name of the company. (mandatory)</li>\n<li>addressUniqueName: <code>$addressUniqueName</code> Unique name of address (mandatory)</li>\n</ul>\n</blockquote>\n","urlObject":{"path":["company","companyUniqueName","address","{{addressUniqueName}}"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"da669a79-4a76-4acc-bca3-b38f995950c8"}],"id":"51ca2b63-4e4e-4b43-b724-659fcc62f37f","_postman_id":"51ca2b63-4e4e-4b43-b724-659fcc62f37f","description":""},{"name":"Branch APIs","item":[{"name":"Create Branch","id":"0fb83b85-8693-499b-a2b6-ee2b96e5c817","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Auth-Key","value":"{{authKey}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"CommonGST\",\n    \"alias\": \"Indore branch\",\n    \"linkAddresses\": []\n}"},"url":"/company/companyUniqueName/branch","description":"<h1 id=\"this-api-is-used-to-create-branch-in-a-company\">This api is used to create branch in a company.</h1>\n<p><strong>Path param values:</strong></p>\n<blockquote>\n<ul>\n<li>companyUniqueName: <code>$companyUniquename</code> Unique name of the company. (mandatory)</li>\n</ul>\n</blockquote>\n<p><strong>Body JSON (without address linking)</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n     \"name\": \"CommonGST\",\n     \"alias\": \"Indore branch\",\n     \"linkAddresses\": []\n}\n</code></pre><p><strong>Body JSON (with address linking)</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n     \"name\": \"CommonGST\",\n     \"alias\": \"Indore branch\",\n     \"linkAddresses\": [\n         {\n             \"uniqueName\": \"pep1604503609279\",\n             \"isDefault\": false\n         }\n     ]\n}\n</code></pre><p><strong>Body JSON Description</strong></p>\n<ol>\n<li><strong>name</strong>: <code>$name</code> Name of branch. (mandatory)</li>\n<li><strong>alias</strong>: <code>$alias</code> Alias of branch. (mandatory)</li>\n<li><strong>linkEntity</strong>:  <code>$linkEntity</code> Used to link address with warehouse. (not mandatory)</li>\n<li><strong>linkEntity[i].uniqueName</strong>:  <code>$linkEntity[i].uniqueName</code> Unique name of address. (not mandatory)</li>\n<li><strong>linkEntity[i].isDefault</strong>:  <code>$linkEntity[i].isDefault</code> Setting the default address for warehouse. (not mandatory)</li>\n</ol>\n","urlObject":{"path":["company","companyUniqueName","branch"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"0fb83b85-8693-499b-a2b6-ee2b96e5c817"},{"name":"Update Branch","id":"34ea1878-09b4-40d3-8cd0-a6baaf48268c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Auth-Key","value":"{{authKey}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"CommonGST\",\n    \"alias\": \"Indore\",\n    \"branchUniqueName\": branchUniqueName,\n    \"linkAddresses\": []\n}"},"url":"/company/companyUniqueName/branch/branchUniqueName","description":"<h1 id=\"this-api-is-used-to-update-branch-in-a-company\">This api is used to update branch in a company.</h1>\n<p><strong>Path param values:</strong></p>\n<blockquote>\n<ul>\n<li>companyUniqueName: <code>$companyUniquename</code> Unique name of the company. (mandatory)</li>\n<li>branchUniqueName: <code>$branchUniqueName</code> Unique name of the branch. (mandatory)</li>\n</ul>\n</blockquote>\n<p><strong>Body JSON (without address linking)</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n     \"name\": \"CommonGST\",\n     \"alias\": \"Indore branch\",\n     \"branchUniqueName\": branchUniqueName,\n     \"linkAddresses\": []\n}\n</code></pre><p><strong>Body JSON (with address linking)</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n     \"name\": \"CommonGST\",\n     \"alias\": \"Indore branch\",\n     \"branchUniqueName\": branchUniqueName,\n     \"linkAddresses\": [\n         {\n             \"uniqueName\": \"pep1604503609279\",\n             \"isDefault\": false\n         }\n     ]\n}\n</code></pre>","urlObject":{"path":["company","companyUniqueName","branch","branchUniqueName"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"34ea1878-09b4-40d3-8cd0-a6baaf48268c"},{"name":"Get Branch","id":"8acfee7c-ffa5-4a36-8579-9be5a1dd4a03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Auth-Key","value":"{{authKey}}","type":"text"}],"url":"/company/companyUniqueName/branch/branchUniqueName","description":"<h1 id=\"this-api-is-used-to-get-branch-in-a-company\">This api is used to get branch in a company.</h1>\n<p><strong>Path param values:</strong></p>\n<blockquote>\n<ul>\n<li>companyUniqueName: <code>$companyUniquename</code> Unique name of the company. (mandatory)</li>\n<li>branchUniqueName: <code>$branchUniqueName</code> Unique name of the branch. (mandatory)</li>\n</ul>\n</blockquote>\n","urlObject":{"path":["company","companyUniqueName","branch","branchUniqueName"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"8acfee7c-ffa5-4a36-8579-9be5a1dd4a03"},{"name":"Get-All Branch","id":"3a5e6e4c-77ea-462f-8749-bc4140ae7e3c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Auth-Key","value":"{{authKey}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"CommonGST\",\n    \"alias\": \"Indore branch\",\n    \"linkAddresses\": []\n}"},"url":"/company/companyUniqueName/branch","description":"<h1 id=\"this-api-is-used-to-get-the-list-of-branches-in-a-company\">This api is used to get the list of branches in a company.</h1>\n<p><strong>Path param values:</strong></p>\n<blockquote>\n<ul>\n<li>companyUniqueName: <code>$companyUniquename</code> Unique name of the company. (mandatory)</li>\n</ul>\n</blockquote>\n","urlObject":{"path":["company","companyUniqueName","branch"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"3a5e6e4c-77ea-462f-8749-bc4140ae7e3c"}],"id":"3b4eb12a-af5c-4a5c-b8de-947b435ecdae","_postman_id":"3b4eb12a-af5c-4a5c-b8de-947b435ecdae","description":""},{"name":"Warehouse APIs","item":[{"name":"Create warehouse","id":"fd2f9251-c579-46e8-8d6e-b2585531f82e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"auth-key","value":"{{authKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Indore warehouse\",\n    \"linkAddresses\": []\n}"},"url":"/company/companyUniqueName/warehouse?branchUniqueName=branchUniqueName","description":"<h1 id=\"this-api-is-used-to-create-warehouse-in-a-company\">This api is used to create warehouse in a company.</h1>\n<p><strong>Path param values:</strong></p>\n<blockquote>\n<ul>\n<li>companyUniqueName: <code>$companyUniquename</code> Unique name of the company. (mandatory)</li>\n</ul>\n</blockquote>\n<p><strong>Query param values:</strong></p>\n<blockquote>\n<ul>\n<li>branchUniqueName: <code>$branchUniqueName</code> Unique name of the branch. If not provided then warehouse would be created under the HO branch. (not mandatory)</li>\n</ul>\n</blockquote>\n<p><strong>Body JSON (without address linking)</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n     \"name\": \"Indore warehouse\",\n     \"linkAddresses\": []\n}\n</code></pre><p><strong>Body JSON (with address linking)</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n     \"name\": \"Indore warehouse\",\n     \"linkAddresses\": [\n         {\n             \"uniqueName\": \"pep1604503609279\",\n             \"isDefault\": false\n         }\n     ]\n}\n</code></pre><p><strong>Body JSON Description</strong></p>\n<ol>\n<li><strong>name</strong>: <code>$name</code> Name of warehouse. (mandatory)</li>\n<li><strong>linkEntity</strong>:  <code>$linkEntity</code> Used to link address with warehouse. (not mandatory)</li>\n<li><strong>linkEntity[i].uniqueName</strong>:  <code>$linkEntity[i].uniqueName</code> Unique name of address. (not mandatory)</li>\n<li><strong>linkEntity[i].isDefault</strong>:  <code>$linkEntity[i].isDefault</code> Setting the default address for warehouse. (not mandatory)</li>\n</ol>\n","urlObject":{"path":["company","companyUniqueName","warehouse"],"host":[""],"query":[{"key":"branchUniqueName","value":"branchUniqueName"}],"variable":[]}},"response":[],"_postman_id":"fd2f9251-c579-46e8-8d6e-b2585531f82e"},{"name":"Update warehouse","id":"0092a2ce-3059-4ceb-8544-0c55b87b43a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Indore warehouse\",\n    \"linkAddresses\": []\n}"},"url":"/company/companyUniqueName/warehouse/{{warehouseUniqueName}}","description":"<h1 id=\"this-api-is-used-to-update-warehouse-in-a-company\">This api is used to update warehouse in a company.</h1>\n<p><strong>Path param values:</strong></p>\n<blockquote>\n<ul>\n<li>companyUniqueName: <code>$companyUniquename</code> Unique name of the company. (mandatory)</li>\n<li>warehouseUniqueName: <code>$warehouseUniqueName</code> Unique name of the warehouse. (mandatory)</li>\n</ul>\n</blockquote>\n<p><strong>Body JSON (without address linking)</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n     \"name\": \"Indore warehouse\",\n     \"linkAddresses\": []\n}\n</code></pre><p><strong>Body JSON (with address linking)</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n     \"name\": \"Indore warehouse\",\n     \"linkAddresses\": [\n         {\n             \"uniqueName\": \"pep1604503609279\",\n             \"isDefault\": false\n         }\n     ]\n}\n</code></pre><p><strong>Body JSON Description</strong></p>\n<ol>\n<li><strong>name</strong>: <code>$name</code> Name of warehouse. (mandatory)</li>\n<li><strong>linkEntity</strong>:  <code>$linkEntity</code> Used to link address with warehouse. (not mandatory)</li>\n<li><strong>linkEntity[i].uniqueName</strong>:  <code>$linkEntity[i].uniqueName</code> Unique name of address. (not mandatory)</li>\n<li><strong>linkEntity[i].isDefault</strong>:  <code>$linkEntity[i].isDefault</code> Setting the default address for warehouse. (not mandatory)</li>\n</ol>\n","urlObject":{"path":["company","companyUniqueName","warehouse","{{warehouseUniqueName}}"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"0092a2ce-3059-4ceb-8544-0c55b87b43a3"},{"name":"Get warehouse","id":"7ec732a4-44d5-4e40-b7bf-cbcaf413cc68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"uniqueName\": \"tools.libra\",\n    \"name\": \"Rajkumar Ganapathy \",\n    \"email\": \"tools.libra@vakilsearch.com\",\n    \"address\": \"Prince Info Park, A-5th Floor, \\r\\nAmbattur Industrial Estate, Ambattur,\",\n    \"companyName\": \"Uber9 Business Process Services Private Limited\",\n    \"city\": \"Chennai\",\n    \"pincode\": \"600058\",\n    \"mobileNo\": \"919994956496\",\n    \"openingBalance\": 0,\n    \"openingBalanceType\": \"DEBIT\",\n    \"stateCode\": \"33\",\n    \"openingBalanceDate\": \"26-11-2019\",\n    \"gstIn\": \"33AABCU7650C1ZM\"\n}"},"url":"/company/companyUniqueName/warehouse/{{warehouseUniqueName}}","description":"<h1 id=\"this-api-is-used-to-get-warehouse-in-a-company\">This api is used to get warehouse in a company.</h1>\n<p><strong>Path param values:</strong></p>\n<blockquote>\n<ul>\n<li>companyUniqueName: <code>$companyUniquename</code> Unique name of the company. (mandatory)</li>\n<li>warehouseUniqueName: <code>$warehouseUniqueName</code> Unique name of the warehouse. (mandatory)</li>\n</ul>\n</blockquote>\n","urlObject":{"path":["company","companyUniqueName","warehouse","{{warehouseUniqueName}}"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"7ec732a4-44d5-4e40-b7bf-cbcaf413cc68"},{"name":"Get-All warehouse","id":"6896c684-68bb-4025-8a09-2201d5288281","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"auth-key","value":"{{authKey}}","type":"text"}],"url":"/company/companyUniqueName/warehouse/all?page=1&count=20&q=","description":"<h1 id=\"this-api-is-used-to-get-the-list-of-warehouses-in-a-company\">This api is used to get the list of warehouses in a company.</h1>\n<p><strong>Path param values:</strong></p>\n<blockquote>\n<ul>\n<li>companyUniqueName: <code>$companyUniquename</code> Unique name of the company. (mandatory)</li>\n</ul>\n</blockquote>\n<p><strong>Query param values:</strong></p>\n<blockquote>\n<ul>\n<li>page: <code>$NoOfPages</code> (not mandatory)</li>\n<li>count: <code>$NoOfRecords</code> (not mandatory)</li>\n<li>q: <code>$q</code> Like search on warehouse name, unique name. (not mandatory)</li>\n</ul>\n</blockquote>\n<p>Note: Default values for not mandatory fields:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code> page = 1\n count = 20\n q = \"\"\n</code></pre>","urlObject":{"path":["company","companyUniqueName","warehouse","all"],"host":[""],"query":[{"key":"page","value":"1"},{"key":"count","value":"20"},{"key":"q","value":""}],"variable":[]}},"response":[],"_postman_id":"6896c684-68bb-4025-8a09-2201d5288281"}],"id":"09a1bb0e-f31e-4894-85a7-2be5ebe6f793","_postman_id":"09a1bb0e-f31e-4894-85a7-2be5ebe6f793","description":""},{"name":"Account Apis","item":[{"name":"Create Account","id":"bee3b36b-0324-4151-9ed1-cd9a92fa65e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Auth-Key","type":"text","value":"{{authkey}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"activeGroupUniqueName\": \"sundrydebtors\",\n    \"name\": \"Customer\",\n    \"uniqueName\": \"\",\n    \"openingBalanceType\": \"CREDIT\",\n    \"foreignOpeningBalance\": \"0\",\n    \"openingBalance\": \"0\",\n    \"mobileNo\": \"\",\n    \"mobileCode\": \"\",\n    \"email\": \"\",\n    \"companyName\": \"\",\n    \"attentionTo\": \"\",\n    \"description\": \"\",\n    \"addresses\": [\n        {\n            \"gstNumber\": \"\",\n            \"address\": \"405-406, Capt. C. S. Naidu Arcade Near Greater Kailash Hospital 10/2, 10/2, New Palasia, Indore, Woking, Madhya Pradesh \",\n            \"state\": {\n                \"code\": \"MP\",\n                \"name\": \"\",\n                \"stateGstCode\": \"\"\n            },\n            \"stateCode\": \"23\",\n            \"isDefault\": false,\n            \"isComposite\": false,\n            \"partyType\": \"NOT APPLICABLE\"\n        }\n    ],\n    \"country\": {\n        \"countryCode\": \"IN\"\n    },\n    \"currency\": \"INR\",\n    \"closingBalanceTriggerAmount\": \"\",\n    \"closingBalanceTriggerAmountType\": \"CREDIT\",\n    \"customFields\": []\n}"},"url":"/v2/company/companyUniqueName/groups/sundrydebtors/accounts","description":"<h1 id=\"this-api-will-be-used-to-create-an-account\">This api will be used to create an account.</h1>\n<p>Mandatory Keys:</p>\n<ul>\n<li>name</li>\n<li>addresses (for Sundry Debtors / Creditors)</li>\n</ul>\n","urlObject":{"path":["v2","company","companyUniqueName","groups","sundrydebtors","accounts"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"65c3bdc0-1b96-43f7-852d-62450e4e134f","name":"Create Account Success Example","originalRequest":{"method":"POST","header":[{"key":"Auth-Key","type":"text","value":"{{authkey}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"activeGroupUniqueName\": \"sundrydebtors\",\n  \"name\": \"Test Account\",\n  \"uniqueName\": \"\",\n  \"openingBalanceType\": \"CREDIT\",\n  \"foreignOpeningBalance\": \"0\",\n  \"openingBalance\": \"0\",\n  \"mobileNo\": \"\",\n  \"mobileCode\": \"\",\n  \"email\": \"\",\n  \"companyName\": \"\",\n  \"attentionTo\": \"\",\n  \"description\": \"\",\n  \"addresses\": [\n    {\n      \"gstNumber\": \"\",\n      \"address\": \"\",\n      \"state\": {\n        \"code\": \"JK\",\n        \"name\": \"\",\n        \"stateGstCode\": \"\"\n      },\n      \"stateCode\": \"01\",\n      \"isDefault\": false,\n      \"isComposite\": false,\n      \"partyType\": \"NOT APPLICABLE\"\n    }\n  ],\n  \"country\": {\n    \"countryCode\": \"IN\"\n  },\n  \"currency\": \"INR\",\n  \"closingBalanceTriggerAmountType\": \"CREDIT\"\n}","options":{"raw":{"language":"json"}}},"url":"/v2/company/companyUniqueName/groups/sundrydebtors/accounts"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"body\": {\n        \"tagNames\": null,\n        \"mobileCode\": null,\n        \"country\": {\n            \"countryName\": \"India\",\n            \"countryCode\": \"IN\"\n        },\n        \"currency\": \"INR\",\n        \"currencySymbol\": \"₹\",\n        \"description\": \"\",\n        \"email\": null,\n        \"addresses\": [\n            {\n                \"gstNumber\": \"\",\n                \"address\": \"\",\n                \"stateCode\": \"JK\",\n                \"isDefault\": true,\n                \"partyType\": \"NOT APPLICABLE\",\n                \"isComposite\": false,\n                \"gstinStatus\": \"UNKNOWN\",\n                \"state\": {\n                    \"stateGstCode\": \"01\",\n                    \"name\": \"Jammu and Kashmir\",\n                    \"code\": \"JK\"\n                },\n                \"stateName\": \"Jammu and Kashmir\",\n                \"stateGstCode\": \"01\",\n                \"stateCodeString\": \"01\"\n            }\n        ],\n        \"emails\": [],\n        \"createdBy\": {\n            \"name\": \"Rajat Gupta\",\n            \"email\": \"rajat@walkover.in\",\n            \"uniqueName\": \"rajat@walkover.in\",\n            \"mobileNo\": null,\n            \"isVerified\": true\n        },\n        \"city\": null,\n        \"countryName\": \"India\",\n        \"openingBalance\": 0,\n        \"uniqueName\": \"testaccount\",\n        \"yodleeAdded\": false,\n        \"openingBalanceDate\": \"01-04-2019\",\n        \"updatedAt\": \"13-07-2020 06:20:17\",\n        \"updatedBy\": {\n            \"name\": \"Rajat Gupta\",\n            \"email\": \"rajat@walkover.in\",\n            \"uniqueName\": \"rajat@walkover.in\",\n            \"mobileNo\": null,\n            \"isVerified\": true\n        },\n        \"createdAt\": \"13-07-2020 06:20:17\",\n        \"stocks\": null,\n        \"pincode\": null,\n        \"hsnNumber\": null,\n        \"sacNumber\": null,\n        \"attentionTo\": \"\",\n        \"mobileNo\": null,\n        \"discounts\": [],\n        \"openingBalanceType\": \"CREDIT\",\n        \"rowNumber\": null,\n        \"foreignOpeningBalance\": 0,\n        \"isFixed\": false,\n        \"cashFreeVirtualAccountData\": {\n            \"virtualAccountNumber\": null,\n            \"ifscCode\": null,\n            \"name\": null\n        },\n        \"accountType\": \"Debtors\",\n        \"applicableTaxes\": [],\n        \"accountBankDetails\": [],\n        \"parentGroups\": [\n            {\n                \"uniqueName\": \"currentassets\",\n                \"name\": \"Current Assets\"\n            },\n            {\n                \"uniqueName\": \"sundrydebtors\",\n                \"name\": \"Sundry Debtors\"\n            }\n        ],\n        \"mergedAccounts\": \"\",\n        \"closingBalanceTriggerAmount\": null,\n        \"closingBalanceTriggerAmountType\": null,\n        \"successMessageForBankDetails\": null,\n        \"errorMessageForBankDetails\": null,\n        \"successMessageForCashFreeVirtualAccount\": null,\n        \"errorMessageForCashFreeVirtualAccount\": null,\n        \"name\": \"Test Account\"\n    }\n}"},{"id":"938d216b-3150-427c-8ea3-a7d40ddc6c80","name":"Create Account Error Example","originalRequest":{"method":"POST","header":[{"key":"Auth-Key","type":"text","value":"{{authkey}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"activeGroupUniqueName\": \"sundrydebtors\",\n    \"name\": \"Test Account\",\n    \"uniqueName\": \"jhscdhhc222{\",\n    \"openingBalanceType\": \"CREDIT\",\n    \"foreignOpeningBalance\": \"0\",\n    \"openingBalance\": \"0\",\n    \"mobileNo\": \"\",\n    \"mobileCode\": \"\",\n    \"email\": \"\",\n    \"companyName\": \"\",\n    \"attentionTo\": \"\",\n    \"description\": \"\",\n    \"addresses\": [\n        {\n            \"gstNumber\": \"\",\n            \"address\": \"\",\n            \"state\": {\n                \"code\": \"JK\",\n                \"name\": \"\",\n                \"stateGstCode\": \"\"\n            },\n            \"stateCode\": \"01\",\n            \"isDefault\": false,\n            \"isComposite\": false,\n            \"partyType\": \"NOT APPLICABLE\"\n        }\n    ],\n    \"country\": {\n        \"countryCode\": \"IN\"\n    },\n    \"currency\": \"INR\",\n    \"closingBalanceTriggerAmountType\": \"CREDIT\"\n}"},"url":"/v2/company/companyUniqueName/groups/sundrydebtors/accounts"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"error\",\n    \"code\": \"INVALID_UNIQUE_NAME\",\n    \"message\": \"Unique Name must contain only lowercase characters, numbers and special characters !#@.$%'*+=?^_`[]~-\"\n}"}],"_postman_id":"bee3b36b-0324-4151-9ed1-cd9a92fa65e4"},{"name":"Get Account Balance","id":"c0b23db3-230a-4ea8-8620-4b5d6f3685d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Auth-Key","type":"text","value":"{{authkey}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"/v2/company/companyUniqueName/accounts/accountUniqueName/balance?from=01-01-2019&to=31-01-2019&accountCurrency=true&branchUniqueName=branchUniqueName","description":"<p>API: Get Account Balance API:\nDescription: This API will return account balance to user.</p>\n<p>Path Variables:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code> companyUniqueName = $companyUniquename (mandatory)\n accountUniqueName = $accountUniqueName (mandatory)\n</code></pre><p>Url Parameters:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code> from = $from (conditionally mandatory) [Please provide from and to (dates) if we need to fetch report for a specific time period]\n to = $to (conditionally mandatory) [Please provide from and to (dates) if we need to fetch report for a specific time period]\n accountCurrency = $boolean (True:if we need data in account currency | False: if we need data in company currency)\n branchUniqueName = $branchUniqueName Unique name of the branch. (not mandatory)\n</code></pre><p>Note: Default values for not mendatory fields:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code> from = $(today - 1 month)\n to = $(today)\n</code></pre>","urlObject":{"path":["v2","company","companyUniqueName","accounts","accountUniqueName","balance"],"host":[""],"query":[{"key":"from","value":"01-01-2019"},{"key":"to","value":"31-01-2019"},{"key":"accountCurrency","value":"true"},{"key":"branchUniqueName","value":"branchUniqueName"}],"variable":[]}},"response":[{"id":"cf6fe00b-896f-4ffb-a008-2990a5adf7d4","name":"Get Account Balance","originalRequest":{"method":"GET","header":[{"key":"Auth-Key","type":"text","value":"{{authkey}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":{"raw":"{{apitesturl}}/v2/company/companyUniqueName/accounts/accountUniqueName/balance?from=01-01-2019&to=31-01-2019&accountCurrency=true","host":["{{apitesturl}}"],"path":["v2","company","companyUniqueName","accounts","accountUniqueName","balance"],"query":[{"key":"from","value":"01-01-2019"},{"key":"to","value":"31-01-2019"},{"key":"accountCurrency","value":"true"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.1"},{"key":"Date","value":"Tue, 01 Oct 2019 11:56:51 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"error\",\n    \"code\": \"ACCOUNT_NOT_FOUND\",\n    \"message\": \"We apologize we cannot honor your request, Please make sure account with uniqueName 'accountUniqueName' exist and you have appropriate permissions.\"\n}"}],"_postman_id":"c0b23db3-230a-4ea8-8620-4b5d6f3685d5"},{"name":"patch account api v2","id":"1f1751d7-fda7-417b-8782-fb5ade2f4371","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"auth-key","value":"{{authkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"companyName\": \"Ratan Kumar\",\n    \"city\": \"Jhansi\",\n    \"pincode\": \"284003\",\n    \"addresses\": [\n        {\n            \"address\": \"Jhansi\",\n            \"gstNumber\": \"09BUBPK0768F1ZN\",\n            \"stateCode\": \"09\",\n            \"isDefault\": true,\n            \"isComposite\": false,\n            \"partyType\": \"NOT APPLICABLE\"\n        }\n    ]\n}"},"url":"/v2/company/companyUniqueName/groups/sundrydebtors/accounts/leena","urlObject":{"path":["v2","company","companyUniqueName","groups","sundrydebtors","accounts","leena"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"1f1751d7-fda7-417b-8782-fb5ade2f4371"},{"name":"Update account api v2","id":"36498d61-c417-4bc6-9112-111e2d98bbf4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"auth-key","value":"{{authkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"activeGroupUniqueName\": \"sundrydebtors\",\n    \"name\": \"Customer\",\n    \"uniqueName\": \"customer\",\n    \"openingBalanceType\": \"CREDIT\",\n    \"foreignOpeningBalance\": \"0\",\n    \"openingBalance\": \"0\",\n    \"mobileNo\": \"\",\n    \"mobileCode\": \"\",\n    \"email\": null,\n    \"companyName\": \"\",\n    \"attentionTo\": \"\",\n    \"description\": \"\",\n    \"addresses\": [\n        {\n            \"gstNumber\": \"\",\n            \"address\": \"405-406, Capt. C. S. Naidu Arcade Near Greater Kailash Hospital 10/2, 10/2, New Palasia, Indore, Woking, Madhya Pradesh \",\n            \"state\": {\n                \"code\": \"MP\",\n                \"name\": \"Madhya Pradesh\",\n                \"stateGstCode\": \"23\"\n            },\n            \"stateCode\": \"23\",\n            \"isDefault\": true,\n            \"isComposite\": false,\n            \"partyType\": \"NOT APPLICABLE\"\n        }\n    ],\n    \"country\": {\n        \"countryCode\": \"IN\"\n    },\n    \"currency\": \"INR\",\n    \"closingBalanceTriggerAmount\": null,\n    \"closingBalanceTriggerAmountType\": null,\n    \"customFields\": []\n}"},"url":"/v2/company/companyUniqueName/groups/{{groupUniqueName}}/accounts/accountUniqueName","description":"<h1 id=\"update-account-api-v2\">Update account api v2</h1>\n<p><strong>Path param values:</strong></p>\n<blockquote>\n<ul>\n<li>companyUniqueName: <code>$companyUniquename</code> Unique name of the company. (mandatory)</li>\n<li>groupUniqueName: <code>$groupUniqueName</code> Unique name of the group. (mandatory)</li>\n<li>accountUniqueName: <code>$accountUniqueName</code> Unique name of the account. (mandatory)</li>\n</ul>\n</blockquote>\n","urlObject":{"path":["v2","company","companyUniqueName","groups","{{groupUniqueName}}","accounts","accountUniqueName"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"36498d61-c417-4bc6-9112-111e2d98bbf4"},{"name":"Delete account api","id":"1945ba68-72bd-48dd-a5c5-0989d90917cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"auth-key","value":"{{authkey}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"/v2/company/companyUniqueName/groups/{{groupUniqueName}}/accounts/accountUniqueName","description":"<h1 id=\"update-account-api-v2\">Update account api v2</h1>\n<p><strong>Path param values:</strong></p>\n<blockquote>\n<ul>\n<li>companyUniqueName: <code>$companyUniquename</code> Unique name of the company. (mandatory)</li>\n<li>groupUniqueName: <code>$groupUniqueName</code> Unique name of the group. (mandatory)</li>\n<li>accountUniqueName: <code>$accountUniqueName</code> Unique name of the account. (mandatory)</li>\n</ul>\n</blockquote>\n","urlObject":{"path":["v2","company","companyUniqueName","groups","{{groupUniqueName}}","accounts","accountUniqueName"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"1945ba68-72bd-48dd-a5c5-0989d90917cf"},{"name":"Create Group","id":"2cd37079-ecd7-44fd-aa2a-f3c615957e2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"accept","value":"application/json"},{"key":"Auth-Key","value":"{{authkey}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Test\",\n    \"uniqueName\": \"test\",\n    \"description\": \"\",\n    \"closingBalanceTriggerAmount\": 0,\n    \"closingBalanceTriggerAmountType\": \"CREDIT\",\n    \"parentGroupUniqueName\": \"sundrydebtors\",\n    \"path\": []\n}","options":{"raw":{"language":"json"}}},"url":"/company/companyUniqueName/groups","description":"<p>Mandatory fields - </p>\n<ul>\n<li>name</li>\n<li>parentGroupUniqueName</li>\n</ul>\n","urlObject":{"path":["company","companyUniqueName","groups"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"b0c135f0-cc1c-4ad1-94bb-ae2cc829c82d","name":"Create Group Success Example","originalRequest":{"method":"POST","header":[{"key":"accept","value":"application/json"},{"key":"Auth-Key","value":"{{authkey}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Test\",\n    \"uniqueName\": \"test\",\n    \"description\": \"\",\n    \"closingBalanceTriggerAmount\": 0,\n    \"closingBalanceTriggerAmountType\": \"CREDIT\",\n    \"parentGroupUniqueName\": \"sundrydebtors\",\n    \"path\": []\n}","options":{"raw":{"language":"json"}}},"url":"/company/companyUniqueName/groups"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"body\": {\n        \"tagNames\": null,\n        \"rowNum\": null,\n        \"groups\": [],\n        \"description\": \"\",\n        \"fixed\": false,\n        \"ssnNumber\": null,\n        \"applicableTaxes\": [],\n        \"createdAt\": \"05-08-2020 04:49:57\",\n        \"uniqueName\": \"test\",\n        \"updatedAt\": \"05-08-2020 04:49:57\",\n        \"updatedBy\": {\n            \"name\": \"Rajat Gupta\",\n            \"email\": \"rajat@walkover.in\",\n            \"uniqueName\": \"rajat@walkover.in\",\n            \"isVerified\": true\n        },\n        \"createdBy\": {\n            \"name\": \"Rajat Gupta\",\n            \"email\": \"rajat@walkover.in\",\n            \"uniqueName\": \"rajat@walkover.in\",\n            \"isVerified\": true\n        },\n        \"hsnNumber\": null,\n        \"userEntityRoles\": [],\n        \"synonyms\": null,\n        \"emails\": [],\n        \"closingBalanceTriggerAmount\": 0,\n        \"closingBalanceTriggerAmountType\": \"CREDIT\",\n        \"name\": \"Test\"\n    }\n}"}],"_postman_id":"2cd37079-ecd7-44fd-aa2a-f3c615957e2d"},{"name":"Update Group","id":"a3e908eb-115b-4dc9-881c-51e087cb7207","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Auth-Key","value":"{{authkey}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"test Group name\",\n    \"uniqueName\": \"testgroupuniquename\",\n    \"description\": \"\",\n    \"closingBalanceTriggerAmount\": 0,\n    \"closingBalanceTriggerAmountType\": \"CREDIT\"\n}","options":{"raw":{"language":"json"}}},"url":"/company/companyUniqueName/groups/{{groupUniqueName}}","urlObject":{"path":["company","companyUniqueName","groups","{{groupUniqueName}}"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"127ab92c-e0fd-4da1-ad3e-1783f68ae443","name":"Update Group Success Example","originalRequest":{"method":"PUT","header":[{"key":"Auth-Key","value":"{{authkey}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"test Group name\",\n    \"uniqueName\": \"testgroupuniquename\",\n    \"description\": \"\",\n    \"closingBalanceTriggerAmount\": 0,\n    \"closingBalanceTriggerAmountType\": \"CREDIT\"\n}","options":{"raw":{"language":"json"}}},"url":"/company/companyUniqueName/groups/{{groupUniqueName}}"},"code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"body\": {\n        \"tagNames\": [],\n        \"rowNum\": null,\n        \"groups\": [],\n        \"description\": \"\",\n        \"fixed\": false,\n        \"ssnNumber\": null,\n        \"applicableTaxes\": [],\n        \"createdAt\": \"09-07-2020 09:02:33\",\n        \"uniqueName\": \"test Group name\",\n        \"updatedAt\": \"06-08-2020 08:57:51\",\n        \"updatedBy\": {\n            \"name\": \"Rajat Gupta\",\n            \"email\": \"rajat@walkover.in\",\n            \"uniqueName\": \"rajat@walkover.in\",\n            \"isVerified\": true\n        },\n        \"createdBy\": {\n            \"name\": \"Rajat Gupta\",\n            \"email\": \"rajat@walkover.in\",\n            \"uniqueName\": \"rajat@walkover.in\",\n            \"isVerified\": true\n        },\n        \"hsnNumber\": null,\n        \"userEntityRoles\": [],\n        \"synonyms\": null,\n        \"emails\": [],\n        \"closingBalanceTriggerAmount\": 0,\n        \"closingBalanceTriggerAmountType\": \"CREDIT\",\n        \"name\": \"testgroupuniquename\"\n    }\n}"}],"_postman_id":"a3e908eb-115b-4dc9-881c-51e087cb7207"},{"name":"Delete Group","id":"24bcf6d1-a105-4015-bda2-6f6629a40eb3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Auth-Key","value":"{{authkey}}"}],"url":"/company/companyUniqueName/groups/{{groupUniqueName}}","description":"<p>It will delete all accounts of the group</p>\n","urlObject":{"path":["company","companyUniqueName","groups","{{groupUniqueName}}"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"c11bdaf4-617c-49fe-b3cd-e4b5be0bc9ed","name":"Delete Group Success Example","originalRequest":{"method":"DELETE","header":[{"key":"Auth-Key","value":"{{authkey}}"}],"url":"/company/companyUniqueName/groups/{{groupUniqueName}}"},"code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"body\": \"Group deleted successfully\"\n}"}],"_postman_id":"24bcf6d1-a105-4015-bda2-6f6629a40eb3"}],"id":"3879c22d-79f9-418c-a62f-1bc0babdce66","_postman_id":"3879c22d-79f9-418c-a62f-1bc0babdce66","description":""},{"name":"Entry Apis V2","item":[{"name":"Service","item":[{"name":"Create Entry - with tax and discount","id":"6ed2ec06-0127-4156-98a6-2d4f970a6dbc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Auth-key","value":"{{authkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"transactions\": [\n        {\n            \"amount\": 1200,\n            \"particular\": \"sales\",\n            \"taxes\": [\n                \"{{taxUniqueName}}\"\n            ],\n            \"total\": 1200,\n            \"type\": \"DEBIT\",\n            \"discounts\": [\n                {\n                    \"discountType\": \"PERCENTAGE\",\n                    \"discountValue\": 10\n                }\n            ]            \n        }\n    ],\n    \"voucherType\": \"sales\",\n    \"entryDate\": \"05-02-2024\",\n    \"description\": \"Testing description\",\n    \"generateInvoice\": false,\n    \"chequeNumber\": \"\",\n    \"chequeClearanceDate\": \"\",\n    \"tdsTcsTaxesSum\": 0,\n    \"otherTaxesSum\": 0,\n    \"otherTaxType\": \"tcs\",\n    \"exchangeRate\": 1\n}","options":{"raw":{"language":"json"}}},"url":"/company/companyUniqueName/accounts/accountUniqueName/ledgers-v2?voucherVersion=2","description":"<h1 id=\"this-api-will-be-used-to-create-an-entry\">This api will be used to create an entry.</h1>\n<p><strong>Path param values:</strong></p>\n<ul>\n<li>companyUniqueName: <code>companyUniqueName</code> Unique name of the company. (mandatory)</li>\n<li>accountUniqueName: <code>accountUniqueName</code> Unique name of the account. (mandatory)</li>\n</ul>\n<p><strong>Query param values:</strong></p>\n<ul>\n<li>branchUniqueName: <code>branchUniqueName</code> Unique name of the branch. If not provided then entry would be created under HO branch. (not mandatory)</li>\n<li>voucherVersion: <code>2</code> is version of the company. (mandatory)</li>\n</ul>\n<p><strong>JSON Body:</strong></p>\n<ul>\n<li><p>taxUniqueName: Unique name of tax. If not provided entry would be created without taxes. (not mandatory)</p>\n</li>\n<li><p>discountType: Supported values <code>PERCENTAGE and VALUE</code></p>\n</li>\n</ul>\n","urlObject":{"path":["company","companyUniqueName","accounts","accountUniqueName","ledgers-v2"],"host":[""],"query":[{"key":"voucherVersion","value":"2"},{"disabled":true,"key":"branchUniqueName","value":"branchUniqueName"}],"variable":[]}},"response":[],"_postman_id":"6ed2ec06-0127-4156-98a6-2d4f970a6dbc"},{"name":"Update Entry","id":"829adcd7-034b-4c41-90b2-cb0aed571b29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Auth-key","value":"{{authkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"transactions\": [\n       {\n           \"amount\": 100,\n           \"particular\": \"sales\",\n           \"type\": \"DEBIT\"\n       }\n   ],\n   \"voucherType\": \"sales\",\n   \"entryDate\": \"28-02-2022\",\n   \"description\": \"\",\n   \"generateInvoice\": false,\n   \"exchangeRate\": 100,\n   \"valuesInAccountCurrency\": true\n}\n","options":{"raw":{"language":"json"}}},"url":"/company/companyUniqueName/accounts/accountUniqueName/ledgers/{{entryUniqueName}}?voucherVersion=2","description":"<h1 id=\"this-api-will-be-used-to-update-an-entry\">This api will be used to update an entry.</h1>\n<p><strong>Path param values:</strong></p>\n<ul>\n<li>companyUniqueName: <code>companyUniqueName</code> Unique name of the company. (mandatory)</li>\n<li>accountUniqueName: <code>accountUniqueName</code> Unique name of the account. (mandatory)</li>\n<li>entryUniqueName: <code>entryUniqueName</code> Unique name of the entry. (mandatory)</li>\n</ul>\n<p><strong>Query param values:</strong></p>\n<ul>\n<li>branchUniqueName: <code>branchUniqueName</code> Unique name of the branch. If not provided then entry would be created under HO branch. (not mandatory)</li>\n<li>voucherVersion: <code>2</code> is version of the company. (mandatory)</li>\n</ul>\n<p><strong>JSON Body:</strong></p>\n<ul>\n<li>taxUniqueName: Unique name of the tax. If not provided, entry would be created without tax. (not mandatory)</li>\n</ul>\n","urlObject":{"path":["company","companyUniqueName","accounts","accountUniqueName","ledgers","{{entryUniqueName}}"],"host":[""],"query":[{"disabled":true,"key":"branchUniqueName","value":"{branchUniqueName}"},{"key":"voucherVersion","value":"2"}],"variable":[]}},"response":[],"_postman_id":"829adcd7-034b-4c41-90b2-cb0aed571b29"},{"name":"Delete Entry","id":"54942623-a976-49e0-a270-fd6a59e5e160","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Auth-key","value":"{{authkey}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"/company/companyUniqueName/accounts/accountUniqueName/entries/{{entryUniqueName}}?voucherVersion=2","description":"<h1 id=\"this-api-will-be-used-to-delete-an-entry\">This api will be used to delete an entry.</h1>\n<p><strong>Path param values:</strong></p>\n<blockquote>\n<ul>\n<li>companyUniqueName: <code>companyUniqueName</code> Unique name of the company. (mandatory)</li>\n<li>accountUniqueName: <code>$accountUniqueName</code> Unique name of the account. (mandatory)</li>\n<li>entryUniqueName: <code>entryUniqueName</code> Unique name of the entry. (mandatory)</li>\n</ul>\n</blockquote>\n<p><strong>Query param values:</strong></p>\n<blockquote>\n<ul>\n<li>branchUniqueName: <code>branchUniqueName</code> Unique name of the branch. If not provided then voucher would be created under the HO branch. (not mandatory)</li>\n<li>voucherVersion: <code>2</code> is version of the company. (mandatory)</li>\n</ul>\n</blockquote>\n","urlObject":{"path":["company","companyUniqueName","accounts","accountUniqueName","entries","{{entryUniqueName}}"],"host":[""],"query":[{"key":"voucherVersion","value":"2"},{"disabled":true,"key":"branchUniqueName","value":"branchUniqueName"}],"variable":[]}},"response":[],"_postman_id":"54942623-a976-49e0-a270-fd6a59e5e160"},{"name":"Get Entry","id":"7477cd30-8993-4bbd-81a2-c6b3ff78228e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Auth-key","value":"{{authkey}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"/company/companyUniqueName/accounts//accountUniqueName/ledgers/{{entryUniqueName}}?baseRef=true&voucherVersion=2&lang=en","description":"<p><strong>Path param values:</strong></p>\n<blockquote>\n<ul>\n<li>companyUniqueName: <code>companyUniqueName</code> Unique name of the company. (mandatory)</li>\n<li>accountUniqueName: <code>accountUniqueName</code> Unique name of the account. (mandatory)</li>\n<li>entryUniqueName: <code>entryUniqueName</code> Unique name of the entry. (mandatory)</li>\n</ul>\n</blockquote>\n<p><strong>Query param values:</strong></p>\n<blockquote>\n<ul>\n<li>branchUniqueName: <code>branchUniqueName</code> Unique name of the branch. If not provided then voucher would be created under the HO branch. (not mandatory)</li>\n<li>voucherVersion: <code>2</code> is version of the company. (mandatory)</li>\n</ul>\n</blockquote>\n","urlObject":{"path":["company","companyUniqueName","accounts","","accountUniqueName","ledgers","{{entryUniqueName}}"],"host":[""],"query":[{"key":"baseRef","value":"true"},{"key":"voucherVersion","value":"2"},{"key":"lang","value":"en"}],"variable":[]}},"response":[],"_postman_id":"7477cd30-8993-4bbd-81a2-c6b3ff78228e"},{"name":"Advance Receipt Entry with GST and TDS","id":"b946aea3-5e09-47da-beef-fd859e17e708","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Auth-key","value":"{{authkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"transactions\": [\n        {\n            \"amount\": 1120,\n            \"particular\": \"cash\",\n            \"taxes\": [\"gst12\", \"tdsrc2\"],\n            \"type\": \"CREDIT\",\n            \"subVoucher\": \"ADVANCE_RECEIPT\"\n        }\n    ],\n    \"voucherType\": \"rcpt\",\n    \"entryDate\": \"31-05-2022\",\n    \"generateInvoice\": true\n}","options":{"raw":{"language":"json"}}},"url":"/company/companyUniqueName/accounts/accountUniqueName/ledgers-v2/?voucherVersion=2&lang=en","description":"<p><strong>Path param values:</strong></p>\n<blockquote>\n<ul>\n<li>companyUniqueName: <code>companyUniqueName</code> Unique name of the company. (mandatory)</li>\n<li>accountUniqueName: <code>accountUniqueName</code> Unique name of the account. (mandatory)</li>\n</ul>\n</blockquote>\n<p><strong>Query param values:</strong></p>\n<blockquote>\n<ul>\n<li>branchUniqueName: <code>branchUniqueName</code> Unique name of the branch. If not provided then voucher would be created under the HO branch. (not mandatory)</li>\n<li>voucherVersion: <code>2</code> is version of the company. (mandatory)</li>\n</ul>\n</blockquote>\n","urlObject":{"path":["company","companyUniqueName","accounts","accountUniqueName","ledgers-v2",""],"host":[""],"query":[{"key":"voucherVersion","value":"2"},{"disabled":true,"key":"branchUniqueName","value":"branchUniqueName"},{"key":"lang","value":"en"}],"variable":[]}},"response":[],"_postman_id":"b946aea3-5e09-47da-beef-fd859e17e708"},{"name":"Advance Receipt Entry with TDS","id":"08de83fa-314e-44ba-9562-cba2a19c7db8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Auth-key","value":"{{authkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"transactions\": [\n        {\n            \"amount\": 1020,\n            \"particular\": \"cash\",\n            \"taxes\": [\"tdsrc2\"],\n            \"type\": \"CREDIT\",\n            \"subVoucher\": \"ADVANCE_RECEIPT\"\n        }\n    ],\n    \"voucherType\": \"rcpt\",\n    \"entryDate\": \"31-05-2022\",\n    \"generateInvoice\": true\n}","options":{"raw":{"language":"json"}}},"url":"company/companyUniqueName/accounts/accountUniqueName/ledgers-v2/?voucherVersion=2&lang=en","description":"<p><strong>Path param values:</strong></p>\n<blockquote>\n<ul>\n<li>companyUniqueName: <code>companyUniqueName</code> Unique name of the company. (mandatory)</li>\n<li>accountUniqueName: <code>$accountUniqueName</code> Unique name of the account. (mandatory)</li>\n</ul>\n</blockquote>\n<p><strong>Query param values:</strong></p>\n<blockquote>\n<ul>\n<li>branchUniqueName: <code>branchUniqueName</code> Unique name of the branch. If not provided then voucher would be created under the HO branch. (not mandatory)</li>\n<li>voucherVersion: <code>2</code> is version of the company. (mandatory)</li>\n</ul>\n</blockquote>\n","urlObject":{"path":["companyUniqueName","accounts","accountUniqueName","ledgers-v2",""],"host":["company"],"query":[{"key":"voucherVersion","value":"2"},{"disabled":true,"key":"branchUniqueName","value":"branchUniqueName"},{"key":"lang","value":"en"}],"variable":[]}},"response":[],"_postman_id":"08de83fa-314e-44ba-9562-cba2a19c7db8"},{"name":"Advance Receipt Entry with GST","id":"755e5b6e-00c6-433c-abd5-7e5237a19bcd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Auth-key","value":"{{authkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"transactions\": [\n        {\n            \"amount\": 1020,\n            \"particular\": \"cash\",\n            \"taxes\": [\"tdsrc2\"],\n            \"type\": \"CREDIT\",\n            \"subVoucher\": \"ADVANCE_RECEIPT\"\n        }\n    ],\n    \"voucherType\": \"rcpt\",\n    \"entryDate\": \"31-05-2022\",\n    \"generateInvoice\": true\n}","options":{"raw":{"language":"json"}}},"url":"/company/companyUniqueName/accounts/accountUniqueName/ledgers-v2/?voucherVersion=2&lang=en","description":"<p><strong>Path param values:</strong></p>\n<blockquote>\n<ul>\n<li>companyUniqueName: <code>companyUniqueName</code> Unique name of the company. (mandatory)</li>\n<li>accountUniqueName: <code>$accountUniqueName</code> Unique name of the account. (mandatory)</li>\n</ul>\n</blockquote>\n<p><strong>Query param values:</strong></p>\n<blockquote>\n<ul>\n<li>branchUniqueName: <code>branchUniqueName</code> Unique name of the branch. If not provided then voucher would be created under the HO branch. (not mandatory)</li>\n<li>voucherVersion: <code>2</code> is version of the company. (mandatory)</li>\n</ul>\n</blockquote>\n","urlObject":{"path":["company","companyUniqueName","accounts","accountUniqueName","ledgers-v2",""],"host":[""],"query":[{"key":"voucherVersion","value":"2"},{"disabled":true,"key":"branchUniqueName","value":"branchUniqueName"},{"key":"lang","value":"en"}],"variable":[]}},"response":[],"_postman_id":"755e5b6e-00c6-433c-abd5-7e5237a19bcd"}],"id":"cbb747a1-aee0-4882-b257-946605983058","_postman_id":"cbb747a1-aee0-4882-b257-946605983058","description":""},{"name":"stock","item":[{"name":"Create Entry","id":"8c76c7a4-3d82-4bad-8dce-f574ea2cd8af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Auth-key","value":"{{authkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"transactions\": [\n        {\n            \"amount\": 120,\n            \"particular\": \"sales\",\n            \"taxes\": [\n                \"{{taxUniqueName}}\"\n            ],\n            \"total\": 120,\n            \"convertedTotal\": 120,\n            \"isStock\": true,\n            \"convertedRate\": 120,\n            \"convertedAmount\": 120,\n            \"type\": \"DEBIT\",\n            \"discounts\": [\n                {\n                    \"discountType\": \"PERCENTAGE\",\n                    \"discountValue\": 10\n                }\n            ],\n            \"inventory\": {\n                \"stock\": {\n                    \"name\": \"pen 12\",\n                    \"uniqueName\": \"{{stockUniqueName}}\"\n                },\n                \"variant\": {\n                    \"uniqueName\": \"{{variantUniqueName}}\"\n                },\n                \"quantity\": 1,\n                \"unit\": {\n                    \"stockUnitCode\": \"nos\",\n                    \"code\": \"nos\",\n                    \"rate\": 120,\n                    \"stockUnitUniqueName\": \"nos\",\n                    \"highPrecisionRate\": 120\n                },\n                \"warehouse\": {\n                    \"name\": \"\",\n                    \"uniqueName\": \"{{warehouseUniqueName}}\"\n                }\n            }\n        }\n    ],\n    \"voucherType\": \"sales\",\n    \"entryDate\": \"05-02-2024\",\n    \"description\": \"\",\n    \"generateInvoice\": false,\n    \"chequeNumber\": \"\",\n    \"chequeClearanceDate\": \"\",\n    \"compoundTotal\": 120.96\n}","options":{"raw":{"language":"json"}}},"url":"/company/companyUniqueName/accounts/accountUniqueName/ledgers-v2?voucherVersion=2","description":"<h1 id=\"this-api-will-be-used-to-create-an-entry-for-stock\">This api will be used to create an entry for stock.</h1>\n<p><strong>Path param values:</strong></p>\n<ul>\n<li>companyUniqueName: <code>companyUniqueName</code> Unique name of the company. (mandatory)</li>\n<li>accountUniqueName: <code>accountUniqueName</code> Unique name of the account. (mandatory)</li>\n</ul>\n<p><strong>Query param values:</strong></p>\n<ul>\n<li>branchUniqueName: <code>branchUniqueName</code> Unique name of the branch. If not provided then entry would be created under HO branch. (not mandatory)</li>\n<li>voucherVersion: <code>2</code> is version of the company. (mandatory)</li>\n</ul>\n<p><strong>JSON Body:</strong></p>\n<ul>\n<li><p>taxUniqueName: Unique name of tax. If not provided entry would be created without taxes. (not mandatory)</p>\n</li>\n<li><p>discountType: Supported values <code>PERCENTAGE and VALUE</code></p>\n</li>\n<li><p>stockUniqueName: Unique name of the stock. (mandatory)</p>\n</li>\n<li><p>variantUniqueName: Unique name of the variant. If not provided entry would be created with default variant. (not mandatory)</p>\n</li>\n<li><p>warehouseUniqueName: Unique name of the warehouse. If not provided entry would be created in default warehouse. (not mandatory)</p>\n</li>\n</ul>\n","urlObject":{"path":["company","companyUniqueName","accounts","accountUniqueName","ledgers-v2"],"host":[""],"query":[{"key":"voucherVersion","value":"2"},{"disabled":true,"key":"branchUniqueName","value":"branchUniqueName"}],"variable":[]}},"response":[],"_postman_id":"8c76c7a4-3d82-4bad-8dce-f574ea2cd8af"},{"name":"Update Entry","id":"4ddb6e63-61ff-4699-af62-ad5319ba4c75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Auth-key","value":"{{authkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"transactions\": [\n        {\n            \"particular\": {\n                \"name\": \"Sales (pen 12)\",\n                \"uniqueName\": \"sales\",\n                \"currency\": {\n                    \"code\": \"INR\",\n                    \"symbol\": \"₹\"\n                },\n                \"category\": \"income\",\n                \"parentGroups\": [\n                    {\n                        \"name\": \"Revenue From Operations\",\n                        \"uniqueName\": \"revenuefromoperations\"\n                    },\n                    {\n                        \"name\": \"Sales\",\n                        \"uniqueName\": \"sales\"\n                    }\n                ]\n            },\n            \"amount\": 100,\n            \"type\": \"DEBIT\",\n            \"inventory\": {\n                \"quantity\": 1,\n                \"amount\": 1,\n                \"rate\": 100,\n                \"unit\": {\n                    \"name\": \"Number\",\n                    \"code\": \"nos\",\n                    \"uniqueName\": \"nos\"\n                },\n                \"skuCode\": null,\n                \"warehouse\": {\n                    \"name\": \"Old Warehouse\",\n                    \"uniqueName\": \"{{warehouseUniqueName}}\"\n                },\n                \"stock\": {\n                    \"name\": \"pen 12\",\n                    \"uniqueName\": \"{{stockUniqueName}}\"\n                },\n                \"variant\": {\n                    \"name\": \"pen 12\",\n                    \"uniqueName\": \"{{variantUniqueName}}\"\n                }\n            },\n            \"unitRate\": [\n                {\n                    \"rate\": 1,\n                    \"stockUnitCode\": \"nos\",\n                    \"stockUnitName\": \"Number\",\n                    \"stockUnitUniqueName\": \"nos\",\n                    \"code\": \"nos\"\n                }\n            ]\n        }\n    ],\n    \"total\": 90,\n    \"particular\": {\n        \"name\": \"Kriti\",\n        \"uniqueName\": \"accountUniqueName\",\n        \"currency\": {\n            \"code\": \"INR\",\n            \"symbol\": \"₹\"\n        }\n      \n    },\n    \"particularType\": \"Debtors\",\n    \"discounts\": [\n        {\n            \"discountType\": \"FIX_AMOUNT\",\n            \"discountValue\": 10\n        }\n    ],\n    \"entryDate\": \"05-02-2024\",\n    \"chequeNumber\": \"\",\n    \"chequeClearanceDate\": \"\",\n    \"description\": \"\",\n    \"uniqueName\": \"{{entryUniqueName}}\",\n    \"taxes\": [\n        \"{{taxUniqueName}}\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"/company/companyUniqueName/accounts/accountUniqueName/ledgers/{{entryUniqueName}}?voucherVersion=2","description":"<h1 id=\"this-api-will-be-used-to-update-an-entry\">This api will be used to update an entry.</h1>\n<p><strong>Path param values:</strong></p>\n<ul>\n<li>companyUniqueName: <code>companyUniqueName</code> Unique name of the company. (mandatory)</li>\n<li>accountUniqueName: <code>accountUniqueName</code> Unique name of the account. (mandatory)</li>\n<li>entryUniqueName: <code>entryUniqueName</code> Unique name of the entry. (mandatory)</li>\n</ul>\n<p><strong>Query param values:</strong></p>\n<ul>\n<li>branchUniqueName: <code>branchUniqueName</code> Unique name of the branch. If not provided then entry would be created under HO branch. (not mandatory)</li>\n<li>voucherVersion: <code>2</code> is version of the company. (mandatory)</li>\n</ul>\n<p><strong>JSON Body:</strong></p>\n<ul>\n<li>taxUniqueName: Unique name of the tax. If not provided, entry would be created without tax. (not mandatory)</li>\n<li>stockUniqueName: Unique name of the stock. (mandatory)</li>\n<li>variantUniqueName: Unique name of the variant. If not provided entry would be created with default variant. (not mandatory)</li>\n<li>warehouseUniqueName: Unique name of the warehouse. If not provided entry would be created in default warehouse. (not mandatory)</li>\n</ul>\n","urlObject":{"path":["company","companyUniqueName","accounts","accountUniqueName","ledgers","{{entryUniqueName}}"],"host":[""],"query":[{"disabled":true,"key":"branchUniqueName","value":"branchUniqueName"},{"key":"voucherVersion","value":"2"}],"variable":[]}},"response":[],"_postman_id":"4ddb6e63-61ff-4699-af62-ad5319ba4c75"},{"name":"Get Entry","id":"e8911c8f-4c25-4a47-ac13-751cbb74c094","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Auth-key","value":"{{authkey}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"/company/companyUniqueName/accounts//accountUniqueName/ledgers/{{entryUniqueName}}?baseRef=true&voucherVersion=2&lang=en","description":"<p><strong>Path param values:</strong></p>\n<blockquote>\n<ul>\n<li>companyUniqueName: <code>companyUniqueName</code> Unique name of the company. (mandatory)</li>\n<li>accountUniqueName: <code>accountUniqueName</code> Unique name of the account. (mandatory)</li>\n<li>entryUniqueName: <code>entryUniqueName</code> Unique name of the entry. (mandatory)</li>\n</ul>\n</blockquote>\n<p><strong>Query param values:</strong></p>\n<blockquote>\n<ul>\n<li>branchUniqueName: <code>branchUniqueName</code> Unique name of the branch. If not provided then voucher would be created under the HO branch. (not mandatory)</li>\n<li>voucherVersion: <code>2</code> is version of the company. (mandatory)</li>\n</ul>\n</blockquote>\n","urlObject":{"path":["company","companyUniqueName","accounts","","accountUniqueName","ledgers","{{entryUniqueName}}"],"host":[""],"query":[{"key":"baseRef","value":"true"},{"key":"voucherVersion","value":"2"},{"key":"lang","value":"en"}],"variable":[]}},"response":[],"_postman_id":"e8911c8f-4c25-4a47-ac13-751cbb74c094"},{"name":"Delete Entry","id":"dc901a6f-105d-4bc3-a31a-ba219438e854","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Auth-key","value":"{{authkey}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"/company/companyUniqueName/accounts/accountUniqueName/entries/{{entryUniqueName}}?voucherVersion=2","description":"<h1 id=\"this-api-will-be-used-to-delete-an-entry\">This api will be used to delete an entry.</h1>\n<p><strong>Path param values:</strong></p>\n<blockquote>\n<ul>\n<li>companyUniqueName: <code>companyUniqueName</code> Unique name of the company. (mandatory)</li>\n<li>accountUniqueName: <code>$accountUniqueName</code> Unique name of the account. (mandatory)</li>\n<li>entryUniqueName: <code>entryUniqueName</code> Unique name of the entry. (mandatory)</li>\n</ul>\n</blockquote>\n<p><strong>Query param values:</strong></p>\n<blockquote>\n<ul>\n<li>branchUniqueName: <code>branchUniqueName</code> Unique name of the branch. If not provided then voucher would be created under the HO branch. (not mandatory)</li>\n<li>voucherVersion: <code>2</code> is version of the company. (mandatory)</li>\n</ul>\n</blockquote>\n","urlObject":{"path":["company","companyUniqueName","accounts","accountUniqueName","entries","{{entryUniqueName}}"],"host":[""],"query":[{"key":"voucherVersion","value":"2"},{"disabled":true,"key":"branchUniqueName","value":"branchUniqueName"}],"variable":[]}},"response":[],"_postman_id":"dc901a6f-105d-4bc3-a31a-ba219438e854"}],"id":"1bfde4d5-9b3a-4d61-a1aa-76d6f6087069","_postman_id":"1bfde4d5-9b3a-4d61-a1aa-76d6f6087069","description":""},{"name":"Bulk delete","id":"6ac804fb-99b3-4b4c-8869-a2dca55e4aca","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-length":true,"host":true,"user-agent":true,"accept":true,"accept-encoding":true,"connection":true}},"request":{"method":"DELETE","header":[{"key":"auth-key","value":"{{authKey}}"}],"body":{"mode":"raw","raw":"{\n    \"entryUniqueNames\": [\n        \"{{entryUniqueName}}\",\n        \"{{entryUniqueName}}\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"/company/companyUniqueName/accounts/accountUniqueName/entries?voucherVersion=2&lang=en&branchUniqueName=branchUniqueName","description":"<h1 id=\"this-api-will-be-used-to-delete-bulk-entries\">This api will be used to delete bulk entries.</h1>\n<p><strong>Path param values:</strong></p>\n<ul>\n<li>companyUniqueName: <code>companyUniqueName</code> Unique name of the company. (mandatory)</li>\n<li>accountUniqueName: <code>accountUniqueName</code> Unique name of the account. (mandatory)</li>\n</ul>\n<p><strong>Query param values:</strong></p>\n<ul>\n<li>branchUniqueName: <code>branchUniqueName</code> Unique name of the branch. If not provided then entry would be created under HO branch. (not mandatory)</li>\n<li>voucherVersion: <code>2</code> is version of the company. (mandatory)</li>\n</ul>\n<p><strong>JSON Body:</strong></p>\n<ul>\n<li>entryUniqueNames: is the list of entry unique names which needs to be deleted. (mandatory)</li>\n</ul>\n","urlObject":{"path":["company","companyUniqueName","accounts","accountUniqueName","entries"],"host":[""],"query":[{"key":"voucherVersion","value":"2"},{"key":"lang","value":"en"},{"key":"branchUniqueName","value":"branchUniqueName"}],"variable":[]}},"response":[],"_postman_id":"6ac804fb-99b3-4b4c-8869-a2dca55e4aca"},{"name":"Attach file","id":"6038d0f7-b779-4db7-b37e-39ba25bf8924","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"connection":true,"accept-encoding":true,"accept":true,"user-agent":true,"host":true,"content-length":true}},"request":{"method":"POST","header":[{"key":"auth-key","value":"{{authKey}}"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null},{"key":"entries","value":"{{entryUniqueName}}, {{entryUniqueName}}","type":"text"}]},"url":"/company/companyUniqueName/ledger/upload?voucherVersion=2&lang=en","urlObject":{"path":["company","companyUniqueName","ledger","upload"],"host":[""],"query":[{"key":"voucherVersion","value":"2"},{"key":"lang","value":"en"}],"variable":[]}},"response":[],"_postman_id":"6038d0f7-b779-4db7-b37e-39ba25bf8924"}],"id":"ec17c9b0-615f-46c9-b47d-164805e2d5e3","_postman_id":"ec17c9b0-615f-46c9-b47d-164805e2d5e3","description":""},{"name":"Voucher Apis V2","item":[{"name":"Service","item":[{"name":"Create voucher","id":"1a268ddd-de02-4187-afa7-ae15218bd646","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Auth-Key","value":"{{authKey}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"number\": null,\n   \"type\": \"sales\",\n   \"uniqueName\": null,\n   \"attachedFiles\": [],\n   \"attachedFileName\": null,\n   \"roundOffApplicable\": true,\n   \"updateAccountDetails\": false,\n   \"valuesInAccountCurrency\": true,\n   \"exchangeRate\": 100,\n   \"dueDate\": \"18-02-2022\",\n   \"date\": \"18-02-2022\",\n   \"account\": {\n       \"name\": \"John\",\n       \"uniqueName\": \"accountUniqueName\",\n       \"customerName\": \"john\",\n       \"attentionTo\": \"\",\n       \"currency\": {\n           \"code\": \"INR\",\n           \"symbol\": \"₹\"\n       },\n       \"billingDetails\": {\n           \"country\": {\n               \"code\": \"IN\"\n           },\n           \"state\": {\n               \"name\": \"\",\n               \"code\": \"MP\"\n           },\n           \"taxNumber\": \"\",\n           \"address\": []\n       },\n       \"shippingDetails\": {\n           \"country\": {\n               \"name\": \"IND\",\n               \"code\": \"IN\"\n           },\n           \"state\": {\n               \"name\": \"\",\n               \"code\": \"MP\"\n           },\n           \"taxNumber\": \"\",\n           \"address\": []\n       }\n   },\n   \"entries\": [\n       {\n           \"transactions\": [\n               {\n                   \"account\": {\n                       \"uniqueName\": \"sales\"\n                   },\n                   \"amount\": {\n                       \"amountForAccount\": 100\n                   }\n               }\n           ],\n           \"date\": \"18-02-2022\"\n       }\n   ],\n   \"warehouse\": null,\n   \"deposit\": {\n       \"accountUniqueName\": \"cash\",\n       \"amountForAccount\": 100\n   }\n}\n","options":{"raw":{"language":"json"}}},"url":"/v4/company/companyUniqueName/accounts/accountUniqueName/vouchers/generate?branchUniqueName=branchUniqueName&voucherVersion=2&lang=en","description":"<h1 id=\"this-api-will-be-used-to-create-a-voucher\">This api will be used to create a voucher.</h1>\n<p><strong>Path param values:</strong></p>\n<ul>\n<li>companyUniqueName: <code>companyUniqueName</code> Unique name of the company. (mandatory)</li>\n<li>accountUniqueName: <code>accountUniqueName</code> Unique name of the account. (mandatory)</li>\n</ul>\n<p><strong>Query param values:</strong></p>\n<ul>\n<li>branchUniqueName: <code>branchUniqueName</code> Unique name of the branch. If not provided then voucher would be created under the HO branch. (not mandatory)</li>\n<li>voucherVersion: <code>2</code> is version of the company. (mandatory)</li>\n</ul>\n<p>JSON Body -</p>\n<blockquote>\n<p>&lt;ul &gt;&lt;li &gt;&lt;p &gt;deposit: This parameter is used to pass the deposit amount and account against voucher. This should only be passed if wants to adjust voucher. This is not mandatory parameter.&lt;/p&gt;&lt;/li&gt;&lt;li &gt;&lt;p &gt;adjustments: This parameter is used to pass the adjustments against voucher. This should only be passed if wants to adjust voucher. This is not mandatory parameter.&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;</p>\n</blockquote>\n","urlObject":{"path":["v4","company","companyUniqueName","accounts","accountUniqueName","vouchers","generate"],"host":[""],"query":[{"key":"branchUniqueName","value":"branchUniqueName"},{"key":"voucherVersion","value":"2"},{"key":"lang","value":"en"}],"variable":[]}},"response":[],"_postman_id":"1a268ddd-de02-4187-afa7-ae15218bd646"},{"name":"Update Voucher","id":"f5208233-ae95-45d0-b953-11a117144edd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Auth-key","value":"{{authkey}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"number\": null,\n   \"type\": \"sales\",\n   \"uniqueName\": null,\n   \"mergePB\": false,\n   \"passportNumber\": null,\n   \"subVoucher\": \"\",\n   \"attachedFiles\": [],\n   \"attachedFileName\": null,\n   \"roundOffApplicable\": true,\n   \"updateAccountDetails\": false,\n   \"templateDetails\": null,\n   \"status\": null,\n   \"referenceVoucher\": {\n       \"uniqueName\": \"\"\t\t\t\n   },\n   \"valuesInAccountCurrency\": true,\n   \"exchangeRate\": 100,\n   \"dueDate\": \"18-02-2022\",\n   \"date\": \"18-02-2022\",\n   \"touristSchemeApplicable\": false,\n   \"company\": {\n       \"name\": \"Gaurav_IND\",\n       \"uniqueName\": \"gauravind1\",\n       \"currency\": {\n           \"code\": \"INR\",\n           \"symbol\": \"₹\"\n       },\n       \"billingDetails\": {\n           \"country\": {\n               \"name\": \"India\",\n               \"code\": \"IN\"\n           },\n           \"address\": []\n       },\n       \"shippingDetails\": {\n           \"country\": {\n               \"name\": \"India\",\n               \"code\": \"IN\"\n           },\n           \"address\": []\n       }\n   },\n   \"account\": {\n       \"name\": \"John\",\n       \"uniqueName\": \"john\",\n       \"customerName\": \"john\",\n       \"attentionTo\": \"\",\n       \"currency\": {\n           \"code\": \"INR\",\n           \"symbol\": \"₹\"\n       },\n       \"billingDetails\": {\n           \"country\": {\n               \"code\": \"IN\"\n           },\n           \"state\": {\n               \"name\": \"\",\n               \"code\": \"MP\"\n           },\n           \"taxNumber\": \"\",\n           \"address\": []\n       },\n       \"shippingDetails\": {\n           \"country\": {\n               \"name\": \"India\",\n               \"code\": \"IN\"\n           },\n           \"state\": {\n               \"name\": \"\",\n               \"code\": \"MP\"\n           },\n           \"taxNumber\": \"\",\n           \"address\": []\n       }\n   },\n   \"entries\": [\n       {\n           \"transactions\": [\n               {\n                   \"account\": {\n                       \"uniqueName\": \"sales\"\n                   },\n                   \"amount\": {\n                       \"amountForAccount\": 200\n                   }\n               }\n           ],\n           \"date\": \"18-02-2022\"\n       }\n   ],\n   \"warehouse\": null,\n   \"deposit\": {\n       \"accountUniqueName\": \"cash\",\n       \"amountForAccount\": 100\n   },\n   \"adjustments\": [\n       {\n           \"uniqueName\": \"\",\n           \"amount\": {\n               \"amountForAccount\": 100\n           }\n       }\n   ]\n}\n","options":{"raw":{"language":"json"}}},"url":"/v4/company/companyUniqueName/accounts/accountUniqueName/vouchers?voucherVersion=2&lang=en","description":"<h1 id=\"this-api-will-be-used-to-update-a-voucher\">This api will be used to update a voucher.</h1>\n<p><strong>Path param values:</strong></p>\n<blockquote>\n<ul>\n<li>companyUniqueName: <code>companyUniqueName</code> Unique name of the company. (mandatory)</li>\n<li>accountUniqueName: <code>accountUniqueName</code> Unique name of the account. (mandatory)</li>\n</ul>\n</blockquote>\n<p><strong>Query param values:</strong></p>\n<blockquote>\n<ul>\n<li>branchUniqueName: <code>branchUniqueName</code> Unique name of the branch. If not provided then voucher would be created under the HO branch. (not mandatory)</li>\n<li>voucherVersion: <code>2</code> is version of the company. (mandatory)</li>\n</ul>\n</blockquote>\n<p>JSON Body -</p>\n<blockquote>\n<ul>\n<li>deposit: This parameter is used to pass the deposit amount and account against voucher. This should only be passed if wants to adjust voucher. This is not mandatory parameter.</li>\n<li>adjustments: This parameter is used to pass the adjustments against voucher. This should only be passed if wants to adjust voucher. This is not mandatory parameter.</li>\n</ul>\n</blockquote>\n","urlObject":{"path":["v4","company","companyUniqueName","accounts","accountUniqueName","vouchers"],"host":[""],"query":[{"disabled":true,"key":"branchUniqueName","value":"branchUniqueName"},{"key":"voucherVersion","value":"2"},{"key":"lang","value":"en"}],"variable":[]}},"response":[],"_postman_id":"f5208233-ae95-45d0-b953-11a117144edd"},{"name":"Delete Voucher","id":"939350e0-156f-4140-9f09-4e3cc6a93ad7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Auth-key","value":"{{authkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"voucherType\": null,\n   \"uniqueName\": null\n}\n","options":{"raw":{"language":"json"}}},"url":"/company/companyUniqueName/accounts/accountUniqueName/vouchers?branchUniqueName=branchUniqueName&voucherVersion=2&lang=en","description":"<h1 id=\"this-api-will-be-used-to-delete-a-voucher\">This api will be used to delete a voucher.</h1>\n<p><strong>Path param values:</strong></p>\n<blockquote>\n<ul>\n<li>companyUniqueName: <code>companyUniqueName</code> Unique name of the company. (mandatory)</li>\n<li>accountUniqueName: <code>accountUniqueName</code> Unique name of the account. (mandatory)</li>\n</ul>\n</blockquote>\n<p><strong>Query param values:</strong></p>\n<blockquote>\n<ul>\n<li>branchUniqueName: <code>branchUniqueName</code> Unique name of the branch. If not provided then voucher would be created under the HO branch. (not mandatory)</li>\n<li>voucherVersion: <code>2</code> is version of the company. (mandatory)</li>\n</ul>\n</blockquote>\n<p>JSON Body -</p>\n<blockquote>\n<ul>\n<li>voucherTypes: This parameter is used to provide voucher type which is going to delete (not mandatory)</li>\n<li>uniqueName: unique name of the voucher (mandatory)</li>\n</ul>\n</blockquote>\n","urlObject":{"path":["company","companyUniqueName","accounts","accountUniqueName","vouchers"],"host":[""],"query":[{"key":"branchUniqueName","value":"branchUniqueName"},{"key":"voucherVersion","value":"2"},{"key":"lang","value":"en"}],"variable":[]}},"response":[],"_postman_id":"939350e0-156f-4140-9f09-4e3cc6a93ad7"},{"name":"Get Voucher","id":"978deffb-4e2c-435c-9a97-b4155bf48c56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Auth-Key","value":"{{authkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"number\": \"20220502-7\",\n    \"type\": \"sales\",\n    \"uniqueName\": \"riavk1658249502528\"\n}","options":{"raw":{"language":"json"}}},"url":"/v4/company/companyUniqueName/accounts/accountUniqueName/vouchers?voucherVersion=2&lang=en","description":"<h1 id=\"this-api-will-be-used-to-get-a-voucher\">This api will be used to get a voucher.</h1>\n<p><strong>Path param values:</strong></p>\n<blockquote>\n<ul>\n<li>companyUniqueName: <code>companyUniqueName</code> Unique name of the company. (mandatory)</li>\n<li>accountUniqueName: <code>accountUniqueName</code> Unique name of the account. (mandatory)</li>\n</ul>\n</blockquote>\n<p><strong>Query param values:</strong></p>\n<blockquote>\n<ul>\n<li>branchUniqueName: <code>branchUniqueName</code> Unique name of the branch. If not provided then voucher would be created under the HO branch. (not mandatory)</li>\n<li>voucherVersion: <code>2</code> is version of the company. (mandatory)</li>\n</ul>\n</blockquote>\n","urlObject":{"path":["v4","company","companyUniqueName","accounts","accountUniqueName","vouchers"],"host":[""],"query":[{"disabled":true,"key":"branchUniqueName","value":"branchUniqueName"},{"key":"voucherVersion","value":"2"},{"key":"lang","value":"en"}],"variable":[]}},"response":[],"_postman_id":"978deffb-4e2c-435c-9a97-b4155bf48c56"}],"id":"bca549bb-88ea-4484-9e72-fc38dece3171","_postman_id":"bca549bb-88ea-4484-9e72-fc38dece3171","description":""},{"name":"Stock","item":[{"name":"Create voucher","id":"7531b89d-e3d9-4884-9e9f-08f62153a428","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Auth-Key","value":"{{authkey}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"account\": {\n        \"billingDetails\": {\n            \"state\": {\n                \"code\": \"JK\"\n            }\n        },\n        \"shippingDetails\": {\n            \"state\": {\n                \"code\": \"JK\"\n            }\n        },\n        \"uniqueName\": \"accountUniqueName\",\n        \"email\": \"kriti@giddh.com\",\n        \"attentionTo\": \"Kriti Jain\",\n        \"customerName\": \"Bhopal debtor\"\n    },\n    \"updateAccountDetails\": false,\n    \"entries\": [\n        {\n            \"transactions\": [\n                {\n                    \"account\": {\n                        \"uniqueName\": \"sales\",\n                        \"name\": \"Sales\"\n                    },\n                    \"amount\": {\n                        \"type\": \"DEBIT\",\n                        \"amountForAccount\": 3000\n                    },\n                    \"stock\": {\n                        \"quantity\": 1,\n                        \"name\": \"HSN\",\n                        \"uniqueName\": \"{{stockUniqueName}}\",\n                        \"rate\": {\n                            \"rateForAccount\": 3000\n                        },\n                        \"stockUnit\": {\n                            \"uniqueName\": \"nos\",\n                            \"code\": \"nos\"\n                        },\n                        \"variant\": {\n                            \"name\": \"HSN\",\n                            \"uniqueName\": \"{{variantUniqueName}}\"\n                        }\n                    }\n                }\n            ],\n            \"date\": \"05-02-2024\",\n            \"taxes\": [\n                {\n                    \"uniqueName\": \"{{taxUniqueName}}\",\n                    \"calculationMethod\": \"OnTaxableAmount\"\n                }\n            ],\n            \"hsnNumber\": \"\",\n            \"description\": \"Testing description\",\n            \"voucherType\": \"sales\",\n            \"discounts\": [\n                {\n                    \"calculationMethod\": \"PERCENTAGE\",\n                    \"amount\": {\n                        \"type\": \"DEBIT\",\n                        \"amountForAccount\": 10\n                    },\n                    \"discountValue\": 10\n                }\n            ]\n        }\n    ],\n    \"date\": \"05-02-2024\",\n    \"type\": \"sales\",\n    \"exchangeRate\": 1,\n    \"dueDate\": \"05-02-2024\",\n    \"deposit\": {\n        \"type\": \"DEBIT\",\n        \"accountUniqueName\": \"{{depositAccountUniqueName}}\",\n        \"amountForAccount\": 3186\n    },\n    \"warehouse\": {\n        \"name\": \"Old Warehouse\",\n        \"uniqueName\": \"{{warehouseUniqueName}}\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"/v4/company/companyUniqueName/accounts/accountUniqueName/vouchers/generate?voucherVersion=2&lang=en","description":"<h1 id=\"this-api-will-be-used-to-create-a-voucher\">This api will be used to create a voucher.</h1>\n<p><strong>Path param values:</strong></p>\n<ul>\n<li>companyUniqueName: <code>companyUniqueName</code> Unique name of the company. (mandatory)</li>\n<li>accountUniqueName: <code>accountUniqueName</code> Unique name of the account. (mandatory)</li>\n</ul>\n<p><strong>Query param values:</strong></p>\n<ul>\n<li>branchUniqueName: <code>branchUniqueName</code> Unique name of the branch. If not provided then voucher would be created under the HO branch. (not mandatory)</li>\n<li>voucherVersion: <code>2</code> is version of the company. (mandatory)</li>\n</ul>\n<p>JSON Body -</p>\n<blockquote>\n<p>&lt;ul &gt;&lt;li &gt;&lt;p &gt;deposit: This parameter is used to pass the deposit amount and account against voucher. This should only be passed if wants to adjust voucher. This is not mandatory parameter.&lt;/p&gt;&lt;/li&gt;&lt;li &gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</p>\n</blockquote>\n","urlObject":{"path":["v4","company","companyUniqueName","accounts","accountUniqueName","vouchers","generate"],"host":[""],"query":[{"disabled":true,"key":"branchUniqueName","value":"branchUniqueName"},{"key":"voucherVersion","value":"2"},{"key":"lang","value":"en"}],"variable":[]}},"response":[],"_postman_id":"7531b89d-e3d9-4884-9e9f-08f62153a428"},{"name":"Update Voucher","id":"fabd2748-d5ba-4a94-95d4-d4c9f681bbbd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Auth-key","value":"{{authkey}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"account\": {\n        \"billingDetails\": {\n            \"state\": {\n                \"code\": \"JK\"\n            }\n        },\n        \"shippingDetails\": {\n            \"state\": {\n                \"code\": \"JK\"\n            }\n        },\n        \"email\": \"kriti@giddh.com\",\n        \"attentionTo\": \"Kriti Jain\",\n        \"uniqueName\": \"accountUniqueName\",\n        \"customerName\": \"Bhopal debtor\"\n    },\n    \"updateAccountDetails\": false,\n    \"entries\": [\n        {\n            \"transactions\": [\n                {\n                    \"account\": {\n                        \"uniqueName\": \"sales\",\n                        \"name\": \"Sales\"\n                    },\n                    \"amount\": {\n                        \"type\": \"DEBIT\",\n                        \"amountForAccount\": 6000\n                    },\n                    \"stock\": {\n                        \"quantity\": 2,\n                        \"name\": \"HSN\",\n                        \"uniqueName\": \"{{stockUniqueName}}\",\n                        \"rate\": {\n                            \"rateForAccount\": 3000\n                        },\n                        \"stockUnit\": {\n                            \"uniqueName\": \"nos\",\n                            \"code\": \"nos\"\n                        },\n                        \"variant\": {\n                            \"name\": \"HSN\",\n                            \"uniqueName\": \"{{variantUniqueName}}\"\n                        },\n                        \"taxInclusive\": false\n                    }\n                }\n            ],\n            \"date\": \"05-02-2024\",\n            \"taxes\": [\n                {\n                    \"uniqueName\": \"{{taxUniqueName}}\",\n                    \"calculationMethod\": \"OnTaxableAmount\"\n                }\n            ],\n            \"hsnNumber\": \"121312\",\n            \"description\": \"Testing description\",\n            \"uniqueName\": \"{{entryUniqueName}}\",\n            \"voucherType\": \"sales\",\n            \"discounts\": [\n            ]\n        }\n    ],\n    \"date\": \"05-02-2024\",\n    \"type\": \"sales\",\n    \"exchangeRate\": 1,\n    \"dueDate\": \"05-02-2024\",\n    \"number\": \"{{voucherNumber}}\",\n    \"uniqueName\": \"{{voucherUniqueName}}\",\n    \"roundOffApplicable\": true,\n    \"adjustments\": [],\n    \"warehouse\": {\n        \"name\": \"Old Warehouse\",\n        \"uniqueName\": \"{{warehouseUniqueName}}\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"/v4/company/companyUniqueName/accounts/accountUniqueName/vouchers?voucherVersion=2&lang=en","description":"<h1 id=\"this-api-will-be-used-to-update-a-voucher\">This api will be used to update a voucher.</h1>\n<p><strong>Path param values:</strong></p>\n<blockquote>\n<ul>\n<li>companyUniqueName: <code>companyUniqueName</code> Unique name of the company. (mandatory)</li>\n<li>accountUniqueName: <code>accountUniqueName</code> Unique name of the account. (mandatory)</li>\n</ul>\n</blockquote>\n<p><strong>Query param values:</strong></p>\n<blockquote>\n<ul>\n<li>branchUniqueName: <code>branchUniqueName</code> Unique name of the branch. If not provided then voucher would be created under the HO branch. (not mandatory)</li>\n<li>voucherVersion: <code>2</code> is version of the company. (mandatory)</li>\n</ul>\n</blockquote>\n<p>JSON Body -</p>\n<blockquote>\n<ul>\n<li>deposit: This parameter is used to pass the deposit amount and account against voucher. This should only be passed if wants to adjust voucher. This is not mandatory parameter.</li>\n<li>adjustments: This parameter is used to pass the adjustments against voucher. This should only be passed if wants to adjust voucher. This is not mandatory parameter.</li>\n</ul>\n</blockquote>\n","urlObject":{"path":["v4","company","companyUniqueName","accounts","accountUniqueName","vouchers"],"host":[""],"query":[{"disabled":true,"key":"branchUniqueName","value":"branchUniqueName"},{"key":"voucherVersion","value":"2"},{"key":"lang","value":"en"}],"variable":[]}},"response":[],"_postman_id":"fabd2748-d5ba-4a94-95d4-d4c9f681bbbd"},{"name":"Get Voucher","id":"f87d228c-54f4-4166-9bf9-2611d341faf8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Auth-Key","value":"{{authkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"number\": \"20220502-7\",\n    \"type\": \"sales\",\n    \"uniqueName\": \"riavk1658249502528\"\n}","options":{"raw":{"language":"json"}}},"url":"/v4/company/companyUniqueName/accounts/accountUniqueName/vouchers?voucherVersion=2&lang=en","description":"<h1 id=\"this-api-will-be-used-to-get-a-voucher\">This api will be used to get a voucher.</h1>\n<p><strong>Path param values:</strong></p>\n<blockquote>\n<ul>\n<li>companyUniqueName: <code>companyUniqueName</code> Unique name of the company. (mandatory)</li>\n<li>accountUniqueName: <code>accountUniqueName</code> Unique name of the account. (mandatory)</li>\n</ul>\n</blockquote>\n<p><strong>Query param values:</strong></p>\n<blockquote>\n<ul>\n<li>branchUniqueName: <code>branchUniqueName</code> Unique name of the branch. If not provided then voucher would be created under the HO branch. (not mandatory)</li>\n<li>voucherVersion: <code>2</code> is version of the company. (mandatory)</li>\n</ul>\n</blockquote>\n","urlObject":{"path":["v4","company","companyUniqueName","accounts","accountUniqueName","vouchers"],"host":[""],"query":[{"disabled":true,"key":"branchUniqueName","value":"branchUniqueName"},{"key":"voucherVersion","value":"2"},{"key":"lang","value":"en"}],"variable":[]}},"response":[],"_postman_id":"f87d228c-54f4-4166-9bf9-2611d341faf8"},{"name":"Delete Voucher","id":"cba07f39-2f0b-45b2-aa43-6ff89c860b05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Auth-key","value":"{{authkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"voucherType\": null,\n   \"uniqueName\": null\n}\n","options":{"raw":{"language":"json"}}},"url":"/company/companyUniqueName/accounts/accountUniqueName/vouchers?branchUniqueName=branchUniqueName&voucherVersion=2&lang=en","description":"<h1 id=\"this-api-will-be-used-to-delete-a-voucher\">This api will be used to delete a voucher.</h1>\n<p><strong>Path param values:</strong></p>\n<blockquote>\n<ul>\n<li>companyUniqueName: <code>companyUniqueName</code> Unique name of the company. (mandatory)</li>\n<li>accountUniqueName: <code>accountUniqueName</code> Unique name of the account. (mandatory)</li>\n</ul>\n</blockquote>\n<p><strong>Query param values:</strong></p>\n<blockquote>\n<ul>\n<li>branchUniqueName: <code>branchUniqueName</code> Unique name of the branch. If not provided then voucher would be created under the HO branch. (not mandatory)</li>\n<li>voucherVersion: <code>2</code> is version of the company. (mandatory)</li>\n</ul>\n</blockquote>\n<p>JSON Body -</p>\n<blockquote>\n<ul>\n<li>voucherTypes: This parameter is used to provide voucher type which is going to delete (not mandatory)</li>\n<li>uniqueName: unique name of the voucher (mandatory)</li>\n</ul>\n</blockquote>\n","urlObject":{"path":["company","companyUniqueName","accounts","accountUniqueName","vouchers"],"host":[""],"query":[{"key":"branchUniqueName","value":"branchUniqueName"},{"key":"voucherVersion","value":"2"},{"key":"lang","value":"en"}],"variable":[]}},"response":[],"_postman_id":"cba07f39-2f0b-45b2-aa43-6ff89c860b05"}],"id":"a40152c2-c841-4cfc-8de3-6cb153fa70d3","_postman_id":"a40152c2-c841-4cfc-8de3-6cb153fa70d3","description":""},{"name":"Mail voucher","id":"dca54857-fe34-4b0d-b30d-93fac16128d5","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"connection":true,"content-length":true,"host":true,"user-agent":true,"accept":true,"accept-encoding":true,"content-type":true}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"auth-key","value":"{{authKey}}"}],"body":{"mode":"raw","raw":"{\n    \"email\": {\n        \"to\": [\n            \"{{emailID}}\"\n        ]\n    },\n    \"uniqueName\": \"{{voucherUniqueName}}\",\n    \"voucherType\": \"sales\",\n    \"copyTypes\": [\n        \"Original\",\n        \"Transport\",\n        \"Customer\"\n    ]\n}"},"url":"/company/companyUniqueName/accounts/accountUniqueName/vouchers/mail?voucherVersion=2&lang=en","urlObject":{"path":["company","companyUniqueName","accounts","accountUniqueName","vouchers","mail"],"host":[""],"query":[{"key":"voucherVersion","value":"2"},{"key":"lang","value":"en"}],"variable":[]}},"response":[],"_postman_id":"dca54857-fe34-4b0d-b30d-93fac16128d5"},{"name":"Download voucher","id":"377badab-04d6-4158-9493-80679f80833d","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-length":true,"host":true,"user-agent":true,"accept":true,"accept-encoding":true,"connection":true,"content-type":true}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Auth-key","value":"{{authkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"copyTypes\": [\n        \"Original\"\n    ],\n    \"voucherType\": \"sales\",\n    \"uniqueName\": \"{{voucherUnqiueName}}\"\n}","options":{"raw":{"language":"json"}}},"url":"/company/companyUniqueName/download-file?voucherVersion=2&fileType=pdf&downloadOption=VOUCHER","description":"<p><strong>Path param values:</strong></p>\n<blockquote>\n<ul>\n<li>companyUniqueName: <code>companyUniqueName</code> Unique name of the company. (mandatory)</li>\n</ul>\n</blockquote>\n<p><strong>Query param values:</strong></p>\n<blockquote>\n<ul>\n<li>branchUniqueName: <code>branchUniqueName</code> Unique name of the branch. If not provided then voucher would be created under the HO branch. (not mandatory)</li>\n<li>voucherVersion: <code>2</code> is version of the company. (mandatory)</li>\n</ul>\n</blockquote>\n<p>JSON Body-</p>\n<blockquote>\n<p>copyTypes: This parameter is used to pass the type of invoice. Allowed values are Original, Transport and Customer.</p>\n</blockquote>\n","urlObject":{"path":["company","companyUniqueName","download-file"],"host":[""],"query":[{"key":"voucherVersion","value":"2"},{"key":"fileType","value":"pdf"},{"key":"downloadOption","value":"VOUCHER"},{"disabled":true,"key":"lang","value":"en"}],"variable":[]}},"response":[],"_postman_id":"377badab-04d6-4158-9493-80679f80833d"},{"name":"Cancel voucher","id":"61afb8e5-3ab7-46c0-85bd-3d04c24152a4","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"connection":true,"accept-encoding":true,"accept":true,"user-agent":true,"host":true,"content-length":true,"content-type":true}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"auth-key","value":"{{authKey}}"}],"body":{"mode":"raw","raw":"{\n    \"action\": \"cancel\",\n    \"voucherType\": \"sales\"\n}"},"url":"/company/companyUniqueName/invoices/{{voucherUnqiueName}}/action?voucherVersion=2&lang=en","description":"<p>Action = Can have following values - Cancel, Unpaid, Hold.</p>\n","urlObject":{"path":["company","companyUniqueName","invoices","{{voucherUnqiueName}}","action"],"host":[""],"query":[{"key":"voucherVersion","value":"2"},{"key":"lang","value":"en"}],"variable":[]}},"response":[],"_postman_id":"61afb8e5-3ab7-46c0-85bd-3d04c24152a4"},{"name":"Paid voucher","id":"0540d548-5ceb-4e37-9d20-5bfed4f8b84c","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true,"content-length":true,"user-agent":true,"host":true,"accept":true,"accept-encoding":true,"connection":true}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"auth-key","value":"{{authKey}}"}],"body":{"mode":"raw","raw":"{\n    \"uniqueName\": \"{{voucherUnqiueName}}\",\n    \"accountUniqueName\": \"accountUniqueName\",\n    \"exchangeRate\": 1,\n    \"date\": \"05-02-2024\",\n    \"amountForAccount\": \"1344\",\n    \"tagNames\": [],\n    \"action\": \"paid\"\n}"},"url":"/company/companyUniqueName/invoices/{{voucherUnqiueName}}/action?voucherVersion=2&lang=en","description":"<p>Action = Can have following values - Cancel, Unpaid, Hold.</p>\n","urlObject":{"path":["company","companyUniqueName","invoices","{{voucherUnqiueName}}","action"],"host":[""],"query":[{"key":"voucherVersion","value":"2"},{"key":"lang","value":"en"}],"variable":[]}},"response":[],"_postman_id":"0540d548-5ceb-4e37-9d20-5bfed4f8b84c"},{"name":"Get all vouchers","id":"4d63083c-3241-4252-9172-6f04a4b77dcd","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"connection":true,"accept-encoding":true,"accept":true,"user-agent":true,"host":true,"content-length":true,"content-type":true}},"request":{"method":"POST","header":[{"key":"Content-type","value":"application/json"},{"key":"auth-key","value":"{{authKey}}"}],"body":{"mode":"raw","raw":"{\n    \"page\": 1,\n    \"count\": 50\n}"},"url":"/company/companyUniqueName/vouchers/get-all?from=01-04-2021&to=05-02-2024&page=1&count=50&type=sales&voucherVersion=2&lang=en","urlObject":{"path":["company","companyUniqueName","vouchers","get-all"],"host":[""],"query":[{"key":"from","value":"01-04-2021"},{"key":"to","value":"05-02-2024"},{"key":"page","value":"1"},{"key":"count","value":"50"},{"key":"type","value":"sales"},{"key":"voucherVersion","value":"2"},{"key":"lang","value":"en"}],"variable":[]}},"response":[],"_postman_id":"4d63083c-3241-4252-9172-6f04a4b77dcd"},{"name":"Bulk delete vouchers","id":"d79c4c34-afe7-403f-afa3-b8d73143ae5a","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"connection":true,"accept-encoding":true,"accept":true,"user-agent":true,"host":true,"content-type":true,"content-length":true}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"auth-key","value":"{{authKey}}"}],"body":{"mode":"raw","raw":"{\n    \"voucherUniqueNames\": [\n        \"{{voucherUnqiueName}}\",\n        \"{{voucherUnqiueName}}\",\n        \"{{voucherUnqiueName}}\",\n        \"{{voucherUnqiueName}}\"\n    ],\n    \"voucherType\": \"sales\"\n}"},"url":"/company/companyUniqueName/vouchers/bulk-update?action=delete&voucherVersion=2&lang=en","urlObject":{"path":["company","companyUniqueName","vouchers","bulk-update"],"host":[""],"query":[{"key":"action","value":"delete"},{"key":"voucherVersion","value":"2"},{"key":"lang","value":"en"}],"variable":[]}},"response":[],"_postman_id":"d79c4c34-afe7-403f-afa3-b8d73143ae5a"},{"name":"Export voucher","id":"159b361d-4ab2-4637-b77a-2f66d57b8e04","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"connection":true,"accept-encoding":true,"accept":true,"host":true,"user-agent":true,"content-length":true,"content-type":true}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"auth-key","value":"{{authKey}}"}],"body":{"mode":"raw","raw":"{\n    \"uniqueNames\": [\n        \"{{voucherUnqiueName}}\",\n        \"{{voucherUnqiueName}}\"\n    ],\n    \"copyTypes\": [\n        \"ORIGINAL\",\n        \"TRANSPORT\",\n        \"CUSTOMER\"\n    ]\n}"},"url":"/company/companyUniqueName/vouchers/bulk-export?from=01-04-2021&to=05-02-2024&type=sales&mail=false&q=&voucherVersion=2&lang=en","urlObject":{"path":["company","companyUniqueName","vouchers","bulk-export"],"host":[""],"query":[{"key":"from","value":"01-04-2021"},{"key":"to","value":"05-02-2024"},{"key":"type","value":"sales"},{"key":"mail","value":"false"},{"key":"q","value":""},{"key":"voucherVersion","value":"2"},{"key":"lang","value":"en"}],"variable":[]}},"response":[],"_postman_id":"159b361d-4ab2-4637-b77a-2f66d57b8e04"},{"name":"Generate bulk vouchers","id":"a239e063-b1b9-4ebd-9467-f2437bca3f4a","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"connection":true,"accept-encoding":true,"accept":true,"user-agent":true,"host":true,"content-length":true,"content-type":true}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"auth-key","value":"{{authKey}}"}],"body":{"mode":"raw","raw":"{\n    \"entryUniqueNames\": [\n        \"{{entryUniqueName}}\",\n        \"{{entryUniqueName}}\"\n    ]\n}"},"url":"/v4/company/companyUniqueName/vouchers/bulk-generate?combined=false&voucherVersion=2&lang=en","urlObject":{"path":["v4","company","companyUniqueName","vouchers","bulk-generate"],"host":[""],"query":[{"key":"combined","value":"false"},{"key":"voucherVersion","value":"2"},{"key":"lang","value":"en"}],"variable":[]}},"response":[],"_postman_id":"a239e063-b1b9-4ebd-9467-f2437bca3f4a"}],"id":"e3744e45-b1d0-4fb5-974b-61bd95b66642","_postman_id":"e3744e45-b1d0-4fb5-974b-61bd95b66642","description":""},{"name":"Proforma Apis","item":[{"name":"Generate Proforma","id":"b9e520a6-5641-45d6-b4b9-901391dc6406","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Auth-Key","type":"text","value":"{{authkey}}"}],"body":{"mode":"raw","raw":"{\n    \"account\": {\n        \"currencySymbol\": \"₹\",\n        \"currency\": {\n            \"code\": \"INR\"\n        },\n        \"billingDetails\": {\n            \"address\": [\n                \"Facebook India Pvt Ltd401-401, C. S. Naidu Arcade, Near Greater Kailesh Hospital Old Palasia\"\n            ],\n            \"state\": {\n                \"code\": \"MP\",\n                \"name\": \"Himachal Pradesh\"\n            },\n            \"gstNumber\": \"23AABCU9603R1ZM\",\n            \"panNumber\": \"\",\n            \"stateCode\": \"MP\",\n            \"countryName\": \"India\",\n            \"stateName\": \"Himachal Pradesh\"\n        },\n        \"shippingDetails\": {\n            \"address\": [\n                \"Facebook India Pvt Ltd401-401, C. S. Naidu Arcade, Near Greater Kailesh Hospital Old Palasia\"\n            ],\n            \"state\": {\n                \"code\": \"MP\",\n                \"name\": \"Himachal Pradesh\"\n            },\n            \"gstNumber\": \"23AABCU9603R1ZM\",\n            \"panNumber\": \"\",\n            \"stateCode\": \"MP\",\n            \"countryName\": \"India\",\n            \"stateName\": \"Himachal Pradesh\"\n        },\n        \"name\": \"A1\",\n        \"uniqueName\": \"a11\",\n        \"email\": \"\",\n        \"attentionTo\": \"\",\n        \"contactNumber\": \"\",\n        \"mobileNumber\": \"\",\n        \"country\": {\n            \"countryName\": \"India\",\n            \"countryCode\": \"IN\"\n        }\n    },\n    \"updateAccountDetails\": false,\n    \"entries\": [\n        {\n            \"transactions\": [\n                {\n                    \"account\": {\n                        \"uniqueName\": \"sales\",\n                        \"name\": \"Sales\"\n                    },\n                    \"amount\": {\n                        \"type\": \"DEBIT\",\n                        \"amountForAccount\": 100\n                    },\n                    \"stock\": {\n                        \"quantity\": 1,\n                        \"sku\": null,\n                        \"name\": \"Gini1\",\n                        \"uniqueName\": \"gini1\",\n                        \"rate\": {\n                            \"amountForAccount\": 100\n                        },\n                        \"stockUnit\": {\n                            \"code\": \"nos.\"\n                        }\n                    }\n                }\n            ],\n            \"date\": \"23-12-2020\",\n            \"taxes\": [\n                {\n                    \"uniqueName\": \"gst5\",\n                    \"calculationMethod\": \"OnTaxableAmount\"\n                }\n            ],\n            \"hsnNumber\": \"999111\",\n            \"sacNumber\": null,\n            \"description\": \"Temp description\",\n            \"voucherNumber\": \"\",\n            \"voucherType\": \"proformas\",\n            \"discounts\": [\n                {\n                    \"calculationMethod\": \"FIX_AMOUNT\",\n                    \"amount\": {\n                        \"type\": \"DEBIT\",\n                        \"amountForAccount\": 0\n                    },\n                    \"name\": \"\",\n                    \"particular\": \"\"\n                }\n            ],\n            \"purchaseOrderItemMapping\": {\n                \"uniqueName\": \"\",\n                \"entryUniqueName\": \"\"\n            }\n        }\n    ],\n    \"date\": \"23-12-2020\",\n    \"type\": \"sales\",\n    \"exchangeRate\": 1,\n    \"dueDate\": \"07-01-2021\",\n    \"deposit\": {\n        \"type\": \"DEBIT\",\n        \"accountUniqueName\": \"\",\n        \"amountForAccount\": 0\n    },\n    \"depositAccountUniqueName\": \"\",\n    \"templateDetails\": {\n        \"other\": {\n            \"shippingDate\": \"\",\n            \"shippedVia\": null,\n            \"trackingNumber\": null,\n            \"customField1\": null,\n            \"customField2\": null,\n            \"customField3\": null,\n            \"message2\": \"Temp note\"\n        }\n    },\n    \"warehouse\": {\n        \"name\": \"\",\n        \"uniqueName\": \"niq1576862380367\"\n    },\n    \"voucherDetails\": {\n        \"voucherType\": \"proformas\"\n    },\n    \"accountDetails\": {\n        \"uniqueName\": \"a11\"\n    }\n}"},"url":"/v3/company/companyUniqueName/accounts/accountUniqueName/proformas/generate?branchUniqueName=branchUniqueName","description":"<h1 id=\"this-api-will-be-used-to-generate-proforma\">This api will be used to generate proforma.</h1>\n<p>Mandatory Keys:</p>\n<ul>\n<li>entries</li>\n<li>account details</li>\n</ul>\n<p><strong>Path param values:</strong></p>\n<blockquote>\n<ul>\n<li>companyUniqueName: <code>$companyUniquename</code> Unique name of the company. (mandatory)</li>\n<li>accountUniqueName: <code>$accountUniqueName</code> Unique name of the account. (mandatory)</li>\n</ul>\n</blockquote>\n<p><strong>Query param values:</strong></p>\n<blockquote>\n<ul>\n<li>branchUniqueName: <code>$branchUniqueName</code> Unique name of the branch. If not provided then proforma would be created under the HO branch. (not mandatory)</li>\n</ul>\n</blockquote>\n","urlObject":{"path":["v3","company","companyUniqueName","accounts","accountUniqueName","proformas","generate"],"host":[""],"query":[{"key":"branchUniqueName","value":"branchUniqueName"}],"variable":[]}},"response":[],"_postman_id":"b9e520a6-5641-45d6-b4b9-901391dc6406"},{"name":"Get Proforma","id":"06225af7-e7ee-4f92-b5b0-dd397e82f5aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"auth-key","type":"text","value":"{{authkey}}"}],"body":{"mode":"raw","raw":"{\n    \"proformaNumber\": \"PR-20190522-2\"\n}"},"url":"/v3/company/companyUniqueName/accounts/accountUniqueName/proformas","description":"<h1 id=\"this-api-will-be-used-to-view-the-details-of-a-single-proforma\">This api will be used to view the details of a single proforma.</h1>\n<p><strong>Path param values:</strong></p>\n<blockquote>\n<ul>\n<li>companyUniqueName: <code>$companyUniquename</code> Unique name of the company. (mandatory)</li>\n<li>accountUniqueName: <code>$accountUniqueName</code> Unique name of the account. (mandatory)</li>\n</ul>\n</blockquote>\n<p><strong>Body JSON</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n     \"proformaNumber\": \"PR-20200522-2\"\n}\n</code></pre><p><strong>Body JSON Description</strong></p>\n<ol>\n<li><strong>proformaNumber</strong>: $proformaNumber is the number of proforma. (mandatory)</li>\n</ol>\n","urlObject":{"path":["v3","company","companyUniqueName","accounts","accountUniqueName","proformas"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"06225af7-e7ee-4f92-b5b0-dd397e82f5aa"},{"name":"Delete Proforma","id":"be97cdbd-0534-4ed2-aebd-4a95fd1fd80f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"auth-key","type":"text","value":"{{authkey}}"}],"body":{"mode":"raw","raw":"{\n    \"proformaNumber\": \"PR-20190522-1\"\n}"},"url":"/v3/company/companyUniqueName/accounts/accountUniqueName/proformas","description":"<h1 id=\"this-api-will-be-used-to-delete-a-particular-proforma\">This api will be used to delete a particular proforma.</h1>\n<p><strong>Path param values:</strong></p>\n<blockquote>\n<ul>\n<li>companyUniqueName: <code>$companyUniquename</code> Unique name of the company. (mandatory)</li>\n<li>accountUniqueName: <code>$accountUniqueName</code> Unique name of the account. (mandatory)</li>\n</ul>\n</blockquote>\n<p><strong>Body JSON</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n     \"proformaNumber\": \"PR-20200522-2\"\n}\n</code></pre><p><strong>Body JSON Description</strong></p>\n<ol>\n<li><strong>proformaNumber</strong>: $proformaNumber is the number of proforma. (mandatory)</li>\n</ol>\n","urlObject":{"path":["v3","company","companyUniqueName","accounts","accountUniqueName","proformas"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"be97cdbd-0534-4ed2-aebd-4a95fd1fd80f"},{"name":"Download Proforma","id":"fb341057-e1b4-47ed-ad96-85e5079b2eb0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"auth-key","type":"text","value":"{{authkey}}"}],"body":{"mode":"raw","raw":"{\n\t\"proformaNumber\":\"PR-20190522-1\"\n}"},"url":"/v3/company/companyUniqueName/accounts/accountUniqueName/proformas/download?fileType=pdf","description":"<h1 id=\"this-api-will-be-used-to-download-the-proforma\">This api will be used to download the proforma.</h1>\n<p>The fileType parameter will decide the response of the api. By default the value of fileType is <strong>base64</strong>, which will give a base64 version of the file. The user can also provide fileType as <strong>pdf</strong> to receive the response as a downloadable file.</p>\n<p><strong>Path param values:</strong></p>\n<blockquote>\n<ul>\n<li>companyUniqueName: <code>$companyUniquename</code> Unique name of the company. (mandatory)</li>\n<li>accountUniqueName: <code>$accountUniqueName</code> Unique name of the account. (mandatory)</li>\n</ul>\n</blockquote>\n<p><strong>Query param values:</strong></p>\n<blockquote>\n<ul>\n<li>fileType: <code>$fileType</code> is type of downloadable file. Not required and default value is <code>base64</code>. Supported values are <code>[base64, pdf]</code> (not mandatory)</li>\n</ul>\n</blockquote>\n<p><strong>Body JSON</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n     \"proformaNumber\": \"PR-20200522-2\"\n}\n</code></pre><p><strong>Body JSON Description</strong></p>\n<ol>\n<li><strong>proformaNumber</strong>: $proformaNumber is the number of proforma. (mandatory)</li>\n</ol>\n","urlObject":{"path":["v3","company","companyUniqueName","accounts","accountUniqueName","proformas","download"],"host":[""],"query":[{"key":"fileType","value":"pdf"}],"variable":[]}},"response":[],"_postman_id":"fb341057-e1b4-47ed-ad96-85e5079b2eb0"},{"name":"Mail Proforma","id":"d359ccdb-7026-4c07-80f4-dd609bc6baeb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"auth-key","type":"text","value":"{{authkey}}"}],"body":{"mode":"raw","raw":"{\n    \"proformaNumber\": \"PR-20190522-4\",\n    \"emailId\": [\n        \"foo@bar.com\"\n    ]\n}"},"url":"/v3/company/companyUniqueName/accounts/accountUniqueName/proformas/mail","description":"<h1 id=\"this-api-will-be-used-to-mail-a-particular-proforma\">This api will be used to mail a particular proforma.</h1>\n<p><strong>Path param values:</strong></p>\n<blockquote>\n<ul>\n<li>companyUniqueName: <code>$companyUniquename</code> Unique name of the company. (mandatory)</li>\n<li>accountUniqueName: <code>$accountUniqueName</code> Unique name of the account. (mandatory)</li>\n</ul>\n</blockquote>\n<p><strong>Body JSON</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n     \"proformaNumber\": \"PR-20200522-2\",\n     \"emailId\": [\n         \"foo@bar.com\"\n     ]\n}\n</code></pre><p><strong>Body JSON Description</strong></p>\n<ol>\n<li><strong>proformaNumber</strong>: $proformaNumber is the number of proforma. (mandatory)</li>\n<li><strong>emailId</strong>: $emailId is the list of email Ids. (mandatory)</li>\n</ol>\n","urlObject":{"path":["v3","company","companyUniqueName","accounts","accountUniqueName","proformas","mail"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"d359ccdb-7026-4c07-80f4-dd609bc6baeb"},{"name":"Get All Proformas","id":"b70ccb7a-61d3-4b12-b23e-a5d7a5092bf3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"auth-key","type":"text","value":"{{authkey}}"}],"body":{"mode":"raw","raw":"{\n    \"proformaNumber\": \"EST-20190514-6\",\n    \"from\": \"01-04-2019\",\n    \"to\": \"10-04-2019\",\n    \"amountEquals\": true,\n    \"amountLessThan\": false,\n    \"amountGreaterThan\": false,\n    \"amountExclude\": false,\n    \"amount\": 500,\n    \"expireFrom\": \"20-04-2019\",\n    \"expireTo\": \"25-04-2019\"\n}"},"url":"/company/companyUniqueName/vouchers/v3/proformas/all?branchUniqueName=branchUniqueName&q=cash&sortBy=proformadate&sort=desc&page=1&count=10","description":"<h1 id=\"this-api-will-be-used-to-view-the-details-of-all-proformas\">This api will be used to view the details of all proformas.</h1>\n<p>The api contains filters to search for particular proformas.</p>\n<p>There are no mandatory keys in this api.</p>\n<p><strong>Path param values:</strong></p>\n<blockquote>\n<ul>\n<li>companyUniqueName: <code>$companyUniquename</code> Unique name of the company. (mandatory)</li>\n</ul>\n</blockquote>\n<p><strong>Query param values:</strong></p>\n<blockquote>\n<ul>\n<li>branchUniqueName: <code>$branchUniqueName</code> Unique name of the branch. (not mandatory)</li>\n<li>from: <code>$from</code> Supported format is <code>dd-MM-yyyy</code> (not mandatory)</li>\n<li>to: <code>$to</code> Supported format is <code>dd-MM-yyyy</code> (not mandatory)</li>\n<li>page: <code>$NoOfPages</code> (not mandatory)`</li>\n<li>count: <code>$NoOfRecords</code> (not mandatory)`</li>\n<li>sortBy: Not required and default value is <code>proformadate</code>. Supported values are <code>[proformadate, grandtotal, expiredate]</code> (not mandatory)</li>\n<li>sort: Not required and default value is <code>desc</code>. Supported values are <code>[asc, desc]</code> (not mandatory)</li>\n</ul>\n</blockquote>\n","urlObject":{"path":["company","companyUniqueName","vouchers","v3","proformas","all"],"host":[""],"query":[{"key":"branchUniqueName","value":"branchUniqueName"},{"key":"q","value":"cash"},{"description":{"content":"<p>Not required and default value is <code>proformadate</code>. Supported values are <code>proformadate/grandtotal/expiredate</code>.</p>\n","type":"text/plain"},"key":"sortBy","value":"proformadate"},{"description":{"content":"<p>Not required and default value is <code>desc</code>. Supported values are <code>asc/desc</code>.</p>\n","type":"text/plain"},"key":"sort","value":"desc"},{"description":{"content":"<p>Not required and default value is <code>1</code>.</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Not required and default value is <code>10</code>.</p>\n","type":"text/plain"},"key":"count","value":"10"}],"variable":[]}},"response":[],"_postman_id":"b70ccb7a-61d3-4b12-b23e-a5d7a5092bf3"},{"name":"Update Proforma","id":"157299a3-e4b0-4661-8980-e1205d57cd85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"auth-key","type":"text","value":"{{authkey}}"}],"body":{"mode":"raw","raw":"{\n    \"account\": {\n        \"currencySymbol\": \"₹\",\n        \"currency\": {\n            \"code\": \"IN\"\n        },\n        \"billingDetails\": {\n            \"address\": [\n                \"Facebook India Pvt Ltd401-401, C. S. Naidu Arcade, Near Greater Kailesh Hospital Old Palasia\"\n            ],\n            \"state\": {\n                \"code\": \"MP\",\n                \"name\": \"Madhya Pradesh\"\n            },\n            \"panNumber\": \"\",\n            \"gstNumber\": \"23AABCU9603R1ZM\",\n            \"stateCode\": \"MP\"\n        },\n        \"shippingDetails\": {\n            \"address\": [\n                \"Facebook India Pvt Ltd401-401, C. S. Naidu Arcade, Near Greater Kailesh Hospital Old Palasia\"\n            ],\n            \"state\": {\n                \"code\": \"MP\",\n                \"name\": \"Madhya Pradesh\"\n            },\n            \"panNumber\": \"\",\n            \"gstNumber\": \"23AABCU9603R1ZM\",\n            \"stateCode\": \"MP\"\n        },\n        \"email\": \"\",\n        \"mobileNumber\": \"\",\n        \"attentionTo\": \"\",\n        \"uniqueName\": \"a11\"\n    },\n    \"updateAccountDetails\": false,\n    \"entries\": [\n        {\n            \"transactions\": [\n                {\n                    \"account\": {\n                        \"uniqueName\": \"sales\",\n                        \"name\": \"Sales\"\n                    },\n                    \"amount\": {\n                        \"type\": \"DEBIT\",\n                        \"amountForAccount\": 100\n                    },\n                    \"stock\": {\n                        \"quantity\": 1,\n                        \"name\": \"Gini1\",\n                        \"uniqueName\": \"gini1\",\n                        \"rate\": {\n                            \"amountForAccount\": 100\n                        },\n                        \"stockUnit\": {\n                            \"code\": \"nos.\"\n                        }\n                    }\n                }\n            ],\n            \"date\": \"23-12-2020\",\n            \"taxes\": [\n                {\n                    \"uniqueName\": \"gst5\"\n                }\n            ],\n            \"hsnNumber\": \"999111\",\n            \"description\": \"Temp description\",\n            \"uniqueName\": \"bjx1608812583289\",\n            \"voucherNumber\": \"\",\n            \"voucherType\": \"proformas\",\n            \"discounts\": [\n                {\n                    \"calculationMethod\": \"FIX_AMOUNT\",\n                    \"amount\": {\n                        \"type\": \"DEBIT\",\n                        \"amountForAccount\": 0\n                    },\n                    \"discountValue\": 0,\n                    \"name\": \"\",\n                    \"particular\": \"\"\n                }\n            ],\n            \"purchaseOrderItemMapping\": {\n                \"uniqueName\": \"\",\n                \"entryUniqueName\": \"\"\n            }\n        }\n    ],\n    \"date\": \"23-12-2020\",\n    \"type\": \"sales\",\n    \"exchangeRate\": 1,\n    \"dueDate\": \"07-01-2021\",\n    \"number\": \"PR-20201223-1\",\n    \"uniqueName\": \"cej1608812584484\",\n    \"roundOffApplicable\": true,\n    \"templateDetails\": {\n        \"logoPath\": \"\",\n        \"other\": {\n            \"message1\": \"\",\n            \"message2\": \"Temp note\",\n            \"shippingDate\": \"\",\n            \"slogan\": \"CommonGST\"\n        },\n        \"templateUniqueName\": \"vs86wfepy6uecxt4z3lm\"\n    },\n    \"voucherDetails\": {\n        \"voucherType\": \"proformas\"\n    },\n    \"accountDetails\": {\n        \"uniqueName\": \"a11\"\n    }\n}"},"url":"/v3/company/companyUniqueName/accounts/accountUniqueName/proformas/","description":"<h1 id=\"this-api-will-be-used-to-update-a-particular-proforma\">This api will be used to update a particular proforma.</h1>\n<p>Mandatory Keys:</p>\n<ul>\n<li>entries</li>\n<li>account details</li>\n</ul>\n<p><strong>Path param values:</strong></p>\n<blockquote>\n<ul>\n<li>companyUniqueName: <code>$companyUniquename</code> Unique name of the company. (mandatory)</li>\n<li>accountUniqueName: <code>$accountUniqueName</code> Unique name of the account. (mandatory)</li>\n</ul>\n</blockquote>\n","urlObject":{"path":["v3","company","companyUniqueName","accounts","accountUniqueName","proformas",""],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"157299a3-e4b0-4661-8980-e1205d57cd85"},{"name":"Generate Invoice From Proforma","id":"4f46533f-6de2-4aa0-b77b-c46ff60fa6aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"auth-key","type":"text","value":"{{authkey}}"}],"body":{"mode":"raw","raw":"{\n    \"proformaNumber\": \"PR-20190522-2\"\n}"},"url":"/company/companyUniqueName/vouchers/accounts/accountUniqueName/v3/generate-via-proforma","description":"<h1 id=\"this-api-will-be-used-to-create-a-invoice-from-a-proforma\">This api will be used to create a invoice from a proforma.</h1>\n<p><strong>Path param values:</strong></p>\n<blockquote>\n<ul>\n<li>companyUniqueName: <code>$companyUniquename</code> Unique name of the company. (mandatory)</li>\n<li>accountUniqueName: <code>$accountUniqueName</code> Unique name of the account. (mandatory)</li>\n</ul>\n</blockquote>\n<p><strong>Body JSON</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n     \"proformaNumber\": \"PR-20200522-2\"\n}\n</code></pre><p><strong>Body JSON Description</strong></p>\n<ol>\n<li><strong>proformaNumber</strong>: $proformaNumber is the number of proforma. (mandatory)</li>\n</ol>\n","urlObject":{"path":["company","companyUniqueName","vouchers","accounts","accountUniqueName","v3","generate-via-proforma"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"4f46533f-6de2-4aa0-b77b-c46ff60fa6aa"},{"name":"Update Action Over Proforma","id":"de061bc8-d098-48a7-b429-b5f11794c9d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"auth-key","type":"text","value":"{{authkey}}"}],"body":{"mode":"raw","raw":"{\n    \"proformaNumber\": \"PR-20190522-2\",\n    \"action\": \"Invoiced\"\n}"},"url":"/v3/company/companyUniqueName/accounts/accountUniqueName/proformas/action","description":"<h1 id=\"this-api-will-be-used-to-update-the-status-of-a-proforma\">This api will be used to update the status of a proforma.</h1>\n<p>The action parameter can have the following values: invoiced, accepted, decline, expired, submitted.</p>\n<p><strong>Path param values:</strong></p>\n<blockquote>\n<ul>\n<li>companyUniqueName: <code>$companyUniquename</code> Unique name of the company. (mandatory)</li>\n<li>accountUniqueName: <code>$accountUniqueName</code> Unique name of the account. (mandatory)</li>\n</ul>\n</blockquote>\n<p><strong>Body JSON</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n     \"proformaNumber\": \"PR-20190522-2\",\n     \"action\": \"Invoiced\"\"\n}\n</code></pre><p><strong>Body JSON Description</strong></p>\n<ol>\n<li><strong>proformaNumber</strong>: $proformaNumber is the number of proforma. (mandatory)</li>\n<li><strong>action</strong>:  $action. Supported values are <code>[invoiced, accepted, decline, expired, submitted]</code>. (mandatory)</li>\n</ol>\n","urlObject":{"path":["v3","company","companyUniqueName","accounts","accountUniqueName","proformas","action"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"de061bc8-d098-48a7-b429-b5f11794c9d7"},{"name":"Get All Proforma Version","id":"7495f545-b40c-4b4d-9214-47fdd2709edd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"auth-key","value":"{{authkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"proformaNumber\":\"PR-20190522-1\"\n}"},"url":"/v2/company/companyUniqueName/accounts/accountUniqueName/proformas/versions/all?page=1&count=10","description":"<p>This api will be used to view the versions created of a particular proforma.\nEach time a proforma is updated, a new version is created with the updated data.\nMandatory Keys:</p>\n<ul>\n<li><code>proformaNumber</code></li>\n</ul>\n<p><strong>Path param values:</strong></p>\n<blockquote>\n<ul>\n<li>companyUniqueName: <code>$companyUniquename</code> Unique name of the company. (mandatory)</li>\n<li>accountUniqueName: <code>$accountUniqueName</code> Unique name of the account. (mandatory)</li>\n</ul>\n</blockquote>\n","urlObject":{"path":["v2","company","companyUniqueName","accounts","accountUniqueName","proformas","versions","all"],"host":[""],"query":[{"description":{"content":"<p>Not required and default value is <code>1</code>.</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Not required and default value is <code>20</code>.</p>\n","type":"text/plain"},"key":"count","value":"10"}],"variable":[]}},"response":[],"_postman_id":"7495f545-b40c-4b4d-9214-47fdd2709edd"},{"name":"Get all proforma versions v2 api","id":"949d600e-6333-4ad7-9f62-20443ec8aad1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"auth-key","value":"{{authkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"proformaNumber\": \"PR-20190930-1\"\n}"},"url":"/v2/company/companyUniqueName/accounts/accountUniqueName/proformas/v2/versions/all","description":"<p>This api is use to return all previous version of proforma as well as its current plan.</p>\n<p>Manadatory keys -\nproformaNumber</p>\n<p><strong>Path param values:</strong></p>\n<blockquote>\n<ul>\n<li>companyUniqueName: <code>$companyUniquename</code> Unique name of the company. (mandatory)</li>\n<li>accountUniqueName: <code>$accountUniqueName</code> Unique name of the account. (mandatory)</li>\n</ul>\n</blockquote>\n","urlObject":{"path":["v2","company","companyUniqueName","accounts","accountUniqueName","proformas","v2","versions","all"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"949d600e-6333-4ad7-9f62-20443ec8aad1"}],"id":"9b9d8fe0-af64-4fa8-9f05-06feee4c0313","_postman_id":"9b9d8fe0-af64-4fa8-9f05-06feee4c0313","description":""},{"name":"Estimation Apis","item":[{"name":"Generate Estimate","id":"6bb54de0-b76c-4f3b-91d8-c65e2269ceee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"auth-key","value":"{{authkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"account\": {\n        \"currencySymbol\": \"₹\",\n        \"currency\": {\n            \"code\": \"INR\"\n        },\n        \"billingDetails\": {\n            \"address\": [\n                \"Facebook India Pvt Ltd401-401, C. S. Naidu Arcade, Near Greater Kailesh Hospital Old Palasia\"\n            ],\n            \"state\": {\n                \"code\": \"MP\",\n                \"name\": \"Himachal Pradesh\"\n            },\n            \"gstNumber\": \"23AABCU9603R1ZM\",\n            \"panNumber\": \"\",\n            \"stateCode\": \"MP\",\n            \"countryName\": \"India\",\n            \"stateName\": \"Himachal Pradesh\"\n        },\n        \"shippingDetails\": {\n            \"address\": [\n                \"Facebook India Pvt Ltd401-401, C. S. Naidu Arcade, Near Greater Kailesh Hospital Old Palasia\"\n            ],\n            \"state\": {\n                \"code\": \"MP\",\n                \"name\": \"Himachal Pradesh\"\n            },\n            \"gstNumber\": \"23AABCU9603R1ZM\",\n            \"panNumber\": \"\",\n            \"stateCode\": \"MP\",\n            \"countryName\": \"India\",\n            \"stateName\": \"Himachal Pradesh\"\n        },\n        \"name\": \"A1\",\n        \"uniqueName\": \"a11\",\n        \"email\": \"\",\n        \"attentionTo\": \"\",\n        \"contactNumber\": \"\",\n        \"mobileNumber\": \"\",\n        \"country\": {\n            \"countryName\": \"India\",\n            \"countryCode\": \"IN\"\n        }\n    },\n    \"updateAccountDetails\": false,\n    \"entries\": [\n        {\n            \"transactions\": [\n                {\n                    \"account\": {\n                        \"uniqueName\": \"sales\",\n                        \"name\": \"Sales\"\n                    },\n                    \"amount\": {\n                        \"type\": \"DEBIT\",\n                        \"amountForAccount\": 30000\n                    },\n                    \"stock\": {\n                        \"quantity\": 300,\n                        \"sku\": null,\n                        \"name\": \"Gini1\",\n                        \"uniqueName\": \"gini1\",\n                        \"rate\": {\n                            \"amountForAccount\": 100\n                        },\n                        \"stockUnit\": {\n                            \"code\": \"nos.\"\n                        }\n                    }\n                }\n            ],\n            \"date\": \"23-12-2020\",\n            \"taxes\": [\n                {\n                    \"uniqueName\": \"gst18\",\n                    \"calculationMethod\": \"OnTaxableAmount\"\n                }\n            ],\n            \"hsnNumber\": \"999111\",\n            \"sacNumber\": null,\n            \"voucherNumber\": \"\",\n            \"voucherType\": \"estimates\",\n            \"discounts\": [\n                {\n                    \"calculationMethod\": \"FIX_AMOUNT\",\n                    \"amount\": {\n                        \"type\": \"DEBIT\",\n                        \"amountForAccount\": 10\n                    },\n                    \"discountValue\": 10,\n                    \"name\": \"\",\n                    \"particular\": \"\"\n                }\n            ],\n            \"purchaseOrderItemMapping\": {\n                \"uniqueName\": \"\",\n                \"entryUniqueName\": \"\"\n            }\n        }\n    ],\n    \"date\": \"23-12-2020\",\n    \"type\": \"sales\",\n    \"exchangeRate\": 1,\n    \"dueDate\": \"07-01-2021\",\n    \"deposit\": {\n        \"type\": \"DEBIT\",\n        \"accountUniqueName\": \"\",\n        \"amountForAccount\": 0\n    },\n    \"depositAccountUniqueName\": \"\",\n    \"templateDetails\": {\n        \"other\": {\n            \"shippingDate\": \"25-12-2020\",\n            \"shippedVia\": \"TRUCK\",\n            \"trackingNumber\": \"34545\",\n            \"customField1\": \"Green\",\n            \"customField2\": \"2*2\",\n            \"customField3\": \"BOX\",\n            \"message2\": \"Dummy note\"\n        }\n    },\n    \"warehouse\": {\n        \"name\": \"\",\n        \"uniqueName\": \"niq1576862380367\"\n    },\n    \"voucherDetails\": {\n        \"voucherType\": \"estimates\"\n    },\n    \"accountDetails\": {\n        \"uniqueName\": \"a11\"\n    }\n}"},"url":"/v3/company/companyUniqueName/accounts/accountUniqueName/estimates/generate?branchUniqueName=branchUniqueName","description":"<h1 id=\"this-api-will-be-used-to-generate-estimate\">This api will be used to generate estimate.</h1>\n<p>Mandatory Keys:</p>\n<ul>\n<li>entries</li>\n<li>account details</li>\n</ul>\n<p><strong>Path param values:</strong></p>\n<blockquote>\n<ul>\n<li>companyUniqueName: <code>$companyUniquename</code> Unique name of the company. (mandatory)</li>\n<li>accountUniqueName: <code>$accountUniqueName</code> Unique name of the account. (mandatory)</li>\n</ul>\n</blockquote>\n<p><strong>Query param values:</strong></p>\n<blockquote>\n<ul>\n<li>branchUniqueName: <code>$branchUniqueName</code> Unique name of the branch. If not provided then estimate would be created under the HO branch. (not mandatory)</li>\n</ul>\n</blockquote>\n","urlObject":{"path":["v3","company","companyUniqueName","accounts","accountUniqueName","estimates","generate"],"host":[""],"query":[{"key":"branchUniqueName","value":"branchUniqueName"}],"variable":[]}},"response":[],"_postman_id":"6bb54de0-b76c-4f3b-91d8-c65e2269ceee"},{"name":"Get Estimate","id":"ef992c62-5410-4c78-8e55-c5e4df1865d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"auth-key","value":"{{authkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"estimateNumber\": \"EST-20190522-1\"\n}"},"url":"/v3/company/companyUniqueName/accounts/accountUniqueName/estimates","description":"<h1 id=\"this-api-will-be-used-to-view-the-details-of-a-single-estimate\">This api will be used to view the details of a single estimate.</h1>\n<p><strong>Path param values:</strong></p>\n<blockquote>\n<ul>\n<li>companyUniqueName: <code>$companyUniquename</code> Unique name of the company. (mandatory)</li>\n<li>accountUniqueName: <code>$accountUniqueName</code> Unique name of the account. (mandatory)</li>\n</ul>\n</blockquote>\n<p><strong>Body JSON</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n     \"estimateNumber\": \"EST-20190522-2\"\n}\n</code></pre><p><strong>Body JSON Description</strong></p>\n<ol>\n<li><strong>estimateNumber</strong>: $estimateNumber is the number of estimate. (mandatory)</li>\n</ol>\n","urlObject":{"path":["v3","company","companyUniqueName","accounts","accountUniqueName","estimates"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"ef992c62-5410-4c78-8e55-c5e4df1865d3"},{"name":"Update Estimate","id":"28b11a45-1d58-4183-bbb8-928c89cff9d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"auth-key","value":"{{authkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"account\": {\n        \"currencySymbol\": \"₹\",\n        \"currency\": {\n            \"code\": \"IN\"\n        },\n        \"billingDetails\": {\n            \"address\": [\n                \"Facebook India Pvt Ltd401-401, C. S. Naidu Arcade, Near Greater Kailesh Hospital Old Palasia\"\n            ],\n            \"state\": {\n                \"code\": \"MP\",\n                \"name\": \"Madhya Pradesh\"\n            },\n            \"panNumber\": \"\",\n            \"gstNumber\": \"23AABCU9603R1ZM\",\n            \"stateCode\": \"MP\"\n        },\n        \"shippingDetails\": {\n            \"address\": [\n                \"Facebook India Pvt Ltd401-401, C. S. Naidu Arcade, Near Greater Kailesh Hospital Old Palasia\"\n            ],\n            \"state\": {\n                \"code\": \"MP\",\n                \"name\": \"Madhya Pradesh\"\n            },\n            \"panNumber\": \"\",\n            \"gstNumber\": \"23AABCU9603R1ZM\",\n            \"stateCode\": \"MP\"\n        },\n        \"email\": \"\",\n        \"mobileNumber\": \"\",\n        \"attentionTo\": \"\",\n        \"uniqueName\": \"a11\"\n    },\n    \"updateAccountDetails\": false,\n    \"entries\": [\n        {\n            \"transactions\": [\n                {\n                    \"account\": {\n                        \"uniqueName\": \"sales\",\n                        \"name\": \"Sales\"\n                    },\n                    \"amount\": {\n                        \"type\": \"DEBIT\",\n                        \"amountForAccount\": 30000\n                    },\n                    \"stock\": {\n                        \"quantity\": 300,\n                        \"name\": \"Gini1\",\n                        \"uniqueName\": \"gini1\",\n                        \"rate\": {\n                            \"amountForAccount\": 100\n                        },\n                        \"stockUnit\": {\n                            \"code\": \"nos.\"\n                        }\n                    }\n                }\n            ],\n            \"date\": \"23-12-2020\",\n            \"taxes\": [\n                {\n                    \"uniqueName\": \"gst18\"\n                }\n            ],\n            \"hsnNumber\": \"999111\",\n            \"description\": \"\",\n            \"uniqueName\": \"ipq1608816262687\",\n            \"voucherNumber\": \"\",\n            \"voucherType\": \"estimates\",\n            \"discounts\": [\n                {\n                    \"calculationMethod\": \"FIX_AMOUNT\",\n                    \"amount\": {\n                        \"type\": \"DEBIT\",\n                        \"amountForAccount\": 10\n                    },\n                    \"discountValue\": 10,\n                    \"particular\": \"ipq1608816262687\"\n                }\n            ],\n            \"purchaseOrderItemMapping\": {\n                \"uniqueName\": \"\",\n                \"entryUniqueName\": \"\"\n            }\n        }\n    ],\n    \"date\": \"23-12-2020\",\n    \"type\": \"sales\",\n    \"exchangeRate\": 1,\n    \"dueDate\": \"07-01-2021\",\n    \"number\": \"EST-20201223-1\",\n    \"uniqueName\": \"pg21608816263173\",\n    \"roundOffApplicable\": true,\n    \"templateDetails\": {\n        \"logoPath\": \"\",\n        \"other\": {\n            \"message1\": \"\",\n            \"message2\": \"Dummy note\",\n            \"shippingDate\": \"25-12-2020\",\n            \"shippedVia\": \"TRUCK\",\n            \"trackingNumber\": \"34545\",\n            \"customField1\": \"Green\",\n            \"customField2\": \"2*2\",\n            \"customField3\": \"BOX\",\n            \"slogan\": \"CommonGST\"\n        },\n        \"templateUniqueName\": \"vs86wfepy6uecxt4z3lm\"\n    },\n    \"voucherDetails\": {\n        \"voucherType\": \"estimates\"\n    },\n    \"accountDetails\": {\n        \"uniqueName\": \"a11\"\n    }\n}"},"url":"/v3/company/companyUniqueName/accounts/accountUniqueName/estimates","description":"<h1 id=\"this-api-will-be-used-to-update-a-particular-estimate\">This api will be used to update a particular estimate.</h1>\n<p>Mandatory Keys:</p>\n<ul>\n<li>entries</li>\n<li>account details</li>\n</ul>\n<p><strong>Path param values:</strong></p>\n<blockquote>\n<ul>\n<li>companyUniqueName: <code>$companyUniquename</code> Unique name of the company. (mandatory)</li>\n<li>accountUniqueName: <code>$accountUniqueName</code> Unique name of the account. (mandatory)</li>\n</ul>\n</blockquote>\n","urlObject":{"path":["v3","company","companyUniqueName","accounts","accountUniqueName","estimates"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"28b11a45-1d58-4183-bbb8-928c89cff9d0"},{"name":"Delete Estimate","id":"b66c6000-d8c8-46a2-bd61-b688a1c99241","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"auth-key","value":"{{authkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"estimateNumber\": \"EST-20190522-2\"\n}"},"url":"/v3/company/companyUniqueName/accounts/accountUniqueName/estimates","description":"<h1 id=\"this-api-will-be-used-to-delete-a-particular-estimate\">This api will be used to delete a particular estimate.</h1>\n<p><strong>Path param values:</strong></p>\n<blockquote>\n<ul>\n<li>companyUniqueName: <code>$companyUniquename</code> Unique name of the company. (mandatory)</li>\n<li>accountUniqueName: <code>$accountUniqueName</code> Unique name of the account. (mandatory)</li>\n</ul>\n</blockquote>\n<p><strong>Body JSON</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n     \"estimateNumber\": \"EST-20190522-2\"\n}\n</code></pre><p><strong>Body JSON Description</strong></p>\n<ol>\n<li><strong>estimateNumber</strong>: $estimateNumber is the number of estimate. (mandatory)</li>\n</ol>\n","urlObject":{"path":["v3","company","companyUniqueName","accounts","accountUniqueName","estimates"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"b66c6000-d8c8-46a2-bd61-b688a1c99241"},{"name":"Download Estimate","id":"a50af426-57b0-4d97-be76-31eb4fbdf053","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"auth-key","value":"{{authkey}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"estimateNumber\": \"EST-20190514-5\"\n}"},"url":"/v3/company/companyUniqueName/accounts/accountUniqueName/estimates/download?fileType=pdf","description":"<h1 id=\"this-api-will-be-used-to-download-the-estimate\">This api will be used to download the estimate.</h1>\n<p>The fileType parameter will decide the response of the api. By default the value of fileType is <strong>base64</strong>, which will give a base64 version of the file. The user can also provide fileType as <strong>pdf</strong> to receive the response as a downloadable file.</p>\n<p><strong>Path param values:</strong></p>\n<blockquote>\n<ul>\n<li>companyUniqueName: <code>$companyUniquename</code> Unique name of the company. (mandatory)</li>\n<li>accountUniqueName: <code>$accountUniqueName</code> Unique name of the account. (mandatory)</li>\n</ul>\n</blockquote>\n<p><strong>Query param values:</strong></p>\n<blockquote>\n<ul>\n<li>fileType: <code>$fileType</code> is type of downloadable file. Not required and default value is <code>base64</code>. Supported values are <code>[base64, pdf]</code> (not mandatory)</li>\n</ul>\n</blockquote>\n<p><strong>Body JSON</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n     \"estimateNumber\": \"EST-20190514-5\"\n}\n</code></pre><p><strong>Body JSON Description</strong></p>\n<ol>\n<li><strong>estimateNumber</strong>: $estimateNumber is the number of estimate. (mandatory)</li>\n</ol>\n","urlObject":{"path":["v3","company","companyUniqueName","accounts","accountUniqueName","estimates","download"],"host":[""],"query":[{"key":"fileType","value":"pdf"}],"variable":[]}},"response":[],"_postman_id":"a50af426-57b0-4d97-be76-31eb4fbdf053"},{"name":"Mail Estimate","id":"ac343527-12f9-48d9-91e5-2cba4775b505","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"auth-key","value":"{{authkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"estimateNumber\": \"EST-20190514-5\",\n    \"emailId\": [\n        \"foo@bar.com\"\n    ]\n}"},"url":"/v3/company/companyUniqueName/accounts/accountUniqueName/estimates/mail","description":"<h1 id=\"this-api-will-be-used-to-mail-a-particular-estimate\">This api will be used to mail a particular estimate.</h1>\n<p><strong>Path param values:</strong></p>\n<blockquote>\n<ul>\n<li>companyUniqueName: <code>$companyUniquename</code> Unique name of the company. (mandatory)</li>\n<li>accountUniqueName: <code>$accountUniqueName</code> Unique name of the account. (mandatory)</li>\n</ul>\n</blockquote>\n<p><strong>Body JSON</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n     \"estimateNumber\": \"EST-20190514-5\",\n     \"emailId\": [\n         \"foo@bar.com\"\n     ]\n}\n</code></pre><p><strong>Body JSON Description</strong></p>\n<ol>\n<li><strong>estimateNumber</strong>: $estimateNumber is the number of estimate. (mandatory)</li>\n<li><strong>emailId</strong>: $emailId is the list of email Ids. (mandatory)</li>\n</ol>\n","urlObject":{"path":["v3","company","companyUniqueName","accounts","accountUniqueName","estimates","mail"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"ac343527-12f9-48d9-91e5-2cba4775b505"},{"name":"Get All Estimates","id":"deaa2c62-5d88-4cad-b83c-c73c7269f9a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"auth-key","value":"{{authkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"estimateNumber\":\"EST-20190514-6\",\n\t\"from\":\"01-04-2019\",\n\t\"to\":\"10-04-2019\",\n\t\"amountEquals\":true,\n\t\"amountLessThan\":false,\n\t\"amountGreaterThan\":false,\n\t\"amountExclude\":false,\n\t\"amount\":500,\n\t\"expireFrom\":\"20-04-2019\",\n\t\"expireTo\":\"25-04-2019\"\n}"},"url":"/company/companyUniqueName/vouchers/v3/estimates/alll?branchUniqueName=branchUniqueName&q=cash&sortBy=estimatedate&sort=desc&page=1&count=10","description":"<h1 id=\"this-api-will-be-used-to-view-the-details-of-all-estimates-\">This api will be used to view the details of all estimates. .</h1>\n<p>The api contains filters to search for particular estimates.</p>\n<p>There are no mandatory keys in this api.</p>\n<p><strong>Path param values:</strong></p>\n<blockquote>\n<ul>\n<li>companyUniqueName: <code>$companyUniquename</code> Unique name of the company. (mandatory)</li>\n</ul>\n</blockquote>\n<p><strong>Query param values:</strong></p>\n<blockquote>\n<ul>\n<li>branchUniqueName: <code>$branchUniqueName</code> Unique name of the branch. (not mandatory)</li>\n<li>from: <code>$from</code> Supported format is <code>dd-MM-yyyy</code> (not mandatory)</li>\n<li>to: <code>$to</code> Supported format is <code>dd-MM-yyyy</code> (not mandatory)</li>\n<li>page: <code>$NoOfPages</code> (not mandatory)`</li>\n<li>count: <code>$NoOfRecords</code> (not mandatory)`</li>\n<li>sortBy: Not required and default value is <code>estimatedate</code>. Supported values are <code>[estimatedate, grandtotal, expiredate]</code> (not mandatory)</li>\n<li>sort: Not required and default value is <code>desc</code>. Supported values are <code>[asc, desc]</code> (not mandatory)</li>\n</ul>\n</blockquote>\n","urlObject":{"path":["company","companyUniqueName","vouchers","v3","estimates","alll"],"host":[""],"query":[{"key":"branchUniqueName","value":"branchUniqueName"},{"key":"q","value":"cash"},{"description":{"content":"<p>Not required and default value is <code>estimatedate</code>. Supported values are <code>estimatedate/grandtotal/expiredate</code>.</p>\n","type":"text/plain"},"key":"sortBy","value":"estimatedate"},{"description":{"content":"<p>Not required and default value is <code>desc</code>. Supported values are <code>asc/desc</code>.</p>\n","type":"text/plain"},"key":"sort","value":"desc"},{"description":{"content":"<p>Not required and default value is <code>1</code>.</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Not required and default value is <code>20</code>.</p>\n","type":"text/plain"},"key":"count","value":"10"}],"variable":[]}},"response":[],"_postman_id":"deaa2c62-5d88-4cad-b83c-c73c7269f9a0"},{"name":"Generate Invoice From Estimate","id":"be75b5c9-0c0c-4a81-8f7e-529f5f01e170","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"auth-key","value":"{{authkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"estimateNumber\": \"EST-20190522-2\"\n}"},"url":"/company/companyUniqueName/vouchers/accounts/accountUniqueName/v3/generate-via-estimate","description":"<h1 id=\"this-api-will-be-used-to-create-a-invoice-from-a-estimate\">This api will be used to create a invoice from a estimate.</h1>\n<p><strong>Path param values:</strong></p>\n<blockquote>\n<ul>\n<li>companyUniqueName: <code>$companyUniquename</code> Unique name of the company. (mandatory)</li>\n<li>accountUniqueName: <code>$accountUniqueName</code> Unique name of the account. (mandatory)</li>\n</ul>\n</blockquote>\n<p><strong>Body JSON</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n     \"estimateNumber\": \"EST-20190522-2\"\n}\n</code></pre><p><strong>Body JSON Description</strong></p>\n<ol>\n<li><strong>estimateNumber</strong>: $estimateNumber is the number of estimate. (mandatory)</li>\n</ol>\n","urlObject":{"path":["company","companyUniqueName","vouchers","accounts","accountUniqueName","v3","generate-via-estimate"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"be75b5c9-0c0c-4a81-8f7e-529f5f01e170"},{"name":"Get All Estimate Version","id":"a9942788-9472-4fed-9d15-4a154145f958","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"auth-key","value":"{{authkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"estimateNumber\":\"EST-20190514-1\"\n}"},"url":"/v2/company/companyUniqueName/accounts/accountUniqueName/estimates/versions/all","description":"<p>This api will be used to view the versions created of a particular estimate. </p>\n<p>Each time a estimate is updated, a new version is created with the updated data.</p>\n<p>Mandatory Keys:</p>\n<ul>\n<li>estimateNumber</li>\n</ul>\n<p><strong>Path param values:</strong></p>\n<blockquote>\n<ul>\n<li>companyUniqueName: <code>$companyUniquename</code> Unique name of the company. (mandatory)</li>\n<li>accountUniqueName: <code>$accountUniqueName</code> Unique name of the account. (mandatory)</li>\n</ul>\n</blockquote>\n","urlObject":{"path":["v2","company","companyUniqueName","accounts","accountUniqueName","estimates","versions","all"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"a9942788-9472-4fed-9d15-4a154145f958"},{"name":"Update Action Over Estimate","id":"6c747384-d30c-4f38-ac5d-2d0dcff3059a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"auth-key","value":"{{authkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"estimateNumber\": \"EST-20190522-2\",\n    \"action\": \"Invoiced\"\n}"},"url":"/v3/company/companyUniqueName/accounts/accountUniqueName/estimates/action","description":"<h1 id=\"this-api-will-be-used-to-update-the-status-of-a-estimate\">This api will be used to update the status of a estimate.</h1>\n<p>The action parameter can have the following values: invoiced, accepted, decline, expired, submitted.</p>\n<p><strong>Path param values:</strong></p>\n<blockquote>\n<ul>\n<li>companyUniqueName: <code>$companyUniquename</code> Unique name of the company. (mandatory)</li>\n<li>accountUniqueName: <code>$accountUniqueName</code> Unique name of the account. (mandatory)</li>\n</ul>\n</blockquote>\n<p><strong>Body JSON</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n     \"estimateNumber\": \"EST-20190522-2\",\n     \"action\": \"Invoiced\"\"\n}\n</code></pre><p><strong>Body JSON Description</strong></p>\n<ol>\n<li><strong>estimateNumber</strong>: $estimateNumber is the number of estimate. (mandatory)</li>\n<li><strong>action</strong>:  $action. Supported values are <code>[invoiced, accepted, decline, expired, submitted]</code>. (mandatory)</li>\n</ol>\n","urlObject":{"path":["v3","company","companyUniqueName","accounts","accountUniqueName","estimates","action"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"6c747384-d30c-4f38-ac5d-2d0dcff3059a"},{"name":"Get Estimate Version","id":"250f4744-2d2d-4744-9696-bc816b7b2c31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"auth-key","value":"{{authkey}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"estimateVersionNumber\": \"EST-20190514-6-1\"\n}"},"url":"/v2/company/companyUniqueName/accounts/accountUniqueName/estimates/versions","description":"<p>This api will be used to view the details of a particular estimate version of a estimate.</p>\n<p><strong>Path param values:</strong></p>\n<blockquote>\n<ul>\n<li>companyUniqueName: <code>$companyUniquename</code> Unique name of the company. (mandatory)</li>\n<li>accountUniqueName: <code>$accountUniqueName</code> Unique name of the account. (mandatory)</li>\n</ul>\n</blockquote>\n<p><strong>Body JSON</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n     \"estimateVersionNumber\": \"EST-20190514-6-1\"\n}\n</code></pre><p><strong>Body JSON Description</strong></p>\n<ol>\n<li><strong>estimateVersionNumber</strong>: $estimateVersionNumber is the version number of estimate. (mandatory)</li>\n</ol>\n","urlObject":{"path":["v2","company","companyUniqueName","accounts","accountUniqueName","estimates","versions"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"250f4744-2d2d-4744-9696-bc816b7b2c31"},{"name":"Generate Proforma From Estimate","id":"e01466a1-1dae-4466-969c-2d6c65f58784","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"auth-key","type":"text","value":"{{authkey}}"}],"body":{"mode":"raw","raw":"{\n    \"estimateNumber\": \"EST-20190514-6\"\n}"},"url":"/v3/company/companyUniqueName/accounts/accountUniqueName/proformas/generate-via-estimate","description":"<h1 id=\"this-api-will-be-used-to-create-a-proforma-from-a-estimate\">This api will be used to create a proforma from a estimate.</h1>\n<p><strong>Path param values:</strong></p>\n<blockquote>\n<ul>\n<li>companyUniqueName: <code>$companyUniquename</code> Unique name of the company. (mandatory)</li>\n<li>accountUniqueName: <code>$accountUniqueName</code> Unique name of the account. (mandatory)</li>\n</ul>\n</blockquote>\n<p><strong>Body JSON</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n     \"estimateNumber\": \"EST-20190514-6\"\n}\n</code></pre><p><strong>Body JSON Description</strong></p>\n<ol>\n<li><strong>estimateNumber</strong>: $estimateNumber is the number of estimate. (mandatory)</li>\n</ol>\n","urlObject":{"path":["v3","company","companyUniqueName","accounts","accountUniqueName","proformas","generate-via-estimate"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"e01466a1-1dae-4466-969c-2d6c65f58784"},{"name":"Get all estimates version v2 api","id":"7ea405f5-6226-4e15-8992-786147fece06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"auth-key","value":"{{authkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\"estimateNumber\":\"EST-20190930-1\"\n}"},"url":"/v2/company/companyUniqueName/accounts/accountUniqueName/estimates/v2/versions/all","description":"<p>this api is use to return the previous versions of estimate as well the current version too.</p>\n<p>Manadatory keys - \nestimateNumber</p>\n<p><strong>Path param values:</strong></p>\n<blockquote>\n<ul>\n<li>companyUniqueName: <code>$companyUniquename</code> Unique name of the company. (mandatory)</li>\n<li>accountUniqueName: <code>$accountUniqueName</code> Unique name of the account. (mandatory)</li>\n</ul>\n</blockquote>\n","urlObject":{"path":["v2","company","companyUniqueName","accounts","accountUniqueName","estimates","v2","versions","all"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"7ea405f5-6226-4e15-8992-786147fece06"}],"id":"9463c06b-8825-46c4-8866-800add23485e","_postman_id":"9463c06b-8825-46c4-8866-800add23485e","description":""},{"name":"Tax Apis","item":[{"name":"asssign tax","id":"a633f855-9c98-4789-8d51-d333c8a7d404","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"auth-key","value":"{{authkey}}","type":"text"}],"body":{"mode":"raw","raw":"[\n    {\n        \"isAccount\": true,\n        \"taxes\": [\n            \"tdsrc\"\n        ],\n        \"uniqueName\": \"debtor\"\n    }\n]"},"url":"/company/companyUniqueName/tax/assign","description":"<p>This api is used to assign taxes to account or group.</p>\n<p>manadatory keys-\nisAccount, taxes, uniqueName</p>\n<p><strong>Path param values:</strong></p>\n<blockquote>\n<ul>\n<li>companyUniqueName: <code>$companyUniquename</code> Unique name of the company. (mandatory)</li>\n</ul>\n</blockquote>\n","urlObject":{"path":["company","companyUniqueName","tax","assign"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"a633f855-9c98-4789-8d51-d333c8a7d404"},{"name":"Create tax","id":"eb2e2f9e-7d24-4e91-97c4-e85ea7e90c69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Auth-Key","value":"{{authkey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"taxNumber\": \"12\",\n    \"taxType\": \"others\",\n    \"name\": \"TDS pay\",\n    \"duration\": \"YEARLY\",\n    \"taxFileDate\": \"02\",\n    \"accounts\": [\n        {\n            \"name\": \"tax1\",\n            \"uniqueName\": \"tax1\"\n        }\n    ],\n    \"taxDetail\": [\n        {\n            \"date\": \"01-04-2016\",\n            \"taxValue\": \"12\"\n        }\n    ]\n}"},"url":"/company/companyUniqueName/tax","description":"<p>This api is used to create tax -</p>\n<p>Tax type enum - </p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>GST(\"gst\"), InputGST(\"inputgst\"), TDSRC(\"tdsrc\"), TDSPAY(\"tdspay\"), TCSRC(\"tcsrc\"), TCSPAY(\"tcspay\"), GSTCESS\n        (\"gstcess\"), OTHERS(\"others\"), COMMONGST(\"commongst\");\n        \n</code></pre><p>Manadatory keys- \nname, taxtype, duration, taxfiledate,\ndate, taxValue</p>\n<p><strong>Path param values:</strong></p>\n<blockquote>\n<ul>\n<li>companyUniqueName: <code>$companyUniquename</code> Unique name of the company. (mandatory)</li>\n</ul>\n</blockquote>\n","urlObject":{"path":["company","companyUniqueName","tax"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"eb2e2f9e-7d24-4e91-97c4-e85ea7e90c69"},{"name":"get all tax","id":"ab5aeb17-d3ae-4650-ac38-f897588ff4b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"auth-key","value":"{{authkey}}","type":"text"}],"url":"/company/companyUniqueName/tax","description":"<p>This api is used to return all taxes.</p>\n<p><strong>Path param values:</strong></p>\n<blockquote>\n<ul>\n<li>companyUniqueName: <code>$companyUniquename</code> Unique name of the company. (mandatory)</li>\n</ul>\n</blockquote>\n","urlObject":{"path":["company","companyUniqueName","tax"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"ab5aeb17-d3ae-4650-ac38-f897588ff4b4"},{"name":"Create stock group and assign tax","id":"c4e24208-7c08-45b9-81f4-de4083fa1c7d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Auth-Key","value":"{{authkey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"A\",\n    \"uniqueName\": \"a\",\n    \"parentStockGroupUniqueName\": \"\",\n    \"taxes\": [\n        \"tcs\"\n    ]\n}"},"url":"/company/companyUniqueName/stock-group","description":"<p>This api is used to create tax and apply taxes.</p>\n<p><strong>Path param values:</strong></p>\n<blockquote>\n<ul>\n<li>companyUniqueName: <code>$companyUniquename</code> Unique name of the company. (mandatory)</li>\n</ul>\n</blockquote>\n","urlObject":{"path":["company","companyUniqueName","stock-group"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"c4e24208-7c08-45b9-81f4-de4083fa1c7d"},{"name":"create stock and assign tax","id":"d7df1548-16ff-4c67-a840-75fadf912e91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Auth-Key","value":"{{authkey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"taxes\": [\n        \"tcs\"\n    ],\n    \"rowNum\": null,\n    \"name\": \"jeans\",\n    \"openingAmount\": 0,\n    \"stockGroup\": {\n        \"name\": \"A\",\n        \"uniqueName\": {{stockGroupUniqueName}}\n    },\n    \"manageInventory\": true,\n    \"amazonAsin\": \"\",\n    \"importStockData\": null,\n    \"stockUnitCode\": \"nos\",\n    \"purchaseAccountDetails\": {\n        \"accountUniqueName\": \"purchases\",\n        \"unitRates\": [\n            {\n                \"rate\": 10,\n                \"stockUnitCode\": \"nos\"\n            }\n        ]\n    },\n    \"salesAccountDetails\": {\n        \"accountUniqueName\": \"sales\",\n        \"unitRates\": [\n            {\n                \"rate\": 20,\n                \"stockUnitCode\": \"nos\"\n            }\n        ]\n    },\n    \"manufacturingDetails\": null,\n    \"errorMessage\": null,\n    \"sacNumber\": null,\n    \"hsnNumber\": \"15975369\",\n    \"uniqueName\": {{stockUniqueName}},\n    \"openingQuantity\": 0,\n    \"stockUnit\": {\n        \"name\": \"Number\",\n        \"hierarchicalQuantity\": 1,\n        \"quantityPerUnit\": 1,\n        \"code\": \"nos\"\n    },\n    \"rowNumber\": 0,\n    \"updateStockUnitsForLinkedCompanies\": false,\n    \"taxesToSave\": []\n}"},"url":"/company/companyUniqueName/stock-group/{{stockGroupUniqueName}}/stock","description":"<p>This api is use to create stock and assign tax on stock-</p>\n<p> keys-\n  \"taxes\": [\"tcs\"]</p>\n<p><strong>Path param values:</strong></p>\n<blockquote>\n<ul>\n<li>companyUniqueName: <code>$companyUniquename</code> Unique name of the company. (mandatory)</li>\n<li>stockGroupUniqueName: <code>$stockGroupUniqueName</code> Unique name of the stock group. (mandatory)</li>\n</ul>\n</blockquote>\n<p><strong>Body JSON Description</strong></p>\n<ol>\n<li><strong>stockUniqueName</strong>: <code>$stockUniqueName</code> Unique name of the stock. (mandatory)</li>\n</ol>\n","urlObject":{"path":["company","companyUniqueName","stock-group","{{stockGroupUniqueName}}","stock"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"d7df1548-16ff-4c67-a840-75fadf912e91"}],"id":"4540860e-4cf0-4620-a46c-a54d9983aa2a","_postman_id":"4540860e-4cf0-4620-a46c-a54d9983aa2a","description":""},{"name":"GST Apis","item":[{"name":"Get GSTR1 Data","id":"2c06ba6f-8be4-4cde-a12d-bc3e4bb38bfa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Auth-Key","value":"{{authkey}}","type":"text"}],"url":"/v2/company/companyUniqueName/gstr1?gstin={{gstin}}&from=01-06-2019&to=30-06-2019&branchUniqueName=branchUniqueName","description":"<p>This api will be used to view the GSTR1 data of a company for a particular month.</p>\n<p><strong>Mandatory Keys</strong>:</p>\n<ul>\n<li>gstin</li>\n<li>monthYear or (from and to, but they can only be the start and end dates of a given month)</li>\n</ul>\n<p><strong>Path param values:</strong></p>\n<blockquote>\n<ul>\n<li>companyUniqueName: <code>$companyUniquename</code> Unique name of the company. (mandatory)</li>\n</ul>\n</blockquote>\n<p><strong>Query param values:</strong></p>\n<blockquote>\n<ul>\n<li>gstin: <code>$gstin</code> GSTIN number attached with company. (mandatory)</li>\n<li>branchUniqueName: <code>$branchUniqueName</code> Unique name of the branch. (not mandatory)</li>\n<li>from: <code>$from</code> Supported format is <code>dd-MM-yyyy</code> (conditionally mandatory) [Please provide from and to (dates) if we need to fetch report for a specific time period]</li>\n<li>to: <code>$to</code> Supported format is <code>dd-MM-yyyy</code> (conditionally mandatory) [Please provide from and to (dates) if we need to fetch report for a specific time period]</li>\n<li>monthYear: <code>$monthYear</code> Supported format is <code>MM-yyyy</code>. $monthYear or ($from and $to), but they can only be the start and end dates of a given month. (not mandatory)</li>\n</ul>\n</blockquote>\n<p>Note: Default values for not mandatory fields:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code> from = $(today - 1 month)\n to = $(today)\n monthYear = $(current month)\n</code></pre>","urlObject":{"path":["v2","company","companyUniqueName","gstr1"],"host":[""],"query":[{"key":"gstin","value":"{{gstin}}"},{"key":"from","value":"01-06-2019"},{"key":"to","value":"30-06-2019"},{"key":"branchUniqueName","value":"branchUniqueName"}],"variable":[]}},"response":[],"_postman_id":"2c06ba6f-8be4-4cde-a12d-bc3e4bb38bfa"},{"name":"Send GSTR3B excel mail","id":"a10df8aa-f234-4406-aa63-3054893c5e87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Auth-Key","type":"text","value":"{{authkey}}"}],"url":"/v2/company/companyUniqueName/gstr3b-excel-export/email?gstin={{gstin}}&branchUniqueName=branchUniqueName","description":"<p>API : Send GSTR3B excel email [GET]</p>\n<p>This api will be send email of GSTR3B excel. Below is the description.</p>\n<p><strong>Path param values:</strong></p>\n<blockquote>\n<ul>\n<li>companyUniqueName: <code>$companyUniquename</code> Unique name of the company. (mandatory)</li>\n</ul>\n</blockquote>\n<p><strong>Query param values:</strong></p>\n<blockquote>\n<ul>\n<li>gstin: <code>$gstin</code> GSTIN number attached with company. (mandatory)</li>\n<li>branchUniqueName: <code>$branchUniqueName</code> Unique name of the branch. (not mandatory)</li>\n<li>email: <code>$email</code> Receiver's email id. (not mandatory)</li>\n<li>from: <code>$from</code> Supported format is <code>dd-MM-yyyy</code> (conditionally mandatory) [Please provide from and to (dates) if we need to fetch report for a specific time period]</li>\n<li>to: <code>$to</code> Supported format is <code>dd-MM-yyyy</code> (conditionally mandatory) [Please provide from and to (dates) if we need to fetch report for a specific time period]</li>\n<li>monthYear: <code>$monthYear</code> Supported format is <code>MM-yyyy</code>. $monthYear or ($from and $to), but they can only be the start and end dates of a given month. (not mandatory)</li>\n</ul>\n</blockquote>\n<p>Note: Default values for not mandatory fields:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code> from = $(today - 1 month)\n to = $(today)\n monthYear = $(current month)\n</code></pre>","urlObject":{"path":["v2","company","companyUniqueName","gstr3b-excel-export","email"],"host":[""],"query":[{"key":"gstin","value":"{{gstin}}"},{"key":"branchUniqueName","value":"branchUniqueName"}],"variable":[]}},"response":[],"_postman_id":"a10df8aa-f234-4406-aa63-3054893c5e87"},{"name":"Get GSTR1 Summary","id":"20fdcd55-7b5c-42e7-be0c-77376a525e7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Auth-Key","value":"{{authkey}}","type":"text"}],"url":"/v2/company/companyUniqueName/gstr1-summary?gstin={{gstin}}&from=01-06-2019&to=30-06-2019&branchUniqueName=branchUniqueName","description":"<p>This api will be used to view the GSTR1 summary of a company for a particular month.</p>\n<p><strong>Mandatory Keys</strong>:</p>\n<ul>\n<li>gstin</li>\n<li>monthYear or (from and to, but they can only be the start and end dates of a given month)</li>\n</ul>\n<p><strong>Path param values:</strong></p>\n<blockquote>\n<ul>\n<li>companyUniqueName: <code>$companyUniquename</code> Unique name of the company. (mandatory)</li>\n</ul>\n</blockquote>\n<p><strong>Query param values:</strong></p>\n<blockquote>\n<ul>\n<li>gstin: <code>$gstin</code> GSTIN number attached with company. (mandatory)</li>\n<li>branchUniqueName: <code>$branchUniqueName</code> Unique name of the branch. (not mandatory)</li>\n<li>from: <code>$from</code> Supported format is <code>dd-MM-yyyy</code> (conditionally mandatory) [Please provide from and to (dates) if we need to fetch report for a specific time period]</li>\n<li>to: <code>$to</code> Supported format is <code>dd-MM-yyyy</code> (conditionally mandatory) [Please provide from and to (dates) if we need to fetch report for a specific time period]</li>\n<li>monthYear: <code>$monthYear</code> Supported format is <code>MM-yyyy</code>. $monthYear or ($from and $to), but they can only be the start and end dates of a given month. (not mandatory)</li>\n</ul>\n</blockquote>\n<p>Note: Default values for not mandatory fields:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code> from = $(today - 1 month)\n to = $(today)\n monthYear = $(current month)\n</code></pre>","urlObject":{"path":["v2","company","companyUniqueName","gstr1-summary"],"host":[""],"query":[{"key":"gstin","value":"{{gstin}}"},{"key":"from","value":"01-06-2019"},{"key":"to","value":"30-06-2019"},{"key":"branchUniqueName","value":"branchUniqueName"}],"variable":[]}},"response":[],"_postman_id":"20fdcd55-7b5c-42e7-be0c-77376a525e7c"},{"name":"Get GSTR1 Transactions","id":"3cec64fb-e294-48a2-83d5-4997c7de6b8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Auth-Key","value":"{{authkey}}","type":"text"}],"url":"/v2/company/companyUniqueName/gstr1-transactions?gstin={{gstin}}&entityType=invoices&branchUniqueName=branchUniqueName&from=01-06-2019&to=30-06-2019&type=b2b","description":"<p>This api will be used to view the GSTR1 transactions of a company for a particular month.</p>\n<p><strong>Mandatory Keys</strong>:</p>\n<ul>\n<li>gstin</li>\n<li>monthYear or (from and to, but they can only be the start and end dates of a given month)</li>\n<li>entityType (invoices, credit-notes, or debit-notes)</li>\n<li></li>\n</ul>\n<hr />\n<p>new entityType - \na) adjusted-advance-receipt - used for fetching adjusted advance receipt transactions which are created in tax on advance ledger</p>\n<p><strong>Path param values:</strong></p>\n<blockquote>\n<ul>\n<li>companyUniqueName: <code>$companyUniquename</code> Unique name of the company. (mandatory)</li>\n</ul>\n</blockquote>\n<p><strong>Query param values:</strong></p>\n<blockquote>\n<ul>\n<li>gstin: <code>$gstin</code> GSTIN number attached with company. (mandatory)</li>\n<li>entityType: <code>$entityType</code> [invoices, credit-notes, debit-notes, advance-receipt, adjusted-advance-receipt]. (mandatory)</li>\n<li>branchUniqueName: <code>$branchUniqueName</code> Unique name of the branch. (not mandatory)</li>\n<li>from: <code>$from</code> Supported format is <code>dd-MM-yyyy</code> (conditionally mandatory) [Please provide from and to (dates) if we need to fetch report for a specific time period]</li>\n<li>to: <code>$to</code> Supported format is <code>dd-MM-yyyy</code> (conditionally mandatory) [Please provide from and to (dates) if we need to fetch report for a specific time period]</li>\n<li>monthYear: <code>$monthYear</code> Supported format is <code>MM-yyyy</code>. $monthYear or ($from and $to), but they can only be the start and end dates of a given month. (not mandatory)</li>\n</ul>\n</blockquote>\n<p>Note: Default values for not mandatory fields:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code> from = $(today - 1 month)\n to = $(today)\n monthYear = $(current month)\n</code></pre>","urlObject":{"path":["v2","company","companyUniqueName","gstr1-transactions"],"host":[""],"query":[{"key":"gstin","value":"{{gstin}}"},{"key":"entityType","value":"invoices"},{"key":"branchUniqueName","value":"branchUniqueName"},{"key":"from","value":"01-06-2019"},{"key":"to","value":"30-06-2019"},{"key":"type","value":"b2b"}],"variable":[]}},"response":[],"_postman_id":"3cec64fb-e294-48a2-83d5-4997c7de6b8e"},{"name":"Get GSTR3B Data","id":"d908ffa8-a552-47df-84e3-573fd9eff46f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Auth-Key","value":"{{authkey}}","type":"text"}],"url":"/v2/company/companyUniqueName/gstr3b?monthYear=08-2019&gstin={{gstin}}","description":"<p>This api will be used to view the GSTR3B data of a company for a particular month.</p>\n<p><strong>Mandatory Keys</strong>:</p>\n<ul>\n<li>gstin</li>\n<li>monthYear or (from and to, but they can only be the start and end dates of a given month)</li>\n</ul>\n<p><strong>Path param values:</strong></p>\n<blockquote>\n<ul>\n<li>companyUniqueName: <code>$companyUniquename</code> Unique name of the company. (mandatory)</li>\n</ul>\n</blockquote>\n<p><strong>Query param values:</strong></p>\n<blockquote>\n<ul>\n<li>gstin: <code>$gstin</code> GSTIN number attached with company. (mandatory)</li>\n<li>branchUniqueName: <code>$branchUniqueName</code> Unique name of the branch. (not mandatory)</li>\n<li>from: <code>$from</code> Supported format is <code>dd-MM-yyyy</code> (conditionally mandatory) [Please provide from and to (dates) if we need to fetch report for a specific time period]</li>\n<li>to: <code>$to</code> Supported format is <code>dd-MM-yyyy</code> (conditionally mandatory) [Please provide from and to (dates) if we need to fetch report for a specific time period]</li>\n<li>monthYear: <code>$monthYear</code> Supported format is <code>MM-yyyy</code>. $monthYear or ($from and $to), but they can only be the start and end dates of a given month. (not mandatory)</li>\n</ul>\n</blockquote>\n<p>Note: Default values for not mandatory fields:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code> from = $(today - 1 month)\n to = $(today)\n monthYear = $(current month)\n</code></pre>","urlObject":{"path":["v2","company","companyUniqueName","gstr3b"],"host":[""],"query":[{"key":"monthYear","value":"08-2019"},{"key":"gstin","value":"{{gstin}}"}],"variable":[]}},"response":[],"_postman_id":"d908ffa8-a552-47df-84e3-573fd9eff46f"},{"name":"Get GST Number from Invoice Number","id":"d53b935a-fbed-465b-b985-4064a3a76cf6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Auth-Key","type":"text","value":"{{authkey}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"invoiceNumber\": \"20190726-1\"\n}"},"url":"/company/companyUniqueName/vouchers/gstin-for-invoice","description":"<p>API: Get GST number from Invoice Number [POST]</p>\n<p>This API takes invoice number and provice corrosponding GST number</p>\n<p><strong>Path param values:</strong></p>\n<blockquote>\n<ul>\n<li>companyUniqueName: <code>$companyUniquename</code> Unique name of the company. (mandatory)</li>\n</ul>\n</blockquote>\n<p><strong>Body JSON</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n     \"invoiceNumber\": \"20190726-1\"\n}\n</code></pre>","urlObject":{"path":["company","companyUniqueName","vouchers","gstin-for-invoice"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"d53b935a-fbed-465b-b985-4064a3a76cf6"},{"name":"Save GSTR3B Data","id":"e91af5e8-76f4-44f9-9498-17a60071c5ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Auth-Key","value":"{{authkey}}","type":"text"}],"url":"/v2/company/companyUniqueName/save-gstr3b?monthYear=07-2019&gstin=23AAC1234512345&gsp=VAYANA","description":"<p>This api will be used to save the GSTR3B data on the GST portal for a particular company for a given month.</p>\n<p>Params:</p>\n<ul>\n<li>monthYear (The month for which the data has to be saved. It is in MM-yyyy format. Alternatively, from and to date can be given which should the the start and end date of the given month). </li>\n<li>gsp (This key is <strong>mandatory</strong>. It is either VAYANA or TAXPRO)</li>\n<li>gstin (This key is <strong>mandatory</strong>.)</li>\n</ul>\n<p>The user will receive an email confirming the status of the request.</p>\n","urlObject":{"path":["v2","company","companyUniqueName","save-gstr3b"],"host":[""],"query":[{"key":"monthYear","value":"07-2019"},{"key":"gstin","value":"23AAC1234512345"},{"key":"gsp","value":"VAYANA"}],"variable":[]}},"response":[],"_postman_id":"e91af5e8-76f4-44f9-9498-17a60071c5ed"}],"id":"e40fd818-6a8d-4617-9763-d2e23d95e21c","_postman_id":"e40fd818-6a8d-4617-9763-d2e23d95e21c","description":""},{"name":"Report Apis","item":[{"name":"Purchases Register API","item":[{"name":"Purchases Register Overview","id":"236f3a4a-112f-4420-83f4-6522001db482","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Auth-Key","type":"text","value":"{{authkey}}"}],"url":"/v2/company/companyUniqueName/purchases-register-overview?from=01-04-2019&to=31-07-2019&interval=monthly&branchUniqueName=branchUniqueName","description":"<p>This api will be used to view the purchases register overview for a given date period and interval.</p>\n<p>The overview report here is created by splitting the from and to dates, into intervals (weekly, monthly, quarterly, daily), and calculating the amounts (credit total, debit total, etc.) based on that interval.</p>\n<p>Params:</p>\n<ul>\n<li>from</li>\n<li>to</li>\n<li>interval (default value <strong>monthly</strong>)</li>\n</ul>\n","urlObject":{"path":["v2","company","companyUniqueName","purchases-register-overview"],"host":[""],"query":[{"key":"from","value":"01-04-2019"},{"key":"to","value":"31-07-2019"},{"key":"interval","value":"monthly"},{"key":"branchUniqueName","value":"branchUniqueName"}],"variable":[]}},"response":[],"_postman_id":"236f3a4a-112f-4420-83f4-6522001db482"},{"name":"Purchases Register Detailed","id":"7c2aca94-bf4b-4446-8409-599e093f8e86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Auth-Key","type":"text","value":"{{authkey}}"}],"url":"/v2/company/companyUniqueName/purchases-register-detailed?from=01-04-2019&to=15-07-2019&q=debtor1&sort=asc&sortBy=creditTotal&branchUniqueName=branchUniqueName","description":"<p>This api will be used to view the detailed purchases register report for a given date period.</p>\n<p>Params:</p>\n<ul>\n<li>page (default value <strong>1</strong>)</li>\n<li>count (default value <strong>20</strong>)</li>\n<li>from</li>\n<li>to</li>\n<li>sort (default value <strong>asc</strong>)</li>\n<li>sortBy (default value <strong>date</strong>)</li>\n<li>q</li>\n</ul>\n<p>Allowed values for sort:</p>\n<ul>\n<li>asc</li>\n<li>desc</li>\n</ul>\n<p>Allowed values for sortBy (casing matters):</p>\n<ul>\n<li>date (default)</li>\n<li>voucherType</li>\n<li>creditTotal</li>\n<li>debitTotal</li>\n<li>discountTotal</li>\n<li>taxTotal</li>\n<li>netTotal</li>\n<li>rate</li>\n</ul>\n<p>Note: q works for account name, account unique name and voucher number.</p>\n","urlObject":{"path":["v2","company","companyUniqueName","purchases-register-detailed"],"host":[""],"query":[{"key":"from","value":"01-04-2019"},{"key":"to","value":"15-07-2019"},{"key":"q","value":"debtor1"},{"key":"sort","value":"asc"},{"key":"sortBy","value":"creditTotal"},{"key":"branchUniqueName","value":"branchUniqueName"}],"variable":[]}},"response":[],"_postman_id":"7c2aca94-bf4b-4446-8409-599e093f8e86"}],"id":"1be93f92-4300-438a-bb4b-8ec3ef62320a","_postman_id":"1be93f92-4300-438a-bb4b-8ec3ef62320a","description":""},{"name":"Sales Register API","item":[{"name":"Sales Register Overview","id":"4c179770-2e02-4832-9133-dca6e7a4a368","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Auth-Key","value":"{{authkey}}","type":"text"}],"url":"/v2/company/companyUniqueName/sales-register-overview?from=01-04-2019&to=31-07-2019&interval=monthly&branchUniqueName=branchUniqueName","description":"<p>This api will be used to view the sales register overview for a given date period and interval.</p>\n<p>The overview report here is created by splitting the from and to dates, into intervals (weekly, monthly, quarterly, daily), and calculating the amounts (credit total, debit total, etc.) based on that interval.</p>\n<p>Params:</p>\n<ul>\n<li>from</li>\n<li>to</li>\n<li>interval (default value <strong>monthly</strong>)</li>\n</ul>\n","urlObject":{"path":["v2","company","companyUniqueName","sales-register-overview"],"host":[""],"query":[{"key":"from","value":"01-04-2019"},{"key":"to","value":"31-07-2019"},{"key":"interval","value":"monthly"},{"key":"branchUniqueName","value":"branchUniqueName"}],"variable":[]}},"response":[],"_postman_id":"4c179770-2e02-4832-9133-dca6e7a4a368"},{"name":"Sales Register Detailed","id":"9888d154-5035-4a80-8d6f-41647c1e5974","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Auth-Key","type":"text","value":"{{authkey}}"}],"url":"/v2/company/companyUniqueName/sales-register-detailed?from=01-04-2019&to=15-07-2019&q=debtor1&sort=asc&sortBy=creditTotal&branchUniqueName=branchUniqueName","description":"<p>This api will be used to view the detailed sales register report for a given date period.</p>\n<p>Params:</p>\n<ul>\n<li>page (default value <strong>1</strong>)</li>\n<li>count (default value <strong>20</strong>)</li>\n<li>from</li>\n<li>to</li>\n<li>sort (default value <strong>asc</strong>)</li>\n<li>sortBy (default value <strong>date</strong>)</li>\n<li>q</li>\n</ul>\n<p>Allowed values for sort:</p>\n<ul>\n<li>asc</li>\n<li>desc</li>\n</ul>\n<p>Allowed values for sortBy (casing matters):</p>\n<ul>\n<li>date (default)</li>\n<li>voucherType</li>\n<li>creditTotal</li>\n<li>debitTotal</li>\n<li>discountTotal</li>\n<li>taxTotal</li>\n<li>netTotal</li>\n<li>rate</li>\n</ul>\n<p>Note: q works for account name, account unique name and voucher number.</p>\n","urlObject":{"path":["v2","company","companyUniqueName","sales-register-detailed"],"host":[""],"query":[{"key":"from","value":"01-04-2019"},{"key":"to","value":"15-07-2019"},{"key":"q","value":"debtor1"},{"key":"sort","value":"asc"},{"key":"sortBy","value":"creditTotal"},{"key":"branchUniqueName","value":"branchUniqueName"}],"variable":[]}},"response":[],"_postman_id":"9888d154-5035-4a80-8d6f-41647c1e5974"}],"id":"2814e014-d28b-4c86-a6a9-5b647da4a86e","_postman_id":"2814e014-d28b-4c86-a6a9-5b647da4a86e","description":""},{"name":"Trial Balance Api","id":"c2384f76-3017-4d00-a099-e2477ecb171f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Auth-Key","value":"{{authkey}}","type":"text"}],"url":"/v2/company/companyUniqueName/multibranch/trial-balance?from=01-04-2019&to=10-04-2019&refresh=false&branchUniqueName=branchUniqueName","description":"<p>This api will be used to view the trial balance of a company. The data received in this api is for multi branch cases.</p>\n","urlObject":{"path":["v2","company","companyUniqueName","multibranch","trial-balance"],"host":[""],"query":[{"key":"from","value":"01-04-2019"},{"key":"to","value":"10-04-2019"},{"key":"refresh","value":"false"},{"key":"branchUniqueName","value":"branchUniqueName"}],"variable":[]}},"response":[],"_postman_id":"c2384f76-3017-4d00-a099-e2477ecb171f"},{"name":"Balance Sheet Api","id":"96f6781f-48c4-437c-9002-c3192714006b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Auth-Key","value":"{{authkey}}","type":"text"}],"url":"/v2/company/companyUniqueName/multibranch/balance-sheet?from=01-04-2019&to=19-06-2019&branchUniqueName=branchUniqueName","description":"<p>This api will be used to view the balance sheet of a company. The data received in this api is for multi branch cases.</p>\n","urlObject":{"path":["v2","company","companyUniqueName","multibranch","balance-sheet"],"host":[""],"query":[{"key":"from","value":"01-04-2019"},{"key":"to","value":"19-06-2019"},{"key":"branchUniqueName","value":"branchUniqueName"}],"variable":[]}},"response":[],"_postman_id":"96f6781f-48c4-437c-9002-c3192714006b"},{"name":"Export Invoice Api","id":"cc858fb6-8272-43c7-9c33-025807e7af41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Auth-Key","value":"{{authkey}}","type":"text"}],"url":"/company/companyUniqueName/export-invoices?from=01-04-2019&to=01-06-2019&fileType=base64&branchUniqueName=branchUniqueName","description":"<p>This api will be used to export invoices of a particular date period for a given company.</p>\n<p>The fileType parameter will decide the response of the api. By default the value of fileType is <strong>base64</strong>, which will give a base64 version of the file. The user can also provide fileType as <strong>file</strong> to receive the response as a downloadable xls file.</p>\n","urlObject":{"path":["company","companyUniqueName","export-invoices"],"host":[""],"query":[{"key":"from","value":"01-04-2019"},{"key":"to","value":"01-06-2019"},{"key":"fileType","value":"base64"},{"key":"branchUniqueName","value":"branchUniqueName"}],"variable":[]}},"response":[],"_postman_id":"cc858fb6-8272-43c7-9c33-025807e7af41"},{"name":"Customer / Vendor Report Api","id":"fba6b7f4-9a4c-4af3-8073-17ee9862b139","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"auth-key","value":"{{authkey}}"}],"body":{"mode":"raw","raw":"{\n    \"openingBalance\": 900,\n    \"openingBalanceType\": \"debit\",\n    \"openingBalanceGreaterThan\": false,\n    \"openingBalanceLessThan\": false,\n    \"openingBalanceEqual\": true,\n    \"openingBalanceNotEqual\": false,\n    \"closingBalance\": null,\n    \"closingBalanceType\": \"debit\",\n    \"closingBalanceGreaterThan\": false,\n    \"closingBalanceLessThan\": false,\n    \"closingBalanceEqual\": true,\n    \"closingBalanceNotEqual\": false,\n    \"creditTotal\": null,\n    \"creditTotalGreaterThan\": false,\n    \"creditTotalLessThan\": false,\n    \"creditTotalEqual\": true,\n    \"creditTotalNotEqual\": false,\n    \"debitTotal\": null,\n    \"debitTotalGreaterThan\": false,\n    \"debitTotalLessThan\": false,\n    \"debitTotalEqual\": true,\n    \"debitTotalNotEqual\": false\n}"},"url":"/v2/company/companyUniqueName/groups/sundrydebtors/account-balances?from=01-04-2019&to=30-12-2019&page=1&count=10&sort=desc&sortBy=openingBalance&refresh=false&branchUniqueName=branchUniqueName","description":"<p>This api will be used to view the customer / vendor report of a particular company for a given date period.</p>\n<p>Params:</p>\n<ul>\n<li>from</li>\n<li>to</li>\n<li>sortBy (default value <strong>name</strong>)</li>\n<li>sort (default value <strong>asc</strong>)</li>\n<li>page (default value <strong>1</strong>)</li>\n<li>count (default value <strong>20</strong>)</li>\n<li>refresh (default value <strong>false</strong>)</li>\n<li>branchUniqueName (default value <strong>null</strong>)</li>\n</ul>\n<p>Sorting can be done by the following values (make sure the casing is correct):</p>\n<ul>\n<li>name</li>\n<li>state</li>\n<li>gstin</li>\n<li>amountDue (closing balance)</li>\n<li>group (name)</li>\n<li>openingBalance</li>\n<li>creditTotal</li>\n<li>debitTotal</li>\n</ul>\n","urlObject":{"path":["v2","company","companyUniqueName","groups","sundrydebtors","account-balances"],"host":[""],"query":[{"key":"from","value":"01-04-2019"},{"key":"to","value":"30-12-2019"},{"key":"page","value":"1"},{"key":"count","value":"10"},{"key":"sort","value":"desc"},{"key":"sortBy","value":"openingBalance"},{"key":"refresh","value":"false"},{"key":"branchUniqueName","value":"branchUniqueName"}],"variable":[]}},"response":[],"_postman_id":"fba6b7f4-9a4c-4af3-8073-17ee9862b139"},{"name":"Aging report api","id":"8ce39f7b-f321-460e-bb21-04ed3a7e0c41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"authority","value":"api.giddh.com"},{"key":"accept","value":"application/json"},{"key":"accept-language","value":"en-GB,en-US;q=0.9,en;q=0.8"},{"key":"cache-control","value":"no-cache"},{"key":"content-type","value":"application/json"},{"key":"origin","value":"https://books.giddh.com"},{"key":"pragma","value":"no-cache"},{"key":"referer","value":"https://books.giddh.com/"},{"key":"sec-ch-ua","value":"\"Not_A Brand\";v=\"8\", \"Chromium\";v=\"120\", \"Google Chrome\";v=\"120\""},{"key":"sec-ch-ua-mobile","value":"?0"},{"key":"sec-ch-ua-platform","value":"\"macOS\""},{"key":"sec-fetch-dest","value":"empty"},{"key":"sec-fetch-mode","value":"cors"},{"key":"sec-fetch-site","value":"same-site"},{"key":"auth-key","value":"{{authKey}}"},{"key":"user-agent","value":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36"}],"body":{"mode":"raw","raw":"{\n    \"includeTotalDueAmount\": false,\n    \"totalDueAmountGreaterThan\": false,\n    \"totalDueAmountLessThan\": false,\n    \"totalDueAmountEqualTo\": false,\n    \"totalDueAmountNotEqualTo\": false\n}"},"url":"/company/companyUniqueName/due-amount-report?q=&page=0&count=50&sort=asc&sortBy=name&rangeCol=&lang=en","urlObject":{"path":["company","companyUniqueName","due-amount-report"],"host":[""],"query":[{"key":"q","value":""},{"key":"page","value":"0"},{"key":"count","value":"50"},{"key":"sort","value":"asc"},{"key":"sortBy","value":"name"},{"key":"rangeCol","value":""},{"key":"lang","value":"en"}],"variable":[]}},"response":[],"_postman_id":"8ce39f7b-f321-460e-bb21-04ed3a7e0c41"},{"name":"Daybook report api","id":"58447d37-521d-4c9b-8c91-4f1692822b3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"authority","value":"api.giddh.com"},{"key":"accept","value":"application/json"},{"key":"accept-language","value":"en-GB,en-US;q=0.9,en;q=0.8"},{"key":"cache-control","value":"no-cache"},{"key":"content-length","value":"0"},{"key":"content-type","value":"application/json"},{"key":"origin","value":"https://books.giddh.com"},{"key":"pragma","value":"no-cache"},{"key":"referer","value":"https://books.giddh.com/"},{"key":"sec-ch-ua","value":"\"Not_A Brand\";v=\"8\", \"Chromium\";v=\"120\", \"Google Chrome\";v=\"120\""},{"key":"sec-ch-ua-mobile","value":"?0"},{"key":"sec-ch-ua-platform","value":"\"macOS\""},{"key":"sec-fetch-dest","value":"empty"},{"key":"sec-fetch-mode","value":"cors"},{"key":"sec-fetch-site","value":"same-site"},{"key":"auth-key","value":"{{authKey}}"},{"key":"user-agent","value":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36"}],"url":"/company/companyUniqueName/daybook?page=0&count=50&from=01-04-2021&to=05-02-2024&lang=en","urlObject":{"path":["company","companyUniqueName","daybook"],"host":[""],"query":[{"key":"page","value":"0"},{"key":"count","value":"50"},{"key":"from","value":"01-04-2021"},{"key":"to","value":"05-02-2024"},{"disabled":true,"key":"branchUniqueName","value":""},{"key":"lang","value":"en"}],"variable":[]}},"response":[],"_postman_id":"58447d37-521d-4c9b-8c91-4f1692822b3e"}],"id":"b00ecd83-e905-4775-962c-248c0d50c4f0","_postman_id":"b00ecd83-e905-4775-962c-248c0d50c4f0","description":""},{"name":"Inventory Apis V2","item":[{"name":"Stock Group","item":[{"name":"create group","id":"ee51dac3-6574-472f-89c1-912a43a49949","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"connection":true,"accept-encoding":true,"accept":true,"user-agent":true,"host":true,"content-length":true,"content-type":true}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"auth-key","value":"{{authKey}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"{{GroupName}}\",\n    \"uniqueName\": \"\",\n    \"showCodeType\": \"hsn\",\n    \"hsnNumber\": \"\",\n    \"sacNumber\": \"\",\n    \"parentStockGroupUniqueName\": \"\",\n    \"isSubGroup\": false,\n    \"taxes\": null,\n    \"type\": \"PRODUCT\"\n}"},"url":"/company/companyUniqueName/stock-group?lang=en","description":"<h1 id=\"this-api-will-be-used-to-create-stock-group\">This api will be used to create stock group.</h1>\n","urlObject":{"path":["company","companyUniqueName","stock-group"],"host":[""],"query":[{"key":"lang","value":"en"}],"variable":[]}},"response":[],"_postman_id":"ee51dac3-6574-472f-89c1-912a43a49949"},{"name":"Update group api","id":"b84c4efa-3c86-4990-94a3-caecaee370c5","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"connection":true,"accept-encoding":true,"accept":true,"user-agent":true,"host":true,"content-length":true,"content-type":true}},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"auth-key","value":"{{authKey}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Group 1\",\n    \"uniqueName\": \"{{groupUniqueName}}\",\n    \"showCodeType\": \"sac\",\n    \"hsnNumber\": null,\n    \"sacNumber\": null,\n    \"isSubGroup\": false,\n    \"taxes\": [],\n    \"type\": \"PRODUCT\"\n}"},"url":"/company/companyUniqueName/stock-group/{{groupUniqueName}}?lang=en","description":"<h1 id=\"this-api-will-be-used-to-update-stock-group\">This api will be used to update stock group.</h1>\n<p><strong>Path param values:</strong></p>\n<blockquote>\n</blockquote>\n<ul>\n<li><p>companyUniqueName: <code>companyUniqueName</code> Unique name of the company. (mandatory)</p>\n</li>\n<li><p>groupUniqueName: <code>groupUniqueName</code> unique name of the stock group. (mandatory)</p>\n</li>\n</ul>\n","urlObject":{"path":["company","companyUniqueName","stock-group","{{groupUniqueName}}"],"host":[""],"query":[{"key":"lang","value":"en"}],"variable":[]}},"response":[],"_postman_id":"b84c4efa-3c86-4990-94a3-caecaee370c5"},{"name":"get group api","id":"5066c523-eb84-4ce1-a187-38ac91969298","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"connection":true,"accept-encoding":true,"accept":true,"host":true,"user-agent":true}},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"auth-key","value":"{{authKey}}"}],"url":"/company/companyUniqueName/stock-group/{{groupUniqueName}}?lang=en","description":"<h1 id=\"this-api-will-be-used-to-get-a-stock-group\">This api will be used to get a stock group.</h1>\n","urlObject":{"path":["company","companyUniqueName","stock-group","{{groupUniqueName}}"],"host":[""],"query":[{"key":"lang","value":"en"}],"variable":[]}},"response":[],"_postman_id":"5066c523-eb84-4ce1-a187-38ac91969298"},{"name":"delete group api","id":"14670651-dc21-4d3a-b91e-75aed64b34df","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"connection":true,"accept-encoding":true,"accept":true,"host":true,"user-agent":true}},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"auth-key","value":"{{authKey}}"}],"url":"/company/companyUniqueName/stock-group/{{groupUniqueName}}?lang=en","description":"<h1 id=\"this-api-will-be-used-to-delete-stock-group\">This api will be used to delete stock group.</h1>\n","urlObject":{"path":["company","companyUniqueName","stock-group","{{groupUniqueName}}"],"host":[""],"query":[{"key":"lang","value":"en"}],"variable":[]}},"response":[],"_postman_id":"14670651-dc21-4d3a-b91e-75aed64b34df"}],"id":"239d8952-cae1-4fd2-bef7-d30812f260db","_postman_id":"239d8952-cae1-4fd2-bef7-d30812f260db","description":""},{"name":"Stocks","item":[{"name":"create stock","id":"54d2a1b3-4c23-4944-bd33-c137f4a494e9","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"connection":true,"accept-encoding":true,"accept":true,"user-agent":true,"content-length":true,"host":true,"content-type":true}},"request":{"method":"POST","header":[{"key":"content-type","value":"application/json"},{"key":"auth-key","value":"{{authKey}}"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"PRODUCT\",\n    \"name\": \"Pen\",\n    \"uniqueName\": null,\n    \"stockUnitGroup\": {\n        \"name\": \"Main Group\",\n        \"uniqueName\": \"maingroup\"\n    },\n    \"stockUnitCode\": null,\n    \"stockUnitUniqueName\": \"nos\",\n    \"hsnNumber\": \"\",\n    \"sacNumber\": \"\",\n    \"taxes\": [],\n    \"skuCode\": null,\n    \"customField1Heading\": \"Custom Field 1\",\n    \"customField1Value\": \"\",\n    \"customField2Heading\": \"Custom Field 2\",\n    \"customField2Value\": \"\",\n    \"variants\": [\n        {\n            \"name\": \"Pen\",\n            \"archive\": false,\n            \"skuCode\": \"\",\n            \"salesTaxInclusive\": false,\n            \"purchaseTaxInclusive\": false,\n            \"customFields\": [],\n            \"warehouseBalance\": [\n                {\n                    \"warehouse\": {\n                        \"name\": \"Old Warehouse\",\n                        \"uniqueName\": \"{{warehouseUniqueName}}\"\n                    },\n                    \"stockUnit\": {\n                        \"name\": \"Number (nos)\",\n                        \"uniqueName\": \"nos\"\n                    },\n                    \"openingQuantity\": 0,\n                    \"openingAmount\": 0\n                }\n            ],\n            \"unitRates\": [\n                {\n                    \"rate\": \"200\",\n                    \"stockUnitName\": \"Number (nos)\",\n                    \"stockUnitUniqueName\": \"nos\",\n                    \"accountUniqueName\": \"sales\"\n                },\n                {\n                    \"rate\": \"120\",\n                    \"stockUnitName\": \"Number (nos)\",\n                    \"stockUnitUniqueName\": \"nos\",\n                    \"accountUniqueName\": \"purchases\"\n                }\n            ]\n        }\n    ],\n    \"options\": [],\n    \"customFields\": [],\n    \"purchaseAccountUniqueNames\": [\n        \"purchases\"\n    ],\n    \"salesAccountUniqueNames\": [\n        \"sales\"\n    ]\n}"},"url":"/v2/company/companyUniqueName/stock-group/{{groupUniqueName}}/stock?lang=en","description":"<h1 id=\"this-api-will-be-used-to-create-stock\">This api will be used to create stock.</h1>\n","urlObject":{"path":["v2","company","companyUniqueName","stock-group","{{groupUniqueName}}","stock"],"host":[""],"query":[{"key":"lang","value":"en"}],"variable":[]}},"response":[],"_postman_id":"54d2a1b3-4c23-4944-bd33-c137f4a494e9"},{"name":"Update stock","id":"06aba889-05a8-42c1-9d86-64c82c1da589","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true,"content-length":true,"host":true,"user-agent":true,"accept-encoding":true,"accept":true,"connection":true}},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"auth-key","value":"{{authKey}}"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"PRODUCT\",\n    \"name\": \"Pen\",\n    \"uniqueName\": \"{{stockUniqueName}}\",\n    \"stockUnitGroup\": {\n        \"name\": \"Main Group\",\n        \"uniqueName\": \"maingroup\"\n    },\n    \"stockUnitCode\": \"nos\",\n    \"stockUnitUniqueName\": \"nos\",\n    \"hsnNumber\": \"\",\n    \"taxes\": [],\n    \"customField1Heading\": \"Custom Field 1\",\n    \"customField1Value\": \"\",\n    \"customField2Heading\": \"Custom Field 2\",\n    \"customField2Value\": \"\",\n    \"variants\": [\n        {\n            \"name\": \"Pen\",\n            \"archive\": false,\n            \"warehouseBalance\": [\n                {\n                    \"warehouse\": {\n                        \"name\": \"Old Warehouse\",\n                        \"uniqueName\": \"{{warehouseUniqueName}}\"\n                    },\n                    \"stockUnit\": {\n                        \"name\": \"Number\",\n                        \"uniqueName\": \"nos\"\n                    },\n                    \"openingQuantity\": 0,\n                    \"openingAmount\": 0\n                }\n            ],\n            \"uniqueName\": \"{{variantUniqueName}}\",\n            \"isDefault\": true,\n            \"unitRates\": [\n                {\n                    \"rate\": 200,\n                    \"stockUnitCode\": \"nos\",\n                    \"stockUnitUniqueName\": \"nos\",\n                    \"stockUnitName\": \"Number\",\n                    \"accountUniqueName\": \"sales\"\n                },\n                {\n                    \"rate\": 120,\n                    \"stockUnitCode\": \"nos\",\n                    \"stockUnitUniqueName\": \"nos\",\n                    \"stockUnitName\": \"Number\",\n                    \"accountUniqueName\": \"purchases\"\n                }\n            ],\n            \"salesTaxInclusive\": false,\n            \"purchaseTaxInclusive\": false\n        }\n    ],\n    \"options\": [],\n    \"customFields\": [],\n    \"purchaseAccountUniqueNames\": [\n        \"purchases\"\n    ],\n    \"salesAccountUniqueNames\": [\n        \"sales\"\n    ]\n}"},"url":"/v2/company/companyUniqueName/stock-group/{{stockGroupUniqueName}}/stock/pen?lang=en","description":"<h1 id=\"this-api-will-be-used-to-update-the-stock\">This api will be used to update the stock.</h1>\n","urlObject":{"path":["v2","company","companyUniqueName","stock-group","{{stockGroupUniqueName}}","stock","pen"],"host":[""],"query":[{"key":"lang","value":"en"}],"variable":[]}},"response":[],"_postman_id":"06aba889-05a8-42c1-9d86-64c82c1da589"},{"name":"get stock","id":"c66536d9-76f0-48f5-87ba-d827fc2c15b8","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"connection":true,"accept-encoding":true,"accept":true,"host":true,"user-agent":true}},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"auth-key","value":"{{authKey}}"}],"url":"/v2/company/companyUniqueName/stock/{{stockUniqueName}}?lang=en","description":"<h1 id=\"this-api-will-be-used-to-get-the-stock\">This api will be used to get the stock.</h1>\n","urlObject":{"path":["v2","company","companyUniqueName","stock","{{stockUniqueName}}"],"host":[""],"query":[{"key":"lang","value":"en"}],"variable":[]}},"response":[],"_postman_id":"c66536d9-76f0-48f5-87ba-d827fc2c15b8"},{"name":"delete stock","id":"126e3941-233f-47c1-9f25-d0c26121782e","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"connection":true,"accept-encoding":true,"accept":true,"user-agent":true,"host":true}},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"auth-key","value":"{{authKey}}"}],"url":"/v2/company/companyUniqueName/stock-group/{{stockGroupUniqueName}}/stock/{{stockUniqueName}}?lang=en","description":"<h1 id=\"this-api-will-be-used-to-delete-the-stock\">This api will be used to delete the stock.</h1>\n","urlObject":{"path":["v2","company","companyUniqueName","stock-group","{{stockGroupUniqueName}}","stock","{{stockUniqueName}}"],"host":[""],"query":[{"key":"lang","value":"en"}],"variable":[]}},"response":[],"_postman_id":"126e3941-233f-47c1-9f25-d0c26121782e"},{"name":"get all stocks","id":"a0389a73-f453-446b-8b70-f6b81a7a87c6","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"connection":true,"accept-encoding":true,"accept":true,"user-agent":true,"host":true,"content-length":true,"content-type":true}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"auth-key","value":"{{authKey}}"}],"body":{"mode":"raw","raw":"{\n    \"search\": \"\",\n    \"searchBy\": \"\",\n    \"sortBy\": \"\",\n    \"sort\": \"\",\n    \"filterBy\": \"\",\n    \"expression\": \"GREATER_THAN\",\n    \"rate\": 0\n}"},"url":"/v2/company/companyUniqueName/stock?page=1&count=50&inventoryType=PRODUCT&lang=en","description":"<h1 id=\"this-api-will-be-used-to-get-all-stocks\">This api will be used to get all stocks.</h1>\n","urlObject":{"path":["v2","company","companyUniqueName","stock"],"host":[""],"query":[{"key":"page","value":"1"},{"key":"count","value":"50"},{"key":"inventoryType","value":"PRODUCT"},{"key":"lang","value":"en"}],"variable":[]}},"response":[],"_postman_id":"a0389a73-f453-446b-8b70-f6b81a7a87c6"}],"id":"51eda4bc-b5af-4a05-91bd-9dc78dbb76a8","_postman_id":"51eda4bc-b5af-4a05-91bd-9dc78dbb76a8","description":""},{"name":"Inventory Report","item":[{"name":"Group wise report","id":"0941cefb-44f6-462a-9596-b23b1e1cb95b","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"connection":true,"accept-encoding":true,"accept":true,"user-agent":true,"host":true,"content-length":true,"content-type":true}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"auth-key","value":"{{authKey}}"}],"body":{"mode":"raw","raw":"{\n    \"param\": null,\n    \"expression\": null,\n    \"val\": 0,\n    \"stockGroupUniqueNames\": [],\n    \"stockUniqueNames\": [],\n    \"warehouseUniqueNames\": [],\n    \"branchUniqueNames\": [],\n    \"variantUniqueNames\": [],\n    \"inventoryType\": \"PRODUCT\"\n}"},"url":"/company/companyUniqueName/inventory/balance-report/group-wise?stockGroupUniqueName=&from=01-04-2021&to=05-02-2024&count=50&page=1&sort=&sortBy=&lang=en","description":"<h1 id=\"this-api-will-be-used-to-get-group-wise-report\">This api will be used to get Group wise report.</h1>\n","urlObject":{"path":["company","companyUniqueName","inventory","balance-report","group-wise"],"host":[""],"query":[{"key":"stockGroupUniqueName","value":""},{"key":"from","value":"01-04-2021"},{"key":"to","value":"05-02-2024"},{"key":"count","value":"50"},{"key":"page","value":"1"},{"key":"sort","value":""},{"key":"sortBy","value":""},{"key":"lang","value":"en"}],"variable":[]}},"response":[],"_postman_id":"0941cefb-44f6-462a-9596-b23b1e1cb95b"},{"name":"item wise report api","id":"fc4fae7a-7c74-4470-a15d-a44c26808f24","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"connection":true,"accept-encoding":true,"accept":true,"user-agent":true,"host":true,"content-length":true,"content-type":true}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"auth-key","value":"{{authKey}}"}],"body":{"mode":"raw","raw":"{\n    \"from\": \"01-04-2021\",\n    \"to\": \"05-02-2024\",\n    \"param\": null,\n    \"expression\": null,\n    \"val\": 0,\n    \"count\": 50,\n    \"page\": 1,\n    \"stockGroupUniqueNames\": [],\n    \"stockUniqueNames\": [],\n    \"warehouseUniqueNames\": [],\n    \"branchUniqueNames\": [],\n    \"variantUniqueNames\": [],\n    \"totalItems\": 250,\n    \"totalPages\": 5,\n    \"inventoryType\": \"PRODUCT\"\n}"},"url":"/company/companyUniqueName/inventory/balance-report/item-wise?from=01-04-2021&to=05-02-2024&count=50&page=1&sort=&sortBy=&lang=en","description":"<h1 id=\"this-api-will-be-used-to-get-stock-wise-report\">This api will be used to get stock wise report.</h1>\n","urlObject":{"path":["company","companyUniqueName","inventory","balance-report","item-wise"],"host":[""],"query":[{"key":"from","value":"01-04-2021"},{"key":"to","value":"05-02-2024"},{"key":"count","value":"50"},{"key":"page","value":"1"},{"key":"sort","value":""},{"key":"sortBy","value":""},{"key":"lang","value":"en"}],"variable":[]}},"response":[],"_postman_id":"fc4fae7a-7c74-4470-a15d-a44c26808f24"},{"name":"Variant report api","id":"999901e7-b547-4d29-a88f-e43141afc53a","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"connection":true,"accept-encoding":true,"accept":true,"user-agent":true,"host":true,"content-length":true,"content-type":true}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"auth-key","value":"{{authKey}}"}],"body":{"mode":"raw","raw":"{\n    \"count\": 50,\n    \"page\": 1,\n    \"stockGroupUniqueNames\": [],\n    \"stockUniqueNames\": [],\n    \"accountName\": \"\",\n    \"param\": null,\n    \"expression\": null,\n    \"val\": 0,\n    \"warehouseUniqueNames\": [],\n    \"branchUniqueNames\": [],\n    \"variantUniqueNames\": [],\n    \"voucherTypes\": [],\n    \"inventoryType\": \"PRODUCT\"\n}"},"url":"/company/companyUniqueName/inventory/transaction-report?from=01-04-2021&to=05-02-2024&count=50&page=1&sort=&sortBy=&transaction_type=all&lang=en","description":"<h1 id=\"this-api-will-be-used-to-get-variant-wise-report\">This api will be used to get variant wise report.</h1>\n","urlObject":{"path":["company","companyUniqueName","inventory","transaction-report"],"host":[""],"query":[{"key":"from","value":"01-04-2021"},{"key":"to","value":"05-02-2024"},{"key":"count","value":"50"},{"key":"page","value":"1"},{"key":"sort","value":""},{"key":"sortBy","value":""},{"key":"transaction_type","value":"all"},{"key":"lang","value":"en"}],"variable":[]}},"response":[],"_postman_id":"999901e7-b547-4d29-a88f-e43141afc53a"},{"name":"transaction report api","id":"0943243f-6940-4914-a0bf-fe459d49d81f","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"connection":true,"accept-encoding":true,"content-type":true,"content-length":true,"host":true,"user-agent":true,"accept":true}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"auth-key","value":"{{authKey}}"}],"body":{"mode":"raw","raw":"{\n    \"count\": 50,\n    \"page\": 1,\n    \"stockGroupUniqueNames\": [],\n    \"stockUniqueNames\": [],\n    \"accountName\": \"\",\n    \"param\": null,\n    \"expression\": null,\n    \"val\": 0,\n    \"warehouseUniqueNames\": [],\n    \"branchUniqueNames\": [],\n    \"variantUniqueNames\": [],\n    \"voucherTypes\": [],\n    \"totalItems\": 58,\n    \"totalPages\": 2,\n    \"inventoryType\": \"PRODUCT\"\n}"},"url":"/company/companyUniqueName/inventory/transaction-report?from=01-04-2021&to=06-02-2024&count=50&page=1&sort=&sortBy=&transaction_type=all&lang=en","description":"<h1 id=\"this-api-will-be-used-to-get-transaction-report\">This api will be used to get transaction report.</h1>\n","urlObject":{"path":["company","companyUniqueName","inventory","transaction-report"],"host":[""],"query":[{"key":"from","value":"01-04-2021"},{"key":"to","value":"06-02-2024"},{"key":"count","value":"50"},{"key":"page","value":"1"},{"key":"sort","value":""},{"key":"sortBy","value":""},{"key":"transaction_type","value":"all"},{"key":"lang","value":"en"}],"variable":[]}},"response":[],"_postman_id":"0943243f-6940-4914-a0bf-fe459d49d81f"},{"name":"balance api ","id":"aab5b683-6213-4074-8978-d693547d407d","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"connection":true,"accept-encoding":true,"accept":true,"user-agent":true,"host":true,"content-length":true,"content-type":true}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"auth-key","value":"{{authKey}}"}],"body":{"mode":"raw","raw":"{\n    \"stockGroupUniqueNames\": [],\n    \"stockUniqueNames\": [],\n    \"accountName\": \"\",\n    \"param\": null,\n    \"expression\": null,\n    \"val\": 0,\n    \"warehouseUniqueNames\": [],\n    \"branchUniqueNames\": [],\n    \"variantUniqueNames\": [],\n    \"voucherTypes\": [],\n    \"inventoryType\": \"PRODUCT\"\n}"},"url":"/company/companyUniqueName/inventory/balance?stockGroupUniqueName=&entity=&from=01-04-2021&to=05-02-2024&lang=en","description":"<h1 id=\"this-api-will-be-used-to-check-overall-inventory-balance\">This api will be used to check overall inventory balance.</h1>\n","urlObject":{"path":["company","companyUniqueName","inventory","balance"],"host":[""],"query":[{"key":"stockGroupUniqueName","value":""},{"key":"entity","value":""},{"key":"from","value":"01-04-2021"},{"key":"to","value":"05-02-2024"},{"key":"lang","value":"en"}],"variable":[]}},"response":[],"_postman_id":"aab5b683-6213-4074-8978-d693547d407d"}],"id":"615345e3-f059-414e-a4c9-300a490532ce","_postman_id":"615345e3-f059-414e-a4c9-300a490532ce","description":""}],"id":"fe6eb955-fe93-4391-abe5-a8e28eed09b9","_postman_id":"fe6eb955-fe93-4391-abe5-a8e28eed09b9","description":""},{"name":"Tally Apis","item":[{"name":"Tally Current day logs","id":"2e087d51-3e53-405c-8fd4-2e062aa57ee1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Auth-Key","value":"{{authkey}}","type":"text"}],"url":"/tally_logs/current_day?page=1&count=20&sort=asc","description":"<p>This Api will give all the processing and completed tally logs of companies in which user is associated.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Auth-Key"},{"key":"value","value":"{{authkey}}"}]},"isInherited":true,"source":{"_postman_id":"66434906-c703-42ad-a448-963a917121d1","id":"66434906-c703-42ad-a448-963a917121d1","name":"Tally Apis","type":"folder"}},"urlObject":{"path":["tally_logs","current_day"],"host":[""],"query":[{"description":{"content":"<p>Not required and default value is 1</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Not required and default value is 20</p>\n","type":"text/plain"},"key":"count","value":"20"},{"description":{"content":"<p>Not required and default value is desc. Supported values are asc/desc. This sort on createdAt column.</p>\n","type":"text/plain"},"key":"sort","value":"asc"}],"variable":[]}},"response":[],"_postman_id":"2e087d51-3e53-405c-8fd4-2e062aa57ee1"},{"name":"Tally Completed Logs","id":"34109f89-fde2-48b3-9d3c-8d1346c978e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Auth-Key","value":"{{authkey}}","type":"text"}],"url":"/company/companyUniqueName/tally_logs/completed?from=20-06-2019 02:23:33&to=21-06-2019 04:23:33&page=1&count=20&sort=asc","description":"<p>This Api will give all the completed tally logs of goven companies.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Auth-Key"},{"key":"value","value":"{{authkey}}"}]},"isInherited":true,"source":{"_postman_id":"66434906-c703-42ad-a448-963a917121d1","id":"66434906-c703-42ad-a448-963a917121d1","name":"Tally Apis","type":"folder"}},"urlObject":{"path":["company","companyUniqueName","tally_logs","completed"],"host":[""],"query":[{"description":{"content":"<p>Not required and default value is previous 31th midnight datetime. Its value should be in <code>dd-MM-yyyy HH:mm:ss</code> format.</p>\n","type":"text/plain"},"key":"from","value":"20-06-2019 02:23:33"},{"description":{"content":"<p>Not required and default value is yesterday last minute. Its value should be in <code>dd-MM-yyyy HH:mm:ss</code> format.</p>\n","type":"text/plain"},"key":"to","value":"21-06-2019 04:23:33"},{"description":{"content":"<p>Not required and default value is 1</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Not required and default value is 20</p>\n","type":"text/plain"},"key":"count","value":"20"},{"description":{"content":"<p>Not required and default value is desc. Supported values are asc/desc. This sort on createdAt column.</p>\n","type":"text/plain"},"key":"sort","value":"asc"}],"variable":[]}},"response":[],"_postman_id":"34109f89-fde2-48b3-9d3c-8d1346c978e8"},{"name":"Tally Error logs report","id":"0fbe04cb-9f4c-4c27-8747-ac11f0f63c0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Auth-Key","value":"{{authkey}}","type":"text"}],"url":"/company/companyUniqueName/tally_logs/{{tally_logs_id}}/error_report","description":"<p>This Api will give all the error tally logs of given tally logs id and company.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Auth-Key"},{"key":"value","value":"{{authkey}}"}]},"isInherited":true,"source":{"_postman_id":"66434906-c703-42ad-a448-963a917121d1","id":"66434906-c703-42ad-a448-963a917121d1","name":"Tally Apis","type":"folder"}},"urlObject":{"path":["company","companyUniqueName","tally_logs","{{tally_logs_id}}","error_report"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"0fbe04cb-9f4c-4c27-8747-ac11f0f63c0e"},{"name":"Tally Error logs report hourly clubbing","id":"4697a3ff-641a-451b-b56f-8bd595f3b008","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Auth-Key","type":"text","value":"{{authkey}}"}],"url":"/company/companyUniqueName/tally_logs/error_report?date=28-06-2019&hour=1&type=TALLY","description":"<p>This Api will give all the processing and completed tally logs with hourly clubbing of companies in which user is associated.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Auth-Key"},{"key":"value","value":"{{authkey}}"}]},"isInherited":true,"source":{"_postman_id":"66434906-c703-42ad-a448-963a917121d1","id":"66434906-c703-42ad-a448-963a917121d1","name":"Tally Apis","type":"folder"}},"urlObject":{"path":["company","companyUniqueName","tally_logs","error_report"],"host":[""],"query":[{"description":{"content":"<p>Required and it is used for getting error logs for given date. Its value should be in <code>dd-MM-yyyy</code> format.</p>\n","type":"text/plain"},"key":"date","value":"28-06-2019"},{"description":{"content":"<p>Required and it is used for getting error logs for above date and given hour of date. Its value should be in the range of 1-24.</p>\n","type":"text/plain"},"key":"hour","value":"1"},{"description":{"content":"<p>Supported value [TALLY, COMPANY_JSON_IMPORT] (not mandatory). Default value is TALLY</p>\n","type":"text/plain"},"key":"type","value":"TALLY"}],"variable":[]}},"response":[],"_postman_id":"4697a3ff-641a-451b-b56f-8bd595f3b008"}],"id":"66434906-c703-42ad-a448-963a917121d1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Auth-Key"},{"key":"value","value":"{{authkey}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"89747fa9-61ac-4e5e-bb3d-98c693f2c6f1"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"34a70f5d-54f1-4ecd-aead-c25197a36aae"}}],"_postman_id":"66434906-c703-42ad-a448-963a917121d1","description":""},{"name":"Tcs tax Module","item":[{"name":"create ledger","id":"8f69ad5e-8532-4b79-aac4-b46dc47765d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Auth-Key","value":"{{authkey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"transactions\":[{\"amount\":\"250\", \"particular\":\"sales\", \"type\":\"debit\",\n    \t \"taxes\":[\"tcspay\", \"gsttax\"]\n    }],\n    \"tcsCalculationMethod\":\"OnTotalAmount\",\n    \"entryDate\":\"11-06-2019\",\n    \"isInclusiveTax\": false,\n    \"unconfirmedEntry\":false,  \n    \"attachedFile\":\"\",\n    \"tag\":null,\n    \"description\":\"\", \n    \"generateInvoice\": false\n    \n}\n"},"url":"/company/taxtest4/accounts/cash/ledgers-v2?branchUniqueName=branchUniqueName","description":"<p>This Api is used to create entry with tax applied as - \ngst tax  and tcs payable tax -</p>\n<p>New keys -\ntcsCalculationMethod - enum ( OnTaxableAmount, OnTotalAmount)\nbased on this calculation will happen</p>\n<p>in response - \ntcs taxes unique names will be sent in seperate module.</p>\n","urlObject":{"path":["company","taxtest4","accounts","cash","ledgers-v2"],"host":[""],"query":[{"key":"branchUniqueName","value":"branchUniqueName"}],"variable":[]}},"response":[],"_postman_id":"8f69ad5e-8532-4b79-aac4-b46dc47765d5"},{"name":"generate voucher","id":"20755aaf-6715-41ad-b982-623a2e94ca15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"auth-key","value":"{{authkey}}"}],"body":{"mode":"raw","raw":"{\n  \"voucher\": {\n    \"accountDetails\": {\n      \"country\": {\n        \"countryName\": \"India\",\n        \"countryCode\": \"IN\"\n      },\n      \"billingDetails\": {\n      \t\n        \"address\": [\n          \"Facebook India Pvt Ltd401-401, C. S. Naidu Arcade, Near Greater Kailesh Hospital Old Palasia\"\n        ],\n        \"stateCode\": \"23\",\n        \"gstNumber\": \"234343323423424\"\n      },\n      \"shippingDetails\": {\n        \"address\": [\n          \"Facebook India Pvt Ltd401-401, C. S. Naidu Arcade, Near Greater Kailesh Hospital Old Palasia\"\n        ],\n        \"stateCode\": \"23\",\n        \"gstNumber\": \"234343323423424\"\n      },\n      \"name\": \"\",\n      \"uniqueName\": \"\",\n      \"attentionTo\": \"aditya\",\n      \"email\": null,\n      \"mobileNumber\": null\n    },\n    \"entries\": [\n   \n      {\n        \"transactions\": [\n          {\n            \"stockList\": [\n              {\n                \"id\": \"nos\",\n                \"text\": \"nos\",\n                \"rate\": 600\n              }\n            ],\n            \"applicableTaxes\": [],\n            \"taxRenderData\": [],\n            \"amount\": 100,\n            \"total\": 500,\n            \"isStockTxn\": false,\n            \"hsnOrSac\": \"hsn\",\n            \"taxableValue\": 600,\n            \"fakeAccForSelect2\": \"7341c8a3-fa16-458e-9b62-31bce405466f\",\n            \"quantity\": 1,\n            \"accountName\": \"Sales\",\n            \"accountUniqueName\": \"sales\",\n            \"stockUnit\": \"nos\",\n            \"stockDetails\": {\n              \"hsnNumber\": \"12345\",\n              \"stockTaxes\": [],\n              \"name\": \"Item1\"\n            },\n            \"rate\": 600,\n            \"sacNumber\": null,\n            \"hsnNumber\": \"12345\"\n          }\n        ],\n       \n       \"taxList\":[\"tcsreceivable\", \"gst181\"],\n       \"tcsCalculationMethod\":\"OnTotalAmount\",\n        \"taxSum\": 0,\n        \"discountSum\": 0,\n        \"entryDate\": \"27-09-2019\",\n        \"voucherType\": \"Sales\",\n        \"description\":\"hi testing this alasdasdasdasdasdasdhsjdhsjhdjshdhsdjshdshdlksjhdkjhdaslkjdlsdaskdhaskjhdjkhskjdjakjhadsadasdas\"\n      }\n      \n      \n      \n     \n    ],\n    \"voucherDetails\": {\n      \"customerName\": \"Shaddu\",\n      \"grandTotal\": 600,\n      \"subTotal\": 600,\n      \"totalAsWords\": null,\n      \"voucherDate\": \"27-09-2019\",\n      \"dueDate\": \"27-09-2019\",\n      \"totalDiscount\": 0,\n      \"totalTaxableValue\": 600,\n      \"gstTaxesTotal\": 0,\n      \"balanceDue\": 600,\n      \"voucherType\": \"Sales\"\n    },\n    \"templateDetails\": {\n      \"other\": {\n        \"shippingDate\": \"\",\n        \"shippedVia\": \"sdfssad\",\n        \"trackingNumber\": \"123123\",\n        \"customField1\": \"hii\",\n        \"customField2\": \"heelo\",\n        \"customField3\": \"testt\",\n        \"message2\":\"sdsbjhds\"\n      }\n    }\n  },\n  \"updateAccountDetails\": false,\n  \"depositAccountUniqueName\": \"\"\n}"},"url":"/company/taxtest4/accounts/cash/vouchers/generate?branchUniqueName=branchUniqueName","description":"<p>This api is used to generate voucher with tax applies as =</p>\n<p>keys - \ntaxList - in this key , tax unique name is passed.</p>\n<p>tcsCalculationMethod - OnTotalAmount, OnTaxableAmount</p>\n","urlObject":{"path":["company","taxtest4","accounts","cash","vouchers","generate"],"host":[""],"query":[{"key":"branchUniqueName","value":"branchUniqueName"}],"variable":[]}},"response":[],"_postman_id":"20755aaf-6715-41ad-b982-623a2e94ca15"},{"name":"update voucher","id":"77c0241d-b3dd-410f-bd10-8162b851ddb0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"auth-key","value":"{{authkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"entryUniqueNames\":[\"8bt1561373937566\", \"8za1561373937769\"],\n\t\n \"voucher\":{\n        \"voucherDetails\": {\n            \"voucherNumber\": \"20190927-11\",\n            \"voucherDate\": \"27-09-2019\",\n            \"dueDate\": \"27-09-2019\",\n            \"uniqueName\": \"htbqqg7iogueeoz8qzpu4sl3gkmsj3\",\n            \"balance\": 0,\n            \"balanceStatus\": \"PAID\",\n            \"totalAsWords\": \"Two Hundred Forty Eight Only\",\n            \"grandTotal\": 248,\n            \"subTotal\": 200,\n            \"taxesTotal\": [\n                {\n                    \"uniqueName\": \"sgst\",\n                    \"name\": \"SGST\",\n                    \"total\": 18\n                },\n                {\n                    \"uniqueName\": \"cgst\",\n                    \"name\": \"CGST\",\n                    \"total\": 18\n                }\n            ],\n            \"voucherType\": \"sales\",\n            \"customerName\": \"Shaddu\"\n        },\n        \"companyDetails\": {\n            \"name\": \"taxtest\",\n            \"gstNumber\": \"233456789098765\",\n            \"address\": [\n                \"indore\",\n                \"India\"\n            ],\n            \"stateCode\": \"23\",\n            \"panNumber\": \"GJIPS8583P\"\n        },\n        \"accountDetails\": {\n            \"name\": \"Cash\",\n            \"uniqueName\": \"cash\",\n            \"address\": [],\n            \"attentionTo\": \"aditya\",\n            \"billingDetails\": {\n                \"gstNumber\": \"234343323423424\",\n                \"address\": [\n                    \"Facebook India Pvt Ltd401-401, C. S. Naidu Arcade, Near Greater Kailesh Hospital Old Palasia\"\n                ],\n                \"stateCode\": \"23\",\n                \"stateName\": \"Madhya Pradesh\"\n            },\n            \"shippingDetails\": {\n                \"gstNumber\": \"234343323423424\",\n                \"address\": [\n                    \"Facebook India Pvt Ltd401-401, C. S. Naidu Arcade, Near Greater Kailesh Hospital Old Palasia\"\n                ],\n                \"stateCode\": \"23\",\n                \"stateName\": \"Madhya Pradesh\"\n            }\n        },\n        \"templateDetails\": {\n            \"logoPath\": \"\",\n            \"other\": {\n                \"message1\": \"We declare that this invoice shows the actual price of the services rendered and that all particulars are true and correct.\",\n                \"message2\": \"sdsbjhds\",\n                \"shippedVia\": \"sdfssad\",\n                \"trackingNumber\": \"123123\",\n                \"customField1\": \"hii\",\n                \"customField2\": \"heelo\",\n                \"customField3\": \"testt\",\n                \"slogan\": \"taxtest\"\n            },\n            \"templateUniqueName\": \"xtvwcvb21ljilgcajlzu\"\n        },\n        \"entries\": [\n            {\n                \"uniqueName\": \"8bt1561373937566\",\n                \"attachedFile\": null,\n                \"discounts\": [],\n                \"taxes\": [\n                    {\n                        \"rate\": 9,\n                        \"accountName\": \"CGST\",\n                        \"accountUniqueName\": \"cgst\",\n                        \"amount\": 9,\n                        \"amount2\": 9,\n                        \"type\": \"DEBIT\"\n                    },\n                    {\n                        \"rate\": 9,\n                        \"accountName\": \"SGST\",\n                        \"accountUniqueName\": \"sgst\",\n                        \"amount\": 9,\n                        \"amount2\": 9,\n                        \"type\": \"DEBIT\"\n                    }\n                ],\n                \"tcsTaxes\": [\n                    {\n                        \"rate\": 5,\n                        \"accountName\": \"TCS Receivable\",\n                        \"accountUniqueName\": \"tcsreceivable\",\n                        \"amount\": 5.9,\n                        \"amount2\": 5.9,\n                        \"type\": \"DEBIT\"\n                    }\n                ],\n                \"transactions\": [\n                    {\n                        \"accountName\": \"Sales\",\n                        \"accountUniqueName\": \"sales\",\n                        \"amount\": 100,\n                        \"hsnNumber\": \"12345\",\n                        \"description\": \"\",\n                        \"stockUnit\": \"\",\n                        \"category\": \"income\",\n                        \"taxableValue\": 100,\n                        \"stockDetails\": {\n                            \"name\": null,\n                            \"uniqueName\": null\n                        },\n                        \"type\": \"DEBIT\"\n                    }\n                ],\n                \"description\": \"\",\n                \"taxableValue\": 100,\n                \"discountTotal\": 0,\n                \"nonTaxableValue\": 0,\n                \"entryDate\": \"27-09-2019\",\n                \"taxList\": [\n                    \"tcsreceivable\",\n                    \"gst181\"\n                ],\n                \"voucherType\": \"sales\",\n                \"tradeDiscounts\": [],\n                \"totalTradeDiscount\": 0,\n                \"attachedFileName\": null,\n                \"isInclusiveTax\": null,\n                \"type\": null,\n                \"invoiceNumberAgainstVoucher\": null,\n                \"entryTotal\": 123.9,\n                \"entryTotalWithoutTcsTax\": 118,\n                \"ofServices\": false,\n                \"ofGoods\": true\n            },\n            {\n                \"uniqueName\": \"8za1561373937769\",\n                \"attachedFile\": null,\n                \"discounts\": [],\n                \"taxes\": [\n                    {\n                        \"rate\": 9,\n                        \"accountName\": \"CGST\",\n                        \"accountUniqueName\": \"cgst\",\n                        \"amount\": 9,\n                        \"amount2\": 9,\n                        \"type\": \"DEBIT\"\n                    },\n                    {\n                        \"rate\": 9,\n                        \"accountName\": \"SGST\",\n                        \"accountUniqueName\": \"sgst\",\n                        \"amount\": 9,\n                        \"amount2\": 9,\n                        \"type\": \"DEBIT\"\n                    }\n                ],\n                \"tcsTaxes\": [\n                    {\n                        \"rate\": 5,\n                        \"accountName\": \"TCS Receivable\",\n                        \"accountUniqueName\": \"tcsreceivable\",\n                        \"amount\": 5.9,\n                        \"amount2\": 5.9,\n                        \"type\": \"DEBIT\"\n                    }\n                ],\n                \"transactions\": [\n                    {\n                        \"accountName\": \"Sales\",\n                        \"accountUniqueName\": \"sales\",\n                        \"amount\": 100,\n                        \"hsnNumber\": \"12345\",\n                        \"description\": \"\",\n                        \"stockUnit\": \"\",\n                        \"category\": \"income\",\n                        \"taxableValue\": 100,\n                        \"stockDetails\": {\n                            \"name\": null,\n                            \"uniqueName\": null\n                        },\n                        \"type\": \"DEBIT\"\n                    }\n                ],\n                \"description\": \"\",\n                \"taxableValue\": 100,\n                \"discountTotal\": 0,\n                \"nonTaxableValue\": 0,\n                \"entryDate\": \"27-09-2019\",\n                \"taxList\": [\n                    \"tcsreceivable\",\n                    \"gst181\"\n                ],\n                \"voucherType\": \"sales\",\n                \"tradeDiscounts\": [],\n                \"totalTradeDiscount\": 0,\n                \"attachedFileName\": null,\n                \"isInclusiveTax\": null,\n                \"type\": null,\n                \"invoiceNumberAgainstVoucher\": null,\n                \"entryTotal\": 123.9,\n                \"entryTotalWithoutTcsTax\": 118,\n                \"ofServices\": false,\n                \"ofGoods\": true\n            }\n        ]\n    },\n  \"updateAccountDetails\": false,\n  \"depositAccountUniqueName\": \"\"\n}"},"url":"/company/taxtest4/accounts/cash/vouchers/","description":"<p>This api is use to update the existing voucher and apply the tcs taxes</p>\n<p>in request - \ntaxList = tax unique names of all taxes should be passed in this key,</p>\n<p>in response  -\ntcs taxes will be sent as seperate.</p>\n","urlObject":{"path":["company","taxtest4","accounts","cash","vouchers",""],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"77c0241d-b3dd-410f-bd10-8162b851ddb0"},{"name":"update ledger","id":"9265bf9d-31ce-4ba0-8d9e-9f79b3a2b10e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Auth-Key","value":"{{authkey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"transactions\":[{\"amount\":\"250\", \"particular\":\"sales\", \"type\":\"debit\"\n    \t\n    }],\n     \"taxes\":[\"tcspay\", \"gsttax\"],\n    \"tcsCalculationMethod\":\"OnTotalAmount\",\n    \"entryDate\":\"11-06-2019\",\n    \"isInclusiveTax\": false,\n    \"unconfirmedEntry\":false,  \n    \"attachedFile\":\"\",\n    \"tag\":null,\n    \"description\":\"\", \n    \"generateInvoice\": false\n    \n}\n"},"url":"/company/taxtest4/accounts/cash/ledgers/15z1561453758424","description":"<p>This api is used to update the ledger and apply tax based on calculation method for tcs.</p>\n<p>keys for request- \ntaxes - all taxes unique names will be sent in this key.\n tcsCalculationMethod -   OnTaxableAmount, OnTotalAmount;</p>\n<p>in response - \ntcs taxes will be sent in  seperate taxes key. </p>\n","urlObject":{"path":["company","taxtest4","accounts","cash","ledgers","15z1561453758424"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"9265bf9d-31ce-4ba0-8d9e-9f79b3a2b10e"}],"id":"b69df54c-2ef5-45ed-b506-6a1539e06853","_postman_id":"b69df54c-2ef5-45ed-b506-6a1539e06853","description":""},{"name":"Utility Apis","item":[{"name":"Currency Conversion Api","id":"81b0c261-cfd7-491e-bec2-22f4781af5b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Auth-Key","type":"text","value":"{{authkey}}"}],"url":"/currency/rate?from=EUR&to=INR&date=12-06-2019","description":"<p>This api will return the conversion rate between two given currencies for a particular date.</p>\n<p><strong>from</strong>: This will denote the currency which needs to be converted.</p>\n<p><strong>to</strong>: This will denote the currency in which the conversion needs to be done.</p>\n<p><strong>date</strong>: The date for which the conversion rate is required. This date cannot be a future date.</p>\n","urlObject":{"path":["currency","rate"],"host":[""],"query":[{"key":"from","value":"EUR"},{"key":"to","value":"INR"},{"key":"date","value":"12-06-2019"}],"variable":[]}},"response":[],"_postman_id":"81b0c261-cfd7-491e-bec2-22f4781af5b6"}],"id":"d92623d7-dc1b-48d0-87ac-8d06c204d26c","_postman_id":"d92623d7-dc1b-48d0-87ac-8d06c204d26c","description":""},{"name":"ICICI Bank Intergation Apis","item":[{"name":"Generate Otp","id":"c2711ca9-ca87-47be-9824-091c21c441cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Auth-Key","value":"{{authkey}}","type":"text"}],"url":"/company/companyUniqueName/bank/generateotp?urn={{icici-urn}}","description":"<p>This API is used to generate ICICI bank OTP for doing Transaction With OTP.</p>\n<p><strong>Required Parameters :</strong></p>\n<ul>\n<li>Unqiue Registration Number (urn)</li>\n</ul>\n","urlObject":{"path":["company","companyUniqueName","bank","generateotp"],"host":[""],"query":[{"key":"urn","value":"{{icici-urn}}"}],"variable":[]}},"response":[],"_postman_id":"c2711ca9-ca87-47be-9824-091c21c441cc"},{"name":"Registration","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);","pm.environment.set(\"icici-urn\", jsonData.body.URN);"],"type":"text/javascript","id":"03090407-005a-4518-aa03-4fb537d6ee08"}}],"id":"b715e4d0-f88f-4cf4-8967-0487b076c75c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Auth-Key","type":"text","value":"{{authkey}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"accountUniqueName\":\"testaccount22\",\n\t\"accountNo\":\"000451000301\",\n\t\"bankName\":\"ICICI\",\n\t\"corpId\":\"PRACHICIB1\",\n\t\"userId\":\"USER3\"\n}"},"url":"/company/companyUniqueName/bank/registration","description":"<p>This API is used for registration to ICICI bank</p>\n<p><strong>Required field :</strong></p>\n<ul>\n<li>Account Unique name (accountUniqueName)</li>\n<li>ICICI bank account number (accountNo)</li>\n<li>ICICI Corporate Id (corpId)</li>\n<li>ICICI Corporate User Id (userId)</li>\n</ul>\n<p><strong>Not mendatory field :</strong></p>\n<ul>\n<li>Name of the Bank (bankName) : Default value is \"ICICI\"</li>\n</ul>\n","urlObject":{"path":["company","companyUniqueName","bank","registration"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"b715e4d0-f88f-4cf4-8967-0487b076c75c"},{"name":"DeRegistration","id":"f25f4eb6-886b-4bfd-9c99-c1d3a2881163","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Auth-Key","type":"text","value":"{{authkey}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"/company/companyUniqueName/bank/deregistration?urn={{icici-urn}}","description":"<p>This API is used for De-Registration from ICICI bank</p>\n<p>Unqiue Registration Number can be fetched from Get All Registration API</p>\n<p><strong>Required Parameters :</strong></p>\n<ul>\n<li>Unqiue Registration Number (urn)</li>\n</ul>\n","urlObject":{"path":["company","companyUniqueName","bank","deregistration"],"host":[""],"query":[{"key":"urn","value":"{{icici-urn}}"}],"variable":[]}},"response":[],"_postman_id":"f25f4eb6-886b-4bfd-9c99-c1d3a2881163"},{"name":"Get All Registrations","id":"ab2b2dde-6b59-4af7-8525-c29e55a8b5d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Auth-Key","value":"{{authkey}}","type":"text"}],"url":"/company/companyUniqueName/bank","description":"<p>This API is used to get all accounts registered with ICICI bank.\nThis only needs company unqiue Name</p>\n","urlObject":{"path":["company","companyUniqueName","bank"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"ab2b2dde-6b59-4af7-8525-c29e55a8b5d4"},{"name":"Balance Inquiry","id":"491c23c8-cec0-4c1a-bf97-3a00f8be8b73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Auth-Key","type":"text","value":"{{authkey}}"}],"url":"/company/companyUniqueName/bank/balanceInquiry?urn={{icici-urn}}","description":"<p>This API is used for balance inquiry of ICICI bank account</p>\n<p><strong>Required parameters :</strong></p>\n<ul>\n<li>Unqiue Registration Number (urn)</li>\n</ul>\n","urlObject":{"path":["company","companyUniqueName","bank","balanceInquiry"],"host":[""],"query":[{"key":"urn","value":"{{icici-urn}}"}],"variable":[]}},"response":[],"_postman_id":"491c23c8-cec0-4c1a-bf97-3a00f8be8b73"},{"name":"Account Statement","id":"29c1f788-7a36-48e3-9aeb-caeef946032d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Auth-Key","type":"text","value":"{{authkey}}"}],"url":"/company/companyUniqueName/bank/accountStatement?urn={{icici-urn}}&from=12-07-2015&to=12-08-2015","description":"<p>This API is used to get Account Statement of ICICI bank</p>\n<p>Unqiue Registration Number can be fetched from Get All Registration API</p>\n<p><strong>Required Parameters :</strong></p>\n<ul>\n<li>Unqiue Registration Number (urn)</li>\n<li>From date (from) format: dd-mm-yyyy</li>\n<li>To date (to) format: dd-mm-yyyy</li>\n</ul>\n","urlObject":{"path":["company","companyUniqueName","bank","accountStatement"],"host":[""],"query":[{"key":"urn","value":"{{icici-urn}}"},{"key":"from","value":"12-07-2015"},{"key":"to","value":"12-08-2015"}],"variable":[]}},"response":[],"_postman_id":"29c1f788-7a36-48e3-9aeb-caeef946032d"},{"name":"Transaction With OTP","id":"75bf8f09-1a69-46b0-ada1-5632f3908ba8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Auth-Key","type":"text","value":"{{authkey}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"URN\":\"{{icici-urn}}\",\n\t\"transferAccountUniqueName\":\"transferaccount1\",\n\t\"otp\":\"234423\",\n\t\"amount\":\"100\",\n\t\"payeeName\":\"lucky\",\n\t\"remarks\":\"Test Transaction\"\n}"},"url":"/company/companyUniqueName/bank/transactionWithOtp","description":"<p>This API is used for doing ICICI bank Transaction With OTP.</p>\n<p><strong>Required fields :</strong></p>\n<ul>\n<li>Unqiue Registration Number (urn)</li>\n<li>Account Unqiue Name to which we need to transfer amount to that is credit account (transferAccountUniqueName)</li>\n<li>One time password (otp)</li>\n<li>Amount (amount)</li>\n<li>Person name who is transferring the amount (payeeName)</li>\n<li>Remarks for transaction (remarks)</li>\n</ul>\n","urlObject":{"path":["company","companyUniqueName","bank","transactionWithOtp"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"75bf8f09-1a69-46b0-ada1-5632f3908ba8"},{"name":"Transaction Without OTP","id":"bab73a8f-f828-40ef-b1b6-67a4063ad279","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Auth-Key","type":"text","value":"{{authkey}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"URN\":\"{{icici-urn}}\",\n\t\"transferAccountUniqueName\":\"transferaccount1\",\n\t\"amount\":\"100\",\n\t\"payeeName\":\"lucky\",\n\t\"remarks\":\"Test Transaction\"\n}"},"url":"/company/companyUniqueName/bank/transactionWithoutOtp","description":"<p>This API is used for doing ICICI bank Transaction Without OTP.</p>\n<p><strong>Required fields :</strong></p>\n<ul>\n<li>Unqiue Registration Number (urn)</li>\n<li>Account Unqiue Name to which we need to transfer amount to that is credit account (transferAccountUniqueName)</li>\n<li>Amount (amount)</li>\n<li>Person name who is transferring the amount (payeeName)</li>\n<li>Remarks for transaction (remarks)</li>\n</ul>\n","urlObject":{"path":["company","companyUniqueName","bank","transactionWithoutOtp"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"bab73a8f-f828-40ef-b1b6-67a4063ad279"},{"name":"Update Details","id":"74cc4463-527d-4e22-9212-2ce1dd97301e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Auth-Key","type":"text","value":"{{authkey}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"URN\":\"{{icici-urn}}\",\n\t\"accountUniqueName\":\"testaccount22\"\n}"},"url":"/company/companyUniqueName/bank/updateDetails","description":"<p>This API is used for transfering ICICI bank details from one giddh account to giddh another</p>\n<p><strong>Required fields :</strong></p>\n<ul>\n<li>Unqiue Registration Number (urn)</li>\n<li>Giddh Account Unqiue Name to which we need to transfer (accountUniqueName)</li>\n</ul>\n","urlObject":{"path":["company","companyUniqueName","bank","updateDetails"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"74cc4463-527d-4e22-9212-2ce1dd97301e"}],"id":"de2632ea-b459-4f00-a413-116b50e07edb","description":"<p>ICICI Bank Intergation Apis.</p>\n","_postman_id":"de2632ea-b459-4f00-a413-116b50e07edb"},{"name":"User Onboarding APis","item":[{"name":"Get All Subscriptions","id":"2ae317af-d6d7-47d4-b15f-3190abc1aab7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Auth-Key","value":"{{authKey}}","type":"text"}],"url":"/subscriptions/all","description":"<p>API : Get All Subscriptions [GET]\nThis Gets all common plans and subscribed plans for that user based on country code</p>\n<p>Path Variables:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code> -\n</code></pre><p>Url Parameters:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code> countryCode = $countryCode is optional and by default it is ‘IN’. (not mandatory)\n</code></pre><p>Note: Default values for not mandatory fields:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code> countryCode = 'IN'\n</code></pre>","urlObject":{"path":["subscriptions","all"],"host":[""],"query":[{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[{"id":"2d7252e6-bc67-4050-9d60-5a7d698e5fbf","name":"Get All Subscriptions for UAE country","originalRequest":{"method":"GET","header":[{"key":"Auth-Key","type":"text","value":"{{authkey}}"}],"url":{"raw":"{{apitesturl}}/subscriptions/all?countryCode=AE","host":["{{apitesturl}}"],"path":["subscriptions","all"],"query":[{"key":"countryCode","value":"AE"}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2ae317af-d6d7-47d4-b15f-3190abc1aab7"},{"name":"Generate Order id for Subscription","id":"62739434-475c-42b3-b3e3-eff11df539c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Auth-Key","value":"{{authkey}}","type":"text"}],"url":"/subscription/generateOrder?amount=4000&currency=INR","description":"<p>This method generates razorpay order id for given amount and currency</p>\n","urlObject":{"path":["subscription","generateOrder"],"host":[""],"query":[{"key":"amount","value":"4000"},{"key":"currency","value":"INR"}],"variable":[]}},"response":[],"_postman_id":"62739434-475c-42b3-b3e3-eff11df539c3"},{"name":"Get All Business Type","id":"9ab53111-8de5-429d-8667-4788452f9b1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/business-type","description":"<p>API: Get All Business Type [GET].\nThis API will get all business type.</p>\n<p>This API will be called during onboarding, as it will fetch all business type and that list will be shown to the user to select one of the business types. </p>\n<p>NOTE: This API will not take any <code>URL parameter</code> or <code>Path Variable</code> and also doesn't verify user by auth key.</p>\n","urlObject":{"path":["business-type"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"9ab53111-8de5-429d-8667-4788452f9b1a"},{"name":"Get All Business Nature","id":"480752fe-e550-4762-89c5-1f99ef7ae71d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/business-nature","description":"<p>API: Get All Business Nature [GET].\nThis API will get all business nature.</p>\n<p>This API will be called during onboarding, as it will fetch all business nature and that list will be shown to the user to select one of the business nature. </p>\n<p>NOTE: This API will not take any <code>URL parameter</code> or <code>Path Variable</code> and also doesn't verify user by auth key.</p>\n","urlObject":{"path":["business-nature"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"480752fe-e550-4762-89c5-1f99ef7ae71d"},{"name":"Get Default Taxes","id":"94645086-e79d-43ee-bfb1-03b697f33065","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/default-taxes","description":"<p>API: Get Default Taxes [GET].\nThis API will get all dafult taxes.</p>\n<p>This API will be called during onboarding, as it will fetch all default taxes and that list will be shown to the user to check the taxes that user want to apply as default. </p>\n<p>NOTE: This API will not take any <code>URL parameter</code> or <code>Path Variable</code> and also doesn't verify user by auth key.</p>\n","urlObject":{"path":["default-taxes"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"94645086-e79d-43ee-bfb1-03b697f33065"},{"name":"Get All Subscriptions for User","id":"9f73f8e6-3dba-4674-9e4e-85a46017b278","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Auth-Key","value":"{{authkey}}","type":"text"}],"url":"/users/subscriptions","description":"<p>This Api returns all subscriptions ('active','trial','expired') and subscription Total Transactions and companies with their individual transactions using Auth key User</p>\n<p>Note:\nThis will return only those companies subscription on which user has 'SUPER_ADMIN' Role.</p>\n","urlObject":{"path":["users","subscriptions"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"9f73f8e6-3dba-4674-9e4e-85a46017b278"}],"id":"e8f390ab-390a-4402-8010-01db2d98723b","_postman_id":"e8f390ab-390a-4402-8010-01db2d98723b","description":""},{"name":"DashBoard Apis","item":[{"name":"Profit-loss","id":"87e05527-c7ac-4456-a642-b9b12918f05b","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"connection":true,"accept-encoding":true,"accept":true,"host":true,"user-agent":true}},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"auth-key","value":"{{authKey}}"}],"url":"/v2/company/companyUniqueName/multibranch/profit-loss?tax=30&from=01-04-2021&to=05-02-2024&refresh=false&lang=en","urlObject":{"path":["v2","company","companyUniqueName","multibranch","profit-loss"],"host":[""],"query":[{"key":"tax","value":"30"},{"key":"from","value":"01-04-2021"},{"key":"to","value":"05-02-2024"},{"key":"refresh","value":"false"},{"key":"lang","value":"en"}],"variable":[]}},"response":[],"_postman_id":"87e05527-c7ac-4456-a642-b9b12918f05b"},{"name":"voucher count api ","id":"41df6f71-b1fa-4f51-972f-d34c6edcb856","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"connection":true,"accept-encoding":true,"accept":true,"user-agent":true,"host":true,"content-length":true,"content-type":true}},"request":{"method":"POST","header":[{"key":"content-type","value":"application/json"},{"key":"auth-key","value":"{{authKey}}"}],"body":{"mode":"raw","raw":"{}"},"url":"/company/companyUniqueName/vouchers/voucher-status-count?from=01-04-2021&to=05-02-2024&type=sales&voucherVersion=2&lang=en","urlObject":{"path":["company","companyUniqueName","vouchers","voucher-status-count"],"host":[""],"query":[{"key":"from","value":"01-04-2021"},{"key":"to","value":"05-02-2024"},{"key":"type","value":"sales"},{"key":"voucherVersion","value":"2"},{"key":"lang","value":"en"}],"variable":[]}},"response":[],"_postman_id":"41df6f71-b1fa-4f51-972f-d34c6edcb856"},{"name":"voucher balance api","id":"8ac21308-f672-47b5-8645-53ee40110738","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"connection":true,"accept-encoding":true,"accept":true,"user-agent":true,"host":true,"content-length":true,"content-type":true}},"request":{"method":"POST","header":[{"key":"content-type","value":"application/json"},{"key":"auth-key","value":"{{authKey}}"}],"body":{"mode":"raw","raw":"{}"},"url":"/company/companyUniqueName/vouchers/get-all-vouchers-balances?from=01-04-2021&to=05-02-2024&&type=sales&voucherVersion=2&lang=en","urlObject":{"path":["company","companyUniqueName","vouchers","get-all-vouchers-balances"],"host":[""],"query":[{"key":"from","value":"01-04-2021"},{"key":"to","value":"05-02-2024"},{"key":null,"value":null},{"key":"type","value":"sales"},{"key":"voucherVersion","value":"2"},{"key":"lang","value":"en"}],"variable":[]}},"response":[],"_postman_id":"8ac21308-f672-47b5-8645-53ee40110738"}],"id":"6f1e20a5-ccd6-45d3-84b7-1b6b73d5e54d","_postman_id":"6f1e20a5-ccd6-45d3-84b7-1b6b73d5e54d","description":""},{"name":"Gmail Api's","item":[{"name":"Delete Gmail Integration","id":"366c8fbf-78f7-4bf3-a398-36cf72981222","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"auth-key","value":"{{authkey}}","type":"text"}],"url":"/company/companyUniqueName/token","description":"<p>This api is use to delete the gmail integration from the company.</p>\n<p>MK-\ncompanyUniqueName </p>\n","urlObject":{"path":["company","companyUniqueName","token"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"366c8fbf-78f7-4bf3-a398-36cf72981222"}],"id":"8a64e450-733b-47bf-ba4f-ea60b336ff6f","_postman_id":"8a64e450-733b-47bf-ba4f-ea60b336ff6f","description":""},{"name":"Petty Cash Manager Api's","item":[{"name":"create petty cash entry","id":"bb162e93-a510-4a1f-b48d-2256cd80eb3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"auth-key","type":"text","value":"{{authkey}}"}],"body":{"mode":"raw","raw":"{\n    \"transactions\": [\n        {\n            \"amount\": 500,\n            \"particular\": \"sales\",\n            \"name\": \"Sales\"\n        }\n    ],\n    \"attachedFiles\": [\n        \"abc\"\n    ],\n    \"chequeNumber\": \"cheque123\",\n    \"entryType\": \"sales\",\n    \"entryDate\": \"04-11-2019\",\n    \"baseAccount\": {\n        \"name\": \"cash\",\n        \"uniqueName\": \"cash\"\n    }\n}"},"url":"/company/companyUniqueName/pettycash-manager/generate?entryType=EXPENSE&branchUniqueName=branchUniqueName","description":"<p>This api is use to create a petty cash entry.</p>\n<p><strong>Path param values:</strong></p>\n<blockquote>\n<ul>\n<li>companyUniqueName: <code>$companyUniquename</code> Unique name of the company. (mandatory)</li>\n</ul>\n</blockquote>\n<p><strong>Query param values:</strong></p>\n<blockquote>\n<ul>\n<li>entryType: <code>$entryType</code> Supported values : SALES/EXPENSE/DEPOSIT  (mendatory)</li>\n<li>branchUniqueName: <code>$branchUniqueName</code> Unique name of the branch. If not provided then petty cash entry would be created under the HO branch. (not mandatory)</li>\n</ul>\n</blockquote>\n<p>Manadatory keys -</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code> 1) transactions\n 2) transactions.{i}.amount\n 3) entryDate\n</code></pre>","urlObject":{"path":["company","companyUniqueName","pettycash-manager","generate"],"host":[""],"query":[{"key":"entryType","value":"EXPENSE"},{"key":"branchUniqueName","value":"branchUniqueName"}],"variable":[]}},"response":[],"_postman_id":"bb162e93-a510-4a1f-b48d-2256cd80eb3d"},{"name":"petty cash entry action api","id":"5b32ba27-1972-4f2b-b25d-f553e69c7445","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"auth-key","type":"text","value":"{{authKey}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"ledgerRequest\" : {\n          \"transactions\": [\n           {\n            \"amount\": 100,\n            \"particular\": \"sales\",\n            \"type\": \"DEBIT\",\n            \"taxes\": [],\n            \"applyApplicableTaxes\": true,\n            \"isInclusiveTax\": false,\n            \"convertedAmount\": null\n        }\n    ],\n    \n    \"entryDate\": \"20-09-2019\",\n    \"attachedFile\": \"\",\n    \"attachedFileName\": \"\",\n    \"description\": \"\",\n    \"generateInvoice\": false,\n    \"chequeNumber\": \"\"\n \n \n},\n\n\"message\" : \"i am rejected entry\"\n\n}\n"},"url":"/company/companyUniqueName/pettycash-manager/cbt1568974576280?action=approve&branchUniqueName=branchUniqueName","description":"<p>Request param : action - approve/reject/revert/delete</p>\n<p>accountUniqueName : mandatory in case of approve action</p>\n<p>body : ledgerRequest mandatory in cash of approve action .\nfor other actions can be null.</p>\n","urlObject":{"path":["company","companyUniqueName","pettycash-manager","cbt1568974576280"],"host":[""],"query":[{"key":"action","value":"approve"},{"key":"branchUniqueName","value":"branchUniqueName"}],"variable":[]}},"response":[],"_postman_id":"5b32ba27-1972-4f2b-b25d-f553e69c7445"},{"name":"Get pettycash entry api","id":"c7aaa4c7-7263-40ac-b451-21614c093fa1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"auth-key","type":"text","value":"{{authkey}}"}],"url":"/company/companyUniqueName/pettycash-manager/ledger/2yr1568983689821","description":"<p>This api is use to return the petty cash entry.</p>\n<p>Manadatory keys - \npath param - \n{{entryUniqueName}}</p>\n","urlObject":{"path":["company","companyUniqueName","pettycash-manager","ledger","2yr1568983689821"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"c7aaa4c7-7263-40ac-b451-21614c093fa1"},{"name":"Get All Petty cash entry grid view for admin","id":"8e3c7125-bb6c-4063-9d35-5e008a3f4a45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Auth-Key","type":"text","value":"{{authkey}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"from\": \"02-09-2019\",\n    \"to\": \"02-09-2019\"\n    ,\"status\":\"rejected\"\n}"},"url":"/company/companyUniqueName/pettycash-manager/report?sortBy=amount&sort=asc&branchUniqueName=branchUniqueName","description":"<p>API : Get All Petty cash entry grid view for admin [POST]</p>\n<p>This API will get all the enries of Petty cash for admin view. Below is the description.</p>\n<p><strong>Path param values:</strong></p>\n<blockquote>\n<ul>\n<li>companyUniqueName: <code>$companyUniquename</code> (mandatory)</li>\n</ul>\n</blockquote>\n<p><strong>Query param values:</strong></p>\n<blockquote>\n<ul>\n<li>branchUniqueName: <code>$branchUniqueName</code> Unique name of the branch. (not mandatory)</li>\n<li>sortBy: <code>$sortBy</code> Default value is <code>entry_date</code>. Supported values : entry_date/amount (not mandatory)</li>\n<li>sort: <code>$sortBy</code> Default value is <code>asc</code>. Supported values : <code>asc/desc</code> (not mandatory)</li>\n<li>page: <code>$NoOfPages</code> (not mandatory)</li>\n<li>count: <code>$NoOfRecords</code> (not mandatory)</li>\n</ul>\n</blockquote>\n<p>JSON fields(titles) for Request Body 'stockGroupResource'</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code> from = $from (not mandatory)\n to = $to (not mandatory)\n status = $EntrySatus[pending,rejected] (not mandatory)\n</code></pre><p>Note: Default values for not mandatory fields:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code> from = $(today - 1 month)\n to = $(today)\n page = 1\n count = 20\n sort = [\"asc\"]\n sortBy = [\"entry_date\"]\n status = [\"pending\"]\n</code></pre>","urlObject":{"path":["company","companyUniqueName","pettycash-manager","report"],"host":[""],"query":[{"key":"sortBy","value":"amount"},{"key":"sort","value":"asc"},{"key":"branchUniqueName","value":"branchUniqueName"}],"variable":[]}},"response":[],"_postman_id":"8e3c7125-bb6c-4063-9d35-5e008a3f4a45"},{"name":"Client-get all petty cash entries","id":"a9744bcd-3a31-454f-a18c-2c0e25d28d68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"from\":\"01-11-2019\",\n\t\"to\":\"30-11-2019\"\n}"},"url":"/company/companyUniqueName/pettycash-manager/client-report?branchUniqueName=branchUniqueName","description":"<p><code>API description</code> -</p>\n<p>This API is meant to be called on mobile app of petty cash management.</p>\n<p><strong><code>Manadatory's</code>-</strong></p>\n<blockquote>\n<ul>\n<li>pathParam -companyUniqueName.</li>\n</ul>\n</blockquote>\n<p><strong><code>Request Body</code> -</strong></p>\n<blockquote>\n<ul>\n<li>from - this represents the from date (format - dd-MM-yyyy).</li>\n<li>to - This represent the to date.(format - dd-MM-yyyy)</li>\n</ul>\n</blockquote>\n<p><strong><code>API logic</code> -</strong>\nThis will returns the list of petty cash entries which is created by the current user and entries done in\nthe same shared accounts (of bank or cash parents) by other user. </p>\n<p><strong><code>For ex</code> -</strong></p>\n<blockquote>\n<ul>\n<li>admin has shared <code>pettycash</code> account with user1 and user2.</li>\n<li>admin has shared <code>sales</code>account with both of them.</li>\n<li>and now user 1 has made one sales petty cash entry.</li>\n<li>and user2 has made one expense petty cash entry.</li>\n<li>and user2 has made one sales petty cash entry.</li>\n</ul>\n</blockquote>\n<blockquote>\n<p>if user1 call this api then,\nhe will see 2 entries i.e one sales entry of him and other one of sales entry of user2 also.</p>\n</blockquote>\n<blockquote>\n<p>and if user2 call this api then,\nhe will see 3 entries i.e two entries of himself and one of user1 because <code>pettycash</code> account is shared between both of them.</p>\n</blockquote>\n","urlObject":{"path":["company","companyUniqueName","pettycash-manager","client-report"],"host":[""],"query":[{"key":"branchUniqueName","value":"branchUniqueName"}],"variable":[]}},"response":[],"_postman_id":"a9744bcd-3a31-454f-a18c-2c0e25d28d68"}],"id":"acbac3f0-0727-4476-9e46-2c10cf1caa82","_postman_id":"acbac3f0-0727-4476-9e46-2c10cf1caa82","description":""},{"name":"Discount Api's","item":[{"name":"Assign discount Api","id":"314dc8af-fce1-48d5-8669-d190a3959b52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"auth-key","value":"{{authkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"discountUniqueNames\": [\n        \"\"\n    ],\n    \"accountUniqueName\": \"\"\n}"},"url":"/company/companyUniqueName}/discount/assign","description":"<p>This Api is use to assign a created discount with a account that can be of group sundrydebtors/sundrycreditors only.</p>\n<p>Manadatory keys -\ndiscountUniqueNames \naccountUniqueName</p>\n<p>note - this api can be use in update case also like \nit will refresh the old and save the new sent data.</p>\n","urlObject":{"path":["company","companyUniqueName}","discount","assign"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"314dc8af-fce1-48d5-8669-d190a3959b52"},{"name":"get All assigned Discount ","id":"e6e7bf07-8171-4bf5-947c-7ef23c3c5899","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"auth-key","value":"{{authkey}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"/company/companyUniqueName/discount/assign/list?accountUniqueName=adityaAccount","description":"<p>This api is use to get all the assigned discounts.</p>\n<p>Params - accountUniqueName \nThis param is use to get the assigned discounts of a account.</p>\n","urlObject":{"path":["company","companyUniqueName","discount","assign","list"],"host":[""],"query":[{"key":"accountUniqueName","value":"adityaAccount"}],"variable":[]}},"response":[],"_postman_id":"e6e7bf07-8171-4bf5-947c-7ef23c3c5899"}],"id":"daf356b3-7d22-4ab7-a04d-c9b702d2c1a9","_postman_id":"daf356b3-7d22-4ab7-a04d-c9b702d2c1a9","description":""},{"name":"VAT Apis","item":[{"name":"View VAT Report","id":"ba5c1b9a-07d0-46ac-9cd8-44a9afd8182c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Auth-Key","type":"text","value":"{{authkey}}"}],"url":"/v2/company/companyUniqueName/vat-report?from=01-04-2019&to=01-05-2019&taxNumber={{taxNumber}}&branchUniqueName=branchUniqueName","description":"<p>This api will be used to view the VAT report of a particular company.</p>\n<p>It is to be noted that VAT report can only be viewed for companies which have country where VAT is implemented, which are GCC countries.</p>\n","urlObject":{"path":["v2","company","companyUniqueName","vat-report"],"host":[""],"query":[{"key":"from","value":"01-04-2019"},{"key":"to","value":"01-05-2019"},{"key":"taxNumber","value":"{{taxNumber}}"},{"key":"branchUniqueName","value":"branchUniqueName"}],"variable":[]}},"response":[],"_postman_id":"ba5c1b9a-07d0-46ac-9cd8-44a9afd8182c"},{"name":"Download VAT Report","id":"ccef710f-24c6-4a1f-a0a9-6094393d0313","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Auth-Key","type":"text","value":"{{authkey}}"}],"body":{"mode":"raw","raw":""},"url":"/v2/company/companyUniqueName/vat-report-download?from=01-04-2019&to=01-05-2019&taxNumber={{taxNumber}}&branchUniqueName=branchUniqueName","description":"<p>This api will be used to download the VAT report of a company for a particular date period.</p>\n<p>The api returns the byte array of the VAT report excel file.</p>\n","urlObject":{"path":["v2","company","companyUniqueName","vat-report-download"],"host":[""],"query":[{"key":"from","value":"01-04-2019"},{"key":"to","value":"01-05-2019"},{"key":"taxNumber","value":"{{taxNumber}}"},{"key":"branchUniqueName","value":"branchUniqueName"}],"variable":[]}},"response":[],"_postman_id":"ccef710f-24c6-4a1f-a0a9-6094393d0313"}],"id":"abd98a47-edc1-4a09-8c48-df1de935af7b","_postman_id":"abd98a47-edc1-4a09-8c48-df1de935af7b","description":""},{"name":"Advance Receipt APIs","item":[{"name":"get all advance receipt vouchers","id":"f935d151-b83f-439a-8b5c-e04d15d83042","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"auth-key","value":"-KDRSrb_0fadLdeBL_xaB9zpaf_LCgkFaEky-TbrRZ8BDl8j6JWmEJsll122JRo-MAOnKQDLNSHU2vQqGIcjGXE0BGKfzuHZhuDNwB9UoiA="},{"key":"Content-Type","value":"application/json"}],"url":"/v4/company/companyUniqueName/accounts/debtor1/vouchers/advance-receipt/all?invoiceDate=21-02-2020&branchUniqueName=branchUniqueName","description":"<p>this api is use to get all the advance receipt vouchers required for adjust ment on generate invoice and get all invoice page.</p>\n<p>manadatory params - \na) invoiceDate - dd/MM/yyyy\nb) account uniqueName.\nc) company uniqueName.</p>\n","urlObject":{"path":["v4","company","companyUniqueName","accounts","debtor1","vouchers","advance-receipt","all"],"host":[""],"query":[{"key":"invoiceDate","value":"21-02-2020"},{"key":"branchUniqueName","value":"branchUniqueName"}],"variable":[]}},"response":[],"_postman_id":"f935d151-b83f-439a-8b5c-e04d15d83042"},{"name":"Invoice adjustment with advance receipt","id":"b11a66fb-68d2-4a02-8d56-439815ac80f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"auth-key","type":"text","value":"{{authkey}}"}],"body":{"mode":"raw","raw":"{\n    \"tdsTaxUniqueName\": \"tds5\",\n    \"tdsAmount\": {\n        \"amountForAccount\": 120\n      \n     \n    },\n    \"description\": \"this is a tds entry of pooja singh\",\n    \"adjustments\": [\n    {\n            \"voucherNumber\": \"RCPT-20200302-1\",\n            \"dueAmount\": {\n                \"amountForAccount\": 40.00,\n                \"amountForCompany\": 40.00\n            },\n            \"voucherDate\": \"02-03-2020\",\n            \"taxRate\": 10.00,\n            \"uniqueName\": \"3oh2pl6wep2z0dy8dsfdfadfaadfdfaddf4rndp06y7nol68\",\n            \"taxUniqueName\": \"gst10\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"/company/companyUniqueName/advance-receipt/adjust?invoiceUniqueName=o75t8icc4lwtszw11dlc1hntqjgf12","description":"<p>This API is use to adjust invoice with advance receipt entries.</p>\n<p>Mandatory keys - \na) voucherNumber.\nb) dueAmount.\nc) voucherDate.\nd) taxRate\ne) taxUniqueName.\nf) uniqueName - this is the voucher doc uniqueName.</p>\n<p>optional params - \ntdsTaxUniqueNames,\ntdsAmount,\ndescription - this description refers to tds entry description.\nparams - \ninvoiceUniqueName - This is mandatory and it is the uniqueName of invoice i.e going to be adjust.</p>\n<p>Operation - \nAfter execution of the api- \na) invoice balance will get reduced.\nb) advance receipt voucher balance will get reduced.\nc) tax on advance credit side entry will be done based on adjusted amount used.</p>\n<p>Note - From now every advance receipt entry will be \nautomatic converted to voucher.</p>\n","urlObject":{"path":["company","companyUniqueName","advance-receipt","adjust"],"host":[""],"query":[{"key":"invoiceUniqueName","value":"o75t8icc4lwtszw11dlc1hntqjgf12"}],"variable":[]}},"response":[],"_postman_id":"b11a66fb-68d2-4a02-8d56-439815ac80f0"},{"name":"Adjustment of advance receipt by generate invoice","id":"113567de-0c35-4966-b48d-b8c40d97b9e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Connection","value":"keep-alive"},{"key":"Pragma","value":"no-cache"},{"key":"Cache-Control","value":"no-cache"},{"key":"Accept","value":"application/json"},{"key":"Sec-Fetch-Dest","value":"empty"},{"key":"User-Agent","value":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.122 Safari/537.36"},{"key":"Content-Type","value":"application/json"},{"key":"Origin","value":"http://localhost:3000"},{"key":"Sec-Fetch-Site","value":"same-site"},{"key":"Sec-Fetch-Mode","value":"cors"},{"key":"Referer","value":"http://localhost:3000/pages/proforma-invoice/invoice/sales"},{"key":"Accept-Language","value":"en-GB,en-US;q=0.9,en;q=0.8"},{"key":"auth-key","value":"{{authkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"advanceReceiptAdjustment\": {\n        \"tdsTaxUniqueName\": \"tds5\",\n        \"tdsAmount\": {\n            \"amountForAccount\": null\n        },\n        \"description\": \"this is a tds entry testing 2\",\n        \"adjustments\": [\n            {\n                \"voucherNumber\": \"RCPT-20200426-2\",\n                \"dueAmount\": {\n                    \"amountForAccount\": 10.00,\n                    \"amountForCompany\": 800.00\n                },\n                \"voucherDate\": \"26-04-2020\",\n                \"taxRate\": 5.00,\n                \"uniqueName\": \"lu4hlwvzeu88nfmefxxathz3w7zplx\",\n                \"taxUniqueName\": \"commongst5\"\n            }\n        ]\n    },\n    \"account\": {\n        \"currencySymbol\": \"₹\",\n        \"currency\": {\n            \"code\": \"INR\"\n        },\n        \"billingDetails\": {\n            \"address\": [\n                \"\"\n            ],\n            \"state\": {\n                \"code\": \"MP\",\n                \"name\": \"Madhya Pradesh\"\n            },\n            \"gstNumber\": \"\",\n            \"panNumber\": \"\",\n            \"countryName\": \"India\",\n            \"stateCode\": \"MP\",\n            \"stateName\": \"Madhya Pradesh\"\n        },\n        \"shippingDetails\": {\n            \"address\": [\n                \"\"\n            ],\n            \"state\": {\n                \"code\": \"MP\",\n                \"name\": \"Madhya Pradesh\"\n            },\n            \"gstNumber\": \"\",\n            \"panNumber\": \"\",\n            \"countryName\": \"India\",\n            \"stateCode\": \"MP\",\n            \"stateName\": \"Madhya Pradesh\"\n        },\n        \"name\": \"mp debtor\",\n        \"uniqueName\": \"mpdebtor\",\n        \"email\": \"\",\n        \"attentionTo\": \"\",\n        \"contactNumber\": \"\",\n        \"mobileNumber\": \"\",\n        \"country\": {\n            \"countryName\": \"India\",\n            \"countryCode\": \"IN\"\n        }\n    },\n    \"updateAccountDetails\": false,\n    \"entries\": [\n        {\n            \"transactions\": [\n                {\n                    \"account\": {\n                        \"uniqueName\": \"sales\",\n                        \"name\": \"Sales\"\n                    },\n                    \"amount\": {\n                        \"type\": \"DEBIT\",\n                        \"amountForAccount\": 700\n                    },\n                    \"stock\": {\n                        \"quantity\": \"1\",\n                        \"sku\": null,\n                        \"name\": \"jeans\",\n                        \"uniqueName\": \"jeans\",\n                        \"rate\": {\n                            \"amountForAccount\": 700\n                        },\n                        \"stockUnit\": {\n                            \"code\": \"nos\"\n                        }\n                    }\n                }\n            ],\n            \"date\": \"\",\n            \"taxes\": [],\n            \"hsnNumber\": \"15975369\",\n            \"sacNumber\": null,\n            \"voucherNumber\": \"\",\n            \"voucherType\": \"sales\",\n            \"discounts\": [\n                {\n                    \"calculationMethod\": \"FIX_AMOUNT\",\n                    \"amount\": {\n                        \"type\": \"DEBIT\",\n                        \"amountForAccount\": 0\n                    },\n                    \"name\": \"\",\n                    \"particular\": \"\"\n                }\n            ]\n        }\n    ],\n    \"date\": \"\",\n    \"type\": \"sales\",\n    \"exchangeRate\": 1,\n    \"dueDate\": \"27-02-2020\",\n    \"deposit\": {\n        \"type\": \"DEBIT\",\n        \"accountUniqueName\": \"cash\",\n        \"amountForAccount\": 0\n    },\n    \"templateDetails\": {\n        \"other\": {\n            \"shippingDate\": \"\",\n            \"shippedVia\": null,\n            \"trackingNumber\": null,\n            \"customField1\": null,\n            \"customField2\": null,\n            \"customField3\": null\n        }\n    },\n    \"warehouse\": {\n        \"name\": \"\",\n        \"uniqueName\": \"ahp1575890434672\"\n    }\n}"},"url":"/v4/company/companyUniqueName/accounts/mpdebtor/vouchers/generate?branchUniqueName=branchUniqueName","description":"<p>Description related to advance receipt adjustment - </p>\n<p>While generating invoice, user can provide the advance receipt data to adjust the invoice with provided advance receipts.</p>\n<p>Note - Advance receipt must be a day before the invoice date.</p>\n<p>Effect - \na) invoice balance would get reduced.\nb) advance receipt balance would get reduced.\nc) In tax on advance ledger there will be tax credit entry would get reflected based on the adjustment amount provided and its tax rate.</p>\n<p>advanceReceiptAdjustment is an optional key.</p>\n<p>If it is provided then,\nMandatory keys will be - \na) adjustments\nb) voucherNumber.\nc) dueAmount.\nd) voucherDate.\ne) taxUniqueName.\nf) uniqueName.</p>\n<p>advanceReceiptAdjustment.tdsTaxUniqueName - This key refers to the tds tax type uniqueName.</p>\n<p>advanceReceiptAdjustment.tdsAmount - This key refers to the tds amount for doing tds entry.</p>\n<p>advanceReceiptAdjustment.description - This key refers to the tds entry description.</p>\n","urlObject":{"path":["v4","company","companyUniqueName","accounts","mpdebtor","vouchers","generate"],"host":[""],"query":[{"key":"branchUniqueName","value":"branchUniqueName"}],"variable":[]}},"response":[],"_postman_id":"113567de-0c35-4966-b48d-b8c40d97b9e4"},{"name":"get all invoices for adjustment","id":"a43cecc6-06a4-4800-baf9-d663ca204558","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"auth-key","value":"{{authkey}}","type":"text"}],"url":"/company/companyUniqueName/advance-receipt/n0f6oqexhp2xqdrc3a5f1d0yxmnxpz","description":"<p>This API is use to get all the invoices to be adjusted \nfor a advance receipt.</p>\n<p>Mandatory keys -\nadvanceReceiptUniqueName - in path variable.</p>\n<p>invoices after advance receipt doc date will come in response.</p>\n","urlObject":{"path":["company","companyUniqueName","advance-receipt","n0f6oqexhp2xqdrc3a5f1d0yxmnxpz"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"a43cecc6-06a4-4800-baf9-d663ca204558"},{"name":"Adjust invoices with advance receipt","id":"f79071b4-fd25-4a92-967d-dbb85b923b32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"auth-key","value":"{{authkey}}","type":"text"}],"body":{"mode":"raw","raw":" [  {\n            \"invoiceNumber\": \"20201118-1\",\n            \"invoiceDate\": \"18-11-2020\",\n            \"invoiceAmt\": 110.00,\n            \"balanceDue\": 110.00,\n            \"adjustmentAmt\": 100,\n            \"invoiceUniqueName\": \"0fhb3ih473kj55r4hwe38y1c50toh7\"\n        },\n        {\n            \"invoiceNumber\": \"20201031-1\",\n            \"invoiceDate\": \"31-10-2020\",\n            \"invoiceAmt\": 1100.00,\n            \"balanceDue\": 1100.00,\n            \"adjustmentAmt\": 500,\n            \"invoiceUniqueName\": \"u65ipbn4us6n5zpykrx35ef20f36x6\"\n        }\n ]","options":{"raw":{"language":"json"}}},"url":"/company/companyUniqueName/advance-receipt/adjust-invoices/n0f6oqexhp2xqdrc3a5f1d0yxmnxpz","description":"<p>This api is use to adjust the multiple invoices with single advance receipt.</p>\n<p>mandatory keys - \nadvanceReceiptUniqueName - in path variable.\nrequest body mandatory keys in array objects are -\n{\n            \"invoiceDate\": \"18-11-2020\",\n            \"invoiceAmt\": 110.00,\n            \"balanceDue\": 110.00,\n            \"adjustmentAmt\": 100,\n            \"invoiceUniqueName\": \"0fhb3ih473kj55r4hwe38y1c50toh7\"\n}</p>\n","urlObject":{"path":["company","companyUniqueName","advance-receipt","adjust-invoices","n0f6oqexhp2xqdrc3a5f1d0yxmnxpz"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"f79071b4-fd25-4a92-967d-dbb85b923b32"}],"id":"19f1e884-4dca-43af-b229-f40e65822803","_postman_id":"19f1e884-4dca-43af-b229-f40e65822803","description":""},{"name":"Account Balances Report APIs","item":[{"name":"export account balances export API","id":"b0802c2e-d3c7-46e9-b02d-4d5b0ce8316e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"auth-key","type":"text","value":"{{authkey}}"}],"body":{"mode":"raw","raw":"{\n    \"monthYear\": [\n        \"01-2020\",\n        \"02-2020\"\n    ],\n    \"showHideOpeningClosingBalance\": true,\n    \"balanceTypeAsSign\": true\n}","options":{"raw":{"language":"json"}}},"url":"/v2/company/companyUniqueName/groups/sundrydebtors/export/account-balances?branchUniqueName=branchUniqueName","description":"<p>This API is use to export the group account balances into a excel format.</p>\n<p>Request body mandatory keys - \na) monthYear - [mm-YYYY ] array of month year in provided format.\nb) financialYear - APR-2020 or JAN-2020 </p>\n<p>either monthYear or financial year need to be provide.</p>\n<p>c) showHideOpeningClosingBalance - This key will create two more columns in excel for opening and closing balance.</p>\n<p>d) balanceTypeAsSign - This key will replace balance type into signs and will merge balance and balance type.</p>\n<p>Path parameter - \na) groupUniqueName - this is mandatory key.</p>\n","urlObject":{"path":["v2","company","companyUniqueName","groups","sundrydebtors","export","account-balances"],"host":[""],"query":[{"disabled":true,"key":"financialYear","value":"APR-2020"},{"disabled":true,"key":"showHideOpeningClosing","value":"true"},{"disabled":true,"key":"balanceTypeAsSigns","value":"true"},{"key":"branchUniqueName","value":"branchUniqueName"}],"variable":[]}},"response":[],"_postman_id":"b0802c2e-d3c7-46e9-b02d-4d5b0ce8316e"},{"name":"monthly columnar report for API","id":"d5331f10-dcec-4f6d-b800-70102839a93b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"auth-key","type":"text","value":"{{authkey}}"}],"body":{"mode":"raw","raw":"{\n    \"financialYear\": \"APR-2020\",\n    \"showHideOpeningClosingBalance\": true\n}","options":{"raw":{"language":"json"}}},"url":"/v2/company/companyUniqueName/groups/sundrydebtors/export/account-balances?fileType=json&branchUniqueName=branchUniqueName","description":"<p>This API is use to get the montly columnar report for UI.</p>\n<p>mandatory params - \nmonthYear, financialYear.</p>\n<p>Optional - \nshowHideOpeningClosingBalance</p>\n","urlObject":{"path":["v2","company","companyUniqueName","groups","sundrydebtors","export","account-balances"],"host":[""],"query":[{"key":"fileType","value":"json"},{"key":"branchUniqueName","value":"branchUniqueName"}],"variable":[]}},"response":[],"_postman_id":"d5331f10-dcec-4f6d-b800-70102839a93b"}],"id":"7d64cf2d-5e19-4527-bee8-65c743623502","_postman_id":"7d64cf2d-5e19-4527-bee8-65c743623502","description":""},{"name":"UI Apis","item":[{"name":"UI Exceptions","id":"0d8c943d-d031-4b52-ab3c-11da6c6ea0f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"user_agent\": \"Windows\",\n  \"user\": \"foo@bar.com\",\n  \"page\": \"/pages/settings\",\n  \"error\": \"TypeError: Cannot read property 'format' of undefined    at LedgerComponent.push../src/app/ledger/ledger.component.ts.LedgerComponent.ngOnInit (http://localhost:3000/default~expenses-expenses-module~ledger-ledger-module.js:7308:11)    at checkAndUpdateDirectiveInline (http://localhost:3000/vendor.js:65350:19)    at checkAndUpdateNodeInline (http://localhost:3000/vendor.js:66614:20)    at checkAndUpdateNode (http://localhost:3000/vendor.js:66576:16)    at prodCheckAndUpdateNode (http://localhost:3000/vendor.js:67117:5)    at Object.eval [as updateDirectives] (ng:///LedgerModule/LedgerComponent_Host.ngfactory.js:13:5)    at Object.updateDirectives (http://localhost:3000/vendor.js:66905:72)    at checkAndUpdateView (http://localhost:3000/vendor.js:66558:14)    at callViewAction (http://localhost:3000/vendor.js:66799:21)    at execEmbeddedViewsAction (http://localhost:3000/vendor.js:66762:17)    at checkAndUpdateView (http://localhost:3000/vendor.js:66559:5)    at callViewAction (http://localhost:3000/vendor.js:66799:21)    at execComponentViewsAction (http://localhost:3000/vendor.js:66741:13)    at checkAndUpdateView (http://localhost:3000/vendor.js:66564:5)    at callViewAction (http://localhost:3000/vendor.js:66799:21)    at execEmbeddedViewsAction (http://localhost:3000/vendor.js:66762:17)    at checkAndUpdateView (http://localhost:3000/vendor.js:66559:5)    at callViewAction (http://localhost:3000/vendor.js:66799:21)    at execComponentViewsAction (http://localhost:3000/vendor.js:66741:13)    at Object.checkAndUpdateView (http://localhost:3000/vendor.js:66564:5)    at ViewRef_.push.../../node_modules/@angular/core/fesm5/core.js.ViewRef_.detectChanges (http://localhost:3000/vendor.js:64939:22)    at http://localhost:3000/vendor.js:61370:63    at Array.forEach (<anonymous>)    at ApplicationRef.push.../../node_modules/@angular/core/fesm5/core.js.A\",\n  \"env\": \"Test\"\n}","options":{"raw":{"language":"json"}}},"url":"/ui/exception","urlObject":{"path":["ui","exception"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"0d8c943d-d031-4b52-ab3c-11da6c6ea0f7"},{"name":"Get Page Favourite","id":"3d571174-e097-461c-86d3-6feead85220f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Session-Id","value":"h-HmxMcTU3iyL3fKAvqzRMLxKCoGRFIrqsnL1hkuLF4="},{"key":"Content-Type","value":"application/json"}],"url":"/ui/page/favourite?pageName=ADMIN_COMPANY","description":"<p>pageName can be following - ADMIN_COMPANY, ADMIN_PLAN, ADMIN_LICENSE, ADMIN_USER</p>\n","urlObject":{"path":["ui","page","favourite"],"host":[""],"query":[{"key":"pageName","value":"ADMIN_COMPANY"}],"variable":[]}},"response":[],"_postman_id":"3d571174-e097-461c-86d3-6feead85220f"},{"name":"Save/Update Page Favourite","id":"c52fcfd4-5811-48e7-996f-04eb2c9ae570","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Session-Id","value":"h-HmxMcTU3iyL3fKAvqzRMLxKCoGRFIrqsnL1hkuLF4="},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"companyName\": true,\n    \"userName\": true,\n    \"subscribedOn\": true,\n    \"subscriptionId\": true,\n    \"planName\": true,\n    \"remainingTransaction\": true,\n    \"transactionLimit\": true,\n    \"totalAmount\": true,\n    \"additionalTransaction\": true,\n    \"additionalCharges\": true,\n    \"ratePerTransaction\": true,\n    \"expiry\": true,\n    \"status\": true\n}","options":{"raw":{"language":"json"}}},"url":"/ui/page/favourite?pageName=ADMIN_COMPANY","description":"<p>pageName can be following - ADMIN_COMPANY, ADMIN_PLAN, ADMIN_LICENSE, ADMIN_USER</p>\n","urlObject":{"path":["ui","page","favourite"],"host":[""],"query":[{"key":"pageName","value":"ADMIN_COMPANY"}],"variable":[]}},"response":[],"_postman_id":"c52fcfd4-5811-48e7-996f-04eb2c9ae570"}],"id":"03cf48cf-fac8-407e-85a3-541d507e7182","_postman_id":"03cf48cf-fac8-407e-85a3-541d507e7182","description":""},{"name":"Export Apis","item":[{"name":"Ledger export - Excel","id":"f88b84af-14e8-4d54-ab02-3232224a92c0","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"connection":true,"accept-encoding":true,"user-agent":true,"content-type":true,"content-length":true,"host":true,"accept":true}},"request":{"method":"POST","header":[{"key":"content-type","value":"application/json"},{"key":"auth-key","value":"{{authKey}}"}],"body":{"mode":"raw","raw":"{\n    \"uniqueNames\": [],\n    \"inventory\": {},\n    \"bsRangeValue\": [\n       \n    ],\n    \"type\": \"admin-detailed\",\n    \"balanceTypeAsSign\": false,\n    \"sort\": \"ASC\",\n    \"from\": \"01-04-2021\",\n    \"to\": \"05-02-2024\",\n    \"accountUniqueName\": \"accountUniqueName\",\n    \"exportType\": \"LEDGER_EXPORT\",\n    \"showEntryVoucherNo\": true,\n    \"showVoucherNumber\": true,\n    \"showVoucherTotal\": true,\n    \"showEntryVoucher\": true,\n    \"showDescription\": true,\n    \"fileType\": \"CSV\"\n}"},"url":"/company/companyUniqueName/exports?lang=en","urlObject":{"path":["company","companyUniqueName","exports"],"host":[""],"query":[{"key":"lang","value":"en"}],"variable":[]}},"response":[],"_postman_id":"f88b84af-14e8-4d54-ab02-3232224a92c0"},{"name":"View Export Requests","id":"95a78405-6c20-4cf4-ae1c-a2abedafb028","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"connection":true,"accept-encoding":true,"accept":true,"user-agent":true,"host":true}},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Auth-key","value":"{{authkey}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"/company/companyUniqueName/exports?from=01-07-2022&to=20-07-2022&page=1","description":"<p>This API is used to create requests for any data that the user wants to export.</p>\n<p>Parameters</p>\n<ul>\n<li><strong>branchUniqueName</strong> - It is the unique name of the branch for which user wants to view the export requests. If the branch is not provided data all export requests are shown.</li>\n<li><strong>from</strong> - The date from which the user wants to view the export requests. <strong>from</strong> parameter should be provided with <strong>to</strong> parameter. Default date is one month before today's date.</li>\n<li><strong>to</strong> - The date till which the users wants to view the export requests. <strong>to</strong> parameter should be provided with <strong>from</strong> parameter. Default date is today's date.</li>\n<li><strong>count</strong> - Number of export requests to view per page.</li>\n</ul>\n","urlObject":{"path":["company","companyUniqueName","exports"],"host":[""],"query":[{"key":"from","value":"01-07-2022"},{"key":"to","value":"20-07-2022"},{"key":"page","value":"1"}],"variable":[]}},"response":[],"_postman_id":"95a78405-6c20-4cf4-ae1c-a2abedafb028"},{"name":"Export Download API","id":"07620b1f-b367-41c3-a486-7f4d1869ebeb","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"connection":true,"accept-encoding":true,"accept":true,"user-agent":true,"host":true}},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Auth-Key","value":"{{authKey}}","type":"text"}],"url":"/company/companyUniqueName/exports/{{requestId}}/download?output=file/base64","description":"<h4 id=\"only-those-groups-or-accounts-will-be-exported-which-will-have-atleast-1-entry\"><em>Only those groups or accounts will be exported which will have atleast 1 entry</em></h4>\n","urlObject":{"path":["company","companyUniqueName","exports","{{requestId}}","download"],"host":[""],"query":[{"key":"output","value":"file/base64"}],"variable":[]}},"response":[],"_postman_id":"07620b1f-b367-41c3-a486-7f4d1869ebeb"},{"name":"Bill to bill export api","id":"b1b83bfd-ca44-4483-a2bc-a060a84d0080","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"connection":true,"accept-encoding":true,"accept":true,"user-agent":true,"host":true}},"request":{"method":"GET","header":[{"key":"content-type","value":"application/json"},{"key":"auth-key","value":"{{authKey}}"}],"url":"/v4/company/companyUniqueName}/accounts/accountUniqueName/vouchers/bill-to-bill/export?from=01-04-2021&to=05-02-2024&lang=en","urlObject":{"path":["v4","company","companyUniqueName}","accounts","accountUniqueName","vouchers","bill-to-bill","export"],"host":[""],"query":[{"key":"from","value":"01-04-2021"},{"key":"to","value":"05-02-2024"},{"key":"lang","value":"en"}],"variable":[]}},"response":[],"_postman_id":"b1b83bfd-ca44-4483-a2bc-a060a84d0080"}],"id":"7c0a798e-b432-4be1-947c-956b91372294","_postman_id":"7c0a798e-b432-4be1-947c-956b91372294","description":""},{"name":"Subscription Apis","item":[{"name":"Subscription Ownership Transfer","id":"374fa932-6126-4cf5-8a1e-f910f22cd75c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Session-Id","value":"uNnJl6E1RXQM3cQxTmI9l-P-8s9iKlM6IGMPaVroXmg=","type":"text"}],"url":"/subscription/ownerShipTransfer?subscriptionId=SUB-20200108-1&userUniqueName=besime7078@mailcupp.com","description":"<p>This API is used to change owner (user) of subscription</p>\n","urlObject":{"path":["subscription","ownerShipTransfer"],"host":[""],"query":[{"key":"subscriptionId","value":"SUB-20200108-1"},{"key":"userUniqueName","value":"besime7078@mailcupp.com"}],"variable":[]}},"response":[],"_postman_id":"374fa932-6126-4cf5-8a1e-f910f22cd75c"}],"id":"46b86d5b-5a1c-4449-a4be-4448609a6757","_postman_id":"46b86d5b-5a1c-4449-a4be-4448609a6757","description":""},{"name":"multicurrency estimate api's","item":[{"name":"create estimate with multi-currency","id":"e9e432b8-04f1-4cf3-b217-b0df05ff9930","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"auth-key","value":"{{authKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"account\": {\n        \"currencySymbol\": \"د.إ\",\n        \"currency\": {\n            \"code\": \"AED\"\n        },\n        \"billingDetails\": {\n            \"address\": [\n                \"\"\n            ],\n            \"state\": {\n                \"code\": \"AJ\",\n                \"name\": \"Ajman\"\n            },\n            \"gstNumber\": \"\",\n            \"panNumber\": \"\",\n            \"countryName\": \"United Arab Emirates\",\n            \"stateCode\": \"AJ\",\n            \"stateName\": \"Ajman\"\n        },\n        \"shippingDetails\": {\n            \"address\": [\n                \"\"\n            ],\n            \"state\": {\n                \"code\": \"AJ\",\n                \"name\": \"Ajman\"\n            },\n            \"gstNumber\": \"\",\n            \"panNumber\": \"\",\n            \"countryName\": \"United Arab Emirates\",\n            \"stateCode\": \"AJ\",\n            \"stateName\": \"Ajman\"\n        },\n        \"name\": \"uaedebtor\",\n        \"uniqueName\": \"uaedebtor\",\n        \"email\": \"\",\n        \"attentionTo\": \"\",\n        \"contactNumber\": \"\",\n        \"mobileNumber\": \"\",\n        \"country\": {\n            \"countryName\": \"United Arab Emirates\",\n            \"countryCode\": \"AE\"\n        }\n    },\n    \"updateAccountDetails\": false,\n    \"entries\": [\n        {\n            \"transactions\": [\n                {\n                    \"account\": {\n                        \"uniqueName\": \"sales\",\n                        \"name\": \"Sales\"\n                    },\n                    \"amount\": {\n                        \"type\": \"DEBIT\",\n                        \"amountForAccount\": 1000\n                    }\n                }\n            ],\n            \"date\": \"01-06-2020\",\n            \"taxes\": [],\n            \"hsnNumber\": null,\n            \"sacNumber\": null,\n            \"voucherNumber\": \"\",\n            \"voucherType\": \"sales\",\n            \"discounts\": [\n                {\n                    \"calculationMethod\": \"FIX_AMOUNT\",\n                    \"amount\": {\n                        \"type\": \"DEBIT\",\n                        \"amountForAccount\": 0\n                    },\n                    \"name\": \"\",\n                    \"particular\": \"\"\n                }\n            ]\n        }\n    ],\n    \"date\": \"01-06-2020\",\n    \"type\": \"sales\",\n    \"exchangeRate\": 2.34,\n    \"dueDate\": \"01-06-2020\",\n    \"deposit\": {\n        \"type\": \"DEBIT\",\n        \"accountUniqueName\": \"cash\",\n        \"amountForAccount\": \"\"\n    },\n    \"touristSchemeApplicable\": false,\n    \"passportNumber\": \"\",\n    \"advanceReceiptAdjustment\": {\n        \"adjustments\": []\n    },\n    \"templateDetails\": {\n        \"other\": {\n            \"shippingDate\": \"\",\n            \"shippedVia\": null,\n            \"trackingNumber\": null,\n            \"customField1\": null,\n            \"customField2\": null,\n            \"customField3\": null\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"/v3/company/companyUniqueName/accounts/abudebb/estimates/generate?branchUniqueName=branchUniqueName","urlObject":{"path":["v3","company","companyUniqueName","accounts","abudebb","estimates","generate"],"host":[""],"query":[{"key":"branchUniqueName","value":"branchUniqueName"}],"variable":[]}},"response":[],"_postman_id":"e9e432b8-04f1-4cf3-b217-b0df05ff9930"},{"name":"generate invoice from estimate with multi-currency support","id":"689e193b-9eaa-47a7-aaa5-ee86d98dca7d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"auth-key","value":"{{authKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"estimateNumber\":\"EST-20200601-12\"\n}","options":{"raw":{"language":"json"}}},"url":"/company/companyUniqueName/vouchers/accounts/abudebb/v3/generate-via-estimate","urlObject":{"path":["company","companyUniqueName","vouchers","accounts","abudebb","v3","generate-via-estimate"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"689e193b-9eaa-47a7-aaa5-ee86d98dca7d"},{"name":"generate proforma from estimate with multicurrency support","id":"5956c486-ba69-4380-bcc9-668bb73cedd8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"auth-key","value":"{{authKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"estimateNumber\":\"EST-20200601-7\"\n}","options":{"raw":{"language":"json"}}},"url":"/v3/company/companyUniqueName/accounts/abudebb/proformas/generate-via-estimate","urlObject":{"path":["v3","company","companyUniqueName","accounts","abudebb","proformas","generate-via-estimate"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"5956c486-ba69-4380-bcc9-668bb73cedd8"},{"name":"Get Estimate ","id":"62502b5a-ad4c-47bc-8388-522849166efa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"auth-key","value":"{{authkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"accountUniqueName\": \"usaccount\",\n    \"estimateNumber\": \"EST-20200603-1\"\n}","options":{"raw":{"language":"json"}}},"url":"/v3/company/companyUniqueName/accounts/accountUniqueName/estimates/","urlObject":{"path":["v3","company","companyUniqueName","accounts","accountUniqueName","estimates",""],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"62502b5a-ad4c-47bc-8388-522849166efa"},{"name":"Update Estimate","id":"c0f283c7-bdbf-4ae0-9bd9-f56c622b2224","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"auth-key","value":"{{authkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"account\": {\n        \"currencySymbol\": \"$\",\n        \"currency\": {\n            \"code\": \"USD\"\n        },\n        \"billingDetails\": {\n            \"address\": [\n                \"\"\n            ],\n            \"state\": {\n                \"code\": \"\",\n                \"name\": \"\"\n            },\n            \"gstNumber\": \"\",\n            \"panNumber\": \"\",\n            \"countryName\": \"United States of America\",\n            \"stateCode\": \"\",\n            \"stateName\": \"\"\n        },\n        \"shippingDetails\": {\n            \"address\": [\n                \"\"\n            ],\n            \"state\": {\n                \"code\": \"\",\n                \"name\": \"\"\n            },\n            \"gstNumber\": \"\",\n            \"panNumber\": \"\",\n            \"countryName\": \"United States of America\",\n            \"stateCode\": \"\",\n            \"stateName\": \"\"\n        },\n        \"name\": \"us account\",\n        \"uniqueName\": \"usaccount\",\n        \"email\": \"\",\n        \"attentionTo\": \"\",\n        \"contactNumber\": \"\",\n        \"mobileNumber\": \"\",\n        \"customerName\": \"Aditya Kumar Chandeliya\",\n        \"country\": {\n            \"countryName\": \"United States of America\",\n            \"countryCode\": \"US\"\n        }\n    },\n    \"updateAccountDetails\": false,\n    \"entries\": [\n        {\n            \"transactions\": [\n                {\n                    \"account\": {\n                        \"uniqueName\": \"sales\",\n                        \"name\": \"Sales\"\n                    },\n                    \"amount\": {\n                        \"type\": \"DEBIT\",\n                        \"amountForAccount\": 66\n                    }\n                }\n            ],\n            \"date\": \"03-06-2020\",\n            \"taxes\": [],\n            \"hsnNumber\": null,\n            \"sacNumber\": null,\n            \"voucherNumber\": \"\",\n            \"voucherType\": \"sales\",\n            \"discounts\": [\n                {\n                    \"calculationMethod\": \"FIX_AMOUNT\",\n                    \"amount\": {\n                        \"type\": \"DEBIT\",\n                        \"amountForAccount\": 0\n                    },\n                    \"name\": \"\",\n                    \"particular\": \"\"\n                }\n            ]\n        }\n    ],\n    \"date\": \"03-06-2020\",\n    \"type\": \"sales\",\n    \"exchangeRate\": 75.0,\n    \"dueDate\": \"03-06-2020\",\n    \"deposit\": {\n        \"type\": \"DEBIT\",\n        \"accountUniqueName\": \"cash\",\n        \"amountForAccount\": null\n    },\n    \"depositAccountUniqueName\": \"\",\n    \"number\" : \"EST-20200603-2\"\n}","options":{"raw":{"language":"json"}}},"url":"/v3/company/companyUniqueName/accounts/accountUniqueName/estimates/","urlObject":{"path":["v3","company","companyUniqueName","accounts","accountUniqueName","estimates",""],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"c0f283c7-bdbf-4ae0-9bd9-f56c622b2224"},{"name":"Download estimate","id":"d53803cc-379e-4d59-8b04-b89d42e05561","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"auth-key","type":"text","value":"{{authkey}}"}],"body":{"mode":"raw","raw":"{\n\t\n\t\"estimateNumber\":\"EST-20200601-1\"\n\t\n}","options":{"raw":{"language":"json"}}},"url":"/v3/company/vouchein15903859218500dag63/accounts/uaecustomer/estimates/download?fileType=pdf","description":"<p>This API is used to download estimate with support of multicurrency.   </p>\n<p>Mandatory keys - \na) estimateNumber - This represents the estimate number to be downloaded.\nb) fileType - Its a path param or url param with values - 1) pdf - to download pdf file.\n    - 2) base64 - to get base64 of pdf in response.</p>\n","urlObject":{"path":["v3","company","vouchein15903859218500dag63","accounts","uaecustomer","estimates","download"],"host":[""],"query":[{"key":"fileType","value":"pdf"}],"variable":[]}},"response":[],"_postman_id":"d53803cc-379e-4d59-8b04-b89d42e05561"},{"name":"Mail estimate","id":"37ecfa0e-88ad-4e7b-b3b4-1c2d79238f6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"auth-key","value":"{{authkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\n\t\"estimateNumber\":\"EST-20200601-1\",\n\t\"emailId\":[\"adityasoni182@gmail.com\"]\n\t\n}","options":{"raw":{"language":"json"}}},"url":"/v3/company/vouchein15903859218500dag63/accounts/uaecustomer/estimates/mail","description":"<p>This API is used to mail the estimate.</p>\n<p>mandatory keys - \na) emailId - set of string.\nb) estimateNumber - estimate to be mailed.</p>\n","urlObject":{"path":["v3","company","vouchein15903859218500dag63","accounts","uaecustomer","estimates","mail"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"37ecfa0e-88ad-4e7b-b3b4-1c2d79238f6a"}],"id":"efa0acd6-d82b-4f7c-9ae4-028f483018c6","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"b67a8fdd-bfeb-4f27-b3b4-e659ed6af0a5"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"1356bcf6-10c6-4bc6-af05-e20e4a1402f4"}}],"_postman_id":"efa0acd6-d82b-4f7c-9ae4-028f483018c6","description":""},{"name":"multicurrency proforma API's","item":[{"name":"Create proforma - single currency","id":"2687ccc6-c516-44a8-bfb2-a2231525903f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Auth-Key","value":"{{authkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"account\": {\n        \"currencySymbol\": \"₹\",\n        \"currency\": {\n            \"code\": \"INR\"\n        },\n        \"billingDetails\": {\n            \"address\": [\n                \"hjhjh\"\n            ],\n            \"state\": {\n                \"code\": \"AD\",\n                \"name\": \"Andhra Pradesh\"\n            },\n            \"gstNumber\": \"37AABCS1429B1ZT\",\n            \"panNumber\": \"\",\n            \"countryName\": \"India\",\n            \"stateCode\": \"AD\",\n            \"stateName\": \"Andhra Pradesh\"\n        },\n        \"shippingDetails\": {\n            \"address\": [\n                \"hjhjh\"\n            ],\n            \"state\": {\n                \"code\": \"AD\",\n                \"name\": \"Andhra Pradesh\"\n            },\n            \"gstNumber\": \"37AABCS1429B1ZT\",\n            \"panNumber\": \"\",\n            \"countryName\": \"India\",\n            \"stateCode\": \"AD\",\n            \"stateName\": \"Andhra Pradesh\"\n        },\n        \"name\": \"Arpit Debtor\",\n        \"uniqueName\": \"arpitdebtor\",\n        \"email\": \"rajaji@gmail.com\",\n        \"attentionTo\": \"raja ji ka bulava\",\n        \"contactNumber\": \"\",\n        \"mobileNumber\": \"913454456789\",\n        \"country\": {\n            \"countryName\": \"India\",\n            \"countryCode\": \"IN\"\n        }\n    },\n    \"updateAccountDetails\": false,\n    \"entries\": [\n        {\n            \"transactions\": [\n                {\n                    \"account\": {\n                        \"uniqueName\": \"sales\",\n                        \"name\": \"Sales\"\n                    },\n                    \"amount\": {\n                        \"type\": \"DEBIT\",\n                        \"amountForAccount\": 67.34\n                    }\n                }\n            ],\n            \"date\": \"07-02-2020\",\n            \"taxes\": [\n                {\n                    \"uniqueName\": \"inputgst20\"\n                }\n            ],\n            \"hsnNumber\": null,\n            \"sacNumber\": null,\n            \"description\": \"dfd\",\n            \"voucherNumber\": \"\",\n            \"voucherType\": \"sales\",\n            \"discounts\": [\n                {\n                    \"calculationMethod\": \"FIX_AMOUNT\",\n                    \"amount\": {\n                        \"type\": \"DEBIT\",\n                        \"amountForAccount\": 10\n                    },\n                    \"discountValue\": 10,\n                    \"name\": \"\",\n                    \"particular\": \"\"\n                }\n            ]\n        },\n        {\n            \"transactions\": [\n                {\n                    \"account\": {\n                        \"uniqueName\": \"sales\",\n                        \"name\": \"Sales\"\n                    },\n                    \"amount\": {\n                        \"type\": \"DEBIT\",\n                        \"amountForAccount\": 8910\n                    },\n                    \"stock\": {\n                        \"quantity\": 891,\n                        \"sku\": \"222\",\n                        \"name\": \"Pen\",\n                        \"uniqueName\": \"pen\",\n                        \"rate\": {\n                            \"amountForAccount\": 10\n                        },\n                        \"stockUnit\": {\n                            \"code\": \"nos\"\n                        }\n                    }\n                }\n            ],\n            \"date\": \"07-02-2020\",\n            \"taxes\": [\n                {\n                    \"uniqueName\": \"outgst\"\n                }\n            ],\n            \"hsnNumber\": null,\n            \"sacNumber\": \"566\",\n            \"voucherNumber\": \"\",\n            \"voucherType\": \"sales\",\n            \"discounts\": [\n                {\n                    \"calculationMethod\": \"PERCENTAGE\",\n                    \"amount\": {\n                        \"type\": \"DEBIT\",\n                        \"amountForAccount\": 10\n                    },\n                    \"discountValue\": 10,\n                    \"name\": \"\",\n                    \"particular\": \"\"\n                }\n            ]\n        }\n    ],\n    \"date\": \"07-02-2020\",\n    \"type\": \"sales\",\n    \"exchangeRate\": 1,\n    \"dueDate\": \"09-05-2020\",\n    \"deposit\": {\n        \"type\": \"DEBIT\",\n        \"accountUniqueName\": \"\",\n        \"amountForAccount\": 0\n    },\n    \"touristSchemeApplicable\": false,\n    \"passportNumber\": \"\",\n    \"advanceReceiptAdjustment\": {\n        \"adjustments\": []\n    },\n    \"templateDetails\": {\n        \"other\": {\n            \"shippingDate\": \"05-05-2020\",\n            \"shippedVia\": \"56\",\n            \"trackingNumber\": \"6767\",\n            \"customField1\": \"w2\",\n            \"customField2\": \"s2\",\n            \"customField3\": \"x2\",\n            \"message2\": \"fd fdffd\"\n        }\n    },\n    \"warehouse\": {\n        \"name\": \"\",\n        \"uniqueName\": \"srq1578409599223\"\n    }\n}"},"url":"/v3/company/companyUniqueName/accounts/accountUniqueName/proformas/generate?branchUniqueName=branchUniqueName","urlObject":{"path":["v3","company","companyUniqueName","accounts","accountUniqueName","proformas","generate"],"host":[""],"query":[{"key":"branchUniqueName","value":"branchUniqueName"}],"variable":[]}},"response":[],"_postman_id":"2687ccc6-c516-44a8-bfb2-a2231525903f"},{"name":"Get proforma- multi currency","id":"c49ff9da-db1f-465e-8088-c9d06bda3c6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Auth-Key","value":"{{authkey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"proformaNumber\": \"PR-20200207-8\"\n}"},"url":"/v3/company/companyUniqueName/accounts/accountUniqueName/proformas","urlObject":{"path":["v3","company","companyUniqueName","accounts","accountUniqueName","proformas"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"c49ff9da-db1f-465e-8088-c9d06bda3c6a"},{"name":"Create proforma- multi currency","id":"6c86f657-9ff1-45cf-b467-8522ff432363","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Auth-Key","value":"{{authkey}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"account\": {\n        \"currencySymbol\": \"$\",\n        \"currency\": {\n            \"code\": \"USD\"\n        },\n        \"billingDetails\": {\n            \"address\": [\n                \"ghghgh\"\n            ],\n            \"state\": {\n                \"code\": \"DC\",\n                \"name\": \"District of Columbia\"\n            },\n            \"gstNumber\": \"\",\n            \"panNumber\": \"\",\n            \"countryName\": \"United States Of America\",\n            \"stateCode\": \"DC\",\n            \"stateName\": \"District of Columbia\"\n        },\n        \"shippingDetails\": {\n            \"address\": [\n                \"ghghgh\"\n            ],\n            \"state\": {\n                \"code\": \"DC\",\n                \"name\": \"District of Columbia\"\n            },\n            \"gstNumber\": \"\",\n            \"panNumber\": \"\",\n            \"countryName\": \"United States Of America\",\n            \"stateCode\": \"DC\",\n            \"stateName\": \"District of Columbia\"\n        },\n        \"name\": \"usa\",\n        \"uniqueName\": \"usa\",\n        \"email\": \"\",\n        \"attentionTo\": \"\",\n        \"contactNumber\": \"\",\n        \"mobileNumber\": \"\",\n        \"country\": {\n            \"countryName\": \"United States Of America\",\n            \"countryCode\": \"US\"\n        }\n    },\n    \"updateAccountDetails\": false,\n    \"entries\": [\n        {\n            \"transactions\": [\n                {\n                    \"account\": {\n                        \"uniqueName\": \"sales\",\n                        \"name\": \"Sales\"\n                    },\n                    \"amount\": {\n                        \"type\": \"DEBIT\",\n                        \"amountForAccount\": 100\n                    }\n                }\n            ],\n            \"date\": \"07-02-2020\",\n            \"taxes\": [],\n            \"hsnNumber\": null,\n            \"sacNumber\": null,\n            \"voucherNumber\": \"\",\n            \"voucherType\": \"sales\",\n            \"discounts\": [\n                {\n                    \"calculationMethod\": \"FIX_AMOUNT\",\n                    \"amount\": {\n                        \"type\": \"DEBIT\",\n                        \"amountForAccount\": 0\n                    },\n                    \"name\": \"\",\n                    \"particular\": \"\"\n                }\n            ]\n        }\n    ],\n    \"date\": \"07-02-2020\",\n    \"type\": \"sales\",\n    \"exchangeRate\": 71.516,\n    \"dueDate\": \"09-05-2020\",\n    \"deposit\": {\n        \"type\": \"DEBIT\",\n        \"accountUniqueName\": \"\",\n        \"amountForAccount\": \"\"\n    },\n    \"touristSchemeApplicable\": false,\n    \"passportNumber\": \"\",\n    \"advanceReceiptAdjustment\": {\n        \"adjustments\": []\n    },\n    \"templateDetails\": {\n        \"other\": {\n            \"shippingDate\": \"\",\n            \"shippedVia\": null,\n            \"trackingNumber\": null,\n            \"customField1\": null,\n            \"customField2\": null,\n            \"customField3\": null\n        }\n    }\n}"},"url":"/v3/company/companyUniqueName/accounts/accountUniqueName/proformas/generate?branchUniqueName=branchUniqueName","urlObject":{"path":["v3","company","companyUniqueName","accounts","accountUniqueName","proformas","generate"],"host":[""],"query":[{"key":"branchUniqueName","value":"branchUniqueName"}],"variable":[]}},"response":[],"_postman_id":"6c86f657-9ff1-45cf-b467-8522ff432363"},{"name":"Get proforma- single currency","id":"d660cfbe-8cef-4274-9dc7-7e946d4757ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Auth-Key","value":"{{authkey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"proformaNumber\":\"PR-20200507-4\"\n}"},"url":"/v3/company/companyUniqueName/accounts/accountUniqueName/proformas","urlObject":{"path":["v3","company","companyUniqueName","accounts","accountUniqueName","proformas"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"d660cfbe-8cef-4274-9dc7-7e946d4757ed"},{"name":"Update proforma","id":"70bd1c35-771e-4a32-8728-6289a57e85ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json"},{"key":"cache-control","value":"no-cache"},{"key":"Origin","value":"http://localhost:3000"},{"key":"Referer","value":"http://localhost:3000/pages/proforma-invoice/invoice/sales"},{"key":"Session-Id","value":"KpUqOcu2ygBtZ8cO5RtW8XIAPxNbtW1Y4g8gAVZFJRc="},{"key":"User-Agent","value":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/75.0.3770.90 Chrome/75.0.3770.90 Safari/537.36"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"number\": \"PR-20200512-1\",\n    \"type\": \"sales\",\n    \"date\": \"12-05-2020\",\n    \"dueDate\": \"27-05-2020\",\n    \"uniqueName\": \"d141589262337636\",\n    \"balanceTotal\": {\n        \"amountForAccount\": 100.0056,\n        \"amountForCompany\": 7152,\n        \"type\": \"DEBIT\"\n    },\n    \"company\": {\n        \"name\": \"Entry Break Logic Testing\",\n        \"currency\": {\n            \"name\": null,\n            \"code\": \"INR\"\n        },\n        \"gstNumber\": \"35AABCS1429B1ZX\",\n        \"state\": {\n            \"name\": \"\",\n            \"code\": \"AN\"\n        }\n    },\n    \"account\": {\n        \"name\": \"test debtor usd\",\n        \"uniqueName\": \"testdebtorusd\",\n        \"accountName\": null,\n        \"customerName\": \"test debtor usd\",\n        \"email\": \"\",\n        \"mobileNumber\": \"\",\n        \"billingDetails\": {\n            \"gstNumber\": \"\",\n            \"address\": [\n                \"ghghgh\"\n            ],\n            \"stateCode\": \"DC\",\n            \"stateName\": \"District of Columbia\",\n            \"panNumber\": \"\",\n            \"countryName\": \"United States of America\",\n            \"countryCode\": \"US\"\n        },\n        \"shippingDetails\": {\n            \"gstNumber\": \"\",\n            \"address\": [\n                \"ghghgh\"\n            ],\n            \"stateCode\": \"DC\",\n            \"stateName\": \"District of Columbia\",\n            \"panNumber\": \"\",\n            \"countryName\": \"United States of America\",\n            \"countryCode\": \"US\"\n        },\n        \"currency\": {\n            \"name\": null,\n            \"code\": \"USD\"\n        },\n        \"type\": null,\n        \"attentionTo\": \"\"\n    },\n    \"entries\": [\n        {\n            \"uniqueName\": \"pdu1589262335669\",\n            \"voucherType\": \"sales\",\n            \"voucherNumber\": \"PR-20200512-1\",\n            \"description\": \"\",\n            \"taxInclusive\": null,\n            \"applyApplicableTaxes\": null,\n            \"date\": \"12-05-2020\",\n            \"hsnNumber\": null,\n            \"sacNumber\": null,\n            \"skuCode\": null,\n            \"transactions\": [\n                {\n                    \"account\": {\n                        \"name\": \"Sales\",\n                        \"uniqueName\": \"sales\"\n                    },\n                    \"amount\": {\n                        \"amountForAccount\": 100,\n                        \"amountForCompany\": 7151.6\n                    },\n                    \"type\": \"DEBIT\"\n                }\n            ],\n            \"discounts\": null,\n            \"taxes\": [],\n            \"isInclusiveTax\": null,\n            \"exchangeRate\": 0.013982884948823,\n            \"taxableValue\": null,\n            \"entryTotalWithoutTcsTds\": null,\n            \"entryTotalWithTaxAndDiscount\": {\n                \"amountForAccount\": 100,\n                \"amountForCompany\": 7151.6\n            }\n        }\n    ],\n    \"grandTotal\": {\n        \"amountForAccount\": 100.0056,\n        \"amountForCompany\": 7152,\n        \"type\": \"DEBIT\"\n    },\n    \"subTotal\": {\n        \"amountForAccount\": 100,\n        \"amountForCompany\": 7151.6,\n        \"type\": \"DEBIT\"\n    },\n    \"taxTotal\": {\n        \"cumulativeAmountForAccount\": 0,\n        \"cumulativeAmountForCompany\": 0,\n        \"taxBreakdown\": []\n    },\n    \"roundOffTotal\": {\n        \"amountForAccount\": 0,\n        \"amountForCompany\": 0\n    },\n    \"totalAsWords\": {\n        \"amountForAccount\": \"One Hundred Only\",\n        \"amountForCompany\": \"Seven Thousand One Hundred Fifty Two Only\"\n    },\n    \"updateAccountDetails\": false,\n    \"action\": \"submitted\",\n    \"templateDetails\": {\n        \"logoPath\": \"\",\n        \"other\": {\n            \"message1\": \"We declare that this invoice shows the actual price of the services rendered and that all particulars are true and correct.\",\n            \"slogan\": \"Entry Break Logic Testing\"\n        },\n        \"templateUniqueName\": \"6utkrk5y8hbv8ayd04li\"\n    },\n    \"entryUniqueNames\": [\n        \"pdu1589262335669\"\n    ],\n    \"exchangeRate\": 2,\n    \"valuesInAccountCurrency\": true,\n    \"isEcommerceInvoice\": false,\n    \"applyApplicableTaxes\": false,\n    \"multiCurrency\": true,\n    \"touristSchemeApplicable\": false,\n    \"roundOffApplicable\": true,\n    \"cashInvoice\": false,\n    \"defaultCompanyAddress\": true\n}"},"url":"/v3/company/companyUniqueName/accounts/accountUniqueName/proformas","urlObject":{"path":["v3","company","companyUniqueName","accounts","accountUniqueName","proformas"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"70bd1c35-771e-4a32-8728-6289a57e85ad"},{"name":"Mail Proforma","id":"cea90b10-8a9d-422b-8cbc-205ecbf2270a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"auth-key","value":"{{authkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"accountUniqueName\": \"usaccount\",\n    \"proformaNumber\": \"PR-20200603-1\",\n    \"emailId\": [\n        \"adityakumar@giddh.com\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"/v3/company/companyUniqueName/accounts/accountUniqueName/proformas/mail","urlObject":{"path":["v3","company","companyUniqueName","accounts","accountUniqueName","proformas","mail"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"cea90b10-8a9d-422b-8cbc-205ecbf2270a"},{"name":"Get all proformas","id":"b1d90d3a-4522-484a-b741-5f93886ae820","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"auth-key","value":"{{authkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"isLastInvoicesRequest\": false,\n    \"page\": 1,\n    \"count\": 20,\n    \"from\": \"03-06-2020\",\n    \"to\": \"03-06-2020\"\n}","options":{"raw":{"language":"json"}}},"url":"/company/companyUniqueName/vouchers/v3/proformas/all","urlObject":{"path":["company","companyUniqueName","vouchers","v3","proformas","all"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"b1d90d3a-4522-484a-b741-5f93886ae820"},{"name":"Generate Invoice","id":"19586587-5597-4f73-b427-4ad374a8391b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"User-Agent","value":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:77.0) Gecko/20100101 Firefox/77.0"},{"key":"Accept","value":"application/json"},{"key":"Accept-Language","value":"en-US,en;q=0.5"},{"key":"cache-control","value":"no-cache"},{"key":"Content-Type","value":"application/json"},{"key":"Origin","value":"http://localhost:3000"},{"key":"Connection","value":"keep-alive"},{"key":"Referer","value":"http://localhost:3000/pages/invoice/preview/proformas"},{"key":"auth-key","value":"{{authkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"accountUniqueName\": \"usaccount\",\n    \"proformaNumber\": \"PR-20200603-1\"\n}"},"url":"/company/companyUniqueName/vouchers/accounts/accountUniqueName/v3/generate-via-proforma","urlObject":{"path":["company","companyUniqueName","vouchers","accounts","accountUniqueName","v3","generate-via-proforma"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"19586587-5597-4f73-b427-4ad374a8391b"},{"name":"Change proforma action","id":"b397f38a-a967-4c4a-b613-e62f3f07d78d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"User-Agent","value":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:77.0) Gecko/20100101 Firefox/77.0"},{"key":"Accept","value":"application/json"},{"key":"Accept-Language","value":"en-US,en;q=0.5"},{"key":"Session-Id","value":"xPcg5nmxqHq8D8ZrjPPHvKMMh8TkrrQDIKCjmzDspBY="},{"key":"cache-control","value":"no-cache"},{"key":"Content-Type","value":"application/json"},{"key":"Origin","value":"http://localhost:3000"},{"key":"Connection","value":"keep-alive"},{"key":"Referer","value":"http://localhost:3000/pages/invoice/preview/proformas"}],"body":{"mode":"raw","raw":"{\n    \"accountUniqueName\": \"usaccount\",\n    \"proformaNumber\": \"PR-20200601-14\",\n    \"action\": \"Accepted\"\n}"},"url":"/v3/company/companyUniqueName/accounts/accountUniqueName/proformas/action","urlObject":{"path":["v3","company","companyUniqueName","accounts","accountUniqueName","proformas","action"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"b397f38a-a967-4c4a-b613-e62f3f07d78d"},{"name":"Download Proforma","id":"8494df48-e0e3-490b-aba5-0ae52b25e5db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"auth-key","value":"{{authkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"fileType\": \"base64\",\n    \"accountUniqueName\": \"usaccount\",\n    \"proformaNumber\": \"PR-20200603-1\"\n}","options":{"raw":{"language":"json"}}},"url":"/v3/company/companyUniqueName/accounts/accountUniqueName/proformas/download?fileType=base64","urlObject":{"path":["v3","company","companyUniqueName","accounts","accountUniqueName","proformas","download"],"host":[""],"query":[{"key":"fileType","value":"base64"}],"variable":[]}},"response":[],"_postman_id":"8494df48-e0e3-490b-aba5-0ae52b25e5db"}],"id":"afe85427-04c5-4869-9546-974c34d6b64e","_postman_id":"afe85427-04c5-4869-9546-974c34d6b64e","description":""},{"name":"Template API's","item":[{"name":"Create template","id":"c6432267-e4f6-483a-a4a3-ae8ff3bbcf44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Auth-Key","value":"{{authkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"createdBy\": null,\n    \"fontSize\": 14,\n    \"fontSmall\": 10,\n    \"fontDefault\": 14,\n    \"isDefault\": false,\n    \"fontMedium\": 12,\n    \"isDefaultForVoucher\": false,\n    \"createdAt\": \"\",\n    \"updatedAt\": \"\",\n    \"updatedBy\": null,\n    \"sections\": {\n        \"footer\": {\n            \"data\": {\n                \"totalTax\": {\n                    \"label\": \"Total Tax*\",\n                    \"display\": true,\n                    \"width\": null\n                },\n                \"thanks\": {\n                    \"label\": \"\",\n                    \"display\": true,\n                    \"width\": null\n                },\n                \"taxableAmount\": {\n                    \"label\": \"Sub Total\",\n                    \"display\": true,\n                    \"width\": null\n                },\n                \"otherDeduction\": {\n                    \"label\": \"\",\n                    \"display\": true,\n                    \"width\": null\n                },\n                \"imageSignature\": {\n                    \"label\": \"\",\n                    \"display\": false,\n                    \"width\": null\n                },\n                \"grandTotal\": {\n                    \"label\": \"Invoice Total\",\n                    \"display\": true,\n                    \"width\": null,\n                    \"field\": \"grandTotal\"\n                },\n                \"totalInWords\": {\n                    \"label\": \"Invoice Total (In words)\",\n                    \"display\": true,\n                    \"width\": null\n                },\n                \"totalDue\": {\n                    \"label\": \"Total Due\",\n                    \"display\": true,\n                    \"width\": null\n                },\n                \"companyAddress\": {\n                    \"label\": \"\",\n                    \"display\": true,\n                    \"width\": null\n                },\n                \"companyName\": {\n                    \"label\": \"All Mobile shop\",\n                    \"display\": true,\n                    \"width\": null\n                },\n                \"slogan\": {\n                    \"label\": \"All Mobile shop\",\n                    \"display\": true,\n                    \"width\": null\n                },\n                \"message1\": {\n                    \"label\": \"\",\n                    \"display\": true,\n                    \"width\": null\n                },\n                \"tcs\": {\n                    \"label\": \"TCS\",\n                    \"display\": true,\n                    \"width\": null\n                },\n                \"tds\": {\n                    \"label\": \"TDS\",\n                    \"display\": true,\n                    \"width\": null\n                },\n                \"taxBifurcation\": {\n                    \"label\": \"Tax Bifurcation\",\n                    \"display\": true,\n                    \"width\": null\n                }\n            }\n        },\n        \"header\": {\n            \"data\": {\n                \"shippingDate\": {\n                    \"label\": \"Ship Date\",\n                    \"display\": true,\n                    \"width\": null\n                },\n                \"customField1\": {\n                    \"label\": \"\",\n                    \"display\": true,\n                    \"width\": null\n                },\n                \"customField2\": {\n                    \"label\": \"\",\n                    \"display\": true,\n                    \"width\": null\n                },\n                \"shippedVia\": {\n                    \"label\": \"Ship Via\",\n                    \"display\": true,\n                    \"width\": null\n                },\n                \"customField3\": {\n                    \"label\": \"\",\n                    \"display\": true,\n                    \"width\": null\n                },\n                \"companyName\": {\n                    \"label\": \"\",\n                    \"display\": true,\n                    \"width\": null\n                },\n                \"dueDate\": {\n                    \"label\": \"Due Date\",\n                    \"display\": true,\n                    \"width\": null\n                },\n                \"gstComposition\": {\n                    \"label\": \"\",\n                    \"display\": true,\n                    \"width\": null\n                },\n                \"gstin\": {\n                    \"label\": \"GSTIN\",\n                    \"display\": true,\n                    \"width\": null\n                },\n                \"shippingGstin\": {\n                    \"label\": \"GSTIN\",\n                    \"display\": true,\n                    \"width\": null\n                },\n                \"voucherNumber\": {\n                    \"label\": \"Voucher No.\",\n                    \"display\": true,\n                    \"width\": null\n                },\n                \"customerEmail\": {\n                    \"label\": \"\",\n                    \"display\": true,\n                    \"width\": null\n                },\n                \"invoiceNumber\": {\n                    \"label\": \"Invoice No.\",\n                    \"display\": true,\n                    \"width\": null\n                },\n                \"voucherDate\": {\n                    \"label\": \"Voucher Date\",\n                    \"display\": true,\n                    \"width\": null\n                },\n                \"customerMobileNumber\": {\n                    \"label\": \"\",\n                    \"display\": true,\n                    \"width\": null\n                },\n                \"attentionTo\": {\n                    \"label\": \"Attention To\",\n                    \"display\": true,\n                    \"width\": null\n                },\n                \"pan\": {\n                    \"label\": \"PAN\",\n                    \"display\": true,\n                    \"width\": null\n                },\n                \"trackingNumber\": {\n                    \"label\": \"Tracking No.\",\n                    \"display\": true,\n                    \"width\": null\n                },\n                \"formNameInvoice\": {\n                    \"label\": \"INVOICE\",\n                    \"display\": true,\n                    \"width\": null\n                },\n                \"billingGstin\": {\n                    \"label\": \"GSTIN\",\n                    \"display\": true,\n                    \"width\": null\n                },\n                \"address\": {\n                    \"label\": \"\",\n                    \"display\": true,\n                    \"width\": null\n                },\n                \"billingState\": {\n                    \"label\": \"State\",\n                    \"display\": true,\n                    \"width\": null\n                },\n                \"invoiceDate\": {\n                    \"label\": \"Invoice Date\",\n                    \"display\": true,\n                    \"width\": null\n                },\n                \"customerName\": {\n                    \"label\": \"\",\n                    \"display\": true,\n                    \"width\": null\n                },\n                \"formNameTaxInvoice\": {\n                    \"label\": \"TAX INVOICE\",\n                    \"display\": true,\n                    \"width\": null\n                },\n                \"shippingAddress\": {\n                    \"label\": \"Shipping Address\",\n                    \"display\": true,\n                    \"width\": null\n                },\n                \"shippingState\": {\n                    \"label\": \"State\",\n                    \"display\": true,\n                    \"width\": null\n                },\n                \"billingAddress\": {\n                    \"label\": \"Billing Address\",\n                    \"display\": true,\n                    \"width\": null\n                },\n                \"warehouseAddress\": {\n                    \"label\": \"\",\n                    \"display\": true,\n                    \"width\": null\n                }\n            }\n        },\n        \"table\": {\n            \"data\": {\n                \"date\": {\n                    \"label\": \"Date\",\n                    \"display\": true,\n                    \"width\": \"10\"\n                },\n                \"item\": {\n                    \"label\": \"Description\",\n                    \"display\": true,\n                    \"width\": \"10\"\n                },\n                \"total\": {\n                    \"label\": \"Total\",\n                    \"display\": true,\n                    \"width\": \"10\"\n                },\n                \"quantity\": {\n                    \"label\": \"Qty.\",\n                    \"display\": true,\n                    \"width\": \"10\"\n                },\n                \"sNo\": {\n                    \"label\": \"#\",\n                    \"display\": true,\n                    \"width\": \"10\"\n                },\n                \"rate\": {\n                    \"label\": \"Rate/ Item\",\n                    \"display\": true,\n                    \"width\": \"10\"\n                },\n                \"taxableValue\": {\n                    \"label\": \"Taxable Amt.\",\n                    \"display\": true,\n                    \"width\": \"10\"\n                },\n                \"previousDue\": {\n                    \"label\": \"Previous Due\",\n                    \"display\": false,\n                    \"width\": null\n                },\n                \"description\": {\n                    \"label\": \"Some label\",\n                    \"display\": true,\n                    \"width\": \"10\"\n                },\n                \"discount\": {\n                    \"label\": \"Dis./ Item\",\n                    \"display\": true,\n                    \"width\": \"10\"\n                },\n                \"taxes\": {\n                    \"label\": \"Taxes\",\n                    \"display\": true,\n                    \"width\": \"10\"\n                },\n                \"hsnSac\": {\n                    \"label\": \"HSN/SAC\",\n                    \"display\": true,\n                    \"width\": \"10\"\n                },\n                \"otherTaxBifurcation\": {\n                    \"label\": \"TCS\",\n                    \"display\": true,\n                    \"width\": null\n                },\n                \"totalQuantity\": {\n                    \"label\": \"Total Quantity\",\n                    \"display\": true,\n                    \"width\": null\n                }\n            }\n        }\n    },\n    \"font\": \"open sans\",\n    \"topMargin\": 10,\n    \"leftMargin\": 10,\n    \"rightMargin\": 10,\n    \"bottomMargin\": 10,\n    \"logoPosition\": \"center/left/right\",\n    \"logoSize\": \"small/medium/large\",\n    \"logoUniqueName\": null,\n    \"copyFrom\": \"gst_template_a\",\n    \"templateColor\": \"#f63407\",\n    \"tableColor\": \"#f2f3f4\",\n    \"templateType\": \"gst_template_a\",\n    \"name\": \"Test gst template\",\n    \"type\": \"invoice\"\n}","options":{"raw":{"language":"json"}}},"url":"/v2/company/companyUniqueName/templates","description":"<p>This API is used to create a template in the company which is used to customized the document pdf.</p>\n<p>Mandatory keys - </p>\n<p>Section header. Possible fields are - warehouseAddress,companyName,gstin,pan,address,invoiceDate,voucherDate,invoiceNumber,voucherNumber,shippingDate,shippedVia,trackingNumber,customerName,customerEmail,customerMobileNumber,dueDate,billingState,billingAddress,billingGstin,shippingAddress,shippingState,shippingGstin,customField1,customField2,customField3,formNameInvoice,formNameTaxInvoice,attentionTo\"</p>\n<p>Section footer. Possible fields are - tcs,tds,taxBifurcation,taxableAmount,totalTax,otherDeduction,grandTotal,grandTotalInAccountsCurrency,totalInWords,totalInWordsInAccountsCurrency,totalDue,message1,thanks,companyAddress,imageSignature,slogan,companyName\"</p>\n<p>Section table. Possible fields are - totalQuantity,sNo,date,item,hsnSac,skuCode,quantity,description,rate,discount,taxableValue,taxes,total,previousDue,otherTaxBifurcation\"</p>\n","urlObject":{"path":["v2","company","companyUniqueName","templates"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"c6432267-e4f6-483a-a4a3-ae8ff3bbcf44"},{"name":"update template","id":"854656c0-3331-46af-8b16-2aabb17ea44d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Auth-Key","value":"{{authkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"sections\": {\n        \"footer\": {\n            \"data\": {\n                \"taxableAmount\": {\n                    \"label\": \"Sub Total\",\n                    \"display\": true,\n                    \"width\": null\n                },\n                \"tds\": {\n                    \"label\": \"TDS\",\n                    \"display\": false,\n                    \"width\": null\n                },\n                \"imageSignature\": {\n                    \"label\": \"\",\n                    \"display\": false,\n                    \"width\": null\n                },\n                \"tcs\": {\n                    \"label\": \"TCS\",\n                    \"display\": false,\n                    \"width\": null\n                },\n                \"grandTotal\": {\n                    \"label\": \"Invoice Total\",\n                    \"display\": true,\n                    \"width\": null,\n                    \"field\": \"grandTotal\"\n                },\n                \"totalDue\": {\n                    \"label\": \"Total Due\",\n                    \"display\": false,\n                    \"width\": null\n                },\n                \"companyName\": {\n                    \"label\": \"Tax on export test\",\n                    \"display\": true,\n                    \"width\": null\n                },\n                \"grandTotalInAccountsCurrency\": {\n                    \"label\": \"Invoice Total\",\n                    \"display\": true,\n                    \"width\": null\n                },\n                \"totalInWordsInAccountsCurrency\": {\n                    \"label\": \"Invoice Total (In words)\",\n                    \"display\": true,\n                    \"width\": null\n                },\n                \"totalTax\": {\n                    \"label\": \"Total Tax*\",\n                    \"display\": true,\n                    \"width\": null\n                },\n                \"thanks\": {\n                    \"label\": \"\",\n                    \"display\": true,\n                    \"width\": null\n                },\n                \"otherDeduction\": {\n                    \"label\": \"\",\n                    \"display\": true,\n                    \"width\": null\n                },\n                \"taxBifurcation\": {\n                    \"label\": \"hsnSac\",\n                    \"display\": false,\n                    \"width\": null\n                },\n                \"totalInWords\": {\n                    \"label\": \"Invoice Total (In words)\",\n                    \"display\": true,\n                    \"width\": null\n                },\n                \"companyAddress\": {\n                    \"label\": \"\",\n                    \"display\": true,\n                    \"width\": null\n                },\n                \"slogan\": {\n                    \"label\": \"Tax on export test\",\n                    \"display\": true,\n                    \"width\": null\n                },\n                \"message1\": {\n                    \"label\": \"We declare that this invoice shows the actual price of the services rendered and that all particulars are true and correct.\",\n                    \"display\": true,\n                    \"width\": null\n                }\n            }\n        },\n        \"header\": {\n            \"data\": {\n                \"warehouseAddress\": {\n                    \"label\": \"\",\n                    \"display\": false,\n                    \"width\": null\n                },\n                \"shippingDate\": {\n                    \"label\": \"Ship Date\",\n                    \"display\": true,\n                    \"width\": null\n                },\n                \"customField1\": {\n                    \"label\": \"Custom Field 1\",\n                    \"display\": true,\n                    \"width\": null\n                },\n                \"customField2\": {\n                    \"label\": \"Custom Field 2\",\n                    \"display\": true,\n                    \"width\": null\n                },\n                \"shippedVia\": {\n                    \"label\": \"Ship Via\",\n                    \"display\": true,\n                    \"width\": null\n                },\n                \"customField3\": {\n                    \"label\": \"Custom Field 3\",\n                    \"display\": true,\n                    \"width\": null\n                },\n                \"companyName\": {\n                    \"label\": \"\",\n                    \"display\": true,\n                    \"width\": null\n                },\n                \"dueDate\": {\n                    \"label\": \"Due Date\",\n                    \"display\": true,\n                    \"width\": null\n                },\n                \"gstin\": {\n                    \"label\": \"GSTIN\",\n                    \"display\": true,\n                    \"width\": null\n                },\n                \"shippingGstin\": {\n                    \"label\": \"GSTIN\",\n                    \"display\": true,\n                    \"width\": null\n                },\n                \"voucherNumber\": {\n                    \"label\": \"Voucher No.\",\n                    \"display\": true,\n                    \"width\": null\n                },\n                \"customerEmail\": {\n                    \"label\": \"\",\n                    \"display\": true,\n                    \"width\": null\n                },\n                \"invoiceNumber\": {\n                    \"label\": \"Invoice No.\",\n                    \"display\": true,\n                    \"width\": null\n                },\n                \"voucherDate\": {\n                    \"label\": \"Voucher Date\",\n                    \"display\": true,\n                    \"width\": null\n                },\n                \"customerMobileNumber\": {\n                    \"label\": \"\",\n                    \"display\": true,\n                    \"width\": null\n                },\n                \"attentionTo\": {\n                    \"display\": true,\n                    \"label\": \"Attention To\",\n                    \"field\": \"attentionTo\",\n                    \"width\": null\n                },\n                \"pan\": {\n                    \"label\": \"PAN\",\n                    \"display\": true,\n                    \"width\": null\n                },\n                \"trackingNumber\": {\n                    \"label\": \"Tracking No.\",\n                    \"display\": true,\n                    \"width\": null\n                },\n                \"formNameInvoice\": {\n                    \"label\": \"INVOICE\",\n                    \"display\": true,\n                    \"width\": null\n                },\n                \"billingGstin\": {\n                    \"label\": \"GSTIN\",\n                    \"display\": true,\n                    \"width\": null\n                },\n                \"address\": {\n                    \"label\": \"\",\n                    \"display\": true,\n                    \"width\": null\n                },\n                \"billingState\": {\n                    \"label\": \"State\",\n                    \"display\": true,\n                    \"width\": null\n                },\n                \"invoiceDate\": {\n                    \"label\": \"Invoice Date\",\n                    \"display\": true,\n                    \"width\": null\n                },\n                \"customerName\": {\n                    \"label\": \"\",\n                    \"display\": true,\n                    \"width\": null\n                },\n                \"formNameTaxInvoice\": {\n                    \"label\": \"TAX INVOICE\",\n                    \"display\": true,\n                    \"width\": null\n                },\n                \"shippingAddress\": {\n                    \"label\": \"Shipping Address\",\n                    \"display\": true,\n                    \"width\": null\n                },\n                \"shippingState\": {\n                    \"label\": \"State\",\n                    \"display\": true,\n                    \"width\": null\n                },\n                \"billingAddress\": {\n                    \"label\": \"Billing Address\",\n                    \"display\": true,\n                    \"width\": null\n                }\n            }\n        },\n        \"table\": {\n            \"data\": {\n                \"date\": {\n                    \"label\": \"Date\",\n                    \"display\": true,\n                    \"width\": \"10\"\n                },\n                \"item\": {\n                    \"label\": \"Description\",\n                    \"display\": true,\n                    \"width\": \"10\"\n                },\n                \"quantity\": {\n                    \"label\": \"Qty.\",\n                    \"display\": true,\n                    \"width\": \"10\"\n                },\n                \"otherTaxBifurcation\": {\n                    \"label\": \"Tax\",\n                    \"display\": true,\n                    \"width\": null\n                },\n                \"description\": {\n                    \"label\": \"Some label\",\n                    \"display\": true,\n                    \"width\": \"10\"\n                },\n                \"discount\": {\n                    \"label\": \"Dis./ Item\",\n                    \"display\": true,\n                    \"width\": \"10\"\n                },\n                \"taxes\": {\n                    \"label\": \"Taxes\",\n                    \"display\": true,\n                    \"width\": \"10\",\n                    \"field\": \"taxes\"\n                },\n                \"hsnSac\": {\n                    \"label\": \"HSN/SAC\",\n                    \"display\": true,\n                    \"width\": \"10\"\n                },\n                \"total\": {\n                    \"label\": \"Total\",\n                    \"display\": true,\n                    \"width\": \"10\"\n                },\n                \"totalQuantity\": {\n                    \"label\": \"totalQuantity\",\n                    \"display\": false,\n                    \"width\": null\n                },\n                \"sNo\": {\n                    \"label\": \"#\",\n                    \"display\": true,\n                    \"width\": \"10\"\n                },\n                \"rate\": {\n                    \"label\": \"Rate/ Item\",\n                    \"display\": true,\n                    \"width\": \"10\"\n                },\n                \"taxableValue\": {\n                    \"label\": \"Taxable Amt.\",\n                    \"display\": true,\n                    \"width\": \"10\"\n                },\n                \"previousDue\": {\n                    \"label\": \"Previous Due\",\n                    \"display\": true,\n                    \"width\": null\n                },\n                \"skuCode\": {\n                    \"label\": \"SkuCode\",\n                    \"display\": true,\n                    \"width\": \"10\"\n                }\n            }\n        }\n    },\n    \"fontDefault\": 14,\n    \"fontMedium\": 12,\n    \"fontSmall\": 10,\n    \"logoUniqueName\": null,\n    \"isDefault\": true,\n    \"createdAt\": \"30-06-2020 11:10:26\",\n    \"createdBy\": {\n        \"name\": \"Aditya Soni\",\n        \"email\": \"aditya@walkover.in\",\n        \"uniqueName\": \"aditya@walkover.in\",\n        \"mobileNo\": \"919039462689\",\n        \"isVerified\": true\n    },\n    \"primaryColor\": \"#f63407\",\n    \"secondaryColor\": \"#f2f3f4\",\n    \"font\": \"open sans\",\n    \"topMargin\": 20,\n    \"leftMargin\": 20,\n    \"rightMargin\": 20,\n    \"bottomMargin\": 20,\n    \"logoPosition\": \"center/left/right\",\n    \"logoSize\": \"50\",\n    \"fontSize\": 14,\n    \"uniqueName\": \"1rx2ebxg8goys7h46q2t\",\n    \"updatedAt\": null,\n    \"updatedBy\": null,\n    \"templateType\": \"gst_template_a\",\n    \"copyFrom\": null,\n    \"templateColor\": \"#f63407\",\n    \"tableColor\": \"#f2f3f4\",\n    \"isDefaultForVoucher\": false,\n    \"name\": \"Template A\",\n    \"type\": \"invoice\"\n}","options":{"raw":{"language":"json"}}},"url":"/v2/company/companyUniqueName/templates/1rx2ebxg8goys7h46q2t","description":"<p>This API is used to update the template.\nmandatory keys - \ntemplateUniqueName - This refers to the unique identification for a template and it should be passed into the path param of API url.</p>\n<p>Request body mandatory keys - </p>\n<p>Section header. Possible fields are - warehouseAddress,companyName,gstin,pan,address,invoiceDate,voucherDate,invoiceNumber,voucherNumber,shippingDate,shippedVia,trackingNumber,customerName,customerEmail,customerMobileNumber,dueDate,billingState,billingAddress,billingGstin,shippingAddress,shippingState,shippingGstin,customField1,customField2,customField3,formNameInvoice,formNameTaxInvoice,attentionTo\"</p>\n<p>Section footer. Possible fields are - tcs,tds,taxBifurcation,taxableAmount,totalTax,otherDeduction,grandTotal,grandTotalInAccountsCurrency,totalInWords,totalInWordsInAccountsCurrency,totalDue,message1,thanks,companyAddress,imageSignature,slogan,companyName\"</p>\n<p>Section table. Possible fields are - totalQuantity,sNo,date,item,hsnSac,skuCode,quantity,description,rate,discount,taxableValue,taxes,total,previousDue,otherTaxBifurcation\"</p>\n","urlObject":{"path":["v2","company","companyUniqueName","templates","1rx2ebxg8goys7h46q2t"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"854656c0-3331-46af-8b16-2aabb17ea44d"}],"id":"bbe8435c-c032-40e9-8ece-21ffe7aaa21a","_postman_id":"bbe8435c-c032-40e9-8ece-21ffe7aaa21a","description":""},{"name":"Communication Apis","item":[{"name":"Verify Auth Key","id":"d1488f66-d5f5-46ef-8b24-720f97332cce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Auth-key","value":"{{authkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"platform\": \"MSG91\",\n    \"authFields\": [\n        {\n            \"name\": \"authkey\",\n            \"value\": \"enter auth key\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.giddh.com/company/companyUniqueName/communication/platform/verify","urlObject":{"protocol":"https","path":["company","companyUniqueName","communication","platform","verify"],"host":["api","giddh","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d1488f66-d5f5-46ef-8b24-720f97332cce"},{"name":"Delete Platform","id":"2e41933f-b1ca-4f78-87cf-47613bd3844a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Auth-key","value":"{{authkey}}","type":"text"}],"url":"https://api.giddh.com/company/companyUniqueName/communication/platform/{{platformUniqueName}}","urlObject":{"protocol":"https","path":["company","companyUniqueName","communication","platform","{{platformUniqueName}}"],"host":["api","giddh","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2e41933f-b1ca-4f78-87cf-47613bd3844a"},{"name":"Get Platform","id":"4af38da1-5f09-4736-aaab-017616590954","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"4af38da1-5f09-4736-aaab-017616590954"},{"name":"Get Trigger Form","id":"ad0d3858-face-453c-ae65-1ae29e299ba1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Auth-key","value":"{{authkey}}","type":"text"}],"url":"https://api.giddh.com/company/companyUniqueName/communication/platform/{{platform}}/trigger/form","urlObject":{"protocol":"https","path":["company","companyUniqueName","communication","platform","{{platform}}","trigger","form"],"host":["api","giddh","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ad0d3858-face-453c-ae65-1ae29e299ba1"},{"name":"Get Campaign List","id":"112582a3-a771-4725-a21f-9add5afa4e79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Auth-Key","value":"{{authkey}}","type":"text"}],"url":"https://api.giddh.com/company/companyUniqueName/communication/campaign/list","urlObject":{"protocol":"https","path":["company","companyUniqueName","communication","campaign","list"],"host":["api","giddh","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"112582a3-a771-4725-a21f-9add5afa4e79"},{"name":"Update Trigger","id":"10b5e51a-a149-49d6-8224-d9fe3e9bf86d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"title\": \"Updated voucher trigger\",\n    \"condition\": {\n        \"entity\": \"VOUCHER\",\n        \"action\": [\n            \"UPDATE\"\n        ],\n        \"subConditions\": [\n            {\n                \"entity\": \"voucherType\",\n                \"action\": [\n                    \"invoice\",\n                    \"credit note\",\n                    \"debit note\",\n                    \"estimate\"\n                ]\n            }\n        ]\n    },\n    \"communicationPlatform\": \"MSG91\",\n    \"campaignDetails\": {\n        \"campaignSlug\": \"shopifyvariabletest\",\n        \"argsMapping\": [\n            {\n                \"name\": \"VAR3\",\n                \"value\": \"Name\"\n            },\n            {\n                \"name\": \"VAR4\",\n                \"value\": \"VOUCHER No\"\n            },\n            {\n                \"name\": \"VAR5\",\n                \"value\": \"Account Name\"\n            },\n            {\n                \"name\": \"VAR6\",\n                \"value\": \"Amount\"\n            },\n            {\n                \"name\": \"VAR7\",\n                \"value\": \"Due Date\"\n            },\n            {\n                \"name\": \"VAR8\",\n                \"value\": \"Attention to\"\n            },\n            {\n                \"name\": \"VAR9\",\n                \"value\": \"Attention Email\"\n            },\n            {\n                \"name\": \"VAR10\",\n                \"value\": \"Attention Mobile\"\n            },\n            {\n                \"name\": \"VAR11\",\n                \"value\": \"Shipping Address\"\n            },\n            {\n                \"name\": \"VAR12\",\n                \"value\": \"Shipping State\"\n            },\n            {\n                \"name\": \"VAR13\",\n                \"value\": \"Billing State\"\n            },\n            {\n                \"name\": \"VAR14\",\n                \"value\": \"Billing Address\"\n            }\n        ],\n        \"to\": [\n            \"ravinder@walkover.in\",\n            \"Attention Email\",\n            \"Attention Mobile\"\n        ],\n        \"cc\": [\n            \"shivansh@whozzat.com\"\n        ],\n        \"bcc\": [],\n        \"attachmentType\": [\n            \"GENERATED_ATTACHMENTS\"\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.giddh.com/company/companyUniqueName/communication/trigger/{{triggerUniqueName}}","urlObject":{"protocol":"https","path":["company","companyUniqueName","communication","trigger","{{triggerUniqueName}}"],"host":["api","giddh","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"10b5e51a-a149-49d6-8224-d9fe3e9bf86d"},{"name":"Create Trigger","id":"a1e6e6aa-852e-4f5d-9b2e-47a6969fab53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-MD5","value":"application/json","type":"text"},{"key":"Auth-Key","value":"{{authkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"Update voucher trigger\",\n    \"condition\": {\n        \"entity\": \"VOUCHER\",\n        \"action\": [\n            \"UPDATE\"\n        ],\n        \"subConditions\": [\n            {\n                \"entity\": \"voucherType\",\n                \"action\": [\n                    \"invoice\",\n                    \"credit note\",\n                    \"debit note\",\n                    \"estimate\"\n                ]\n            }\n        ]\n    },\n    \"communicationPlatform\": \"MSG91\",\n    \"campaignDetails\": {\n        \"campaignSlug\": \"shopifyvariabletest\",\n        \"argsMapping\": [\n            {\n                \"name\": \"VAR3\",\n                \"value\": \"Name\"\n            },\n            {\n                \"name\": \"VAR4\",\n                \"value\": \"VOUCHER No\"\n            },\n            {\n                \"name\": \"VAR5\",\n                \"value\": \"Account Name\"\n            },\n            {\n                \"name\": \"VAR6\",\n                \"value\": \"Amount\"\n            },\n            {\n                \"name\": \"VAR7\",\n                \"value\": \"Due Date\"\n            },\n            {\n                \"name\": \"VAR8\",\n                \"value\": \"Attention to\"\n            },\n            {\n                \"name\": \"VAR9\",\n                \"value\": \"Attention Email\"\n            },\n            {\n                \"name\": \"VAR10\",\n                \"value\": \"Attention Mobile\"\n            },\n            {\n                \"name\": \"VAR11\",\n                \"value\": \"Shipping Address\"\n            },\n            {\n                \"name\": \"VAR12\",\n                \"value\": \"Shipping State\"\n            },\n            {\n                \"name\": \"VAR13\",\n                \"value\": \"Billing State\"\n            },\n            {\n                \"name\": \"VAR14\",\n                \"value\": \"Billing Address\"\n            }\n        ],\n        \"to\": [\n            \"ravinder@walkover.in\",\n            \"Attention Email\",\n            \"Attention Mobile\"\n        ],\n        \"cc\": [\n            \"shivansh@whozzat.com\"\n        ],\n        \"bcc\": [],\n        \"sendVoucherPdf\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.giddh.com/company/companyUniqueName/communication/trigger","urlObject":{"protocol":"https","path":["company","companyUniqueName","communication","trigger"],"host":["api","giddh","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a1e6e6aa-852e-4f5d-9b2e-47a6969fab53"},{"name":"Triggers List","id":"dd4222b7-8d0a-4099-940f-2a489caa3fc7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Auth-key","value":"{{authkey}}","type":"text"}],"url":"https://api.giddh.com/company/companyUniqueName/communication/trigger","urlObject":{"protocol":"https","path":["company","companyUniqueName","communication","trigger"],"host":["api","giddh","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"dd4222b7-8d0a-4099-940f-2a489caa3fc7"},{"name":"Delete Trigger","id":"7d9e403f-a55e-40ed-a0b1-cd62ee154314","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.giddh.com/company/companyUniqueName/communication/trigger/{{triggerUniqueName}}","urlObject":{"protocol":"https","path":["company","companyUniqueName","communication","trigger","{{triggerUniqueName}}"],"host":["api","giddh","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"7d9e403f-a55e-40ed-a0b1-cd62ee154314"},{"name":"Activate - Deactivate Trigger","id":"1228057e-a27e-465b-aee1-6d96c0605e36","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Auth-key","value":"{{authkey}}","type":"text"}],"url":"https://api.giddh.com/company/companyUniqueName/communication/trigger/{{triggerUniqueName}}","urlObject":{"protocol":"https","path":["company","companyUniqueName","communication","trigger","{{triggerUniqueName}}"],"host":["api","giddh","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"1228057e-a27e-465b-aee1-6d96c0605e36"},{"name":"Get Trigger by UniqueName","id":"49565717-e6f4-4d68-9e76-7e84491adb38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Auth-key","value":"{{authkey}}","type":"text"}],"url":"https://api.giddh.com/company/companyUniqueName/communication/trigger/{{triggerUniqueName}}","urlObject":{"protocol":"https","path":["company","companyUniqueName","communication","trigger","{{triggerUniqueName}}"],"host":["api","giddh","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"49565717-e6f4-4d68-9e76-7e84491adb38"},{"name":"Get Field Suggestions","id":"4fb73e8a-6b65-4959-9951-3d468030c029","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"4fb73e8a-6b65-4959-9951-3d468030c029"},{"name":"Get Campaign Fields","id":"c1d5ee21-5e8e-4a92-8c8c-722e51806f25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Auth-key","value":"{{authkey}}","type":"text"}],"url":"https://api.giddh.com/company/companyUniqueName/communication/campaign/{{campaignSlug}}/fields","urlObject":{"protocol":"https","path":["company","companyUniqueName","communication","campaign","{{campaignSlug}}","fields"],"host":["api","giddh","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c1d5ee21-5e8e-4a92-8c8c-722e51806f25"}],"id":"a9888a3e-7714-4e7f-b39d-05c13f15b9d0","_postman_id":"a9888a3e-7714-4e7f-b39d-05c13f15b9d0","description":""},{"name":"Permission APIs","item":[{"name":"Assign Role","id":"a23c7bb6-b12b-425f-b2e8-77703cbfbb66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Auth-Key","value":"{{authKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"emailId\": \"email@gmail.com\",\n    \"entity\": \"company\",\n    \"entityUniqueName\": \"\"\n}"},"url":"/company/companyUniqueName/role/{{roleUniqueName}}/assign","description":"<p>This API is used to assign a role (share company/group/account) with another user. If a company needs to be shared then <code>entityUniqueName</code> is not required.</p>\n","urlObject":{"path":["company","companyUniqueName","role","{{roleUniqueName}}","assign"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"a23c7bb6-b12b-425f-b2e8-77703cbfbb66"}],"id":"cf0b5da9-b6f0-4cce-8021-ab0d9210a7c7","_postman_id":"cf0b5da9-b6f0-4cce-8021-ab0d9210a7c7","description":""},{"name":"Audit trail","item":[{"name":"Activity log","id":"e03f3437-1953-479a-91e0-f5611da826af","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"connection":true,"accept-encoding":true,"accept":true,"user-agent":true,"host":true,"content-length":true,"content-type":true}},"request":{"method":"POST","header":[{"key":"content-type","value":"application/json"},{"key":"auth-key","value":"{{authKey}}"}],"body":{"mode":"raw","raw":"{\n    \"count\": 50,\n    \"page\": 1,\n    \"entity\": \"\",\n    \"operation\": \"\",\n    \"userUniqueNames\": [],\n    \"accountUniqueNames\": [],\n    \"fromDate\": \"01-04-2021\",\n    \"toDate\": \"06-02-2024\",\n    \"entryFromDate\": \"01-04-2021\",\n    \"entryToDate\": \"06-02-2024\",\n    \"voucherFromDate\": \"01-04-2021\",\n    \"voucherToDate\": \"06-02-2024\"\n}"},"url":"/v2/company/companyUniqueName/activity-logs?lang=en","description":"<h1 id=\"this-api-will-be-used-to-get-activity-logs\">This api will be used to get activity logs.</h1>\n<p><strong>Path param values:</strong></p>\n<ul>\n<li>companyUniqueName: $companyUniquename Unique name of the company. (mandatory)</li>\n</ul>\n<p><strong>Query params values:</strong></p>\n<ul>\n<li><strong>branchUniqueName:</strong> Unique name of branch (not mandatory)</li>\n</ul>\n<p><strong>JSON Body:</strong></p>\n<ul>\n<li><strong>count:</strong> number of records (not mandatory)</li>\n<li><strong>page:</strong> page number. (not mandatory)</li>\n<li><strong>entity</strong> : Supported values <code>VOUCHER, ENTRY, STOCK, ACCOUNT, GROUP, STOCK_GROUP, ESTIMATE, PROFORMA, COMPANY, COMPANY_SETTINGS, PURCHASE_ORDER</code></li>\n<li><strong>operation</strong>: Supported values <code>CREATE, UPDATE, DELETE, MERGE, MOVE, UNMERGE.</code></li>\n<li><strong>userUniqueNames:</strong> is the list of unique names of the user who have created the log. This will be added in following format <code>abc@gmail.com</code></li>\n<li><strong>accountUniqueNames:</strong> is the list of unique names of accounts to filter the specific account's data.</li>\n<li>**from:**The date from which user wants to view the logs. <strong>from</strong> key should be provided with <strong>to</strong> parameter. Default date is one month before today's date. (format - dd-MM-yyyy)</li>\n<li><strong>to:</strong> The date till which user wants to view the logs. <strong>to</strong> parameter should be provided with <strong>to</strong> key. Default date is today's date.(format - dd-MM-yyyy)</li>\n<li><strong>entryFromDate:</strong> The date from which user wants to view the entries. <strong>entryFromDate</strong> key should be provided with <strong>entryToDate</strong> and entity type as <strong>entry.</strong>(format - dd-MM-yyyy)</li>\n<li><strong>entryToDate:</strong> The date till which user wants to view the entries. <strong>entryToDate</strong> key should be provided with <strong>entryFromDate</strong> and entity type as <strong>entry.</strong>(format - dd-MM-yyyy)</li>\n<li><strong>voucherFromDate:</strong> The date from which user wants to view the vouchers. <strong>voucherFromDate</strong> should be provided with <strong>voucherToDate</strong> and entity type as <strong>voucher.</strong>(format - dd-MM-yyyy)</li>\n<li><strong>voucherToDate:</strong> The date till which user wants to view the vouchers. <strong>voucherToDate</strong> should be provided with <strong>voucherFromDate</strong> and entity type as <strong>voucher.</strong>(format - dd-MM-yyyy)</li>\n</ul>\n","urlObject":{"path":["v2","company","companyUniqueName","activity-logs"],"host":[""],"query":[{"key":"lang","value":"en"}],"variable":[]}},"response":[],"_postman_id":"e03f3437-1953-479a-91e0-f5611da826af"}],"id":"70ef578a-cdb1-481a-a5c1-b4b3a09e8346","_postman_id":"70ef578a-cdb1-481a-a5c1-b4b3a09e8346","description":""},{"name":"Purchase Order","item":[{"name":"Service","item":[{"name":"Create Purchase order","id":"5c8e592c-631a-4021-bf2e-04d284b45726","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"connection":true,"accept-encoding":true,"accept":true,"user-agent":true,"host":true,"content-length":true,"content-type":true}},"request":{"method":"POST","header":[{"key":"content-type","value":"application/json"},{"key":"auth-key","value":"{{authKey}}"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"purchase\",\n    \"date\": \"06-02-2024\",\n    \"dueDate\": \"21-02-2024\",\n    \"number\": \"\",\n    \"exchangeRate\": 1,\n    \"account\": {\n        \"billingDetails\": {\n            \"county\": null,\n            \"address\": [\n                \"\"\n            ],\n            \"state\": {\n                \"name\": \"Madhya Pradesh\",\n                \"code\": \"MP\"\n            },\n            \"gstNumber\": \"23LKMJS4321F2Z1\",\n            \"stateCode\": \"MP\",\n            \"stateName\": \"Madhya Pradesh\",\n            \"panNumber\": \"\",\n            \"countryName\": \"India\"\n        },\n        \"shippingDetails\": {\n            \"county\": null,\n            \"state\": {\n                \"name\": \"Madhya Pradesh\",\n                \"code\": \"MP\"\n            },\n            \"address\": [\n                \"\"\n            ],\n            \"gstNumber\": \"23LKMJS4321F2Z1\",\n            \"stateCode\": \"MP\",\n            \"stateName\": \"Madhya Pradesh\",\n            \"panNumber\": \"\",\n            \"countryName\": \"India\"\n        },\n        \"currency\": {\n            \"code\": \"INR\"\n        },\n        \"uniqueName\": \"accountUniqueName\",\n        \"name\": \"Kriti Vendor -09\"\n    },\n    \"entries\": [\n        {\n            \"transactions\": [\n                {\n                    \"account\": {\n                        \"uniqueName\": \"purchases\",\n                        \"name\": \"Purchases\"\n                    },\n                    \"amount\": {\n                        \"type\": \"DEBIT\",\n                        \"amountForAccount\": 250\n                    }\n                }\n            ],\n            \"date\": \"\",\n            \"taxes\": [\n                {\n                    \"uniqueName\": \"{{taxUniqueName}}\",\n                    \"calculationMethod\": \"OnTaxableAmount\"\n                }\n            ],\n            \"hsnNumber\": \"\",\n            \"sacNumber\": \"\",\n            \"voucherNumber\": \"\",\n            \"voucherType\": \"purchase\",\n            \"discounts\": [\n                {\n                    \"calculationMethod\": \"PERCENTAGE\",\n                    \"amount\": {\n                        \"type\": \"DEBIT\",\n                        \"amountForAccount\": 10\n                    },\n                    \"discountValue\": 10,\n                    \"name\": \"\",\n                    \"particular\": \"\"\n                }\n            ],\n            \"purchaseOrderItemMapping\": {\n                \"uniqueName\": \"\",\n                \"entryUniqueName\": \"\"\n            }\n        }\n    ],\n    \"company\": {\n        \"billingDetails\": {\n            \"address\": [\n                \"test\"\n            ],\n            \"state\": {\n                \"code\": \"MP\",\n                \"name\": \"Madhya Pradesh\"\n            },\n            \"stateCode\": \"MP\",\n            \"stateName\": \"Madhya Pradesh\",\n            \"gstNumber\": \"23KMJNH3423A1Z2\",\n            \"pincode\": \"452001\"\n        },\n        \"shippingDetails\": {\n            \"address\": [\n                \"test\"\n            ],\n            \"state\": {\n                \"code\": \"MP\",\n                \"name\": \"Madhya Pradesh\"\n            },\n            \"stateCode\": \"MP\",\n            \"stateName\": \"Madhya Pradesh\",\n            \"gstNumber\": \"23KMJNH3423A1Z2\",\n            \"pincode\": \"452001\"\n        }\n    },\n    \"warehouse\": {\n\n    },\n    \"templateDetails\": {},\n    \"subVoucher\": \"\"\n}"},"url":"/company/companyUniqueName/accounts/accountUniqueName/purchase-order/generate?lang=en","description":"<h1 id=\"this-api-will-be-used-to-create-purchase-order-for-service\">This api will be used to create purchase order for service.</h1>\n","urlObject":{"path":["company","companyUniqueName","accounts","accountUniqueName","purchase-order","generate"],"host":[""],"query":[{"key":"lang","value":"en"}],"variable":[]}},"response":[],"_postman_id":"5c8e592c-631a-4021-bf2e-04d284b45726"},{"name":"Update Purchase Order","id":"de61074e-84a1-4374-9b1f-3db4e238de6d","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true,"content-length":true,"host":true,"user-agent":true,"accept":true,"accept-encoding":true,"connection":true}},"request":{"method":"PUT","header":[{"key":"content-type","value":"application/json"},{"key":"auth-key","value":"{{authKey}}"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"purchase\",\n    \"date\": \"06-02-2024\",\n    \"dueDate\": \"21-02-2024\",\n    \"number\": \"\",\n    \"exchangeRate\": 1,\n    \"account\": {\n        \"billingDetails\": {\n            \"county\": null,\n            \"address\": [\n                \"\"\n            ],\n            \"state\": {\n                \"name\": \"Madhya Pradesh\",\n                \"code\": \"MP\"\n            },\n            \"gstNumber\": \"23LKMJS4321F2Z1\",\n            \"stateCode\": \"MP\",\n            \"stateName\": \"Madhya Pradesh\",\n            \"panNumber\": \"\",\n            \"countryName\": \"India\"\n        },\n        \"shippingDetails\": {\n            \"county\": null,\n            \"state\": {\n                \"name\": \"Madhya Pradesh\",\n                \"code\": \"MP\"\n            },\n            \"address\": [\n                \"\"\n            ],\n            \"gstNumber\": \"23LKMJS4321F2Z1\",\n            \"stateCode\": \"MP\",\n            \"stateName\": \"Madhya Pradesh\",\n            \"panNumber\": \"\",\n            \"countryName\": \"India\"\n        },\n        \"currency\": {\n            \"code\": \"INR\"\n        },\n        \"uniqueName\": \"accountUniqueName\",\n        \"name\": \"Kriti Vendor -09\"\n    },\n    \"entries\": [\n        {\n            \"transactions\": [\n                {\n                    \"account\": {\n                        \"uniqueName\": \"purchases\",\n                        \"name\": \"Purchases\"\n                    },\n                    \"amount\": {\n                        \"type\": \"DEBIT\",\n                        \"amountForAccount\": 350\n                    }\n                }\n            ],\n            \"date\": \"\",\n            \"taxes\": [\n                {\n                    \"uniqueName\": \"{{taxUniqueName}}\",\n                    \"calculationMethod\": \"OnTaxableAmount\"\n                }\n            ],\n            \"hsnNumber\": \"\",\n            \"description\": \"\",\n            \"uniqueName\": \"{{entryUniqueName}}\",\n            \"voucherNumber\": \"\",\n            \"voucherType\": \"purchase\",\n            \"discounts\": [],\n            \"purchaseOrderItemMapping\": {\n                \"uniqueName\": \"\",\n                \"entryUniqueName\": \"\"\n            }\n        }\n    ],\n    \"company\": {\n        \"name\": \"NV logic - Sheba\",\n        \"uniqueName\": \"companyUniqueName\",\n        \"currency\": {\n            \"code\": \"INR\"\n        },\n        \"gstNumber\": \"23KMJNH3423A1Z2\",\n        \"state\": {\n            \"name\": \"Madhya Pradesh\",\n            \"code\": \"MP\"\n        },\n        \"billingDetails\": {\n            \"gstNumber\": \"23KMJNH3423A1Z2\",\n            \"address\": [\n                \"test\"\n            ],\n            \"stateCode\": \"MP\",\n            \"stateGstCode\": \"23\",\n            \"stateName\": \"Madhya Pradesh\",\n            \"countryName\": \"India\",\n            \"countryCode\": \"IN\",\n            \"pincode\": \"452001\",\n            \"state\": {\n                \"name\": \"Madhya Pradesh\",\n                \"code\": \"MP\"\n            }\n        },\n        \"shippingDetails\": {\n            \"gstNumber\": \"23KMJNH3423A1Z2\",\n            \"address\": [\n                \"test\"\n            ],\n            \"stateCode\": \"MP\",\n            \"stateGstCode\": \"23\",\n            \"stateName\": \"Madhya Pradesh\",\n            \"countryName\": \"India\",\n            \"countryCode\": \"IN\",\n            \"pincode\": \"452001\",\n            \"state\": {\n                \"name\": \"Madhya Pradesh\",\n                \"code\": \"MP\"\n            }\n        }\n    },\n    \"warehouse\": {},\n    \"templateDetails\": {\n        \"other\": {\n            \"shippingDate\": \"\"\n        }\n    },\n    \"subVoucher\": \"\",\n    \"uniqueName\": \"{{purchaseOrderUniqueName}}\"\n}"},"url":"/company/companyUniqueName/accounts/accountUniqueName/purchase-order?lang=en","description":"<h1 id=\"this-api-will-be-used-to-update-the-purchase-order\">This api will be used to update the purchase order.</h1>\n","urlObject":{"path":["company","companyUniqueName","accounts","accountUniqueName","purchase-order"],"host":[""],"query":[{"key":"lang","value":"en"}],"variable":[]}},"response":[],"_postman_id":"de61074e-84a1-4374-9b1f-3db4e238de6d"}],"id":"7653ed2c-f876-4930-b3d9-9bab38076220","_postman_id":"7653ed2c-f876-4930-b3d9-9bab38076220","description":""},{"name":"Stock","item":[{"name":"Create Purchase order","id":"4274f2b4-aa00-469e-b8d9-c5d478c695d7","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"connection":true,"accept-encoding":true,"accept":true,"user-agent":true,"host":true,"content-length":true,"content-type":true}},"request":{"method":"POST","header":[{"key":"content-type","value":"application/json"},{"key":"auth-key","value":"{{authKey}}"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"purchase\",\n    \"date\": \"06-02-2024\",\n    \"dueDate\": \"21-02-2024\",\n    \"number\": \"\",\n    \"exchangeRate\": 1,\n    \"account\": {\n        \"billingDetails\": {\n            \"county\": null,\n            \"address\": [\n                null\n            ],\n            \"state\": {\n                \"name\": \"Madhya Pradesh\",\n                \"code\": \"MP\"\n            },\n            \"stateCode\": \"MP\",\n            \"stateName\": \"Madhya Pradesh\",\n            \"panNumber\": \"\",\n            \"countryName\": \"India\"\n        },\n        \"shippingDetails\": {\n            \"county\": null,\n            \"state\": {\n                \"name\": \"Madhya Pradesh\",\n                \"code\": \"MP\"\n            },\n            \"address\": [\n                null\n            ],\n            \"stateCode\": \"MP\",\n            \"stateName\": \"Madhya Pradesh\",\n            \"panNumber\": \"\",\n            \"countryName\": \"India\"\n        },\n        \"currency\": {\n            \"code\": \"INR\"\n        },\n        \"uniqueName\": \"accountUniqueName\",\n        \"name\": \"Shyam Traders\"\n    },\n    \"entries\": [\n        {\n            \"transactions\": [\n                {\n                    \"account\": {\n                        \"uniqueName\": \"purchases\",\n                        \"name\": \"Purchases\"\n                    },\n                    \"amount\": {\n                        \"type\": \"DEBIT\",\n                        \"amountForAccount\": 120\n                    },\n                    \"stock\": {\n                        \"quantity\": 1,\n                        \"name\": \"Pen\",\n                        \"uniqueName\": \"{{stockUniqueName}}\",\n                        \"rate\": {\n                            \"amountForAccount\": 120\n                        },\n                        \"stockUnit\": {\n                            \"uniqueName\": \"nos\",\n                            \"code\": \"nos\"\n                        },\n                        \"variant\": {\n                            \"name\": \"Pen\",\n                            \"uniqueName\": \"{{variantUniqueName}}\"\n                        }\n                    }\n                }\n            ],\n            \"date\": \"\",\n            \"taxes\": [\n                {\n                    \"uniqueName\": \"{{taxUniqueName}}\",\n                    \"calculationMethod\": \"OnTaxableAmount\"\n                }\n            ],\n            \"hsnNumber\": \"\",\n            \"sacNumber\": \"\",\n            \"voucherNumber\": \"\",\n            \"voucherType\": \"purchase\",\n            \"discounts\": [\n                {\n                    \"calculationMethod\": \"PERCENTAGE\",\n                    \"amount\": {\n                        \"type\": \"DEBIT\",\n                        \"amountForAccount\": 10\n                    },\n                    \"discountValue\": 10,\n                    \"name\": \"\",\n                    \"particular\": \"\"\n                }\n            ],\n            \"purchaseOrderItemMapping\": {\n                \"uniqueName\": \"\",\n                \"entryUniqueName\": \"\"\n            }\n        }\n    ],\n    \"company\": {\n        \"billingDetails\": {\n            \"address\": [\n                \"test\"\n            ],\n            \"state\": {\n                \"code\": \"MP\",\n                \"name\": \"Madhya Pradesh\"\n            },\n            \"stateCode\": \"MP\",\n            \"stateName\": \"Madhya Pradesh\",\n            \"gstNumber\": \"23KMJNH3423A1Z2\",\n            \"pincode\": \"452001\"\n        },\n        \"shippingDetails\": {\n            \"address\": [\n                \"test\"\n            ],\n            \"state\": {\n                \"code\": \"MP\",\n                \"name\": \"Madhya Pradesh\"\n            },\n            \"stateCode\": \"MP\",\n            \"stateName\": \"Madhya Pradesh\",\n            \"gstNumber\": \"23KMJNH3423A1Z2\",\n            \"pincode\": \"452001\"\n        }\n    },\n    \"warehouse\": {\n        \"uniqueName\": \"{{warehouseUniqueName}}\",\n        \"name\": \"Old Warehouse\"\n    },\n    \"templateDetails\": {},\n    \"subVoucher\": \"\"\n}"},"url":"/company/companyUniqueName/accounts/accountUniqueName/purchase-order/generate?lang=en","description":"<h1 id=\"this-api-will-be-used-to-create-purchase-order-for-service\">This api will be used to create purchase order for service.</h1>\n","urlObject":{"path":["company","companyUniqueName","accounts","accountUniqueName","purchase-order","generate"],"host":[""],"query":[{"key":"lang","value":"en"}],"variable":[]}},"response":[],"_postman_id":"4274f2b4-aa00-469e-b8d9-c5d478c695d7"},{"name":"Update Purchase Order","id":"7cf13e3c-d872-4649-a8b1-cfc4fd8ef7e8","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true,"content-length":true,"host":true,"user-agent":true,"accept":true,"accept-encoding":true,"connection":true}},"request":{"method":"PUT","header":[{"key":"content-type","value":"application/json"},{"key":"auth-key","value":"{{authKey}}"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"purchase\",\n    \"date\": \"06-02-2024\",\n    \"dueDate\": \"21-02-2024\",\n    \"number\": \"\",\n    \"exchangeRate\": 1,\n    \"account\": {\n        \"billingDetails\": {\n            \"county\": null,\n            \"address\": [\n                null\n            ],\n            \"state\": {\n                \"name\": \"Madhya Pradesh\",\n                \"code\": \"MP\"\n            },\n            \"stateCode\": \"MP\",\n            \"stateName\": \"Madhya Pradesh\",\n            \"panNumber\": \"\",\n            \"countryName\": \"India\"\n        },\n        \"shippingDetails\": {\n            \"county\": null,\n            \"state\": {\n                \"name\": \"Madhya Pradesh\",\n                \"code\": \"MP\"\n            },\n            \"address\": [\n                null\n            ],\n            \"stateCode\": \"MP\",\n            \"stateName\": \"Madhya Pradesh\",\n            \"panNumber\": \"\",\n            \"countryName\": \"India\"\n        },\n        \"currency\": {\n            \"code\": \"INR\"\n        },\n        \"uniqueName\": \"accountUniqueName\",\n        \"name\": \"Shyam Traders\"\n    },\n    \"entries\": [\n        {\n            \"transactions\": [\n                {\n                    \"account\": {\n                        \"uniqueName\": \"purchases\",\n                        \"name\": \"Purchases\"\n                    },\n                    \"amount\": {\n                        \"type\": \"DEBIT\",\n                        \"amountForAccount\": 120\n                    },\n                    \"stock\": {\n                        \"quantity\": 1,\n                        \"name\": \"Pen\",\n                        \"uniqueName\": \"{{stockUniqueName}}\",\n                        \"rate\": {\n                            \"amountForAccount\": 120\n                        },\n                        \"stockUnit\": {\n                            \"uniqueName\": \"nos\",\n                            \"code\": \"nos\"\n                        },\n                        \"variant\": {\n                            \"name\": \"Pen\",\n                            \"uniqueName\": \"{{variantUniqueName}}\"\n                        },\n                        \"taxInclusive\": false\n                    }\n                }\n            ],\n            \"date\": \"\",\n            \"taxes\": [\n                {\n                    \"uniqueName\": \"gst12\",\n                    \"calculationMethod\": \"OnTaxableAmount\"\n                }\n            ],\n            \"hsnNumber\": \"\",\n            \"description\": \"\",\n            \"uniqueName\": \"{{entryUniqueName}}\",\n            \"voucherNumber\": \"\",\n            \"voucherType\": \"purchase\",\n            \"discounts\": [\n                \n            ],\n            \"purchaseOrderItemMapping\": {\n                \"uniqueName\": \"\",\n                \"entryUniqueName\": \"\"\n            }\n        }\n    ],\n    \"company\": {\n        \"name\": \"NV logic - Sheba\",\n        \"uniqueName\": \"companyUniqueName\",\n        \"currency\": {\n            \"code\": \"INR\"\n        },\n        \"gstNumber\": \"23KMJNH3423A1Z2\",\n        \"state\": {\n            \"name\": \"Madhya Pradesh\",\n            \"code\": \"MP\"\n        },\n        \"billingDetails\": {\n            \"gstNumber\": \"23KMJNH3423A1Z2\",\n            \"address\": [\n                \"test\"\n            ],\n            \"stateCode\": \"MP\",\n            \"stateGstCode\": \"23\",\n            \"stateName\": \"Madhya Pradesh\",\n            \"countryName\": \"India\",\n            \"countryCode\": \"IN\",\n            \"pincode\": \"452001\",\n            \"state\": {\n                \"name\": \"Madhya Pradesh\",\n                \"code\": \"MP\"\n            }\n        },\n        \"shippingDetails\": {\n            \"gstNumber\": \"23KMJNH3423A1Z2\",\n            \"address\": [\n                \"test\"\n            ],\n            \"stateCode\": \"MP\",\n            \"stateGstCode\": \"23\",\n            \"stateName\": \"Madhya Pradesh\",\n            \"countryName\": \"India\",\n            \"countryCode\": \"IN\",\n            \"pincode\": \"452001\",\n            \"state\": {\n                \"name\": \"Madhya Pradesh\",\n                \"code\": \"MP\"\n            }\n        }\n    },\n    \"warehouse\": {\n        \"uniqueName\": \"{{warehouseUniqueName}}\",\n        \"name\": \"Old Warehouse\"\n    },\n    \"templateDetails\": {\n        \"other\": {\n            \"shippingDate\": \"\"\n        }\n    },\n    \"subVoucher\": \"\",\n    \"uniqueName\": \"{{voucherUnqiueName}}\"\n}"},"url":"/company/companyUniqueName/accounts/accountUniqueName/purchase-order?lang=en","description":"<h1 id=\"this-api-will-be-used-to-update-the-purchase-order\">This api will be used to update the purchase order.</h1>\n","urlObject":{"path":["company","companyUniqueName","accounts","accountUniqueName","purchase-order"],"host":[""],"query":[{"key":"lang","value":"en"}],"variable":[]}},"response":[],"_postman_id":"7cf13e3c-d872-4649-a8b1-cfc4fd8ef7e8"}],"id":"fd042fd7-f459-42ce-9f8b-2ab8092cccb9","_postman_id":"fd042fd7-f459-42ce-9f8b-2ab8092cccb9","description":""},{"name":"Get all Purchase orders","id":"bb0e3a7f-7a8e-4f15-9655-55fff1a85503","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"connection":true,"accept-encoding":true,"accept":true,"user-agent":true,"host":true,"content-type":true,"content-length":true}},"request":{"method":"POST","header":[{"key":"content-type","value":"application/json"},{"key":"auth-key","value":"{{authKey}}"}],"body":{"mode":"raw","raw":"{\"purchaseOrderNumber\":\"\",\"grandTotal\":\"\",\"grandTotalOperation\":\"\",\"statuses\":[],\"dueFrom\":\"\",\"dueTo\":\"\",\"vendorName\":\"\"}"},"url":"/company/companyUniqueName/purchase-order/get-all?from=01-04-2021&to=06-02-2024&page=1&count=50&sort=DESC&sortBy=purchaseDate&lang=en","description":"<h1 id=\"this-api-will-be-used-to-get-all-the-purchase-orders\">This api will be used to get all the purchase orders.</h1>\n","urlObject":{"path":["company","companyUniqueName","purchase-order","get-all"],"host":[""],"query":[{"key":"from","value":"01-04-2021"},{"key":"to","value":"06-02-2024"},{"key":"page","value":"1"},{"key":"count","value":"50"},{"key":"sort","value":"DESC"},{"key":"sortBy","value":"purchaseDate"},{"key":"lang","value":"en"}],"variable":[]}},"response":[],"_postman_id":"bb0e3a7f-7a8e-4f15-9655-55fff1a85503"},{"name":"Get Purchase Order","id":"1fa9b164-3f45-4774-a5f1-775198c63095","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"connection":true,"accept-encoding":true,"accept":true,"host":true,"user-agent":true}},"request":{"method":"GET","header":[{"key":"content-type","value":"application/json"},{"key":"auth-key","value":"{{authKey}}"}],"url":"/company/companyUniqueName/purchase-order/{{purchaseOrderUniqueName}}?lang=en","description":"<h1 id=\"this-api-will-be-used-to-get-the-purchase-order\">This api will be used to get the purchase order.</h1>\n","urlObject":{"path":["company","companyUniqueName","purchase-order","{{purchaseOrderUniqueName}}"],"host":[""],"query":[{"key":"lang","value":"en"}],"variable":[]}},"response":[],"_postman_id":"1fa9b164-3f45-4774-a5f1-775198c63095"},{"name":"Delete Purchase order","id":"1c0d9cb4-6f65-468a-a195-41bd4e1633ee","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"host":true,"user-agent":true,"accept":true,"accept-encoding":true,"connection":true}},"request":{"method":"DELETE","header":[{"key":"content-type","value":"application/json"},{"key":"auth-key","value":"{{authKey}}"}],"url":"/company/companyUniqueName/purchase-order?uniqueName={{purchaseOrderUniqueName}}&lang=en","description":"<h1 id=\"this-api-will-be-used-to-delete-the-purchase-order\">This api will be used to delete the purchase order.</h1>\n","urlObject":{"path":["company","companyUniqueName","purchase-order"],"host":[""],"query":[{"key":"uniqueName","value":"{{purchaseOrderUniqueName}}"},{"key":"lang","value":"en"}],"variable":[]}},"response":[],"_postman_id":"1c0d9cb4-6f65-468a-a195-41bd4e1633ee"},{"name":"Bulk Purchase Orders","id":"82212129-ebb8-4bce-94ee-5ae43f993838","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept-encoding":true,"connection":true,"accept":true,"user-agent":true,"host":true,"content-length":true,"content-type":true}},"request":{"method":"PATCH","header":[{"key":"content-type","value":"application/json"},{"key":"auth-key","value":"{{authKey}}"}],"body":{"mode":"raw","raw":"{\n    \"purchaseNumbers\": [\n        \"{{purchaseOrderNumber}}\",\n        \"{{purchaseOrderNumber}}\"\n    ],\n    \"purchaseDate\": \"\",\n    \"dueDate\": \"\",\n    \"warehouseUniqueName\": \"\"\n}"},"url":"/company/companyUniqueName/purchase-order/bulk-update?action=delete&lang=en","description":"<h1 id=\"this-api-will-be-used-to-bulk-delete-the-purchase-orders\">This api will be used to bulk delete the purchase orders.</h1>\n","urlObject":{"path":["company","companyUniqueName","purchase-order","bulk-update"],"host":[""],"query":[{"key":"action","value":"delete"},{"key":"lang","value":"en"}],"variable":[]}},"response":[],"_postman_id":"82212129-ebb8-4bce-94ee-5ae43f993838"},{"name":"Convert to Purchase Bill","id":"9b1e7312-b26e-4123-954a-4f1c67aa4984","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"connection":true,"accept-encoding":true,"accept":true,"user-agent":true,"host":true,"content-length":true,"content-type":true}},"request":{"method":"PATCH","header":[{"key":"content-type","value":"application/json"},{"key":"auth-key","value":"{{authKey}}"}],"body":{"mode":"raw","raw":"{\n    \"purchaseOrders\": [\n        {\n            \"orderNumber\": \"{{purchaseOrderNumber}}\",\n            \"purchaseNumber\": \"PB- 001\"\n        }\n    ]\n}"},"url":"/company/companyUniqueName/purchase-order/bulk-update?action=create_purchase_bill&lang=en","description":"<h1 id=\"this-api-will-be-used-to-convert-the-purchase-order-into-bill\">This api will be used to convert the purchase order into bill.</h1>\n","urlObject":{"path":["company","companyUniqueName","purchase-order","bulk-update"],"host":[""],"query":[{"key":"action","value":"create_purchase_bill"},{"key":"lang","value":"en"}],"variable":[]}},"response":[],"_postman_id":"9b1e7312-b26e-4123-954a-4f1c67aa4984"},{"name":"Cancel Purchase Order","id":"9e8d053c-cace-4498-a038-a3f6f96c71df","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true,"accept-encoding":true,"connection":true,"user-agent":true,"host":true,"content-length":true,"content-type":true}},"request":{"method":"PATCH","header":[{"key":"content-type","value":"application/json"},{"key":"auth-key","value":"{{authKey}}"}],"body":{"mode":"raw","raw":"{\n    \"purchaseNumber\": \"{{purchaseOrderNumber}}\",\n    \"action\": \"cancelled\"\n}"},"url":"/company/companyUniqueName/accounts/accountUniqueName/purchase-order/status/change?lang=en","description":"<h1 id=\"this-api-will-be-used-to-mark-the-purchase-order-cancel\">This api will be used to mark the purchase order cancel.</h1>\n","urlObject":{"path":["company","companyUniqueName","accounts","accountUniqueName","purchase-order","status","change"],"host":[""],"query":[{"key":"lang","value":"en"}],"variable":[]}},"response":[],"_postman_id":"9e8d053c-cace-4498-a038-a3f6f96c71df"}],"id":"db4c26b4-600c-4dd3-ad6b-f9a0bd4c0ae2","_postman_id":"db4c26b4-600c-4dd3-ad6b-f9a0bd4c0ae2","description":""}],"event":[{"listen":"prerequest","script":{"id":"2f7a5eae-e666-4597-bbb9-aa07c841860e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"633377b4-6bc0-49e5-bac3-3ec42ba22d01","type":"text/javascript","exec":[""]}}],"variable":[{"key":"url","value":""},{"key":"branchUniqueName","value":"branchUniqueName"},{"key":"companyUniqueName","value":"companyUniqueName"},{"key":"companyUnqiueName","value":"companyUniqueName"},{"key":"accountUniqueName","value":"accountUniqueName"}]}