{"info":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","description":"<html><head></head><body><p>This Service will only export external apis</p>\n<p>Welcome to Salessimplify's API Documentation. We've designed this document to help developers and salessimplify users fully understand and integrate our API for a seamless and easy deployment. These APIs enable you to utilize most of your salessimplify account's panel features fully.</p>\n<p>We've listed all the APIs, their required parameters, and their example requests and responses on the right for easy understanding. The easiest way to start using the salessimplify APIs is by clicking the <strong>Run in Postman</strong> button above. The <a href=\"https://www.getpostman.com/\">Postman</a> is a free tool that helps developers run and debug API requests.</p>\n<p>Our APIs are based around REST architecture and use the basic <a href=\"https://www.tutorialspoint.com/http/http_status_codes\">HTTP</a> request methods. Our APIs accept <a href=\"https://www.w3schools.com/whatis/whatis_json.asp\">JSON</a> - encoded body requests and return data in the same form.</p>\n<h4 id=\"getting-started\">Getting Started</h4>\n<p>First, you need to register with salessimplify and create an account. Click on this <a href=\"https://app.salessimplify.com/auth/registration\">link</a> to complete the sign-up process.</p>\n<p>After the sign-up process is complete, follow the enlisted steps to create an API user:</p>\n<ol>\n<li>Open your salessimplify account and navigate to the right-hand panel.</li>\n<li>Click On <strong>Profile Icon =&gt; Admin Settings =&gt; API =&gt; Create an API</strong>.</li>\n<li>On the pop-up menu, fill in the <strong>API Name</strong>.</li>\n<li>Click on <strong>'Add API'</strong>. On successful completion, you should have a new API token generated.</li>\n<li>Copy this token and use it to authenticate your further API calls.</li>\n</ol>\n<h4 id=\"document-and-api-usage-guidelines\">Document and API Usage Guidelines</h4>\n<ul>\n<li>Our APIs use the basic HTTP request codes: <em>POST</em>, <em>GET</em>, <em>PATCH</em>, <em>DELETE</em>.</li>\n<li>You can select the required response and request code language by selecting it from the drop-down menu on the top.</li>\n<li>You can import and test all our full API collection in the Postman app by clicking on the <strong>' Run in Postman'</strong> button.</li>\n<li><strong>Note</strong>: Any requests made using the valid API credentials will affect the real-time data in your salessimplify account.</li>\n<li>Authorization: Bearer</li>\n<li>All the APIs are provided with their appropriate example requests and responses for successful and failed calls.</li>\n</ul>\n<h4 id=\"support\">Support:</h4>\n<ul>\n<li>All the required information on integration is in this document. Please read it thoroughly.</li>\n<li>For any integration and API-related support, you can feel free to drop us an email at <a href=\"mailto:support@salessimplify.com\"><em><strong>support@salessimplify.com</strong></em></a>.</li>\n<li>The salessimplify terms of service are listed here: <a href=\"https://salessimplify.com/terms-of-service/\">Terms Of Service</a></li>\n</ul>\n<h4 id=\"daily-api-fair-usage-limit-for-postpatch-endpoints\">Daily API fair usage limit for POST/PATCH endpoints</h4>\n<p>In addition to rate limiting, public API has a daily API fair usage limit for all POST/PATCH endpoints. Fair usage is considered to be a maximum of 10 000 POST/PATCH requests daily per user per 24 hours. The daily limit will be reset at midnight in UTC.</p>\n<blockquote>\n<p>How the limit for 10000 requests per day per user is calculated?\nSajin is a user of Salessimplify. He has two custom integrations using the Salessimplify API. Both custom integrations are subject to the same daily limit to make requests against the Salessimplify API on behalf of the user, sajin. So, for example, if one of those integrations is making 350 POST requests per day and the other integration 100 PATCH requests each per day, then there's 10000 - 350 - 100 - 100 = 9450 POST/PATCH requests left for those two integrations to use for the remaining time until the reset.</p>\n</blockquote>\n<p>In the case of exceeding the 10 000 daily limit on multiple occasions, we may start blocking your POST/PATCH requests towards our API.</p>\n<blockquote>\n<p><strong>Note: Campaign module is excepted from daily api usage policy.</strong></p>\n</blockquote>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"19624715","collectionId":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","publishedId":"UVkgyzaj","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"0198e9"},"publishDate":"2022-02-16T11:35:19.000Z"},"item":[{"name":"Campaign - Send Email","item":[{"name":"Send Email","id":"4579a3eb-8217-440a-aa92-bc22555ce3ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"to\": [\n        \"sample@gmail.com\"\n    ],\n    \"subject\": \"API test 1\",\n    \"from\": \"test@domain.com\",\n    \"fromName\": \"sahil\",\n    \"bodyHtml\": \"<h1>Test 1</h1>\",\n    \"trackClicks\": true,\n    \"trackOpens\": true,\n    \"replyToEmail\": \"test2@domain2.com\",\n    \"attachments\": [\"63a98c9c2b6df936ac930c17\"],\n    \"replyToName\": \"sam\",\n    \"bodyText\": \"Just Text Email\",\n    \"callbackUrl\": \"https://webhook.site/0a276bc5-f0e4-4235-9006-b58b7d224ad5\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/campaign/email/send","description":"<p>This endpoint allows you to send an email.</p>\n<h4 id=\"header-parameters\">Header Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Authorization</td>\n<td>string</td>\n<td>It is a bearer authentication token to validate request coming from a valid user or not. You can get this token from Sales simplify account from API keys section. if you passing  programmtically then follow below approach: Authorization: \"Bearer \" + API_KEY</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"body-parameters\">Body Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>to</td>\n<td>array</td>\n<td>This is to contain email ids where you need to send emails. you can add multiple email ids where you need to send emails. Max 10 emails at one api.</td>\n</tr>\n<tr>\n<td>subject</td>\n<td>string</td>\n<td>This contains email subject</td>\n</tr>\n<tr>\n<td>from</td>\n<td>string</td>\n<td>This is a from email id. you can assigned only verified email id. you can verify from email id from salessimplify dashboard by below-specified section. dashboard - campaign -&gt; settings -&gt; email -&gt; domain</td>\n</tr>\n<tr>\n<td>fromName</td>\n<td>string</td>\n<td>Display name for from email address</td>\n</tr>\n<tr>\n<td>bodyHtml</td>\n<td>string</td>\n<td>This field used to send html content in email either bodyHtml or bodyText is required</td>\n</tr>\n<tr>\n<td>bodyText</td>\n<td>string</td>\n<td>This field used to send normal text content in email either bodyHtml or bodyText is required</td>\n</tr>\n<tr>\n<td>trackClicks</td>\n<td>boolean</td>\n<td>Should the click be tracked? If no value has been provided, Account's default setting will be used.</td>\n</tr>\n<tr>\n<td>trackOpens</td>\n<td>boolean</td>\n<td>Should the opens be tracked? If no value has been provided, Account's default setting will be used</td>\n</tr>\n<tr>\n<td>replyToEmail</td>\n<td>string</td>\n<td>Email address to reply to</td>\n</tr>\n<tr>\n<td>replyToName</td>\n<td>string</td>\n<td>Name to replay to name</td>\n</tr>\n<tr>\n<td>attachments</td>\n<td>array</td>\n<td>An array of ID's of attachments. Note: you can get attachment id from uploading attachment by upload attachment API</td>\n</tr>\n<tr>\n<td>callbackUrl</td>\n<td>string</td>\n<td>Call back where you received notifications related to email.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","campaign","email","send"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"f868dc89-71c9-44c0-9e58-07f423606706","name":"200 - Sent Successsfully","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"to\": [\n        \"test@gmail.com\"\n    ],\n    \"subject\": \"API test 1\",\n    \"from\": \"test@domain.com\",\n    \"fromName\": \"sahil\",\n    \"bodyHtml\": \"<h1>Test 1</h1>\",\n    \"trackClicks\": true,\n    \"trackOpens\": true,\n    \"replyToEmail\": \"test2@domain2.com\",\n    \"attachments\": [],\n    \"replyToName\": \"sam\",\n    \"bodyText\": \"Just Text Email\",\n    \"callbackUrl\": \"https://webhook.site/0a276bc5-f0e4-4235-9006-b58b7d224ad5\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/campaign/email/send"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"52"},{"key":"ETag","value":"W/\"34-vgXyeI9s2OCIPphpvM3hEmjSh40\""},{"key":"Date","value":"Mon, 26 Dec 2022 10:17:35 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Email sent successfully!\"\n}"},{"id":"1762b5b7-0bb8-44f5-8fca-31e3472f8e8a","name":"400  - Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"to\": [\n        \"test@gmail.com\",\n        \"sad\"\n    ],\n    \"subject\": \"API test 1\",\n    \"from\": \"test@domain.com\",\n    \"fromName\": \"sahil\",\n    \"bodyHtml\": \"<h1>Test 1</h1>\",\n    \"trackClicks\": true,\n    \"trackOpens\": true,\n    \"replyToEmail\": \"test2@domain2.com\",\n    \"attachments\": [],\n    \"replyToName\": \"sam\",\n    \"bodyText\": \"Just Text Email\",\n    \"callbackUrl\": \"https://webhook.site/0a276bc5-f0e4-4235-9006-b58b7d224ad5\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/campaign/email/send"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"56"},{"key":"ETag","value":"W/\"38-mP6Cq5xZOA7a72qnQCCNrwncxc8\""},{"key":"Date","value":"Mon, 26 Dec 2022 11:10:51 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"to[1] must be a valid email\"\n}"},{"id":"97be6c2b-66b6-4f85-a3e2-2aba04479a5c","name":"401 -  Unauthorised","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"to\": [\n        \"test@gmail.com\",\n        \"sad\"\n    ],\n    \"subject\": \"API test 1\",\n    \"from\": \"test@domain.com\",\n    \"fromName\": \"sahil\",\n    \"bodyHtml\": \"<h1>Test 1</h1>\",\n    \"trackClicks\": true,\n    \"trackOpens\": true,\n    \"replyToEmail\": \"test2@domain2.com\",\n    \"attachments\": [],\n    \"replyToName\": \"sam\",\n    \"bodyText\": \"Just Text Email\",\n    \"callbackUrl\": \"https://webhook.site/0a276bc5-f0e4-4235-9006-b58b7d224ad5\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/campaign/email/send"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"46"},{"key":"ETag","value":"W/\"2e-Ro3JwM2bz0MBHLBitM7j/sZXAeA\""},{"key":"Date","value":"Mon, 26 Dec 2022 11:11:17 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"No token provided\"\n}"}],"_postman_id":"4579a3eb-8217-440a-aa92-bc22555ce3ce"},{"name":"Upload Attachment","id":"c741367f-2be2-42c0-aaee-721a12f8ae49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"/home/sahil/Downloads/welcome-screen.png"}]},"url":"{{base_url}}/api/v1/campaign/email/upload","description":"<p>Below API used to upload attachments in salessimplify platform.\nPurpose of API is whenever the user wants to send an attachment in the email. user need to upload attachment in salessimplify platform first. salessimplify will provide id represents to attachment. and the user can send this id in send email API's attachment field to send attachment along with the email.</p>\n<h5 id=\"form-data-paramters\">Form Data Paramters</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>key</th>\n<th>type</th>\n<th>description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>file</td>\n<td>object</td>\n<td>binary file data</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","campaign","email","upload"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"d09b2324-ce87-4f05-9506-75b13f40c53e","name":"200 - success","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"/home/sahil/Downloads/welcome-screen.png"}]},"url":"{{base_url}}/api/v1/campaign/email/upload"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"475"},{"key":"ETag","value":"W/\"1db-ubqWQfw0qCbnrYsQTVJD2x4aAAY\""},{"key":"Date","value":"Mon, 26 Dec 2022 11:33:37 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"data\": {\n        \"filename\": \"file-welcome-screen-1672054415115.png\",\n        \"size\": 7343,\n        \"dateadded\": \"2022-12-26T11:33:36.2633971Z\",\n        \"expirationdate\": null,\n        \"fileid\": \"63a98690b0ec6c81460f4f1d\",\n        \"contenttype\": \"image/png\",\n        \"mediumscreenshotpath\": \"93b7fbda-4306-4ab7-bb80-e4375750ea76/mediumscreenshots/file-welcome-screen-1672054415115.png\",\n        \"thumbnailpath\": \"93b7fbda-4306-4ab7-bb80-e4375750ea76/thumbnails/file-welcome-screen-1672054415115.png\"\n    },\n    \"message\": \"Successfully uploaded file\"\n}"}],"_postman_id":"c741367f-2be2-42c0-aaee-721a12f8ae49"}],"id":"10dc77d5-5011-411d-ac1c-95a937f1d4e3","description":"<p>What is an <strong>email API</strong>? An email API (application programming interface) gives applications access to the functionality available in an email platform, such as generating and sending transactional emails, manipulating templates, and enabling access to email metrics.\n<strong>Sales Simplify</strong> provides a service named <strong>Email API</strong>. An email API service allows you to send email communications to large lists of multiple recipients by incorporating email into your applications. \nOur email API allows you to send emails to users around the globe through simple RESTful APIs. You can send one email to many people, or a unique email to each person on your list with an email API service.\nYou can send marketing messages, newsletters, updates, coupons, and invitations through email API.</p>\n","_postman_id":"10dc77d5-5011-411d-ac1c-95a937f1d4e3","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}}},{"name":"Campaign - Send SMS","item":[{"name":"Send SMS","id":"00fb960c-9153-4023-ad68-400f1ac4572d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/api/apis/campaign/sms/send?apiKey=123424&senderId=HELLOW&route=transactional&number=9112345678974&message=Your OTP is XXXX&submissionStatus=true","description":"<p>To make it simple, We have designed a method which allows you to send SMS in a single line of the HTTP GET request:</p>\n<h4 id=\"note\">NOTE:</h4>\n<blockquote>\n<p>If you are sending an SMS using a GET URL, it is necessary to encode the message using the URL Encoding method before sending it. However, if you are using a POST API, there is no need to encode the message.</p>\n</blockquote>\n<blockquote>\n<p>For example, if the message is \"Hi User 1 &amp; User 2, Welcome to salessimplify,\" it needs to be encoded as \"Hi%20User%201%20%26%20User%202%2C%20Welcome%20to%20salessimplify\" using URL Encoding.</p>\n</blockquote>\n<blockquote>\n<p>You can use a tool like <a href=\"https://www.urlencoder.org/\">https://www.urlencoder.org/</a> for reference on how to properly encode your message.</p>\n</blockquote>\n<h3 id=\"advanced-sms-api\">Advanced SMS API</h3>\n<blockquote>\n<p><a href=\"https://api.salessimplify.com/api/apis/campaign/sms/send?apiKey=3456789&amp;senderId=IDENTY&amp;route=transactional&amp;number=919090909090&amp;message=Your\">https://api.salessimplify.com/api/apis/campaign/sms/send?apiKey=3456789&amp;senderId=IDENTY&amp;route=transactional&amp;number=919090909090&amp;message=Your</a> OTP is 0101&amp;isFlash=true&amp;dltTemplateId=1234&amp;dltEntityId=1234&amp;reportURL=<a href=\"https://webhook.site/0a276bc5-f0e4-4235-9006-b58b&amp;submissionStatus=true\">https://webhook.site/0a276bc5-f0e4-4235-9006-b58b&amp;submissionStatus=true</a></p>\n</blockquote>\n<h4 id=\"header-parameters\">Header Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Authorization</td>\n<td>string</td>\n<td>It is a bearer authentication token to validate request coming from a valid user or not. You can get this token from Sales simplify account from API keys section. if you passing programmtically then follow below approach: Authorization: \"Bearer \" + API_KEY</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"body-parameters\">Body Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>apiKey</td>\n<td>string</td>\n<td>It is a token to validate request coming from a valid user or not. You can get this token from Sales simplify account from API keys section.</td>\n</tr>\n<tr>\n<td>senderId</td>\n<td>string</td>\n<td>The registered and approved Sender name</td>\n</tr>\n<tr>\n<td>route</td>\n<td>string</td>\n<td>Type of connectivity like promotional, transactional and otp</td>\n</tr>\n<tr>\n<td>number</td>\n<td>string</td>\n<td>Number with country prefix</td>\n</tr>\n<tr>\n<td>message</td>\n<td>string</td>\n<td>Content of message</td>\n</tr>\n<tr>\n<td>isFlash</td>\n<td>boolean</td>\n<td><strong>(Optional)</strong> Send flash sms via API ( Values true or false )</td>\n</tr>\n<tr>\n<td>dltTemplateId</td>\n<td>string</td>\n<td><strong>(Optional)</strong> Only for India, If you want to pass directly template id via API you can do that with this parameter.</td>\n</tr>\n<tr>\n<td>dltEntityId</td>\n<td>string</td>\n<td><strong>(Optional)</strong> Only for India, If you want to pass directly entity id via API you can do that with this parameter.</td>\n</tr>\n<tr>\n<td>reportURL</td>\n<td>string</td>\n<td><strong>(Optional)</strong> report URL where the user's report and deliveries should be delivered.</td>\n</tr>\n<tr>\n<td>submissionStatus</td>\n<td>boolean</td>\n<td><strong>(Optional) -</strong> When a user wants to wait for submission status from the API, they must send the submissionStatus key as true. It is false by default.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"reports--deliveries\">Reports &amp; Deliveries</h4>\n<p>In order to get delivery reports directly into your system you need to take care of few simple things.</p>\n<ol>\n<li>Please make sure that, the URL passed in the field reportUrl, must accept HTTP POST request with JSON request body.</li>\n</ol>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","apis","campaign","sms","send"],"host":["{{base_url}}"],"query":[{"key":"apiKey","value":"123424"},{"key":"senderId","value":"HELLOW"},{"key":"route","value":"transactional"},{"key":"number","value":"9112345678974"},{"key":"message","value":"Your OTP is XXXX"},{"key":"submissionStatus","value":"true"}],"variable":[]}},"response":[],"_postman_id":"00fb960c-9153-4023-ad68-400f1ac4572d"},{"name":"Send SMS","id":"5aac047f-8bc0-47c2-8156-9ef87a81d4a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"senderId\": \"IDENTY\",\n    \"route\": \"transactional\",\n    \"number\": \"919090909090\",\n    \"message\": \"Your OTP is 0101\",\n    \"isFlash\": false,\n    \"dltTemplateId\": \"1234\",\n    \"dltEntityId\": \"1234\",\n    \"reportURL\": \"https://webhook.site/0a276bc5-f0e4-4235-9006-b58b7d224ad5\",\n    \"submissionStatus\": false\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/campaign/sms/send","description":"<h4 id=\"header-parameters\">Header Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Authorization</td>\n<td>string</td>\n<td>It is a bearer authentication token to validate request coming from a valid user or not. You can get this token from Sales simplify account from API keys section. if you passing programmtically then follow below approach: Authorization: \"Bearer \" + API_KEY</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"body-parameters\">Body Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>senderId</td>\n<td>string</td>\n<td>The registered and approved Sender name</td>\n</tr>\n<tr>\n<td>route</td>\n<td>string</td>\n<td>Type of connectivity like promotional, transactional and otp</td>\n</tr>\n<tr>\n<td>number</td>\n<td>string</td>\n<td>Number with country prefix</td>\n</tr>\n<tr>\n<td>message</td>\n<td>string</td>\n<td>Content of message</td>\n</tr>\n<tr>\n<td>isFlash</td>\n<td>boolean</td>\n<td><strong>(Optional)</strong> Send flash sms via API ( Values true or false )</td>\n</tr>\n<tr>\n<td>dltTemplateId</td>\n<td>string</td>\n<td><strong>(Optional)</strong> Only for India, If you want to pass directly template id via API you can do that with this parameter.</td>\n</tr>\n<tr>\n<td>dltEntityId</td>\n<td>string</td>\n<td><strong>(Optional)</strong> Only for India, If you want to pass directly entity id via API you can do that with this parameter.</td>\n</tr>\n<tr>\n<td>reportURL</td>\n<td>string</td>\n<td><strong>(Optional)</strong> report URL where the user's report and deliveries should be delivered.</td>\n</tr>\n<tr>\n<td>submissionStatus</td>\n<td>boolean</td>\n<td><strong>(Optional) -</strong> When a user wants to wait for submission status from the API, they must send the submissionStatus key as true. It is false by default.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"reports--deliveries\">Reports &amp; Deliveries</h4>\n<p>In order to get delivery reports directly into your system you need to take care of few simple things.</p>\n<ol>\n<li>Please make sure that, the URL passed in the field reportUrl, must accept HTTP POST request with JSON request body.</li>\n</ol>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","campaign","sms","send"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5aac047f-8bc0-47c2-8156-9ef87a81d4a5"}],"id":"927d2628-6f2c-4da2-b0fc-513a84af408e","description":"<p>Salessimplify makes sending and receiving SMS easy. Find the documentation, sample codes and developer tools you need to build exactly what you want, fast &amp; secure. We’ll handle all the complexity of mobile operators and global regulations. Let’s get building.</p>\n<p>Our SMS API allows you to send text messages to users around the globe through simple RESTful APIs.</p>\n","_postman_id":"927d2628-6f2c-4da2-b0fc-513a84af408e","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}}},{"name":"Campaign - Whatsapp","item":[{"name":"Get Template Variables","id":"86e364c8-2a00-4af4-8406-b3a608989964","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"GET","header":[],"url":"{{base_url}}/api/v1/campaign/whatsapp/variable-keys?templateName=welcome_message&language=en","urlObject":{"path":["api","v1","campaign","whatsapp","variable-keys"],"host":["{{base_url}}"],"query":[{"key":"templateName","value":"welcome_message"},{"key":"language","value":"en"}],"variable":[]}},"response":[],"_postman_id":"86e364c8-2a00-4af4-8406-b3a608989964"},{"name":"Send Whatsapp Message","id":"ba5e3fad-31f0-4c58-b635-f65c42a77e97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"to\": \"13023895111\",\n    \"phoneId\": \"104898309288724\",\n    \"templateName\": \"marketing_sample_2\",\n    \"language\": \"en\",\n    \"variables\": {\n        \"video\":\"http://techslides.com/demos/sample-videos/small.mp4\"\n    },\n    \"submissionStatus\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/campaign/whatsapp/send","description":"<h3 id=\"body-parameters\">Body Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Is Required</th>\n<th>Type</th>\n<th>sample value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>to</td>\n<td>Yes</td>\n<td><code>STRING</code></td>\n<td><code>13023895111</code></td>\n<td>This specifies the recipient's phone number in international format (e.g., \"1xxxxxxxxxx\")</td>\n</tr>\n<tr>\n<td>phoneId</td>\n<td>Yes</td>\n<td><code>STRING</code></td>\n<td><code>102221472907794</code></td>\n<td>This is the unique identifier associated with the sender's phone number given by whatsapp.</td>\n</tr>\n<tr>\n<td>templateName</td>\n<td>Yes</td>\n<td><code>STRING</code></td>\n<td><code>hello_world</code></td>\n<td>Refers to the name of the template to be used for the WhatsApp message. In this case, it is set to \"hello_world\". get it from template list screen</td>\n</tr>\n<tr>\n<td>language</td>\n<td>Yes</td>\n<td><code>STRING</code></td>\n<td><code>en_US</code></td>\n<td>Specifies the language of the message, with \"en_US\" representing American English. you can get it from template list screen.</td>\n</tr>\n<tr>\n<td>variables</td>\n<td>Yes</td>\n<td><code>OBJECT</code></td>\n<td><code>{}</code></td>\n<td>Custom variable used for template. please check below for more info.</td>\n</tr>\n<tr>\n<td>submissionStatus</td>\n<td>No</td>\n<td><code>BOOLEAN</code></td>\n<td><code>false</code></td>\n<td>Indicates whether wait for the submission  status.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"variables\">Variables</h3>\n<p>To know all required variable and their keys for selected template, use above Get Template Variable API. It will return response as</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"data\": [\n        {\n            \"label\": \"Header Image\",\n            \"keyName\": \"image\",\n            \"type\": \"IMAGE_URL\"\n        },\n        {\n            \"label\": \"Body 1\",\n            \"keyName\": \"body_1\",\n            \"type\": \"TEXT\"\n        }\n    ]\n}\n</code></pre>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>type</th>\n<th>sample value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IMAGE_URL</td>\n<td><code>&lt;image-url&gt;</code></td>\n</tr>\n<tr>\n<td>VIDEO_URL</td>\n<td><code>&lt;video-url&gt;</code></td>\n</tr>\n<tr>\n<td>DOCUMENT_URL</td>\n<td><code>&lt;document-url&gt;</code></td>\n</tr>\n<tr>\n<td>TEXT</td>\n<td><code>&lt;text&gt;</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>For above variable response the varibales value will be</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    variables:{\n        \"image\": \"&lt;image-url&gt;\",\n        \"body_1\": \"&lt;variable-text&gt;\"\n\n        ....\n\n        [keyName]:\"&lt;variable-value&gt;\"\n    }\n}\n</code></pre>\n<p>For</p>\n","urlObject":{"path":["api","v1","campaign","whatsapp","send"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ba5e3fad-31f0-4c58-b635-f65c42a77e97"}],"id":"b030f7ab-2c9f-498a-aa06-cc5d4ade2afe","_postman_id":"b030f7ab-2c9f-498a-aa06-cc5d4ade2afe","description":"","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}}},{"name":"Lead Module","item":[{"name":"Leads","item":[{"name":"Get Leads","id":"84b85175-2a73-434d-b176-4d1c0b92c790","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/api/v1/lead?limit=10&pageNo=1&type=all&filter={\"email\":\"a\",\"phone\":183634}","description":"<p>Returns multiple leads based on query parameters. Leads are sorted by the time they were created, from newest to oldest. Pagination can be controlled using limit and pageNo query parameters. If a lead contains custom fields, the fields' values will be included in the response in a name of <code>customFields</code>. If a custom field's value hasn't been set for the lead, it won't appear in the response. The <code>customFields</code> is a object represent all custom field keys with there value which are set in lead. for example</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-js\">{\n    ...,   //lead system data\n    customFields :{\n        key1: &lt;value&gt;\n        key2: &lt;value&gt;\n    }\n}\n</code></pre>\n<h3 id=\"query-parameters\">Query Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Filed</th>\n<th>Type</th>\n<th>is Required</th>\n<th>Default Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>pageNo</td>\n<td><code>Number</code></td>\n<td>true</td>\n<td>1</td>\n<td>For pagination, the page of entries to be returned. If not provided, 1st page data will be returned.</td>\n</tr>\n<tr>\n<td>limit</td>\n<td><code>Number</code></td>\n<td>true</td>\n<td>10</td>\n<td>For pagination, the limit of entries to be returned. If not provided, 100 items will be returned.</td>\n</tr>\n<tr>\n<td>userId</td>\n<td><code>String</code></td>\n<td>false</td>\n<td>\"\"</td>\n<td>The ID of the user whose lead will be fetched. If not provided, leads for all company users will be fetched.</td>\n</tr>\n<tr>\n<td>type</td>\n<td><code>String</code></td>\n<td>true</td>\n<td><code>active</code></td>\n<td>For Data, the <code>all</code> type will returned all junk and active lead. <code>active</code> relatedObjectwill returned active lead and <code>junk</code> type will returned junk leads. <strong>type:<code>all</code>,<code>active</code>,<code>junk</code></strong></td>\n</tr>\n<tr>\n<td>filter</td>\n<td><code>Object</code></td>\n<td>false</td>\n<td>{}</td>\n<td>its a filter query to get filtered result. The key name can be found in add lead api description(check api key name field). The filter value will be in string of object. for example. filter={\"email\":\"<a href=\"mailto:text@test.com\">text@test.com</a>\", \"name\":\"test\"}</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<p>The success response provides lead data, pagination and related object data.</p>\n<ol>\n<li>data = it contain lead data with key value pair</li>\n<li>pagination = it contains pagination related details like current page no, current request limit, total leads and based on limit and total lead how many pages can be formed.</li>\n<li>relatedObject = lead data has many linked data. based on id, we can able to retrieved linked data from related object. for example - lead data has a key name owner which provide onwer id instead of owner data. to get owner data based on id you can look in realtedObject.owner which contains owner data. lead having <code>tags</code>, <code>owner</code>, <code>company</code> and <code>followers</code> id instead of data. that data present in <code>relatedObject</code>.</li>\n</ol>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","lead"],"host":["{{base_url}}"],"query":[{"key":"limit","value":"10"},{"key":"pageNo","value":"1"},{"key":"type","value":"all"},{"disabled":true,"key":"userId","value":"userId"},{"key":"filter","value":"{\"email\":\"a\",\"phone\":183634}"}],"variable":[]}},"response":[{"id":"1a489869-b5c6-4885-af4f-9b3b42fbc1e3","name":"200 - Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/api/v1/lead?limit=10&pageNo=1&userId=60ca65a4b8d2833cc097f5a9&type=active","host":["{{base_url}}"],"path":["api","v1","lead"],"query":[{"key":"limit","value":"10"},{"key":"pageNo","value":"1"},{"key":"userId","value":"60ca65a4b8d2833cc097f5a9"},{"key":"type","value":"active"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"4432"},{"key":"ETag","value":"W/\"1150-5bEzV4dqidz2fqWu355fkSb46nk\""},{"key":"Date","value":"Tue, 01 Feb 2022 11:03:03 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"successfully retrived\",\n    \"data\": [\n        {\n            \"_id\": \"61e177e10752e0cb8df5975c\",\n            \"tags\": [\n                \"61ab4241b7f74dba1820ed64\"\n            ],\n            \"mobile\": [],\n            \"phone\": [\n                919920464321\n            ],\n            \"otherPhone\": [],\n            \"email\": [\n                \"kjJJh@jhg.com\"\n            ],\n            \"otherEmail\": [],\n            \"name\": \"rahul verma jyfguy\",\n            \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n            \"customFields\": {\n                \"customfield\": \"wd34f\"\n            },\n            \"firstName\": \"rahul\",\n            \"lastName\": \"verma jyfguy\",\n            \"createdAt\": \"2022-01-14T13:17:21.920Z\",\n            \"updatedAt\": \"2022-02-01T10:24:40.943Z\",\n            \"company\": \"60e55a24b056d828294f74cc\"\n        },\n        {\n            \"_id\": \"61e136a2266681ff606e0e6f\",\n            \"tags\": [\n                \"61d5cf55b2ce477729bb16c5\"\n            ],\n            \"mobile\": [],\n            \"phone\": [\n                2789581767\n            ],\n            \"otherPhone\": [],\n            \"email\": [],\n            \"otherEmail\": [],\n            \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n            \"createdAt\": \"2022-01-14T08:38:58.704Z\",\n            \"updatedAt\": \"2022-02-01T10:25:19.576Z\",\n            \"firstName\": \"efr3f frf\",\n            \"lastName\": \"r f4frf 4r4\",\n            \"name\": \"efr3f frf r f4frf 4r4\",\n            \"company\": \"60e55a24b056d828294f74cc\"\n        },\n        {\n            \"_id\": \"61e136a2266681ff606e0e6e\",\n            \"tags\": [],\n            \"mobile\": [],\n            \"phone\": [\n                6583632243\n            ],\n            \"otherPhone\": [],\n            \"email\": [],\n            \"otherEmail\": [],\n            \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n            \"createdAt\": \"2022-01-14T08:38:58.703Z\",\n            \"updatedAt\": \"2022-01-18T10:12:45.211Z\",\n            \"company\": \"60e55a24b056d828294f74cc\",\n            \"firstName\": \"sam 2\",\n            \"lastName\": \"saino\",\n            \"name\": \"sam 2 saino\"\n        },\n        {\n            \"_id\": \"61e136a2266681ff606e0e6d\",\n            \"tags\": [\n                \"61d5bf80b2ce477729bafce6\"\n            ],\n            \"mobile\": [],\n            \"phone\": [\n                2543438784\n            ],\n            \"otherPhone\": [],\n            \"email\": [],\n            \"otherEmail\": [],\n            \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n            \"createdAt\": \"2022-01-14T08:38:58.703Z\",\n            \"updatedAt\": \"2022-02-01T10:24:46.332Z\",\n            \"company\": \"60e55a24b056d828294f74cc\",\n            \"lastName\": \"efrrf\",\n            \"name\": \"ffrf efrrf\",\n            \"firstName\": \"ffrf\"\n        },\n        {\n            \"_id\": \"61e136a2266681ff606e0e6c\",\n            \"tags\": [\n                \"61d5cf55b2ce477729bb16c5\"\n            ],\n            \"mobile\": [],\n            \"phone\": [\n                3799421764\n            ],\n            \"otherPhone\": [],\n            \"email\": [],\n            \"otherEmail\": [],\n            \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n            \"createdAt\": \"2022-01-14T08:38:58.703Z\",\n            \"updatedAt\": \"2022-02-01T10:25:25.085Z\",\n            \"company\": \"60e55a24b056d828294f74cc\",\n            \"firstName\": \"ok\",\n            \"name\": \"ok no\",\n            \"lastName\": \"no\"\n        },\n        {\n            \"_id\": \"61e136a2266681ff606e0e6b\",\n            \"tags\": [],\n            \"mobile\": [],\n            \"phone\": [\n                9554652210\n            ],\n            \"otherPhone\": [],\n            \"email\": [],\n            \"otherEmail\": [],\n            \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n            \"createdAt\": \"2022-01-14T08:38:58.703Z\",\n            \"updatedAt\": \"2022-01-17T16:01:49.044Z\",\n            \"company\": \"60e55a24b056d828294f74cc\"\n        },\n        {\n            \"_id\": \"61e136a2266681ff606e0e6a\",\n            \"tags\": [],\n            \"mobile\": [],\n            \"phone\": [\n                3954804158\n            ],\n            \"otherPhone\": [],\n            \"email\": [],\n            \"otherEmail\": [],\n            \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n            \"createdAt\": \"2022-01-14T08:38:58.703Z\",\n            \"updatedAt\": \"2022-01-17T16:01:49.044Z\",\n            \"company\": \"60e55a24b056d828294f74cc\"\n        },\n        {\n            \"_id\": \"61e136a2266681ff606e0e69\",\n            \"tags\": [],\n            \"mobile\": [],\n            \"phone\": [\n                4551410468\n            ],\n            \"otherPhone\": [],\n            \"email\": [],\n            \"otherEmail\": [],\n            \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n            \"createdAt\": \"2022-01-14T08:38:58.703Z\",\n            \"updatedAt\": \"2022-01-17T16:01:49.044Z\",\n            \"company\": \"60e55a24b056d828294f74cc\"\n        },\n        {\n            \"_id\": \"61e136a2266681ff606e0e68\",\n            \"tags\": [],\n            \"mobile\": [],\n            \"phone\": [\n                2201291516\n            ],\n            \"otherPhone\": [],\n            \"email\": [],\n            \"otherEmail\": [],\n            \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n            \"createdAt\": \"2022-01-14T08:38:58.703Z\",\n            \"updatedAt\": \"2022-01-17T16:01:49.044Z\",\n            \"company\": \"60e55a24b056d828294f74cc\"\n        },\n        {\n            \"_id\": \"61e136a2266681ff606e0e67\",\n            \"tags\": [],\n            \"mobile\": [],\n            \"phone\": [\n                7411258562\n            ],\n            \"otherPhone\": [],\n            \"email\": [],\n            \"otherEmail\": [],\n            \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n            \"createdAt\": \"2022-01-14T08:38:58.702Z\",\n            \"updatedAt\": \"2022-01-17T16:01:49.044Z\",\n            \"company\": \"60e55a24b056d828294f74cc\"\n        }\n    ],\n    \"pagination\": {\n        \"pageNo\": 1,\n        \"limit\": 10,\n        \"totalPages\": 21,\n        \"totalData\": 209\n    },\n    \"relatedObject\": {\n        \"tags\": {\n            \"61ab4241b7f74dba1820ed64\": {\n                \"_id\": \"61ab4241b7f74dba1820ed64\",\n                \"name\": \"WebForm\",\n                \"colorCode\": \"#f1416c\"\n            },\n            \"61d5bf80b2ce477729bafce6\": {\n                \"_id\": \"61d5bf80b2ce477729bafce6\",\n                \"name\": \"Warm\",\n                \"colorCode\": \"#ffc700\"\n            },\n            \"61d5cf55b2ce477729bb16c5\": {\n                \"_id\": \"61d5cf55b2ce477729bb16c5\",\n                \"name\": \"Basha\",\n                \"colorCode\": \"#073d74\"\n            }\n        },\n        \"company\": {\n            \"60e55a24b056d828294f74cc\": {\n                \"_id\": \"60e55a24b056d828294f74cc\",\n                \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n                \"name\": \"saino1\",\n                \"website\": \"\",\n                \"createdAddress\": \"\"\n            }\n        },\n        \"owner\": {\n            \"60ca65a4b8d2833cc097f5a9\": {\n                \"fullName\": \"sahil Khaire\",\n                \"userId\": \"60ca65a4b8d2833cc097f5a9\",\n                \"email\": \"sahil@saino.io\",\n                \"userType\": \"OWNER\",\n                \"avatar\": \"https://salessimplify.s3.ap-south-1.amazonaws.com/profile-picture/60ca65a3b8d2833cc097f5a8_scaled_0cd48521-679d-427c-ad94-b29dc336a63e2263121557061650365.jpg\"\n            }\n        },\n        \"followers\": {\n            \"60ca65a4b8d2833cc097f5a9\": {\n                \"fullName\": \"sahil Khaire\",\n                \"userId\": \"60ca65a4b8d2833cc097f5a9\",\n                \"email\": \"sahil@saino.io\",\n                \"userType\": \"OWNER\",\n                \"avatar\": \"https://salessimplify.s3.ap-south-1.amazonaws.com/profile-picture/60ca65a3b8d2833cc097f5a8_scaled_0cd48521-679d-427c-ad94-b29dc336a63e2263121557061650365.jpg\"\n            }\n        }\n    }\n}"}],"_postman_id":"84b85175-2a73-434d-b176-4d1c0b92c790"},{"name":"Get Selected Lead Details","id":"7f65b99c-4354-49e5-87d4-87f1a311e7f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/api/v1/lead/6232e5a8e3d2e9ef0449632a","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","lead","6232e5a8e3d2e9ef0449632a"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"b0900481-91ff-4681-86e1-81dd98242083","name":"200 - Success","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/api/v1/lead/622f698f86e010557979ea9a"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1398"},{"key":"ETag","value":"W/\"576-N+Bnqg0+mKSmcxZgcUFIgjeb4Ng\""},{"key":"Date","value":"Mon, 11 Apr 2022 09:20:03 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"successfully retrived\",\n    \"data\": {\n        \"_id\": \"622f698f86e010557979ea9a\",\n        \"state\": \"active_lead\",\n        \"isDeleted\": false,\n        \"tags\": [\n            \"61ab4241b7f74dba1820ed64\"\n        ],\n        \"mobile\": [],\n        \"phone\": [\n            369876543456783\n        ],\n        \"otherPhone\": [],\n        \"email\": [],\n        \"otherEmail\": [],\n        \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n        \"firstName\": \"Irwin\",\n        \"createdAt\": \"2022-03-14T16:13:03.133Z\",\n        \"updatedAt\": \"2022-04-09T07:25:38.703Z\",\n        \"lastName\": \"ok\",\n        \"name\": \"Irwin ok\",\n        \"company\": \"60e5e2d15ec326c16fbee381\"\n    },\n    \"relatedObject\": {\n        \"tags\": {\n            \"61ab4241b7f74dba1820ed64\": {\n                \"_id\": \"61ab4241b7f74dba1820ed64\",\n                \"name\": \"WebForm\",\n                \"colorCode\": \"#f1416c\"\n            }\n        },\n        \"company\": {\n            \"60e5e2d15ec326c16fbee381\": {\n                \"_id\": \"60e5e2d15ec326c16fbee381\",\n                \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n                \"name\": \"Google Inc\",\n                \"website\": \"www.google.com\",\n                \"createdAddress\": \"wasdas122q\"\n            }\n        },\n        \"owner\": {\n            \"60ca65a4b8d2833cc097f5a9\": {\n                \"fullName\": \"sahil Khaire\",\n                \"userId\": \"60ca65a4b8d2833cc097f5a9\",\n                \"email\": \"sahil@saino.io\",\n                \"userType\": \"OWNER\",\n                \"avatar\": \"https://salessimplify.s3.ap-south-1.amazonaws.com/profile-picture/60ca65a3b8d2833cc097f5a8_scaled_0cd48521-679d-427c-ad94-b29dc336a63e2263121557061650365.jpg\"\n            }\n        },\n        \"followers\": {\n            \"60ca65a4b8d2833cc097f5a9\": {\n                \"fullName\": \"sahil Khaire\",\n                \"userId\": \"60ca65a4b8d2833cc097f5a9\",\n                \"email\": \"sahil@saino.io\",\n                \"userType\": \"OWNER\",\n                \"avatar\": \"https://salessimplify.s3.ap-south-1.amazonaws.com/profile-picture/60ca65a3b8d2833cc097f5a8_scaled_0cd48521-679d-427c-ad94-b29dc336a63e2263121557061650365.jpg\"\n            }\n        }\n    }\n}"},{"id":"2101be41-fb0e-45f8-8348-ca3d8df47d43","name":"400 - Error","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/api/v1/lead/622f698f86e010557979ea9a"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 Apr 2022 09:32:00 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"43"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"2b-I+G+fQ74Hq0oepNVdhh2xvDIbbs\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=wzwsfsuGzD4hc7YrASi5QwKvaO7JyStQPiBM%2BmbR8Bm1yQ73Zr3LInzRourhUTU%2F10tdadA7QdFhoWYgjwGq9aGdoW8Bed9DOwHQ96EKpNO1SXWo%2F%2BuQAbsO1ptVifDm%2BBuqOQTYzQ%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=0; includeSubDomains; preload"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6fa2b6396a1b85f6-BOM"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"Data not found\"\n}"}],"_postman_id":"7f65b99c-4354-49e5-87d4-87f1a311e7f3"},{"name":"Add Lead","id":"60106bf8-077c-47ed-99af-0787de09a665","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Test Lead 2\",\n    \"phone\": 98765432123,\n    \"email\": \"test@salessimplify.com\",\n    \"source\": \"API\",\n    \"firstName\": \"Test\",\n    \"lastName\": \"Lead\",\n    \"company\": \"60e55a24b056d828294f74cc\",\n    \"description\": \"test description\",\n    \"website\": \"www.salessimplify.com\",\n    \"currency\": \"USD\",\n    \"skypeId\": \"https://www.skype.com/someid\",\n    \"designation\": \"Manager\",\n    \"timezone\": \"Atlantic/South_Georgia\",\n    \"tags\": [\n        \"61d5cf55b2ce477729bb16c5\"\n    ],\n    \"mobile\": 876545678,\n    \"otherPhone\": 987654562,\n    \"otherEmail\": \"test2@salessimplify.comn\",\n    \"smsOptOut\": false,\n    \"emailOptOut\": true,\n    \"emailOptOutReason\": \"no reason\",\n    \"createdLongitude\": 12.12,\n    \"createdLatitude\": 12.22,\n    \"createdAddress\": \"test address\",\n    \"linkedInHandle\": \"https://www.linkedin.com\",\n    \"googlePlusHandle\": \"https://www.google.com\",\n    \"twitterHandle\": \"https://www.twitter.com\",\n    \"instagramHandle\": \"https://www.instagram.com\",\n    \"facebookHandle\": \"https://www.facebook.com\",\n    \"latitude\": \"12.23\",\n    \"longitude\": \"-144.12\",\n    \"billingCity\": \"Newark\",\n    \"billingState\": \"New Jersey\",\n    \"billingCountry\": \"United States\",\n    \"billingZipCode\": 31901,\n    \"billingAddressLine1\": \"3518 Beechwood Avenue\",\n    \"billingAddressLine2\": \"-\",\n    \"shippingCity\": \"Columbus\",\n    \"shippingState\": \"Georgia\",\n    \"shippingCountry\": \"United States\",\n    \"shippingZipCode\": 31901,\n    \"shippingAddressLine1\": \"4556 Hart Country Lane\",\n    \"shippingAddressLine2\": \"-\",\n    \"customFields.apiKeyName\": \"qwe\",\n    \"customFields.age\": 10\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/lead","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>FIELD NAME</th>\n<th>API KEY NAME</th>\n<th>DATA TYPE</th>\n<th>REQUIRED</th>\n<th>DESCRIPTION</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Lead Name</td>\n<td><code>name</code></td>\n<td><code>String</code></td>\n<td><code>required</code></td>\n<td>It is a lead name field which accept any name in string form.</td>\n</tr>\n<tr>\n<td>Owner</td>\n<td><code>owner</code></td>\n<td><code>ObjectId</code></td>\n<td><code>required</code></td>\n<td>It is owner field which describes to whom this lead will going to be assigned. it accept owner id which provided in owner api <a href=\"#53c1b363-8d65-481b-8749-afd024bd1655\">Owner API</a>.</td>\n</tr>\n<tr>\n<td>Phone</td>\n<td><code>phone</code></td>\n<td><code>[Number] / Number</code></td>\n<td><code>required</code></td>\n<td>User phone number field which accept multiple phone numbers in array. (with country code recommended without +) and for single phone it accept only number field type</td>\n</tr>\n<tr>\n<td>Email</td>\n<td><code>email</code></td>\n<td><code>[String] / String</code></td>\n<td><code>required</code></td>\n<td>User email address with array to support user multipe emails and for single email it accept string.</td>\n</tr>\n<tr>\n<td>First Name</td>\n<td><code>firstName</code></td>\n<td><code>String</code></td>\n<td><code>optional</code></td>\n<td>First Name</td>\n</tr>\n<tr>\n<td>Last Name</td>\n<td><code>lastName</code></td>\n<td><code>String</code></td>\n<td><code>optional</code></td>\n<td>Last Name</td>\n</tr>\n<tr>\n<td>Followers</td>\n<td><code>followers</code></td>\n<td><code>ObjectId</code></td>\n<td><code>optional</code></td>\n<td>if user want to share his lead with another user then he can add him in followers then that follower user can able to see this lead in his lead page. It accept owner id which provided in owner api <a href=\"#53c1b363-8d65-481b-8749-afd024bd1655\">Owner API</a>.</td>\n</tr>\n<tr>\n<td>Company Name</td>\n<td><code>company</code></td>\n<td><code>ObjectId</code></td>\n<td><code>optional</code></td>\n<td><code>Lookup</code> Organization Lookup</td>\n</tr>\n<tr>\n<td>Description</td>\n<td><code>description</code></td>\n<td><code>String</code></td>\n<td><code>optional</code></td>\n<td>Description</td>\n</tr>\n<tr>\n<td>Website</td>\n<td><code>website</code></td>\n<td><code>String</code></td>\n<td><code>optional</code></td>\n<td>Website</td>\n</tr>\n<tr>\n<td>Currency</td>\n<td><code>currency</code></td>\n<td><code>String</code></td>\n<td><code>optional</code></td>\n<td>Currency <a href=\"#9438ad45-85a9-49f6-b4f1-1fab4717cec3\">List Of Currency API</a></td>\n</tr>\n<tr>\n<td>Skype Id</td>\n<td><code>skypeId</code></td>\n<td><code>String</code></td>\n<td><code>optional</code></td>\n<td>Skype</td>\n</tr>\n<tr>\n<td>Designation</td>\n<td><code>designation</code></td>\n<td><code>String</code></td>\n<td><code>optional</code></td>\n<td>Job Title</td>\n</tr>\n<tr>\n<td>Timezone</td>\n<td><code>timezone</code></td>\n<td><code>String</code></td>\n<td><code>optional</code></td>\n<td>Timezone <a href=\"#17b0b4ea-d7be-4c53-963b-3d7e2a2d1f49\">List of Timezone API</a></td>\n</tr>\n<tr>\n<td>Tags</td>\n<td><code>tags</code></td>\n<td><code>[String]</code></td>\n<td><code>optional</code></td>\n<td>Tag / Label  <a href=\"#753ad6b0-53a6-4eda-b5b7-0db9cbfd2568\">Lead Tag API</a></td>\n</tr>\n<tr>\n<td>Mobile</td>\n<td><code>mobile</code></td>\n<td><code>[Number]</code></td>\n<td><code>optional</code></td>\n<td>Mobile</td>\n</tr>\n<tr>\n<td>Other Phone</td>\n<td><code>otherPhone</code></td>\n<td><code>[Number] / Number</code></td>\n<td><code>optional</code></td>\n<td>Other Phone</td>\n</tr>\n<tr>\n<td>Other Email</td>\n<td><code>otherEmail</code></td>\n<td><code>[String] / String</code></td>\n<td><code>optional</code></td>\n<td>Other Email</td>\n</tr>\n<tr>\n<td>SMS Opt Out</td>\n<td><code>smsOptOut</code></td>\n<td><code>Boolean</code></td>\n<td><code>optional</code></td>\n<td>SMS Opt Out</td>\n</tr>\n<tr>\n<td>Email Opt Out</td>\n<td><code>emailOptOut</code></td>\n<td><code>Boolean</code></td>\n<td><code>optional</code></td>\n<td>Email Opt Out</td>\n</tr>\n<tr>\n<td>Email Opt Out Reason</td>\n<td><code>emailOptOutReason</code></td>\n<td><code>String</code></td>\n<td><code>optional</code></td>\n<td>Email Opt Out Reason</td>\n</tr>\n<tr>\n<td>Created Longitude</td>\n<td><code>createdLongitude</code></td>\n<td><code>Number</code></td>\n<td><code>optional</code></td>\n<td>Created Longitude</td>\n</tr>\n<tr>\n<td>Created Latitude</td>\n<td><code>createdLatitude</code></td>\n<td><code>Number</code></td>\n<td><code>optional</code></td>\n<td>Created Latitude</td>\n</tr>\n<tr>\n<td>Created Address</td>\n<td><code>createdAddress</code></td>\n<td><code>String</code></td>\n<td><code>optional</code></td>\n<td>Created Address</td>\n</tr>\n<tr>\n<td>LinkedIn</td>\n<td><code>linkedInHandle</code></td>\n<td><code>String</code></td>\n<td><code>optional</code></td>\n<td>LinkedIn</td>\n</tr>\n<tr>\n<td>Google+</td>\n<td><code>googlePlusHandle</code></td>\n<td><code>String</code></td>\n<td><code>optional</code></td>\n<td>Google+</td>\n</tr>\n<tr>\n<td>Twitter</td>\n<td><code>twitterHandle</code></td>\n<td><code>String</code></td>\n<td><code>optional</code></td>\n<td>Twitter</td>\n</tr>\n<tr>\n<td>Instagram</td>\n<td><code>instagramHandle</code></td>\n<td><code>String</code></td>\n<td><code>optional</code></td>\n<td>Instagram</td>\n</tr>\n<tr>\n<td>Facebook</td>\n<td><code>facebookHandle</code></td>\n<td><code>String</code></td>\n<td><code>optional</code></td>\n<td>Facebook</td>\n</tr>\n<tr>\n<td>Latitude</td>\n<td><code>latitude</code></td>\n<td><code>Number</code></td>\n<td><code>optional</code></td>\n<td>Latitude</td>\n</tr>\n<tr>\n<td>Longitude</td>\n<td><code>longitude</code></td>\n<td><code>Number</code></td>\n<td><code>optional</code></td>\n<td>Longitude</td>\n</tr>\n<tr>\n<td>City</td>\n<td><code>billingCity</code></td>\n<td><code>String</code></td>\n<td><code>optional</code></td>\n<td>City</td>\n</tr>\n<tr>\n<td>State</td>\n<td><code>billingState</code></td>\n<td><code>String</code></td>\n<td><code>optional</code></td>\n<td>State</td>\n</tr>\n<tr>\n<td>Country</td>\n<td><code>billingCountry</code></td>\n<td><code>String</code></td>\n<td><code>optional</code></td>\n<td>Country</td>\n</tr>\n<tr>\n<td>Zip Code</td>\n<td><code>billingZipCode</code></td>\n<td><code>String</code></td>\n<td><code>optional</code></td>\n<td>ZipCode</td>\n</tr>\n<tr>\n<td>Address Line 1</td>\n<td><code>billingAddressLine1</code></td>\n<td><code>String</code></td>\n<td><code>optional</code></td>\n<td>Address Line 1</td>\n</tr>\n<tr>\n<td>Address Line 2</td>\n<td><code>billingAddressLine2</code></td>\n<td><code>String</code></td>\n<td><code>optional</code></td>\n<td>Address Line 2</td>\n</tr>\n<tr>\n<td>Shipping City</td>\n<td><code>shippingCity</code></td>\n<td><code>String</code></td>\n<td><code>optional</code></td>\n<td>Shipping City</td>\n</tr>\n<tr>\n<td>Shipping State</td>\n<td><code>shippingState</code></td>\n<td><code>String</code></td>\n<td><code>optional</code></td>\n<td>Shipping State</td>\n</tr>\n<tr>\n<td>Shipping Country</td>\n<td><code>shippingCountry</code></td>\n<td><code>String</code></td>\n<td><code>optional</code></td>\n<td>Shipping Country</td>\n</tr>\n<tr>\n<td>Shipping Zip Code</td>\n<td><code>shippingZipCode</code></td>\n<td><code>String</code></td>\n<td><code>optional</code></td>\n<td>Shipping ZipCode</td>\n</tr>\n<tr>\n<td>Shipping Address Line 1</td>\n<td><code>shippingAddressLine1</code></td>\n<td><code>String</code></td>\n<td><code>optional</code></td>\n<td>Shipping Address Line 1</td>\n</tr>\n<tr>\n<td>Shipping Address Line 2</td>\n<td><code>shippingAddressLine2</code></td>\n<td><code>String</code></td>\n<td><code>optional</code></td>\n<td>Shipping Address Line 2</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"related-api-reference\">Related API Reference</h4>\n<ol>\n<li><a href=\"#53c1b363-8d65-481b-8749-afd024bd1655\">Owner API</a></li>\n<li><a href=\"#753ad6b0-53a6-4eda-b5b7-0db9cbfd2568\">Lead Tag API</a></li>\n<li><a href=\"#f56586d8-7df4-4731-b683-a542eea78221\">List Of Country API</a></li>\n<li><a href=\"#17b0b4ea-d7be-4c53-963b-3d7e2a2d1f49\">List of Timezone API</a></li>\n<li><a href=\"#9438ad45-85a9-49f6-b4f1-1fab4717cec3\">List of Currency API</a></li>\n</ol>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","lead"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"42461ef5-c2a0-423a-9561-67835496a97d","name":"200 - Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Test Lead\",\n    \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n    \"phone\": [\n        98765432123\n    ],\n    \"email\": [\n        \"test@salessimplify.com\"\n    ],\n    \"source\": \"API\",\n    \"firstName\": \"Test\",\n    \"lastName\": \"Lead\",\n    \"followers\": \"60ca65a4b8d2833cc097f5a9\",\n    \"company\": \"60e55a24b056d828294f74cc\",\n    \"description\": \"test description\",\n    \"website\": \"www.salessimplify.com\",\n    \"currency\": \"USD\",\n    \"skypeId\": \"https://www.skype.com/someid\",\n    \"designation\": \"Manager\",\n    \"timezone\": \"Atlantic/South_Georgia\",\n    \"tags\": [\"61d5cf55b2ce477729bb16c5\"],\n    \"mobile\": [876545678],\n    \"otherPhone\": [987654562],\n    \"otherEmail\": [\"test2@salessimplify.comn\"],\n    \"smsOptOut\": false,\n    \"emailOptOut\": true,\n    \"emailOptOutReason\": \"no reason\",\n    \"createdLongitude\": 12.12,\n    \"createdLatitude\": 12.22,\n    \"createdAddress\": \"test address\",\n    \"linkedInHandle\": \"https://www.linkedin.com\",\n    \"googlePlusHandle\": \"https://www.google.com\",\n    \"twitterHandle\": \"https://www.twitter.com\",\n    \"instagramHandle\": \"https://www.instagram.com\",\n    \"facebookHandle\": \"https://www.facebook.com\",\n    \"latitude\": \"12.23\",\n    \"longitude\": \"-144.12\",\n    \"billingCity\": \"Newark\",\n    \"billingState\": \"New Jersey\",\n    \"billingCountry\": \"United States\",\n    \"billingZipCode\": 31901,\n    \"billingAddressLine1\": \"3518 Beechwood Avenue\",\n    \"billingAddressLine2\": \"-\",\n    \"shippingCity\": \"Columbus\",\n    \"shippingState\": \"Georgia\",\n    \"shippingCountry\": \"United States\",\n    \"shippingZipCode\": 31901,\n    \"shippingAddressLine1\": \"4556 Hart Country Lane\",\n    \"shippingAddressLine2\": \"-\",\n    \"customFields.keerthi\":\"qwe\",\n    \"customFields.age\":10\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/lead"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"79"},{"key":"ETag","value":"W/\"4f-Xx5n0JhU1sL6j4HxGTCLPWz/zkw\""},{"key":"Date","value":"Wed, 02 Feb 2022 11:58:17 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"successfully added\",\n    \"_id\": \"61fa71d9784005fbb784250e\"\n}"}],"_postman_id":"60106bf8-077c-47ed-99af-0787de09a665"},{"name":"Update Lead","id":"dc43b978-dfff-4e3c-ab9e-e56d518e04c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"_id\": \"61fa71d9784005fbb784250e\",\n    \"name\": \"Test Lead\",\n    \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n    \"phone\": [\n        98765432123\n    ],\n    \"email\": [\n        \"test@salessimplify.com\"\n    ],\n    \"source\": \"API\",\n    \"firstName\": \"Test\",\n    \"lastName\": \"Lead\",\n    \"followers\": \"60ca65a4b8d2833cc097f5a9\",\n    \"company\": \"60e55a24b056d828294f74cc\",\n    \"description\": \"test description\",\n    \"website\": \"www.salessimplify.com\",\n    \"currency\": \"USD\",\n    \"skypeId\": \"https://www.skype.com/someid\",\n    \"designation\": \"Manager\",\n    \"timezone\": \"Atlantic/South_Georgia\",\n    \"tags\": [\n        \"61d5cf55b2ce477729bb16c5\"\n    ],\n    \"mobile\": [\n        876545678\n    ],\n    \"otherPhone\": [\n        987654562\n    ],\n    \"otherEmail\": [\n        \"test2@salessimplify.comn\"\n    ],\n    \"smsOptOut\": false,\n    \"emailOptOut\": true,\n    \"emailOptOutReason\": \"no reason\",\n    \"createdLongitude\": 12.12,\n    \"createdLatitude\": 12.22,\n    \"createdAddress\": \"test address\",\n    \"linkedInHandle\": \"https://www.linkedin.com\",\n    \"googlePlusHandle\": \"https://www.google.com\",\n    \"twitterHandle\": \"https://www.twitter.com\",\n    \"instagramHandle\": \"https://www.instagram.com\",\n    \"facebookHandle\": \"https://www.facebook.com\",\n    \"latitude\": \"12.23\",\n    \"longitude\": \"-144.12\",\n    \"billingCity\": \"Newark\",\n    \"billingState\": \"New Jersey\",\n    \"billingCountry\": \"United States\",\n    \"billingZipCode\": 31901,\n    \"billingAddressLine1\": \"3518 Beechwood Avenue\",\n    \"billingAddressLine2\": \"-\",\n    \"shippingCity\": \"Columbus\",\n    \"shippingState\": \"Georgia\",\n    \"shippingCountry\": \"United States\",\n    \"shippingZipCode\": 31901,\n    \"shippingAddressLine1\": \"4556 Hart Country Lane\",\n    \"shippingAddressLine2\": \"-\",\n    \"customFields.apiKeyName\": \"qwe\",\n    \"customFields.age\": 10\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/lead/:id","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","lead",":id"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"a99359af-a06f-4430-9836-3c91f54228f8","type":"any","value":null,"key":"id"}]}},"response":[{"id":"a47f6e8d-4876-4543-b0a2-5c88e1f9ba6f","name":"200 - Success","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"_id\": \"61fa71d9784005fbb784250e\",\n    \"name\": \"Test Lead\",\n    \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n    \"phone\": [\n        98765432123\n    ],\n    \"email\": [\n        \"test@salessimplify.com\"\n    ],\n    \"source\": \"API\",\n    \"firstName\": \"Test\",\n    \"lastName\": \"Lead\",\n    \"followers\": \"60ca65a4b8d2833cc097f5a9\",\n    \"company\": \"60e55a24b056d828294f74cc\",\n    \"description\": \"test description\",\n    \"website\": \"www.salessimplify.com\",\n    \"currency\": \"USD\",\n    \"skypeId\": \"https://www.skype.com/someid\",\n    \"designation\": \"Manager\",\n    \"timezone\": \"Atlantic/South_Georgia\",\n    \"tags\": [\n        \"61d5cf55b2ce477729bb16c5\"\n    ],\n    \"mobile\": [\n        876545678\n    ],\n    \"otherPhone\": [\n        987654562\n    ],\n    \"otherEmail\": [\n        \"test2@salessimplify.comn\"\n    ],\n    \"smsOptOut\": false,\n    \"emailOptOut\": true,\n    \"emailOptOutReason\": \"no reason\",\n    \"createdLongitude\": 12.12,\n    \"createdLatitude\": 12.22,\n    \"createdAddress\": \"test address\",\n    \"linkedInHandle\": \"https://www.linkedin.com\",\n    \"googlePlusHandle\": \"https://www.google.com\",\n    \"twitterHandle\": \"https://www.twitter.com\",\n    \"instagramHandle\": \"https://www.instagram.com\",\n    \"facebookHandle\": \"https://www.facebook.com\",\n    \"latitude\": \"12.23\",\n    \"longitude\": \"-144.12\",\n    \"billingCity\": \"Newark\",\n    \"billingState\": \"New Jersey\",\n    \"billingCountry\": \"United States\",\n    \"billingZipCode\": 31901,\n    \"billingAddressLine1\": \"3518 Beechwood Avenue\",\n    \"billingAddressLine2\": \"-\",\n    \"shippingCity\": \"Columbus\",\n    \"shippingState\": \"Georgia\",\n    \"shippingCountry\": \"United States\",\n    \"shippingZipCode\": 31901,\n    \"shippingAddressLine1\": \"4556 Hart Country Lane\",\n    \"shippingAddressLine2\": \"-\",\n    \"customFields.apiKeyName\": \"qwe\",\n    \"customFields.age\": 10\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/lead/61fa71d9784005fbb784250e"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"48"},{"key":"ETag","value":"W/\"30-VQnDdpr8cc/kefGqY0/gih7oQFk\""},{"key":"Date","value":"Wed, 02 Feb 2022 12:09:38 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Updated successfully\"\n}"}],"_postman_id":"dc43b978-dfff-4e3c-ab9e-e56d518e04c3"},{"name":"Delete Lead","id":"fc2df3a5-b683-42dd-b6ac-e4f25b69b45b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{base_url}}/api/v1/lead/:id","description":"<p>Deletes a specific lead by id. </p>\n<h4 id=\"path-parameters\">Path Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Field Type</th>\n<th>Is Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td><code>String</code></td>\n<td><code>Required</code></td>\n<td>The id of the lead in mongodb <code>ObjectId</code> format.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","lead",":id"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"16c51524-18f9-4280-9472-0da224ccb295","type":"any","value":"61630a505fb7e6b87cd7c21c","key":"id"}]}},"response":[{"id":"a144efc3-35a9-4946-b169-567670b27bed","name":"200 -  Success","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{base_url}}/api/v1/lead/:id","host":["{{base_url}}"],"path":["api","v1","lead",":id"],"variable":[{"key":"id","value":"61630a505fb7e6b87cd7c21c"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"48"},{"key":"ETag","value":"W/\"30-SlBs43YQbCzpq37W7J+gPrHDPeo\""},{"key":"Date","value":"Wed, 02 Feb 2022 07:44:08 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"successfully deleted\"\n}"},{"id":"7a1b7651-ec16-4c4b-9fb4-a4e7141839ae","name":"400 - Error","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{base_url}}/api/v1/lead/:id","host":["{{base_url}}"],"path":["api","v1","lead",":id"],"variable":[{"key":"id","value":"test"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"59"},{"key":"ETag","value":"W/\"3b-TelFlJJa+o2WUX4HsSWpZJDJVrU\""},{"key":"Date","value":"Wed, 02 Feb 2022 07:44:46 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"Invalid id provided for delete\"\n}"}],"_postman_id":"fc2df3a5-b683-42dd-b6ac-e4f25b69b45b"},{"name":"Bulk Delete Leads","id":"932359d1-6c85-4d7d-bbd2-0388f3606456","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{base_url}}/api/v1/lead?ids=id1,id2","description":"<p>Deletes a specific lead by ids in bulk. The comma-separated IDs that will be deleted </p>\n<h6 id=\"query-parameters\">Query Parameters</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Field Type</th>\n<th>Is Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ids</td>\n<td><code>String,String</code></td>\n<td><code>Required</code></td>\n<td>The ids of the lead in mongodb <code>ObjectId</code> format.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","lead"],"host":["{{base_url}}"],"query":[{"key":"ids","value":"id1,id2"}],"variable":[]}},"response":[{"id":"b8e27c87-97ea-4f62-b774-9b41b3cabd0e","name":"200 - Success","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{base_url}}/api/v1/lead?ids=615de7354234b3fcd0578218,615de7354234b3fcd0578217","host":["{{base_url}}"],"path":["api","v1","lead"],"query":[{"key":"ids","value":"615de7354234b3fcd0578218,615de7354234b3fcd0578217"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"48"},{"key":"ETag","value":"W/\"30-SlBs43YQbCzpq37W7J+gPrHDPeo\""},{"key":"Date","value":"Wed, 02 Feb 2022 07:42:53 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"successfully deleted\"\n}"},{"id":"44418d86-cf9f-422e-baf5-8d6dfa536fc5","name":"400 -  Error","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{base_url}}/api/v1/lead?ids=testid","host":["{{base_url}}"],"path":["api","v1","lead"],"query":[{"key":"ids","value":"testid"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"59"},{"key":"ETag","value":"W/\"3b-TelFlJJa+o2WUX4HsSWpZJDJVrU\""},{"key":"Date","value":"Wed, 02 Feb 2022 07:43:28 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"Invalid id provided for delete\"\n}"}],"_postman_id":"932359d1-6c85-4d7d-bbd2-0388f3606456"}],"id":"a75a5dfb-a4e8-4436-ad26-4c7df0d20ae7","description":"<p>Leads are prospective deals stored in leads to convert then to junk or deal. valid leads become deal by converting them into deal with addition data like deal title, deal value and expected date,etc.</p>\n","_postman_id":"a75a5dfb-a4e8-4436-ad26-4c7df0d20ae7","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}}},{"name":"Lead Data Fields","item":[{"name":"Get Lead Data Field","id":"51ab5709-bc4e-4fb1-a224-2c89fa2607c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/api/v1/data-field/lead","description":"<p>Returns data about all lead fields.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","data-field","lead"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"427ab24e-2928-4771-acc8-d8fd95ee8612","name":"200 - Success","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/api/v1/data-field/lead"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"19540"},{"key":"ETag","value":"W/\"4c54-oPd0OvZIiD04Ts0KtcyVhPmp/ZM\""},{"key":"Date","value":"Thu, 10 Feb 2022 09:32:09 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Successfully\",\n    \"data\": [\n        {\n            \"_id\": \"60ca68760b7d1c495a33cae5\",\n            \"fieldInputType\": \"INPUT\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 1,\n            \"fieldName\": \"First Name\",\n            \"apiKeyName\": \"firstName\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33cae4\",\n            \"fieldInputType\": \"INPUT\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 2,\n            \"fieldName\": \"Last Name\",\n            \"apiKeyName\": \"lastName\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33cae3\",\n            \"fieldInputType\": \"INPUT\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": true,\n            \"addFormPriority\": 1,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 3,\n            \"fieldName\": \"Name\",\n            \"apiKeyName\": \"name\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33cae6\",\n            \"fieldInputType\": \"TEXTAREA\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 4,\n            \"fieldName\": \"Description\",\n            \"apiKeyName\": \"description\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33cae9\",\n            \"fieldInputType\": \"MULTI_PHONE_INPUT\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": true,\n            \"isRequiredInAddForm\": true,\n            \"addFormPriority\": 5,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 5,\n            \"fieldName\": \"Phone\",\n            \"apiKeyName\": \"phone\",\n            \"isEditable\": true,\n            \"validation\": \"PHONE_VALIDATION\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33caf1\",\n            \"fieldInputType\": \"MULTI_EMAIL_INPUT\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": true,\n            \"isRequiredInAddForm\": true,\n            \"addFormPriority\": 4,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 6,\n            \"fieldName\": \"Email\",\n            \"apiKeyName\": \"email\",\n            \"isEditable\": true,\n            \"validation\": \"EMAIL_VALIDATION\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33cadd\",\n            \"fieldInputType\": \"OWNER_SELECT\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": true,\n            \"isRequiredInAddForm\": true,\n            \"addFormPriority\": 16,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 7,\n            \"fieldName\": \"Owner\",\n            \"apiKeyName\": \"owner\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"6107f6844844e02f1014ee99\",\n            \"fieldInputType\": \"ACTIVITY_SHOW\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 8,\n            \"fieldName\": \"Activity\",\n            \"apiKeyName\": \"activity\",\n            \"isEditable\": false,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33cae8\",\n            \"fieldInputType\": \"TAG_MULTI_SELECT\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": true,\n            \"addFormPriority\": 22,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 9,\n            \"fieldName\": \"Tag\",\n            \"apiKeyName\": \"tags\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68770b7d1c495a33cb0e\",\n            \"fieldInputType\": \"INPUT\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 11,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 10,\n            \"fieldName\": \"Job Title\",\n            \"apiKeyName\": \"designation\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33cae1\",\n            \"fieldInputType\": \"ORG_SELECT\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": true,\n            \"addFormPriority\": 15,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 11,\n            \"fieldName\": \"Organization\",\n            \"apiKeyName\": \"company\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"6155bc76b97c4e683b04a913\",\n            \"fieldInputType\": \"INPUT\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"CUSTOM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": true,\n            \"addFormPriority\": 21,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 12,\n            \"fieldName\": \"keerthi\",\n            \"apiKeyName\": \"keerthi\",\n            \"isEditable\": true,\n            \"validation\": \"none\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33cae2\",\n            \"fieldInputType\": \"OWNER_SELECT\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 13,\n            \"fieldName\": \"Followers\",\n            \"apiKeyName\": \"followers\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"6153fe08244908531dbdeefa\",\n            \"fieldInputType\": \"INPUT\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"CUSTOM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 14,\n            \"fieldName\": \"input 1245\",\n            \"apiKeyName\": \"input1245\",\n            \"isEditable\": true,\n            \"validation\": \"none\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33cae7\",\n            \"fieldInputType\": \"INPUT\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": true,\n            \"addFormPriority\": 6,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 15,\n            \"fieldName\": \"Website\",\n            \"apiKeyName\": \"website\",\n            \"isEditable\": true,\n            \"validation\": \"URL_VALIDATION\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33caed\",\n            \"fieldInputType\": \"MULTI_PHONE_INPUT\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": true,\n            \"addFormPriority\": 8,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 16,\n            \"fieldName\": \"Other Phone\",\n            \"apiKeyName\": \"otherPhone\",\n            \"isEditable\": true,\n            \"validation\": \"PHONE_VALIDATION\"\n        },\n        {\n            \"_id\": \"614f68a2bd4110d2426f8399\",\n            \"fieldInputType\": \"NUMBER\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"CUSTOM\",\n            \"options\": [\n                \"Pink\",\n                \" Yellow\",\n                \" Red\",\n                \" Black\"\n            ],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": true,\n            \"addFormPriority\": 17,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 17,\n            \"fieldName\": \"Custom Number\",\n            \"apiKeyName\": \"CustomNumber2\",\n            \"isEditable\": true,\n            \"validation\": \"none\"\n        },\n        {\n            \"_id\": \"614f68d2bd4110d2426f83b9\",\n            \"fieldInputType\": \"DATE_TIME_RANGE\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"CUSTOM\",\n            \"options\": [\n                \"Pink\",\n                \" Yellow\",\n                \" Red\",\n                \" Black\"\n            ],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": true,\n            \"addFormPriority\": 18,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 18,\n            \"fieldName\": \"Custom Date Time Range\",\n            \"apiKeyName\": \"CustomDateTimeRange\",\n            \"isEditable\": true,\n            \"validation\": \"none\"\n        },\n        {\n            \"_id\": \"6155e548b97c4e683b04bf70\",\n            \"fieldInputType\": \"INPUT\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"CUSTOM\",\n            \"options\": [],\n            \"isRequired\": true,\n            \"isRequiredInAddForm\": true,\n            \"addFormPriority\": 11,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 19,\n            \"fieldName\": \"custom field\",\n            \"apiKeyName\": \"customfield\",\n            \"isEditable\": true,\n            \"validation\": \"none\"\n        },\n        {\n            \"_id\": \"60ca68770b7d1c495a33cafd\",\n            \"fieldInputType\": \"INPUT\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": true,\n            \"addFormPriority\": 7,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 20,\n            \"fieldName\": \"City\",\n            \"apiKeyName\": \"billingCity\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68770b7d1c495a33cafe\",\n            \"fieldInputType\": \"COUNTRY_SELECT\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": true,\n            \"addFormPriority\": 9,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 21,\n            \"fieldName\": \"Country\",\n            \"apiKeyName\": \"billingCountry\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68770b7d1c495a33caff\",\n            \"fieldInputType\": \"INPUT\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": true,\n            \"addFormPriority\": 10,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 22,\n            \"fieldName\": \"Address Line 1\",\n            \"apiKeyName\": \"billingAddressLine1\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68770b7d1c495a33cb01\",\n            \"fieldInputType\": \"INPUT\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 23,\n            \"fieldName\": \"Shipping City\",\n            \"apiKeyName\": \"shippingCity\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68770b7d1c495a33cb03\",\n            \"fieldInputType\": \"NUMBER\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": true,\n            \"addFormPriority\": 12,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 24,\n            \"fieldName\": \"ZipCode\",\n            \"apiKeyName\": \"billingZipCode\",\n            \"isEditable\": true,\n            \"validation\": \"PIN_CODE_VALIDATION\"\n        },\n        {\n            \"_id\": \"60ca68770b7d1c495a33cb04\",\n            \"fieldInputType\": \"NUMBER\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": true,\n            \"addFormPriority\": 14,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 25,\n            \"fieldName\": \"Shipping ZipCode\",\n            \"apiKeyName\": \"shippingZipCode\",\n            \"isEditable\": true,\n            \"validation\": \"PIN_CODE_VALIDATION\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33cae0\",\n            \"fieldInputType\": \"NUMBER\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": true,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 26,\n            \"fieldName\": \"Id / Code\",\n            \"apiKeyName\": \"id\",\n            \"isEditable\": false,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33caeb\",\n            \"fieldInputType\": \"INPUT\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 27,\n            \"fieldName\": \"Skype\",\n            \"apiKeyName\": \"skypeId\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33caec\",\n            \"fieldInputType\": \"MULTI_EMAIL_INPUT\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 28,\n            \"fieldName\": \"Other Email\",\n            \"apiKeyName\": \"otherEmail\",\n            \"isEditable\": true,\n            \"validation\": \"EMAIL_VALIDATION\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33caee\",\n            \"fieldInputType\": \"TOGGLE_BUTTON\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 29,\n            \"fieldName\": \"Email Opt Out\",\n            \"apiKeyName\": \"emailOptOut\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33caef\",\n            \"fieldInputType\": \"TOGGLE_BUTTON\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 30,\n            \"fieldName\": \"SMS Opt Out\",\n            \"apiKeyName\": \"smsOptOut\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33caf0\",\n            \"fieldInputType\": \"CURRENCY_SELECT\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 31,\n            \"fieldName\": \"Currency\",\n            \"apiKeyName\": \"currency\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33caf3\",\n            \"fieldInputType\": \"NUMBER\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 32,\n            \"fieldName\": \"Created Latitude\",\n            \"apiKeyName\": \"createdLatitude\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33caf2\",\n            \"fieldInputType\": \"NUMBER\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 33,\n            \"fieldName\": \"Created Longitude\",\n            \"apiKeyName\": \"createdLongitude\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68770b7d1c495a33caf5\",\n            \"fieldInputType\": \"INPUT\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 34,\n            \"fieldName\": \"Instagram\",\n            \"apiKeyName\": \"instagramHandle\",\n            \"isEditable\": true,\n            \"validation\": \"URL_VALIDATION\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33caf4\",\n            \"fieldInputType\": \"INPUT\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 35,\n            \"fieldName\": \"LinkedIn\",\n            \"apiKeyName\": \"linkedInHandle\",\n            \"isEditable\": true,\n            \"validation\": \"URL_VALIDATION\"\n        },\n        {\n            \"_id\": \"60ca68770b7d1c495a33caf6\",\n            \"fieldInputType\": \"INPUT\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 36,\n            \"fieldName\": \"Created Address\",\n            \"apiKeyName\": \"createdAddress\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68770b7d1c495a33caf8\",\n            \"fieldInputType\": \"INPUT\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 37,\n            \"fieldName\": \"Facebook\",\n            \"apiKeyName\": \"facebookHandle\",\n            \"isEditable\": true,\n            \"validation\": \"URL_VALIDATION\"\n        },\n        {\n            \"_id\": \"60ca68770b7d1c495a33caf7\",\n            \"fieldInputType\": \"INPUT\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 38,\n            \"fieldName\": \"Twitter\",\n            \"apiKeyName\": \"twitterHandle\",\n            \"isEditable\": true,\n            \"validation\": \"URL_VALIDATION\"\n        },\n        {\n            \"_id\": \"60ca68770b7d1c495a33cafa\",\n            \"fieldInputType\": \"NUMBER\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 39,\n            \"fieldName\": \"Latitude\",\n            \"apiKeyName\": \"latitude\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68770b7d1c495a33caf9\",\n            \"fieldInputType\": \"INPUT\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 40,\n            \"fieldName\": \"Google+\",\n            \"apiKeyName\": \"googlePlusHandle\",\n            \"isEditable\": true,\n            \"validation\": \"URL_VALIDATION\"\n        },\n        {\n            \"_id\": \"60ca68770b7d1c495a33cafb\",\n            \"fieldInputType\": \"NUMBER\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 41,\n            \"fieldName\": \"Longitude\",\n            \"apiKeyName\": \"longitude\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68770b7d1c495a33cb00\",\n            \"fieldInputType\": \"INPUT\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 42,\n            \"fieldName\": \"Address Line 2\",\n            \"apiKeyName\": \"billingAddressLine2\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68770b7d1c495a33cb02\",\n            \"fieldInputType\": \"INPUT\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 43,\n            \"fieldName\": \"Shipping State\",\n            \"apiKeyName\": \"shippingState\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68770b7d1c495a33cb05\",\n            \"fieldInputType\": \"INPUT\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 44,\n            \"fieldName\": \"Shipping Address Line 2\",\n            \"apiKeyName\": \"shippingAddressLine2\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68770b7d1c495a33cb06\",\n            \"fieldInputType\": \"COUNTRY_SELECT\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 45,\n            \"fieldName\": \"Shipping Country\",\n            \"apiKeyName\": \"shippingCountry\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68770b7d1c495a33cb08\",\n            \"fieldInputType\": \"INPUT\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 46,\n            \"fieldName\": \"Email Opt Out Reason\",\n            \"apiKeyName\": \"emailOptOutReason\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68770b7d1c495a33cb09\",\n            \"fieldInputType\": \"TIMEZONE_SELECT\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 47,\n            \"fieldName\": \"Timezone\",\n            \"apiKeyName\": \"timezone\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68770b7d1c495a33cb07\",\n            \"fieldInputType\": \"INPUT\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 48,\n            \"fieldName\": \"Shipping Address Line 1\",\n            \"apiKeyName\": \"shippingAddressLine1\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68770b7d1c495a33cb0b\",\n            \"fieldInputType\": \"DATE_TIME\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": true,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 49,\n            \"fieldName\": \"Created At\",\n            \"apiKeyName\": \"createdAt\",\n            \"isEditable\": false,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68770b7d1c495a33cb0c\",\n            \"fieldInputType\": \"DATE_TIME\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": true,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 50,\n            \"fieldName\": \"Updated at\",\n            \"apiKeyName\": \"updatedAt\",\n            \"isEditable\": false,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68770b7d1c495a33cafc\",\n            \"fieldInputType\": \"INPUT\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 51,\n            \"fieldName\": \"State\",\n            \"apiKeyName\": \"billingState\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33caea\",\n            \"fieldInputType\": \"NUMBER\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 52,\n            \"fieldName\": \"Mobile\",\n            \"apiKeyName\": \"mobile\",\n            \"isEditable\": true,\n            \"validation\": \"PHONE_VALIDATION\"\n        },\n        {\n            \"_id\": \"61549b4722bdaf5a1463a6e5\",\n            \"fieldInputType\": \"NUMBER\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"CUSTOM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 2,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 53,\n            \"fieldName\": \"age\",\n            \"apiKeyName\": \"age\",\n            \"isEditable\": true,\n            \"validation\": \"none\"\n        },\n        {\n            \"_id\": \"6155424722bdaf5a1463b7f5\",\n            \"fieldInputType\": \"INPUT\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"CUSTOM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 18,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 54,\n            \"fieldName\": \"Test ms\",\n            \"apiKeyName\": \"Testms\",\n            \"isEditable\": true,\n            \"validation\": \"URL_VALIDATION\"\n        },\n        {\n            \"_id\": \"615543ae22bdaf5a1463b835\",\n            \"fieldInputType\": \"INPUT\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"CUSTOM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": true,\n            \"addFormPriority\": 19,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 55,\n            \"fieldName\": \"Test ms2\",\n            \"apiKeyName\": \"Testms2\",\n            \"isEditable\": true,\n            \"validation\": \"URL_VALIDATION\"\n        },\n        {\n            \"_id\": \"615568bc22bdaf5a1463cbe9\",\n            \"fieldInputType\": \"INPUT\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"CUSTOM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": true,\n            \"addFormPriority\": 20,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 56,\n            \"fieldName\": \"Test\",\n            \"apiKeyName\": \"Test\",\n            \"isEditable\": true,\n            \"validation\": \"none\"\n        },\n        {\n            \"_id\": \"616436cd3df19f3c78fb0eae\",\n            \"fieldInputType\": \"DATE_TIME_RANGE\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"CUSTOM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": true,\n            \"addFormPriority\": 13,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 57,\n            \"fieldName\": \"datetimerange\",\n            \"apiKeyName\": \"datetimerange\",\n            \"isEditable\": true,\n            \"validation\": \"none\"\n        },\n        {\n            \"_id\": \"61d5be86b2ce477729bafba6\",\n            \"fieldInputType\": \"INPUT\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"CUSTOM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": true,\n            \"addFormPriority\": 3,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 58,\n            \"fieldName\": \"School Name\",\n            \"apiKeyName\": \"SchoolName\",\n            \"isEditable\": true,\n            \"validation\": \"none\"\n        },\n        {\n            \"_id\": \"61dda900f7ebf94197fbfe72\",\n            \"fieldInputType\": \"INPUT\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"CUSTOM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 59,\n            \"fieldName\": \"Manoj\",\n            \"apiKeyName\": \"Manoj\",\n            \"isEditable\": true,\n            \"validation\": \"none\"\n        },\n        {\n            \"_id\": \"61fa43beddbfeb45a6897adc\",\n            \"fieldInputType\": \"INPUT\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 61,\n            \"fieldName\": \"Source\",\n            \"apiKeyName\": \"source\",\n            \"isEditable\": false,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"6204a82f76bae9142a727e60\",\n            \"fieldInputType\": \"INPUT\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"CUSTOM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 61,\n            \"fieldName\": \"company Type\",\n            \"apiKeyName\": \"companyType\",\n            \"isEditable\": true,\n            \"validation\": \"none\"\n        }\n    ]\n}"}],"_postman_id":"51ab5709-bc4e-4fb1-a224-2c89fa2607c5"},{"name":"Get One Selected Lead Data Field","id":"3adfb5a6-26a7-4ea7-b3b9-2b90d0ea8790","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/api/v1/data-field/lead/:fieldId","description":"<p>Returns data of selected lead field.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","data-field","lead",":fieldId"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"f0fb6bb0-84df-4eec-b099-965e3735f74b","type":"any","value":"6205f6f8c588f7c78025bfcf","key":"fieldId"}]}},"response":[{"id":"ca8e8f9c-1481-4b17-ba93-ac012f0b50bd","name":"200 - Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/api/v1/data-field/lead/:fieldId","host":["{{base_url}}"],"path":["api","v1","data-field","lead",":fieldId"],"variable":[{"key":"fieldId","value":"60ca68760b7d1c495a33cae5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"356"},{"key":"ETag","value":"W/\"164-yUhJAsEv5NsEuF43GIYSzYDFZh4\""},{"key":"Date","value":"Thu, 10 Feb 2022 09:32:28 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Successfully\",\n    \"data\": {\n        \"_id\": \"60ca68760b7d1c495a33cae5\",\n        \"fieldInputType\": \"INPUT\",\n        \"fieldType\": \"LEAD\",\n        \"fieldGroup\": \"SYSTEM\",\n        \"options\": [],\n        \"isRequired\": false,\n        \"isRequiredInAddForm\": false,\n        \"addFormPriority\": 0,\n        \"isEnabledForTable\": true,\n        \"tablePriority\": 54,\n        \"fieldName\": \"First Name\",\n        \"apiKeyName\": \"firstName\",\n        \"isEditable\": true,\n        \"validation\": \"\"\n    }\n}"}],"_postman_id":"3adfb5a6-26a7-4ea7-b3b9-2b90d0ea8790"},{"name":"Create Custom Field","id":"5cd48907-0b67-4a2c-adce-e1790842a775","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"fieldName\": \"Test Field\",\n    \"fieldInputType\": \"INPUT\",\n    \"validation\": \"none\",\n    \"isRequired\": false,\n    \"isRequiredInAddForm\": false,\n    \"options\": []\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/data-field/lead","description":"<p>Create a lead custom field.</p>\n<h2 id=\"request-body\">Request body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>fieldInputType</td>\n<td>It defined input behaviour of current field. It described detailed in above <a href=\"#a522e5b6-063f-42ec-a081-cf0c30e9c0b1\">Lead Data Fields</a> section.</td>\n</tr>\n<tr>\n<td>options</td>\n<td>Options are used only when input field input type is <code>SELECT</code>, <code>RADIO</code>, and <code>CHECKBOX</code>. options are used to provide specified options for selected field. if field input types are <code>SELECT</code>, <code>RADIO</code>, and <code>CHECKBOX</code> then it accept value for field only from options. options are array of string. For Example, <code>[\"option1\", \"option2\"]</code></td>\n</tr>\n<tr>\n<td>isRequired</td>\n<td>It describes, Current field is accept empty data for not. if isRequired set to be true then current field doesn't accept any empty value.  by default it set to false.</td>\n</tr>\n<tr>\n<td>isRequiredInAddForm</td>\n<td>To add current field inside salessimplfy lead add form.</td>\n</tr>\n<tr>\n<td>fieldName</td>\n<td>It's field name used to show in table head section.</td>\n</tr>\n<tr>\n<td>validation</td>\n<td>It describes current field validations. Currently <code>none, URL_VALIDATION, PHONE_VALIDATION, EMAIL_VALIDATION, PIN_CODE_VALIDATION</code> supports. by default it set to be <code>none</code>.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","data-field","lead"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"3b1e78d6-751b-4dc5-8974-8728203e8bbf","name":"200 - Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"fieldName\": \"Test Field\",\n    \"fieldInputType\": \"INPUT\",\n    \"validation\": \"none\",\n    \"isRequired\": false,\n    \"isRequiredInAddForm\": false,\n    \"options\": []\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/data-field/lead"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"81"},{"key":"ETag","value":"W/\"51-DAZetdNy6V1Zeq4fLA8v1/J/U6U\""},{"key":"Date","value":"Fri, 11 Feb 2022 05:41:13 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Successfully created\",\n    \"_id\": \"6205f6f8c588f7c78025bfcf\"\n}"}],"_postman_id":"5cd48907-0b67-4a2c-adce-e1790842a775"},{"name":"Update Custom Field","id":"4a7e0c6f-8f47-4da7-960b-e65ae4678949","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"fieldName\": \"Test Field\",\n    \"fieldInputType\": \"INPUT\",\n    \"validation\": \"none\",\n    \"isRequired\": false,\n    \"isRequiredInAddForm\": false,\n    \"options\": []\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/data-field/lead/:id","description":"<p>Updates a lead custom field.</p>\n<h2 id=\"request-body\">Request body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>fieldInputType</td>\n<td>It defined input behaviour of current field. It described detailed in above <a href=\"#a522e5b6-063f-42ec-a081-cf0c30e9c0b1\">Lead Data Fields</a> section.</td>\n</tr>\n<tr>\n<td>options</td>\n<td>Options are used only when input field input type is <code>SELECT</code>, <code>RADIO</code>, and <code>CHECKBOX</code>. options are used to provide specified options for selected field. if field input types are <code>SELECT</code>, <code>RADIO</code>, and <code>CHECKBOX</code> then it accept value for field only from options. options are array of string. For Example, <code>[\"option1\", \"option2\"]</code></td>\n</tr>\n<tr>\n<td>isRequired</td>\n<td>It describes, Current field is accept empty data for not. if isRequired set to be true then current field doesn't accept any empty value.  by default it set to false.</td>\n</tr>\n<tr>\n<td>isRequiredInAddForm</td>\n<td>To add current field inside salessimplfy lead add form.</td>\n</tr>\n<tr>\n<td>fieldName</td>\n<td>It's field name used to show in table head section.</td>\n</tr>\n<tr>\n<td>validation</td>\n<td>It describes current field validations. Currently <code>none, URL_VALIDATION, PHONE_VALIDATION, EMAIL_VALIDATION, PIN_CODE_VALIDATION</code> supports. by default it set to be <code>none</code>.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","data-field","lead",":id"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"32b1a821-6260-45c2-adb8-aea15c916613","type":"any","value":"6205f6f8c588f7c78025bfcf","key":"id"}]}},"response":[{"id":"9b34e6fd-091e-41ce-b827-1e9bd1d0eeea","name":"200 - Success","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"fieldName\": \"Test Field1\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/v1/data-field/lead/:id","host":["{{base_url}}"],"path":["api","v1","data-field","lead",":id"],"variable":[{"key":"id","value":"6205f6f8c588f7c78025bfcf"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"47"},{"key":"ETag","value":"W/\"2f-DJnw25Kw3XRM6GDWoQ3cbYXSL38\""},{"key":"Date","value":"Fri, 11 Feb 2022 05:53:52 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Successfully edited\"\n}"}],"_postman_id":"4a7e0c6f-8f47-4da7-960b-e65ae4678949"},{"name":"Delete Custom Field","id":"a0dcccb2-442c-4ed7-bdf9-7df5a877ba34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{base_url}}/api/v1/data-field/lead/:id","description":"<p>It deletes custom field. After deleting, field related values stored in lead table cant be restored.</p>\n<h4 id=\"path-parameters\">Path Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Field Type</th>\n<th>Is Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td><code>String</code></td>\n<td><code>Required</code></td>\n<td>The id of the lead custom field in mongodb <code>ObjectId</code> format.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","data-field","lead",":id"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"062c494e-f7b6-43f0-8910-b1698b3e70af","type":"any","value":"6205f6f8c588f7c78025bfcf","key":"id"}]}},"response":[{"id":"bc48f162-eb8d-4079-9870-d757cb058542","name":"200 - Success","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{base_url}}/api/v1/data-field/lead/:id","host":["{{base_url}}"],"path":["api","v1","data-field","lead",":id"],"variable":[{"key":"id","value":"6205f6f8c588f7c78025bfcf"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"48"},{"key":"ETag","value":"W/\"30-b3/JyPOEAqiNeunppmijv25z2hE\""},{"key":"Date","value":"Fri, 11 Feb 2022 06:50:14 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Successfully deleted\"\n}"},{"id":"cd6d1af4-6d29-48c0-84fa-30a2b2b17acc","name":"400 - Error","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{base_url}}/api/v1/data-field/lead/:id","host":["{{base_url}}"],"path":["api","v1","data-field","lead",":id"],"variable":[{"key":"id","value":"6205f6f8c588f7c78025bfcf"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"63"},{"key":"ETag","value":"W/\"3f-Myv/Or30kdsaUVFdtkMuSoo/lpE\""},{"key":"Date","value":"Fri, 11 Feb 2022 06:48:06 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"System data field cant be deleted!\"\n}"}],"_postman_id":"a0dcccb2-442c-4ed7-bdf9-7df5a877ba34"}],"id":"e1bf4311-9714-4709-a867-15655628e97e","description":"<p>Lead fields represent the relatively complete schema for a lead in an account. Each company account can have a different schema for their lead, with various custom fields. each data field value describes their behavior with a set of keys and values. Fields are separated into system and custom fields where system fields are pre-defined fields that are defined by the system and are not updatable by API whereas custom fields can be added, modified, and deleted by the user. Whenever a user wanted some extra data on a lead where he can't utilize pre-defined system fields, their custom fields are used. </p>\n<h2 id=\"data-field-response\">Data Field Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_id</td>\n<td>Field unique identification id</td>\n</tr>\n<tr>\n<td>fieldInputType</td>\n<td>It defined input behaviour of current field. It described detailed in below <code>Field Input Type</code> section.</td>\n</tr>\n<tr>\n<td>fieldType</td>\n<td>It defined field belongs to which module. It described detailed in below <code>Field Type</code> section.</td>\n</tr>\n<tr>\n<td>fieldGroup</td>\n<td>It defined field is a system defined field or custom created field. it accept and provide only <code>SYSTEM</code> or <code>CUSTOM</code> value.</td>\n</tr>\n<tr>\n<td>options</td>\n<td>Options are used only when input field input type is <code>SELECT</code>, <code>RADIO</code>, and <code>CHECKBOX</code>. options are used to provide specified options for selected field. if field input types are <code>SELECT</code>, <code>RADIO</code>, and <code>CHECKBOX</code> then it accept value for field only from options. options are array of string. For Example, <code>[\"option1\", \"option2\"]</code></td>\n</tr>\n<tr>\n<td>isRequired</td>\n<td>It describes, Current field is accept empty data for not. if isRequired set to be true then current field doesn't accept any empty value.  by default it set to false.</td>\n</tr>\n<tr>\n<td>isRequiredInAddForm</td>\n<td>To add current field inside salessimplfy lead add form.</td>\n</tr>\n<tr>\n<td>addFormPriority</td>\n<td>It defined current field position/priority in salessimplify lead add form.</td>\n</tr>\n<tr>\n<td>isEnabledForTable</td>\n<td>It describes current field is visible in table view of lead page.</td>\n</tr>\n<tr>\n<td>tablePriority</td>\n<td>It describes current field position in table view of lead page.</td>\n</tr>\n<tr>\n<td>fieldName</td>\n<td>It's field name used to show in table head section.</td>\n</tr>\n<tr>\n<td>apiKeyName</td>\n<td>Its api key name which used to update current field value in lead table.</td>\n</tr>\n<tr>\n<td>isEditable</td>\n<td>It defined current field is editable for not. if isEditable value is false then end user cant able to edit value for current field, it means current field is read only.</td>\n</tr>\n<tr>\n<td>validation</td>\n<td>It describes current field validations. Currently <code>none, URL_VALIDATION, PHONE_VALIDATION, EMAIL_VALIDATION, PIN_CODE_VALIDATION</code> supports. by default it set to be <code>none</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"field-input-type\">Field Input Type</h3>\n<p>field input type represent current field data type. which means what kind of data it accept and provides as output.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>FIELD</th>\n<th>OUTPUT DATA TYPE</th>\n<th>EXAMPLE</th>\n<th>DESCRIPTION</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>INPUT</td>\n<td><code>String</code></td>\n<td><code>\"any text\"</code></td>\n<td>It is input field which accept any input and provide output in string form</td>\n</tr>\n<tr>\n<td>TEXTAREA</td>\n<td><code>String</code></td>\n<td><code>\"any text description\"</code></td>\n<td>It is textarea field which accept any input and provide output in string form</td>\n</tr>\n<tr>\n<td>CHECKBOX</td>\n<td><code>[String]</code></td>\n<td><code>[\"value1\", \"value2\"]</code></td>\n<td>It is checkbox field which takes input options from options field from same data object and provide selected data as a array of string. for options check <a href=\"#data-field-response\">data field response table</a></td>\n</tr>\n<tr>\n<td>SELECT</td>\n<td><code>String</code></td>\n<td><code>\"option 1\"</code></td>\n<td>It is dropdwon field which takes input options from options field from same data object and provide selected data as a string. for options check <a href=\"#data-field-response\">data field response table</a></td>\n</tr>\n<tr>\n<td>RADIO</td>\n<td><code>String</code></td>\n<td><code>\"option 1\"</code></td>\n<td>It is radio field which takes input options from options field from same data object and provide selected data as a string. for options check <a href=\"#data-field-response\">data field response table</a></td>\n</tr>\n<tr>\n<td>TOGGLE_BUTTON</td>\n<td><code>Boolean</code></td>\n<td><code>true</code> / <code>false</code></td>\n<td>It is toggle button field which provides output in true/false form</td>\n</tr>\n<tr>\n<td>NUMBER</td>\n<td><code>Number</code></td>\n<td><code>10</code></td>\n<td>It is number input field which accept any number input and provide output in number form</td>\n</tr>\n<tr>\n<td>DATE</td>\n<td><code>Timestamp</code></td>\n<td><code>1643617245377</code></td>\n<td>It is a date field which accept data in a 13 digit timestamp.</td>\n</tr>\n<tr>\n<td>DATE_RANGE</td>\n<td><code>[Timestamp, Timestamp]</code></td>\n<td><code>[1643617245377, 1643617245377]</code></td>\n<td>It is a date field which accept data in a array of 13 digit timestamp.</td>\n</tr>\n<tr>\n<td>DATE_TIME</td>\n<td><code>Timestamp</code></td>\n<td><code>1643617245377</code></td>\n<td>It is a date time field which accept data in a 13 digit timestamp.</td>\n</tr>\n<tr>\n<td>DATE_TIME_RANGE</td>\n<td><code>[Timestamp, Timestamp]</code></td>\n<td><code>[1643617245377, 1643617245377]</code></td>\n<td>It is a date field range which accept data in a array of 13 digit timestamp.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"field-type\">Field Type</h3>\n<p>Field type defines the current field belongs to which module. below are the modules which data will be given to user.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>LEAD</td>\n<td>It's represent lead module data fields.</td>\n</tr>\n<tr>\n<td>PERSON</td>\n<td>It's represent people/person module data fields.</td>\n</tr>\n<tr>\n<td>COMPANY</td>\n<td>It's represent company module data fields.</td>\n</tr>\n<tr>\n<td>PRODUCT</td>\n<td>It's represent product module data fields.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"e1bf4311-9714-4709-a867-15655628e97e","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}}},{"name":"Lead Tags","item":[{"name":"Get Lead Tag ","id":"314e4c75-6549-4dc4-801e-79240cbc29fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/api/v1/tag/lead","description":"<p>It will return details of all lead tags. This endpoint does not support pagination and all tags are always returned.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","tag","lead"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"fd4922d2-3503-40eb-aef3-a307720de23f","name":"200 - Success","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/api/v1/tag/lead"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"381"},{"key":"ETag","value":"W/\"17d-1zchYvljSj+9/FkQnRtobzLbr0A\""},{"key":"Date","value":"Mon, 24 Jan 2022 09:39:08 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Successfully retrieved\",\n    \"data\": [\n        {\n            \"_id\": \"61ab4241b7f74dba1820ed64\",\n            \"name\": \"WebForm\",\n            \"colorCode\": \"#f1416c\"\n        },\n        {\n            \"_id\": \"61b304abf46a15f06c18cd97\",\n            \"name\": \"asdasdsadasdsad asdsadsad asd asdsadda\",\n            \"colorCode\": \"#f1416c\"\n        },\n        {\n            \"_id\": \"61d5bf80b2ce477729bafce6\",\n            \"name\": \"Warm\",\n            \"colorCode\": \"#ffc700\"\n        },\n        {\n            \"_id\": \"61d5cf55b2ce477729bb16c5\",\n            \"name\": \"Basha\",\n            \"colorCode\": \"#073d74\"\n        }\n    ]\n}"}],"_postman_id":"314e4c75-6549-4dc4-801e-79240cbc29fa"},{"name":"Add Lead Tag","id":"00c6406b-2753-498d-976e-2cc376242184","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Tag from API\",\n    \"colorCode\": \"#ff00ff\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/tag/lead","description":"<p>Creates a lead tag.</p>\n<h4 id=\"body-parameters\">Body Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>FIELD NAME</strong></th>\n<th><strong>TYPE</strong></th>\n<th><strong>IS REQUIRED</strong></th>\n<th><strong>DESCRIPTION</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td><code>STRING</code></td>\n<td><code>required</code></td>\n<td>tag name</td>\n</tr>\n<tr>\n<td>colorCode</td>\n<td><code>STRING</code></td>\n<td><code>required</code></td>\n<td>color code to show tag in color</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","tag","lead"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"572a7478-3c73-480c-910c-f44298a4b2d4","name":"200 - Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Tag from API\",\n    \"colorCode\": \"#ff00ff\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/tag/lead"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"81"},{"key":"ETag","value":"W/\"51-1TPq1XhNcRq1uFxlts2RcJ+zsN8\""},{"key":"Date","value":"Mon, 24 Jan 2022 10:05:00 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Successfully Created\",\n    \"_id\": \"61ee79cb5928bf6888772968\"\n}"}],"_postman_id":"00c6406b-2753-498d-976e-2cc376242184"},{"name":"Update Lead Tag","id":"b0535114-b9df-48d3-b137-c197fb028f44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"tag name\",\n    \"colorCode\": \"#f1416c\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/tag/lead/:tagId","description":"<p>This endpoint will Updates one or more properties of a lead tag. both <code>name</code> and <code>colorCode</code> properties required in update tag.</p>\n<h4 id=\"path-parameters\">Path Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>FIELD NAME</strong></th>\n<th><strong>TYPE</strong></th>\n<th><strong>IS REQUIRED</strong></th>\n<th><strong>DESCRIPTION</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>tagId</td>\n<td><code>STRING</code></td>\n<td><code>required</code></td>\n<td>tag id (<code>_id</code> in get tag api response)</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"body-parameters\">Body Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>FIELD NAME</strong></th>\n<th><strong>TYPE</strong></th>\n<th><strong>IS REQUIRED</strong></th>\n<th><strong>DESCRIPTION</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td><code>STRING</code></td>\n<td><code>required</code></td>\n<td>tag name</td>\n</tr>\n<tr>\n<td>colorCode</td>\n<td><code>STRING</code></td>\n<td><code>required</code></td>\n<td>color code to show tag in color</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","tag","lead",":tagId"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"79ab1099-393f-401c-980c-529b209efea9","type":"any","value":null,"key":"tagId"}]}},"response":[{"id":"ee3eed01-ae70-416c-8f38-c1361cc0a533","name":"200 - Success","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"asdasdsadasdsad asdsadsad\",\n    \"colorCode\": \"#f1416c\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/v1/tag/lead/:tag_id","host":["{{base_url}}"],"path":["api","v1","tag","lead",":tag_id"],"variable":[{"key":"tag_id","value":"61b304abf46a15f06c18cd97"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"146"},{"key":"ETag","value":"W/\"92-C1PN10vjaBSdQjUlTI1j3Y8lEXU\""},{"key":"Date","value":"Mon, 24 Jan 2022 10:04:11 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Successfully edited\",\n    \"data\": {\n        \"_id\": \"61b304abf46a15f06c18cd97\",\n        \"name\": \"asdasdsadasdsad asdsadsad\",\n        \"colorCode\": \"#f1416c\"\n    }\n}"}],"_postman_id":"b0535114-b9df-48d3-b137-c197fb028f44"},{"name":"Delete Lead  Tag","id":"0d8a71e9-54d0-4f22-beed-10f8eb498652","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{base_url}}/api/v1/tag/lead/:tagId","description":"<p>Deletes a specific lead tag.</p>\n<h4 id=\"path-parameters\">Path Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>FIELD NAME</strong></th>\n<th><strong>TYPE</strong></th>\n<th><strong>IS REQUIRED</strong></th>\n<th><strong>DESCRIPTION</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>tagId</td>\n<td><code>STRING</code></td>\n<td><code>required</code></td>\n<td>tag id (<code>_id</code> in get tag api response)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","tag","lead",":tagId"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"ef3f6d5e-395a-4812-a395-ff2d6eb3ef4b","type":"any","value":null,"key":"tagId"}]}},"response":[{"id":"29e06ac5-42ac-4b02-a538-3cd62a16dd33","name":"200 - success","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{base_url}}/api/v1/tag/lead/:tag_id","host":["{{base_url}}"],"path":["api","v1","tag","lead",":tag_id"],"variable":[{"key":"tag_id","value":"61ee76373c56cd26ce131c6d"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"48"},{"key":"ETag","value":"W/\"30-PnFiO0zgTEzGeZPZLZRtqXrQnxI\""},{"key":"Date","value":"Mon, 24 Jan 2022 09:54:22 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Successfully Deleted\"\n}"}],"_postman_id":"0d8a71e9-54d0-4f22-beed-10f8eb498652"}],"id":"e19c6c6b-9ac2-4a38-915a-2ad4eb34bcdd","description":"<h6 id=\"lead-tags-allow-you-to-categorize-your-leads-you-can-add-as-many-new-custom-tags-as-you-want\">Lead tags allow you to categorize your leads. you can add as many new custom tags as you want.</h6>\n","_postman_id":"e19c6c6b-9ac2-4a38-915a-2ad4eb34bcdd","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}}},{"name":"Lead Source","item":[{"name":"Get Lead Source","id":"45aa18a0-17f1-4054-8e8d-e264aff6ab27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/api/v1/lead-source","description":"<p>It will returns all lead sources. Please note that the list of lead sources is fixed, it cannot be modified. All leads created through the Public Salessimplify API will have a lead source API assigned.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","lead-source"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"6c0d204b-fa63-4451-bd3d-c65a4717a465","name":"200 - Success","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/api/v1/lead-source"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"146"},{"key":"ETag","value":"W/\"92-jPbrjrKcIxywaFT5S/s9yxbjIH4\""},{"key":"Date","value":"Tue, 25 Jan 2022 08:46:48 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"data\": [\n        \"Manually created\",\n        \"Leadbooster\",\n        \"Import\",\n        \"Website visitors\",\n        \"Live chat\",\n        \"Web forms\",\n        \"Lead Bot\",\n        \"Prospector\",\n        \"Deal\",\n        \"API\"\n    ]\n}"}],"_postman_id":"45aa18a0-17f1-4054-8e8d-e264aff6ab27"}],"id":"beee7a99-7f2b-44a9-9468-3a110f70b136","description":"<p>A lead source indicates where your lead came from. Currently, these are the possible lead sources: <code>Manually created</code>, <code>Deal</code>, <code>Web Forms</code>, <code>Prospector</code>, <code>Chatbot</code>, <code>Live Chat</code>, <code>Import</code>, <code>Web Visitors</code>, <code>Workflow</code> <code>Automation</code>, and <code>API</code>. Lead sources are pre-defined and cannot be edited.</p>\n","_postman_id":"beee7a99-7f2b-44a9-9468-3a110f70b136","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}}},{"name":"Lead Outcomes","item":[{"name":"Get List of Lead Outcomes","id":"56071925-4bd3-45ff-bfba-d5ba8d9f3ae6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/api/v1/outcomes/lead","description":"<p>It returns all lead outcomes</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","outcomes","lead"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"07f1b326-11c8-4fdd-b19c-295f285421f9","name":"200 - Success","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/api/v1/outcomes/lead"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"127"},{"key":"ETag","value":"W/\"7f-9Mr4vNWU2rmAl314f/+3grUFD9c\""},{"key":"Date","value":"Mon, 21 Feb 2022 13:48:50 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Lead Outcome Fetched\",\n    \"data\": [\n        {\n            \"_id\": \"6149c734a56889e80b2bc192\",\n            \"reason\": \"customer not interested\"\n        }\n    ]\n}"}],"_postman_id":"56071925-4bd3-45ff-bfba-d5ba8d9f3ae6"}],"id":"f90c85e1-0f9a-4612-a162-c846319d54e7","_postman_id":"f90c85e1-0f9a-4612-a162-c846319d54e7","description":"","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}}}],"id":"b9a5fd17-1500-4b68-b0b4-1d4875d17793","_postman_id":"b9a5fd17-1500-4b68-b0b4-1d4875d17793","description":"","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}}},{"name":"Deal Module","item":[{"name":"Deals","item":[{"name":"Get List of Deals","id":"5861c9f7-5071-471b-bb53-e54f0fef1a4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/api/v1/deal?limit=10&pageNo=1","description":"<p>Returns all deals based on query data provided.</p>\n<h3 id=\"query-parameters\">Query Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Filed</th>\n<th>Type</th>\n<th>is Required</th>\n<th>Default Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>pageNo</td>\n<td><code>Number</code></td>\n<td><code>Required</code></td>\n<td>1</td>\n<td>For pagination, the page of entries to be returned. If not provided, 1st page data will be returned.</td>\n</tr>\n<tr>\n<td>limit</td>\n<td><code>Number</code></td>\n<td><code>Required</code></td>\n<td>10</td>\n<td>For pagination, the limit of entries to be returned. If not provided, 10 items will be returned.</td>\n</tr>\n<tr>\n<td>userId</td>\n<td><code>String</code></td>\n<td><code>Optional</code></td>\n<td>\"\"</td>\n<td>The ID of the user whose deals will be fetched.</td>\n</tr>\n<tr>\n<td>pipelineId</td>\n<td><code>String</code></td>\n<td><code>Optional</code></td>\n<td>\"\"</td>\n<td></td>\n</tr>\n<tr>\n<td>stageId</td>\n<td><code>String</code></td>\n<td><code>Optional</code></td>\n<td>\"\"</td>\n<td></td>\n</tr>\n<tr>\n<td>filter</td>\n<td><code>Object</code></td>\n<td>false</td>\n<td>{}</td>\n<td>its a filter query to get filtered result. The key name can be found in add deal api description(check field name field). The filter value will be in string of object. for example. filter={\"email\":\"<a href=\"mailto:text@test.com\">text@test.com</a>\", \"name\":\"test\"}</td>\n</tr>\n</tbody>\n</table>\n</div><h6 id=\"response\">Response</h6>\n<p>The success response provides deal data, pagination and related object data.</p>\n<ol>\n<li>data = it contain deal data with key value pair</li>\n<li>pagination = it contains pagination related details like current page no, current request limit, total deal and based on limit and total deal how many pages can be formed.</li>\n<li>relatedObject = deal data has many linked data. based on id, we can able to retrieved linked data from related object. for example - deal data has a key name owner which provide onwer id instead of owner data. to get owner data based on id you can look in realtedObject.owner which contains owner data. deal having <code>tags</code>, <code>owner</code>,<code>pipelineId</code>,<code>stageId</code>,<code>initialStageId</code>, <code>dealLostReason</code>, <code>people</code> and <code>company</code> id instead of data. that data present in <code>relatedObject</code>.</li>\n</ol>\n<h6 id=\"response-data-body\">Response Data Body</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Field Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>title</td>\n<td><code>String</code></td>\n<td>Deal title</td>\n</tr>\n<tr>\n<td>pipelineId</td>\n<td><code>LOOKUP-ID</code></td>\n<td>Deal Pipeline Id. <a href=\"#fa1e8b1e-f81d-4b18-8dfe-c775a4e4f299\">Pipeline API</a></td>\n</tr>\n<tr>\n<td>stageId</td>\n<td><code>LOOKUP-ID</code></td>\n<td>Deal stage id of pipeline.</td>\n</tr>\n<tr>\n<td>initialStageId</td>\n<td><code>LOOKUP-ID</code></td>\n<td>Initial stage id of deal when it got created.</td>\n</tr>\n<tr>\n<td>expectedCloseDate</td>\n<td><code>Date</code></td>\n<td>Expected close date of deal to be get completed.</td>\n</tr>\n<tr>\n<td>owner</td>\n<td><code>LOOKUP-ID</code></td>\n<td>Owner id of deal</td>\n</tr>\n<tr>\n<td>dealValue</td>\n<td><code>Number</code></td>\n<td>Deal value</td>\n</tr>\n<tr>\n<td>dealCurrency</td>\n<td><code>String</code></td>\n<td>Deal currency</td>\n</tr>\n<tr>\n<td>products</td>\n<td>[productDataSchema]</td>\n<td>Attached deal products.</td>\n</tr>\n<tr>\n<td>order</td>\n<td><code>Number</code></td>\n<td>position of current deal in stage coloum.</td>\n</tr>\n<tr>\n<td>people</td>\n<td><code>LOOKUP-ID</code></td>\n<td>Linked people id</td>\n</tr>\n<tr>\n<td>company</td>\n<td><code>LOOKUP-ID</code></td>\n<td>Linked company id</td>\n</tr>\n<tr>\n<td>wonTime</td>\n<td><code>Date</code></td>\n<td>Its optional field only present when deal get won. It defines when deal got won.</td>\n</tr>\n<tr>\n<td>lostTime</td>\n<td><code>Date</code></td>\n<td>Its optional field only present when deal get lost. It defines when deal got lost.</td>\n</tr>\n<tr>\n<td>tags</td>\n<td><code>[LOOKUP-ID]</code></td>\n<td>It is a lable/tag to high light lead based on requirements.</td>\n</tr>\n<tr>\n<td>dealLostReason</td>\n<td><code>LOOKUP-ID</code></td>\n<td>Its optional field only present when deal get lost. It defines reason why it got lost.</td>\n</tr>\n<tr>\n<td>dealLostReasonComment</td>\n<td><code>String</code></td>\n<td>Its optional field only present when deal get lost. whenever deal get lost it stores comment, why it lost.</td>\n</tr>\n<tr>\n<td>status</td>\n<td><code>String</code></td>\n<td>Defines deal status - <code>active</code>, <code>archived</code>, <code>won</code>, <code>lost</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><h6 id=\"product-data-schema\">Product Data Schema</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Field Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>productId</td>\n<td><code>LOOKUP-ID</code></td>\n<td>Linked product id</td>\n</tr>\n<tr>\n<td>itemName</td>\n<td><code>String</code></td>\n<td>Product Item Name</td>\n</tr>\n<tr>\n<td>unitPrice</td>\n<td><code>Number</code></td>\n<td>Product Unit price</td>\n</tr>\n<tr>\n<td>quantity</td>\n<td><code>Number</code></td>\n<td>Total current product quantities linked to deal</td>\n</tr>\n<tr>\n<td>amount</td>\n<td><code>Number</code></td>\n<td>Product Total Amount <code>(unitPrice*quantity)</code></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","deal"],"host":["{{base_url}}"],"query":[{"key":"limit","value":"10"},{"key":"pageNo","value":"1"},{"disabled":true,"key":"pipelineId","value":"613241f505d896cc9bed50e7"},{"disabled":true,"key":"stageId","value":"613241f505d896cc9bed50e8"},{"disabled":true,"key":"userId","value":"60ca65a4b8d2833cc097f5a9"}],"variable":[]}},"response":[{"id":"cf5a981f-d5a7-48af-9597-5ed5b79d4265","name":"200 - Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/api/v1/deal?limit=10&pageNo=1&pipelineId=613241f505d896cc9bed50e7&stageId=613241f505d896cc9bed50e8&userId=60ca65a4b8d2833cc097f5a9","host":["{{base_url}}"],"path":["api","v1","deal"],"query":[{"key":"limit","value":"10"},{"key":"pageNo","value":"1"},{"key":"pipelineId","value":"613241f505d896cc9bed50e7"},{"key":"stageId","value":"613241f505d896cc9bed50e8"},{"key":"userId","value":"60ca65a4b8d2833cc097f5a9"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2278"},{"key":"ETag","value":"W/\"8e6-haGDptgj9VOdkQDMT34omn6R6Os\""},{"key":"Date","value":"Mon, 21 Feb 2022 07:32:35 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"successfully retrived\",\n    \"data\": [\n        {\n            \"_id\": \"61d80fbdb2ce477729bbba3b\",\n            \"tags\": [],\n            \"status\": \"active\",\n            \"title\": \"7th Jan  Deal\",\n            \"pipelineId\": \"613241f505d896cc9bed50e7\",\n            \"stageId\": \"613241f505d896cc9bed50e8\",\n            \"initialStageId\": \"613241f505d896cc9bed50e8\",\n            \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n            \"dealValue\": 0,\n            \"dealCurrency\": \"INR\",\n            \"products\": [],\n            \"order\": 3,\n            \"expectedCloseDate\": \"2022-01-14T00:00:00.000Z\",\n            \"company\": \"60e5e2335ec326c16fbee37f\",\n            \"people\": \"61ab5ba6d22cd867b9dfde1e\",\n            \"createdAt\": \"2022-01-07T10:02:37.577Z\",\n            \"updatedAt\": \"2022-01-07T10:02:37.577Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"61965db7410d188e6ae5ce01\",\n            \"tags\": [\n                \"\"\n            ],\n            \"status\": \"active\",\n            \"title\": \"Ajeet\",\n            \"pipelineId\": \"613241f505d896cc9bed50e7\",\n            \"stageId\": \"613241f505d896cc9bed50e8\",\n            \"initialStageId\": \"613241f505d896cc9bed50eb\",\n            \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n            \"dealValue\": 10000,\n            \"dealCurrency\": \"INR\",\n            \"products\": [\n                {\n                    \"productId\": \"60d180b9b2b2e2e1305f9b9c\",\n                    \"itemName\": \"Product_22_jun\",\n                    \"quantity\": 100,\n                    \"unitPrice\": 100,\n                    \"amount\": 10000\n                }\n            ],\n            \"order\": 2,\n            \"expectedCloseDate\": \"2021-11-27T00:00:00.000Z\",\n            \"company\": \"60e55a24b056d828294f74cc\",\n            \"people\": null,\n            \"createdAt\": \"2021-11-18T14:05:43.699Z\",\n            \"updatedAt\": \"2022-01-05T16:08:09.104Z\",\n            \"__v\": 0\n        }\n    ],\n    \"pagination\": {\n        \"pageNo\": 1,\n        \"limit\": 10,\n        \"totalPages\": 1,\n        \"totalData\": 2\n    },\n    \"relatedObject\": {\n        \"pipelineId\": {\n            \"613241f505d896cc9bed50e7\": {\n                \"_id\": \"613241f505d896cc9bed50e7\",\n                \"name\": \"Sales Pipeline\"\n            }\n        },\n        \"stageId\": {\n            \"613241f505d896cc9bed50e8\": {\n                \"_id\": \"613241f505d896cc9bed50e8\",\n                \"name\": \"Qualified Lead\"\n            }\n        },\n        \"initialStageId\": {\n            \"613241f505d896cc9bed50e8\": {\n                \"_id\": \"613241f505d896cc9bed50e8\",\n                \"name\": \"Qualified Lead\"\n            },\n            \"613241f505d896cc9bed50eb\": {\n                \"_id\": \"613241f505d896cc9bed50eb\",\n                \"name\": \"Product Demo\"\n            }\n        },\n        \"owner\": {\n            \"60ca65a4b8d2833cc097f5a9\": {\n                \"fullName\": \"sahil Khaire\",\n                \"userId\": \"60ca65a4b8d2833cc097f5a9\",\n                \"email\": \"sahil@saino.io\",\n                \"userType\": \"OWNER\",\n                \"avatar\": \"https://salessimplify.s3.ap-south-1.amazonaws.com/profile-picture/60ca65a3b8d2833cc097f5a8_scaled_0cd48521-679d-427c-ad94-b29dc336a63e2263121557061650365.jpg\"\n            }\n        },\n        \"company\": {\n            \"60e5e2335ec326c16fbee37f\": {\n                \"_id\": \"60e5e2335ec326c16fbee37f\",\n                \"name\": \"My Company \"\n            },\n            \"60e55a24b056d828294f74cc\": {\n                \"_id\": \"60e55a24b056d828294f74cc\",\n                \"name\": \"saino1\"\n            }\n        },\n        \"people\": {\n            \"61ab5ba6d22cd867b9dfde1e\": {\n                \"_id\": \"61ab5ba6d22cd867b9dfde1e\",\n                \"email\": [\n                    \"lraft6@google.it\"\n                ],\n                \"phone\": [\n                    919787878767\n                ]\n            }\n        },\n        \"tags\": {},\n        \"dealLostReason\": {}\n    }\n}"}],"_postman_id":"5861c9f7-5071-471b-bb53-e54f0fef1a4c"},{"name":"Get Selected Deal Details","id":"2c7dd6ed-445c-46de-a59b-70a608f54d43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/api/v1/deal/:deal_id","description":"<p>Returns selected deal.</p>\n<h6 id=\"query-parameters\">Query Parameters</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Filed</th>\n<th>Type</th>\n<th>is Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>deal_id</td>\n<td><code>String</code></td>\n<td><code>Required</code></td>\n<td>deal id which need to be fetch.</td>\n</tr>\n</tbody>\n</table>\n</div><h6 id=\"response\">Response</h6>\n<p>The success response provides deal data, pagination and related object data.</p>\n<ol>\n<li>data = it contain deal data with key value pair</li>\n<li>relatedObject = deal data has many linked data. based on id, we can able to retrieved linked data from related object. for example - deal data has a key name owner which provide onwer id instead of owner data. to get owner data based on id you can look in realtedObject.owner which contains owner data. deal having <code>tags</code>, <code>owner</code>,<code>pipelineId</code>,<code>stageId</code>,<code>initialStageId</code>, <code>dealLostReason</code>, <code>people</code> and <code>company</code> id instead of data. that data present in <code>relatedObject</code>.</li>\n</ol>\n<h6 id=\"response-data-body\">Response Data Body</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Field Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>title</td>\n<td><code>String</code></td>\n<td>Deal title</td>\n</tr>\n<tr>\n<td>pipelineId</td>\n<td><code>LOOKUP-ID</code></td>\n<td>Deal Pipeline Id. <a href=\"#fa1e8b1e-f81d-4b18-8dfe-c775a4e4f299\">Pipeline API</a></td>\n</tr>\n<tr>\n<td>stageId</td>\n<td><code>LOOKUP-ID</code></td>\n<td>Deal stage id of pipeline.</td>\n</tr>\n<tr>\n<td>initialStageId</td>\n<td><code>LOOKUP-ID</code></td>\n<td>Initial stage id of deal when it got created.</td>\n</tr>\n<tr>\n<td>expectedCloseDate</td>\n<td><code>Date</code></td>\n<td>Expected close date of deal to be get completed.</td>\n</tr>\n<tr>\n<td>owner</td>\n<td><code>LOOKUP-ID</code></td>\n<td>Owner id of deal</td>\n</tr>\n<tr>\n<td>dealValue</td>\n<td><code>Number</code></td>\n<td>Deal value</td>\n</tr>\n<tr>\n<td>dealCurrency</td>\n<td><code>String</code></td>\n<td>Deal currency</td>\n</tr>\n<tr>\n<td>products</td>\n<td>[productDataSchema]</td>\n<td>Attached deal products.</td>\n</tr>\n<tr>\n<td>order</td>\n<td><code>Number</code></td>\n<td>position of current deal in stage coloum.</td>\n</tr>\n<tr>\n<td>people</td>\n<td><code>LOOKUP-ID</code></td>\n<td>Linked people id</td>\n</tr>\n<tr>\n<td>company</td>\n<td><code>LOOKUP-ID</code></td>\n<td>Linked company id</td>\n</tr>\n<tr>\n<td>wonTime</td>\n<td><code>Date</code></td>\n<td>Its optional field only present when deal get won. It defines when deal got won.</td>\n</tr>\n<tr>\n<td>lostTime</td>\n<td><code>Date</code></td>\n<td>Its optional field only present when deal get lost. It defines when deal got lost.</td>\n</tr>\n<tr>\n<td>tags</td>\n<td><code>[LOOKUP-ID]</code></td>\n<td>It is a lable/tag to high light lead based on requirements.</td>\n</tr>\n<tr>\n<td>dealLostReason</td>\n<td><code>LOOKUP-ID</code></td>\n<td>Its optional field only present when deal get lost. It defines reason why it got lost.</td>\n</tr>\n<tr>\n<td>dealLostReasonComment</td>\n<td><code>String</code></td>\n<td>Its optional field only present when deal get lost. whenever deal get lost it stores comment, why it lost.</td>\n</tr>\n<tr>\n<td>status</td>\n<td><code>String</code></td>\n<td>Defines deal status - <code>active</code>, <code>archived</code>, <code>won</code>, <code>lost</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><h6 id=\"product-data-schema\">Product Data Schema</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Field Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>productId</td>\n<td><code>LOOKUP-ID</code></td>\n<td>Linked product id</td>\n</tr>\n<tr>\n<td>itemName</td>\n<td><code>String</code></td>\n<td>Product Item Name</td>\n</tr>\n<tr>\n<td>unitPrice</td>\n<td><code>Number</code></td>\n<td>Product Unit price</td>\n</tr>\n<tr>\n<td>quantity</td>\n<td><code>Number</code></td>\n<td>Total current product quantities linked to deal</td>\n</tr>\n<tr>\n<td>amount</td>\n<td><code>Number</code></td>\n<td>Product Total Amount <code>(unitPrice*quantity)</code></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","deal",":deal_id"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"6214788d4d65fd12ca367018","key":"deal_id"}]}},"response":[{"id":"8abdbd6e-7d49-4f7e-9118-ca2b4e8b1614","name":"400 - deal not found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/api/v1/deal/:deal_id","host":["{{base_url}}"],"path":["api","v1","deal",":deal_id"],"variable":[{"key":"deal_id","value":"62136bf8193cdd37376b3cfb"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"43"},{"key":"ETag","value":"W/\"2b-aH8GqGVq3B+DHxSR4wTSOSkMg4c\""},{"key":"Date","value":"Mon, 21 Feb 2022 10:51:39 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"Deal not found\"\n}"}],"_postman_id":"2c7dd6ed-445c-46de-a59b-70a608f54d43"},{"name":"Create Deal","id":"9249336c-8fa0-4045-a313-76ad4b5a6acf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"title\": \"New Title\",\n    \"stageId\": \"612ccd55b4631bd1625b91b1\",\n    \"pipelineId\": \"612ccd55b4631bd1625b91ac\",\n    \"expectedCloseDate\": 1645440753399,\n    \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n    \"dealValue\": 1000,\n    \"dealCurrency\": \"USD\",\n    \"products\": [\n        {\n            \"productId\": \"60cae62ec24d5081a0e7e3e6\",\n            \"itemName\": \"Test bulk\",\n            \"quantity\": 11,\n            \"unitPrice\": 8000,\n            \"amount\": 88000\n        }\n    ],\n    \"people\": \"61ab5ba6d22cd867b9dfde1e\",\n    \"company\": \"60e5e2335ec326c16fbee37f\",\n    \"tags\": [\n        \"61d43b1bb2ce477729ba1d09\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/deal","description":"<p>It creates new deal.</p>\n<h6 id=\"body-parameters\">Body parameters</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Field Type</th>\n<th>Is Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>title</td>\n<td><code>String</code></td>\n<td><code>Required</code></td>\n<td>Deal title</td>\n</tr>\n<tr>\n<td>pipelineId</td>\n<td><code>LOOKUP-ID</code></td>\n<td><code>Required</code></td>\n<td>Deal Pipeline Id. <a href=\"#fa1e8b1e-f81d-4b18-8dfe-c775a4e4f299\">Pipeline API</a></td>\n</tr>\n<tr>\n<td>stageId</td>\n<td><code>LOOKUP-ID</code></td>\n<td><code>Required</code></td>\n<td>Deal stage id of pipeline <a href=\"#fa1e8b1e-f81d-4b18-8dfe-c775a4e4f299\">Pipeline API</a>.</td>\n</tr>\n<tr>\n<td>owner</td>\n<td><code>LOOKUP-ID</code></td>\n<td><code>Required</code></td>\n<td>Owner id of deal. <a href=\"#58350220-0471-4e83-9c9c-f89e697d2ce2\">Owner API</a></td>\n</tr>\n<tr>\n<td>expectedCloseDate</td>\n<td><code>Date</code></td>\n<td><code>Optional</code></td>\n<td>Expected close date of deal to be get completed. it accept all kind of date format data. 13 digit timestamp is work best with Date format.</td>\n</tr>\n<tr>\n<td>dealValue</td>\n<td><code>Number</code></td>\n<td><code>Optional</code></td>\n<td>Deal value is required if products field value is empty array. default value is 0.</td>\n</tr>\n<tr>\n<td>dealCurrency</td>\n<td><code>String</code></td>\n<td><code>Required</code></td>\n<td>Deal currency. <a href=\"#04390334-ef85-48ea-9e9d-53fe0155be8a\">Currency API</a> (need code value from currency api.)</td>\n</tr>\n<tr>\n<td>products</td>\n<td>[productDataSchema]</td>\n<td><code>Optional</code></td>\n<td>explained below in product data schema.</td>\n</tr>\n<tr>\n<td>people</td>\n<td><code>LOOKUP-ID</code></td>\n<td><code>Partially-Optional</code></td>\n<td>Linked people id (It's required when company is not present)</td>\n</tr>\n<tr>\n<td>company</td>\n<td><code>LOOKUP-ID</code></td>\n<td><code>Partially-Optional</code></td>\n<td>Linked company id (It's required when people is not present)</td>\n</tr>\n<tr>\n<td>tags</td>\n<td><code>[LOOKUP-ID]</code></td>\n<td><code>Optional</code></td>\n<td>It is a label/tag to high light lead based on requirements. <a href=\"#7c2ad68f-114d-4b99-a494-235b5df63516\">Deal Tag API</a></td>\n</tr>\n</tbody>\n</table>\n</div><h6 id=\"product-data-schema\">Product Data Schema</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Field Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>productId</td>\n<td><code>LOOKUP-ID</code></td>\n<td>Linked product id <a href=\"#65794f30-41c3-4a70-9815-bb3d0520483b\">Product API</a></td>\n</tr>\n<tr>\n<td>itemName</td>\n<td><code>String</code></td>\n<td>Product Item Name</td>\n</tr>\n<tr>\n<td>unitPrice</td>\n<td><code>Number</code></td>\n<td>Product Unit price</td>\n</tr>\n<tr>\n<td>quantity</td>\n<td><code>Number</code></td>\n<td>Total current product quantities linked to deal</td>\n</tr>\n<tr>\n<td>amount</td>\n<td><code>Number</code></td>\n<td>Product Total Amount <code>(unitPrice*quantity)</code></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","deal"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"5eb46b2a-7927-4bf5-80f4-5fac3305a3fb","name":"200 - Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"title\": \"New Title\",\n    \"stageId\": \"612ccd55b4631bd1625b91b1\",\n    \"pipelineId\": \"612ccd55b4631bd1625b91ac\",\n    \"expectedCloseDate\": \"2022-04-27T18:30:00.000Z\",\n    \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n    \"dealValue\": 1000,\n    \"dealCurrency\": \"USD\",\n    \"products\": [\n        {\n            \"productId\": \"60cae62ec24d5081a0e7e3e6\",\n            \"itemName\": \"Test bulk\",\n            \"quantity\": 11,\n            \"unitPrice\": 8000,\n            \"amount\": 88000\n        }\n    ],\n    \"people\": \"61ab5ba6d22cd867b9dfde1e\",\n    \"company\": \"60e5e2335ec326c16fbee37f\",\n    \"tags\": [\n        \"61d43b1bb2ce477729ba1d09\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/deal"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"87"},{"key":"ETag","value":"W/\"57-QD/27+tet3AL+4MvPlda4dGaeiI\""},{"key":"Date","value":"Mon, 21 Feb 2022 10:39:53 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Deal successfully created!\",\n    \"_id\": \"62136bf8193cdd37376b3cfb\"\n}"}],"_postman_id":"9249336c-8fa0-4045-a313-76ad4b5a6acf"},{"name":"Update Deal","id":"8f20e96a-5acb-4791-bb58-4d21d1a1cf75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"title\": \"New Title 1\",\n    \"stageId\": \"612ccd55b4631bd1625b91b1\",\n    \"pipelineId\": \"612ccd55b4631bd1625b91ac\",\n    \"expectedCloseDate\": \"2022-04-27T18:30:00.000Z\",\n    \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n    \"dealValue\": 1000,\n    \"dealCurrency\": \"USD\",\n    \"products\": [\n        {\n            \"productId\": \"60cae62ec24d5081a0e7e3e6\",\n            \"itemName\": \"Test bulk\",\n            \"quantity\": 11,\n            \"unitPrice\": 8000,\n            \"amount\": 88000\n        }\n    ],\n    \"people\": \"61ab5ba6d22cd867b9dfde1e\",\n    \"company\": \"60e5e2335ec326c16fbee37f\",\n    \"tags\": [\n        \"61d43b1bb2ce477729ba1d09\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/deal/:deal_id","description":"<p>It update deal.</p>\n<h6 id=\"path-parameters\">Path Parameters</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Field Type</th>\n<th>is Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>deal_id</td>\n<td><code>String</code></td>\n<td><code>Required</code></td>\n<td>unique identification for deal to update.</td>\n</tr>\n</tbody>\n</table>\n</div><h6 id=\"body-parameters\">Body parameters</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Field Type</th>\n<th>Is Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>title</td>\n<td><code>String</code></td>\n<td><code>Required</code></td>\n<td>Deal title</td>\n</tr>\n<tr>\n<td>pipelineId</td>\n<td><code>LOOKUP-ID</code></td>\n<td><code>Required</code></td>\n<td>Deal Pipeline Id. <a href=\"#fa1e8b1e-f81d-4b18-8dfe-c775a4e4f299\">Pipeline API</a></td>\n</tr>\n<tr>\n<td>stageId</td>\n<td><code>LOOKUP-ID</code></td>\n<td><code>Required</code></td>\n<td>Deal stage id of pipeline <a href=\"#fa1e8b1e-f81d-4b18-8dfe-c775a4e4f299\">Pipeline API</a>.</td>\n</tr>\n<tr>\n<td>owner</td>\n<td><code>LOOKUP-ID</code></td>\n<td><code>Required</code></td>\n<td>Owner id of deal. <a href=\"#58350220-0471-4e83-9c9c-f89e697d2ce2\">Owner API</a></td>\n</tr>\n<tr>\n<td>expectedCloseDate</td>\n<td><code>Date</code></td>\n<td><code>Optional</code></td>\n<td>Expected close date of deal to be get completed. it accept all kind of date format data. 13 digit timestamp is work best with Date format.</td>\n</tr>\n<tr>\n<td>dealValue</td>\n<td><code>Number</code></td>\n<td><code>Optional</code></td>\n<td>Deal value is required if products field value is empty array. default value is 0.</td>\n</tr>\n<tr>\n<td>dealCurrency</td>\n<td><code>String</code></td>\n<td><code>Required</code></td>\n<td>Deal currency. <a href=\"#04390334-ef85-48ea-9e9d-53fe0155be8a\">Currency API</a> (need code value from currency api.)</td>\n</tr>\n<tr>\n<td>products</td>\n<td>[productDataSchema]</td>\n<td><code>Optional</code></td>\n<td>explained below in product data schema.</td>\n</tr>\n<tr>\n<td>people</td>\n<td><code>LOOKUP-ID</code></td>\n<td><code>Optional</code></td>\n<td>Linked people id</td>\n</tr>\n<tr>\n<td>company</td>\n<td><code>LOOKUP-ID</code></td>\n<td><code>Optional</code></td>\n<td>Linked company id</td>\n</tr>\n<tr>\n<td>tags</td>\n<td><code>[LOOKUP-ID]</code></td>\n<td><code>Optional</code></td>\n<td>It is a label/tag to high light lead based on requirements. <a href=\"#7c2ad68f-114d-4b99-a494-235b5df63516\">Deal Tag API</a></td>\n</tr>\n</tbody>\n</table>\n</div><h6 id=\"product-data-schema\">Product Data Schema</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Field Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>productId</td>\n<td><code>LOOKUP-ID</code></td>\n<td>Linked product id <a href=\"#65794f30-41c3-4a70-9815-bb3d0520483b\">Product API</a></td>\n</tr>\n<tr>\n<td>itemName</td>\n<td><code>String</code></td>\n<td>Product Item Name</td>\n</tr>\n<tr>\n<td>unitPrice</td>\n<td><code>Number</code></td>\n<td>Product Unit price</td>\n</tr>\n<tr>\n<td>quantity</td>\n<td><code>Number</code></td>\n<td>Total current product quantities linked to deal</td>\n</tr>\n<tr>\n<td>amount</td>\n<td><code>Number</code></td>\n<td>Product Total Amount <code>(unitPrice*quantity)</code></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","deal",":deal_id"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"6214788d4d65fd12ca367018","key":"deal_id"}]}},"response":[{"id":"4470cb5c-186a-4442-9717-50b08c8de26c","name":"200 - Success","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"title\": \"New Title 1\",\n    \"stageId\": \"612ccd55b4631bd1625b91b1\",\n    \"pipelineId\": \"612ccd55b4631bd1625b91ac\",\n    \"expectedCloseDate\": \"2022-04-27T18:30:00.000Z\",\n    \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n    \"dealValue\": 1000,\n    \"dealCurrency\": \"USD\",\n    \"products\": [\n        {\n            \"productId\": \"60cae62ec24d5081a0e7e3e6\",\n            \"itemName\": \"Test bulk\",\n            \"quantity\": 11,\n            \"unitPrice\": 8000,\n            \"amount\": 88000\n        }\n    ],\n    \"people\": \"61ab5ba6d22cd867b9dfde1e\",\n    \"company\": \"60e5e2335ec326c16fbee37f\",\n    \"tags\": [\n        \"61d43b1bb2ce477729ba1d09\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/v1/deal/:deal_id","host":["{{base_url}}"],"path":["api","v1","deal",":deal_id"],"variable":[{"key":"deal_id","value":"62136bf8193cdd37376b3cfb"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"48"},{"key":"ETag","value":"W/\"30-VQnDdpr8cc/kefGqY0/gih7oQFk\""},{"key":"Date","value":"Mon, 21 Feb 2022 10:45:52 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Updated successfully\"\n}"}],"_postman_id":"8f20e96a-5acb-4791-bb58-4d21d1a1cf75"},{"name":"Delete Deal","id":"6aaedc2e-db43-4d6c-9d80-350ee0e44377","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{base_url}}/api/v1/deal/:deal_id","description":"<p>It deletes deal.</p>\n<h6 id=\"url-params-parameters\">URL Params Parameters</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Field Type</th>\n<th>is Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>deal_id</td>\n<td><code>String</code></td>\n<td><code>Required</code></td>\n<td>unique identification for deal to delete.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","deal",":deal_id"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"6214788d4d65fd12ca367018","key":"deal_id"}]}},"response":[{"id":"db7c369c-6840-42be-9f9f-62c1dc2a6ea2","name":"200 - Success","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{base_url}}/api/v1/deal/:deal_id","host":["{{base_url}}"],"path":["api","v1","deal",":deal_id"],"variable":[{"key":"deal_id","value":"62136bf8193cdd37376b3cfb"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"48"},{"key":"ETag","value":"W/\"30-b3/JyPOEAqiNeunppmijv25z2hE\""},{"key":"Date","value":"Mon, 21 Feb 2022 10:51:16 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Successfully deleted\"\n}"}],"_postman_id":"6aaedc2e-db43-4d6c-9d80-350ee0e44377"},{"name":"Mark Deal As Won","id":"11dd82c3-6cdd-4655-8251-7771ab854c38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"{{base_url}}/api/v1/deal/won/:deal_id","description":"<p>It marks deal as won.</p>\n<h6 id=\"path-parameters\">Path Parameters</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Field Type</th>\n<th>Is required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>deal_id</td>\n<td><code>String</code></td>\n<td><code>Required</code></td>\n<td>Deal id which need to be mark as won.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","deal","won",":deal_id"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"6214788d4d65fd12ca367018","key":"deal_id"}]}},"response":[{"id":"0b545c16-69b5-4aa4-9239-77d779f75640","name":"200 - Success","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"{{base_url}}/api/v1/deal/won/:deal_id","host":["{{base_url}}"],"path":["api","v1","deal","won",":deal_id"],"variable":[{"key":"deal_id","value":"61965db7410d188e6ae5ce01"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"54"},{"key":"ETag","value":"W/\"36-tuX6DEjrnPr0Wxyj5FEMb+LXLSE\""},{"key":"Date","value":"Mon, 21 Feb 2022 13:26:00 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Successfully marked as won\"\n}"}],"_postman_id":"11dd82c3-6cdd-4655-8251-7771ab854c38"},{"name":"Mark Deal As Lost","id":"b516a76f-a2c5-4097-9b6b-1ef4038f48eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"reasonId\": \"6149ba1ba56889e80b2bb810\",\n    \"comment\": \"Just comment\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/deal/lost/:deal_id","description":"<p>It marks deal as lost.</p>\n<h6 id=\"path-parameters\">Path Parameters</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Field Type</th>\n<th>Is required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>deal_id</td>\n<td><code>String</code></td>\n<td><code>Required</code></td>\n<td>Deal id which need to be mark as lost.</td>\n</tr>\n</tbody>\n</table>\n</div><h6 id=\"body-parameters\">Body Parameters</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Field Type</th>\n<th>Is required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>reasonId</td>\n<td><code>LOOKUP-ID</code></td>\n<td><code>REQUIRED</code></td>\n<td>Deal lost reason id. <a href=\"#125203d9-928f-4137-8c48-6d118152bfb7\">Deal Lost Reason API</a></td>\n</tr>\n<tr>\n<td>comment</td>\n<td><code>String</code></td>\n<td><code>Optional</code></td>\n<td>comment on deal lost.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","deal","lost",":deal_id"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"62135da530199bd795f68bad","key":"deal_id"}]}},"response":[{"id":"2eac235b-73b4-44e0-a1ef-f0cea5183fef","name":"200 - Success","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"{{base_url}}/api/v1/deal/lost/:deal_id","host":["{{base_url}}"],"path":["api","v1","deal","lost",":deal_id"],"variable":[{"key":"deal_id","value":"62135da530199bd795f68bad"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"55"},{"key":"ETag","value":"W/\"37-g26OMQ1watRSXcdpl3ZpQ+u0rQ8\""},{"key":"Date","value":"Mon, 21 Feb 2022 13:27:05 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Successfully marked as lost\"\n}"}],"_postman_id":"b516a76f-a2c5-4097-9b6b-1ef4038f48eb"},{"name":"Mark Deal As Archive","id":"7fe94b0b-eb8d-43b7-9027-b45de9556634","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"{{base_url}}/api/v1/deal/archive/:deal_id","description":"<p>It marks deal as archive.</p>\n<h6 id=\"path-parameters\">Path Parameters</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Field Type</th>\n<th>Is required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>deal_id</td>\n<td><code>String</code></td>\n<td><code>Required</code></td>\n<td>Deal id which need to be mark as archive.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","deal","archive",":deal_id"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"62136efe9e95d8af73f5adbd","key":"deal_id"}]}},"response":[{"id":"1452c840-8681-4eb0-9da2-f69e4e455482","name":"200 - Success","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"{{base_url}}/api/v1/deal/archive/:deal_id","host":["{{base_url}}"],"path":["api","v1","deal","archive",":deal_id"],"variable":[{"key":"deal_id","value":"62136efe9e95d8af73f5adbd"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"57"},{"key":"ETag","value":"W/\"39-QqqsO/SWaXySxPJm2GeTe0vbiNY\""},{"key":"Date","value":"Mon, 21 Feb 2022 13:26:40 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Successfully archived a deal.\"\n}"}],"_postman_id":"7fe94b0b-eb8d-43b7-9027-b45de9556634"}],"id":"658876e2-061d-4958-b9f3-927084215202","_postman_id":"658876e2-061d-4958-b9f3-927084215202","description":"","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}}},{"name":"Deal Tags","item":[{"name":"Get Deal Tag","id":"7c2ad68f-114d-4b99-a494-235b5df63516","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/api/v1/tag/deal","description":"<p>It will return details of all deal tags. This endpoint does not support pagination and all tags are always returned.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","tag","deal"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"940113c7-0295-4d34-b5a5-05972f45a989","name":"200 - Success","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/api/v1/tag/deal"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"381"},{"key":"ETag","value":"W/\"17d-1zchYvljSj+9/FkQnRtobzLbr0A\""},{"key":"Date","value":"Mon, 24 Jan 2022 09:39:08 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Successfully retrieved\",\n    \"data\": [\n        {\n            \"_id\": \"61ab4241b7f74dba1820ed64\",\n            \"name\": \"WebForm\",\n            \"colorCode\": \"#f1416c\"\n        },\n        {\n            \"_id\": \"61b304abf46a15f06c18cd97\",\n            \"name\": \"asdasdsadasdsad asdsadsad asd asdsadda\",\n            \"colorCode\": \"#f1416c\"\n        },\n        {\n            \"_id\": \"61d5bf80b2ce477729bafce6\",\n            \"name\": \"Warm\",\n            \"colorCode\": \"#ffc700\"\n        },\n        {\n            \"_id\": \"61d5cf55b2ce477729bb16c5\",\n            \"name\": \"Basha\",\n            \"colorCode\": \"#073d74\"\n        }\n    ]\n}"}],"_postman_id":"7c2ad68f-114d-4b99-a494-235b5df63516"},{"name":"Add Deal Tag","id":"7102df3a-104e-4ee1-8a1c-7893a1bbd70e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Tag from API\",\n    \"colorCode\": \"#ff00ff\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/tag/deal","description":"<p>Creates a deal tag.</p>\n<h4 id=\"body-parameters\">Body Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>FIELD NAME</strong></th>\n<th><strong>TYPE</strong></th>\n<th><strong>IS REQUIRED</strong></th>\n<th><strong>DESCRIPTION</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td><code>STRING</code></td>\n<td><code>required</code></td>\n<td>tag name</td>\n</tr>\n<tr>\n<td>colorCode</td>\n<td><code>STRING</code></td>\n<td><code>required</code></td>\n<td>color code to show tag in color</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","tag","deal"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"c7026987-7dc2-4f62-8436-76c8adfec8f3","name":"200 - Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Tag from API\",\n    \"colorCode\": \"#ff00ff\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/tag/deal"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"81"},{"key":"ETag","value":"W/\"51-1TPq1XhNcRq1uFxlts2RcJ+zsN8\""},{"key":"Date","value":"Mon, 24 Jan 2022 10:05:00 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Successfully Created\",\n    \"_id\": \"61ee79cb5928bf6888772968\"\n}"}],"_postman_id":"7102df3a-104e-4ee1-8a1c-7893a1bbd70e"},{"name":"Update Deal Tag","id":"75161af2-63dd-46c5-9530-6dccc26abad2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"tag name\",\n    \"colorCode\": \"#f1416c\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/tag/deal/:tagId","description":"<p>This endpoint will Updates one or more properties of a deal tag. both <code>name</code> and <code>colorCode</code> properties required in update tag.</p>\n<h4 id=\"path-parameters\">Path Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>FIELD NAME</strong></th>\n<th><strong>TYPE</strong></th>\n<th><strong>IS REQUIRED</strong></th>\n<th><strong>DESCRIPTION</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>tagId</td>\n<td><code>STRING</code></td>\n<td><code>required</code></td>\n<td>tag id (<code>_id</code> in get tag api response)</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"body-parameters\">Body Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>FIELD NAME</strong></th>\n<th><strong>TYPE</strong></th>\n<th><strong>IS REQUIRED</strong></th>\n<th><strong>DESCRIPTION</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td><code>STRING</code></td>\n<td><code>required</code></td>\n<td>tag name</td>\n</tr>\n<tr>\n<td>colorCode</td>\n<td><code>STRING</code></td>\n<td><code>required</code></td>\n<td>color code to show tag in color</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","tag","deal",":tagId"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"b93266b5-27fd-4676-add8-b6e9b27159b8","type":"any","value":null,"key":"tagId"}]}},"response":[{"id":"afb9ea50-c109-4026-ae4a-88cb36341651","name":"200 - Success","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"asdasdsadasdsad asdsadsad\",\n    \"colorCode\": \"#f1416c\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/v1/tag/deal/:tag_id","host":["{{base_url}}"],"path":["api","v1","tag","deal",":tag_id"],"variable":[{"key":"tag_id","value":"61b304abf46a15f06c18cd97"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"146"},{"key":"ETag","value":"W/\"92-C1PN10vjaBSdQjUlTI1j3Y8lEXU\""},{"key":"Date","value":"Mon, 24 Jan 2022 10:04:11 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Successfully edited\",\n    \"data\": {\n        \"_id\": \"61b304abf46a15f06c18cd97\",\n        \"name\": \"asdasdsadasdsad asdsadsad\",\n        \"colorCode\": \"#f1416c\"\n    }\n}"}],"_postman_id":"75161af2-63dd-46c5-9530-6dccc26abad2"},{"name":"Delete Deal  Tag","id":"d5575e7a-1946-4e33-bf5c-11e59e9f325c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{base_url}}/api/v1/tag/deal/:tagId","description":"<p>Deletes a specific deal tag.</p>\n<h4 id=\"path-parameters\">Path Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>FIELD NAME</strong></th>\n<th><strong>TYPE</strong></th>\n<th><strong>IS REQUIRED</strong></th>\n<th><strong>DESCRIPTION</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>tagId</td>\n<td><code>STRING</code></td>\n<td><code>required</code></td>\n<td>tag id (<code>_id</code> in get tag api response)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","tag","deal",":tagId"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"05d91f4a-49e9-4524-9606-c5dc2878e56d","type":"any","value":null,"key":"tagId"}]}},"response":[{"id":"f1e22d16-1288-4adc-8e47-5b37ebf418c7","name":"200 - success","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{base_url}}/api/v1/tag/deal/:tag_id","host":["{{base_url}}"],"path":["api","v1","tag","deal",":tag_id"],"variable":[{"key":"tag_id","value":"61ee76373c56cd26ce131c6d"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"48"},{"key":"ETag","value":"W/\"30-PnFiO0zgTEzGeZPZLZRtqXrQnxI\""},{"key":"Date","value":"Mon, 24 Jan 2022 09:54:22 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Successfully Deleted\"\n}"}],"_postman_id":"d5575e7a-1946-4e33-bf5c-11e59e9f325c"}],"id":"c7199896-7bb9-431d-8ff7-629e75aed945","description":"<h6 id=\"deal-tags-allow-you-to-categorize-your-deals-you-can-add-as-many-new-custom-tags-as-you-want\">Deal tags allow you to categorize your deals. you can add as many new custom tags as you want.</h6>\n","_postman_id":"c7199896-7bb9-431d-8ff7-629e75aed945","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}}},{"name":"Pipeline","item":[{"name":"Get List Of Pipelines","id":"fa1e8b1e-f81d-4b18-8dfe-c775a4e4f299","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/api/v1/pipeline","description":"<p>Get List Of All Pipelines.</p>\n<h6 id=\"response-body-parameters\">Response Body Parameters</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Fields</th>\n<th>Field Type</th>\n<th>Descriptions</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_id</td>\n<td><code>String</code></td>\n<td>Unique identification id for pipeline</td>\n</tr>\n<tr>\n<td>owner</td>\n<td><code>String</code></td>\n<td>The id of  owner/user who created pipeline.</td>\n</tr>\n<tr>\n<td>visibility</td>\n<td><code>String</code></td>\n<td>pipeline visibility. by default its <code>public</code>.</td>\n</tr>\n<tr>\n<td>name</td>\n<td><code>String</code></td>\n<td>Pipeline name</td>\n</tr>\n<tr>\n<td>stages</td>\n<td><code>Array(STAGE)</code></td>\n<td>Pipeline stages</td>\n</tr>\n</tbody>\n</table>\n</div><h6 id=\"stage-modal\">STAGE Modal</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Fields</th>\n<th>Field Type</th>\n<th>Is Required</th>\n<th>Descriptions</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td><code>String</code></td>\n<td>Stage name</td>\n<td></td>\n</tr>\n<tr>\n<td>probability</td>\n<td><code>Number</code></td>\n<td>Stage probability which lies between 0-100. probability input accept value from 0 to 100 only.</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td><code>String</code></td>\n<td>Status of pipeline stage. it accept either \"active\" or \"archived\" in value.</td>\n<td></td>\n</tr>\n<tr>\n<td>order</td>\n<td><code>Number</code></td>\n<td>it defines order of current stage in pipeline.</td>\n<td></td>\n</tr>\n<tr>\n<td>color</td>\n<td><code>String</code></td>\n<td>It gives color to current stage in pipeline.</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","pipeline"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"9d0acdcb-dba4-4c66-b763-29cf1fc04726","name":"200  - Success","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/api/v1/pipeline"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"9304"},{"key":"ETag","value":"W/\"2458-p4sf3TuzR186XcBAykodKGAaqSg\""},{"key":"Date","value":"Tue, 15 Feb 2022 09:55:59 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"successfully retrieved!\",\n    \"data\": [\n        {\n            \"_id\": \"612ccd55b4631bd1625b91ac\",\n            \"followers\": [],\n            \"visibility\": \"PUBLIC\",\n            \"watchedUserIds\": [],\n            \"memberIds\": [\n                \"60ca65a4b8d2833cc097f5a9\"\n            ],\n            \"isDefault\": true,\n            \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n            \"name\": \" SOUJANYA\",\n            \"bgColor\": \"#f7f7f7\",\n            \"createdAt\": \"2021-08-30T12:21:41.644Z\",\n            \"updatedAt\": \"2022-02-15T09:39:02.072Z\",\n            \"stages\": [\n                {\n                    \"_id\": \"612ccd55b4631bd1625b91ad\",\n                    \"status\": \"active\",\n                    \"color\": \"#2ecb44\",\n                    \"name\": \"initial\",\n                    \"probability\": 10,\n                    \"order\": 1,\n                    \"createdAt\": \"2021-08-30T12:21:41.647Z\",\n                    \"updatedAt\": \"2022-02-15T09:38:33.621Z\"\n                },\n                {\n                    \"_id\": \"612ccd55b4631bd1625b91ae\",\n                    \"status\": \"active\",\n                    \"color\": \"#402ecb\",\n                    \"name\": \"secondary\",\n                    \"probability\": 10,\n                    \"order\": 2,\n                    \"createdAt\": \"2021-08-30T12:21:41.650Z\",\n                    \"updatedAt\": \"2022-02-15T09:38:34.796Z\"\n                },\n                {\n                    \"_id\": \"612ccd55b4631bd1625b91b1\",\n                    \"status\": \"active\",\n                    \"color\": \"#bccb2e\",\n                    \"name\": \"fifth\",\n                    \"probability\": 10,\n                    \"order\": 3,\n                    \"createdAt\": \"2021-08-30T12:21:41.655Z\",\n                    \"updatedAt\": \"2022-02-15T09:38:35.842Z\"\n                },\n                {\n                    \"_id\": \"612ccd55b4631bd1625b91af\",\n                    \"status\": \"active\",\n                    \"color\": \"#cb2e49\",\n                    \"name\": \"third\",\n                    \"probability\": 10,\n                    \"order\": 4,\n                    \"createdAt\": \"2021-08-30T12:21:41.652Z\",\n                    \"updatedAt\": \"2022-02-15T09:38:36.918Z\"\n                },\n                {\n                    \"_id\": \"612ccd55b4631bd1625b91b0\",\n                    \"status\": \"active\",\n                    \"color\": \"#c12ecb\",\n                    \"name\": \"fourth\",\n                    \"probability\": 10,\n                    \"order\": 5,\n                    \"createdAt\": \"2021-08-30T12:21:41.654Z\",\n                    \"updatedAt\": \"2022-02-15T09:38:38.395Z\"\n                }\n            ]\n        },\n        {\n            \"_id\": \"612dda935be1b8ec40f6c8c7\",\n            \"followers\": [],\n            \"visibility\": \"public\",\n            \"watchedUserIds\": [],\n            \"memberIds\": [\n                \"60ca65a4b8d2833cc097f5a9\"\n            ],\n            \"isDefault\": false,\n            \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n            \"name\": \" testing\",\n            \"bgColor\": \"#f7f7f7\",\n            \"createdAt\": \"2021-08-31T07:30:27.537Z\",\n            \"updatedAt\": \"2021-08-31T07:30:27.537Z\",\n            \"stages\": [\n                {\n                    \"_id\": \"612dda935be1b8ec40f6c8c8\",\n                    \"status\": \"active\",\n                    \"color\": \"#bfcb2e\",\n                    \"name\": \"one\",\n                    \"order\": 1,\n                    \"createdAt\": \"2021-08-31T07:30:27.546Z\",\n                    \"updatedAt\": \"2021-08-31T07:30:27.546Z\"\n                }\n            ]\n        },\n        {\n            \"_id\": \"613241f505d896cc9bed50e7\",\n            \"followers\": [],\n            \"visibility\": \"PUBLIC\",\n            \"watchedUserIds\": [],\n            \"memberIds\": [\n                \"60ca65a4b8d2833cc097f5a9\"\n            ],\n            \"isDefault\": false,\n            \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n            \"name\": \"Sales Pipeline\",\n            \"bgColor\": \"#f7f7f7\",\n            \"createdAt\": \"2021-09-03T15:40:37.020Z\",\n            \"updatedAt\": \"2022-01-05T16:01:23.599Z\",\n            \"stages\": [\n                {\n                    \"_id\": \"613241f505d896cc9bed50e8\",\n                    \"status\": \"active\",\n                    \"color\": \"#969762\",\n                    \"name\": \"Qualified Lead\",\n                    \"order\": 1,\n                    \"createdAt\": \"2021-09-03T15:40:37.023Z\",\n                    \"updatedAt\": \"2022-01-05T16:01:22.260Z\"\n                },\n                {\n                    \"_id\": \"613241f505d896cc9bed50e9\",\n                    \"status\": \"active\",\n                    \"color\": \"#5e9498\",\n                    \"name\": \"Contact Made\",\n                    \"order\": 2,\n                    \"createdAt\": \"2021-09-03T15:40:37.026Z\",\n                    \"updatedAt\": \"2022-01-05T16:01:22.260Z\"\n                },\n                {\n                    \"_id\": \"613241f505d896cc9bed50eb\",\n                    \"status\": \"active\",\n                    \"color\": \"#8c6969\",\n                    \"name\": \"Product Demo\",\n                    \"order\": 3,\n                    \"createdAt\": \"2021-09-03T15:40:37.031Z\",\n                    \"updatedAt\": \"2022-01-05T16:01:22.260Z\"\n                },\n                {\n                    \"_id\": \"613241f505d896cc9bed50ea\",\n                    \"status\": \"active\",\n                    \"color\": \"#554576\",\n                    \"name\": \"Proposal Made\",\n                    \"order\": 4,\n                    \"createdAt\": \"2021-09-03T15:40:37.029Z\",\n                    \"updatedAt\": \"2022-01-05T16:01:22.260Z\"\n                },\n                {\n                    \"_id\": \"613241f505d896cc9bed50ec\",\n                    \"status\": \"active\",\n                    \"color\": \"#9fcb2e\",\n                    \"name\": \"Negotiation\",\n                    \"order\": 5,\n                    \"createdAt\": \"2021-09-03T15:40:37.033Z\",\n                    \"updatedAt\": \"2022-01-05T16:01:22.260Z\"\n                }\n            ]\n        },\n        {\n            \"_id\": \"6137161490ae27993eda5407\",\n            \"followers\": [],\n            \"visibility\": \"public\",\n            \"watchedUserIds\": [],\n            \"memberIds\": [\n                \"60ca65a4b8d2833cc097f5a9\"\n            ],\n            \"isDefault\": false,\n            \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n            \"name\": \" check-test\",\n            \"bgColor\": \"#f7f7f7\",\n            \"createdAt\": \"2021-09-07T07:34:44.495Z\",\n            \"updatedAt\": \"2021-09-07T07:34:44.495Z\",\n            \"stages\": [\n                {\n                    \"_id\": \"6137161490ae27993eda5408\",\n                    \"status\": \"active\",\n                    \"color\": \"#c89191\",\n                    \"name\": \"a\",\n                    \"order\": 1,\n                    \"createdAt\": \"2021-09-07T07:34:44.500Z\",\n                    \"updatedAt\": \"2021-09-07T07:34:44.500Z\"\n                },\n                {\n                    \"_id\": \"6137161490ae27993eda5409\",\n                    \"status\": \"active\",\n                    \"color\": \"#2e3fcb\",\n                    \"name\": \"b\",\n                    \"order\": 2,\n                    \"createdAt\": \"2021-09-07T07:34:44.503Z\",\n                    \"updatedAt\": \"2021-09-07T07:34:44.503Z\"\n                },\n                {\n                    \"_id\": \"6137161490ae27993eda540a\",\n                    \"status\": \"active\",\n                    \"color\": \"#c2cb2e\",\n                    \"name\": \"c\",\n                    \"order\": 3,\n                    \"createdAt\": \"2021-09-07T07:34:44.505Z\",\n                    \"updatedAt\": \"2021-09-07T07:34:44.505Z\"\n                },\n                {\n                    \"_id\": \"6137161490ae27993eda540b\",\n                    \"status\": \"active\",\n                    \"color\": \"#2ea8cb\",\n                    \"name\": \"d\",\n                    \"order\": 4,\n                    \"createdAt\": \"2021-09-07T07:34:44.507Z\",\n                    \"updatedAt\": \"2021-09-07T07:34:44.507Z\"\n                },\n                {\n                    \"_id\": \"6137161490ae27993eda540c\",\n                    \"status\": \"active\",\n                    \"color\": \"#a32ecb\",\n                    \"name\": \"e\",\n                    \"order\": 5,\n                    \"createdAt\": \"2021-09-07T07:34:44.510Z\",\n                    \"updatedAt\": \"2021-09-07T07:34:44.510Z\"\n                },\n                {\n                    \"_id\": \"6137161490ae27993eda540d\",\n                    \"status\": \"active\",\n                    \"color\": \"#cb2e43\",\n                    \"name\": \"f\",\n                    \"order\": 6,\n                    \"createdAt\": \"2021-09-07T07:34:44.513Z\",\n                    \"updatedAt\": \"2021-09-07T07:34:44.513Z\"\n                },\n                {\n                    \"_id\": \"6137161490ae27993eda540e\",\n                    \"status\": \"active\",\n                    \"color\": \"#4a7b83\",\n                    \"name\": \"g\",\n                    \"order\": 7,\n                    \"createdAt\": \"2021-09-07T07:34:44.517Z\",\n                    \"updatedAt\": \"2021-09-07T07:34:44.517Z\"\n                }\n            ]\n        },\n        {\n            \"_id\": \"61d86832f076d6dde5598bbd\",\n            \"followers\": [],\n            \"visibility\": \"public\",\n            \"watchedUserIds\": [],\n            \"memberIds\": [\n                \"60ca65a4b8d2833cc097f5a9\"\n            ],\n            \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n            \"name\": \" test-1\",\n            \"bgColor\": \"#f7f7f7\",\n            \"createdAt\": \"2022-01-07T16:20:02.139Z\",\n            \"updatedAt\": \"2022-01-07T16:20:02.139Z\",\n            \"stages\": [\n                {\n                    \"_id\": \"61d86832f076d6dde5598bbf\",\n                    \"status\": \"active\",\n                    \"color\": \"#BEB9B9\",\n                    \"name\": \"one\",\n                    \"order\": 1,\n                    \"createdAt\": \"2022-01-07T16:20:02.146Z\",\n                    \"updatedAt\": \"2022-01-07T16:20:02.146Z\"\n                },\n                {\n                    \"_id\": \"61d86832f076d6dde5598bc1\",\n                    \"status\": \"active\",\n                    \"color\": \"#CA1E97\",\n                    \"name\": \"two\",\n                    \"order\": 2,\n                    \"createdAt\": \"2022-01-07T16:20:02.153Z\",\n                    \"updatedAt\": \"2022-01-07T16:20:02.153Z\"\n                }\n            ],\n            \"isDefault\": false\n        },\n        {\n            \"_id\": \"61d86867f076d6dde5598bf6\",\n            \"followers\": [],\n            \"visibility\": \"public\",\n            \"watchedUserIds\": [],\n            \"memberIds\": [\n                \"60ca65a4b8d2833cc097f5a9\"\n            ],\n            \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n            \"name\": \" test-2\",\n            \"bgColor\": \"#f7f7f7\",\n            \"createdAt\": \"2022-01-07T16:20:55.750Z\",\n            \"updatedAt\": \"2022-01-07T16:20:55.750Z\",\n            \"stages\": [\n                {\n                    \"_id\": \"61d86867f076d6dde5598bf8\",\n                    \"status\": \"active\",\n                    \"color\": \"#F61D36\",\n                    \"name\": \"test-2: one\",\n                    \"order\": 1,\n                    \"createdAt\": \"2022-01-07T16:20:55.755Z\",\n                    \"updatedAt\": \"2022-01-07T16:20:55.755Z\"\n                },\n                {\n                    \"_id\": \"61d86867f076d6dde5598bfa\",\n                    \"status\": \"active\",\n                    \"color\": \"#D205B4\",\n                    \"name\": \"test-2: -two\",\n                    \"order\": 2,\n                    \"createdAt\": \"2022-01-07T16:20:55.759Z\",\n                    \"updatedAt\": \"2022-01-07T16:20:55.759Z\"\n                }\n            ],\n            \"isDefault\": false\n        },\n        {\n            \"_id\": \"61d86893f076d6dde5598c30\",\n            \"followers\": [],\n            \"visibility\": \"public\",\n            \"watchedUserIds\": [],\n            \"memberIds\": [\n                \"60ca65a4b8d2833cc097f5a9\"\n            ],\n            \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n            \"name\": \" test-3\",\n            \"bgColor\": \"#f7f7f7\",\n            \"createdAt\": \"2022-01-07T16:21:39.486Z\",\n            \"updatedAt\": \"2022-01-07T16:21:39.486Z\",\n            \"stages\": [\n                {\n                    \"_id\": \"61d86893f076d6dde5598c32\",\n                    \"status\": \"active\",\n                    \"color\": \"#C3289B\",\n                    \"name\": \"test-3-1\",\n                    \"order\": 1,\n                    \"createdAt\": \"2022-01-07T16:21:39.491Z\",\n                    \"updatedAt\": \"2022-01-07T16:21:39.491Z\"\n                },\n                {\n                    \"_id\": \"61d86893f076d6dde5598c34\",\n                    \"status\": \"active\",\n                    \"color\": \"#126672\",\n                    \"name\": \"test-3-2\",\n                    \"order\": 2,\n                    \"createdAt\": \"2022-01-07T16:21:39.495Z\",\n                    \"updatedAt\": \"2022-01-07T16:21:39.495Z\"\n                }\n            ],\n            \"isDefault\": false\n        },\n        {\n            \"_id\": \"61d868aff076d6dde5598c6b\",\n            \"followers\": [],\n            \"visibility\": \"public\",\n            \"watchedUserIds\": [],\n            \"memberIds\": [\n                \"60ca65a4b8d2833cc097f5a9\"\n            ],\n            \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n            \"name\": \" test4\",\n            \"bgColor\": \"#f7f7f7\",\n            \"createdAt\": \"2022-01-07T16:22:07.429Z\",\n            \"updatedAt\": \"2022-01-07T16:22:07.429Z\",\n            \"stages\": [\n                {\n                    \"_id\": \"61d868aff076d6dde5598c6d\",\n                    \"status\": \"active\",\n                    \"color\": \"#5D7EB2\",\n                    \"name\": \"123\",\n                    \"order\": 1,\n                    \"createdAt\": \"2022-01-07T16:22:07.433Z\",\n                    \"updatedAt\": \"2022-01-07T16:22:07.433Z\"\n                }\n            ],\n            \"isDefault\": false\n        },\n        {\n            \"_id\": \"61d868c4f076d6dde5598ca5\",\n            \"followers\": [],\n            \"visibility\": \"private\",\n            \"watchedUserIds\": [],\n            \"memberIds\": [\n                \"60ca65a4b8d2833cc097f5a9\"\n            ],\n            \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n            \"name\": \"test4 \",\n            \"bgColor\": \"#f7f7f7\",\n            \"createdAt\": \"2022-01-07T16:22:28.133Z\",\n            \"updatedAt\": \"2022-01-07T16:22:28.133Z\",\n            \"stages\": [\n                {\n                    \"_id\": \"61d868c4f076d6dde5598ca7\",\n                    \"status\": \"active\",\n                    \"color\": \"#3A5462\",\n                    \"name\": \"qwe\",\n                    \"order\": 1,\n                    \"createdAt\": \"2022-01-07T16:22:28.140Z\",\n                    \"updatedAt\": \"2022-01-07T16:22:28.140Z\"\n                }\n            ],\n            \"isDefault\": false\n        },\n        {\n            \"_id\": \"61d868dbf076d6dde5598ce0\",\n            \"followers\": [],\n            \"visibility\": \"public\",\n            \"watchedUserIds\": [],\n            \"memberIds\": [\n                \"60ca65a4b8d2833cc097f5a9\"\n            ],\n            \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n            \"name\": \" test5\",\n            \"bgColor\": \"#f7f7f7\",\n            \"createdAt\": \"2022-01-07T16:22:51.938Z\",\n            \"updatedAt\": \"2022-01-07T16:22:51.938Z\",\n            \"stages\": [\n                {\n                    \"_id\": \"61d868dbf076d6dde5598ce2\",\n                    \"status\": \"active\",\n                    \"color\": \"#D6ABD5\",\n                    \"name\": \"aqws\",\n                    \"order\": 1,\n                    \"createdAt\": \"2022-01-07T16:22:51.943Z\",\n                    \"updatedAt\": \"2022-01-07T16:22:51.943Z\"\n                }\n            ],\n            \"isDefault\": false\n        },\n        {\n            \"_id\": \"620b7892ee6fdca350c7a7cd\",\n            \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n            \"followers\": [],\n            \"name\": \"New Pipeline\",\n            \"visibility\": \"public\",\n            \"watchedUserIds\": [],\n            \"memberIds\": [\n                \"60ca65a4b8d2833cc097f5a9\"\n            ],\n            \"bgColor\": \"\",\n            \"createdAt\": \"2022-02-15T09:55:30.861Z\",\n            \"updatedAt\": \"2022-02-15T09:55:30.861Z\",\n            \"stages\": [\n                {\n                    \"_id\": \"620b7893ee6fdca350c7a82c\",\n                    \"name\": \"Qualified\",\n                    \"probability\": 100,\n                    \"status\": \"active\",\n                    \"order\": 1,\n                    \"color\": \"#A8E6CE\",\n                    \"createdAt\": \"2022-02-15T09:55:31.892Z\",\n                    \"updatedAt\": \"2022-02-15T09:55:31.892Z\"\n                },\n                {\n                    \"_id\": \"620b7894ee6fdca350c7a83f\",\n                    \"name\": \"Contact Mode\",\n                    \"probability\": 100,\n                    \"status\": \"active\",\n                    \"order\": 2,\n                    \"color\": \"#DCEDC2\",\n                    \"createdAt\": \"2022-02-15T09:55:32.228Z\",\n                    \"updatedAt\": \"2022-02-15T09:55:32.228Z\"\n                },\n                {\n                    \"_id\": \"620b7894ee6fdca350c7a84d\",\n                    \"name\": \"Demo Scheduled\",\n                    \"probability\": 100,\n                    \"status\": \"active\",\n                    \"order\": 3,\n                    \"color\": \"FFD3B5\",\n                    \"createdAt\": \"2022-02-15T09:55:32.479Z\",\n                    \"updatedAt\": \"2022-02-15T09:55:32.479Z\"\n                },\n                {\n                    \"_id\": \"620b7894ee6fdca350c7a858\",\n                    \"name\": \"Proposal Mode\",\n                    \"probability\": 100,\n                    \"status\": \"active\",\n                    \"order\": 4,\n                    \"color\": \"FFAAA6\",\n                    \"createdAt\": \"2022-02-15T09:55:32.861Z\",\n                    \"updatedAt\": \"2022-02-15T09:55:32.861Z\"\n                },\n                {\n                    \"_id\": \"620b7895ee6fdca350c7a862\",\n                    \"name\": \"Negotiation Mode\",\n                    \"probability\": 100,\n                    \"status\": \"active\",\n                    \"order\": 5,\n                    \"color\": \"FF8C94\",\n                    \"createdAt\": \"2022-02-15T09:55:33.039Z\",\n                    \"updatedAt\": \"2022-02-15T09:55:33.039Z\"\n                }\n            ],\n            \"isDefault\": false\n        }\n    ]\n}"}],"_postman_id":"fa1e8b1e-f81d-4b18-8dfe-c775a4e4f299"},{"name":"Get Selected Pipeline","id":"ebea4a0d-eda7-43ff-933e-7ca85debc178","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/api/v1/pipeline/:pipelineId","description":"<p>It returns selected pipeline data with stages.</p>\n<h6 id=\"response-body-parameters\">Response Body Parameters</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Fields</th>\n<th>Field Type</th>\n<th>Descriptions</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_id</td>\n<td><code>String</code></td>\n<td>Unique identification id for pipeline</td>\n</tr>\n<tr>\n<td>owner</td>\n<td><code>String</code></td>\n<td>The id of  owner/user who created pipeline.</td>\n</tr>\n<tr>\n<td>visibility</td>\n<td><code>String</code></td>\n<td>pipeline visibility. by default its <code>public</code>.</td>\n</tr>\n<tr>\n<td>name</td>\n<td><code>String</code></td>\n<td>Pipeline name</td>\n</tr>\n<tr>\n<td>stages</td>\n<td><code>Array(STAGE)</code></td>\n<td>Pipeline stages</td>\n</tr>\n</tbody>\n</table>\n</div><h6 id=\"stage-modal\">STAGE Modal</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Fields</th>\n<th>Field Type</th>\n<th>Is Required</th>\n<th>Descriptions</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td><code>String</code></td>\n<td>Stage name</td>\n<td></td>\n</tr>\n<tr>\n<td>probability</td>\n<td><code>Number</code></td>\n<td>Stage probability which lies between 0-100. probability input accept value from 0 to 100 only.</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td><code>String</code></td>\n<td>Status of pipeline stage. it accept either \"active\" or \"archived\" in value.</td>\n<td></td>\n</tr>\n<tr>\n<td>order</td>\n<td><code>Number</code></td>\n<td>it defines order of current stage in pipeline.</td>\n<td></td>\n</tr>\n<tr>\n<td>color</td>\n<td><code>String</code></td>\n<td>It gives color to current stage in pipeline.</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","pipeline",":pipelineId"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"620e37d590b05712cc137534","key":"pipelineId"}]}},"response":[{"id":"ee76a226-7a14-429f-aece-982bc9d7f453","name":"200 - Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/api/v1/pipeline/:pipelineId","host":["{{base_url}}"],"path":["api","v1","pipeline",":pipelineId"],"variable":[{"key":"pipelineId","value":"620b7892ee6fdca350c7a7cd"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1346"},{"key":"ETag","value":"W/\"542-fp6ODWVldekXvV2pfAvBS4SGemk\""},{"key":"Date","value":"Tue, 15 Feb 2022 09:55:42 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"data\": {\n        \"_id\": \"620b7892ee6fdca350c7a7cd\",\n        \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n        \"followers\": [],\n        \"name\": \"New Pipeline\",\n        \"visibility\": \"public\",\n        \"watchedUserIds\": [],\n        \"memberIds\": [\n            \"60ca65a4b8d2833cc097f5a9\"\n        ],\n        \"bgColor\": \"\",\n        \"createdAt\": \"2022-02-15T09:55:30.861Z\",\n        \"updatedAt\": \"2022-02-15T09:55:30.861Z\",\n        \"stages\": [\n            {\n                \"_id\": \"620b7893ee6fdca350c7a82c\",\n                \"name\": \"Qualified\",\n                \"probability\": 100,\n                \"status\": \"active\",\n                \"order\": 1,\n                \"color\": \"#A8E6CE\",\n                \"createdAt\": \"2022-02-15T09:55:31.892Z\",\n                \"updatedAt\": \"2022-02-15T09:55:31.892Z\"\n            },\n            {\n                \"_id\": \"620b7894ee6fdca350c7a83f\",\n                \"name\": \"Contact Mode\",\n                \"probability\": 100,\n                \"status\": \"active\",\n                \"order\": 2,\n                \"color\": \"#DCEDC2\",\n                \"createdAt\": \"2022-02-15T09:55:32.228Z\",\n                \"updatedAt\": \"2022-02-15T09:55:32.228Z\"\n            },\n            {\n                \"_id\": \"620b7894ee6fdca350c7a84d\",\n                \"name\": \"Demo Scheduled\",\n                \"probability\": 100,\n                \"status\": \"active\",\n                \"order\": 3,\n                \"color\": \"FFD3B5\",\n                \"createdAt\": \"2022-02-15T09:55:32.479Z\",\n                \"updatedAt\": \"2022-02-15T09:55:32.479Z\"\n            },\n            {\n                \"_id\": \"620b7894ee6fdca350c7a858\",\n                \"name\": \"Proposal Mode\",\n                \"probability\": 100,\n                \"status\": \"active\",\n                \"order\": 4,\n                \"color\": \"FFAAA6\",\n                \"createdAt\": \"2022-02-15T09:55:32.861Z\",\n                \"updatedAt\": \"2022-02-15T09:55:32.861Z\"\n            },\n            {\n                \"_id\": \"620b7895ee6fdca350c7a862\",\n                \"name\": \"Negotiation Mode\",\n                \"probability\": 100,\n                \"status\": \"active\",\n                \"order\": 5,\n                \"color\": \"FF8C94\",\n                \"createdAt\": \"2022-02-15T09:55:33.039Z\",\n                \"updatedAt\": \"2022-02-15T09:55:33.039Z\"\n            }\n        ]\n    },\n    \"message\": \"successfully retrieved!\"\n}"}],"_postman_id":"ebea4a0d-eda7-43ff-933e-7ca85debc178"},{"name":"Create New Pipeline","id":"61bcd859-5d10-4f58-b2aa-3f1961204103","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"New Pipeline\",\n    \"stages\": [\n        {\n            \"name\": \"Qualified\",\n            \"probability\": 100,\n            \"status\": \"active\",\n            \"order\": 1,\n            \"color\": \"#A8E6CE\"\n        },\n        {\n            \"name\": \"Contact Mode\",\n            \"probability\": 100,\n            \"status\": \"active\",\n            \"order\": 2,\n            \"color\": \"#DCEDC2\"\n        },\n        {\n            \"name\": \"Demo Scheduled\",\n            \"probability\": 100,\n            \"status\": \"active\",\n            \"order\": 3,\n            \"color\": \"FFD3B5\"\n        },\n        {\n            \"name\": \"Proposal Mode\",\n            \"probability\": 100,\n            \"status\": \"active\",\n            \"order\": 4,\n            \"color\": \"FFAAA6\"\n        },\n        {\n            \"name\": \"Negotiation Mode\",\n            \"probability\": 100,\n            \"status\": \"active\",\n            \"order\": 5,\n            \"color\": \"FF8C94\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/pipeline","description":"<p>Creates new pipeline for deals.</p>\n<h6 id=\"body-parameters-all-fields-are-required\">Body Parameters (All Fields are Required)</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Fields</th>\n<th>Field Type</th>\n<th>Is Required</th>\n<th>Descriptions</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td><code>String</code></td>\n<td><code>Required</code></td>\n<td>Pipeline name</td>\n</tr>\n<tr>\n<td>stages</td>\n<td><code>Array(STAGE)</code></td>\n<td><code>Required</code></td>\n<td>Pipeline stages</td>\n</tr>\n</tbody>\n</table>\n</div><h6 id=\"stage-modal\">STAGE Modal</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Fields</th>\n<th>Field Type</th>\n<th>Is Required</th>\n<th>Descriptions</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td><code>String</code></td>\n<td><code>Required</code></td>\n<td>Stage name</td>\n</tr>\n<tr>\n<td>probability</td>\n<td><code>Number</code></td>\n<td><code>Required</code></td>\n<td>Stage probability which lies between 0-100. probability input accept value from 0 to 100 only.</td>\n</tr>\n<tr>\n<td>status</td>\n<td><code>String</code></td>\n<td><code>Required</code></td>\n<td>Status of pipeline stage. it accept either \"active\" or \"archived\" in value.</td>\n</tr>\n<tr>\n<td>order</td>\n<td><code>Number</code></td>\n<td><code>Required</code></td>\n<td>it defines order of current stage in pipeline.</td>\n</tr>\n<tr>\n<td>color</td>\n<td><code>String</code></td>\n<td><code>Required</code></td>\n<td>It gives color to current stage in pipeline.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","pipeline"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"e1f993d7-80b2-4818-8323-3a4d23c658ae","name":"200 - Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"New Pipeline\",\n    \"stages\": [\n        {\n            \"name\": \"Qualified\",\n            \"probability\": 100,\n            \"status\": \"active\",\n            \"order\": 1,\n            \"color\": \"#A8E6CE\"\n        },\n        {\n            \"name\": \"Contact Mode\",\n            \"probability\": 100,\n            \"status\": \"active\",\n            \"order\": 2,\n            \"color\": \"#DCEDC2\"\n        },\n        {\n            \"name\": \"Demo Scheduled\",\n            \"probability\": 100,\n            \"status\": \"active\",\n            \"order\": 3,\n            \"color\": \"FFD3B5\"\n        },\n        {\n            \"name\": \"Proposal Mode\",\n            \"probability\": 100,\n            \"status\": \"active\",\n            \"order\": 4,\n            \"color\": \"FFAAA6\"\n        },\n        {\n            \"name\": \"Negotiation Mode\",\n            \"probability\": 100,\n            \"status\": \"active\",\n            \"order\": 5,\n            \"color\": \"FF8C94\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/pipeline"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"86"},{"key":"ETag","value":"W/\"56-s4lIgpdandG/WpIQGruxIR5CM98\""},{"key":"Date","value":"Tue, 15 Feb 2022 09:55:33 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Successfully added\",\n    \"pipelineId\": \"620b7892ee6fdca350c7a7cd\"\n}"}],"_postman_id":"61bcd859-5d10-4f58-b2aa-3f1961204103"},{"name":"Update Pipeline","id":"3f30d88f-92f8-4224-9b12-b805b9775ccc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"New Pipeline\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/pipeline/:pipelineId","description":"<p>Updates pipeline name.</p>\n<h6 id=\"body-parameters\">Body Parameters</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Fields</th>\n<th>Field Type</th>\n<th>Is Required</th>\n<th>Descriptions</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td><code>String</code></td>\n<td><code>Required</code></td>\n<td>Pipeline name</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","pipeline",":pipelineId"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"638058f7-fe49-4625-9b6e-507b2a9b3e8c","type":"any","value":"620b7892ee6fdca350c7a7cd","key":"pipelineId"}]}},"response":[{"id":"ad2a82b0-98a9-4337-81b1-a676342a5053","name":"200 - Success","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"New Pipeline\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/v1/pipeline/:pipelineId","host":["{{base_url}}"],"path":["api","v1","pipeline",":pipelineId"],"variable":[{"key":"pipelineId","value":"620b7892ee6fdca350c7a7cd"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"64"},{"key":"ETag","value":"W/\"40-DdxhZzuww2VLGOhIPbeEFaRbavI\""},{"key":"Date","value":"Tue, 15 Feb 2022 10:21:02 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Successfully updated sales pipeline!\"\n}"}],"_postman_id":"3f30d88f-92f8-4224-9b12-b805b9775ccc"},{"name":"Delete Pipeline","id":"f8d0dcb2-978b-4863-87da-8897c064e8c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{base_url}}/api/v1/pipeline/:pipelineId","description":"<p>Deletes Pipeline if there no deal associated with it.</p>\n<h6 id=\"path-parameters\">Path Parameters</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Field Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>pipelineId</td>\n<td><code>String</code></td>\n<td>Its  pipeline unique identification id.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","pipeline",":pipelineId"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"ef2b1e0f-501b-4541-a404-229bad4d3b47","type":"any","value":"620b7892ee6fdca350c7a7cd","key":"pipelineId"}]}},"response":[{"id":"c03da1fb-d92f-4155-bcce-ab98ccc36576","name":"200 - Success","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{base_url}}/api/v1/pipeline/:pipelineId","host":["{{base_url}}"],"path":["api","v1","pipeline",":pipelineId"],"variable":[{"key":"pipelineId","value":"620b7892ee6fdca350c7a7cd"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"48"},{"key":"ETag","value":"W/\"30-a8bIWqwbZXC5EbPbVc6SzwjMIOc\""},{"key":"Date","value":"Tue, 15 Feb 2022 10:21:33 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Successfully removed\"\n}"}],"_postman_id":"f8d0dcb2-978b-4863-87da-8897c064e8c3"},{"name":"Add Stage in Pipeline","id":"ffab457c-6457-49ab-ba76-895a1c3e56b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"pipelineId\": \"620e37d590b05712cc137534\",\n    \"name\": \"Archived Mode\",\n    \"probability\": 0,\n    \"status\": \"archived\",\n    \"order\": 6,\n    \"color\": \"#A8E6CE\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/pipeline/stage","description":"<p>Creates new pipeline stage for pipeline.</p>\n<h6 id=\"body-parameters-all-fields-are-required\">Body Parameters (All Fields are Required)</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Fields</th>\n<th>Field Type</th>\n<th>Is Required</th>\n<th>Descriptions</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>pipelineId</td>\n<td><code>String</code></td>\n<td><code>Required</code></td>\n<td>Pipeline id where stage need to be add.</td>\n</tr>\n<tr>\n<td>name</td>\n<td><code>String</code></td>\n<td><code>Required</code></td>\n<td>Stage name</td>\n</tr>\n<tr>\n<td>probability</td>\n<td><code>Number</code></td>\n<td><code>Required</code></td>\n<td>Stage probability which lies between 0-100. probability input accept value from 0 to 100 only.</td>\n</tr>\n<tr>\n<td>status</td>\n<td><code>String</code></td>\n<td><code>Required</code></td>\n<td>Status of pipeline stage. it accept either \"active\" or \"archived\" in value.</td>\n</tr>\n<tr>\n<td>order</td>\n<td><code>Number</code></td>\n<td><code>Required</code></td>\n<td>it defines order of current stage in pipeline.</td>\n</tr>\n<tr>\n<td>color</td>\n<td><code>String</code></td>\n<td><code>Required</code></td>\n<td>It gives color to current stage in pipeline.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","pipeline","stage"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"d0b987a7-c364-418f-8e9b-838b715197d7","name":"200 - Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"pipelineId\": \"620e37d590b05712cc137534\",\n    \"name\": \"Archived Mode\",\n    \"probability\": 0,\n    \"status\": \"archived\",\n    \"order\": 6\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/pipeline/stage"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"92"},{"key":"ETag","value":"W/\"5c-sf8hoQLzwrqbooEPdEGTX8h8taY\""},{"key":"Date","value":"Thu, 17 Feb 2022 11:58:58 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Successfully stage created!\",\n    \"stageId\": \"620e3882a02a89dab9df5ada\"\n}"}],"_postman_id":"ffab457c-6457-49ab-ba76-895a1c3e56b5"},{"name":"Update Pipeline Stage","id":"f124ce50-94e2-49db-a5e7-64398da006a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Archived Mode 1\",\n    \"probability\": 0,\n    \"status\": \"archived\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/pipeline/stage/:stageId","description":"<p>Updates the properties of a pipeline stage by stage id.</p>\n<h6 id=\"path-parameters\">Path Parameters</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Fields</th>\n<th>Field Type</th>\n<th>Is Required</th>\n<th>Descriptions</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>stageId</td>\n<td><code>String</code></td>\n<td><code>Required</code></td>\n<td>Stage id of stage which wanted to update.</td>\n</tr>\n</tbody>\n</table>\n</div><h6 id=\"request-body\">Request Body</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Fields</th>\n<th>Field Type</th>\n<th>Is Required</th>\n<th>Descriptions</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td><code>String</code></td>\n<td><code>Required</code></td>\n<td>Stage name</td>\n</tr>\n<tr>\n<td>probability</td>\n<td><code>Number</code></td>\n<td><code>Required</code></td>\n<td>Stage probability which lies between 0-100. probability input accept value from 0 to 100 only.</td>\n</tr>\n<tr>\n<td>status</td>\n<td><code>String</code></td>\n<td><code>Required</code></td>\n<td>Status of pipeline stage. it accept either \"active\" or \"archived\" in value.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","pipeline","stage",":stageId"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"620e3882a02a89dab9df5ada","key":"stageId"}]}},"response":[{"id":"c14b4b41-446e-4202-b7fc-e9648811a29a","name":"200 - Success","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Archived Mode 1\",\n    \"probability\": 0,\n    \"status\": \"archived\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/v1/pipeline/stage/:stageId","host":["{{base_url}}"],"path":["api","v1","pipeline","stage",":stageId"],"variable":[{"key":"stageId","value":"620e3882a02a89dab9df5ada"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"55"},{"key":"ETag","value":"W/\"37-EZF6ga004WDrDC5p1Ur8eOyXIao\""},{"key":"Date","value":"Thu, 17 Feb 2022 12:07:36 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Successfully updated stage.\"\n}"}],"_postman_id":"f124ce50-94e2-49db-a5e7-64398da006a7"},{"name":"Delete Pipeline Stage","id":"4dd1a562-b50b-49c8-880a-4b6b81e41522","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{base_url}}/api/v1/pipeline/stage/:stageId","description":"<p>Deletes a specific stage of pipeline by id.</p>\n<h6 id=\"path-parameters\">Path Parameters</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>FIELD NAME</strong></th>\n<th><strong>TYPE</strong></th>\n<th><strong>IS REQUIRED</strong></th>\n<th><strong>DESCRIPTION</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>stageId</td>\n<td><code>STRING</code></td>\n<td><code>required</code></td>\n<td>stage id provided in pipeline api.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","pipeline","stage",":stageId"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"620e3882a02a89dab9df5ada","key":"stageId"}]}},"response":[{"id":"0c18444e-6f33-4d57-b0fd-c1c073e74167","name":"200 - Success","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{base_url}}/api/v1/pipeline/stage/:stageId","host":["{{base_url}}"],"path":["api","v1","pipeline","stage",":stageId"],"variable":[{"key":"stageId","value":"620e3882a02a89dab9df5ada"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"48"},{"key":"ETag","value":"W/\"30-a8bIWqwbZXC5EbPbVc6SzwjMIOc\""},{"key":"Date","value":"Thu, 17 Feb 2022 12:08:30 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Successfully removed\"\n}"}],"_postman_id":"4dd1a562-b50b-49c8-880a-4b6b81e41522"},{"name":"Update Pipeline Stage Order","id":"511bb316-e381-47b0-8372-43c4f06465c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"stageId\": \"620e37d590b05712cc137538\",\n    \"order\": 1\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/pipeline/stage/update-order","description":"<p>It changes the order of stage in pipeline. It accept order in number form and place stage on provided position. reorder remaining stages based on current stage change.</p>\n<h6 id=\"request-body\">Request Body</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Field Type</th>\n<th>Is Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>stageId</td>\n<td><code>String</code></td>\n<td><code>Required</code></td>\n<td>Stage id of stage which order wanted to change.</td>\n</tr>\n<tr>\n<td>order</td>\n<td><code>Number</code></td>\n<td><code>Required</code></td>\n<td>position or  order where wanted to move stage.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","pipeline","stage","update-order"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"0ec5eccb-94bb-41ee-8c1c-e805f83dfa79","name":"200 - Success","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"stageId\": \"620e37d590b05712cc137538\",\n    \"order\": 1\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/pipeline/stage/update-order"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"48"},{"key":"ETag","value":"W/\"30-Apmr6K6bYGBrZec1qg7Wyr8di18\""},{"key":"Date","value":"Thu, 17 Feb 2022 12:15:46 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Successfully updated\"\n}"}],"_postman_id":"511bb316-e381-47b0-8372-43c4f06465c3"}],"id":"94774c97-f99c-447d-8149-230925a06005","description":"<p>Pipelines are collection of stages where all deals get categorise by stages.</p>\n","_postman_id":"94774c97-f99c-447d-8149-230925a06005","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}}},{"name":"Deal Lost Reasons","item":[{"name":"Get List of Deal Lost Reasons","id":"125203d9-928f-4137-8c48-6d118152bfb7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/api/v1/outcomes/deal","description":"<p>It Returns all deal lost reasons.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","outcomes","deal"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"f505db39-21a4-4922-913e-9cbdcbe16ad4","name":"200 - Success","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/api/v1/outcomes/deal"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"129"},{"key":"ETag","value":"W/\"81-IWXFrL+dcXJ/dGeHmxhxnt9miFY\""},{"key":"Date","value":"Mon, 21 Feb 2022 13:49:59 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Deal Lost Reason Fetched\",\n    \"data\": [\n        {\n            \"_id\": \"6149ba1ba56889e80b2bb810\",\n            \"reason\": \"Dont like the product\"\n        }\n    ]\n}"}],"_postman_id":"125203d9-928f-4137-8c48-6d118152bfb7"}],"id":"f2ca2162-f891-46b1-bff1-d81535ca01a4","_postman_id":"f2ca2162-f891-46b1-bff1-d81535ca01a4","description":"","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}}}],"id":"b15232ed-78fd-4fbb-8236-ae6c5e866d25","_postman_id":"b15232ed-78fd-4fbb-8236-ae6c5e866d25","description":"","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}}},{"name":"Activity Module","item":[{"name":"v1 (deprecated)","item":[{"name":"Activity","item":[{"name":"Get List Of Activities of User","id":"7f3ec671-8209-44ee-a3ea-6c3bc32e6447","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/api/v1/activity?userId=60ca65a4b8d2833cc097f5a9&type=To Do&limit=10&pageNo=1","description":"<p>Returns all activities assigned to a particular user with provided data.</p>\n<h3 id=\"query-parameters\">Query Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Filed</th>\n<th>Type</th>\n<th>is Required</th>\n<th>Default Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>pageNo</td>\n<td><code>Number</code></td>\n<td><code>Required</code></td>\n<td>1</td>\n<td>For pagination, the page of entries to be returned. If not provided, 1st page data will be returned.</td>\n</tr>\n<tr>\n<td>limit</td>\n<td><code>Number</code></td>\n<td><code>Required</code></td>\n<td>10</td>\n<td>For pagination, the limit of entries to be returned. If not provided, 100 items will be returned.</td>\n</tr>\n<tr>\n<td>userId</td>\n<td><code>String</code></td>\n<td><code>Required</code></td>\n<td>\"\"</td>\n<td>The ID of the user whose activities will be fetched.</td>\n</tr>\n<tr>\n<td>type</td>\n<td><code>String</code></td>\n<td><code>Required</code></td>\n<td>type of data to be returned.It accept only <code>To Do</code>, <code>Overdue</code>, <code>Completed</code> key values.  <code>\"To Do\"</code> return activities which not completed. <code>\"Overdue\"</code> - returns activities which supposed to complete on selected schedule date and still not got completed. <code>\"Completed\"</code> - returns activities which got completed.</td>\n<td></td>\n</tr>\n<tr>\n<td>startDate</td>\n<td><code>TimeStamp</code></td>\n<td><code>Optional</code></td>\n<td>to return activities from particular time frame. it accept startDate in 13 digit timestamp. where startDate treat as starting date point.</td>\n<td></td>\n</tr>\n<tr>\n<td>endDate</td>\n<td><code>TimeStamp</code></td>\n<td><code>Optional</code></td>\n<td>to return activities from particular time frame. it accept endDate in 13 digit timestamp. where endDate treat as ending date point.</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<p>The success response provides activity data, pagination and related object data.</p>\n<ol>\n<li>data = it contain activity data with key value pair</li>\n<li>pagination = it contains pagination related details like current page no, current request limit, total activity and based on limit and total activity how many pages can be formed.</li>\n<li>relatedObject = activity data has many linked data. based on id, we can able to retrieved linked data from related object. for example - activity data has a key name owner which provide onwer id instead of owner data. to get owner data based on id you can look in realtedObject.owner which contains owner data. activity having <code>tags</code>, <code>owner</code>, <code>followers</code>, <code>assignToUser</code>, <code>activityType</code>, <code>activityLostReason</code>, <code>lead</code>, <code>people</code>, <code>company</code> and <code>deal</code> id instead of data. that data present in <code>relatedObject</code>.</li>\n</ol>\n<h6 id=\"response-data-body\">Response Data Body</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>Name of the activity</td>\n</tr>\n<tr>\n<td>description</td>\n<td>Description of activity</td>\n</tr>\n<tr>\n<td>tags</td>\n<td>Label/tags to high-light activity</td>\n</tr>\n<tr>\n<td>attendees</td>\n<td>Email address of peoples who going to attend that activity.</td>\n</tr>\n<tr>\n<td>scheduleAt</td>\n<td>Activity Scheduled for time</td>\n</tr>\n<tr>\n<td>duration</td>\n<td>Activity duration in milliseconds. by default 0.</td>\n</tr>\n<tr>\n<td>owner</td>\n<td>Id of agent who created activity</td>\n</tr>\n<tr>\n<td>followers</td>\n<td>Id of agent who follower in activity</td>\n</tr>\n<tr>\n<td>assignToUser</td>\n<td>Id of agent to whom assigned activity to perform</td>\n</tr>\n<tr>\n<td>isCalendarInvited</td>\n<td>Is calendar invitation sent to all members of activity or not</td>\n</tr>\n<tr>\n<td>activityType</td>\n<td>Type of activity</td>\n</tr>\n<tr>\n<td>people</td>\n<td>Linked people id in activity</td>\n</tr>\n<tr>\n<td>lead</td>\n<td>Linked lead id in activity</td>\n</tr>\n<tr>\n<td>company</td>\n<td>Linked company id in activity</td>\n</tr>\n<tr>\n<td>deal</td>\n<td>Linked deal id in activity</td>\n</tr>\n<tr>\n<td>location</td>\n<td>Location where activity performs.</td>\n</tr>\n<tr>\n<td>timezone</td>\n<td>Timezone for Activity for another country client.</td>\n</tr>\n<tr>\n<td>latitude</td>\n<td>Additional Info. Latitude</td>\n</tr>\n<tr>\n<td>longitude</td>\n<td>Additional Info. Longitude</td>\n</tr>\n<tr>\n<td>isCompleted</td>\n<td>Is activity completed or not by assigned user</td>\n</tr>\n<tr>\n<td>completedTime</td>\n<td>Time at which activity got completed by Assigned user.</td>\n</tr>\n<tr>\n<td>activityLostReason</td>\n<td>Activity outcome while completing activity.</td>\n</tr>\n<tr>\n<td>activityLostReasonComment</td>\n<td>Activity outcome comment while completing activity.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","activity"],"host":["{{base_url}}"],"query":[{"key":"userId","value":"60ca65a4b8d2833cc097f5a9"},{"key":"type","value":"To Do"},{"key":"limit","value":"10"},{"key":"pageNo","value":"1"},{"disabled":true,"key":"startDate","value":"1645122600000"},{"disabled":true,"key":"endDate","value":"1645208999999"}],"variable":[]}},"response":[{"id":"c38beaa8-7647-4077-8758-1011a6e29d99","name":"200 - Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/api/v1/activity?userId=60ca65a4b8d2833cc097f5a9&type=To Do&limit=10&pageNo=1","host":["{{base_url}}"],"path":["api","v1","activity"],"query":[{"key":"userId","value":"60ca65a4b8d2833cc097f5a9"},{"key":"type","value":"To Do"},{"key":"limit","value":"10"},{"key":"pageNo","value":"1"},{"key":"startDate","value":"1645122600000","disabled":true},{"key":"endDate","value":"1645208999999","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"7226"},{"key":"ETag","value":"W/\"1c3a-+rTDb9oc/pJNkoE1ALklI0VTOYQ\""},{"key":"Date","value":"Fri, 18 Feb 2022 11:15:01 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"successfully retrived\",\n    \"data\": [\n        {\n            \"_id\": \"61c060b701bc1035141b8f77\",\n            \"tags\": [\n                \"61de87a6d07928609da495e5\"\n            ],\n            \"isCompleted\": false,\n            \"attendees\": [],\n            \"isCalendarInvited\": false,\n            \"name\": \"Clock - SAhil doing testing\",\n            \"description\": \"\",\n            \"activityType\": \"61497e03a56889e80b2b9aee\",\n            \"assignToUser\": \"60ca65a4b8d2833cc097f5a9\",\n            \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n            \"scheduleAt\": \"2022-02-18T11:53:00.000Z\",\n            \"duration\": \"0\",\n            \"people\": \"6145987b18ca6aa5a989f7f8\",\n            \"lead\": \"6145987b18ca6aa5a989f7f8\",\n            \"company\": \"60d2c1d96f5e3d14b69b90cb\",\n            \"createdAt\": \"2021-12-20T10:53:43.280Z\",\n            \"updatedAt\": \"2022-02-18T11:12:04.216Z\",\n            \"__v\": 0,\n            \"activityLostReasonComment\": \"\"\n        },\n        {\n            \"_id\": \"620c88cd95ea1e639037fcef\",\n            \"tags\": [\n                \"61de87a6d07928609da495e5\"\n            ],\n            \"isCompleted\": false,\n            \"attendees\": [],\n            \"isCalendarInvited\": false,\n            \"name\": \"Meeting\",\n            \"description\": \"\",\n            \"activityType\": \"614ec8b05ad2d955781224b5\",\n            \"assignToUser\": \"60ca65a4b8d2833cc097f5a9\",\n            \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n            \"scheduleAt\": \"2022-02-16T08:16:56.980Z\",\n            \"duration\": \"0\",\n            \"lead\": null,\n            \"company\": \"61d43339b2ce477729ba18d9\",\n            \"createdAt\": \"2022-02-16T05:17:01.266Z\",\n            \"updatedAt\": \"2022-02-18T11:13:09.425Z\",\n            \"__v\": 0,\n            \"activityLostReason\": \"617951df015c9daa79c6a8c0\",\n            \"deal\": \"61d80fbdb2ce477729bbba3b\"\n        },\n        {\n            \"_id\": \"620c814b95ea1e639037f259\",\n            \"tags\": [],\n            \"isCompleted\": false,\n            \"attendees\": [],\n            \"isCalendarInvited\": false,\n            \"name\": \"Call-123\",\n            \"description\": \"\",\n            \"activityType\": \"614afd9c0f8e8c615aed4853\",\n            \"assignToUser\": \"60ca65a4b8d2833cc097f5a9\",\n            \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n            \"scheduleAt\": \"2022-02-16T07:44:55.335Z\",\n            \"duration\": \"0\",\n            \"lead\": null,\n            \"company\": \"61d5c024b2ce477729bafd45\",\n            \"createdAt\": \"2022-02-16T04:44:59.627Z\",\n            \"updatedAt\": \"2022-02-16T04:44:59.627Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"61fbc609de4984e01d5a9e7d\",\n            \"tags\": [],\n            \"isCompleted\": false,\n            \"attendees\": [],\n            \"isCalendarInvited\": false,\n            \"name\": \"Clock - new Lead to check source\",\n            \"description\": \"\",\n            \"activityType\": \"61497e03a56889e80b2b9aee\",\n            \"assignToUser\": \"60ca65a4b8d2833cc097f5a9\",\n            \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n            \"scheduleAt\": \"2022-02-03T13:09:44.115Z\",\n            \"duration\": \"0\",\n            \"people\": \"61fa80aede4984e01d5a778f\",\n            \"lead\": \"61fa80aede4984e01d5a778f\",\n            \"createdAt\": \"2022-02-03T12:09:45.062Z\",\n            \"updatedAt\": \"2022-02-03T12:09:45.062Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"61e6e1601d37e5219b9151d2\",\n            \"tags\": [],\n            \"isCompleted\": false,\n            \"attendees\": [],\n            \"isCalendarInvited\": false,\n            \"name\": \"Gaming\",\n            \"description\": \"\",\n            \"activityType\": \"614ec91e5ad2d95578122526\",\n            \"assignToUser\": \"60ca65a4b8d2833cc097f5a9\",\n            \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n            \"scheduleAt\": \"2022-01-19T15:48:43.585Z\",\n            \"duration\": \"0\",\n            \"lead\": null,\n            \"company\": \"61e1355bfd9beeb59149b095\",\n            \"createdAt\": \"2022-01-18T15:48:48.070Z\",\n            \"updatedAt\": \"2022-01-18T15:48:48.070Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"61e6e1731d37e5219b9151e1\",\n            \"tags\": [],\n            \"isCompleted\": false,\n            \"attendees\": [\n                \"\"\n            ],\n            \"isCalendarInvited\": false,\n            \"name\": \"Rahul\",\n            \"description\": \"\",\n            \"activityType\": \"619d36cf912713b381341424\",\n            \"assignToUser\": \"60ca65a4b8d2833cc097f5a9\",\n            \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n            \"scheduleAt\": \"2022-01-18T18:49:03.870Z\",\n            \"duration\": \"0\",\n            \"lead\": null,\n            \"company\": \"61e1355bfd9beeb59149b095\",\n            \"createdAt\": \"2022-01-18T15:49:07.610Z\",\n            \"updatedAt\": \"2022-01-18T15:49:07.610Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"61e6de321d37e5219b914c4d\",\n            \"tags\": [],\n            \"isCompleted\": false,\n            \"attendees\": [],\n            \"isCalendarInvited\": false,\n            \"name\": \"Call\",\n            \"description\": \"\",\n            \"activityType\": \"614afd9c0f8e8c615aed4853\",\n            \"assignToUser\": \"60ca65a4b8d2833cc097f5a9\",\n            \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n            \"scheduleAt\": \"2022-01-18T18:35:09.369Z\",\n            \"duration\": \"0\",\n            \"lead\": null,\n            \"createdAt\": \"2022-01-18T15:35:14.639Z\",\n            \"updatedAt\": \"2022-01-18T15:35:14.639Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"61e6da301d37e5219b91491d\",\n            \"tags\": [],\n            \"isCompleted\": false,\n            \"attendees\": [],\n            \"isCalendarInvited\": false,\n            \"name\": \"Call\",\n            \"description\": \"\",\n            \"activityType\": \"614afd9c0f8e8c615aed4853\",\n            \"assignToUser\": \"60ca65a4b8d2833cc097f5a9\",\n            \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n            \"scheduleAt\": \"2022-01-18T18:18:06.385Z\",\n            \"duration\": \"0\",\n            \"lead\": null,\n            \"createdAt\": \"2022-01-18T15:18:08.626Z\",\n            \"updatedAt\": \"2022-01-18T15:18:08.626Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"61e5acbbf7ef6a0827f1ae3f\",\n            \"tags\": [],\n            \"isCompleted\": false,\n            \"attendees\": [],\n            \"isCalendarInvited\": false,\n            \"name\": \"Gaming\",\n            \"description\": \"\",\n            \"activityType\": \"614ec91e5ad2d95578122526\",\n            \"assignToUser\": \"60ca65a4b8d2833cc097f5a9\",\n            \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n            \"scheduleAt\": \"2022-01-18T17:51:53.963Z\",\n            \"duration\": \"0\",\n            \"lead\": null,\n            \"createdAt\": \"2022-01-17T17:51:55.373Z\",\n            \"updatedAt\": \"2022-01-17T17:51:55.373Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"61e5accdf7ef6a0827f1ae44\",\n            \"tags\": [],\n            \"isCompleted\": false,\n            \"attendees\": [],\n            \"isCalendarInvited\": false,\n            \"name\": \"Meeting\",\n            \"description\": \"\",\n            \"activityType\": \"614ec8b05ad2d955781224b5\",\n            \"assignToUser\": \"60ca65a4b8d2833cc097f5a9\",\n            \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n            \"scheduleAt\": \"2022-01-17T20:52:10.666Z\",\n            \"duration\": \"0\",\n            \"lead\": null,\n            \"createdAt\": \"2022-01-17T17:52:13.243Z\",\n            \"updatedAt\": \"2022-01-17T17:52:13.243Z\",\n            \"__v\": 0\n        }\n    ],\n    \"pagination\": {\n        \"pageNo\": 1,\n        \"limit\": 10,\n        \"totalPages\": 12,\n        \"totalData\": 115\n    },\n    \"relatedObject\": {\n        \"tags\": {\n            \"61de87a6d07928609da495e5\": {\n                \"_id\": \"61de87a6d07928609da495e5\",\n                \"name\": \"test\",\n                \"colorCode\": \"#f1416c\"\n            }\n        },\n        \"owner\": {\n            \"60ca65a4b8d2833cc097f5a9\": {\n                \"fullName\": \"sahil Khaire\",\n                \"userId\": \"60ca65a4b8d2833cc097f5a9\",\n                \"email\": \"sahil@saino.io\",\n                \"userType\": \"OWNER\",\n                \"avatar\": \"https://salessimplify.s3.ap-south-1.amazonaws.com/profile-picture/60ca65a3b8d2833cc097f5a8_scaled_0cd48521-679d-427c-ad94-b29dc336a63e2263121557061650365.jpg\"\n            }\n        },\n        \"followers\": {\n            \"60ca65a4b8d2833cc097f5a9\": {\n                \"fullName\": \"sahil Khaire\",\n                \"userId\": \"60ca65a4b8d2833cc097f5a9\",\n                \"email\": \"sahil@saino.io\",\n                \"userType\": \"OWNER\",\n                \"avatar\": \"https://salessimplify.s3.ap-south-1.amazonaws.com/profile-picture/60ca65a3b8d2833cc097f5a8_scaled_0cd48521-679d-427c-ad94-b29dc336a63e2263121557061650365.jpg\"\n            }\n        },\n        \"activityType\": {\n            \"61497e03a56889e80b2b9aee\": {\n                \"_id\": \"61497e03a56889e80b2b9aee\",\n                \"name\": \"Clock\",\n                \"icon\": \"clock\"\n            },\n            \"614ec8b05ad2d955781224b5\": {\n                \"_id\": \"614ec8b05ad2d955781224b5\",\n                \"name\": \"Meeting\",\n                \"icon\": \"calendar\"\n            },\n            \"614afd9c0f8e8c615aed4853\": {\n                \"_id\": \"614afd9c0f8e8c615aed4853\",\n                \"name\": \"Call\",\n                \"icon\": \"telephone\"\n            },\n            \"614ec91e5ad2d95578122526\": {\n                \"_id\": \"614ec91e5ad2d95578122526\",\n                \"name\": \"Gaming\",\n                \"icon\": \"controller\"\n            },\n            \"619d36cf912713b381341424\": {\n                \"_id\": \"619d36cf912713b381341424\",\n                \"name\": \"Rahul\",\n                \"icon\": \"flag\"\n            }\n        },\n        \"assignToUser\": {\n            \"60ca65a4b8d2833cc097f5a9\": {\n                \"fullName\": \"sahil Khaire\",\n                \"userId\": \"60ca65a4b8d2833cc097f5a9\",\n                \"email\": \"sahil@saino.io\",\n                \"userType\": \"OWNER\",\n                \"avatar\": \"https://salessimplify.s3.ap-south-1.amazonaws.com/profile-picture/60ca65a3b8d2833cc097f5a8_scaled_0cd48521-679d-427c-ad94-b29dc336a63e2263121557061650365.jpg\"\n            }\n        },\n        \"lead\": {\n            \"6145987b18ca6aa5a989f7f8\": {\n                \"_id\": \"6145987b18ca6aa5a989f7f8\",\n                \"phone\": [\n                    9999999921\n                ]\n            },\n            \"61fa80aede4984e01d5a778f\": {\n                \"_id\": \"61fa80aede4984e01d5a778f\",\n                \"phone\": [\n                    919876543234\n                ]\n            }\n        },\n        \"company\": {\n            \"60d2c1d96f5e3d14b69b90cb\": {\n                \"_id\": \"60d2c1d96f5e3d14b69b90cb\",\n                \"name\": \"Test Adkd\"\n            },\n            \"61d43339b2ce477729ba18d9\": {\n                \"_id\": \"61d43339b2ce477729ba18d9\",\n                \"name\": \"test\"\n            },\n            \"61d5c024b2ce477729bafd45\": {\n                \"_id\": \"61d5c024b2ce477729bafd45\",\n                \"name\": \"Salesimplify new one\"\n            },\n            \"61e1355bfd9beeb59149b095\": {\n                \"_id\": \"61e1355bfd9beeb59149b095\",\n                \"name\": \"asd\"\n            }\n        },\n        \"people\": {\n            \"6145987b18ca6aa5a989f7f8\": {\n                \"_id\": \"6145987b18ca6aa5a989f7f8\",\n                \"phone\": [\n                    9999999921\n                ]\n            },\n            \"61fa80aede4984e01d5a778f\": {\n                \"_id\": \"61fa80aede4984e01d5a778f\",\n                \"phone\": [\n                    919876543234\n                ]\n            }\n        },\n        \"deal\": {\n            \"61d80fbdb2ce477729bbba3b\": {\n                \"_id\": \"61d80fbdb2ce477729bbba3b\",\n                \"title\": \"7th Jan  Deal\"\n            }\n        },\n        \"activityLostReason\": {\n            \"617951df015c9daa79c6a8c0\": {\n                \"_id\": \"617951df015c9daa79c6a8c0\",\n                \"reason\": \"customer not interested\"\n            }\n        }\n    }\n}"},{"id":"f6161d3f-a979-4d8f-8d43-877933a727f8","name":"200 -Success with date filter","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/api/v1/activity?userId=60ca65a4b8d2833cc097f5a9&type=To Do&limit=10&pageNo=1&startDate=1645122600000&endDate=1645208999999","host":["{{base_url}}"],"path":["api","v1","activity"],"query":[{"key":"userId","value":"60ca65a4b8d2833cc097f5a9"},{"key":"type","value":"To Do"},{"key":"limit","value":"10"},{"key":"pageNo","value":"1"},{"key":"startDate","value":"1645122600000"},{"key":"endDate","value":"1645208999999"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2208"},{"key":"ETag","value":"W/\"8a0-4wYN6hB61246hLe1xbCRmfCC+/U\""},{"key":"Date","value":"Fri, 18 Feb 2022 11:17:42 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"successfully retrived\",\n    \"data\": [\n        {\n            \"_id\": \"61c060b701bc1035141b8f77\",\n            \"tags\": [\n                \"61de87a6d07928609da495e5\"\n            ],\n            \"isCompleted\": false,\n            \"attendees\": [],\n            \"isCalendarInvited\": false,\n            \"name\": \"Clock - SAhil doing testing\",\n            \"description\": \"\",\n            \"activityType\": \"61497e03a56889e80b2b9aee\",\n            \"assignToUser\": \"60ca65a4b8d2833cc097f5a9\",\n            \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n            \"scheduleAt\": \"2022-02-18T11:53:00.000Z\",\n            \"duration\": \"0\",\n            \"people\": \"6145987b18ca6aa5a989f7f8\",\n            \"lead\": \"6145987b18ca6aa5a989f7f8\",\n            \"company\": \"60d2c1d96f5e3d14b69b90cb\",\n            \"createdAt\": \"2021-12-20T10:53:43.280Z\",\n            \"updatedAt\": \"2022-02-18T11:12:04.216Z\",\n            \"__v\": 0,\n            \"activityLostReasonComment\": \"\"\n        }\n    ],\n    \"pagination\": {\n        \"pageNo\": 1,\n        \"limit\": 10,\n        \"totalPages\": 1,\n        \"totalData\": 1\n    },\n    \"relatedObject\": {\n        \"tags\": {\n            \"61de87a6d07928609da495e5\": {\n                \"_id\": \"61de87a6d07928609da495e5\",\n                \"name\": \"test\",\n                \"colorCode\": \"#f1416c\"\n            }\n        },\n        \"owner\": {\n            \"60ca65a4b8d2833cc097f5a9\": {\n                \"fullName\": \"sahil Khaire\",\n                \"userId\": \"60ca65a4b8d2833cc097f5a9\",\n                \"email\": \"sahil@saino.io\",\n                \"userType\": \"OWNER\",\n                \"avatar\": \"https://salessimplify.s3.ap-south-1.amazonaws.com/profile-picture/60ca65a3b8d2833cc097f5a8_scaled_0cd48521-679d-427c-ad94-b29dc336a63e2263121557061650365.jpg\"\n            }\n        },\n        \"followers\": {\n            \"60ca65a4b8d2833cc097f5a9\": {\n                \"fullName\": \"sahil Khaire\",\n                \"userId\": \"60ca65a4b8d2833cc097f5a9\",\n                \"email\": \"sahil@saino.io\",\n                \"userType\": \"OWNER\",\n                \"avatar\": \"https://salessimplify.s3.ap-south-1.amazonaws.com/profile-picture/60ca65a3b8d2833cc097f5a8_scaled_0cd48521-679d-427c-ad94-b29dc336a63e2263121557061650365.jpg\"\n            }\n        },\n        \"assignToUser\": {\n            \"60ca65a4b8d2833cc097f5a9\": {\n                \"fullName\": \"sahil Khaire\",\n                \"userId\": \"60ca65a4b8d2833cc097f5a9\",\n                \"email\": \"sahil@saino.io\",\n                \"userType\": \"OWNER\",\n                \"avatar\": \"https://salessimplify.s3.ap-south-1.amazonaws.com/profile-picture/60ca65a3b8d2833cc097f5a8_scaled_0cd48521-679d-427c-ad94-b29dc336a63e2263121557061650365.jpg\"\n            }\n        },\n        \"activityType\": {\n            \"61497e03a56889e80b2b9aee\": {\n                \"_id\": \"61497e03a56889e80b2b9aee\",\n                \"name\": \"Clock\",\n                \"icon\": \"clock\"\n            }\n        },\n        \"activityLostReason\": {},\n        \"lead\": {\n            \"6145987b18ca6aa5a989f7f8\": {\n                \"_id\": \"6145987b18ca6aa5a989f7f8\",\n                \"phone\": [\n                    9999999921\n                ]\n            }\n        },\n        \"company\": {\n            \"60d2c1d96f5e3d14b69b90cb\": {\n                \"_id\": \"60d2c1d96f5e3d14b69b90cb\",\n                \"name\": \"Test Adkd\"\n            }\n        },\n        \"people\": {\n            \"6145987b18ca6aa5a989f7f8\": {\n                \"_id\": \"6145987b18ca6aa5a989f7f8\",\n                \"phone\": [\n                    9999999921\n                ]\n            }\n        },\n        \"deal\": {}\n    }\n}"}],"_postman_id":"7f3ec671-8209-44ee-a3ea-6c3bc32e6447"},{"name":"Get Selected One Activity","id":"384792a9-c6dc-4204-9a40-c4b4ed23fd51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/api/v1/activity/:activityId","description":"<p>Returns selected activity.</p>\n<h3 id=\"query-parameters\">Query Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Filed</th>\n<th>Type</th>\n<th>is Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>activityId</td>\n<td><code>String</code></td>\n<td><code>Required</code></td>\n<td>activity id which need to be fetch.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<p>The success response provides activity data, pagination and related object data.</p>\n<ol>\n<li>data = it contain activity data with key value pair</li>\n<li>relatedObject = activity data has many linked data. based on id, we can able to retrieved linked data from related object. for example - activity data has a key name owner which provide onwer id instead of owner data. to get owner data based on id you can look in realtedObject.owner which contains owner data. activity having <code>tags</code>, <code>owner</code>, <code>followers</code>, <code>assignToUser</code>, <code>activityType</code>, <code>activityLostReason</code>, <code>lead</code>, <code>people</code>, <code>company</code> and <code>deal</code> id instead of data. that data present in <code>relatedObject</code>.</li>\n</ol>\n<h6 id=\"response-data-body\">Response Data Body</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>Name of the activity</td>\n</tr>\n<tr>\n<td>description</td>\n<td>Description of activity</td>\n</tr>\n<tr>\n<td>tags</td>\n<td>Label/tags to high-light activity</td>\n</tr>\n<tr>\n<td>attendees</td>\n<td>Email address of peoples who going to attend that activity.</td>\n</tr>\n<tr>\n<td>scheduleAt</td>\n<td>Activity Scheduled for time</td>\n</tr>\n<tr>\n<td>duration</td>\n<td>Activity duration in milliseconds. by default 0.</td>\n</tr>\n<tr>\n<td>owner</td>\n<td>Id of agent who created activity</td>\n</tr>\n<tr>\n<td>followers</td>\n<td>Id of agent who follower in activity</td>\n</tr>\n<tr>\n<td>assignToUser</td>\n<td>Id of agent to whom assigned activity to perform</td>\n</tr>\n<tr>\n<td>isCalendarInvited</td>\n<td>Is calendar invitation sent to all members of activity or not</td>\n</tr>\n<tr>\n<td>activityType</td>\n<td>Type of activity</td>\n</tr>\n<tr>\n<td>people</td>\n<td>Linked people id in activity</td>\n</tr>\n<tr>\n<td>lead</td>\n<td>Linked lead id in activity</td>\n</tr>\n<tr>\n<td>company</td>\n<td>Linked company id in activity</td>\n</tr>\n<tr>\n<td>deal</td>\n<td>Linked deal id in activity</td>\n</tr>\n<tr>\n<td>location</td>\n<td>Location where activity performs.</td>\n</tr>\n<tr>\n<td>timezone</td>\n<td>Timezone for Activity for another country client.</td>\n</tr>\n<tr>\n<td>latitude</td>\n<td>Additional Info. Latitude</td>\n</tr>\n<tr>\n<td>longitude</td>\n<td>Additional Info. Longitude</td>\n</tr>\n<tr>\n<td>isCompleted</td>\n<td>Is activity completed or not by assigned user</td>\n</tr>\n<tr>\n<td>completedTime</td>\n<td>Time at which activity got completed by Assigned user.</td>\n</tr>\n<tr>\n<td>activityLostReason</td>\n<td>Activity outcome while completing activity.</td>\n</tr>\n<tr>\n<td>activityLostReasonComment</td>\n<td>Activity outcome comment while completing activity.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","activity",":activityId"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"62137b049aa0a997fc0e4f26","key":"activityId"}]}},"response":[{"id":"8417dd69-b9a7-4748-8d08-828c600e9410","name":"200 - Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/api/v1/activity/:activityId","host":["{{base_url}}"],"path":["api","v1","activity",":activityId"],"variable":[{"key":"activityId","value":"61c060b701bc1035141b8f77"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1559"},{"key":"ETag","value":"W/\"617-lutRRNDPZV7DcvgOx/RaKG+FzUA\""},{"key":"Date","value":"Fri, 18 Feb 2022 11:25:50 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"successfully retrived\",\n    \"data\": {\n        \"_id\": \"610a24efe7f67d0440bc140a\",\n        \"tags\": [],\n        \"isCompleted\": false,\n        \"attendees\": [\n            \"sahil@saino.io\"\n        ],\n        \"isCalendarInvited\": false,\n        \"name\": \"test call\",\n        \"description\": \"test\",\n        \"activityType\": null,\n        \"assignToUser\": \"60ffef7bf5aade499fbadb57\",\n        \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n        \"scheduleAt\": \"1970-01-01T00:00:00.000Z\",\n        \"duration\": \"2332800000\",\n        \"people\": null,\n        \"lead\": null,\n        \"createdAt\": \"2021-08-04T05:26:07.956Z\",\n        \"updatedAt\": \"2021-08-04T05:26:07.956Z\",\n        \"__v\": 0\n    },\n    \"relatedObject\": {\n        \"tags\": {},\n        \"owner\": {\n            \"60ca65a4b8d2833cc097f5a9\": {\n                \"fullName\": \"sahil Khaire\",\n                \"userId\": \"60ca65a4b8d2833cc097f5a9\",\n                \"email\": \"sahil@saino.io\",\n                \"userType\": \"OWNER\",\n                \"avatar\": \"https://salessimplify.s3.ap-south-1.amazonaws.com/profile-picture/60ca65a3b8d2833cc097f5a8_scaled_0cd48521-679d-427c-ad94-b29dc336a63e2263121557061650365.jpg\"\n            }\n        },\n        \"followers\": {\n            \"60ca65a4b8d2833cc097f5a9\": {\n                \"fullName\": \"sahil Khaire\",\n                \"userId\": \"60ca65a4b8d2833cc097f5a9\",\n                \"email\": \"sahil@saino.io\",\n                \"userType\": \"OWNER\",\n                \"avatar\": \"https://salessimplify.s3.ap-south-1.amazonaws.com/profile-picture/60ca65a3b8d2833cc097f5a8_scaled_0cd48521-679d-427c-ad94-b29dc336a63e2263121557061650365.jpg\"\n            }\n        },\n        \"assignToUser\": {\n            \"60ca65a4b8d2833cc097f5a9\": {\n                \"fullName\": \"sahil Khaire\",\n                \"userId\": \"60ca65a4b8d2833cc097f5a9\",\n                \"email\": \"sahil@saino.io\",\n                \"userType\": \"OWNER\",\n                \"avatar\": \"https://salessimplify.s3.ap-south-1.amazonaws.com/profile-picture/60ca65a3b8d2833cc097f5a8_scaled_0cd48521-679d-427c-ad94-b29dc336a63e2263121557061650365.jpg\"\n            }\n        },\n        \"activityType\": {},\n        \"activityLostReason\": {},\n        \"lead\": {},\n        \"company\": {},\n        \"people\": {},\n        \"deal\": {}\n    }\n}"}],"_postman_id":"384792a9-c6dc-4204-9a40-c4b4ed23fd51"},{"name":"Create Activity","id":"109adffc-1820-42d7-ac11-9f0fb7e5d902","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Test Activity\",\n    \"description\": \"Test Activity Created For API Documentation\",\n    \"tags\": [\n        \"61de87a6d07928609da495e5\"\n    ],\n    \"attendees\": [\n        \"demo@salessimplify.com\",\n        \"demo2@salessimplify.com\"\n    ],\n    \"scheduleAt\": 1645185180000,\n    \"assignToUser\": \"60ca65a4b8d2833cc097f5a9\",\n    \"activityType\": \"61497e03a56889e80b2b9aee\",\n    \"people\": \"6145987b18ca6aa5a989f7f8\",\n    \"lead\": \"6145987b18ca6aa5a989f7f8\",\n    \"company\": \"60d2c1d96f5e3d14b69b90cb\",\n    \"deal\": \"61ea96856f614e7f2b6998d2\",\n    \"location\": \"United States\",\n    \"timezone\": \"America/Los_Angeles\",\n    \"latitude\": 11.10,\n    \"longitude\": 22.22\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/activity","description":"<p>Creates New Activity.</p>\n<h6 id=\"request-body-parameters\">Request Body Parameters</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Field Type</th>\n<th>Is required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td><code>String</code></td>\n<td><code>Required</code></td>\n<td>Activity Name</td>\n</tr>\n<tr>\n<td>scheduleAt</td>\n<td><code>Date</code></td>\n<td><code>Required</code></td>\n<td>Activity scheduled at time. It supports any date format. preferred is date format is 13 digit timestamp.</td>\n</tr>\n<tr>\n<td>assignToUser</td>\n<td><code>String</code></td>\n<td><code>Required</code></td>\n<td>Owner id  to whom activity will be assign <a href=\"#58350220-0471-4e83-9c9c-f89e697d2ce2\">Owner API</a></td>\n</tr>\n<tr>\n<td>activityType</td>\n<td><code>String</code></td>\n<td><code>Required</code></td>\n<td>type of activity. it accept id of activity <a href=\"#f99c7ef0-cb2b-4366-a6d4-3b71e175b84d\">Activity Type</a></td>\n</tr>\n<tr>\n<td>description</td>\n<td><code>String</code></td>\n<td><code>Optional</code></td>\n<td>Activity Description.</td>\n</tr>\n<tr>\n<td>tags</td>\n<td><code>[String]</code></td>\n<td><code>Optional</code></td>\n<td>Tags/Label. <a href=\"#e883e1c6-a376-4cdf-8a51-e196cc828e68\">Activity Tags API</a></td>\n</tr>\n<tr>\n<td>attendees</td>\n<td><code>[String]</code></td>\n<td><code>Optional</code></td>\n<td>Its optional. List of email addresses of attendees who will join activity.</td>\n</tr>\n<tr>\n<td>people</td>\n<td><code>String</code></td>\n<td><code>Optional</code></td>\n<td>Its optional. Linked people id.</td>\n</tr>\n<tr>\n<td>lead</td>\n<td><code>String</code></td>\n<td><code>Optional</code></td>\n<td>Its optional. Linked lead id.</td>\n</tr>\n<tr>\n<td>company</td>\n<td><code>String</code></td>\n<td><code>Optional</code></td>\n<td>Its optional. Linked company id.</td>\n</tr>\n<tr>\n<td>deal</td>\n<td><code>String</code></td>\n<td><code>Optional</code></td>\n<td>Its optional. Linked deal id.</td>\n</tr>\n<tr>\n<td>location</td>\n<td><code>String</code></td>\n<td><code>Optional</code></td>\n<td>Its optional. location where activity will perform</td>\n</tr>\n<tr>\n<td>timezone</td>\n<td><code>String</code></td>\n<td><code>Optional</code></td>\n<td>Its optional. timezone in which activity will perform <a href=\"#0073327e-ee6d-492c-977a-cec950a89c8d\">Timezone API</a></td>\n</tr>\n<tr>\n<td>latitude</td>\n<td><code>Number</code></td>\n<td><code>Optional</code></td>\n<td>Its optional. latitude where activity will perform</td>\n</tr>\n<tr>\n<td>longitude</td>\n<td><code>Number</code></td>\n<td><code>Optional</code></td>\n<td>Its optional. longitude where activity will perform</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","activity"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"5807a807-3113-428e-8139-7cc8f1231c38","name":"200  - Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Test Activity\",\n    \"description\": \"Test Activity Created For API Documentation\",\n    \"tags\": [\n        \"61de87a6d07928609da495e5\"\n    ],\n    \"attendees\": [\n        \"demo@salessimplify.com\",\n        \"demo2@salessimplify.com\"\n    ],\n    \"scheduleAt\": 1645185180000,\n    \"assignToUser\": \"60ca65a4b8d2833cc097f5a9\",\n    \"activityType\": \"61497e03a56889e80b2b9aee\",\n    \"people\": \"6145987b18ca6aa5a989f7f8\",\n    \"lead\": \"6145987b18ca6aa5a989f7f8\",\n    \"company\": \"60d2c1d96f5e3d14b69b90cb\",\n    \"deal\": \"61ea96856f614e7f2b6998d2\",\n    \"location\": \"United States\",\n    \"timezone\": \"America/Los_Angeles\",\n    \"latitude\": 11.10,\n    \"longitude\": 22.22\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/activity"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"81"},{"key":"ETag","value":"W/\"51-5DkGAp892i+/7PFa0RIA2g1Z0j8\""},{"key":"Date","value":"Mon, 21 Feb 2022 11:44:05 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Successfully Created\",\n    \"_id\": \"62137b049aa0a997fc0e4f26\"\n}"}],"_postman_id":"109adffc-1820-42d7-ac11-9f0fb7e5d902"},{"name":"Update Activity","id":"29c6d283-b588-4865-a480-4dd85ba46c77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Test Activity updated\",\n    \"description\": \"Test Activity Created For API Documentation\",\n    \"tags\": [\n        \"61de87a6d07928609da495e5\"\n    ],\n    \"attendees\": [\n        \"demo@salessimplify.com\",\n        \"demo2@salessimplify.com\"\n    ],\n    \"scheduleAt\": 1645185180000,\n    \"assignToUser\": \"60ca65a4b8d2833cc097f5a9\",\n    \"activityType\": \"61497e03a56889e80b2b9aee\",\n    \"people\": \"6145987b18ca6aa5a989f7f8\",\n    \"lead\": \"6145987b18ca6aa5a989f7f8\",\n    \"company\": \"60d2c1d96f5e3d14b69b90cb\",\n    \"deal\": \"61ea96856f614e7f2b6998d2\",\n    \"location\": \"United States\",\n    \"timezone\": \"America/Los_Angeles\",\n    \"latitude\": 11.10,\n    \"longitude\": 22.22\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/activity/:activityId","description":"<p>Updates selected activity.</p>\n<h6 id=\"request-body-parameters\">Request Body Parameters</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Field Type</th>\n<th>Is required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td><code>String</code></td>\n<td><code>Required</code></td>\n<td>Activity Name</td>\n</tr>\n<tr>\n<td>scheduleAt</td>\n<td><code>Date</code></td>\n<td><code>Required</code></td>\n<td>Activity scheduled at time. It supports any date format. preferred is date format is 13 digit timestamp.</td>\n</tr>\n<tr>\n<td>assignToUser</td>\n<td><code>String</code></td>\n<td><code>Required</code></td>\n<td>Owner id  to whom activity will be assign <a href=\"#58350220-0471-4e83-9c9c-f89e697d2ce2\">Owner API</a></td>\n</tr>\n<tr>\n<td>activityType</td>\n<td><code>String</code></td>\n<td><code>Required</code></td>\n<td>type of activity. it accept id of activity <a href=\"#f99c7ef0-cb2b-4366-a6d4-3b71e175b84d\">Activity Type</a></td>\n</tr>\n<tr>\n<td>description</td>\n<td><code>String</code></td>\n<td><code>Optional</code></td>\n<td>Activity Description.</td>\n</tr>\n<tr>\n<td>tags</td>\n<td><code>[String]</code></td>\n<td><code>Optional</code></td>\n<td>Tags/Label. <a href=\"#e883e1c6-a376-4cdf-8a51-e196cc828e68\">Activity Tags API</a></td>\n</tr>\n<tr>\n<td>attendees</td>\n<td><code>[String]</code></td>\n<td><code>Optional</code></td>\n<td>Its optional. List of email addresses of attendees who will join activity.</td>\n</tr>\n<tr>\n<td>people</td>\n<td><code>String</code></td>\n<td><code>Optional</code></td>\n<td>Its optional. Linked people id.</td>\n</tr>\n<tr>\n<td>lead</td>\n<td><code>String</code></td>\n<td><code>Optional</code></td>\n<td>Its optional. Linked lead id.</td>\n</tr>\n<tr>\n<td>company</td>\n<td><code>String</code></td>\n<td><code>Optional</code></td>\n<td>Its optional. Linked company id.</td>\n</tr>\n<tr>\n<td>deal</td>\n<td><code>String</code></td>\n<td><code>Optional</code></td>\n<td>Its optional. Linked deal id.</td>\n</tr>\n<tr>\n<td>location</td>\n<td><code>String</code></td>\n<td><code>Optional</code></td>\n<td>Its optional. location where activity will perform</td>\n</tr>\n<tr>\n<td>timezone</td>\n<td><code>String</code></td>\n<td><code>Optional</code></td>\n<td>Its optional. timezone in which activity will perform <a href=\"#0073327e-ee6d-492c-977a-cec950a89c8d\">Timezone API</a></td>\n</tr>\n<tr>\n<td>latitude</td>\n<td><code>Number</code></td>\n<td><code>Optional</code></td>\n<td>Its optional. latitude where activity will perform</td>\n</tr>\n<tr>\n<td>longitude</td>\n<td><code>Number</code></td>\n<td><code>Optional</code></td>\n<td>Its optional. longitude where activity will perform</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","activity",":activityId"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"62137b049aa0a997fc0e4f26","key":"activityId"}]}},"response":[{"id":"8e84f6d6-c3f8-422a-92be-989593075d66","name":"200 - Success","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Test Activity updated\",\n    \"description\": \"Test Activity Created For API Documentation\",\n    \"tags\": [\n        \"61de87a6d07928609da495e5\"\n    ],\n    \"attendees\": [\n        \"demo@salessimplify.com\",\n        \"demo2@salessimplify.com\"\n    ],\n    \"scheduleAt\": 1645185180000,\n    \"assignToUser\": \"60ca65a4b8d2833cc097f5a9\",\n    \"activityType\": \"61497e03a56889e80b2b9aee\",\n    \"people\": \"6145987b18ca6aa5a989f7f8\",\n    \"lead\": \"6145987b18ca6aa5a989f7f8\",\n    \"company\": \"60d2c1d96f5e3d14b69b90cb\",\n    \"deal\": \"61ea96856f614e7f2b6998d2\",\n    \"location\": \"United States\",\n    \"timezone\": \"America/Los_Angeles\",\n    \"latitude\": 11.10,\n    \"longitude\": 22.22\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/v1/activity/:activityId","host":["{{base_url}}"],"path":["api","v1","activity",":activityId"],"variable":[{"key":"activityId","value":"62137b049aa0a997fc0e4f26"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"48"},{"key":"ETag","value":"W/\"30-YAvJyPHJTZK/oI464+AzRY/q+AM\""},{"key":"Date","value":"Mon, 21 Feb 2022 12:08:31 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"successfully updated\"\n}"}],"_postman_id":"29c6d283-b588-4865-a480-4dd85ba46c77"},{"name":"Delete Activity","id":"638f99a1-00b0-4e2b-82de-29881c8dab20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{base_url}}/api/v1/activity/:activityId","description":"<p>It deletes activity.</p>\n<h6 id=\"path-parameters\">Path Parameters</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Field Type</th>\n<th>is Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>activityId</td>\n<td><code>String</code></td>\n<td><code>Required</code></td>\n<td>unique identification for activity to delete.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","activity",":activityId"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"62137b049aa0a997fc0e4f26","key":"activityId"}]}},"response":[{"id":"7f851fd2-5580-42d1-ba95-c470a0f9a206","name":"200 - Success","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{base_url}}/api/v1/activity/:activityId","host":["{{base_url}}"],"path":["api","v1","activity",":activityId"],"variable":[{"key":"activityId","value":"62137b049aa0a997fc0e4f26"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"49"},{"key":"ETag","value":"W/\"31-hRghF0wyY2HgrWFIIvbi+lWaXkk\""},{"key":"Date","value":"Mon, 21 Feb 2022 12:21:08 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"Successfully deleted\"\n}"}],"_postman_id":"638f99a1-00b0-4e2b-82de-29881c8dab20"}],"id":"fcc03b5c-6be3-4ac8-9eb2-1021f73a3e3a","_postman_id":"fcc03b5c-6be3-4ac8-9eb2-1021f73a3e3a","description":"","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}}},{"name":"Activity Tags","item":[{"name":"Get Activity Tag","id":"e883e1c6-a376-4cdf-8a51-e196cc828e68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/api/v1/tag/activity","description":"<p>It will return details of all activity tags. This endpoint does not support pagination and all tags are always returned.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","tag","activity"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"551c48e6-afc6-4938-94bb-fdf35b34f838","name":"200 - Success","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/api/v1/tag/activity"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"381"},{"key":"ETag","value":"W/\"17d-1zchYvljSj+9/FkQnRtobzLbr0A\""},{"key":"Date","value":"Mon, 24 Jan 2022 09:39:08 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Successfully retrieved\",\n    \"data\": [\n        {\n            \"_id\": \"61ab4241b7f74dba1820ed64\",\n            \"name\": \"WebForm\",\n            \"colorCode\": \"#f1416c\"\n        },\n        {\n            \"_id\": \"61b304abf46a15f06c18cd97\",\n            \"name\": \"asdasdsadasdsad asdsadsad asd asdsadda\",\n            \"colorCode\": \"#f1416c\"\n        },\n        {\n            \"_id\": \"61d5bf80b2ce477729bafce6\",\n            \"name\": \"Warm\",\n            \"colorCode\": \"#ffc700\"\n        },\n        {\n            \"_id\": \"61d5cf55b2ce477729bb16c5\",\n            \"name\": \"Basha\",\n            \"colorCode\": \"#073d74\"\n        }\n    ]\n}"}],"_postman_id":"e883e1c6-a376-4cdf-8a51-e196cc828e68"},{"name":"Add Activity Tag","id":"b4c33b44-1e5d-4867-a7bf-b164392d5600","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Tag from API\",\n    \"colorCode\": \"#ff00ff\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/tag/activity","description":"<p>Creates a acctivity tag.</p>\n<h4 id=\"body-parameters\">Body Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>FIELD NAME</strong></th>\n<th><strong>TYPE</strong></th>\n<th><strong>IS REQUIRED</strong></th>\n<th><strong>DESCRIPTION</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td><code>STRING</code></td>\n<td><code>required</code></td>\n<td>tag name</td>\n</tr>\n<tr>\n<td>colorCode</td>\n<td><code>STRING</code></td>\n<td><code>required</code></td>\n<td>color code to show tag in color</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","tag","activity"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"c83db5cb-f23d-4e07-b8a3-5be46ed4778d","name":"200 - Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Tag from API\",\n    \"colorCode\": \"#ff00ff\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/tag/activity"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"81"},{"key":"ETag","value":"W/\"51-1TPq1XhNcRq1uFxlts2RcJ+zsN8\""},{"key":"Date","value":"Mon, 24 Jan 2022 10:05:00 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Successfully Created\",\n    \"_id\": \"61ee79cb5928bf6888772968\"\n}"}],"_postman_id":"b4c33b44-1e5d-4867-a7bf-b164392d5600"},{"name":"Update Activity Tag","id":"aea47118-a2d1-420e-8333-f92de16f3f3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"tag name\",\n    \"colorCode\": \"#f1416c\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/tag/activity/:tagId","description":"<p>This endpoint will Updates one or more properties of a activity tag. both <code>name</code> and <code>colorCode</code> properties required in update tag.</p>\n<h4 id=\"path-parameters\">Path Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>FIELD NAME</strong></th>\n<th><strong>TYPE</strong></th>\n<th><strong>IS REQUIRED</strong></th>\n<th><strong>DESCRIPTION</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>tagId</td>\n<td><code>STRING</code></td>\n<td><code>required</code></td>\n<td>tag id (<code>_id</code> in get tag api response)</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"body-parameters\">Body Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>FIELD NAME</strong></th>\n<th><strong>TYPE</strong></th>\n<th><strong>IS REQUIRED</strong></th>\n<th><strong>DESCRIPTION</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td><code>STRING</code></td>\n<td><code>required</code></td>\n<td>tag name</td>\n</tr>\n<tr>\n<td>colorCode</td>\n<td><code>STRING</code></td>\n<td><code>required</code></td>\n<td>color code to show tag in color</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","tag","activity",":tagId"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"92b7a210-b7d0-44f5-96e7-68646dde59c7","type":"any","value":null,"key":"tagId"}]}},"response":[{"id":"9547f936-5e26-4e50-8c99-c3cbebced82e","name":"200 - Success","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"asdasdsadasdsad asdsadsad\",\n    \"colorCode\": \"#f1416c\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/v1/tag/activity/:tag_id","host":["{{base_url}}"],"path":["api","v1","tag","activity",":tag_id"],"variable":[{"key":"tag_id","value":"61b304abf46a15f06c18cd97"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"146"},{"key":"ETag","value":"W/\"92-C1PN10vjaBSdQjUlTI1j3Y8lEXU\""},{"key":"Date","value":"Mon, 24 Jan 2022 10:04:11 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Successfully edited\",\n    \"data\": {\n        \"_id\": \"61b304abf46a15f06c18cd97\",\n        \"name\": \"asdasdsadasdsad asdsadsad\",\n        \"colorCode\": \"#f1416c\"\n    }\n}"}],"_postman_id":"aea47118-a2d1-420e-8333-f92de16f3f3f"},{"name":"Delete Activity  Tag","id":"13f32aa9-8a8d-482a-9d8c-abe5ea3d1ea2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{base_url}}/api/v1/tag/activity/:tagId","description":"<p>Deletes a specific activity tag.</p>\n<h4 id=\"path-parameters\">Path Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>FIELD NAME</strong></th>\n<th><strong>TYPE</strong></th>\n<th><strong>IS REQUIRED</strong></th>\n<th><strong>DESCRIPTION</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>tagId</td>\n<td><code>STRING</code></td>\n<td><code>required</code></td>\n<td>tag id (<code>_id</code> in get tag api response)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","tag","activity",":tagId"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"63f53fe4-786b-4dd2-aa52-90fad93c875d","type":"any","value":null,"key":"tagId"}]}},"response":[{"id":"a6bd321d-dd92-4285-a740-4fff9c7839f8","name":"200 - success","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{base_url}}/api/v1/tag/activity/:tag_id","host":["{{base_url}}"],"path":["api","v1","tag","activity",":tag_id"],"variable":[{"key":"tag_id","value":"61ee76373c56cd26ce131c6d"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"48"},{"key":"ETag","value":"W/\"30-PnFiO0zgTEzGeZPZLZRtqXrQnxI\""},{"key":"Date","value":"Mon, 24 Jan 2022 09:54:22 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Successfully Deleted\"\n}"}],"_postman_id":"13f32aa9-8a8d-482a-9d8c-abe5ea3d1ea2"}],"id":"a63e0208-32d9-478a-a8b0-ba7daabb1862","description":"<h6 id=\"activity-tags-allow-you-to-categorize-your-activity-data-you-can-add-as-many-new-custom-tags-as-you-want\">Activity tags allow you to categorize your activity data. you can add as many new custom tags as you want.</h6>\n","_postman_id":"a63e0208-32d9-478a-a8b0-ba7daabb1862","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}}},{"name":"Activity Types","item":[{"name":"Get All Activity Types","id":"6848bb14-de5a-4a25-b837-7a491f5649f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/api/v1/activity-type","description":"<p>It returns all activity types.</p>\n<h6 id=\"response-body\">Response Body</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_id</td>\n<td>unique identification for activity types and current value used in activities to link activity type.</td>\n</tr>\n<tr>\n<td>isActive</td>\n<td>to defined current activity type is active or not to use in activities.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>Name of the activity type</td>\n</tr>\n<tr>\n<td>iconName</td>\n<td>Icon name of activity type</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","activity-type"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"efc4a83b-2e19-4c81-9d16-87a6c7d15aa8","name":"200 - Success","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/api/v1/activity-type"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"942"},{"key":"ETag","value":"W/\"3ae-gprifxcKYmZ97dMAIcYYUQ4tlvs\""},{"key":"Date","value":"Fri, 18 Feb 2022 08:17:12 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"Successfully fetched\",\n    \"data\": [\n        {\n            \"_id\": \"61497e03a56889e80b2b9aee\",\n            \"isActive\": true,\n            \"name\": \"Clock\",\n            \"iconName\": \"clock\"\n        },\n        {\n            \"_id\": \"614afd820f8e8c615aed484e\",\n            \"isActive\": true,\n            \"name\": \"Person\",\n            \"iconName\": \"people\"\n        },\n        {\n            \"_id\": \"614afd9c0f8e8c615aed4853\",\n            \"isActive\": true,\n            \"name\": \"Call\",\n            \"iconName\": \"telephone\"\n        },\n        {\n            \"_id\": \"614ec8b05ad2d955781224b5\",\n            \"isActive\": true,\n            \"name\": \"Meeting\",\n            \"iconName\": \"calendar\"\n        },\n        {\n            \"_id\": \"614ec91e5ad2d95578122526\",\n            \"isActive\": true,\n            \"name\": \"Gaming\",\n            \"iconName\": \"controller\"\n        },\n        {\n            \"_id\": \"6151a25bfb078a229360e9ed\",\n            \"isActive\": true,\n            \"name\": \"Email\",\n            \"iconName\": \"envelope\"\n        },\n        {\n            \"_id\": \"6152e4451a3e93355c9a6fa5\",\n            \"isActive\": false,\n            \"name\": \"checking\",\n            \"iconName\": \"tool\"\n        },\n        {\n            \"_id\": \"6153105c4c541d4170005e80\",\n            \"isActive\": false,\n            \"name\": \"group call\",\n            \"iconName\": \"people\"\n        },\n        {\n            \"_id\": \"619d36cf912713b381341424\",\n            \"isActive\": false,\n            \"name\": \"Rahul\",\n            \"iconName\": \"flag\"\n        },\n        {\n            \"_id\": \"61d5cebab2ce477729bb168c\",\n            \"isActive\": false,\n            \"name\": \"Basha\",\n            \"iconName\": \"headphone\"\n        }\n    ]\n}"}],"_postman_id":"6848bb14-de5a-4a25-b837-7a491f5649f2"},{"name":"Get All Active Activity Types","id":"f99c7ef0-cb2b-4366-a6d4-3b71e175b84d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/api/v1/activity-type/active","description":"<p>It returns only active activity types which gonna be use in activities.</p>\n<h6 id=\"response-body\">Response Body</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_id</td>\n<td>unique identification for activity types and current value used in activities to link activity type.</td>\n</tr>\n<tr>\n<td>isActive</td>\n<td>to defined current activity type is active or not to use in activities.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>Name of the activity type</td>\n</tr>\n<tr>\n<td>iconName</td>\n<td>Icon name of activity type</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","activity-type","active"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"5a259223-1666-44a7-869d-7fe0ea38c251","name":"200 - Success","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/api/v1/activity-type/active"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"587"},{"key":"ETag","value":"W/\"24b-nRH3cb76v3lhoPl8jRoJsKdJMg8\""},{"key":"Date","value":"Fri, 18 Feb 2022 08:17:26 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"Successfully fetched\",\n    \"data\": [\n        {\n            \"_id\": \"61497e03a56889e80b2b9aee\",\n            \"isActive\": true,\n            \"name\": \"Clock\",\n            \"iconName\": \"clock\"\n        },\n        {\n            \"_id\": \"614afd820f8e8c615aed484e\",\n            \"isActive\": true,\n            \"name\": \"Person\",\n            \"iconName\": \"people\"\n        },\n        {\n            \"_id\": \"614afd9c0f8e8c615aed4853\",\n            \"isActive\": true,\n            \"name\": \"Call\",\n            \"iconName\": \"telephone\"\n        },\n        {\n            \"_id\": \"614ec8b05ad2d955781224b5\",\n            \"isActive\": true,\n            \"name\": \"Meeting\",\n            \"iconName\": \"calendar\"\n        },\n        {\n            \"_id\": \"614ec91e5ad2d95578122526\",\n            \"isActive\": true,\n            \"name\": \"Gaming\",\n            \"iconName\": \"controller\"\n        },\n        {\n            \"_id\": \"6151a25bfb078a229360e9ed\",\n            \"isActive\": true,\n            \"name\": \"Email\",\n            \"iconName\": \"envelope\"\n        }\n    ]\n}"}],"_postman_id":"f99c7ef0-cb2b-4366-a6d4-3b71e175b84d"},{"name":"Create Activity Type","id":"311c9525-064c-4fa9-bad8-a3274c8d5f09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Clock by API 2\",\n    \"iconName\": \"clock\",\n    \"isActive\": false\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/activity-type","description":"<p>It created new activity type which gonna be used in activities.</p>\n<h6 id=\"request-body-parameters\">Request Body Parameters</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Field Type</th>\n<th>is Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td><code>String</code></td>\n<td><code>Required</code></td>\n<td>Name of the activity type</td>\n</tr>\n<tr>\n<td>iconName</td>\n<td><code>String</code></td>\n<td><code>Required</code></td>\n<td>Icon name of activity type</td>\n</tr>\n<tr>\n<td>isActive</td>\n<td><code>Boolean</code></td>\n<td><code>Required</code></td>\n<td>to defined current activity type is active or not to use in activities.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","activity-type"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"9739c236-0b1b-46b3-82d3-4062a06a69e3","name":"200 - Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Clock by API\",\n    \"iconName\": \"clock\",\n    \"isActive\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/activity-type"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"81"},{"key":"ETag","value":"W/\"51-g17g5+hb3LosZwNW/h7FNbrYujM\""},{"key":"Date","value":"Fri, 18 Feb 2022 08:17:56 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Successfully created\",\n    \"_id\": \"620f56342adc01eeb0a80566\"\n}"},{"id":"818393b7-5002-4a8d-95b3-377398a82e20","name":"400 - Invalid icon name","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Clock by API 2\",\n    \"iconName\": \"clock1\",\n    \"isActive\": false\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/activity-type"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"57"},{"key":"ETag","value":"W/\"39-Le0PxAW0ZZH/joTR9YXHt953YWc\""},{"key":"Date","value":"Fri, 18 Feb 2022 08:18:37 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"Invalid icon field provided!\"\n}"}],"_postman_id":"311c9525-064c-4fa9-bad8-a3274c8d5f09"},{"name":"Update Activity Type","id":"678fa82c-5c02-476f-be90-1e7e3614ec9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Clock by API 2\",\n    \"iconName\": \"clock\",\n    \"isActive\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/activity-type/:activityTypeId","description":"<p>It updates activity type data.</p>\n<h6 id=\"params-parameters\">Params Parameters</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Field Type</th>\n<th>is Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>activityTypeId</td>\n<td><code>String</code></td>\n<td><code>Required</code></td>\n<td>unique identification for activity types and current value used in activities to link activity type.</td>\n</tr>\n</tbody>\n</table>\n</div><h6 id=\"request-body-parameters\">Request Body Parameters</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Field Type</th>\n<th>is Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td><code>String</code></td>\n<td><code>Required</code></td>\n<td>Name of the activity type</td>\n</tr>\n<tr>\n<td>iconName</td>\n<td><code>String</code></td>\n<td><code>Required</code></td>\n<td>Icon name of activity type</td>\n</tr>\n<tr>\n<td>isActive</td>\n<td><code>Boolean</code></td>\n<td><code>Required</code></td>\n<td>to defined current activity type is active or not to use in activities.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","activity-type",":activityTypeId"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"620f56742adc01eeb0a8056f","key":"activityTypeId"}]}},"response":[{"id":"865a9f35-6aa4-4ec0-933f-3980afe624ce","name":"200 - Invalid data","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Clock by API 2\",\n    \"iconName\": \"clock\",\n    \"isActive\": \"true\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/v1/activity-type/:activityTypeId","host":["{{base_url}}"],"path":["api","v1","activity-type",":activityTypeId"],"variable":[{"key":"activityTypeId","value":"620f56742adc01eeb0a8056f"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"61"},{"key":"ETag","value":"W/\"3d-3u1xLx3OPS52caRP5gWNTWh57YE\""},{"key":"Date","value":"Fri, 18 Feb 2022 09:24:20 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"Invalid isActive field provided!\"\n}"},{"id":"318841d3-917f-49df-abc7-64f433076e7c","name":"200 - Success","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Clock by API 2\",\n    \"iconName\": \"clock\",\n    \"isActive\": true\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/v1/activity-type/:activityTypeId","host":["{{base_url}}"],"path":["api","v1","activity-type",":activityTypeId"],"variable":[{"key":"activityTypeId","value":"620f56742adc01eeb0a8056f"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"48"},{"key":"ETag","value":"W/\"30-Apmr6K6bYGBrZec1qg7Wyr8di18\""},{"key":"Date","value":"Fri, 18 Feb 2022 09:24:42 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Successfully updated\"\n}"}],"_postman_id":"678fa82c-5c02-476f-be90-1e7e3614ec9a"},{"name":"Delete Activity Type","id":"37786b1e-02ae-4e89-ac24-c119f942edb0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{base_url}}/api/v1/activity-type/:activityTypeId","description":"<p>It deleted activity type.</p>\n<h6 id=\"params-parameters\">Params Parameters</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Field Type</th>\n<th>is Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>activityTypeId</td>\n<td><code>String</code></td>\n<td><code>Required</code></td>\n<td>unique identification for activity types and current value used in activities to link activity type.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","activity-type",":activityTypeId"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"620f56742adc01eeb0a8056f","key":"activityTypeId"}]}},"response":[{"id":"c334425d-ac46-42fa-98cd-b79fa2d9e8c7","name":"200 - Success","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{base_url}}/api/v1/activity-type/:activityTypeId","host":["{{base_url}}"],"path":["api","v1","activity-type",":activityTypeId"],"variable":[{"key":"activityTypeId","value":"620f56742adc01eeb0a8056f"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"48"},{"key":"ETag","value":"W/\"30-b3/JyPOEAqiNeunppmijv25z2hE\""},{"key":"Date","value":"Fri, 18 Feb 2022 09:30:20 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Successfully deleted\"\n}"}],"_postman_id":"37786b1e-02ae-4e89-ac24-c119f942edb0"}],"id":"fac128e2-206c-4168-8d90-2f64a24d0cd0","description":"<p>Activity types represent different kinds of activities that can be stored. Each activity type is presented to the user with an icon and a name. Activity types are linked to activities via activity type id.</p>\n","_postman_id":"fac128e2-206c-4168-8d90-2f64a24d0cd0","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}}},{"name":"Activity Outcomes","item":[{"name":"Get List of Actiivity Outcomes","id":"3224cd64-9685-4157-a827-875134781c57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/api/v1/outcomes/activity","description":"<p>It returns all activity outcomes</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","outcomes","activity"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"65be81b6-b883-45c0-8fcd-2f5430f4c25b","name":"200 - Success","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/api/v1/outcomes/activity"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"131"},{"key":"ETag","value":"W/\"83-ET0bDBZpAv3zuGMaSA3cwTJQRAU\""},{"key":"Date","value":"Mon, 21 Feb 2022 13:50:44 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Activity Outcome Fetched\",\n    \"data\": [\n        {\n            \"_id\": \"617951df015c9daa79c6a8c0\",\n            \"reason\": \"customer not interested\"\n        }\n    ]\n}"}],"_postman_id":"3224cd64-9685-4157-a827-875134781c57"}],"id":"f5f00575-75bd-402c-be80-fb94e1f135bf","_postman_id":"f5f00575-75bd-402c-be80-fb94e1f135bf","description":"","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}}}],"id":"0b03a3f3-face-49e9-a758-c922f6d51c84","description":"<p>Old API will work till August 2022..</p>\n","_postman_id":"0b03a3f3-face-49e9-a758-c922f6d51c84","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}}},{"name":"v2","item":[{"name":"Activity","item":[{"name":"Get List Of Activities of User","id":"a708ed8b-3a97-46d1-91a3-d9bd11b214e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/api/v2/activity?userId=60ca65a4b8d2833cc097f5a9&type=To Do&pageNo=1&limit=20","description":"<p>Returns all activities assigned to a particular user with provided data.</p>\n<h3 id=\"query-parameters\">Query Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Filed</th>\n<th>Type</th>\n<th>is Required</th>\n<th>Default Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>pageNo</td>\n<td><code>Number</code></td>\n<td><code>Required</code></td>\n<td>1</td>\n<td>For pagination, the page of entries to be returned. If not provided, 1st page data will be returned.</td>\n</tr>\n<tr>\n<td>limit</td>\n<td><code>Number</code></td>\n<td><code>Required</code></td>\n<td>10</td>\n<td>For pagination, the limit of entries to be returned. If not provided, 100 items will be returned.</td>\n</tr>\n<tr>\n<td>userId</td>\n<td><code>String</code></td>\n<td><code>Required</code></td>\n<td>\"\"</td>\n<td>The ID of the user whose activities will be fetched.</td>\n</tr>\n<tr>\n<td>type</td>\n<td><code>String</code></td>\n<td><code>Required</code></td>\n<td>type of data to be returned.It accept only <code>To Do</code>, <code>Overdue</code>, <code>Completed</code> key values.  <code>\"To Do\"</code> return activities which not completed. <code>\"Overdue\"</code> - returns activities which supposed to complete on selected schedule date and still not got completed. <code>\"Completed\"</code> - returns activities which got completed.</td>\n<td></td>\n</tr>\n<tr>\n<td>startDate</td>\n<td><code>TimeStamp</code></td>\n<td><code>Optional</code></td>\n<td>to return activities from particular time frame. it accept startDate in 13 digit timestamp. where startDate treat as starting date point.</td>\n<td></td>\n</tr>\n<tr>\n<td>endDate</td>\n<td><code>TimeStamp</code></td>\n<td><code>Optional</code></td>\n<td>to return activities from particular time frame. it accept endDate in 13 digit timestamp. where endDate treat as ending date point.</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<p>The success response provides activity data, pagination and related object data.</p>\n<ol>\n<li>data = it contain activity data with key value pair</li>\n<li>pagination = it contains pagination related details like current page no, current request limit, total activity and based on limit and total activity how many pages can be formed.</li>\n<li>relatedObject = activity data has many linked data. based on id, we can able to retrieved linked data from related object. for example - activity data has a key name owner which provide onwer id instead of owner data. to get owner data based on id you can look in realtedObject.owner which contains owner data. activity having  <code>owner</code>, <code>assignToUser</code>, <code>activityType</code>, <code>activityLostReason</code> and <code>associated</code> id instead of data. that data present in <code>relatedObject</code>.</li>\n</ol>\n<h6 id=\"response-data-body\">Response Data Body</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>Name of the activity</td>\n</tr>\n<tr>\n<td>description</td>\n<td>Description of activity</td>\n</tr>\n<tr>\n<td>attendees</td>\n<td>Email address of peoples who going to attend that activity.</td>\n</tr>\n<tr>\n<td>scheduleAt</td>\n<td>Activity Scheduled for time</td>\n</tr>\n<tr>\n<td>scheduleAtEnd</td>\n<td>Activity End Scheduled for time</td>\n</tr>\n<tr>\n<td>duration</td>\n<td>Activity duration in milliseconds. by default 0.</td>\n</tr>\n<tr>\n<td>owner</td>\n<td>Id of agent who created activity</td>\n</tr>\n<tr>\n<td>assignToUser</td>\n<td>Id of agent to whom assigned activity to perform</td>\n</tr>\n<tr>\n<td>activityType</td>\n<td>Type of activity</td>\n</tr>\n<tr>\n<td>associated</td>\n<td>Linked people/lead/deal/company id with type in activity</td>\n</tr>\n<tr>\n<td>location</td>\n<td>Location where activity performs.</td>\n</tr>\n<tr>\n<td>timezone</td>\n<td>Timezone for Activity for another country client.</td>\n</tr>\n<tr>\n<td>meetingLink</td>\n<td>Meeting link</td>\n</tr>\n<tr>\n<td>isCompleted</td>\n<td>Is activity completed or not by assigned user</td>\n</tr>\n<tr>\n<td>completedTime</td>\n<td>Time at which activity got completed by Assigned user.</td>\n</tr>\n<tr>\n<td>activityLostReason</td>\n<td>Activity outcome while completing activity.</td>\n</tr>\n<tr>\n<td>activityLostReasonComment</td>\n<td>Activity outcome comment while completing activity.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v2","activity"],"host":["{{base_url}}"],"query":[{"key":"userId","value":"60ca65a4b8d2833cc097f5a9"},{"key":"type","value":"To Do"},{"key":"pageNo","value":"1"},{"disabled":true,"key":"startDate","value":"1645122600000"},{"disabled":true,"key":"endDate","value":"1645208999999"},{"key":"limit","value":"20"}],"variable":[]}},"response":[{"id":"6c96bd7e-4fbe-4a37-9f81-f4b1bb49f127","name":"200 - Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/api/v1/activity?userId=60ca65a4b8d2833cc097f5a9&type=To Do&limit=10&pageNo=1","host":["{{base_url}}"],"path":["api","v1","activity"],"query":[{"key":"userId","value":"60ca65a4b8d2833cc097f5a9"},{"key":"type","value":"To Do"},{"key":"limit","value":"10"},{"key":"pageNo","value":"1"},{"key":"startDate","value":"1645122600000","disabled":true},{"key":"endDate","value":"1645208999999","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"7226"},{"key":"ETag","value":"W/\"1c3a-+rTDb9oc/pJNkoE1ALklI0VTOYQ\""},{"key":"Date","value":"Fri, 18 Feb 2022 11:15:01 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"successfully retrived\",\n    \"data\": [\n        {\n            \"_id\": \"61c060b701bc1035141b8f77\",\n            \"tags\": [\n                \"61de87a6d07928609da495e5\"\n            ],\n            \"isCompleted\": false,\n            \"attendees\": [],\n            \"isCalendarInvited\": false,\n            \"name\": \"Clock - SAhil doing testing\",\n            \"description\": \"\",\n            \"activityType\": \"61497e03a56889e80b2b9aee\",\n            \"assignToUser\": \"60ca65a4b8d2833cc097f5a9\",\n            \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n            \"scheduleAt\": \"2022-02-18T11:53:00.000Z\",\n            \"duration\": \"0\",\n            \"people\": \"6145987b18ca6aa5a989f7f8\",\n            \"lead\": \"6145987b18ca6aa5a989f7f8\",\n            \"company\": \"60d2c1d96f5e3d14b69b90cb\",\n            \"createdAt\": \"2021-12-20T10:53:43.280Z\",\n            \"updatedAt\": \"2022-02-18T11:12:04.216Z\",\n            \"__v\": 0,\n            \"activityLostReasonComment\": \"\"\n        },\n        {\n            \"_id\": \"620c88cd95ea1e639037fcef\",\n            \"tags\": [\n                \"61de87a6d07928609da495e5\"\n            ],\n            \"isCompleted\": false,\n            \"attendees\": [],\n            \"isCalendarInvited\": false,\n            \"name\": \"Meeting\",\n            \"description\": \"\",\n            \"activityType\": \"614ec8b05ad2d955781224b5\",\n            \"assignToUser\": \"60ca65a4b8d2833cc097f5a9\",\n            \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n            \"scheduleAt\": \"2022-02-16T08:16:56.980Z\",\n            \"duration\": \"0\",\n            \"lead\": null,\n            \"company\": \"61d43339b2ce477729ba18d9\",\n            \"createdAt\": \"2022-02-16T05:17:01.266Z\",\n            \"updatedAt\": \"2022-02-18T11:13:09.425Z\",\n            \"__v\": 0,\n            \"activityLostReason\": \"617951df015c9daa79c6a8c0\",\n            \"deal\": \"61d80fbdb2ce477729bbba3b\"\n        },\n        {\n            \"_id\": \"620c814b95ea1e639037f259\",\n            \"tags\": [],\n            \"isCompleted\": false,\n            \"attendees\": [],\n            \"isCalendarInvited\": false,\n            \"name\": \"Call-123\",\n            \"description\": \"\",\n            \"activityType\": \"614afd9c0f8e8c615aed4853\",\n            \"assignToUser\": \"60ca65a4b8d2833cc097f5a9\",\n            \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n            \"scheduleAt\": \"2022-02-16T07:44:55.335Z\",\n            \"duration\": \"0\",\n            \"lead\": null,\n            \"company\": \"61d5c024b2ce477729bafd45\",\n            \"createdAt\": \"2022-02-16T04:44:59.627Z\",\n            \"updatedAt\": \"2022-02-16T04:44:59.627Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"61fbc609de4984e01d5a9e7d\",\n            \"tags\": [],\n            \"isCompleted\": false,\n            \"attendees\": [],\n            \"isCalendarInvited\": false,\n            \"name\": \"Clock - new Lead to check source\",\n            \"description\": \"\",\n            \"activityType\": \"61497e03a56889e80b2b9aee\",\n            \"assignToUser\": \"60ca65a4b8d2833cc097f5a9\",\n            \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n            \"scheduleAt\": \"2022-02-03T13:09:44.115Z\",\n            \"duration\": \"0\",\n            \"people\": \"61fa80aede4984e01d5a778f\",\n            \"lead\": \"61fa80aede4984e01d5a778f\",\n            \"createdAt\": \"2022-02-03T12:09:45.062Z\",\n            \"updatedAt\": \"2022-02-03T12:09:45.062Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"61e6e1601d37e5219b9151d2\",\n            \"tags\": [],\n            \"isCompleted\": false,\n            \"attendees\": [],\n            \"isCalendarInvited\": false,\n            \"name\": \"Gaming\",\n            \"description\": \"\",\n            \"activityType\": \"614ec91e5ad2d95578122526\",\n            \"assignToUser\": \"60ca65a4b8d2833cc097f5a9\",\n            \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n            \"scheduleAt\": \"2022-01-19T15:48:43.585Z\",\n            \"duration\": \"0\",\n            \"lead\": null,\n            \"company\": \"61e1355bfd9beeb59149b095\",\n            \"createdAt\": \"2022-01-18T15:48:48.070Z\",\n            \"updatedAt\": \"2022-01-18T15:48:48.070Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"61e6e1731d37e5219b9151e1\",\n            \"tags\": [],\n            \"isCompleted\": false,\n            \"attendees\": [\n                \"\"\n            ],\n            \"isCalendarInvited\": false,\n            \"name\": \"Rahul\",\n            \"description\": \"\",\n            \"activityType\": \"619d36cf912713b381341424\",\n            \"assignToUser\": \"60ca65a4b8d2833cc097f5a9\",\n            \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n            \"scheduleAt\": \"2022-01-18T18:49:03.870Z\",\n            \"duration\": \"0\",\n            \"lead\": null,\n            \"company\": \"61e1355bfd9beeb59149b095\",\n            \"createdAt\": \"2022-01-18T15:49:07.610Z\",\n            \"updatedAt\": \"2022-01-18T15:49:07.610Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"61e6de321d37e5219b914c4d\",\n            \"tags\": [],\n            \"isCompleted\": false,\n            \"attendees\": [],\n            \"isCalendarInvited\": false,\n            \"name\": \"Call\",\n            \"description\": \"\",\n            \"activityType\": \"614afd9c0f8e8c615aed4853\",\n            \"assignToUser\": \"60ca65a4b8d2833cc097f5a9\",\n            \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n            \"scheduleAt\": \"2022-01-18T18:35:09.369Z\",\n            \"duration\": \"0\",\n            \"lead\": null,\n            \"createdAt\": \"2022-01-18T15:35:14.639Z\",\n            \"updatedAt\": \"2022-01-18T15:35:14.639Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"61e6da301d37e5219b91491d\",\n            \"tags\": [],\n            \"isCompleted\": false,\n            \"attendees\": [],\n            \"isCalendarInvited\": false,\n            \"name\": \"Call\",\n            \"description\": \"\",\n            \"activityType\": \"614afd9c0f8e8c615aed4853\",\n            \"assignToUser\": \"60ca65a4b8d2833cc097f5a9\",\n            \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n            \"scheduleAt\": \"2022-01-18T18:18:06.385Z\",\n            \"duration\": \"0\",\n            \"lead\": null,\n            \"createdAt\": \"2022-01-18T15:18:08.626Z\",\n            \"updatedAt\": \"2022-01-18T15:18:08.626Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"61e5acbbf7ef6a0827f1ae3f\",\n            \"tags\": [],\n            \"isCompleted\": false,\n            \"attendees\": [],\n            \"isCalendarInvited\": false,\n            \"name\": \"Gaming\",\n            \"description\": \"\",\n            \"activityType\": \"614ec91e5ad2d95578122526\",\n            \"assignToUser\": \"60ca65a4b8d2833cc097f5a9\",\n            \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n            \"scheduleAt\": \"2022-01-18T17:51:53.963Z\",\n            \"duration\": \"0\",\n            \"lead\": null,\n            \"createdAt\": \"2022-01-17T17:51:55.373Z\",\n            \"updatedAt\": \"2022-01-17T17:51:55.373Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"61e5accdf7ef6a0827f1ae44\",\n            \"tags\": [],\n            \"isCompleted\": false,\n            \"attendees\": [],\n            \"isCalendarInvited\": false,\n            \"name\": \"Meeting\",\n            \"description\": \"\",\n            \"activityType\": \"614ec8b05ad2d955781224b5\",\n            \"assignToUser\": \"60ca65a4b8d2833cc097f5a9\",\n            \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n            \"scheduleAt\": \"2022-01-17T20:52:10.666Z\",\n            \"duration\": \"0\",\n            \"lead\": null,\n            \"createdAt\": \"2022-01-17T17:52:13.243Z\",\n            \"updatedAt\": \"2022-01-17T17:52:13.243Z\",\n            \"__v\": 0\n        }\n    ],\n    \"pagination\": {\n        \"pageNo\": 1,\n        \"limit\": 10,\n        \"totalPages\": 12,\n        \"totalData\": 115\n    },\n    \"relatedObject\": {\n        \"tags\": {\n            \"61de87a6d07928609da495e5\": {\n                \"_id\": \"61de87a6d07928609da495e5\",\n                \"name\": \"test\",\n                \"colorCode\": \"#f1416c\"\n            }\n        },\n        \"owner\": {\n            \"60ca65a4b8d2833cc097f5a9\": {\n                \"fullName\": \"sahil Khaire\",\n                \"userId\": \"60ca65a4b8d2833cc097f5a9\",\n                \"email\": \"sahil@saino.io\",\n                \"userType\": \"OWNER\",\n                \"avatar\": \"https://salessimplify.s3.ap-south-1.amazonaws.com/profile-picture/60ca65a3b8d2833cc097f5a8_scaled_0cd48521-679d-427c-ad94-b29dc336a63e2263121557061650365.jpg\"\n            }\n        },\n        \"followers\": {\n            \"60ca65a4b8d2833cc097f5a9\": {\n                \"fullName\": \"sahil Khaire\",\n                \"userId\": \"60ca65a4b8d2833cc097f5a9\",\n                \"email\": \"sahil@saino.io\",\n                \"userType\": \"OWNER\",\n                \"avatar\": \"https://salessimplify.s3.ap-south-1.amazonaws.com/profile-picture/60ca65a3b8d2833cc097f5a8_scaled_0cd48521-679d-427c-ad94-b29dc336a63e2263121557061650365.jpg\"\n            }\n        },\n        \"activityType\": {\n            \"61497e03a56889e80b2b9aee\": {\n                \"_id\": \"61497e03a56889e80b2b9aee\",\n                \"name\": \"Clock\",\n                \"icon\": \"clock\"\n            },\n            \"614ec8b05ad2d955781224b5\": {\n                \"_id\": \"614ec8b05ad2d955781224b5\",\n                \"name\": \"Meeting\",\n                \"icon\": \"calendar\"\n            },\n            \"614afd9c0f8e8c615aed4853\": {\n                \"_id\": \"614afd9c0f8e8c615aed4853\",\n                \"name\": \"Call\",\n                \"icon\": \"telephone\"\n            },\n            \"614ec91e5ad2d95578122526\": {\n                \"_id\": \"614ec91e5ad2d95578122526\",\n                \"name\": \"Gaming\",\n                \"icon\": \"controller\"\n            },\n            \"619d36cf912713b381341424\": {\n                \"_id\": \"619d36cf912713b381341424\",\n                \"name\": \"Rahul\",\n                \"icon\": \"flag\"\n            }\n        },\n        \"assignToUser\": {\n            \"60ca65a4b8d2833cc097f5a9\": {\n                \"fullName\": \"sahil Khaire\",\n                \"userId\": \"60ca65a4b8d2833cc097f5a9\",\n                \"email\": \"sahil@saino.io\",\n                \"userType\": \"OWNER\",\n                \"avatar\": \"https://salessimplify.s3.ap-south-1.amazonaws.com/profile-picture/60ca65a3b8d2833cc097f5a8_scaled_0cd48521-679d-427c-ad94-b29dc336a63e2263121557061650365.jpg\"\n            }\n        },\n        \"lead\": {\n            \"6145987b18ca6aa5a989f7f8\": {\n                \"_id\": \"6145987b18ca6aa5a989f7f8\",\n                \"phone\": [\n                    9999999921\n                ]\n            },\n            \"61fa80aede4984e01d5a778f\": {\n                \"_id\": \"61fa80aede4984e01d5a778f\",\n                \"phone\": [\n                    919876543234\n                ]\n            }\n        },\n        \"company\": {\n            \"60d2c1d96f5e3d14b69b90cb\": {\n                \"_id\": \"60d2c1d96f5e3d14b69b90cb\",\n                \"name\": \"Test Adkd\"\n            },\n            \"61d43339b2ce477729ba18d9\": {\n                \"_id\": \"61d43339b2ce477729ba18d9\",\n                \"name\": \"test\"\n            },\n            \"61d5c024b2ce477729bafd45\": {\n                \"_id\": \"61d5c024b2ce477729bafd45\",\n                \"name\": \"Salesimplify new one\"\n            },\n            \"61e1355bfd9beeb59149b095\": {\n                \"_id\": \"61e1355bfd9beeb59149b095\",\n                \"name\": \"asd\"\n            }\n        },\n        \"people\": {\n            \"6145987b18ca6aa5a989f7f8\": {\n                \"_id\": \"6145987b18ca6aa5a989f7f8\",\n                \"phone\": [\n                    9999999921\n                ]\n            },\n            \"61fa80aede4984e01d5a778f\": {\n                \"_id\": \"61fa80aede4984e01d5a778f\",\n                \"phone\": [\n                    919876543234\n                ]\n            }\n        },\n        \"deal\": {\n            \"61d80fbdb2ce477729bbba3b\": {\n                \"_id\": \"61d80fbdb2ce477729bbba3b\",\n                \"title\": \"7th Jan  Deal\"\n            }\n        },\n        \"activityLostReason\": {\n            \"617951df015c9daa79c6a8c0\": {\n                \"_id\": \"617951df015c9daa79c6a8c0\",\n                \"reason\": \"customer not interested\"\n            }\n        }\n    }\n}"},{"id":"e964e7e3-300f-4ffe-a157-e4a4f35fb648","name":"200 -Success with date filter","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/api/v1/activity?userId=60ca65a4b8d2833cc097f5a9&type=To Do&limit=10&pageNo=1&startDate=1645122600000&endDate=1645208999999","host":["{{base_url}}"],"path":["api","v1","activity"],"query":[{"key":"userId","value":"60ca65a4b8d2833cc097f5a9"},{"key":"type","value":"To Do"},{"key":"limit","value":"10"},{"key":"pageNo","value":"1"},{"key":"startDate","value":"1645122600000"},{"key":"endDate","value":"1645208999999"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2208"},{"key":"ETag","value":"W/\"8a0-4wYN6hB61246hLe1xbCRmfCC+/U\""},{"key":"Date","value":"Fri, 18 Feb 2022 11:17:42 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"successfully retrived\",\n    \"data\": [\n        {\n            \"_id\": \"61c060b701bc1035141b8f77\",\n            \"tags\": [\n                \"61de87a6d07928609da495e5\"\n            ],\n            \"isCompleted\": false,\n            \"attendees\": [],\n            \"isCalendarInvited\": false,\n            \"name\": \"Clock - SAhil doing testing\",\n            \"description\": \"\",\n            \"activityType\": \"61497e03a56889e80b2b9aee\",\n            \"assignToUser\": \"60ca65a4b8d2833cc097f5a9\",\n            \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n            \"scheduleAt\": \"2022-02-18T11:53:00.000Z\",\n            \"duration\": \"0\",\n            \"people\": \"6145987b18ca6aa5a989f7f8\",\n            \"lead\": \"6145987b18ca6aa5a989f7f8\",\n            \"company\": \"60d2c1d96f5e3d14b69b90cb\",\n            \"createdAt\": \"2021-12-20T10:53:43.280Z\",\n            \"updatedAt\": \"2022-02-18T11:12:04.216Z\",\n            \"__v\": 0,\n            \"activityLostReasonComment\": \"\"\n        }\n    ],\n    \"pagination\": {\n        \"pageNo\": 1,\n        \"limit\": 10,\n        \"totalPages\": 1,\n        \"totalData\": 1\n    },\n    \"relatedObject\": {\n        \"tags\": {\n            \"61de87a6d07928609da495e5\": {\n                \"_id\": \"61de87a6d07928609da495e5\",\n                \"name\": \"test\",\n                \"colorCode\": \"#f1416c\"\n            }\n        },\n        \"owner\": {\n            \"60ca65a4b8d2833cc097f5a9\": {\n                \"fullName\": \"sahil Khaire\",\n                \"userId\": \"60ca65a4b8d2833cc097f5a9\",\n                \"email\": \"sahil@saino.io\",\n                \"userType\": \"OWNER\",\n                \"avatar\": \"https://salessimplify.s3.ap-south-1.amazonaws.com/profile-picture/60ca65a3b8d2833cc097f5a8_scaled_0cd48521-679d-427c-ad94-b29dc336a63e2263121557061650365.jpg\"\n            }\n        },\n        \"followers\": {\n            \"60ca65a4b8d2833cc097f5a9\": {\n                \"fullName\": \"sahil Khaire\",\n                \"userId\": \"60ca65a4b8d2833cc097f5a9\",\n                \"email\": \"sahil@saino.io\",\n                \"userType\": \"OWNER\",\n                \"avatar\": \"https://salessimplify.s3.ap-south-1.amazonaws.com/profile-picture/60ca65a3b8d2833cc097f5a8_scaled_0cd48521-679d-427c-ad94-b29dc336a63e2263121557061650365.jpg\"\n            }\n        },\n        \"assignToUser\": {\n            \"60ca65a4b8d2833cc097f5a9\": {\n                \"fullName\": \"sahil Khaire\",\n                \"userId\": \"60ca65a4b8d2833cc097f5a9\",\n                \"email\": \"sahil@saino.io\",\n                \"userType\": \"OWNER\",\n                \"avatar\": \"https://salessimplify.s3.ap-south-1.amazonaws.com/profile-picture/60ca65a3b8d2833cc097f5a8_scaled_0cd48521-679d-427c-ad94-b29dc336a63e2263121557061650365.jpg\"\n            }\n        },\n        \"activityType\": {\n            \"61497e03a56889e80b2b9aee\": {\n                \"_id\": \"61497e03a56889e80b2b9aee\",\n                \"name\": \"Clock\",\n                \"icon\": \"clock\"\n            }\n        },\n        \"activityLostReason\": {},\n        \"lead\": {\n            \"6145987b18ca6aa5a989f7f8\": {\n                \"_id\": \"6145987b18ca6aa5a989f7f8\",\n                \"phone\": [\n                    9999999921\n                ]\n            }\n        },\n        \"company\": {\n            \"60d2c1d96f5e3d14b69b90cb\": {\n                \"_id\": \"60d2c1d96f5e3d14b69b90cb\",\n                \"name\": \"Test Adkd\"\n            }\n        },\n        \"people\": {\n            \"6145987b18ca6aa5a989f7f8\": {\n                \"_id\": \"6145987b18ca6aa5a989f7f8\",\n                \"phone\": [\n                    9999999921\n                ]\n            }\n        },\n        \"deal\": {}\n    }\n}"}],"_postman_id":"a708ed8b-3a97-46d1-91a3-d9bd11b214e4"},{"name":"Get Selected One Activity","id":"a53d3bc4-ec05-4734-8691-261470455493","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/api/v2/activity/:activityId","description":"<p>Returns selected activity.</p>\n<h3 id=\"query-parameters\">Query Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Filed</th>\n<th>Type</th>\n<th>is Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>activityId</td>\n<td><code>String</code></td>\n<td><code>Required</code></td>\n<td>activity id which need to be fetch.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<p>The success response provides activity data, pagination and related object data.</p>\n<ol>\n<li>data = it contain activity data with key value pair</li>\n<li>relatedObject = activity data has many linked data. based on id, we can able to retrieved linked data from related object. for example - activity data has a key name owner which provide onwer id instead of owner data. to get owner data based on id you can look in realtedObject.owner which contains owner data. activity having <code>owner</code>, <code>assignToUser</code>, <code>activityType</code>, <code>activityLostReason</code> and <code>associated</code> id instead of data. that data present in <code>relatedObject</code>.</li>\n</ol>\n<h6 id=\"response-data-body\">Response Data Body</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>Name of the activity</td>\n</tr>\n<tr>\n<td>description</td>\n<td>Description of activity</td>\n</tr>\n<tr>\n<td>attendees</td>\n<td>Email address of peoples who going to attend that activity.</td>\n</tr>\n<tr>\n<td>scheduleAt</td>\n<td>Activity Scheduled for time</td>\n</tr>\n<tr>\n<td>duration</td>\n<td>Activity duration in milliseconds. by default 0.</td>\n</tr>\n<tr>\n<td>scheduleAtEnd</td>\n<td>Activity End Scheduled for time</td>\n</tr>\n<tr>\n<td>owner</td>\n<td>Id of agent who created activity</td>\n</tr>\n<tr>\n<td>assignToUser</td>\n<td>Id of agent to whom assigned activity to perform</td>\n</tr>\n<tr>\n<td>activityType</td>\n<td>Type of activity</td>\n</tr>\n<tr>\n<td>associated</td>\n<td>Linked people/lead/deal/company id with type in activity</td>\n</tr>\n<tr>\n<td>location</td>\n<td>Location where activity performs.</td>\n</tr>\n<tr>\n<td>timezone</td>\n<td>Timezone for Activity for another country client.</td>\n</tr>\n<tr>\n<td>meetingLink</td>\n<td>Meeting link</td>\n</tr>\n<tr>\n<td>isCompleted</td>\n<td>Is activity completed or not by assigned user</td>\n</tr>\n<tr>\n<td>completedTime</td>\n<td>Time at which activity got completed by Assigned user.</td>\n</tr>\n<tr>\n<td>activityLostReason</td>\n<td>Activity outcome while completing activity.</td>\n</tr>\n<tr>\n<td>activityLostReasonComment</td>\n<td>Activity outcome comment while completing activity.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v2","activity",":activityId"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"d0a9e750-9085-48a3-b2b9-661b23b42f18","type":"any","value":"62ad805738a28f3d85ae5efe","key":"activityId"}]}},"response":[{"id":"253a3ae3-182e-401d-aabf-977589c9dd49","name":"200 - Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/api/v1/activity/:activityId","host":["{{base_url}}"],"path":["api","v1","activity",":activityId"],"variable":[{"key":"activityId","value":"61c060b701bc1035141b8f77"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1559"},{"key":"ETag","value":"W/\"617-lutRRNDPZV7DcvgOx/RaKG+FzUA\""},{"key":"Date","value":"Fri, 18 Feb 2022 11:25:50 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"successfully retrived\",\n    \"data\": {\n        \"_id\": \"610a24efe7f67d0440bc140a\",\n        \"tags\": [],\n        \"isCompleted\": false,\n        \"attendees\": [\n            \"sahil@saino.io\"\n        ],\n        \"isCalendarInvited\": false,\n        \"name\": \"test call\",\n        \"description\": \"test\",\n        \"activityType\": null,\n        \"assignToUser\": \"60ffef7bf5aade499fbadb57\",\n        \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n        \"scheduleAt\": \"1970-01-01T00:00:00.000Z\",\n        \"duration\": \"2332800000\",\n        \"people\": null,\n        \"lead\": null,\n        \"createdAt\": \"2021-08-04T05:26:07.956Z\",\n        \"updatedAt\": \"2021-08-04T05:26:07.956Z\",\n        \"__v\": 0\n    },\n    \"relatedObject\": {\n        \"tags\": {},\n        \"owner\": {\n            \"60ca65a4b8d2833cc097f5a9\": {\n                \"fullName\": \"sahil Khaire\",\n                \"userId\": \"60ca65a4b8d2833cc097f5a9\",\n                \"email\": \"sahil@saino.io\",\n                \"userType\": \"OWNER\",\n                \"avatar\": \"https://salessimplify.s3.ap-south-1.amazonaws.com/profile-picture/60ca65a3b8d2833cc097f5a8_scaled_0cd48521-679d-427c-ad94-b29dc336a63e2263121557061650365.jpg\"\n            }\n        },\n        \"followers\": {\n            \"60ca65a4b8d2833cc097f5a9\": {\n                \"fullName\": \"sahil Khaire\",\n                \"userId\": \"60ca65a4b8d2833cc097f5a9\",\n                \"email\": \"sahil@saino.io\",\n                \"userType\": \"OWNER\",\n                \"avatar\": \"https://salessimplify.s3.ap-south-1.amazonaws.com/profile-picture/60ca65a3b8d2833cc097f5a8_scaled_0cd48521-679d-427c-ad94-b29dc336a63e2263121557061650365.jpg\"\n            }\n        },\n        \"assignToUser\": {\n            \"60ca65a4b8d2833cc097f5a9\": {\n                \"fullName\": \"sahil Khaire\",\n                \"userId\": \"60ca65a4b8d2833cc097f5a9\",\n                \"email\": \"sahil@saino.io\",\n                \"userType\": \"OWNER\",\n                \"avatar\": \"https://salessimplify.s3.ap-south-1.amazonaws.com/profile-picture/60ca65a3b8d2833cc097f5a8_scaled_0cd48521-679d-427c-ad94-b29dc336a63e2263121557061650365.jpg\"\n            }\n        },\n        \"activityType\": {},\n        \"activityLostReason\": {},\n        \"lead\": {},\n        \"company\": {},\n        \"people\": {},\n        \"deal\": {}\n    }\n}"}],"_postman_id":"a53d3bc4-ec05-4734-8691-261470455493"},{"name":"Create Activity","id":"69889c07-1433-4a5f-9cd5-2124bd10f86d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Test Activity\",\n    \"description\": \"Test Activity Created For API Documentation\",\n    \"attendees\": [\n        \"demo@salessimplify.com\",\n        \"demo2@salessimplify.com\"\n    ],\n    \"scheduleAt\": 1655922016364,\n    \"scheduleAtEnd\": 1655922016364,\n    \"assignToUser\": \"60ca65a4b8d2833cc097f5a9\",\n    \"activityType\": \"61497e03a56889e80b2b9aee\",\n    \"associated\": {\n        \"_id\": \"6278a8a08ba6324533eeb0c2\",\n        \"type\": \"lead\"\n    },\n    \"location\": \"United States\",\n    \"timezone\": \"America/Los_Angeles\",\n    \"meetingLink\": \"https://meet.google.com/kqr-pxib-odd\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v2/activity","description":"<p>Creates New Activity.</p>\n<h6 id=\"request-body-parameters\">Request Body Parameters</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Field Type</th>\n<th>Is required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td><code>String</code></td>\n<td><code>Required</code></td>\n<td>Activity Name</td>\n</tr>\n<tr>\n<td>scheduleAt</td>\n<td><code>Date</code></td>\n<td><code>Required</code></td>\n<td>Activity scheduled at time. It supports any date format. preferred is date format is 13 digit timestamp.</td>\n</tr>\n<tr>\n<td>scheduleAtEnd</td>\n<td><code>Date</code></td>\n<td><code>Required</code></td>\n<td>Activity end scheduled at time. It supports any date format. preferred is date format is 13 digit timestamp.</td>\n</tr>\n<tr>\n<td>assignToUser</td>\n<td><code>String</code></td>\n<td><code>Required</code></td>\n<td>Owner id  to whom activity will be assign <a href=\"#58350220-0471-4e83-9c9c-f89e697d2ce2\">Owner API</a></td>\n</tr>\n<tr>\n<td>activityType</td>\n<td><code>String</code></td>\n<td><code>Required</code></td>\n<td>type of activity. it accept id of activity <a href=\"#f99c7ef0-cb2b-4366-a6d4-3b71e175b84d\">Activity Type</a></td>\n</tr>\n<tr>\n<td>description</td>\n<td><code>String</code></td>\n<td><code>Optional</code></td>\n<td>Activity Description.</td>\n</tr>\n<tr>\n<td>tags</td>\n<td><code>[String]</code></td>\n<td><code>Optional</code></td>\n<td>Tags/Label. <a href=\"#e883e1c6-a376-4cdf-8a51-e196cc828e68\">Activity Tags API</a></td>\n</tr>\n<tr>\n<td>attendees</td>\n<td><code>[String]</code></td>\n<td><code>Optional</code></td>\n<td>Its optional. List of email addresses of attendees who will join activity.</td>\n</tr>\n<tr>\n<td>associated</td>\n<td><code>{_id:String, type:String }</code></td>\n<td><code>Optional</code></td>\n<td>Its optional. Linked people/lead/deal/company.</td>\n</tr>\n<tr>\n<td>location</td>\n<td><code>String</code></td>\n<td><code>Optional</code></td>\n<td>Its optional. location where activity will perform</td>\n</tr>\n<tr>\n<td>timezone</td>\n<td><code>String</code></td>\n<td><code>Optional</code></td>\n<td>Its optional. timezone in which activity will perform <a href=\"#0073327e-ee6d-492c-977a-cec950a89c8d\">Timezone API</a></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v2","activity"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"fa5cff86-0b81-4ce0-939e-b2959f4abf30","name":"200  - Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Test Activity\",\n    \"description\": \"Test Activity Created For API Documentation\",\n    \"tags\": [\n        \"61de87a6d07928609da495e5\"\n    ],\n    \"attendees\": [\n        \"demo@salessimplify.com\",\n        \"demo2@salessimplify.com\"\n    ],\n    \"scheduleAt\": 1645185180000,\n    \"assignToUser\": \"60ca65a4b8d2833cc097f5a9\",\n    \"activityType\": \"61497e03a56889e80b2b9aee\",\n    \"people\": \"6145987b18ca6aa5a989f7f8\",\n    \"lead\": \"6145987b18ca6aa5a989f7f8\",\n    \"company\": \"60d2c1d96f5e3d14b69b90cb\",\n    \"deal\": \"61ea96856f614e7f2b6998d2\",\n    \"location\": \"United States\",\n    \"timezone\": \"America/Los_Angeles\",\n    \"latitude\": 11.10,\n    \"longitude\": 22.22\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/activity"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"81"},{"key":"ETag","value":"W/\"51-5DkGAp892i+/7PFa0RIA2g1Z0j8\""},{"key":"Date","value":"Mon, 21 Feb 2022 11:44:05 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Successfully Created\",\n    \"_id\": \"62137b049aa0a997fc0e4f26\"\n}"}],"_postman_id":"69889c07-1433-4a5f-9cd5-2124bd10f86d"},{"name":"Update Activity","id":"784d0774-d6bd-4c6a-b4a3-e80a79290394","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Test Activity\",\n    \"description\": \"Test Activity Created For API Documentation\",\n    \"attendees\": [\n        \"demo@salessimplify.com\",\n        \"demo2@salessimplify.com\"\n    ],\n    \"scheduleAt\": 1655922016364,\n    \"scheduleAtEnd\": 1655922016364,\n    \"assignToUser\": \"60ca65a4b8d2833cc097f5a9\",\n    \"activityType\": \"61497e03a56889e80b2b9aee\",\n    \"associated\": {\n        \"_id\": \"6278a8a08ba6324533eeb0c2\",\n        \"type\": \"lead\"\n    },\n    \"location\": \"United States\",\n    \"timezone\": \"America/Los_Angeles\",\n    \"meetingLink\": \"https://meet.google.com/kqr-pxib-odd\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v2/activity/:activityId","description":"<p>Updates selected activity.</p>\n<h6 id=\"request-body-parameters\">Request Body Parameters</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Field Type</th>\n<th>Is required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td><code>String</code></td>\n<td><code>Required</code></td>\n<td>Activity Name</td>\n</tr>\n<tr>\n<td>scheduleAt</td>\n<td><code>Date</code></td>\n<td><code>Required</code></td>\n<td>Activity scheduled at time. It supports any date format. preferred is date format is 13 digit timestamp.</td>\n</tr>\n<tr>\n<td>scheduleAtEnd</td>\n<td><code>Date</code></td>\n<td><code>Required</code></td>\n<td>Activity end scheduled at time. It supports any date format. preferred is date format is 13 digit timestamp.</td>\n</tr>\n<tr>\n<td>assignToUser</td>\n<td><code>String</code></td>\n<td><code>Required</code></td>\n<td>Owner id  to whom activity will be assign <a href=\"#58350220-0471-4e83-9c9c-f89e697d2ce2\">Owner API</a></td>\n</tr>\n<tr>\n<td>activityType</td>\n<td><code>String</code></td>\n<td><code>Required</code></td>\n<td>type of activity. it accept id of activity <a href=\"#f99c7ef0-cb2b-4366-a6d4-3b71e175b84d\">Activity Type</a></td>\n</tr>\n<tr>\n<td>description</td>\n<td><code>String</code></td>\n<td><code>Optional</code></td>\n<td>Activity Description.</td>\n</tr>\n<tr>\n<td>tags</td>\n<td><code>[String]</code></td>\n<td><code>Optional</code></td>\n<td>Tags/Label. <a href=\"#e883e1c6-a376-4cdf-8a51-e196cc828e68\">Activity Tags API</a></td>\n</tr>\n<tr>\n<td>attendees</td>\n<td><code>[String]</code></td>\n<td><code>Optional</code></td>\n<td>Its optional. List of email addresses of attendees who will join activity.</td>\n</tr>\n<tr>\n<td>associated</td>\n<td><code>{_id:String, type:String }</code></td>\n<td><code>Optional</code></td>\n<td>Its optional. Linked people/lead/deal/company.</td>\n</tr>\n<tr>\n<td>location</td>\n<td><code>String</code></td>\n<td><code>Optional</code></td>\n<td>Its optional. location where activity will perform</td>\n</tr>\n<tr>\n<td>timezone</td>\n<td><code>String</code></td>\n<td><code>Optional</code></td>\n<td>Its optional. timezone in which activity will perform <a href=\"#0073327e-ee6d-492c-977a-cec950a89c8d\">Timezone API</a></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v2","activity",":activityId"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"df8e2f14-56d8-4189-ad36-e3548bb298a3","type":"any","value":"62ad805738a28f3d85ae5efe","key":"activityId"}]}},"response":[{"id":"f4e57ba5-2499-417f-95ea-95959b4f1cd7","name":"200 - Success","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Test Activity updated\",\n    \"description\": \"Test Activity Created For API Documentation\",\n    \"tags\": [\n        \"61de87a6d07928609da495e5\"\n    ],\n    \"attendees\": [\n        \"demo@salessimplify.com\",\n        \"demo2@salessimplify.com\"\n    ],\n    \"scheduleAt\": 1645185180000,\n    \"assignToUser\": \"60ca65a4b8d2833cc097f5a9\",\n    \"activityType\": \"61497e03a56889e80b2b9aee\",\n    \"people\": \"6145987b18ca6aa5a989f7f8\",\n    \"lead\": \"6145987b18ca6aa5a989f7f8\",\n    \"company\": \"60d2c1d96f5e3d14b69b90cb\",\n    \"deal\": \"61ea96856f614e7f2b6998d2\",\n    \"location\": \"United States\",\n    \"timezone\": \"America/Los_Angeles\",\n    \"latitude\": 11.10,\n    \"longitude\": 22.22\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/v1/activity/:activityId","host":["{{base_url}}"],"path":["api","v1","activity",":activityId"],"variable":[{"key":"activityId","value":"62137b049aa0a997fc0e4f26"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"48"},{"key":"ETag","value":"W/\"30-YAvJyPHJTZK/oI464+AzRY/q+AM\""},{"key":"Date","value":"Mon, 21 Feb 2022 12:08:31 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"successfully updated\"\n}"}],"_postman_id":"784d0774-d6bd-4c6a-b4a3-e80a79290394"},{"name":"Delete Activity","id":"1cfccbb7-4d70-4473-a9c3-01e3a7575fc6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{base_url}}/api/v2/activity/:activityId","description":"<p>It deletes activity.</p>\n<h6 id=\"path-parameters\">Path Parameters</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Field Type</th>\n<th>is Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>activityId</td>\n<td><code>String</code></td>\n<td><code>Required</code></td>\n<td>unique identification for activity to delete.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v2","activity",":activityId"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"597ea3f6-2ead-4d49-b770-8cc517b15a73","type":"any","value":"62137b049aa0a997fc0e4f26","key":"activityId"}]}},"response":[{"id":"f61e42ba-3c92-4107-9af6-1440faffcf5e","name":"200 - Success","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{base_url}}/api/v1/activity/:activityId","host":["{{base_url}}"],"path":["api","v1","activity",":activityId"],"variable":[{"key":"activityId","value":"62137b049aa0a997fc0e4f26"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"49"},{"key":"ETag","value":"W/\"31-hRghF0wyY2HgrWFIIvbi+lWaXkk\""},{"key":"Date","value":"Mon, 21 Feb 2022 12:21:08 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"Successfully deleted\"\n}"}],"_postman_id":"1cfccbb7-4d70-4473-a9c3-01e3a7575fc6"}],"id":"688b3fb4-d456-4383-93b9-879fa1370f88","_postman_id":"688b3fb4-d456-4383-93b9-879fa1370f88","description":"","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}}},{"name":"Activity Types","item":[{"name":"Get All Activity Types","id":"3d733bc2-9cac-4127-9f18-b141f3ad82e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/api/v2/activity-type","description":"<p>It returns all activity types.</p>\n<h6 id=\"response-body\">Response Body</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_id</td>\n<td>unique identification for activity types and current value used in activities to link activity type.</td>\n</tr>\n<tr>\n<td>isActive</td>\n<td>to defined current activity type is active or not to use in activities.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>Name of the activity type</td>\n</tr>\n<tr>\n<td>iconName</td>\n<td>Icon name of activity type</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v2","activity-type"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"e7b678df-8819-4e73-833c-5393d6382f4c","name":"200 - Success","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/api/v1/activity-type"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"942"},{"key":"ETag","value":"W/\"3ae-gprifxcKYmZ97dMAIcYYUQ4tlvs\""},{"key":"Date","value":"Fri, 18 Feb 2022 08:17:12 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"Successfully fetched\",\n    \"data\": [\n        {\n            \"_id\": \"61497e03a56889e80b2b9aee\",\n            \"isActive\": true,\n            \"name\": \"Clock\",\n            \"iconName\": \"clock\"\n        },\n        {\n            \"_id\": \"614afd820f8e8c615aed484e\",\n            \"isActive\": true,\n            \"name\": \"Person\",\n            \"iconName\": \"people\"\n        },\n        {\n            \"_id\": \"614afd9c0f8e8c615aed4853\",\n            \"isActive\": true,\n            \"name\": \"Call\",\n            \"iconName\": \"telephone\"\n        },\n        {\n            \"_id\": \"614ec8b05ad2d955781224b5\",\n            \"isActive\": true,\n            \"name\": \"Meeting\",\n            \"iconName\": \"calendar\"\n        },\n        {\n            \"_id\": \"614ec91e5ad2d95578122526\",\n            \"isActive\": true,\n            \"name\": \"Gaming\",\n            \"iconName\": \"controller\"\n        },\n        {\n            \"_id\": \"6151a25bfb078a229360e9ed\",\n            \"isActive\": true,\n            \"name\": \"Email\",\n            \"iconName\": \"envelope\"\n        },\n        {\n            \"_id\": \"6152e4451a3e93355c9a6fa5\",\n            \"isActive\": false,\n            \"name\": \"checking\",\n            \"iconName\": \"tool\"\n        },\n        {\n            \"_id\": \"6153105c4c541d4170005e80\",\n            \"isActive\": false,\n            \"name\": \"group call\",\n            \"iconName\": \"people\"\n        },\n        {\n            \"_id\": \"619d36cf912713b381341424\",\n            \"isActive\": false,\n            \"name\": \"Rahul\",\n            \"iconName\": \"flag\"\n        },\n        {\n            \"_id\": \"61d5cebab2ce477729bb168c\",\n            \"isActive\": false,\n            \"name\": \"Basha\",\n            \"iconName\": \"headphone\"\n        }\n    ]\n}"}],"_postman_id":"3d733bc2-9cac-4127-9f18-b141f3ad82e0"},{"name":"Get All Active Activity Types","id":"8746e84b-957f-4b3b-9cc8-4b5a825785ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/api/v2/activity-type/active","description":"<p>It returns only active activity types which gonna be use in activities.</p>\n<h6 id=\"response-body\">Response Body</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_id</td>\n<td>unique identification for activity types and current value used in activities to link activity type.</td>\n</tr>\n<tr>\n<td>isActive</td>\n<td>to defined current activity type is active or not to use in activities.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>Name of the activity type</td>\n</tr>\n<tr>\n<td>iconName</td>\n<td>Icon name of activity type</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v2","activity-type","active"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"01a1ea7f-2d2b-49d4-a479-d23991f3f601","name":"200 - Success","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/api/v1/activity-type/active"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"587"},{"key":"ETag","value":"W/\"24b-nRH3cb76v3lhoPl8jRoJsKdJMg8\""},{"key":"Date","value":"Fri, 18 Feb 2022 08:17:26 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"Successfully fetched\",\n    \"data\": [\n        {\n            \"_id\": \"61497e03a56889e80b2b9aee\",\n            \"isActive\": true,\n            \"name\": \"Clock\",\n            \"iconName\": \"clock\"\n        },\n        {\n            \"_id\": \"614afd820f8e8c615aed484e\",\n            \"isActive\": true,\n            \"name\": \"Person\",\n            \"iconName\": \"people\"\n        },\n        {\n            \"_id\": \"614afd9c0f8e8c615aed4853\",\n            \"isActive\": true,\n            \"name\": \"Call\",\n            \"iconName\": \"telephone\"\n        },\n        {\n            \"_id\": \"614ec8b05ad2d955781224b5\",\n            \"isActive\": true,\n            \"name\": \"Meeting\",\n            \"iconName\": \"calendar\"\n        },\n        {\n            \"_id\": \"614ec91e5ad2d95578122526\",\n            \"isActive\": true,\n            \"name\": \"Gaming\",\n            \"iconName\": \"controller\"\n        },\n        {\n            \"_id\": \"6151a25bfb078a229360e9ed\",\n            \"isActive\": true,\n            \"name\": \"Email\",\n            \"iconName\": \"envelope\"\n        }\n    ]\n}"}],"_postman_id":"8746e84b-957f-4b3b-9cc8-4b5a825785ea"},{"name":"Create Activity Type","id":"78db0c87-f60f-4b9e-bc2c-281d21fc648d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Clock by API 2\",\n    \"iconName\": \"clock\",\n    \"isActive\": false\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v2/activity-type","description":"<p>It created new activity type which gonna be used in activities.</p>\n<h6 id=\"request-body-parameters\">Request Body Parameters</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Field Type</th>\n<th>is Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td><code>String</code></td>\n<td><code>Required</code></td>\n<td>Name of the activity type</td>\n</tr>\n<tr>\n<td>iconName</td>\n<td><code>String</code></td>\n<td><code>Required</code></td>\n<td>Icon name of activity type</td>\n</tr>\n<tr>\n<td>isActive</td>\n<td><code>Boolean</code></td>\n<td><code>Required</code></td>\n<td>to defined current activity type is active or not to use in activities.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v2","activity-type"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"86324715-c320-4506-933d-bab1523fec5d","name":"200 - Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Clock by API\",\n    \"iconName\": \"clock\",\n    \"isActive\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/activity-type"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"81"},{"key":"ETag","value":"W/\"51-g17g5+hb3LosZwNW/h7FNbrYujM\""},{"key":"Date","value":"Fri, 18 Feb 2022 08:17:56 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Successfully created\",\n    \"_id\": \"620f56342adc01eeb0a80566\"\n}"},{"id":"b4257a7f-4f19-4b10-afa9-adc3f779765c","name":"400 - Invalid icon name","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Clock by API 2\",\n    \"iconName\": \"clock1\",\n    \"isActive\": false\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/activity-type"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"57"},{"key":"ETag","value":"W/\"39-Le0PxAW0ZZH/joTR9YXHt953YWc\""},{"key":"Date","value":"Fri, 18 Feb 2022 08:18:37 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"Invalid icon field provided!\"\n}"}],"_postman_id":"78db0c87-f60f-4b9e-bc2c-281d21fc648d"},{"name":"Update Activity Type","id":"1d2338b5-1a79-4937-87a2-b0ad1108b648","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Clock by API 2\",\n    \"iconName\": \"clock\",\n    \"isActive\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v2/activity-type/:activityTypeId","description":"<p>It updates activity type data.</p>\n<h6 id=\"params-parameters\">Params Parameters</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Field Type</th>\n<th>is Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>activityTypeId</td>\n<td><code>String</code></td>\n<td><code>Required</code></td>\n<td>unique identification for activity types and current value used in activities to link activity type.</td>\n</tr>\n</tbody>\n</table>\n</div><h6 id=\"request-body-parameters\">Request Body Parameters</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Field Type</th>\n<th>is Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td><code>String</code></td>\n<td><code>Required</code></td>\n<td>Name of the activity type</td>\n</tr>\n<tr>\n<td>iconName</td>\n<td><code>String</code></td>\n<td><code>Required</code></td>\n<td>Icon name of activity type</td>\n</tr>\n<tr>\n<td>isActive</td>\n<td><code>Boolean</code></td>\n<td><code>Required</code></td>\n<td>to defined current activity type is active or not to use in activities.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v2","activity-type",":activityTypeId"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"a7d29388-ca4e-42c0-95c5-01f620eef711","type":"any","value":"620f56742adc01eeb0a8056f","key":"activityTypeId"}]}},"response":[{"id":"9c3aad02-82db-42fa-811b-802d77446e30","name":"200 - Invalid data","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Clock by API 2\",\n    \"iconName\": \"clock\",\n    \"isActive\": \"true\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/v1/activity-type/:activityTypeId","host":["{{base_url}}"],"path":["api","v1","activity-type",":activityTypeId"],"variable":[{"key":"activityTypeId","value":"620f56742adc01eeb0a8056f"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"61"},{"key":"ETag","value":"W/\"3d-3u1xLx3OPS52caRP5gWNTWh57YE\""},{"key":"Date","value":"Fri, 18 Feb 2022 09:24:20 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"Invalid isActive field provided!\"\n}"},{"id":"9f4bdc14-8e17-46f5-b33e-e558490e0c2a","name":"200 - Success","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Clock by API 2\",\n    \"iconName\": \"clock\",\n    \"isActive\": true\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/v1/activity-type/:activityTypeId","host":["{{base_url}}"],"path":["api","v1","activity-type",":activityTypeId"],"variable":[{"key":"activityTypeId","value":"620f56742adc01eeb0a8056f"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"48"},{"key":"ETag","value":"W/\"30-Apmr6K6bYGBrZec1qg7Wyr8di18\""},{"key":"Date","value":"Fri, 18 Feb 2022 09:24:42 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Successfully updated\"\n}"}],"_postman_id":"1d2338b5-1a79-4937-87a2-b0ad1108b648"},{"name":"Delete Activity Type","id":"946ce529-1605-49b4-8960-c41c9e6fd621","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{base_url}}/api/v2/activity-type/:activityTypeId","description":"<p>It deleted activity type.</p>\n<h6 id=\"params-parameters\">Params Parameters</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Field Type</th>\n<th>is Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>activityTypeId</td>\n<td><code>String</code></td>\n<td><code>Required</code></td>\n<td>unique identification for activity types and current value used in activities to link activity type.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v2","activity-type",":activityTypeId"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"9015e2a2-0bd7-41ca-bea4-a2013bc3fed1","type":"any","value":"620f56742adc01eeb0a8056f","key":"activityTypeId"}]}},"response":[{"id":"1c186af4-2ceb-4960-a67d-412568d38f33","name":"200 - Success","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{base_url}}/api/v1/activity-type/:activityTypeId","host":["{{base_url}}"],"path":["api","v1","activity-type",":activityTypeId"],"variable":[{"key":"activityTypeId","value":"620f56742adc01eeb0a8056f"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"48"},{"key":"ETag","value":"W/\"30-b3/JyPOEAqiNeunppmijv25z2hE\""},{"key":"Date","value":"Fri, 18 Feb 2022 09:30:20 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Successfully deleted\"\n}"}],"_postman_id":"946ce529-1605-49b4-8960-c41c9e6fd621"}],"id":"a52ccb8a-3e6a-4d41-8e2a-ead21b60520e","description":"<p>Activity types represent different kinds of activities that can be stored. Each activity type is presented to the user with an icon and a name. Activity types are linked to activities via activity type id.</p>\n","_postman_id":"a52ccb8a-3e6a-4d41-8e2a-ead21b60520e","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}}},{"name":"Activity Outcomes","item":[{"name":"Get List of Actiivity Outcomes","id":"dccad74d-d9c4-4bc4-9da0-d44cb47e4692","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/api/v2/outcomes/activity","description":"<p>It returns all activity outcomes</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v2","outcomes","activity"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"2029aec7-e2de-4264-9949-c13dbdf16b79","name":"200 - Success","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/api/v1/outcomes/activity"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"131"},{"key":"ETag","value":"W/\"83-ET0bDBZpAv3zuGMaSA3cwTJQRAU\""},{"key":"Date","value":"Mon, 21 Feb 2022 13:50:44 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Activity Outcome Fetched\",\n    \"data\": [\n        {\n            \"_id\": \"617951df015c9daa79c6a8c0\",\n            \"reason\": \"customer not interested\"\n        }\n    ]\n}"}],"_postman_id":"dccad74d-d9c4-4bc4-9da0-d44cb47e4692"}],"id":"5ea76f3c-07ff-417d-a1ca-f17d5f99322d","_postman_id":"5ea76f3c-07ff-417d-a1ca-f17d5f99322d","description":"","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}}}],"id":"49c1fed3-5017-4a22-9c3d-7fcea8270b30","description":"<h4 id=\"new-apis\">New API's</h4>\n<p>Deployment Date - 20 Jun 2022</p>\n","_postman_id":"49c1fed3-5017-4a22-9c3d-7fcea8270b30","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}}}],"id":"d586a04d-13b1-4641-8315-bf26fbff4111","_postman_id":"d586a04d-13b1-4641-8315-bf26fbff4111","description":"","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}}},{"name":"People Module","item":[{"name":"Peoples","item":[{"name":"Get Peoples","id":"3578d907-e6d3-492f-90e9-078d5fe20dbd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/api/v1/people?limit=10&pageNo=1&userId=userId","description":"<p>Returns multiple peoples based on query parameters. Peoples are sorted by the time they were created, from newest to oldest. Pagination can be controlled using limit and pageNo query parameters. If a people contains custom fields, the fields' values will be included in the response in a name of <code>customFields</code>. If a custom field's value hasn't been set for the lead, it won't appear in the response. The <code>customFields</code> is a object represent all custom field keys with there value which are set in people. for example</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-js\">{\n    ...,   //lead system data\n    customFields :{\n        key1: &lt;value&gt;\n        key2: &lt;value&gt;\n    }\n}\n</code></pre>\n<h3 id=\"query-parameters\">Query Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Filed</th>\n<th>Type</th>\n<th>is Required</th>\n<th>Default Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>pageNo</td>\n<td><code>Number</code></td>\n<td>true</td>\n<td>1</td>\n<td>For pagination, the page of entries to be returned. If not provided, 1st page data will be returned.</td>\n</tr>\n<tr>\n<td>limit</td>\n<td><code>Number</code></td>\n<td>true</td>\n<td>10</td>\n<td>For pagination, the limit of entries to be returned. If not provided, 100 items will be returned.</td>\n</tr>\n<tr>\n<td>userId</td>\n<td><code>String</code></td>\n<td>false</td>\n<td>\"\"</td>\n<td>The ID of the user whose people will be fetched. If not provided, peoples for all company users will be fetched.</td>\n</tr>\n<tr>\n<td>filter</td>\n<td><code>Object</code></td>\n<td>false</td>\n<td>{}</td>\n<td>its a filter query to get filtered result. The key name can be found in add people api description(check api key name field). The filter value will be in string of object. for example. filter={\"email\":\"<a href=\"mailto:text@test.com\">text@test.com</a>\", \"name\":\"test\"}</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<p>The success response provides people data, pagination and related object data.</p>\n<ol>\n<li>data = it contain people data with key value pair</li>\n<li>pagination = it contains pagination related details like current page no, current request limit, total leads and based on limit and total lead how many pages can be formed.</li>\n<li>relatedObject = people data has many linked data. based on id, we can able to retrieved linked data from related object. for example - people data has a key name owner which provide onwer id instead of owner data. to get owner data based on id you can look in realtedObject.owner which contains owner data. people having <code>tags</code>, <code>owner</code>, <code>company</code> and <code>followers</code> id instead of data. that data present in <code>relatedObject</code>.</li>\n</ol>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","people"],"host":["{{base_url}}"],"query":[{"key":"limit","value":"10"},{"key":"pageNo","value":"1"},{"key":"userId","value":"userId"}],"variable":[]}},"response":[{"id":"bf63669d-b1a3-4790-b874-189d166d0be1","name":"200 - Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/api/v1/people?limit=10&pageNo=1&userId=60ca65a4b8d2833cc097f5a9","host":["{{base_url}}"],"path":["api","v1","people"],"query":[{"key":"limit","value":"10"},{"key":"pageNo","value":"1"},{"key":"userId","value":"60ca65a4b8d2833cc097f5a9"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"4920"},{"key":"ETag","value":"W/\"1338-GuXVp7nkHG4klmaJbvPPrwQZYRo\""},{"key":"Date","value":"Thu, 10 Feb 2022 07:48:01 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"successfully retrived\",\n    \"data\": [\n        {\n            \"_id\": \"61fd65a21833b67159491cfb\",\n            \"tags\": [],\n            \"mobile\": [],\n            \"phone\": [\n                919573975540\n            ],\n            \"otherPhone\": [],\n            \"email\": [\n                \"only@sahil.io\"\n            ],\n            \"otherEmail\": [],\n            \"name\": \"test2\",\n            \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n            \"firstName\": \"test2\",\n            \"lastName\": \"\",\n            \"source\": \"Manually created\",\n            \"createdAt\": \"2022-02-04T17:42:58.604Z\",\n            \"updatedAt\": \"2022-02-07T08:00:05.354Z\",\n            \"company\": \"60e5e0fb5ec326c16fbee37e\"\n        },\n        {\n            \"_id\": \"61e6a9131d37e5219b913899\",\n            \"tags\": [],\n            \"mobile\": [],\n            \"phone\": [],\n            \"otherPhone\": [],\n            \"email\": [\n                \"sam@saino.op\"\n            ],\n            \"otherEmail\": [],\n            \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n            \"name\": \"\",\n            \"firstName\": \"\",\n            \"lastName\": \"\",\n            \"createdAt\": \"2022-01-18T11:48:35.131Z\",\n            \"updatedAt\": \"2022-01-18T11:48:35.131Z\"\n        },\n        {\n            \"_id\": \"61d80f14b2ce477729bbb697\",\n            \"tags\": [],\n            \"mobile\": [],\n            \"phone\": [\n                919876543456\n            ],\n            \"otherPhone\": [],\n            \"email\": [\n                \"lraft6@google.it\"\n            ],\n            \"otherEmail\": [],\n            \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n            \"name\": \"asd\",\n            \"company\": \"60e55a24b056d828294f74cc\",\n            \"createdAt\": \"2022-01-07T09:59:48.801Z\",\n            \"updatedAt\": \"2022-01-07T09:59:48.801Z\"\n        },\n        {\n            \"_id\": \"61d80dfbb2ce477729bbb674\",\n            \"tags\": [],\n            \"mobile\": [],\n            \"phone\": [\n                919876543456\n            ],\n            \"otherPhone\": [],\n            \"email\": [\n                \"lraft6@google.it\"\n            ],\n            \"otherEmail\": [],\n            \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n            \"name\": \"asd\",\n            \"company\": \"60e55a24b056d828294f74cc\",\n            \"createdAt\": \"2022-01-07T09:55:07.655Z\",\n            \"updatedAt\": \"2022-01-07T09:55:07.655Z\"\n        },\n        {\n            \"_id\": \"61d5c04bb2ce477729bafd5d\",\n            \"tags\": [],\n            \"mobile\": [],\n            \"phone\": [\n                6667322165\n            ],\n            \"otherPhone\": [],\n            \"email\": [\n                \"cbalthasar4@goo.ne.jp\"\n            ],\n            \"otherEmail\": [],\n            \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n            \"name\": \"basha\",\n            \"company\": \"61d5c024b2ce477729bafd45\",\n            \"createdAt\": \"2022-01-05T15:59:07.692Z\",\n            \"updatedAt\": \"2022-01-05T15:59:07.692Z\"\n        },\n        {\n            \"_id\": \"61cc3bc4fa7ed669d828fcfe\",\n            \"tags\": [\n                \"61adf0dd31b778e49f003ae3\"\n            ],\n            \"mobile\": [],\n            \"phone\": [\n                918888888889\n            ],\n            \"otherPhone\": [],\n            \"email\": [\n                \"i@gmail.com\"\n            ],\n            \"otherEmail\": [],\n            \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n            \"name\": \"uu\",\n            \"company\": \"60e93078e07218f93d1dfd1e\",\n            \"createdAt\": \"2021-12-29T10:43:16.459Z\",\n            \"updatedAt\": \"2022-01-03T11:29:29.179Z\"\n        },\n        {\n            \"_id\": \"61cc3822fa7ed669d828fa4b\",\n            \"tags\": [],\n            \"mobile\": [],\n            \"phone\": [\n                918989898989\n            ],\n            \"otherPhone\": [],\n            \"email\": [\n                \"lraft6@google.it\"\n            ],\n            \"otherEmail\": [],\n            \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n            \"name\": \"checktest\",\n            \"company\": \"60e5e0fb5ec326c16fbee37e\",\n            \"createdAt\": \"2021-12-29T10:27:46.491Z\",\n            \"updatedAt\": \"2021-12-29T10:27:46.491Z\"\n        },\n        {\n            \"_id\": \"61cc3766fa7ed669d828f8aa\",\n            \"tags\": [],\n            \"mobile\": [],\n            \"phone\": [\n                915656565656\n            ],\n            \"otherPhone\": [],\n            \"email\": [\n                \"j@gmail.com\"\n            ],\n            \"otherEmail\": [],\n            \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n            \"name\": \"keerthi\",\n            \"company\": \"60e83da5e07218f93d1dfd14\",\n            \"createdAt\": \"2021-12-29T10:24:38.266Z\",\n            \"updatedAt\": \"2021-12-29T10:24:38.266Z\"\n        },\n        {\n            \"_id\": \"61cc1293fa7ed669d828d78a\",\n            \"tags\": [],\n            \"mobile\": [],\n            \"phone\": [\n                91888888888\n            ],\n            \"otherPhone\": [],\n            \"email\": [\n                \"k@saino.io\"\n            ],\n            \"otherEmail\": [],\n            \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n            \"name\": \"test\",\n            \"company\": \"60e5e2335ec326c16fbee37f\",\n            \"createdAt\": \"2021-12-29T07:47:31.053Z\",\n            \"updatedAt\": \"2021-12-29T07:47:31.053Z\"\n        },\n        {\n            \"_id\": \"61cc124dfa7ed669d828d776\",\n            \"tags\": [],\n            \"mobile\": [],\n            \"phone\": [\n                918989898989\n            ],\n            \"otherPhone\": [],\n            \"email\": [\n                \"k@saino.io\"\n            ],\n            \"otherEmail\": [],\n            \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n            \"name\": \"abcd\",\n            \"company\": \"60e5e0fb5ec326c16fbee37e\",\n            \"createdAt\": \"2021-12-29T07:46:21.398Z\",\n            \"updatedAt\": \"2021-12-29T07:46:21.398Z\"\n        }\n    ],\n    \"pagination\": {\n        \"pageNo\": 1,\n        \"limit\": 10,\n        \"totalPages\": 3,\n        \"totalData\": 23\n    },\n    \"relatedObject\": {\n        \"tags\": {\n            \"61adf0dd31b778e49f003ae3\": {\n                \"_id\": \"61adf0dd31b778e49f003ae3\",\n                \"name\": \"Hot\",\n                \"colorCode\": \"#f1416c\"\n            }\n        },\n        \"company\": {\n            \"60e55a24b056d828294f74cc\": {\n                \"_id\": \"60e55a24b056d828294f74cc\",\n                \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n                \"name\": \"saino1\",\n                \"website\": \"\",\n                \"createdAddress\": \"\"\n            },\n            \"60e5e0fb5ec326c16fbee37e\": {\n                \"_id\": \"60e5e0fb5ec326c16fbee37e\",\n                \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n                \"name\": \"Saino\",\n                \"website\": \"http://saino.io\",\n                \"createdAddress\": \"\"\n            },\n            \"60e5e2335ec326c16fbee37f\": {\n                \"_id\": \"60e5e2335ec326c16fbee37f\",\n                \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n                \"name\": \"My Company \",\n                \"website\": \"\",\n                \"createdAddress\": \"\"\n            },\n            \"60e83da5e07218f93d1dfd14\": {\n                \"_id\": \"60e83da5e07218f93d1dfd14\",\n                \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n                \"name\": \"DummyApple\",\n                \"website\": \"www.dummyaple.com\",\n                \"createdAddress\": \"mumbai\"\n            },\n            \"60e93078e07218f93d1dfd1e\": {\n                \"_id\": \"60e93078e07218f93d1dfd1e\",\n                \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n                \"name\": \"pray\",\n                \"website\": \"\",\n                \"createdAddress\": \"\"\n            },\n            \"61d5c024b2ce477729bafd45\": {\n                \"_id\": \"61d5c024b2ce477729bafd45\",\n                \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n                \"name\": \"Salesimplify new one\",\n                \"website\": \"\",\n                \"createdAddress\": \"\"\n            }\n        },\n        \"owner\": {\n            \"60ca65a4b8d2833cc097f5a9\": {\n                \"fullName\": \"sahil Khaire\",\n                \"userId\": \"60ca65a4b8d2833cc097f5a9\",\n                \"email\": \"sahil@saino.io\",\n                \"userType\": \"OWNER\",\n                \"avatar\": \"https://salessimplify.s3.ap-south-1.amazonaws.com/profile-picture/60ca65a3b8d2833cc097f5a8_scaled_0cd48521-679d-427c-ad94-b29dc336a63e2263121557061650365.jpg\"\n            }\n        },\n        \"followers\": {\n            \"60ca65a4b8d2833cc097f5a9\": {\n                \"fullName\": \"sahil Khaire\",\n                \"userId\": \"60ca65a4b8d2833cc097f5a9\",\n                \"email\": \"sahil@saino.io\",\n                \"userType\": \"OWNER\",\n                \"avatar\": \"https://salessimplify.s3.ap-south-1.amazonaws.com/profile-picture/60ca65a3b8d2833cc097f5a8_scaled_0cd48521-679d-427c-ad94-b29dc336a63e2263121557061650365.jpg\"\n            }\n        }\n    }\n}"}],"_postman_id":"3578d907-e6d3-492f-90e9-078d5fe20dbd"},{"name":"Get Selected People Details","id":"76b82359-c6a2-4704-8914-c7c2ce74a3c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/api/v1/people/6232e5a8e3d2e9ef0449632a","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","people","6232e5a8e3d2e9ef0449632a"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"8c09766e-ea24-41fc-a005-38c0c9d74273","name":"200 - Success","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/api/v1/people/622f698f86e010557979ea9a"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1398"},{"key":"ETag","value":"W/\"576-N+Bnqg0+mKSmcxZgcUFIgjeb4Ng\""},{"key":"Date","value":"Mon, 11 Apr 2022 09:26:09 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"successfully retrived\",\n    \"data\": {\n        \"_id\": \"622f698f86e010557979ea9a\",\n        \"state\": \"active_lead\",\n        \"isDeleted\": false,\n        \"tags\": [\n            \"61ab4241b7f74dba1820ed64\"\n        ],\n        \"mobile\": [],\n        \"phone\": [\n            369876543456783\n        ],\n        \"otherPhone\": [],\n        \"email\": [],\n        \"otherEmail\": [],\n        \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n        \"firstName\": \"Irwin\",\n        \"createdAt\": \"2022-03-14T16:13:03.133Z\",\n        \"updatedAt\": \"2022-04-09T07:25:38.703Z\",\n        \"lastName\": \"ok\",\n        \"name\": \"Irwin ok\",\n        \"company\": \"60e5e2d15ec326c16fbee381\"\n    },\n    \"relatedObject\": {\n        \"tags\": {\n            \"61ab4241b7f74dba1820ed64\": {\n                \"_id\": \"61ab4241b7f74dba1820ed64\",\n                \"name\": \"WebForm\",\n                \"colorCode\": \"#f1416c\"\n            }\n        },\n        \"company\": {\n            \"60e5e2d15ec326c16fbee381\": {\n                \"_id\": \"60e5e2d15ec326c16fbee381\",\n                \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n                \"name\": \"Google Inc\",\n                \"website\": \"www.google.com\",\n                \"createdAddress\": \"wasdas122q\"\n            }\n        },\n        \"owner\": {\n            \"60ca65a4b8d2833cc097f5a9\": {\n                \"fullName\": \"sahil Khaire\",\n                \"userId\": \"60ca65a4b8d2833cc097f5a9\",\n                \"email\": \"sahil@saino.io\",\n                \"userType\": \"OWNER\",\n                \"avatar\": \"https://salessimplify.s3.ap-south-1.amazonaws.com/profile-picture/60ca65a3b8d2833cc097f5a8_scaled_0cd48521-679d-427c-ad94-b29dc336a63e2263121557061650365.jpg\"\n            }\n        },\n        \"followers\": {\n            \"60ca65a4b8d2833cc097f5a9\": {\n                \"fullName\": \"sahil Khaire\",\n                \"userId\": \"60ca65a4b8d2833cc097f5a9\",\n                \"email\": \"sahil@saino.io\",\n                \"userType\": \"OWNER\",\n                \"avatar\": \"https://salessimplify.s3.ap-south-1.amazonaws.com/profile-picture/60ca65a3b8d2833cc097f5a8_scaled_0cd48521-679d-427c-ad94-b29dc336a63e2263121557061650365.jpg\"\n            }\n        }\n    }\n}"}],"_postman_id":"76b82359-c6a2-4704-8914-c7c2ce74a3c0"},{"name":"Add People","id":"6c0af9dc-94d4-42ff-b875-a9683f742cd3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Test people\",\n    \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n    \"phone\": [\n        98765432123\n    ],\n    \"email\": [\n        \"test@salessimplify.com\"\n    ],\n    \"source\": \"API\",\n    \"firstName\": \"Test\",\n    \"lastName\": \"People\",\n    \"followers\": \"60ca65a4b8d2833cc097f5a9\",\n    \"company\": \"60e55a24b056d828294f74cc\",\n    \"description\": \"test description\",\n    \"website\": \"www.salessimplify.com\",\n    \"currency\": \"USD\",\n    \"skypeId\": \"https://www.skype.com/someid\",\n    \"designation\": \"Manager\",\n    \"timezone\": \"Atlantic/South_Georgia\",\n    \"tags\": [\"61d5cf55b2ce477729bb16c5\"],\n    \"mobile\": [876545678],\n    \"otherPhone\": [987654562],\n    \"otherEmail\": [\"test2@salessimplify.comn\"],\n    \"smsOptOut\": false,\n    \"emailOptOut\": true,\n    \"emailOptOutReason\": \"no reason\",\n    \"createdLongitude\": 12.12,\n    \"createdLatitude\": 12.22,\n    \"createdAddress\": \"test address\",\n    \"linkedInHandle\": \"https://www.linkedin.com\",\n    \"googlePlusHandle\": \"https://www.google.com\",\n    \"twitterHandle\": \"https://www.twitter.com\",\n    \"instagramHandle\": \"https://www.instagram.com\",\n    \"facebookHandle\": \"https://www.facebook.com\",\n    \"latitude\": \"12.23\",\n    \"longitude\": \"-144.12\",\n    \"billingCity\": \"Newark\",\n    \"billingState\": \"New Jersey\",\n    \"billingCountry\": \"United States\",\n    \"billingZipCode\": 31901,\n    \"billingAddressLine1\": \"3518 Beechwood Avenue\",\n    \"billingAddressLine2\": \"-\",\n    \"shippingCity\": \"Columbus\",\n    \"shippingState\": \"Georgia\",\n    \"shippingCountry\": \"United States\",\n    \"shippingZipCode\": 31901,\n    \"shippingAddressLine1\": \"4556 Hart Country Lane\",\n    \"shippingAddressLine2\": \"-\",\n    \"customFields.apiKeyName\":\"qwe\",\n    \"customFields.age\":10\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/people","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>FIELD NAME</th>\n<th>API KEY NAME</th>\n<th>DATA TYPE</th>\n<th>REQUIRED</th>\n<th>DESCRIPTION</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Lead Name</td>\n<td><code>name</code></td>\n<td><code>String</code></td>\n<td><code>required</code></td>\n<td>It is a lead name field which accept any name in string form.</td>\n</tr>\n<tr>\n<td>Owner</td>\n<td><code>owner</code></td>\n<td><code>ObjectId</code></td>\n<td><code>required</code></td>\n<td>It is owner field which describes to whom this lead will going to be assigned. it accept owner id which provided in owner api <a href=\"#53c1b363-8d65-481b-8749-afd024bd1655\">Owner API</a>.</td>\n</tr>\n<tr>\n<td>Phone</td>\n<td><code>phone</code></td>\n<td><code>[Number]</code></td>\n<td><code>required</code></td>\n<td>User phone number field which accept multiple phone numbers in array. (with country code recommended without +)</td>\n</tr>\n<tr>\n<td>Email</td>\n<td><code>email</code></td>\n<td><code>[String]</code></td>\n<td><code>required</code></td>\n<td>User email address with array to support user multipe emails</td>\n</tr>\n<tr>\n<td>First Name</td>\n<td><code>firstName</code></td>\n<td><code>String</code></td>\n<td><code>optional</code></td>\n<td>First Name</td>\n</tr>\n<tr>\n<td>Last Name</td>\n<td><code>lastName</code></td>\n<td><code>String</code></td>\n<td><code>optional</code></td>\n<td>Last Name</td>\n</tr>\n<tr>\n<td>Followers</td>\n<td><code>followers</code></td>\n<td><code>ObjectId</code></td>\n<td><code>optional</code></td>\n<td>if user want to share his lead with another user then he can add him in followers then that follower user can able to see this lead in his lead page. It accept owner id which provided in owner api <a href=\"#53c1b363-8d65-481b-8749-afd024bd1655\">Owner API</a>.</td>\n</tr>\n<tr>\n<td>Company Name</td>\n<td><code>company</code></td>\n<td><code>ObjectId</code></td>\n<td><code>optional</code></td>\n<td><code>Lookup</code> Organization Lookup</td>\n</tr>\n<tr>\n<td>Description</td>\n<td><code>description</code></td>\n<td><code>String</code></td>\n<td><code>optional</code></td>\n<td>Description</td>\n</tr>\n<tr>\n<td>Website</td>\n<td><code>website</code></td>\n<td><code>String</code></td>\n<td><code>optional</code></td>\n<td>Website</td>\n</tr>\n<tr>\n<td>Currency</td>\n<td><code>currency</code></td>\n<td><code>String</code></td>\n<td><code>optional</code></td>\n<td>Currency <a href=\"#9438ad45-85a9-49f6-b4f1-1fab4717cec3\">List Of Currency API</a></td>\n</tr>\n<tr>\n<td>Skype Id</td>\n<td><code>skypeId</code></td>\n<td><code>String</code></td>\n<td><code>optional</code></td>\n<td>Skype</td>\n</tr>\n<tr>\n<td>Designation</td>\n<td><code>designation</code></td>\n<td><code>String</code></td>\n<td><code>optional</code></td>\n<td>Job Title</td>\n</tr>\n<tr>\n<td>Timezone</td>\n<td><code>timezone</code></td>\n<td><code>String</code></td>\n<td><code>optional</code></td>\n<td>Timezone <a href=\"#17b0b4ea-d7be-4c53-963b-3d7e2a2d1f49\">List of Timezone API</a></td>\n</tr>\n<tr>\n<td>Tags</td>\n<td><code>tags</code></td>\n<td><code>[String]</code></td>\n<td><code>optional</code></td>\n<td>Tag / Label  <a href=\"#753ad6b0-53a6-4eda-b5b7-0db9cbfd2568\">Lead Tag API</a></td>\n</tr>\n<tr>\n<td>Mobile</td>\n<td><code>mobile</code></td>\n<td><code>[Number]</code></td>\n<td><code>optional</code></td>\n<td>Mobile</td>\n</tr>\n<tr>\n<td>Other Phone</td>\n<td><code>otherPhone</code></td>\n<td><code>[Number]</code></td>\n<td><code>optional</code></td>\n<td>Other Phone</td>\n</tr>\n<tr>\n<td>Other Email</td>\n<td><code>otherEmail</code></td>\n<td><code>[String]</code></td>\n<td><code>optional</code></td>\n<td>Other Email</td>\n</tr>\n<tr>\n<td>SMS Opt Out</td>\n<td><code>smsOptOut</code></td>\n<td><code>Boolean</code></td>\n<td><code>optional</code></td>\n<td>SMS Opt Out</td>\n</tr>\n<tr>\n<td>Email Opt Out</td>\n<td><code>emailOptOut</code></td>\n<td><code>Boolean</code></td>\n<td><code>optional</code></td>\n<td>Email Opt Out</td>\n</tr>\n<tr>\n<td>Email Opt Out Reason</td>\n<td><code>emailOptOutReason</code></td>\n<td><code>String</code></td>\n<td><code>optional</code></td>\n<td>Email Opt Out Reason</td>\n</tr>\n<tr>\n<td>Created Longitude</td>\n<td><code>createdLongitude</code></td>\n<td><code>Number</code></td>\n<td><code>optional</code></td>\n<td>Created Longitude</td>\n</tr>\n<tr>\n<td>Created Latitude</td>\n<td><code>createdLatitude</code></td>\n<td><code>Number</code></td>\n<td><code>optional</code></td>\n<td>Created Latitude</td>\n</tr>\n<tr>\n<td>Created Address</td>\n<td><code>createdAddress</code></td>\n<td><code>String</code></td>\n<td><code>optional</code></td>\n<td>Created Address</td>\n</tr>\n<tr>\n<td>LinkedIn</td>\n<td><code>linkedInHandle</code></td>\n<td><code>String</code></td>\n<td><code>optional</code></td>\n<td>LinkedIn</td>\n</tr>\n<tr>\n<td>Google+</td>\n<td><code>googlePlusHandle</code></td>\n<td><code>String</code></td>\n<td><code>optional</code></td>\n<td>Google+</td>\n</tr>\n<tr>\n<td>Twitter</td>\n<td><code>twitterHandle</code></td>\n<td><code>String</code></td>\n<td><code>optional</code></td>\n<td>Twitter</td>\n</tr>\n<tr>\n<td>Instagram</td>\n<td><code>instagramHandle</code></td>\n<td><code>String</code></td>\n<td><code>optional</code></td>\n<td>Instagram</td>\n</tr>\n<tr>\n<td>Facebook</td>\n<td><code>facebookHandle</code></td>\n<td><code>String</code></td>\n<td><code>optional</code></td>\n<td>Facebook</td>\n</tr>\n<tr>\n<td>Latitude</td>\n<td><code>latitude</code></td>\n<td><code>Number</code></td>\n<td><code>optional</code></td>\n<td>Latitude</td>\n</tr>\n<tr>\n<td>Longitude</td>\n<td><code>longitude</code></td>\n<td><code>Number</code></td>\n<td><code>optional</code></td>\n<td>Longitude</td>\n</tr>\n<tr>\n<td>City</td>\n<td><code>billingCity</code></td>\n<td><code>String</code></td>\n<td><code>optional</code></td>\n<td>City</td>\n</tr>\n<tr>\n<td>State</td>\n<td><code>billingState</code></td>\n<td><code>String</code></td>\n<td><code>optional</code></td>\n<td>State</td>\n</tr>\n<tr>\n<td>Country</td>\n<td><code>billingCountry</code></td>\n<td><code>String</code></td>\n<td><code>optional</code></td>\n<td>Country</td>\n</tr>\n<tr>\n<td>Zip Code</td>\n<td><code>billingZipCode</code></td>\n<td><code>String</code></td>\n<td><code>optional</code></td>\n<td>ZipCode</td>\n</tr>\n<tr>\n<td>Address Line 1</td>\n<td><code>billingAddressLine1</code></td>\n<td><code>String</code></td>\n<td><code>optional</code></td>\n<td>Address Line 1</td>\n</tr>\n<tr>\n<td>Address Line 2</td>\n<td><code>billingAddressLine2</code></td>\n<td><code>String</code></td>\n<td><code>optional</code></td>\n<td>Address Line 2</td>\n</tr>\n<tr>\n<td>Shipping City</td>\n<td><code>shippingCity</code></td>\n<td><code>String</code></td>\n<td><code>optional</code></td>\n<td>Shipping City</td>\n</tr>\n<tr>\n<td>Shipping State</td>\n<td><code>shippingState</code></td>\n<td><code>String</code></td>\n<td><code>optional</code></td>\n<td>Shipping State</td>\n</tr>\n<tr>\n<td>Shipping Country</td>\n<td><code>shippingCountry</code></td>\n<td><code>String</code></td>\n<td><code>optional</code></td>\n<td>Shipping Country</td>\n</tr>\n<tr>\n<td>Shipping Zip Code</td>\n<td><code>shippingZipCode</code></td>\n<td><code>String</code></td>\n<td><code>optional</code></td>\n<td>Shipping ZipCode</td>\n</tr>\n<tr>\n<td>Shipping Address Line 1</td>\n<td><code>shippingAddressLine1</code></td>\n<td><code>String</code></td>\n<td><code>optional</code></td>\n<td>Shipping Address Line 1</td>\n</tr>\n<tr>\n<td>Shipping Address Line 2</td>\n<td><code>shippingAddressLine2</code></td>\n<td><code>String</code></td>\n<td><code>optional</code></td>\n<td>Shipping Address Line 2</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"related-api-reference\">Related API Reference</h4>\n<ol>\n<li><a href=\"#53c1b363-8d65-481b-8749-afd024bd1655\">Owner API</a></li>\n<li><a href=\"#753ad6b0-53a6-4eda-b5b7-0db9cbfd2568\">Lead Tag API</a></li>\n<li><a href=\"#f56586d8-7df4-4731-b683-a542eea78221\">List Of Country API</a></li>\n<li><a href=\"#17b0b4ea-d7be-4c53-963b-3d7e2a2d1f49\">List of Timezone API</a></li>\n<li><a href=\"#9438ad45-85a9-49f6-b4f1-1fab4717cec3\">List of Currency API</a></li>\n</ol>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","people"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"d2aaa8eb-cf90-40d0-81d4-c54a6adeae29","name":"200 - Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Test people\",\n    \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n    \"phone\": [\n        98765432123\n    ],\n    \"email\": [\n        \"test@salessimplify.com\"\n    ],\n    \"source\": \"API\",\n    \"firstName\": \"Test\",\n    \"lastName\": \"People\",\n    \"followers\": \"60ca65a4b8d2833cc097f5a9\",\n    \"company\": \"60e55a24b056d828294f74cc\",\n    \"description\": \"test description\",\n    \"website\": \"www.salessimplify.com\",\n    \"currency\": \"USD\",\n    \"skypeId\": \"https://www.skype.com/someid\",\n    \"designation\": \"Manager\",\n    \"timezone\": \"Atlantic/South_Georgia\",\n    \"tags\": [\"61d5cf55b2ce477729bb16c5\"],\n    \"mobile\": [876545678],\n    \"otherPhone\": [987654562],\n    \"otherEmail\": [\"test2@salessimplify.comn\"],\n    \"smsOptOut\": false,\n    \"emailOptOut\": true,\n    \"emailOptOutReason\": \"no reason\",\n    \"createdLongitude\": 12.12,\n    \"createdLatitude\": 12.22,\n    \"createdAddress\": \"test address\",\n    \"linkedInHandle\": \"https://www.linkedin.com\",\n    \"googlePlusHandle\": \"https://www.google.com\",\n    \"twitterHandle\": \"https://www.twitter.com\",\n    \"instagramHandle\": \"https://www.instagram.com\",\n    \"facebookHandle\": \"https://www.facebook.com\",\n    \"latitude\": \"12.23\",\n    \"longitude\": \"-144.12\",\n    \"billingCity\": \"Newark\",\n    \"billingState\": \"New Jersey\",\n    \"billingCountry\": \"United States\",\n    \"billingZipCode\": 31901,\n    \"billingAddressLine1\": \"3518 Beechwood Avenue\",\n    \"billingAddressLine2\": \"-\",\n    \"shippingCity\": \"Columbus\",\n    \"shippingState\": \"Georgia\",\n    \"shippingCountry\": \"United States\",\n    \"shippingZipCode\": 31901,\n    \"shippingAddressLine1\": \"4556 Hart Country Lane\",\n    \"shippingAddressLine2\": \"-\",\n    \"customFields.apiKeyName\":\"qwe\",\n    \"customFields.age\":10\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/people"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"50"},{"key":"ETag","value":"W/\"32-mHsoCqqvcikE4n1I+vqTg4Yok6M\""},{"key":"Date","value":"Thu, 10 Feb 2022 07:50:59 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"Invalid data provided\"\n}"}],"_postman_id":"6c0af9dc-94d4-42ff-b875-a9683f742cd3"},{"name":"Update People","id":"78e896a9-a88b-4a07-a17a-0af6b3b70706","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Test people\",\n    \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n    \"phone\": [\n        98765432123\n    ],\n    \"email\": [\n        \"test@salessimplify.com\"\n    ],\n    \"source\": \"API\",\n    \"firstName\": \"Test\",\n    \"lastName\": \"people\",\n    \"followers\": \"60ca65a4b8d2833cc097f5a9\",\n    \"company\": \"60e55a24b056d828294f74cc\",\n    \"description\": \"test description\",\n    \"website\": \"www.salessimplify.com\",\n    \"currency\": \"USD\",\n    \"skypeId\": \"https://www.skype.com/someid\",\n    \"designation\": \"Manager\",\n    \"timezone\": \"Atlantic/South_Georgia\",\n    \"tags\": [\n        \"61d5cf55b2ce477729bb16c5\"\n    ],\n    \"mobile\": [\n        876545678\n    ],\n    \"otherPhone\": [\n        987654562\n    ],\n    \"otherEmail\": [\n        \"test2@salessimplify.comn\"\n    ],\n    \"smsOptOut\": false,\n    \"emailOptOut\": true,\n    \"emailOptOutReason\": \"no reason\",\n    \"createdLongitude\": 12.12,\n    \"createdLatitude\": 12.22,\n    \"createdAddress\": \"test address\",\n    \"linkedInHandle\": \"https://www.linkedin.com\",\n    \"googlePlusHandle\": \"https://www.google.com\",\n    \"twitterHandle\": \"https://www.twitter.com\",\n    \"instagramHandle\": \"https://www.instagram.com\",\n    \"facebookHandle\": \"https://www.facebook.com\",\n    \"latitude\": \"12.23\",\n    \"longitude\": \"-144.12\",\n    \"billingCity\": \"Newark\",\n    \"billingState\": \"New Jersey\",\n    \"billingCountry\": \"United States\",\n    \"billingZipCode\": 31901,\n    \"billingAddressLine1\": \"3518 Beechwood Avenue\",\n    \"billingAddressLine2\": \"-\",\n    \"shippingCity\": \"Columbus\",\n    \"shippingState\": \"Georgia\",\n    \"shippingCountry\": \"United States\",\n    \"shippingZipCode\": 31901,\n    \"shippingAddressLine1\": \"4556 Hart Country Lane\",\n    \"shippingAddressLine2\": \"-\",\n    \"customFields.apiKeyName\": \"qwe\",\n    \"customFields.age\": 10\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/people/:id","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","people",":id"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"6d541d95-068f-4516-9aaf-e8386d504200","type":"any","value":null,"key":"id"}]}},"response":[{"id":"7556f365-cfb9-4023-91c9-c5498e9f77f1","name":"200 - Success","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"_id\": \"61fa71d9784005fbb784250e\",\n    \"name\": \"Test people\",\n    \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n    \"phone\": [\n        98765432123\n    ],\n    \"email\": [\n        \"test@salessimplify.com\"\n    ],\n    \"source\": \"API\",\n    \"firstName\": \"Test\",\n    \"lastName\": \"people\",\n    \"followers\": \"60ca65a4b8d2833cc097f5a9\",\n    \"company\": \"60e55a24b056d828294f74cc\",\n    \"description\": \"test description\",\n    \"website\": \"www.salessimplify.com\",\n    \"currency\": \"USD\",\n    \"skypeId\": \"https://www.skype.com/someid\",\n    \"designation\": \"Manager\",\n    \"timezone\": \"Atlantic/South_Georgia\",\n    \"tags\": [\n        \"61d5cf55b2ce477729bb16c5\"\n    ],\n    \"mobile\": [\n        876545678\n    ],\n    \"otherPhone\": [\n        987654562\n    ],\n    \"otherEmail\": [\n        \"test2@salessimplify.comn\"\n    ],\n    \"smsOptOut\": false,\n    \"emailOptOut\": true,\n    \"emailOptOutReason\": \"no reason\",\n    \"createdLongitude\": 12.12,\n    \"createdLatitude\": 12.22,\n    \"createdAddress\": \"test address\",\n    \"linkedInHandle\": \"https://www.linkedin.com\",\n    \"googlePlusHandle\": \"https://www.google.com\",\n    \"twitterHandle\": \"https://www.twitter.com\",\n    \"instagramHandle\": \"https://www.instagram.com\",\n    \"facebookHandle\": \"https://www.facebook.com\",\n    \"latitude\": \"12.23\",\n    \"longitude\": \"-144.12\",\n    \"billingCity\": \"Newark\",\n    \"billingState\": \"New Jersey\",\n    \"billingCountry\": \"United States\",\n    \"billingZipCode\": 31901,\n    \"billingAddressLine1\": \"3518 Beechwood Avenue\",\n    \"billingAddressLine2\": \"-\",\n    \"shippingCity\": \"Columbus\",\n    \"shippingState\": \"Georgia\",\n    \"shippingCountry\": \"United States\",\n    \"shippingZipCode\": 31901,\n    \"shippingAddressLine1\": \"4556 Hart Country Lane\",\n    \"shippingAddressLine2\": \"-\",\n    \"customFields.apiKeyName\": \"qwe\",\n    \"customFields.age\": 10\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/people/61fa71d9784005fbb784250e"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"48"},{"key":"ETag","value":"W/\"30-VQnDdpr8cc/kefGqY0/gih7oQFk\""},{"key":"Date","value":"Wed, 02 Feb 2022 12:09:38 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Updated successfully\"\n}"}],"_postman_id":"78e896a9-a88b-4a07-a17a-0af6b3b70706"},{"name":"Delete People","id":"967f6f0b-963e-45de-9d7a-2675383f7e8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{base_url}}/api/v1/people/:id","description":"<p>Deletes a specific people by id. </p>\n<h4 id=\"path-parameters\">Path Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Field Type</th>\n<th>Is Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td><code>String</code></td>\n<td><code>Required</code></td>\n<td>The id of the people in mongodb <code>ObjectId</code> format.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","people",":id"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"176a5889-296a-436c-b9a8-fb4f131a68dd","type":"any","value":"61630a505fb7e6b87cd7c21c","key":"id"}]}},"response":[{"id":"4d204ff2-ea4e-446e-9751-242075268d9e","name":"200 -  Success","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{base_url}}/api/v1/people/:id","host":["{{base_url}}"],"path":["api","v1","people",":id"],"variable":[{"key":"id","value":"61630a505fb7e6b87cd7c21c"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"48"},{"key":"ETag","value":"W/\"30-SlBs43YQbCzpq37W7J+gPrHDPeo\""},{"key":"Date","value":"Wed, 02 Feb 2022 07:44:08 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"successfully deleted\"\n}"},{"id":"6d992a9d-322b-4179-9bec-a9ec06b0e53a","name":"400 - Error","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{base_url}}/api/v1/people/:id","host":["{{base_url}}"],"path":["api","v1","people",":id"],"variable":[{"key":"id","value":"test"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"59"},{"key":"ETag","value":"W/\"3b-TelFlJJa+o2WUX4HsSWpZJDJVrU\""},{"key":"Date","value":"Wed, 02 Feb 2022 07:44:46 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"Invalid id provided for delete\"\n}"}],"_postman_id":"967f6f0b-963e-45de-9d7a-2675383f7e8f"},{"name":"Bulk Delete Peoples","id":"fe18469b-9bc2-42c3-9e39-89cbcc56e8b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{base_url}}/api/v1/people?ids=id1,id2","description":"<p>Deletes a specific people by ids in bulk. The comma-separated IDs that will be deleted </p>\n<h6 id=\"query-parameters\">Query Parameters</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Field Type</th>\n<th>Is Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ids</td>\n<td><code>String,String</code></td>\n<td><code>Required</code></td>\n<td>The ids of the people in mongodb <code>ObjectId</code> format.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","people"],"host":["{{base_url}}"],"query":[{"key":"ids","value":"id1,id2"}],"variable":[]}},"response":[{"id":"3872bc3f-9166-407b-a083-89d06469aa3d","name":"200 - Success","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{base_url}}/api/v1/people?ids=615de7354234b3fcd0578218,615de7354234b3fcd0578217","host":["{{base_url}}"],"path":["api","v1","people"],"query":[{"key":"ids","value":"615de7354234b3fcd0578218,615de7354234b3fcd0578217"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"48"},{"key":"ETag","value":"W/\"30-SlBs43YQbCzpq37W7J+gPrHDPeo\""},{"key":"Date","value":"Wed, 02 Feb 2022 07:42:53 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"successfully deleted\"\n}"},{"id":"7184975b-db2e-4211-806e-a4a32038fe39","name":"400 -  Error","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{base_url}}/api/v1/people?ids=testid","host":["{{base_url}}"],"path":["api","v1","people"],"query":[{"key":"ids","value":"testid"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"59"},{"key":"ETag","value":"W/\"3b-TelFlJJa+o2WUX4HsSWpZJDJVrU\""},{"key":"Date","value":"Wed, 02 Feb 2022 07:43:28 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"Invalid id provided for delete\"\n}"}],"_postman_id":"fe18469b-9bc2-42c3-9e39-89cbcc56e8b2"}],"id":"46f78ea3-b800-4f4f-a6d9-20c171917996","_postman_id":"46f78ea3-b800-4f4f-a6d9-20c171917996","description":"","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}}},{"name":"People Data Fields","item":[{"name":"Get People Data Field","id":"89d3c0bd-aaf9-4cdc-a4a6-9e7c672fe97d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/api/v1/data-field/people","description":"<p>Returns data about all people fields.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","data-field","people"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"ac264027-d745-497d-86cc-9ac186b66a20","name":"200 - Success","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/api/v1/data-field/people"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"19540"},{"key":"ETag","value":"W/\"4c54-oPd0OvZIiD04Ts0KtcyVhPmp/ZM\""},{"key":"Date","value":"Thu, 10 Feb 2022 09:32:09 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Successfully\",\n    \"data\": [\n        {\n            \"_id\": \"60ca68760b7d1c495a33cae5\",\n            \"fieldInputType\": \"INPUT\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 1,\n            \"fieldName\": \"First Name\",\n            \"apiKeyName\": \"firstName\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33cae4\",\n            \"fieldInputType\": \"INPUT\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 2,\n            \"fieldName\": \"Last Name\",\n            \"apiKeyName\": \"lastName\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33cae3\",\n            \"fieldInputType\": \"INPUT\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": true,\n            \"addFormPriority\": 1,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 3,\n            \"fieldName\": \"Name\",\n            \"apiKeyName\": \"name\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33cae6\",\n            \"fieldInputType\": \"TEXTAREA\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 4,\n            \"fieldName\": \"Description\",\n            \"apiKeyName\": \"description\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33cae9\",\n            \"fieldInputType\": \"MULTI_PHONE_INPUT\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": true,\n            \"isRequiredInAddForm\": true,\n            \"addFormPriority\": 5,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 5,\n            \"fieldName\": \"Phone\",\n            \"apiKeyName\": \"phone\",\n            \"isEditable\": true,\n            \"validation\": \"PHONE_VALIDATION\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33caf1\",\n            \"fieldInputType\": \"MULTI_EMAIL_INPUT\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": true,\n            \"isRequiredInAddForm\": true,\n            \"addFormPriority\": 4,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 6,\n            \"fieldName\": \"Email\",\n            \"apiKeyName\": \"email\",\n            \"isEditable\": true,\n            \"validation\": \"EMAIL_VALIDATION\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33cadd\",\n            \"fieldInputType\": \"OWNER_SELECT\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": true,\n            \"isRequiredInAddForm\": true,\n            \"addFormPriority\": 16,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 7,\n            \"fieldName\": \"Owner\",\n            \"apiKeyName\": \"owner\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"6107f6844844e02f1014ee99\",\n            \"fieldInputType\": \"ACTIVITY_SHOW\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 8,\n            \"fieldName\": \"Activity\",\n            \"apiKeyName\": \"activity\",\n            \"isEditable\": false,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33cae8\",\n            \"fieldInputType\": \"TAG_MULTI_SELECT\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": true,\n            \"addFormPriority\": 22,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 9,\n            \"fieldName\": \"Tag\",\n            \"apiKeyName\": \"tags\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68770b7d1c495a33cb0e\",\n            \"fieldInputType\": \"INPUT\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 11,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 10,\n            \"fieldName\": \"Job Title\",\n            \"apiKeyName\": \"designation\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33cae1\",\n            \"fieldInputType\": \"ORG_SELECT\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": true,\n            \"addFormPriority\": 15,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 11,\n            \"fieldName\": \"Organization\",\n            \"apiKeyName\": \"company\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"6155bc76b97c4e683b04a913\",\n            \"fieldInputType\": \"INPUT\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"CUSTOM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": true,\n            \"addFormPriority\": 21,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 12,\n            \"fieldName\": \"keerthi\",\n            \"apiKeyName\": \"keerthi\",\n            \"isEditable\": true,\n            \"validation\": \"none\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33cae2\",\n            \"fieldInputType\": \"OWNER_SELECT\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 13,\n            \"fieldName\": \"Followers\",\n            \"apiKeyName\": \"followers\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"6153fe08244908531dbdeefa\",\n            \"fieldInputType\": \"INPUT\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"CUSTOM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 14,\n            \"fieldName\": \"input 1245\",\n            \"apiKeyName\": \"input1245\",\n            \"isEditable\": true,\n            \"validation\": \"none\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33cae7\",\n            \"fieldInputType\": \"INPUT\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": true,\n            \"addFormPriority\": 6,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 15,\n            \"fieldName\": \"Website\",\n            \"apiKeyName\": \"website\",\n            \"isEditable\": true,\n            \"validation\": \"URL_VALIDATION\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33caed\",\n            \"fieldInputType\": \"MULTI_PHONE_INPUT\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": true,\n            \"addFormPriority\": 8,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 16,\n            \"fieldName\": \"Other Phone\",\n            \"apiKeyName\": \"otherPhone\",\n            \"isEditable\": true,\n            \"validation\": \"PHONE_VALIDATION\"\n        },\n        {\n            \"_id\": \"614f68a2bd4110d2426f8399\",\n            \"fieldInputType\": \"NUMBER\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"CUSTOM\",\n            \"options\": [\n                \"Pink\",\n                \" Yellow\",\n                \" Red\",\n                \" Black\"\n            ],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": true,\n            \"addFormPriority\": 17,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 17,\n            \"fieldName\": \"Custom Number\",\n            \"apiKeyName\": \"CustomNumber2\",\n            \"isEditable\": true,\n            \"validation\": \"none\"\n        },\n        {\n            \"_id\": \"614f68d2bd4110d2426f83b9\",\n            \"fieldInputType\": \"DATE_TIME_RANGE\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"CUSTOM\",\n            \"options\": [\n                \"Pink\",\n                \" Yellow\",\n                \" Red\",\n                \" Black\"\n            ],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": true,\n            \"addFormPriority\": 18,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 18,\n            \"fieldName\": \"Custom Date Time Range\",\n            \"apiKeyName\": \"CustomDateTimeRange\",\n            \"isEditable\": true,\n            \"validation\": \"none\"\n        },\n        {\n            \"_id\": \"6155e548b97c4e683b04bf70\",\n            \"fieldInputType\": \"INPUT\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"CUSTOM\",\n            \"options\": [],\n            \"isRequired\": true,\n            \"isRequiredInAddForm\": true,\n            \"addFormPriority\": 11,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 19,\n            \"fieldName\": \"custom field\",\n            \"apiKeyName\": \"customfield\",\n            \"isEditable\": true,\n            \"validation\": \"none\"\n        },\n        {\n            \"_id\": \"60ca68770b7d1c495a33cafd\",\n            \"fieldInputType\": \"INPUT\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": true,\n            \"addFormPriority\": 7,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 20,\n            \"fieldName\": \"City\",\n            \"apiKeyName\": \"billingCity\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68770b7d1c495a33cafe\",\n            \"fieldInputType\": \"COUNTRY_SELECT\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": true,\n            \"addFormPriority\": 9,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 21,\n            \"fieldName\": \"Country\",\n            \"apiKeyName\": \"billingCountry\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68770b7d1c495a33caff\",\n            \"fieldInputType\": \"INPUT\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": true,\n            \"addFormPriority\": 10,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 22,\n            \"fieldName\": \"Address Line 1\",\n            \"apiKeyName\": \"billingAddressLine1\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68770b7d1c495a33cb01\",\n            \"fieldInputType\": \"INPUT\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 23,\n            \"fieldName\": \"Shipping City\",\n            \"apiKeyName\": \"shippingCity\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68770b7d1c495a33cb03\",\n            \"fieldInputType\": \"NUMBER\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": true,\n            \"addFormPriority\": 12,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 24,\n            \"fieldName\": \"ZipCode\",\n            \"apiKeyName\": \"billingZipCode\",\n            \"isEditable\": true,\n            \"validation\": \"PIN_CODE_VALIDATION\"\n        },\n        {\n            \"_id\": \"60ca68770b7d1c495a33cb04\",\n            \"fieldInputType\": \"NUMBER\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": true,\n            \"addFormPriority\": 14,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 25,\n            \"fieldName\": \"Shipping ZipCode\",\n            \"apiKeyName\": \"shippingZipCode\",\n            \"isEditable\": true,\n            \"validation\": \"PIN_CODE_VALIDATION\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33cae0\",\n            \"fieldInputType\": \"NUMBER\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": true,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 26,\n            \"fieldName\": \"Id / Code\",\n            \"apiKeyName\": \"id\",\n            \"isEditable\": false,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33caeb\",\n            \"fieldInputType\": \"INPUT\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 27,\n            \"fieldName\": \"Skype\",\n            \"apiKeyName\": \"skypeId\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33caec\",\n            \"fieldInputType\": \"MULTI_EMAIL_INPUT\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 28,\n            \"fieldName\": \"Other Email\",\n            \"apiKeyName\": \"otherEmail\",\n            \"isEditable\": true,\n            \"validation\": \"EMAIL_VALIDATION\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33caee\",\n            \"fieldInputType\": \"TOGGLE_BUTTON\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 29,\n            \"fieldName\": \"Email Opt Out\",\n            \"apiKeyName\": \"emailOptOut\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33caef\",\n            \"fieldInputType\": \"TOGGLE_BUTTON\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 30,\n            \"fieldName\": \"SMS Opt Out\",\n            \"apiKeyName\": \"smsOptOut\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33caf0\",\n            \"fieldInputType\": \"CURRENCY_SELECT\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 31,\n            \"fieldName\": \"Currency\",\n            \"apiKeyName\": \"currency\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33caf3\",\n            \"fieldInputType\": \"NUMBER\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 32,\n            \"fieldName\": \"Created Latitude\",\n            \"apiKeyName\": \"createdLatitude\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33caf2\",\n            \"fieldInputType\": \"NUMBER\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 33,\n            \"fieldName\": \"Created Longitude\",\n            \"apiKeyName\": \"createdLongitude\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68770b7d1c495a33caf5\",\n            \"fieldInputType\": \"INPUT\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 34,\n            \"fieldName\": \"Instagram\",\n            \"apiKeyName\": \"instagramHandle\",\n            \"isEditable\": true,\n            \"validation\": \"URL_VALIDATION\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33caf4\",\n            \"fieldInputType\": \"INPUT\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 35,\n            \"fieldName\": \"LinkedIn\",\n            \"apiKeyName\": \"linkedInHandle\",\n            \"isEditable\": true,\n            \"validation\": \"URL_VALIDATION\"\n        },\n        {\n            \"_id\": \"60ca68770b7d1c495a33caf6\",\n            \"fieldInputType\": \"INPUT\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 36,\n            \"fieldName\": \"Created Address\",\n            \"apiKeyName\": \"createdAddress\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68770b7d1c495a33caf8\",\n            \"fieldInputType\": \"INPUT\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 37,\n            \"fieldName\": \"Facebook\",\n            \"apiKeyName\": \"facebookHandle\",\n            \"isEditable\": true,\n            \"validation\": \"URL_VALIDATION\"\n        },\n        {\n            \"_id\": \"60ca68770b7d1c495a33caf7\",\n            \"fieldInputType\": \"INPUT\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 38,\n            \"fieldName\": \"Twitter\",\n            \"apiKeyName\": \"twitterHandle\",\n            \"isEditable\": true,\n            \"validation\": \"URL_VALIDATION\"\n        },\n        {\n            \"_id\": \"60ca68770b7d1c495a33cafa\",\n            \"fieldInputType\": \"NUMBER\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 39,\n            \"fieldName\": \"Latitude\",\n            \"apiKeyName\": \"latitude\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68770b7d1c495a33caf9\",\n            \"fieldInputType\": \"INPUT\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 40,\n            \"fieldName\": \"Google+\",\n            \"apiKeyName\": \"googlePlusHandle\",\n            \"isEditable\": true,\n            \"validation\": \"URL_VALIDATION\"\n        },\n        {\n            \"_id\": \"60ca68770b7d1c495a33cafb\",\n            \"fieldInputType\": \"NUMBER\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 41,\n            \"fieldName\": \"Longitude\",\n            \"apiKeyName\": \"longitude\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68770b7d1c495a33cb00\",\n            \"fieldInputType\": \"INPUT\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 42,\n            \"fieldName\": \"Address Line 2\",\n            \"apiKeyName\": \"billingAddressLine2\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68770b7d1c495a33cb02\",\n            \"fieldInputType\": \"INPUT\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 43,\n            \"fieldName\": \"Shipping State\",\n            \"apiKeyName\": \"shippingState\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68770b7d1c495a33cb05\",\n            \"fieldInputType\": \"INPUT\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 44,\n            \"fieldName\": \"Shipping Address Line 2\",\n            \"apiKeyName\": \"shippingAddressLine2\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68770b7d1c495a33cb06\",\n            \"fieldInputType\": \"COUNTRY_SELECT\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 45,\n            \"fieldName\": \"Shipping Country\",\n            \"apiKeyName\": \"shippingCountry\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68770b7d1c495a33cb08\",\n            \"fieldInputType\": \"INPUT\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 46,\n            \"fieldName\": \"Email Opt Out Reason\",\n            \"apiKeyName\": \"emailOptOutReason\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68770b7d1c495a33cb09\",\n            \"fieldInputType\": \"TIMEZONE_SELECT\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 47,\n            \"fieldName\": \"Timezone\",\n            \"apiKeyName\": \"timezone\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68770b7d1c495a33cb07\",\n            \"fieldInputType\": \"INPUT\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 48,\n            \"fieldName\": \"Shipping Address Line 1\",\n            \"apiKeyName\": \"shippingAddressLine1\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68770b7d1c495a33cb0b\",\n            \"fieldInputType\": \"DATE_TIME\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": true,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 49,\n            \"fieldName\": \"Created At\",\n            \"apiKeyName\": \"createdAt\",\n            \"isEditable\": false,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68770b7d1c495a33cb0c\",\n            \"fieldInputType\": \"DATE_TIME\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": true,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 50,\n            \"fieldName\": \"Updated at\",\n            \"apiKeyName\": \"updatedAt\",\n            \"isEditable\": false,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68770b7d1c495a33cafc\",\n            \"fieldInputType\": \"INPUT\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 51,\n            \"fieldName\": \"State\",\n            \"apiKeyName\": \"billingState\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33caea\",\n            \"fieldInputType\": \"NUMBER\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 52,\n            \"fieldName\": \"Mobile\",\n            \"apiKeyName\": \"mobile\",\n            \"isEditable\": true,\n            \"validation\": \"PHONE_VALIDATION\"\n        },\n        {\n            \"_id\": \"61549b4722bdaf5a1463a6e5\",\n            \"fieldInputType\": \"NUMBER\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"CUSTOM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 2,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 53,\n            \"fieldName\": \"age\",\n            \"apiKeyName\": \"age\",\n            \"isEditable\": true,\n            \"validation\": \"none\"\n        },\n        {\n            \"_id\": \"6155424722bdaf5a1463b7f5\",\n            \"fieldInputType\": \"INPUT\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"CUSTOM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 18,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 54,\n            \"fieldName\": \"Test ms\",\n            \"apiKeyName\": \"Testms\",\n            \"isEditable\": true,\n            \"validation\": \"URL_VALIDATION\"\n        },\n        {\n            \"_id\": \"615543ae22bdaf5a1463b835\",\n            \"fieldInputType\": \"INPUT\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"CUSTOM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": true,\n            \"addFormPriority\": 19,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 55,\n            \"fieldName\": \"Test ms2\",\n            \"apiKeyName\": \"Testms2\",\n            \"isEditable\": true,\n            \"validation\": \"URL_VALIDATION\"\n        },\n        {\n            \"_id\": \"615568bc22bdaf5a1463cbe9\",\n            \"fieldInputType\": \"INPUT\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"CUSTOM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": true,\n            \"addFormPriority\": 20,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 56,\n            \"fieldName\": \"Test\",\n            \"apiKeyName\": \"Test\",\n            \"isEditable\": true,\n            \"validation\": \"none\"\n        },\n        {\n            \"_id\": \"616436cd3df19f3c78fb0eae\",\n            \"fieldInputType\": \"DATE_TIME_RANGE\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"CUSTOM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": true,\n            \"addFormPriority\": 13,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 57,\n            \"fieldName\": \"datetimerange\",\n            \"apiKeyName\": \"datetimerange\",\n            \"isEditable\": true,\n            \"validation\": \"none\"\n        },\n        {\n            \"_id\": \"61d5be86b2ce477729bafba6\",\n            \"fieldInputType\": \"INPUT\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"CUSTOM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": true,\n            \"addFormPriority\": 3,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 58,\n            \"fieldName\": \"School Name\",\n            \"apiKeyName\": \"SchoolName\",\n            \"isEditable\": true,\n            \"validation\": \"none\"\n        },\n        {\n            \"_id\": \"61dda900f7ebf94197fbfe72\",\n            \"fieldInputType\": \"INPUT\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"CUSTOM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 59,\n            \"fieldName\": \"Manoj\",\n            \"apiKeyName\": \"Manoj\",\n            \"isEditable\": true,\n            \"validation\": \"none\"\n        },\n        {\n            \"_id\": \"61fa43beddbfeb45a6897adc\",\n            \"fieldInputType\": \"INPUT\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 61,\n            \"fieldName\": \"Source\",\n            \"apiKeyName\": \"source\",\n            \"isEditable\": false,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"6204a82f76bae9142a727e60\",\n            \"fieldInputType\": \"INPUT\",\n            \"fieldType\": \"LEAD\",\n            \"fieldGroup\": \"CUSTOM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": false,\n            \"tablePriority\": 61,\n            \"fieldName\": \"company Type\",\n            \"apiKeyName\": \"companyType\",\n            \"isEditable\": true,\n            \"validation\": \"none\"\n        }\n    ]\n}"}],"_postman_id":"89d3c0bd-aaf9-4cdc-a4a6-9e7c672fe97d"},{"name":"Get One Selected People Data Field","id":"f28841f5-fda5-43a0-9546-d6efcb888b44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/api/v1/data-field/people/:fieldId","description":"<p>Returns data of selected people field.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","data-field","people",":fieldId"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"de803508-57ce-41f6-8db4-1106a4e18d1e","type":"any","value":"6205f6f8c588f7c78025bfcf","key":"fieldId"}]}},"response":[{"id":"08064af0-8a59-40dc-8c76-5aebdb2ea8f1","name":"200 - Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/api/v1/data-field/people/:fieldId","host":["{{base_url}}"],"path":["api","v1","data-field","people",":fieldId"],"variable":[{"key":"fieldId","value":"60ca68760b7d1c495a33cae5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"356"},{"key":"ETag","value":"W/\"164-yUhJAsEv5NsEuF43GIYSzYDFZh4\""},{"key":"Date","value":"Thu, 10 Feb 2022 09:32:28 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Successfully\",\n    \"data\": {\n        \"_id\": \"60ca68760b7d1c495a33cae5\",\n        \"fieldInputType\": \"INPUT\",\n        \"fieldType\": \"LEAD\",\n        \"fieldGroup\": \"SYSTEM\",\n        \"options\": [],\n        \"isRequired\": false,\n        \"isRequiredInAddForm\": false,\n        \"addFormPriority\": 0,\n        \"isEnabledForTable\": true,\n        \"tablePriority\": 54,\n        \"fieldName\": \"First Name\",\n        \"apiKeyName\": \"firstName\",\n        \"isEditable\": true,\n        \"validation\": \"\"\n    }\n}"}],"_postman_id":"f28841f5-fda5-43a0-9546-d6efcb888b44"},{"name":"Create Custom Field","id":"326a4970-ae17-4fe2-948e-8c685699ab84","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"fieldName\": \"Test Field\",\n    \"fieldInputType\": \"INPUT\",\n    \"validation\": \"none\",\n    \"isRequired\": false,\n    \"isRequiredInAddForm\": false,\n    \"options\": []\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/data-field/people","description":"<p>Create a people custom field.</p>\n<h2 id=\"request-body\">Request body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>fieldInputType</td>\n<td>It defined input behaviour of current field. It described detailed in above <a href=\"#a522e5b6-063f-42ec-a081-cf0c30e9c0b1\">Lead Data Fields</a> section.</td>\n</tr>\n<tr>\n<td>options</td>\n<td>Options are used only when input field input type is <code>SELECT</code>, <code>RADIO</code>, and <code>CHECKBOX</code>. options are used to provide specified options for selected field. if field input types are <code>SELECT</code>, <code>RADIO</code>, and <code>CHECKBOX</code> then it accept value for field only from options. options are array of string. For Example, <code>[\"option1\", \"option2\"]</code></td>\n</tr>\n<tr>\n<td>isRequired</td>\n<td>It describes, Current field is accept empty data for not. if isRequired set to be true then current field doesn't accept any empty value.  by default it set to false.</td>\n</tr>\n<tr>\n<td>isRequiredInAddForm</td>\n<td>To add current field inside salessimplfy people add form.</td>\n</tr>\n<tr>\n<td>fieldName</td>\n<td>It's field name used to show in table head section.</td>\n</tr>\n<tr>\n<td>validation</td>\n<td>It describes current field validations. Currently <code>none, URL_VALIDATION, PHONE_VALIDATION, EMAIL_VALIDATION, PIN_CODE_VALIDATION</code> supports. by default it set to be <code>none</code>.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","data-field","people"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"b2d1f0f8-8c3e-4a10-8e94-e6b6dc9b748f","name":"200 - Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"fieldName\": \"Test Field\",\n    \"fieldInputType\": \"INPUT\",\n    \"validation\": \"none\",\n    \"isRequired\": false,\n    \"isRequiredInAddForm\": false,\n    \"options\": []\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/data-field/people"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"81"},{"key":"ETag","value":"W/\"51-DAZetdNy6V1Zeq4fLA8v1/J/U6U\""},{"key":"Date","value":"Fri, 11 Feb 2022 05:41:13 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Successfully created\",\n    \"_id\": \"6205f6f8c588f7c78025bfcf\"\n}"}],"_postman_id":"326a4970-ae17-4fe2-948e-8c685699ab84"},{"name":"Update Custom Field","id":"6cafd9e4-0e2a-4b79-9acd-98f0d60bdfee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"fieldName\": \"Test Field\",\n    \"fieldInputType\": \"INPUT\",\n    \"validation\": \"none\",\n    \"isRequired\": false,\n    \"isRequiredInAddForm\": false,\n    \"options\": []\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/data-field/people/:id","description":"<p>Updates a people custom field.</p>\n<h2 id=\"request-body\">Request body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>fieldInputType</td>\n<td>It defined input behaviour of current field. It described detailed in above <a href=\"#a522e5b6-063f-42ec-a081-cf0c30e9c0b1\">Lead Data Fields</a> section.</td>\n</tr>\n<tr>\n<td>options</td>\n<td>Options are used only when input field input type is <code>SELECT</code>, <code>RADIO</code>, and <code>CHECKBOX</code>. options are used to provide specified options for selected field. if field input types are <code>SELECT</code>, <code>RADIO</code>, and <code>CHECKBOX</code> then it accept value for field only from options. options are array of string. For Example, <code>[\"option1\", \"option2\"]</code></td>\n</tr>\n<tr>\n<td>isRequired</td>\n<td>It describes, Current field is accept empty data for not. if isRequired set to be true then current field doesn't accept any empty value.  by default it set to false.</td>\n</tr>\n<tr>\n<td>isRequiredInAddForm</td>\n<td>To add current field inside salessimplfy people add form.</td>\n</tr>\n<tr>\n<td>fieldName</td>\n<td>It's field name used to show in table head section.</td>\n</tr>\n<tr>\n<td>validation</td>\n<td>It describes current field validations. Currently <code>none, URL_VALIDATION, PHONE_VALIDATION, EMAIL_VALIDATION, PIN_CODE_VALIDATION</code> supports. by default it set to be <code>none</code>.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","data-field","people",":id"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"353ea685-bff6-454b-9d24-0169779b2a82","type":"any","value":"6205f6f8c588f7c78025bfcf","key":"id"}]}},"response":[{"id":"77158d42-8098-4d25-b37b-199d048ba2ab","name":"200 - Success","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"fieldName\": \"Test Field1\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/v1/data-field/people/:id","host":["{{base_url}}"],"path":["api","v1","data-field","people",":id"],"variable":[{"key":"id","value":"6205f6f8c588f7c78025bfcf"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"47"},{"key":"ETag","value":"W/\"2f-DJnw25Kw3XRM6GDWoQ3cbYXSL38\""},{"key":"Date","value":"Fri, 11 Feb 2022 05:53:52 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Successfully edited\"\n}"}],"_postman_id":"6cafd9e4-0e2a-4b79-9acd-98f0d60bdfee"},{"name":"Delete Custom Field","id":"d6dcb88c-ddb9-4e53-99ed-f3b7b48fb4dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{base_url}}/api/v1/data-field/people/:id","description":"<p>It deletes custom field. After deleting, field related values stored in people table cant be restored.</p>\n<h4 id=\"path-parameters\">Path Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Field Type</th>\n<th>Is Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td><code>String</code></td>\n<td><code>Required</code></td>\n<td>The id of the people custom field in mongodb <code>ObjectId</code> format.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","data-field","people",":id"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"af72f344-27ec-4e79-9015-36f0dec4c8d1","type":"any","value":"6205f6f8c588f7c78025bfcf","key":"id"}]}},"response":[{"id":"c86ed5f6-a38d-4cb8-9ac9-1aab1457894c","name":"200 - Success","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{base_url}}/api/v1/data-field/people/:id","host":["{{base_url}}"],"path":["api","v1","data-field","people",":id"],"variable":[{"key":"id","value":"6205f6f8c588f7c78025bfcf"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"48"},{"key":"ETag","value":"W/\"30-b3/JyPOEAqiNeunppmijv25z2hE\""},{"key":"Date","value":"Fri, 11 Feb 2022 06:50:14 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Successfully deleted\"\n}"},{"id":"4e8a92ee-5e2b-4078-999c-cf7712ef7ad5","name":"400 - Error","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{base_url}}/api/v1/data-field/people/:id","host":["{{base_url}}"],"path":["api","v1","data-field","people",":id"],"variable":[{"key":"id","value":"6205f6f8c588f7c78025bfcf"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"63"},{"key":"ETag","value":"W/\"3f-Myv/Or30kdsaUVFdtkMuSoo/lpE\""},{"key":"Date","value":"Fri, 11 Feb 2022 06:48:06 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"System data field cant be deleted!\"\n}"}],"_postman_id":"d6dcb88c-ddb9-4e53-99ed-f3b7b48fb4dc"}],"id":"d5947f1e-ae41-402e-ab78-de092a749d51","description":"<p>People fields represent the relatively complete schema for a people in an account. Each people account can have a different schema for their people, with various custom fields. each data field value describes their behavior with a set of keys and values. Fields are separated into system and custom fields where system fields are pre-defined fields that are defined by the system and are not updatable by API whereas custom fields can be added, modified, and deleted by the user. Whenever a user wanted some extra data on a people where he can't utilize pre-defined system fields, their custom fields are used. </p>\n<h2 id=\"data-field-response\">Data Field Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_id</td>\n<td>Field unique identification id</td>\n</tr>\n<tr>\n<td>fieldInputType</td>\n<td>It defined input behaviour of current field. It described detailed in below <code>Field Input Type</code> section.</td>\n</tr>\n<tr>\n<td>fieldType</td>\n<td>It defined field belongs to which module. It described detailed in below <code>Field Type</code> section.</td>\n</tr>\n<tr>\n<td>fieldGroup</td>\n<td>It defined field is a system defined field or custom created field. it accept and provide only <code>SYSTEM</code> or <code>CUSTOM</code> value.</td>\n</tr>\n<tr>\n<td>options</td>\n<td>Options are used only when input field input type is <code>SELECT</code>, <code>RADIO</code>, and <code>CHECKBOX</code>. options are used to provide specified options for selected field. if field input types are <code>SELECT</code>, <code>RADIO</code>, and <code>CHECKBOX</code> then it accept value for field only from options. options are array of string. For Example, <code>[\"option1\", \"option2\"]</code></td>\n</tr>\n<tr>\n<td>isRequired</td>\n<td>It describes, Current field is accept empty data for not. if isRequired set to be true then current field doesn't accept any empty value.  by default it set to false.</td>\n</tr>\n<tr>\n<td>isRequiredInAddForm</td>\n<td>To add current field inside salessimplfy people add form.</td>\n</tr>\n<tr>\n<td>addFormPriority</td>\n<td>It defined current field position/priority in salessimplify people add form.</td>\n</tr>\n<tr>\n<td>isEnabledForTable</td>\n<td>It describes current field is visible in table view of people page.</td>\n</tr>\n<tr>\n<td>tablePriority</td>\n<td>It describes current field position in table view of people page.</td>\n</tr>\n<tr>\n<td>fieldName</td>\n<td>It's field name used to show in table head section.</td>\n</tr>\n<tr>\n<td>apiKeyName</td>\n<td>Its api key name which used to update current field value in people table.</td>\n</tr>\n<tr>\n<td>isEditable</td>\n<td>It defined current field is editable for not. if isEditable value is false then end user cant able to edit value for current field, it means current field is read only.</td>\n</tr>\n<tr>\n<td>validation</td>\n<td>It describes current field validations. Currently <code>none, URL_VALIDATION, PHONE_VALIDATION, EMAIL_VALIDATION, PIN_CODE_VALIDATION</code> supports. by default it set to be <code>none</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"field-input-type\">Field Input Type</h3>\n<p>field input type represent current field data type. which means what kind of data it accept and provides as output.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>FIELD</th>\n<th>OUTPUT DATA TYPE</th>\n<th>EXAMPLE</th>\n<th>DESCRIPTION</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>INPUT</td>\n<td><code>String</code></td>\n<td><code>\"any text\"</code></td>\n<td>It is input field which accept any input and provide output in string form</td>\n</tr>\n<tr>\n<td>TEXTAREA</td>\n<td><code>String</code></td>\n<td><code>\"any text description\"</code></td>\n<td>It is textarea field which accept any input and provide output in string form</td>\n</tr>\n<tr>\n<td>CHECKBOX</td>\n<td><code>[String]</code></td>\n<td><code>[\"value1\", \"value2\"]</code></td>\n<td>It is checkbox field which takes input options from options field from same data object and provide selected data as a array of string. for options check <a href=\"#data-field-response\">data field response table</a></td>\n</tr>\n<tr>\n<td>SELECT</td>\n<td><code>String</code></td>\n<td><code>\"option 1\"</code></td>\n<td>It is dropdwon field which takes input options from options field from same data object and provide selected data as a string. for options check <a href=\"#data-field-response\">data field response table</a></td>\n</tr>\n<tr>\n<td>RADIO</td>\n<td><code>String</code></td>\n<td><code>\"option 1\"</code></td>\n<td>It is radio field which takes input options from options field from same data object and provide selected data as a string. for options check <a href=\"#data-field-response\">data field response table</a></td>\n</tr>\n<tr>\n<td>TOGGLE_BUTTON</td>\n<td><code>Boolean</code></td>\n<td><code>true</code> / <code>false</code></td>\n<td>It is toggle button field which provides output in true/false form</td>\n</tr>\n<tr>\n<td>NUMBER</td>\n<td><code>Number</code></td>\n<td><code>10</code></td>\n<td>It is number input field which accept any number input and provide output in number form</td>\n</tr>\n<tr>\n<td>DATE</td>\n<td><code>Timestamp</code></td>\n<td><code>1643617245377</code></td>\n<td>It is a date field which accept data in a 13 digit timestamp.</td>\n</tr>\n<tr>\n<td>DATE_RANGE</td>\n<td><code>[Timestamp, Timestamp]</code></td>\n<td><code>[1643617245377, 1643617245377]</code></td>\n<td>It is a date field which accept data in a array of 13 digit timestamp.</td>\n</tr>\n<tr>\n<td>DATE_TIME</td>\n<td><code>Timestamp</code></td>\n<td><code>1643617245377</code></td>\n<td>It is a date time field which accept data in a 13 digit timestamp.</td>\n</tr>\n<tr>\n<td>DATE_TIME_RANGE</td>\n<td><code>[Timestamp, Timestamp]</code></td>\n<td><code>[1643617245377, 1643617245377]</code></td>\n<td>It is a date field range which accept data in a array of 13 digit timestamp.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"field-type\">Field Type</h3>\n<p>Field type defines the current field belongs to which module. below are the modules which data will be given to user.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>LEAD</td>\n<td>It's represent lead module data fields.</td>\n</tr>\n<tr>\n<td>PERSON</td>\n<td>It's represent people/person module data fields.</td>\n</tr>\n<tr>\n<td>COMPANY</td>\n<td>It's represent company module data fields.</td>\n</tr>\n<tr>\n<td>PRODUCT</td>\n<td>It's represent product module data fields.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"d5947f1e-ae41-402e-ab78-de092a749d51","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}}},{"name":"People Tags","item":[{"name":"Get People Tag","id":"e93fc28f-a021-41f6-9240-7cfedd9392d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/api/v1/tag/people","description":"<p>It will return details of all people tags. This endpoint does not support pagination and all tags are always returned.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","tag","people"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"82f004f7-bfae-41c1-a450-7b234c27326f","name":"200 - Success","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/api/v1/tag/people"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"381"},{"key":"ETag","value":"W/\"17d-1zchYvljSj+9/FkQnRtobzLbr0A\""},{"key":"Date","value":"Mon, 24 Jan 2022 09:39:08 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Successfully retrieved\",\n    \"data\": [\n        {\n            \"_id\": \"61ab4241b7f74dba1820ed64\",\n            \"name\": \"WebForm\",\n            \"colorCode\": \"#f1416c\"\n        },\n        {\n            \"_id\": \"61b304abf46a15f06c18cd97\",\n            \"name\": \"asdasdsadasdsad asdsadsad asd asdsadda\",\n            \"colorCode\": \"#f1416c\"\n        },\n        {\n            \"_id\": \"61d5bf80b2ce477729bafce6\",\n            \"name\": \"Warm\",\n            \"colorCode\": \"#ffc700\"\n        },\n        {\n            \"_id\": \"61d5cf55b2ce477729bb16c5\",\n            \"name\": \"Basha\",\n            \"colorCode\": \"#073d74\"\n        }\n    ]\n}"}],"_postman_id":"e93fc28f-a021-41f6-9240-7cfedd9392d0"},{"name":"Add People Tag","id":"e21f6161-b5f2-44aa-bc3a-9bff247647e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Tag from API\",\n    \"colorCode\": \"#ff00ff\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/tag/people","description":"<p>Creates a people tag.</p>\n<h4 id=\"body-parameters\">Body Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>FIELD NAME</strong></th>\n<th><strong>TYPE</strong></th>\n<th><strong>IS REQUIRED</strong></th>\n<th><strong>DESCRIPTION</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td><code>STRING</code></td>\n<td><code>required</code></td>\n<td>tag name</td>\n</tr>\n<tr>\n<td>colorCode</td>\n<td><code>STRING</code></td>\n<td><code>required</code></td>\n<td>color code to show tag in color</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","tag","people"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"781c94cb-3cf9-4cbd-a8ad-60be22d2d425","name":"200 - Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Tag from API\",\n    \"colorCode\": \"#ff00ff\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/tag/people"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"81"},{"key":"ETag","value":"W/\"51-1TPq1XhNcRq1uFxlts2RcJ+zsN8\""},{"key":"Date","value":"Mon, 24 Jan 2022 10:05:00 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Successfully Created\",\n    \"_id\": \"61ee79cb5928bf6888772968\"\n}"}],"_postman_id":"e21f6161-b5f2-44aa-bc3a-9bff247647e9"},{"name":"Update People Tag","id":"97fc433c-82d2-4f7e-8a21-5c2b0aaf875a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"tag name\",\n    \"colorCode\": \"#f1416c\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/tag/people/:tagId","description":"<p>This endpoint will Updates one or more properties of a people tag. both <code>name</code> and <code>colorCode</code> properties required in update tag.</p>\n<h4 id=\"path-parameters\">Path Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>FIELD NAME</strong></th>\n<th><strong>TYPE</strong></th>\n<th><strong>IS REQUIRED</strong></th>\n<th><strong>DESCRIPTION</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>tagId</td>\n<td><code>STRING</code></td>\n<td><code>required</code></td>\n<td>tag id (<code>_id</code> in get tag api response)</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"body-parameters\">Body Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>FIELD NAME</strong></th>\n<th><strong>TYPE</strong></th>\n<th><strong>IS REQUIRED</strong></th>\n<th><strong>DESCRIPTION</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td><code>STRING</code></td>\n<td><code>required</code></td>\n<td>tag name</td>\n</tr>\n<tr>\n<td>colorCode</td>\n<td><code>STRING</code></td>\n<td><code>required</code></td>\n<td>color code to show tag in color</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","tag","people",":tagId"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"67c5f63c-bfea-455e-b43c-3f072ac6ab41","type":"any","value":null,"key":"tagId"}]}},"response":[{"id":"f25bb002-639d-43c2-b79c-ed873fc63005","name":"200 - Success","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"asdasdsadasdsad asdsadsad\",\n    \"colorCode\": \"#f1416c\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/v1/tag/people/:tag_id","host":["{{base_url}}"],"path":["api","v1","tag","people",":tag_id"],"variable":[{"key":"tag_id","value":"61b304abf46a15f06c18cd97"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"146"},{"key":"ETag","value":"W/\"92-C1PN10vjaBSdQjUlTI1j3Y8lEXU\""},{"key":"Date","value":"Mon, 24 Jan 2022 10:04:11 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Successfully edited\",\n    \"data\": {\n        \"_id\": \"61b304abf46a15f06c18cd97\",\n        \"name\": \"asdasdsadasdsad asdsadsad\",\n        \"colorCode\": \"#f1416c\"\n    }\n}"}],"_postman_id":"97fc433c-82d2-4f7e-8a21-5c2b0aaf875a"},{"name":"Delete People  Tag","id":"7fdca80e-924d-4500-ba7d-39b7762d0031","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{base_url}}/api/v1/tag/people/:tagId","description":"<p>Deletes a specific people tag.</p>\n<h4 id=\"path-parameters\">Path Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>FIELD NAME</strong></th>\n<th><strong>TYPE</strong></th>\n<th><strong>IS REQUIRED</strong></th>\n<th><strong>DESCRIPTION</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>tagId</td>\n<td><code>STRING</code></td>\n<td><code>required</code></td>\n<td>tag id (<code>_id</code> in get tag api response)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","tag","people",":tagId"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"97f8b9a7-f69b-4cb7-8565-90d38874a574","type":"any","value":null,"key":"tagId"}]}},"response":[{"id":"836c1d1a-ec3c-49af-b172-cb15462b36cb","name":"200 - success","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{base_url}}/api/v1/tag/people/:tag_id","host":["{{base_url}}"],"path":["api","v1","tag","people",":tag_id"],"variable":[{"key":"tag_id","value":"61ee76373c56cd26ce131c6d"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"48"},{"key":"ETag","value":"W/\"30-PnFiO0zgTEzGeZPZLZRtqXrQnxI\""},{"key":"Date","value":"Mon, 24 Jan 2022 09:54:22 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Successfully Deleted\"\n}"}],"_postman_id":"7fdca80e-924d-4500-ba7d-39b7762d0031"}],"id":"ac5f105f-bbff-4407-a0b0-a3a83fc2097e","description":"<h6 id=\"people-tags-allow-you-to-categorize-your-people-data-you-can-add-as-many-new-custom-tags-as-you-want\">People tags allow you to categorize your people data. you can add as many new custom tags as you want.</h6>\n","_postman_id":"ac5f105f-bbff-4407-a0b0-a3a83fc2097e","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}}}],"id":"f355423b-99a6-4b39-ab76-26bb20cf8c54","_postman_id":"f355423b-99a6-4b39-ab76-26bb20cf8c54","description":"","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}}},{"name":"Company Module","item":[{"name":"Company","item":[{"name":"Get Companies","id":"236d927e-aa27-4704-a2d0-956bf149dd03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/api/v1/company?pageNo=1&limit=10&filter={\"website\":\"meetup\"}&userId=61545d43d78af695f8cbb760","description":"<p>Returns multiple companies based on query parameters. Company are sorted by the time they were created, from newest to oldest. Pagination can be controlled using limit and pageNo query parameters. If a company contains custom fields, the fields' values will be included in the response in a name of <code>customFields</code>. If a custom field's value hasn't been set for the company, it won't appear in the response. The <code>customFields</code> is a object represent all custom field keys with there value which are set in people. for example</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-js\">{\n    ...,   //lead system data\n    customFields :{\n        key1: &lt;value&gt;\n        key2: &lt;value&gt;\n    }\n}\n</code></pre>\n<h3 id=\"query-parameters\">Query Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Filed</th>\n<th>Type</th>\n<th>is Required</th>\n<th>Default Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>pageNo</td>\n<td><code>Number</code></td>\n<td>true</td>\n<td>1</td>\n<td>For pagination, the page of entries to be returned. If not provided, 1st page data will be returned.</td>\n</tr>\n<tr>\n<td>limit</td>\n<td><code>Number</code></td>\n<td>true</td>\n<td>10</td>\n<td>For pagination, the limit of entries to be returned. If not provided, 100 items will be returned.</td>\n</tr>\n<tr>\n<td>userId</td>\n<td><code>String</code></td>\n<td>false</td>\n<td>\"\"</td>\n<td>The ID of the user whose people will be fetched. If not provided, peoples for all company users will be fetched.</td>\n</tr>\n<tr>\n<td>filter</td>\n<td><code>Object</code></td>\n<td>false</td>\n<td>{}</td>\n<td>its a filter query to get filtered result. The key name can be found in add company api(check body field names). The filter value will be in string of object. for example. filter={\"email\":\"<a href=\"mailto:text@test.com\">text@test.com</a>\", \"name\":\"test\"}</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<p>The success response provides people data, pagination and related object data.</p>\n<ol>\n<li>data = it contain company data with key value pair</li>\n<li>pagination = it contains pagination related details like current page no, current request limit, total companies and based on limit and total company how many pages can be formed.</li>\n<li>relatedObject = company data has many linked data. based on id, we can able to retrieved linked data from related object. for example - people data has a key name owner which provide onwer id instead of owner data. to get owner data based on id you can look in realtedObject.owner which contains owner data.</li>\n</ol>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","company"],"host":["{{base_url}}"],"query":[{"key":"pageNo","value":"1"},{"key":"limit","value":"10"},{"key":"filter","value":"{\"website\":\"meetup\"}"},{"key":"userId","value":"61545d43d78af695f8cbb760"}],"variable":[]}},"response":[{"id":"6ace89b7-cb43-4c78-8982-63b45ecb320a","name":"200 - Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/api/v1/company?pageNo=1&limit=10","host":["{{base_url}}"],"path":["api","v1","company"],"query":[{"key":"pageNo","value":"1"},{"key":"limit","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"6049"},{"key":"ETag","value":"W/\"17a1-jnX19qYC7yrJemhAsHaVqdUhwBM\""},{"key":"Date","value":"Wed, 09 Feb 2022 11:25:35 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"successfully retrived\",\n    \"data\": [\n        {\n            \"_id\": \"61fd61461833b67159491bce\",\n            \"followers\": [\n                \"60ed49d587537a4ba4b03dd0\"\n            ],\n            \"tags\": [\n                \"61ee826a3c7a7f657a05297d\"\n            ],\n            \"phone\": [\n                915467897654\n            ],\n            \"otherPhone\": [\n                919876543456\n            ],\n            \"email\": [\n                \"support@saino.io\"\n            ],\n            \"otherEmail\": [\n                \"SAHIL@SAIN.ui\"\n            ],\n            \"totalActivities\": 0,\n            \"doneActivities\": 0,\n            \"activitiesToDo\": 0,\n            \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n            \"name\": \"saino\",\n            \"website\": \"www.saino.io\",\n            \"createdAddress\": \"test\",\n            \"searchText\": \" 915467897654 919876543456 support@saino.io SAHIL@SAIN.ui Active saino www.saino.io test USD Analyst Meat processing & products test test qw weq India Maharashtra Dombivali test.skype.com www.linkedin.com\",\n            \"createdAt\": \"2022-02-04T17:24:22.968Z\",\n            \"updatedAt\": \"2022-02-09T11:25:24.380Z\",\n            \"currency\": \"USD\",\n            \"businessType\": \"Analyst\",\n            \"industryType\": \"Meat processing & products\",\n            \"description\": \"test test\",\n            \"shippingAddressLine2\": \"qw\",\n            \"shippingAddressLine1\": \"weq\",\n            \"shippingCountry\": \"India\",\n            \"shippingState\": \"Maharashtra\",\n            \"shippingCity\": \"Dombivali\",\n            \"numberOfEmployees\": 10,\n            \"skypeId\": \"test.skype.com\",\n            \"annualRevenue\": 199999999,\n            \"createdLatitude\": 21.34,\n            \"createdLongitude\": 111,\n            \"linkedInHandle\": \"www.linkedin.com\"\n        },\n        {\n            \"_id\": \"61ea967c6f614e7f2b6998c2\",\n            \"followers\": [],\n            \"tags\": [],\n            \"phone\": [],\n            \"otherPhone\": [],\n            \"email\": [],\n            \"otherEmail\": [],\n            \"totalActivities\": 0,\n            \"doneActivities\": 0,\n            \"activitiesToDo\": 0,\n            \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n            \"name\": \"company by owner\",\n            \"website\": \"\",\n            \"createdAddress\": \"\",\n            \"searchText\": \" company by owner\",\n            \"createdAt\": \"2022-01-21T11:18:20.276Z\",\n            \"updatedAt\": \"2022-01-21T11:18:29.225Z\",\n            \"openDeals\": 1\n        },\n        {\n            \"_id\": \"61e1355bfd9beeb59149b095\",\n            \"followers\": [],\n            \"tags\": [],\n            \"phone\": [],\n            \"otherPhone\": [],\n            \"email\": [],\n            \"otherEmail\": [],\n            \"totalActivities\": 1,\n            \"doneActivities\": 0,\n            \"activitiesToDo\": 1,\n            \"name\": \"asd\",\n            \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n            \"website\": \"saino.io\",\n            \"createdAddress\": \"\",\n            \"searchText\": \"     Active asd saino.io aqs\",\n            \"createdAt\": \"2022-01-14T08:33:31.186Z\",\n            \"updatedAt\": \"2022-01-18T15:49:07.632Z\",\n            \"description\": \"aqs\",\n            \"nextActivityDate\": \"2022-01-18T18:49:03.870Z\"\n        },\n        {\n            \"_id\": \"61e1354cfd9beeb59149b069\",\n            \"followers\": [],\n            \"tags\": [],\n            \"phone\": [],\n            \"otherPhone\": [],\n            \"email\": [],\n            \"otherEmail\": [],\n            \"totalActivities\": 0,\n            \"doneActivities\": 0,\n            \"activitiesToDo\": 0,\n            \"name\": \"test\",\n            \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n            \"website\": \"\",\n            \"createdAddress\": \"\",\n            \"searchText\": \" test 60ca65a4b8d2833cc097f5a9\",\n            \"createdAt\": \"2022-01-14T08:33:16.842Z\",\n            \"updatedAt\": \"2022-01-14T08:33:16.842Z\"\n        },\n        {\n            \"_id\": \"61e134b5fd9beeb59149aeec\",\n            \"followers\": [],\n            \"tags\": [],\n            \"phone\": [],\n            \"otherPhone\": [],\n            \"email\": [],\n            \"otherEmail\": [],\n            \"totalActivities\": 0,\n            \"doneActivities\": 0,\n            \"activitiesToDo\": 0,\n            \"name\": \"resr\",\n            \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n            \"website\": \"\",\n            \"createdAddress\": \"\",\n            \"searchText\": \" resr 60ca65a4b8d2833cc097f5a9\",\n            \"createdAt\": \"2022-01-14T08:30:45.176Z\",\n            \"updatedAt\": \"2022-01-14T08:30:45.176Z\"\n        },\n        {\n            \"_id\": \"61d5c024b2ce477729bafd45\",\n            \"followers\": [\n                \"60ca65a4b8d2833cc097f5a9\"\n            ],\n            \"tags\": [],\n            \"phone\": [],\n            \"otherPhone\": [],\n            \"email\": [],\n            \"otherEmail\": [],\n            \"totalActivities\": 0,\n            \"doneActivities\": 0,\n            \"activitiesToDo\": 0,\n            \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n            \"name\": \"Salesimplify new one\",\n            \"website\": \"\",\n            \"createdAddress\": \"\",\n            \"searchText\": \"     Active Salesimplify new one\",\n            \"createdAt\": \"2022-01-05T15:58:28.885Z\",\n            \"updatedAt\": \"2022-01-18T15:59:30.533Z\"\n        },\n        {\n            \"_id\": \"61d43339b2ce477729ba18d9\",\n            \"followers\": [],\n            \"tags\": [],\n            \"phone\": [],\n            \"otherPhone\": [],\n            \"email\": [],\n            \"otherEmail\": [],\n            \"totalActivities\": 0,\n            \"doneActivities\": 0,\n            \"activitiesToDo\": 0,\n            \"name\": \"test\",\n            \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n            \"website\": \"\",\n            \"createdAddress\": \"\",\n            \"searchText\": \" test 60ca65a4b8d2833cc097f5a9\",\n            \"createdAt\": \"2022-01-04T11:44:57.594Z\",\n            \"updatedAt\": \"2022-01-04T11:44:57.594Z\"\n        },\n        {\n            \"_id\": \"61c46883e7ed1aaec46219ab\",\n            \"followers\": [],\n            \"tags\": [],\n            \"phone\": [],\n            \"otherPhone\": [],\n            \"email\": [],\n            \"otherEmail\": [],\n            \"totalActivities\": 0,\n            \"doneActivities\": 0,\n            \"activitiesToDo\": 0,\n            \"name\": \"test 2\",\n            \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n            \"website\": \"\",\n            \"createdAddress\": \"\",\n            \"searchText\": \" test 2 60ca65a4b8d2833cc097f5a9\",\n            \"createdAt\": \"2021-12-23T12:16:03.319Z\",\n            \"updatedAt\": \"2021-12-23T12:16:03.319Z\"\n        },\n        {\n            \"_id\": \"61c466a7e7ed1aaec4621804\",\n            \"followers\": [],\n            \"tags\": [],\n            \"phone\": [],\n            \"otherPhone\": [],\n            \"email\": [],\n            \"otherEmail\": [],\n            \"totalActivities\": 0,\n            \"doneActivities\": 0,\n            \"activitiesToDo\": 0,\n            \"name\": \"Test company\",\n            \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n            \"website\": \"\",\n            \"createdAddress\": \"\",\n            \"searchText\": \" Test company 60ca65a4b8d2833cc097f5a9\",\n            \"createdAt\": \"2021-12-23T12:08:07.931Z\",\n            \"updatedAt\": \"2021-12-23T12:08:07.931Z\"\n        },\n        {\n            \"_id\": \"61a9bbd314743b8d2b299042\",\n            \"followers\": [],\n            \"tags\": [],\n            \"phone\": [],\n            \"otherPhone\": [],\n            \"email\": [],\n            \"otherEmail\": [],\n            \"totalActivities\": 0,\n            \"doneActivities\": 0,\n            \"activitiesToDo\": 0,\n            \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n            \"name\": \"Sahul\",\n            \"website\": \"\",\n            \"createdAddress\": \"\",\n            \"searchText\": \" Sahul\",\n            \"webhookIdentifyId\": \"d731d080-1ea9-419a-b983-d9a785233174\",\n            \"createdAt\": \"2021-12-03T06:40:19.016Z\",\n            \"updatedAt\": \"2021-12-03T06:40:19.016Z\"\n        }\n    ],\n    \"pagination\": {\n        \"pageNo\": 1,\n        \"limit\": 10,\n        \"totalPages\": 46,\n        \"totalData\": 452\n    },\n    \"relatedObject\": {\n        \"tags\": {\n            \"61ee826a3c7a7f657a05297d\": {\n                \"_id\": \"61ee826a3c7a7f657a05297d\",\n                \"name\": \"Tag from API\",\n                \"colorCode\": \"#ff00ff\"\n            }\n        },\n        \"owner\": {\n            \"60ca65a4b8d2833cc097f5a9\": {\n                \"fullName\": \"sahil Khaire\",\n                \"userId\": \"60ca65a4b8d2833cc097f5a9\",\n                \"email\": \"sahil@saino.io\",\n                \"userType\": \"OWNER\",\n                \"avatar\": \"https://salessimplify.s3.ap-south-1.amazonaws.com/profile-picture/60ca65a3b8d2833cc097f5a8_scaled_0cd48521-679d-427c-ad94-b29dc336a63e2263121557061650365.jpg\"\n            },\n            \"60ed49d587537a4ba4b03dd0\": {\n                \"email\": \"admin@saino.io\",\n                \"userId\": \"60ed49d587537a4ba4b03dd0\",\n                \"userType\": \"ADMIN\",\n                \"avatar\": \"https://salessimplify.s3.ap-south-1.amazonaws.com/profile-picture/60ca65a3b8d2833cc097f5a8_avatar.jpg\",\n                \"fullName\": \"admin\"\n            }\n        },\n        \"followers\": {\n            \"60ca65a4b8d2833cc097f5a9\": {\n                \"fullName\": \"sahil Khaire\",\n                \"userId\": \"60ca65a4b8d2833cc097f5a9\",\n                \"email\": \"sahil@saino.io\",\n                \"userType\": \"OWNER\",\n                \"avatar\": \"https://salessimplify.s3.ap-south-1.amazonaws.com/profile-picture/60ca65a3b8d2833cc097f5a8_scaled_0cd48521-679d-427c-ad94-b29dc336a63e2263121557061650365.jpg\"\n            },\n            \"60ed49d587537a4ba4b03dd0\": {\n                \"email\": \"admin@saino.io\",\n                \"userId\": \"60ed49d587537a4ba4b03dd0\",\n                \"userType\": \"ADMIN\",\n                \"avatar\": \"https://salessimplify.s3.ap-south-1.amazonaws.com/profile-picture/60ca65a3b8d2833cc097f5a8_avatar.jpg\",\n                \"fullName\": \"admin\"\n            }\n        }\n    }\n}"}],"_postman_id":"236d927e-aa27-4704-a2d0-956bf149dd03"},{"name":"Get One Company","id":"c26954ff-c9c1-4668-82ad-4244ab0b5b72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/api/v1/company/:companyId","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","company",":companyId"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"e4c77f08-a044-4109-895b-3a181c4d07ce","description":{"content":"<p>Required</p>\n","type":"text/plain"},"type":"any","value":null,"key":"companyId"}]}},"response":[{"id":"bb94856b-6917-4022-bcb2-93d2149a45e9","name":"200 - Success","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/api/v1/company/61fd61461833b67159491bce"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2392"},{"key":"ETag","value":"W/\"958-LCS7uUR8LzC3tJc7gGTpgCGd914\""},{"key":"Date","value":"Thu, 10 Feb 2022 06:02:29 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"successfully retrived\",\n    \"data\": {\n        \"_id\": \"61fd61461833b67159491bce\",\n        \"followers\": [\n            \"60ed49d587537a4ba4b03dd0\"\n        ],\n        \"tags\": [\n            \"61ee826a3c7a7f657a05297d\"\n        ],\n        \"phone\": [\n            915467897654\n        ],\n        \"otherPhone\": [\n            919876543456\n        ],\n        \"email\": [\n            \"support@saino.io\"\n        ],\n        \"otherEmail\": [\n            \"SAHIL@SAIN.ui\"\n        ],\n        \"totalActivities\": 0,\n        \"doneActivities\": 0,\n        \"activitiesToDo\": 0,\n        \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n        \"name\": \"saino\",\n        \"website\": \"www.saino.io\",\n        \"createdAddress\": \"test\",\n        \"searchText\": \" 915467897654 919876543456 support@saino.io SAHIL@SAIN.ui Active saino www.saino.io test USD Analyst Meat processing & products test test qw weq India Maharashtra Dombivali test.skype.com www.linkedin.com\",\n        \"createdAt\": \"2022-02-04T17:24:22.968Z\",\n        \"updatedAt\": \"2022-02-09T11:25:24.380Z\",\n        \"currency\": \"USD\",\n        \"businessType\": \"Analyst\",\n        \"industryType\": \"Meat processing & products\",\n        \"description\": \"test test\",\n        \"shippingAddressLine2\": \"qw\",\n        \"shippingAddressLine1\": \"weq\",\n        \"shippingCountry\": \"India\",\n        \"shippingState\": \"Maharashtra\",\n        \"shippingCity\": \"Dombivali\",\n        \"numberOfEmployees\": 10,\n        \"skypeId\": \"test.skype.com\",\n        \"annualRevenue\": 199999999,\n        \"createdLatitude\": 21.34,\n        \"createdLongitude\": 111,\n        \"linkedInHandle\": \"www.linkedin.com\"\n    },\n    \"relatedObject\": {\n        \"tags\": {\n            \"61ee826a3c7a7f657a05297d\": {\n                \"_id\": \"61ee826a3c7a7f657a05297d\",\n                \"name\": \"Tag from API\",\n                \"colorCode\": \"#ff00ff\"\n            }\n        },\n        \"owner\": {\n            \"60ca65a4b8d2833cc097f5a9\": {\n                \"fullName\": \"sahil Khaire\",\n                \"userId\": \"60ca65a4b8d2833cc097f5a9\",\n                \"email\": \"sahil@saino.io\",\n                \"userType\": \"OWNER\",\n                \"avatar\": \"https://salessimplify.s3.ap-south-1.amazonaws.com/profile-picture/60ca65a3b8d2833cc097f5a8_scaled_0cd48521-679d-427c-ad94-b29dc336a63e2263121557061650365.jpg\"\n            },\n            \"60ed49d587537a4ba4b03dd0\": {\n                \"email\": \"admin@saino.io\",\n                \"userId\": \"60ed49d587537a4ba4b03dd0\",\n                \"userType\": \"ADMIN\",\n                \"avatar\": \"https://salessimplify.s3.ap-south-1.amazonaws.com/profile-picture/60ca65a3b8d2833cc097f5a8_avatar.jpg\",\n                \"fullName\": \"admin\"\n            }\n        },\n        \"followers\": {\n            \"60ca65a4b8d2833cc097f5a9\": {\n                \"fullName\": \"sahil Khaire\",\n                \"userId\": \"60ca65a4b8d2833cc097f5a9\",\n                \"email\": \"sahil@saino.io\",\n                \"userType\": \"OWNER\",\n                \"avatar\": \"https://salessimplify.s3.ap-south-1.amazonaws.com/profile-picture/60ca65a3b8d2833cc097f5a8_scaled_0cd48521-679d-427c-ad94-b29dc336a63e2263121557061650365.jpg\"\n            },\n            \"60ed49d587537a4ba4b03dd0\": {\n                \"email\": \"admin@saino.io\",\n                \"userId\": \"60ed49d587537a4ba4b03dd0\",\n                \"userType\": \"ADMIN\",\n                \"avatar\": \"https://salessimplify.s3.ap-south-1.amazonaws.com/profile-picture/60ca65a3b8d2833cc097f5a8_avatar.jpg\",\n                \"fullName\": \"admin\"\n            }\n        }\n    }\n}"},{"id":"46e6a005-098e-4d46-bbcf-396dab1683c3","name":"400 - Error (Product Not found)","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/api/v1/company/61fd61461833b67159491bcc"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"46"},{"key":"ETag","value":"W/\"2e-49pqbXG2qETmDFhjOd96+dYkyqA\""},{"key":"Date","value":"Thu, 10 Feb 2022 06:02:53 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"Product not found\"\n}"}],"_postman_id":"c26954ff-c9c1-4668-82ad-4244ab0b5b72"},{"name":"Create Company","id":"6366d443-5e49-4e40-bb66-f949f2989d8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Test Company\",\n    \"description\": \"Test description\",\n    \"website\": \"www.demo.com\",\n    \"createdAddress\": \"Test Address\",\n    \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n    \"followers\": \"60ca65a4b8d2833cc097f5a9\",\n    \"currency\": \"USD\",\n    \"numberOfEmployees\": 500,\n    \"annualRevenue\": 1000000,\n    \"skypeId\": \"www.skype.com/demoid\",\n    \"tags\": [\n        \"61ee826a3c7a7f657a05297d\"\n    ],\n    \"phone\": [\n        9876543212\n    ],\n    \"otherPhone\": [\n        98765432112\n    ],\n    \"email\": [\n        \"test@demo.com\"\n    ],\n    \"otherEmail\": [\n        \"test2@demo.com\"\n    ],\n    \"smsOptOut\": false,\n    \"emailOptOut\": false,\n    \"createdLongitude\": 10.12,\n    \"createdLatitude\": -12.22,\n    \"noOfPeoples\": 1000,\n    \"linkedInHandle\": \"https://www.linkedin.com\",\n    \"googlePlusHandle\": \"https://www.google.com\",\n    \"twitterHandle\": \"https://www.twitter.com\",\n    \"instagramHandle\": \"https://www.instagram.com\",\n    \"facebookHandle\": \"https://www.facebook.com\",\n    \"latitude\": 10.12,\n    \"longitude\": -12.12,\n    \"billingCity\": \"Newark\",\n    \"billingState\": \"New Jersey\",\n    \"billingCountry\": \"United States\",\n    \"billingZipCode\": 31901,\n    \"billingAddressLine1\": \"3518 Beechwood Avenue\",\n    \"billingAddressLine2\": \"-\",\n    \"shippingCity\": \"Columbus\",\n    \"shippingState\": \"Georgia\",\n    \"shippingCountry\": \"United States\",\n    \"shippingZipCode\": 31901,\n    \"shippingAddressLine1\": \"4556 Hart Country Lane\",\n    \"shippingAddressLine2\": \"-\",\n    \"industryType\": \"\",\n    \"businessType\": \"\",\n    \"customFields\": {\n        \"TestField\": \"testing\",\n        \"TestField1\": \"testing1\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/company","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","company"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"cb9f0a53-1375-4ec9-86f0-8fab688fcd8a","name":"200 - Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Test Company\",\n    \"description\": \"Test description\",\n    \"website\": \"www.demo.com\",\n    \"createdAddress\": \"Test Address\",\n    \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n    \"followers\": \"60ca65a4b8d2833cc097f5a9\",\n    \"currency\": \"USD\",\n    \"numberOfEmployees\": 500,\n    \"annualRevenue\": 1000000,\n    \"skypeId\": \"www.skype.com/demoid\",\n    \"tags\": [\n        \"61ee826a3c7a7f657a05297d\"\n    ],\n    \"phone\": [\n        9876543212\n    ],\n    \"otherPhone\": [\n        98765432112\n    ],\n    \"email\": [\n        \"test@demo.com\"\n    ],\n    \"otherEmail\": [\n        \"test2@demo.com\"\n    ],\n    \"smsOptOut\": false,\n    \"emailOptOut\": false,\n    \"createdLongitude\": 10.12,\n    \"createdLatitude\": -12.22,\n    \"noOfPeoples\": 1000,\n    \"linkedInHandle\": \"https://www.linkedin.com\",\n    \"googlePlusHandle\": \"https://www.google.com\",\n    \"twitterHandle\": \"https://www.twitter.com\",\n    \"instagramHandle\": \"https://www.instagram.com\",\n    \"facebookHandle\": \"https://www.facebook.com\",\n    \"latitude\": 10.12,\n    \"longitude\": -12.12,\n    \"billingCity\": \"Newark\",\n    \"billingState\": \"New Jersey\",\n    \"billingCountry\": \"United States\",\n    \"billingZipCode\": 31901,\n    \"billingAddressLine1\": \"3518 Beechwood Avenue\",\n    \"billingAddressLine2\": \"-\",\n    \"shippingCity\": \"Columbus\",\n    \"shippingState\": \"Georgia\",\n    \"shippingCountry\": \"United States\",\n    \"shippingZipCode\": 31901,\n    \"shippingAddressLine1\": \"4556 Hart Country Lane\",\n    \"shippingAddressLine2\": \"-\",\n    \"industryType\": \"\",\n    \"businessType\": \"\",\n    \"customFields\": {\n        \"TestField\": \"testing\",\n        \"TestField1\": \"testing1\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/company"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"79"},{"key":"ETag","value":"W/\"4f-aV7PtGhUMfXpRvqbPtst9UccSxs\""},{"key":"Date","value":"Thu, 10 Feb 2022 07:34:48 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"added successfully\",\n    \"_id\": \"6204c018ab5eea67a05c518a\"\n}"}],"_postman_id":"6366d443-5e49-4e40-bb66-f949f2989d8a"},{"name":"Update Company","id":"1ea4272d-45ca-49cd-86fd-6d41dd086a49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Updated test Company\",\n    \"description\": \"Test description\",\n    \"website\": \"www.demo.com\",\n    \"createdAddress\": \"Test Address\",\n    \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n    \"followers\": \"60ca65a4b8d2833cc097f5a9\",\n    \"currency\": \"USD\",\n    \"numberOfEmployees\": 500,\n    \"annualRevenue\": 1000000,\n    \"skypeId\": \"www.skype.com/demoid\",\n    \"tags\": [\n        \"61ee826a3c7a7f657a05297d\"\n    ],\n    \"phone\": [\n        9876543212\n    ],\n    \"otherPhone\": [\n        98765432112\n    ],\n    \"email\": [\n        \"test@demo.com\"\n    ],\n    \"otherEmail\": [\n        \"test2@demo.com\"\n    ],\n    \"smsOptOut\": false,\n    \"emailOptOut\": false,\n    \"createdLongitude\": 10.12,\n    \"createdLatitude\": -12.22,\n    \"noOfPeoples\": 1000,\n    \"linkedInHandle\": \"https://www.linkedin.com\",\n    \"googlePlusHandle\": \"https://www.google.com\",\n    \"twitterHandle\": \"https://www.twitter.com\",\n    \"instagramHandle\": \"https://www.instagram.com\",\n    \"facebookHandle\": \"https://www.facebook.com\",\n    \"latitude\": 10.12,\n    \"longitude\": -12.12,\n    \"billingCity\": \"Newark\",\n    \"billingState\": \"New Jersey\",\n    \"billingCountry\": \"United States\",\n    \"billingZipCode\": 31901,\n    \"billingAddressLine1\": \"3518 Beechwood Avenue\",\n    \"billingAddressLine2\": \"-\",\n    \"shippingCity\": \"Columbus\",\n    \"shippingState\": \"Georgia\",\n    \"shippingCountry\": \"United States\",\n    \"shippingZipCode\": 31901,\n    \"shippingAddressLine1\": \"4556 Hart Country Lane\",\n    \"shippingAddressLine2\": \"-\",\n    \"industryType\": \"\",\n    \"businessType\": \"\",\n    \"customFields\": {\n        \"TestField\": \"testing\",\n        \"TestField1\": \"testing1\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/company/:companyId","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","company",":companyId"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"a98dc644-fddd-4a88-b8ef-92475f69e83b","type":"any","value":null,"key":"companyId"}]}},"response":[{"id":"fd1252aa-f163-49e3-a1cf-8da549f3b419","name":"200 - Success","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Updated test Company\",\n    \"description\": \"Test description\",\n    \"website\": \"www.demo.com\",\n    \"createdAddress\": \"Test Address\",\n    \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n    \"followers\": \"60ca65a4b8d2833cc097f5a9\",\n    \"currency\": \"USD\",\n    \"numberOfEmployees\": 500,\n    \"annualRevenue\": 1000000,\n    \"skypeId\": \"www.skype.com/demoid\",\n    \"tags\": [\n        \"61ee826a3c7a7f657a05297d\"\n    ],\n    \"phone\": [\n        9876543212\n    ],\n    \"otherPhone\": [\n        98765432112\n    ],\n    \"email\": [\n        \"test@demo.com\"\n    ],\n    \"otherEmail\": [\n        \"test2@demo.com\"\n    ],\n    \"smsOptOut\": false,\n    \"emailOptOut\": false,\n    \"createdLongitude\": 10.12,\n    \"createdLatitude\": -12.22,\n    \"noOfPeoples\": 1000,\n    \"linkedInHandle\": \"https://www.linkedin.com\",\n    \"googlePlusHandle\": \"https://www.google.com\",\n    \"twitterHandle\": \"https://www.twitter.com\",\n    \"instagramHandle\": \"https://www.instagram.com\",\n    \"facebookHandle\": \"https://www.facebook.com\",\n    \"latitude\": 10.12,\n    \"longitude\": -12.12,\n    \"billingCity\": \"Newark\",\n    \"billingState\": \"New Jersey\",\n    \"billingCountry\": \"United States\",\n    \"billingZipCode\": 31901,\n    \"billingAddressLine1\": \"3518 Beechwood Avenue\",\n    \"billingAddressLine2\": \"-\",\n    \"shippingCity\": \"Columbus\",\n    \"shippingState\": \"Georgia\",\n    \"shippingCountry\": \"United States\",\n    \"shippingZipCode\": 31901,\n    \"shippingAddressLine1\": \"4556 Hart Country Lane\",\n    \"shippingAddressLine2\": \"-\",\n    \"industryType\": \"\",\n    \"businessType\": \"\",\n    \"customFields\": {\n        \"TestField\": \"testing\",\n        \"TestField1\": \"testing1\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/company/6204c018ab5eea67a05c518a"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"47"},{"key":"ETag","value":"W/\"2f-zCvu0PVNT1g3zULeBMO4AB/cPt0\""},{"key":"Date","value":"Thu, 10 Feb 2022 07:36:09 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Successfully Edited\"\n}"}],"_postman_id":"1ea4272d-45ca-49cd-86fd-6d41dd086a49"},{"name":"Bulk Delete Company","id":"cdd56ba4-33ff-445d-b2e5-19a1966714ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{base_url}}/api/v1/company?ids=companyId1,companyId2","description":"<p>Deletes a specific company by ids in bulk. The comma-separated IDs that will be deleted </p>\n<h6 id=\"query-parameters\">Query Parameters</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Field Type</th>\n<th>Is Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ids</td>\n<td><code>String,String</code></td>\n<td><code>Required</code></td>\n<td>The ids of the company in mongodb <code>ObjectId</code> format.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","company"],"host":["{{base_url}}"],"query":[{"key":"ids","value":"companyId1,companyId2"}],"variable":[]}},"response":[{"id":"921ebb7c-ca7e-421f-a52e-af69593923d4","name":"200 - Success","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{base_url}}/api/v1/company?ids=6204c018ab5eea67a05c518a,6204c018ab5eea67a05c518a","host":["{{base_url}}"],"path":["api","v1","company"],"query":[{"key":"ids","value":"6204c018ab5eea67a05c518a,6204c018ab5eea67a05c518a"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"48"},{"key":"ETag","value":"W/\"30-SlBs43YQbCzpq37W7J+gPrHDPeo\""},{"key":"Date","value":"Thu, 10 Feb 2022 07:43:25 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"successfully deleted\"\n}"}],"_postman_id":"cdd56ba4-33ff-445d-b2e5-19a1966714ff"},{"name":"Delete Company","id":"1eba2a14-5be3-4d4c-aaf9-2f484d839b48","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{base_url}}/api/v1/company/:companyId","description":"<p>Deletes a specific company by id. </p>\n<h4 id=\"path-parameters\">Path Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Field Type</th>\n<th>Is Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td><code>String</code></td>\n<td><code>Required</code></td>\n<td>The id of the company in mongodb <code>ObjectId</code> format.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","company",":companyId"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"24e46727-2565-49f2-933c-10a54180d969","type":"any","value":null,"key":"companyId"}]}},"response":[{"id":"57c5dd7c-c1e3-431e-a9c6-23e1f04a5e37","name":"200 - Company","originalRequest":{"method":"DELETE","header":[],"url":"{{base_url}}/api/v1/company/6204c018ab5eea67a05c518a"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"48"},{"key":"ETag","value":"W/\"30-SlBs43YQbCzpq37W7J+gPrHDPeo\""},{"key":"Date","value":"Thu, 10 Feb 2022 07:43:25 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"successfully deleted\"\n}"}],"_postman_id":"1eba2a14-5be3-4d4c-aaf9-2f484d839b48"}],"id":"6a36877c-a3d9-4206-a3cc-082e5124bfe7","_postman_id":"6a36877c-a3d9-4206-a3cc-082e5124bfe7","description":"","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}}},{"name":"Company Data Fields","item":[{"name":"Get Company Data Field","id":"50184e61-1c8f-4df1-85ad-3c863085a3a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/api/v1/data-field/company","description":"<p>Returns data about all company fields.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","data-field","company"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"33f9cd94-1f99-4c79-8bde-d5ee628a429d","name":"200 - Success","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/api/v1/data-field/company"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"19080"},{"key":"ETag","value":"W/\"4a88-PT7XONjre8TQgbwVMyeI5eoTEJk\""},{"key":"Date","value":"Sat, 12 Feb 2022 06:18:33 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Successfully retrived\",\n    \"data\": [\n        {\n            \"_id\": \"60ca68760b7d1c495a33ca9b\",\n            \"fieldInputType\": \"OWNER_SELECT\",\n            \"fieldType\": \"COMPANY\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 1,\n            \"fieldName\": \"Followers\",\n            \"apiKeyName\": \"followers\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33ca9e\",\n            \"fieldInputType\": \"INPUT\",\n            \"fieldType\": \"COMPANY\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": true,\n            \"addFormPriority\": 2,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 2,\n            \"fieldName\": \"Website\",\n            \"apiKeyName\": \"website\",\n            \"isEditable\": true,\n            \"validation\": \"URL_VALIDATION\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33ca9c\",\n            \"fieldInputType\": \"INPUT\",\n            \"fieldType\": \"COMPANY\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": true,\n            \"isRequiredInAddForm\": true,\n            \"addFormPriority\": 1,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 3,\n            \"fieldName\": \"Name\",\n            \"apiKeyName\": \"name\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33cabe\",\n            \"fieldInputType\": \"NUMBER\",\n            \"fieldType\": \"COMPANY\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 4,\n            \"fieldName\": \"Total Activities\",\n            \"apiKeyName\": \"totalActivities\",\n            \"isEditable\": false,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33cac2\",\n            \"fieldInputType\": \"NUMBER\",\n            \"fieldType\": \"COMPANY\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 5,\n            \"fieldName\": \"Activities To Do\",\n            \"apiKeyName\": \"activitiesToDo\",\n            \"isEditable\": false,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33caa2\",\n            \"fieldInputType\": \"TAG_MULTI_SELECT\",\n            \"fieldType\": \"COMPANY\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 6,\n            \"fieldName\": \"Tag\",\n            \"apiKeyName\": \"tags\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33cac3\",\n            \"fieldInputType\": \"DATE_TIME\",\n            \"fieldType\": \"COMPANY\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 7,\n            \"fieldName\": \"Next Activities Date\",\n            \"apiKeyName\": \"nextActivityDate\",\n            \"isEditable\": false,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33cac4\",\n            \"fieldInputType\": \"DATE_TIME\",\n            \"fieldType\": \"COMPANY\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 8,\n            \"fieldName\": \"Last Activities Date\",\n            \"apiKeyName\": \"lastActivityDate\",\n            \"isEditable\": false,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33cac5\",\n            \"fieldInputType\": \"NUMBER\",\n            \"fieldType\": \"COMPANY\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 9,\n            \"fieldName\": \"Done Activities\",\n            \"apiKeyName\": \"doneActivities\",\n            \"isEditable\": false,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33cac6\",\n            \"fieldInputType\": \"NUMBER\",\n            \"fieldType\": \"COMPANY\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 10,\n            \"fieldName\": \"Lost Deals\",\n            \"apiKeyName\": \"lostDeals\",\n            \"isEditable\": false,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33cac7\",\n            \"fieldInputType\": \"NUMBER\",\n            \"fieldType\": \"COMPANY\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 11,\n            \"fieldName\": \"Closed Deals\",\n            \"apiKeyName\": \"closedDeals\",\n            \"isEditable\": false,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33caca\",\n            \"fieldInputType\": \"NUMBER\",\n            \"fieldType\": \"COMPANY\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 12,\n            \"fieldName\": \"Open Deals\",\n            \"apiKeyName\": \"openDeals\",\n            \"isEditable\": false,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33cacc\",\n            \"fieldInputType\": \"TOGGLE_BUTTON\",\n            \"fieldType\": \"COMPANY\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 13,\n            \"fieldName\": \"Do not disturb\",\n            \"apiKeyName\": \"doNotDisturb\",\n            \"isEditable\": false,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33cace\",\n            \"fieldInputType\": \"DATE_TIME\",\n            \"fieldType\": \"COMPANY\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": true,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 14,\n            \"fieldName\": \"Created At\",\n            \"apiKeyName\": \"createdAt\",\n            \"isEditable\": false,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33cad0\",\n            \"fieldInputType\": \"DATE_TIME\",\n            \"fieldType\": \"COMPANY\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": true,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 15,\n            \"fieldName\": \"Updated at\",\n            \"apiKeyName\": \"updatedAt\",\n            \"isEditable\": false,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33ca9a\",\n            \"fieldInputType\": \"NUMBER\",\n            \"fieldType\": \"COMPANY\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": true,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 16,\n            \"fieldName\": \"Id / Code\",\n            \"apiKeyName\": \"id\",\n            \"isEditable\": false,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33ca9f\",\n            \"fieldInputType\": \"NUMBER\",\n            \"fieldType\": \"COMPANY\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 17,\n            \"fieldName\": \"Number Of Employees\",\n            \"apiKeyName\": \"numberOfEmployees\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33caa0\",\n            \"fieldInputType\": \"INPUT\",\n            \"fieldType\": \"COMPANY\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 18,\n            \"fieldName\": \"Skype\",\n            \"apiKeyName\": \"skypeId\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33caa1\",\n            \"fieldInputType\": \"CURRENCY_SELECT\",\n            \"fieldType\": \"COMPANY\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 19,\n            \"fieldName\": \"Currency\",\n            \"apiKeyName\": \"currency\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33caa4\",\n            \"fieldInputType\": \"MULTI_PHONE_INPUT\",\n            \"fieldType\": \"COMPANY\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 20,\n            \"fieldName\": \"Other Phone\",\n            \"apiKeyName\": \"otherPhone\",\n            \"isEditable\": true,\n            \"validation\": \"PHONE_VALIDATION\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33caa3\",\n            \"fieldInputType\": \"NUMBER\",\n            \"fieldType\": \"COMPANY\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 21,\n            \"fieldName\": \"Annual Revenue\",\n            \"apiKeyName\": \"annualRevenue\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33caa5\",\n            \"fieldInputType\": \"MULTI_PHONE_INPUT\",\n            \"fieldType\": \"COMPANY\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 22,\n            \"fieldName\": \"Phone\",\n            \"apiKeyName\": \"phone\",\n            \"isEditable\": true,\n            \"validation\": \"PHONE_VALIDATION\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33caa7\",\n            \"fieldInputType\": \"TOGGLE_BUTTON\",\n            \"fieldType\": \"COMPANY\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 23,\n            \"fieldName\": \"SMS Opt Out\",\n            \"apiKeyName\": \"smsOptOut\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33caa6\",\n            \"fieldInputType\": \"TOGGLE_BUTTON\",\n            \"fieldType\": \"COMPANY\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 24,\n            \"fieldName\": \"Email Opt Out\",\n            \"apiKeyName\": \"emailOptOut\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33caa8\",\n            \"fieldInputType\": \"NUMBER\",\n            \"fieldType\": \"COMPANY\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 25,\n            \"fieldName\": \"Created Latitude\",\n            \"apiKeyName\": \"createdLatitude\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33caa9\",\n            \"fieldInputType\": \"MULTI_EMAIL_INPUT\",\n            \"fieldType\": \"COMPANY\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 26,\n            \"fieldName\": \"Email\",\n            \"apiKeyName\": \"email\",\n            \"isEditable\": true,\n            \"validation\": \"EMAIL_VALIDATION\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33caac\",\n            \"fieldInputType\": \"NUMBER\",\n            \"fieldType\": \"COMPANY\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 27,\n            \"fieldName\": \"Created Longitude\",\n            \"apiKeyName\": \"createdLongitude\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33caaa\",\n            \"fieldInputType\": \"MULTI_EMAIL_INPUT\",\n            \"fieldType\": \"COMPANY\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 28,\n            \"fieldName\": \"Other Email\",\n            \"apiKeyName\": \"otherEmail\",\n            \"isEditable\": true,\n            \"validation\": \"EMAIL_VALIDATION\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33caab\",\n            \"fieldInputType\": \"INPUT\",\n            \"fieldType\": \"COMPANY\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": true,\n            \"addFormPriority\": 3,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 29,\n            \"fieldName\": \"Address\",\n            \"apiKeyName\": \"createdAddress\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33caad\",\n            \"fieldInputType\": \"INPUT\",\n            \"fieldType\": \"COMPANY\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 30,\n            \"fieldName\": \"LinkedIn\",\n            \"apiKeyName\": \"linkedInHandle\",\n            \"isEditable\": true,\n            \"validation\": \"URL_VALIDATION\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33caae\",\n            \"fieldInputType\": \"INPUT\",\n            \"fieldType\": \"COMPANY\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 31,\n            \"fieldName\": \"Instagram\",\n            \"apiKeyName\": \"instagramHandle\",\n            \"isEditable\": true,\n            \"validation\": \"URL_VALIDATION\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33caaf\",\n            \"fieldInputType\": \"INPUT\",\n            \"fieldType\": \"COMPANY\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 32,\n            \"fieldName\": \"Google+\",\n            \"apiKeyName\": \"googlePlusHandle\",\n            \"isEditable\": true,\n            \"validation\": \"URL_VALIDATION\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33cab0\",\n            \"fieldInputType\": \"INPUT\",\n            \"fieldType\": \"COMPANY\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 33,\n            \"fieldName\": \"Facebook\",\n            \"apiKeyName\": \"facebookHandle\",\n            \"isEditable\": true,\n            \"validation\": \"URL_VALIDATION\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33cab1\",\n            \"fieldInputType\": \"NUMBER\",\n            \"fieldType\": \"COMPANY\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 34,\n            \"fieldName\": \"Latitude\",\n            \"apiKeyName\": \"latitude\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33cab2\",\n            \"fieldInputType\": \"NUMBER\",\n            \"fieldType\": \"COMPANY\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 35,\n            \"fieldName\": \"Longitude\",\n            \"apiKeyName\": \"longitude\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33cab3\",\n            \"fieldInputType\": \"INPUT\",\n            \"fieldType\": \"COMPANY\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 36,\n            \"fieldName\": \"Twitter\",\n            \"apiKeyName\": \"twitterHandle\",\n            \"isEditable\": true,\n            \"validation\": \"URL_VALIDATION\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33cab4\",\n            \"fieldInputType\": \"INPUT\",\n            \"fieldType\": \"COMPANY\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 37,\n            \"fieldName\": \"State\",\n            \"apiKeyName\": \"billingState\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33cab5\",\n            \"fieldInputType\": \"INPUT\",\n            \"fieldType\": \"COMPANY\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 38,\n            \"fieldName\": \"City\",\n            \"apiKeyName\": \"billingCity\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33cab6\",\n            \"fieldInputType\": \"COUNTRY_SELECT\",\n            \"fieldType\": \"COMPANY\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 39,\n            \"fieldName\": \"Country\",\n            \"apiKeyName\": \"billingCountry\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33cab7\",\n            \"fieldInputType\": \"INPUT\",\n            \"fieldType\": \"COMPANY\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 40,\n            \"fieldName\": \"Address Line 1\",\n            \"apiKeyName\": \"billingAddressLine1\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33cab9\",\n            \"fieldInputType\": \"INPUT\",\n            \"fieldType\": \"COMPANY\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 41,\n            \"fieldName\": \"Address Line 2\",\n            \"apiKeyName\": \"billingAddressLine2\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33cab8\",\n            \"fieldInputType\": \"NUMBER\",\n            \"fieldType\": \"COMPANY\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 42,\n            \"fieldName\": \"ZipCode\",\n            \"apiKeyName\": \"billingZipCode\",\n            \"isEditable\": true,\n            \"validation\": \"PIN_CODE_VALIDATION\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33caba\",\n            \"fieldInputType\": \"INPUT\",\n            \"fieldType\": \"COMPANY\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 43,\n            \"fieldName\": \"Shipping City\",\n            \"apiKeyName\": \"shippingCity\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33cabb\",\n            \"fieldInputType\": \"INPUT\",\n            \"fieldType\": \"COMPANY\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 44,\n            \"fieldName\": \"Shipping State\",\n            \"apiKeyName\": \"shippingState\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33cabc\",\n            \"fieldInputType\": \"COUNTRY_SELECT\",\n            \"fieldType\": \"COMPANY\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 45,\n            \"fieldName\": \"Shipping Country\",\n            \"apiKeyName\": \"shippingCountry\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33cabf\",\n            \"fieldInputType\": \"INPUT\",\n            \"fieldType\": \"COMPANY\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 46,\n            \"fieldName\": \"Shipping Address Line 1\",\n            \"apiKeyName\": \"shippingAddressLine1\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33cabd\",\n            \"fieldInputType\": \"NUMBER\",\n            \"fieldType\": \"COMPANY\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 47,\n            \"fieldName\": \"Shipping ZipCode\",\n            \"apiKeyName\": \"shippingZipCode\",\n            \"isEditable\": true,\n            \"validation\": \"PIN_CODE_VALIDATION\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33cac1\",\n            \"fieldInputType\": \"INPUT\",\n            \"fieldType\": \"COMPANY\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 48,\n            \"fieldName\": \"Shipping Address Line 2\",\n            \"apiKeyName\": \"shippingAddressLine2\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33cac8\",\n            \"fieldInputType\": \"NUMBER\",\n            \"fieldType\": \"COMPANY\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 49,\n            \"fieldName\": \"Email Message count\",\n            \"apiKeyName\": \"emailMessagesCount\",\n            \"isEditable\": false,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33cac9\",\n            \"fieldInputType\": \"INPUT\",\n            \"fieldType\": \"COMPANY\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 50,\n            \"fieldName\": \"Avatar\",\n            \"apiKeyName\": \"avatar\",\n            \"isEditable\": false,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33cacd\",\n            \"fieldInputType\": \"SELECT\",\n            \"fieldType\": \"COMPANY\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [\n                \"\",\n                \"Analyst\",\n                \"Competitor\",\n                \"Customer\",\n                \"Integrator\",\n                \"Investor\",\n                \"Partner\",\n                \"Press\",\n                \"Prospect\",\n                \"Reseller\",\n                \"Other\"\n            ],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 51,\n            \"fieldName\": \"Business Type\",\n            \"apiKeyName\": \"businessType\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33cacb\",\n            \"fieldInputType\": \"SELECT\",\n            \"fieldType\": \"COMPANY\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [\n                \"\",\n                \"Advertising/Public Relations\",\n                \"Aerospace, Defense Contractors\",\n                \"Agriculture\",\n                \"Airlines\",\n                \"Alcoholic Beverages\",\n                \"Alternative Energy Production & Services\",\n                \"Architectural Services\",\n                \"Attorneys/Law Firms\",\n                \"Automotive\",\n                \"Banks\",\n                \"Bars & Restaurants\",\n                \"Books, Magazines & Newspapers\",\n                \"Builders/General Contractors\",\n                \"Business Services\",\n                \"Car Manufacturers\",\n                \"Coal Mining\",\n                \"Colleges, Universities & Schools\",\n                \"Commercial TV & Radio Stations\",\n                \"Computer Software\",\n                \"Construction\",\n                \"Dairy\",\n                \"Doctors & Other Health Professionals\",\n                \"Education\",\n                \"Energy & Natural Resources\",\n                \"Finance, Insurance & Real Estate\",\n                \"Food & Beverage\",\n                \"Foundations, Philanthropists & Non-Profits\",\n                \"Government Organization\",\n                \"Health\",\n                \"Hotels, Motels & Tourism\",\n                \"Insurance\",\n                \"Internet\",\n                \"Lawyers / Law Firms\",\n                \"Meat processing & products\",\n                \"Medical Supplies\",\n                \"Mining\",\n                \"Mortgage Bankers & Brokers\",\n                \"Music Production\",\n                \"Natural Gas Pipelines\",\n                \"Nursing Homes/Hospitals\",\n                \"Phone Companies\",\n                \"Postal Unions\",\n                \"Printing & Publishing\",\n                \"Private Equity & Investment Firms\",\n                \"Publishing & Printing\",\n                \"Real Estate\",\n                \"Retail Sales\",\n                \"Schools/Education\",\n                \"Sports, Professional\",\n                \"Telecom Services & Equipment\",\n                \"Textiles\",\n                \"Tobacco\",\n                \"Transportation\",\n                \"TV / Movies / Music\"\n            ],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 52,\n            \"fieldName\": \"Industry\",\n            \"apiKeyName\": \"industryType\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33ca99\",\n            \"fieldInputType\": \"OWNER_SELECT\",\n            \"fieldType\": \"COMPANY\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": true,\n            \"isRequiredInAddForm\": true,\n            \"addFormPriority\": 4,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 53,\n            \"fieldName\": \"Owner\",\n            \"apiKeyName\": \"owner\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33ca9d\",\n            \"fieldInputType\": \"TEXTAREA\",\n            \"fieldType\": \"COMPANY\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 54,\n            \"fieldName\": \"Description\",\n            \"apiKeyName\": \"description\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"6204be5076bae9142a72a50c\",\n            \"fieldInputType\": \"INPUT\",\n            \"fieldType\": \"COMPANY\",\n            \"fieldGroup\": \"CUSTOM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 55,\n            \"fieldName\": \"Test Field\",\n            \"apiKeyName\": \"TestField\",\n            \"isEditable\": true,\n            \"validation\": \"none\"\n        }\n    ]\n}"}],"_postman_id":"50184e61-1c8f-4df1-85ad-3c863085a3a9"},{"name":"Get One Selected Company Data Field","id":"ea4b0f9a-d5f3-4456-a6fb-8fc375302b70","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/api/v1/data-field/company/:fieldId","description":"<p>Returns data of selected company field.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","data-field","company",":fieldId"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"f86c70d2-a09c-4d2e-ace1-d27ffa9e16e7","type":"any","value":"6205f6f8c588f7c78025bfcf","key":"fieldId"}]}},"response":[{"id":"379aa5c1-3a5e-489a-ade9-deb75624fb53","name":"200 - Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/api/v1/data-field/company/:fieldId","host":["{{base_url}}"],"path":["api","v1","data-field","company",":fieldId"],"variable":[{"key":"fieldId","value":"60ca68760b7d1c495a33cae5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"356"},{"key":"ETag","value":"W/\"164-yUhJAsEv5NsEuF43GIYSzYDFZh4\""},{"key":"Date","value":"Thu, 10 Feb 2022 09:32:28 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Successfully\",\n    \"data\": {\n        \"_id\": \"60ca68760b7d1c495a33cae5\",\n        \"fieldInputType\": \"INPUT\",\n        \"fieldType\": \"LEAD\",\n        \"fieldGroup\": \"SYSTEM\",\n        \"options\": [],\n        \"isRequired\": false,\n        \"isRequiredInAddForm\": false,\n        \"addFormPriority\": 0,\n        \"isEnabledForTable\": true,\n        \"tablePriority\": 54,\n        \"fieldName\": \"First Name\",\n        \"apiKeyName\": \"firstName\",\n        \"isEditable\": true,\n        \"validation\": \"\"\n    }\n}"}],"_postman_id":"ea4b0f9a-d5f3-4456-a6fb-8fc375302b70"},{"name":"Create Custom Field","id":"aae5fbec-b72f-4a08-8c7f-b98a89755122","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"fieldName\": \"Test Field\",\n    \"fieldInputType\": \"INPUT\",\n    \"validation\": \"none\",\n    \"isRequired\": false,\n    \"isRequiredInAddForm\": false,\n    \"options\": []\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/data-field/company","description":"<p>Create a company custom field.</p>\n<h2 id=\"request-body\">Request body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>fieldInputType</td>\n<td>It defined input behaviour of current field. It described detailed in above <a href=\"#a522e5b6-063f-42ec-a081-cf0c30e9c0b1\">Lead Data Fields</a> section.</td>\n</tr>\n<tr>\n<td>options</td>\n<td>Options are used only when input field input type is <code>SELECT</code>, <code>RADIO</code>, and <code>CHECKBOX</code>. options are used to provide specified options for selected field. if field input types are <code>SELECT</code>, <code>RADIO</code>, and <code>CHECKBOX</code> then it accept value for field only from options. options are array of string. For Example, <code>[\"option1\", \"option2\"]</code></td>\n</tr>\n<tr>\n<td>isRequired</td>\n<td>It describes, Current field is accept empty data for not. if isRequired set to be true then current field doesn't accept any empty value.  by default it set to false.</td>\n</tr>\n<tr>\n<td>isRequiredInAddForm</td>\n<td>To add current field inside salessimplfy company add form.</td>\n</tr>\n<tr>\n<td>fieldName</td>\n<td>It's field name used to show in table head section.</td>\n</tr>\n<tr>\n<td>validation</td>\n<td>It describes current field validations. Currently <code>none, URL_VALIDATION, PHONE_VALIDATION, EMAIL_VALIDATION, PIN_CODE_VALIDATION</code> supports. by default it set to be <code>none</code>.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","data-field","company"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"450f6c67-cc06-4726-bab3-1cbffda66c13","name":"200 - Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"fieldName\": \"Test Field\",\n    \"fieldInputType\": \"INPUT\",\n    \"validation\": \"none\",\n    \"isRequired\": false,\n    \"isRequiredInAddForm\": false,\n    \"options\": []\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/data-field/company"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"81"},{"key":"ETag","value":"W/\"51-DAZetdNy6V1Zeq4fLA8v1/J/U6U\""},{"key":"Date","value":"Fri, 11 Feb 2022 05:41:13 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Successfully created\",\n    \"_id\": \"6205f6f8c588f7c78025bfcf\"\n}"}],"_postman_id":"aae5fbec-b72f-4a08-8c7f-b98a89755122"},{"name":"Update Custom Field","id":"5ebb9a57-0308-4059-affb-93fd538e2287","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"fieldName\": \"Test Field\",\n    \"fieldInputType\": \"INPUT\",\n    \"validation\": \"none\",\n    \"isRequired\": false,\n    \"isRequiredInAddForm\": false,\n    \"options\": []\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/data-field/company/:id","description":"<p>Updates a company custom field.</p>\n<h2 id=\"request-body\">Request body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>fieldInputType</td>\n<td>It defined input behaviour of current field. It described detailed in above <a href=\"#a522e5b6-063f-42ec-a081-cf0c30e9c0b1\">Lead Data Fields</a> section.</td>\n</tr>\n<tr>\n<td>options</td>\n<td>Options are used only when input field input type is <code>SELECT</code>, <code>RADIO</code>, and <code>CHECKBOX</code>. options are used to provide specified options for selected field. if field input types are <code>SELECT</code>, <code>RADIO</code>, and <code>CHECKBOX</code> then it accept value for field only from options. options are array of string. For Example, <code>[\"option1\", \"option2\"]</code></td>\n</tr>\n<tr>\n<td>isRequired</td>\n<td>It describes, Current field is accept empty data for not. if isRequired set to be true then current field doesn't accept any empty value.  by default it set to false.</td>\n</tr>\n<tr>\n<td>isRequiredInAddForm</td>\n<td>To add current field inside salessimplfy company add form.</td>\n</tr>\n<tr>\n<td>fieldName</td>\n<td>It's field name used to show in table head section.</td>\n</tr>\n<tr>\n<td>validation</td>\n<td>It describes current field validations. Currently <code>none, URL_VALIDATION, PHONE_VALIDATION, EMAIL_VALIDATION, PIN_CODE_VALIDATION</code> supports. by default it set to be <code>none</code>.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","data-field","company",":id"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"d8a34c25-dcb4-4ac8-a44b-27e474ffd704","type":"any","value":"6205f6f8c588f7c78025bfcf","key":"id"}]}},"response":[{"id":"88320fee-f5b4-4ef6-b89d-2a9e5cd81271","name":"200 - Success","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"fieldName\": \"Test Field1\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/v1/data-field/company/:id","host":["{{base_url}}"],"path":["api","v1","data-field","company",":id"],"variable":[{"key":"id","value":"6205f6f8c588f7c78025bfcf"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"47"},{"key":"ETag","value":"W/\"2f-DJnw25Kw3XRM6GDWoQ3cbYXSL38\""},{"key":"Date","value":"Fri, 11 Feb 2022 05:53:52 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Successfully edited\"\n}"}],"_postman_id":"5ebb9a57-0308-4059-affb-93fd538e2287"},{"name":"Delete Custom Field","id":"ec08a185-f134-4697-8551-648fc0d81ba4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{base_url}}/api/v1/data-field/company/:id","description":"<p>It deletes custom field. After deleting, field related values stored in company table cant be restored.</p>\n<h4 id=\"path-parameters\">Path Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Field Type</th>\n<th>Is Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td><code>String</code></td>\n<td><code>Required</code></td>\n<td>The id of the company custom field in mongodb <code>ObjectId</code> format.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","data-field","company",":id"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"779c00cb-ffe1-4a82-bbf3-5ba817c67b6c","type":"any","value":"6205f6f8c588f7c78025bfcf","key":"id"}]}},"response":[{"id":"e10eaa82-279e-433d-9979-9a4bd48f7ed3","name":"200 - Success","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{base_url}}/api/v1/data-field/company/:id","host":["{{base_url}}"],"path":["api","v1","data-field","company",":id"],"variable":[{"key":"id","value":"6205f6f8c588f7c78025bfcf"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"48"},{"key":"ETag","value":"W/\"30-b3/JyPOEAqiNeunppmijv25z2hE\""},{"key":"Date","value":"Fri, 11 Feb 2022 06:50:14 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Successfully deleted\"\n}"},{"id":"ea39f8bb-4294-4a21-b1df-3a27652e8d92","name":"400 - Error","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{base_url}}/api/v1/data-field/company/:id","host":["{{base_url}}"],"path":["api","v1","data-field","company",":id"],"variable":[{"key":"id","value":"6205f6f8c588f7c78025bfcf"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"63"},{"key":"ETag","value":"W/\"3f-Myv/Or30kdsaUVFdtkMuSoo/lpE\""},{"key":"Date","value":"Fri, 11 Feb 2022 06:48:06 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"System data field cant be deleted!\"\n}"}],"_postman_id":"ec08a185-f134-4697-8551-648fc0d81ba4"}],"id":"e19e2891-13fe-4bc7-8195-ff8df7c00f6c","description":"<p>Company fields represent the relatively complete schema for a company in an account. Each company account can have a different schema for their company, with various custom fields. each data field value describes their behavior with a set of keys and values. Fields are separated into system and custom fields where system fields are pre-defined fields that are defined by the system and are not updatable by API whereas custom fields can be added, modified, and deleted by the user. Whenever a user wanted some extra data on a company where he can't utilize pre-defined system fields, their custom fields are used. </p>\n<h2 id=\"data-field-response\">Data Field Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_id</td>\n<td>Field unique identification id</td>\n</tr>\n<tr>\n<td>fieldInputType</td>\n<td>It defined input behaviour of current field. It described detailed in below <code>Field Input Type</code> section.</td>\n</tr>\n<tr>\n<td>fieldType</td>\n<td>It defined field belongs to which module. It described detailed in below <code>Field Type</code> section.</td>\n</tr>\n<tr>\n<td>fieldGroup</td>\n<td>It defined field is a system defined field or custom created field. it accept and provide only <code>SYSTEM</code> or <code>CUSTOM</code> value.</td>\n</tr>\n<tr>\n<td>options</td>\n<td>Options are used only when input field input type is <code>SELECT</code>, <code>RADIO</code>, and <code>CHECKBOX</code>. options are used to provide specified options for selected field. if field input types are <code>SELECT</code>, <code>RADIO</code>, and <code>CHECKBOX</code> then it accept value for field only from options. options are array of string. For Example, <code>[\"option1\", \"option2\"]</code></td>\n</tr>\n<tr>\n<td>isRequired</td>\n<td>It describes, Current field is accept empty data for not. if isRequired set to be true then current field doesn't accept any empty value.  by default it set to false.</td>\n</tr>\n<tr>\n<td>isRequiredInAddForm</td>\n<td>To add current field inside salessimplfy company add form.</td>\n</tr>\n<tr>\n<td>addFormPriority</td>\n<td>It defined current field position/priority in salessimplify company add form.</td>\n</tr>\n<tr>\n<td>isEnabledForTable</td>\n<td>It describes current field is visible in table view of company page.</td>\n</tr>\n<tr>\n<td>tablePriority</td>\n<td>It describes current field position in table view of company page.</td>\n</tr>\n<tr>\n<td>fieldName</td>\n<td>It's field name used to show in table head section.</td>\n</tr>\n<tr>\n<td>apiKeyName</td>\n<td>Its api key name which used to update current field value in company table.</td>\n</tr>\n<tr>\n<td>isEditable</td>\n<td>It defined current field is editable for not. if isEditable value is false then end user cant able to edit value for current field, it means current field is read only.</td>\n</tr>\n<tr>\n<td>validation</td>\n<td>It describes current field validations. Currently <code>none, URL_VALIDATION, PHONE_VALIDATION, EMAIL_VALIDATION, PIN_CODE_VALIDATION</code> supports. by default it set to be <code>none</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"field-input-type\">Field Input Type</h3>\n<p>field input type represent current field data type. which means what kind of data it accept and provides as output.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>FIELD</th>\n<th>OUTPUT DATA TYPE</th>\n<th>EXAMPLE</th>\n<th>DESCRIPTION</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>INPUT</td>\n<td><code>String</code></td>\n<td><code>\"any text\"</code></td>\n<td>It is input field which accept any input and provide output in string form</td>\n</tr>\n<tr>\n<td>TEXTAREA</td>\n<td><code>String</code></td>\n<td><code>\"any text description\"</code></td>\n<td>It is textarea field which accept any input and provide output in string form</td>\n</tr>\n<tr>\n<td>CHECKBOX</td>\n<td><code>[String]</code></td>\n<td><code>[\"value1\", \"value2\"]</code></td>\n<td>It is checkbox field which takes input options from options field from same data object and provide selected data as a array of string. for options check <a href=\"#data-field-response\">data field response table</a></td>\n</tr>\n<tr>\n<td>SELECT</td>\n<td><code>String</code></td>\n<td><code>\"option 1\"</code></td>\n<td>It is dropdwon field which takes input options from options field from same data object and provide selected data as a string. for options check <a href=\"#data-field-response\">data field response table</a></td>\n</tr>\n<tr>\n<td>RADIO</td>\n<td><code>String</code></td>\n<td><code>\"option 1\"</code></td>\n<td>It is radio field which takes input options from options field from same data object and provide selected data as a string. for options check <a href=\"#data-field-response\">data field response table</a></td>\n</tr>\n<tr>\n<td>TOGGLE_BUTTON</td>\n<td><code>Boolean</code></td>\n<td><code>true</code> / <code>false</code></td>\n<td>It is toggle button field which provides output in true/false form</td>\n</tr>\n<tr>\n<td>NUMBER</td>\n<td><code>Number</code></td>\n<td><code>10</code></td>\n<td>It is number input field which accept any number input and provide output in number form</td>\n</tr>\n<tr>\n<td>DATE</td>\n<td><code>Timestamp</code></td>\n<td><code>1643617245377</code></td>\n<td>It is a date field which accept data in a 13 digit timestamp.</td>\n</tr>\n<tr>\n<td>DATE_RANGE</td>\n<td><code>[Timestamp, Timestamp]</code></td>\n<td><code>[1643617245377, 1643617245377]</code></td>\n<td>It is a date field which accept data in a array of 13 digit timestamp.</td>\n</tr>\n<tr>\n<td>DATE_TIME</td>\n<td><code>Timestamp</code></td>\n<td><code>1643617245377</code></td>\n<td>It is a date time field which accept data in a 13 digit timestamp.</td>\n</tr>\n<tr>\n<td>DATE_TIME_RANGE</td>\n<td><code>[Timestamp, Timestamp]</code></td>\n<td><code>[1643617245377, 1643617245377]</code></td>\n<td>It is a date field range which accept data in a array of 13 digit timestamp.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"field-type\">Field Type</h3>\n<p>Field type defines the current field belongs to which module. below are the modules which data will be given to user.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>LEAD</td>\n<td>It's represent lead module data fields.</td>\n</tr>\n<tr>\n<td>PERSON</td>\n<td>It's represent people/person module data fields.</td>\n</tr>\n<tr>\n<td>COMPANY</td>\n<td>It's represent company module data fields.</td>\n</tr>\n<tr>\n<td>PRODUCT</td>\n<td>It's represent product module data fields.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"e19e2891-13fe-4bc7-8195-ff8df7c00f6c","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}}},{"name":"Company Tags","item":[{"name":"Get Company Tag","id":"c62406fd-7fbc-4063-9d2b-eff867ae7c6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/api/v1/tag/company","description":"<p>It will return details of all company tags. This endpoint does not support pagination and all tags are always returned.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","tag","company"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"fd8986d4-e490-4c54-a698-32a6b206e831","name":"200 - Success","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/api/v1/tag/company"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"381"},{"key":"ETag","value":"W/\"17d-1zchYvljSj+9/FkQnRtobzLbr0A\""},{"key":"Date","value":"Mon, 24 Jan 2022 09:39:08 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Successfully retrieved\",\n    \"data\": [\n        {\n            \"_id\": \"61ab4241b7f74dba1820ed64\",\n            \"name\": \"WebForm\",\n            \"colorCode\": \"#f1416c\"\n        },\n        {\n            \"_id\": \"61b304abf46a15f06c18cd97\",\n            \"name\": \"asdasdsadasdsad asdsadsad asd asdsadda\",\n            \"colorCode\": \"#f1416c\"\n        },\n        {\n            \"_id\": \"61d5bf80b2ce477729bafce6\",\n            \"name\": \"Warm\",\n            \"colorCode\": \"#ffc700\"\n        },\n        {\n            \"_id\": \"61d5cf55b2ce477729bb16c5\",\n            \"name\": \"Basha\",\n            \"colorCode\": \"#073d74\"\n        }\n    ]\n}"}],"_postman_id":"c62406fd-7fbc-4063-9d2b-eff867ae7c6c"},{"name":"Add Company Tag","id":"7c0a63af-7464-43d6-8744-869c052901ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Tag from API\",\n    \"colorCode\": \"#ff00ff\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/tag/company","description":"<p>Creates a company tag.</p>\n<h4 id=\"body-parameters\">Body Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>FIELD NAME</strong></th>\n<th><strong>TYPE</strong></th>\n<th><strong>IS REQUIRED</strong></th>\n<th><strong>DESCRIPTION</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td><code>STRING</code></td>\n<td><code>required</code></td>\n<td>tag name</td>\n</tr>\n<tr>\n<td>colorCode</td>\n<td><code>STRING</code></td>\n<td><code>required</code></td>\n<td>color code to show tag in color</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","tag","company"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"f87329e1-07de-4854-8108-46ac1f3d4187","name":"200 - Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Tag from API\",\n    \"colorCode\": \"#ff00ff\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/tag/company"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"81"},{"key":"ETag","value":"W/\"51-1TPq1XhNcRq1uFxlts2RcJ+zsN8\""},{"key":"Date","value":"Mon, 24 Jan 2022 10:05:00 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Successfully Created\",\n    \"_id\": \"61ee79cb5928bf6888772968\"\n}"}],"_postman_id":"7c0a63af-7464-43d6-8744-869c052901ea"},{"name":"Update Company Tag","id":"8f3ef1a7-768f-4958-9c90-cbc168087053","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"tag name\",\n    \"colorCode\": \"#f1416c\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/tag/company/:tagId","description":"<p>This endpoint will Updates one or more properties of a company tag. both <code>name</code> and <code>colorCode</code> properties required in update tag.</p>\n<h4 id=\"path-parameters\">Path Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>FIELD NAME</strong></th>\n<th><strong>TYPE</strong></th>\n<th><strong>IS REQUIRED</strong></th>\n<th><strong>DESCRIPTION</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>tagId</td>\n<td><code>STRING</code></td>\n<td><code>required</code></td>\n<td>tag id (<code>_id</code> in get tag api response)</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"body-parameters\">Body Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>FIELD NAME</strong></th>\n<th><strong>TYPE</strong></th>\n<th><strong>IS REQUIRED</strong></th>\n<th><strong>DESCRIPTION</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td><code>STRING</code></td>\n<td><code>required</code></td>\n<td>tag name</td>\n</tr>\n<tr>\n<td>colorCode</td>\n<td><code>STRING</code></td>\n<td><code>required</code></td>\n<td>color code to show tag in color</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","tag","company",":tagId"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"60e08a8f-8689-4326-a6ba-3c5bb43c86df","type":"any","value":null,"key":"tagId"}]}},"response":[{"id":"2a4ce416-3087-40b0-9022-887b34bfc27f","name":"200 - Success","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"asdasdsadasdsad asdsadsad\",\n    \"colorCode\": \"#f1416c\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/v1/tag/company/:tag_id","host":["{{base_url}}"],"path":["api","v1","tag","company",":tag_id"],"variable":[{"key":"tag_id","value":"61b304abf46a15f06c18cd97"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"146"},{"key":"ETag","value":"W/\"92-C1PN10vjaBSdQjUlTI1j3Y8lEXU\""},{"key":"Date","value":"Mon, 24 Jan 2022 10:04:11 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Successfully edited\",\n    \"data\": {\n        \"_id\": \"61b304abf46a15f06c18cd97\",\n        \"name\": \"asdasdsadasdsad asdsadsad\",\n        \"colorCode\": \"#f1416c\"\n    }\n}"}],"_postman_id":"8f3ef1a7-768f-4958-9c90-cbc168087053"},{"name":"Delete Company  Tag","id":"af9f5bea-9df1-430b-9211-8fc8801b5766","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{base_url}}/api/v1/tag/company/:tagId","description":"<p>Deletes a specific company tag.</p>\n<h4 id=\"path-parameters\">Path Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>FIELD NAME</strong></th>\n<th><strong>TYPE</strong></th>\n<th><strong>IS REQUIRED</strong></th>\n<th><strong>DESCRIPTION</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>tagId</td>\n<td><code>STRING</code></td>\n<td><code>required</code></td>\n<td>tag id (<code>_id</code> in get tag api response)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","tag","company",":tagId"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"f6e9839f-84db-4a74-82d1-fcbc1c11235e","type":"any","value":null,"key":"tagId"}]}},"response":[{"id":"867367c3-9190-4ebb-bb03-e15ab46c9854","name":"200 - success","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{base_url}}/api/v1/tag/company/:tag_id","host":["{{base_url}}"],"path":["api","v1","tag","company",":tag_id"],"variable":[{"key":"tag_id","value":"61ee76373c56cd26ce131c6d"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"48"},{"key":"ETag","value":"W/\"30-PnFiO0zgTEzGeZPZLZRtqXrQnxI\""},{"key":"Date","value":"Mon, 24 Jan 2022 09:54:22 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Successfully Deleted\"\n}"}],"_postman_id":"af9f5bea-9df1-430b-9211-8fc8801b5766"}],"id":"5f8e48f0-fcfe-410b-a026-e13dac93d985","description":"<h6 id=\"company-tags-allow-you-to-categorize-your-company-data-you-can-add-as-many-new-custom-tags-as-you-want\">Company tags allow you to categorize your company data. you can add as many new custom tags as you want.</h6>\n","_postman_id":"5f8e48f0-fcfe-410b-a026-e13dac93d985","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}}}],"id":"8e2a2304-40fb-4745-b489-7d3c71f2b756","_postman_id":"8e2a2304-40fb-4745-b489-7d3c71f2b756","description":"","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}}},{"name":"Product Module","item":[{"name":"Products","item":[{"name":"Get Products","id":"65794f30-41c3-4a70-9815-bb3d0520483b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/api/v1/product?pageNo=1&limit=25&userId=60ca65a4b8d2833cc097f5a9","description":"<p>Returns multiple Products based on query parameters. Products are sorted by the time they were created, from newest to oldest. Pagination can be controlled using limit and pageNo query parameters. If a Product contains custom fields, the fields' values will be included in the response in a name of <code>customFields</code>. If a custom field's value hasn't been set for the product, it won't appear in the response. The <code>customFields</code> is a object represent all custom field keys with there value which are set in lead. for example</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-js\">{\n    ...,   //product system data\n    customFields :{\n        key1: &lt;value&gt;\n        key2: &lt;value&gt;\n    }\n}\n</code></pre>\n<h3 id=\"query-parameters\">Query Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Filed</th>\n<th>Type</th>\n<th>is Required</th>\n<th>Default Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>pageNo</td>\n<td><code>Number</code></td>\n<td>true</td>\n<td>1</td>\n<td>For pagination, the page of entries to be returned. If not provided, 1st page data will be returned.</td>\n</tr>\n<tr>\n<td>limit</td>\n<td><code>Number</code></td>\n<td>true</td>\n<td>10</td>\n<td>For pagination, the limit of entries to be returned. If not provided, 50 items will be returned.</td>\n</tr>\n<tr>\n<td>userId</td>\n<td><code>String</code></td>\n<td>false</td>\n<td>\"\"</td>\n<td>The ID of the user whose producct will be fetched. If not provided, products for all company users will be fetched.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<p>The success response provides product data, pagination and related object data.</p>\n<ol>\n<li>data = it contain product data with key value pair</li>\n<li>pagination = it contains pagination related details like current page no, current request limit, total leads and based on limit and total lead how many pages can be formed.</li>\n<li>relatedObject = product data has many linked data. based on id, we can able to retrieved linked data from related object. for example - product data has a key name owner which provide onwer id instead of owner data. to get owner data based on id you can look in realtedObject. Owner which contains owner data. product having <code>tags</code>, <code>owner</code> and <code>category</code> id instead of data. that data present in <code>relatedObject</code>.</li>\n</ol>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","product"],"host":["{{base_url}}"],"query":[{"key":"pageNo","value":"1"},{"key":"limit","value":"25"},{"key":"userId","value":"60ca65a4b8d2833cc097f5a9"}],"variable":[]}},"response":[{"id":"4b6bb120-b17c-427f-8c68-b914d53f55e4","name":"200 - Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/api/v1/product?pageNo=1&limit=10","host":["{{base_url}}"],"path":["api","v1","product"],"query":[{"key":"pageNo","value":"1"},{"key":"limit","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"4758"},{"key":"ETag","value":"W/\"1296-yQhIlsO8zbMzzqy9gMocY7vEjsc\""},{"key":"Date","value":"Tue, 08 Feb 2022 07:19:09 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"successfully retrived\",\n    \"data\": [\n        {\n            \"_id\": \"61c4431d0b198f25187722d2\",\n            \"type\": \"PRODUCT\",\n            \"sku\": 2,\n            \"description\": \"\",\n            \"taxPercentage\": 2,\n            \"isActive\": true,\n            \"tags\": [\n                \"6202192876bae9142a71a251\"\n            ],\n            \"customFields\": {\n                \"checking\": \"ui\",\n                \"custom29\": \"gh\"\n            },\n            \"pricing\": [\n                {\n                    \"unitPrice\": 2,\n                    \"currency\": \"EUR\"\n                }\n            ],\n            \"productCode\": \"1234\",\n            \"productName\": \"testk\",\n            \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n            \"productId\": 63,\n            \"attachment\": [],\n            \"createdAt\": \"2021-12-23T09:36:29.544Z\",\n            \"updatedAt\": \"2022-02-08T07:18:09.639Z\",\n            \"category\": \"60cae175c24d5081a0e7e3e3\"\n        },\n        {\n            \"_id\": \"61c412cea7ce6d4334c0c44a\",\n            \"type\": \"PRODUCT\",\n            \"sku\": 2,\n            \"description\": \"\",\n            \"taxPercentage\": 2,\n            \"isActive\": true,\n            \"tags\": [],\n            \"customFields\": {\n                \"checking\": \"ui\",\n                \"custom29\": \"gh\"\n            },\n            \"pricing\": [\n                {\n                    \"unitPrice\": 2,\n                    \"currency\": \"EUR\"\n                }\n            ],\n            \"productCode\": \"1234\",\n            \"productName\": \"testk\",\n            \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n            \"productId\": 62,\n            \"attachment\": [],\n            \"createdAt\": \"2021-12-23T06:10:22.208Z\",\n            \"updatedAt\": \"2022-02-05T12:29:51.915Z\"\n        },\n        {\n            \"_id\": \"61c1e69eef03a43300f9e13d\",\n            \"type\": \"PRODUCT\",\n            \"sku\": 2,\n            \"description\": \"\",\n            \"taxPercentage\": 2,\n            \"isActive\": true,\n            \"tags\": [],\n            \"customFields\": {\n                \"checking\": \"ui\",\n                \"custom29\": \"gh\"\n            },\n            \"pricing\": [\n                {\n                    \"unitPrice\": 2,\n                    \"currency\": \"EUR\"\n                }\n            ],\n            \"productCode\": \"1234\",\n            \"productName\": \"testk\",\n            \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n            \"productId\": 61,\n            \"attachment\": [],\n            \"createdAt\": \"2021-12-21T14:37:18.443Z\",\n            \"updatedAt\": \"2022-02-05T12:29:51.915Z\"\n        },\n        {\n            \"_id\": \"61c1e570ef03a43300f9e134\",\n            \"type\": \"PRODUCT\",\n            \"sku\": 2,\n            \"description\": \"\",\n            \"taxPercentage\": 2,\n            \"isActive\": true,\n            \"tags\": [],\n            \"customFields\": {\n                \"checking\": \"ui\",\n                \"custom29\": \"gh\"\n            },\n            \"pricing\": [\n                {\n                    \"unitPrice\": 2,\n                    \"currency\": \"EUR\"\n                }\n            ],\n            \"productCode\": \"1234\",\n            \"productName\": \"testk\",\n            \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n            \"productId\": 60,\n            \"attachment\": [],\n            \"createdAt\": \"2021-12-21T14:32:16.792Z\",\n            \"updatedAt\": \"2022-02-05T12:29:51.915Z\"\n        },\n        {\n            \"_id\": \"61c1b7f02b3bcd131c16d6c4\",\n            \"type\": \"PRODUCT\",\n            \"sku\": 2,\n            \"description\": \"\",\n            \"taxPercentage\": 2,\n            \"isActive\": true,\n            \"tags\": [],\n            \"customFields\": {\n                \"checking\": \"ui\",\n                \"custom29\": \"gh\"\n            },\n            \"pricing\": [\n                {\n                    \"unitPrice\": 2,\n                    \"currency\": \"EUR\"\n                }\n            ],\n            \"productCode\": \"1234\",\n            \"productName\": \"testk\",\n            \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n            \"productId\": 59,\n            \"attachment\": [],\n            \"createdAt\": \"2021-12-21T11:18:08.264Z\",\n            \"updatedAt\": \"2022-02-05T12:29:51.915Z\"\n        },\n        {\n            \"_id\": \"61c1b7d82b3bcd131c16d6bb\",\n            \"type\": \"PRODUCT\",\n            \"sku\": 2,\n            \"description\": \"\",\n            \"taxPercentage\": 2,\n            \"isActive\": true,\n            \"tags\": [],\n            \"customFields\": {\n                \"checking\": \"ui\",\n                \"custom29\": \"gh\"\n            },\n            \"pricing\": [\n                {\n                    \"unitPrice\": 2,\n                    \"currency\": \"EUR\"\n                }\n            ],\n            \"productCode\": \"1234\",\n            \"productName\": \"testk\",\n            \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n            \"productId\": 58,\n            \"attachment\": [],\n            \"createdAt\": \"2021-12-21T11:17:44.679Z\",\n            \"updatedAt\": \"2022-02-05T12:29:51.915Z\"\n        },\n        {\n            \"_id\": \"61c1b1aa2f78af2eb44f6c79\",\n            \"type\": \"PRODUCT\",\n            \"sku\": 2,\n            \"description\": \"\",\n            \"taxPercentage\": 2,\n            \"isActive\": true,\n            \"tags\": [],\n            \"customFields\": {\n                \"checking\": \"ui\",\n                \"custom29\": \"gh\"\n            },\n            \"pricing\": [\n                {\n                    \"unitPrice\": 2,\n                    \"currency\": \"EUR\"\n                }\n            ],\n            \"productCode\": \"1234\",\n            \"productName\": \"testk\",\n            \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n            \"productId\": 57,\n            \"attachment\": [],\n            \"createdAt\": \"2021-12-21T10:51:22.440Z\",\n            \"updatedAt\": \"2022-02-05T12:29:51.915Z\"\n        },\n        {\n            \"_id\": \"61c1aee42f78af2eb44f6c70\",\n            \"type\": \"PRODUCT\",\n            \"sku\": 2,\n            \"description\": \"\",\n            \"taxPercentage\": 2,\n            \"isActive\": true,\n            \"tags\": [],\n            \"customFields\": {\n                \"checking\": \"ui\",\n                \"custom29\": \"gh\"\n            },\n            \"pricing\": [\n                {\n                    \"unitPrice\": 2,\n                    \"currency\": \"EUR\"\n                }\n            ],\n            \"productCode\": \"1234\",\n            \"productName\": \"testk\",\n            \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n            \"productId\": 56,\n            \"attachment\": [],\n            \"createdAt\": \"2021-12-21T10:39:32.130Z\",\n            \"updatedAt\": \"2022-02-05T12:29:51.915Z\"\n        },\n        {\n            \"_id\": \"61c1ae602f78af2eb44f6c67\",\n            \"type\": \"PRODUCT\",\n            \"sku\": 2,\n            \"description\": \"\",\n            \"taxPercentage\": 2,\n            \"isActive\": true,\n            \"tags\": [],\n            \"customFields\": {\n                \"checking\": \"ui\",\n                \"custom29\": \"gh\"\n            },\n            \"pricing\": [\n                {\n                    \"unitPrice\": 2,\n                    \"currency\": \"EUR\"\n                }\n            ],\n            \"productCode\": \"1234\",\n            \"productName\": \"testk\",\n            \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n            \"productId\": 55,\n            \"attachment\": [],\n            \"createdAt\": \"2021-12-21T10:37:20.448Z\",\n            \"updatedAt\": \"2022-02-05T12:29:51.915Z\"\n        },\n        {\n            \"_id\": \"61c1acce3c909b3614ec7c17\",\n            \"type\": \"PRODUCT\",\n            \"sku\": 2,\n            \"description\": \"\",\n            \"taxPercentage\": 2,\n            \"isActive\": true,\n            \"tags\": [],\n            \"customFields\": {\n                \"checking\": \"ui\",\n                \"custom29\": \"gh\"\n            },\n            \"pricing\": [\n                {\n                    \"unitPrice\": 2,\n                    \"currency\": \"EUR\"\n                }\n            ],\n            \"productCode\": \"1234\",\n            \"productName\": \"testk\",\n            \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n            \"productId\": 54,\n            \"attachment\": [],\n            \"createdAt\": \"2021-12-21T10:30:38.325Z\",\n            \"updatedAt\": \"2022-02-05T12:29:51.915Z\"\n        }\n    ],\n    \"pagination\": {\n        \"pageNo\": 1,\n        \"limit\": 10,\n        \"totalPages\": 5,\n        \"totalData\": 50\n    },\n    \"relatedObject\": {\n        \"tags\": {\n            \"6202192876bae9142a71a251\": {\n                \"_id\": \"6202192876bae9142a71a251\",\n                \"name\": \"Warm\",\n                \"colorCode\": \"#ffc700\"\n            }\n        },\n        \"owner\": {\n            \"60ca65a4b8d2833cc097f5a9\": {\n                \"fullName\": \"sahil Khaire\",\n                \"userId\": \"60ca65a4b8d2833cc097f5a9\",\n                \"email\": \"sahil@saino.io\",\n                \"userType\": \"OWNER\",\n                \"avatar\": \"https://salessimplify.s3.ap-south-1.amazonaws.com/profile-picture/60ca65a3b8d2833cc097f5a8_scaled_0cd48521-679d-427c-ad94-b29dc336a63e2263121557061650365.jpg\"\n            }\n        },\n        \"category\": {\n            \"60cae175c24d5081a0e7e3e3\": {\n                \"_id\": \"60cae175c24d5081a0e7e3e3\",\n                \"categoryName\": \"Test add category\"\n            }\n        }\n    }\n}"}],"_postman_id":"65794f30-41c3-4a70-9815-bb3d0520483b"},{"name":"Get One Product","id":"91fb40ce-fe87-4d3e-b91d-20b9603c439e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/api/v1/product/6202205867ff7e3777d613f1","description":"<p>Returns data about a specific product.</p>\n<h4 id=\"path-parameters\">Path Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Field Type</th>\n<th>Is Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td><code>String</code></td>\n<td><code>Required</code></td>\n<td>The id of the product in mongodb <code>ObjectId</code> format.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","product","6202205867ff7e3777d613f1"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"9d5c8af8-dea3-4048-bd84-d0c0e5a6e499","name":"200 - Success","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/api/v1/product/6202205867ff7e3777d613f1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1041"},{"key":"ETag","value":"W/\"411-h6JjL7g9dkCkCcQkvoW9F/SZoxs\""},{"key":"Date","value":"Tue, 08 Feb 2022 08:29:34 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"successfully retrived\",\n    \"data\": {\n        \"_id\": \"6202205867ff7e3777d613f1\",\n        \"owner\": \"60ca65a4b8d2833cc097f5a9\",\n        \"productId\": 55,\n        \"productName\": \"Product_B\",\n        \"productCode\": \"CODE_B\",\n        \"type\": \"PRODUCT\",\n        \"sku\": 123,\n        \"description\": \"Testing product\",\n        \"pricing\": [\n            {\n                \"unitPrice\": 100,\n                \"currency\": \"USD\"\n            }\n        ],\n        \"taxPercentage\": 10,\n        \"isActive\": true,\n        \"category\": \"60cd7a53b2b2e2e1305f98c4\",\n        \"tags\": [\n            \"6202192876bae9142a71a251\"\n        ],\n        \"attachment\": [],\n        \"createdAt\": \"2022-02-08T07:48:40.965Z\",\n        \"updatedAt\": \"2022-02-08T08:01:14.120Z\"\n    },\n    \"relatedObject\": {\n        \"tags\": {\n            \"6202192876bae9142a71a251\": {\n                \"_id\": \"6202192876bae9142a71a251\",\n                \"name\": \"Warm\",\n                \"colorCode\": \"#ffc700\"\n            }\n        },\n        \"owner\": {\n            \"60ca65a4b8d2833cc097f5a9\": {\n                \"fullName\": \"sahil Khaire\",\n                \"userId\": \"60ca65a4b8d2833cc097f5a9\",\n                \"email\": \"sahil@saino.io\",\n                \"userType\": \"OWNER\",\n                \"avatar\": \"https://salessimplify.s3.ap-south-1.amazonaws.com/profile-picture/60ca65a3b8d2833cc097f5a8_scaled_0cd48521-679d-427c-ad94-b29dc336a63e2263121557061650365.jpg\"\n            }\n        },\n        \"category\": {\n            \"60cd7a53b2b2e2e1305f98c4\": {\n                \"_id\": \"60cd7a53b2b2e2e1305f98c4\",\n                \"categoryName\": \"category 4\"\n            }\n        }\n    }\n}"},{"id":"efd8d37d-24ab-410d-a81c-3e1941171f02","name":"400 - Error (Product not found)","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/api/v1/product/6202205867ff7e3777d61322"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"46"},{"key":"ETag","value":"W/\"2e-49pqbXG2qETmDFhjOd96+dYkyqA\""},{"key":"Date","value":"Tue, 08 Feb 2022 08:30:37 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"Product not found\"\n}"}],"_postman_id":"91fb40ce-fe87-4d3e-b91d-20b9603c439e"},{"name":"Create Product","id":"f2a65dce-2320-498b-84b9-978fc3cf88fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"productName\" : \"Product_A\",                        \n    \"productCode\": \"CODE_A\",                    \n    \"type\": \"PRODUCT\",                   \n    \"sku\": 123     ,               \n    \"description\": \"Testing product\",        \n    \"pricing\" : [{\"unitPrice\":100, \"currency\":\"USD\"}],\n    \"taxPercentage\" : 10,     \n    \"tags\":[\"6202192876bae9142a71a251\"],\n    \"category\": \"60cd7a53b2b2e2e1305f98c4\",\n    \"isActive\":true,\n    \"owner\":\"60ca65a4b8d2833cc097f5a9\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/product","description":"<p>It creates product.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Is Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>owner</td>\n<td><code>String</code></td>\n<td><code>Required</code></td>\n<td><code>LOOKUP</code>. It is owner field which describes to whom this product will going to be assigned. it accept owner id which provided in owner api <a href=\"#53c1b363-8d65-481b-8749-afd024bd1655\">Owner API</a>.</td>\n</tr>\n<tr>\n<td>productName</td>\n<td><code>String</code></td>\n<td><code>Required</code></td>\n<td>Its a product name field which accept name in string format.</td>\n</tr>\n<tr>\n<td>type</td>\n<td><code>String</code></td>\n<td><code>Required</code></td>\n<td>Its product type to specify product is comes under product or service. by default it consider type as <code>PRODUCT</code>. It accept either <code>\"PRODUCT\"</code> or <code>\"SERVICE\"</code> as value.</td>\n</tr>\n<tr>\n<td>pricing</td>\n<td><code>[{unitPrice: Number, currency: String}]</code></td>\n<td><code>Required</code></td>\n<td>To specify product pricing in different currencies. for Example, Product A is 100USD in US and 7500INR in india so we can specify value as   <code>[{ unitPrice:100, currency:\"USD\" }, { unitPrice:7500, currency:\"INR\" }]</code>. it accept currency which provided by <a href=\"#9438ad45-85a9-49f6-b4f1-1fab4717cec3\">List of Currency API</a></td>\n</tr>\n<tr>\n<td>productCode</td>\n<td><code>String</code></td>\n<td><code>Optional</code></td>\n<td>It accept a product code to identify code.</td>\n</tr>\n<tr>\n<td>sku</td>\n<td><code>Number</code></td>\n<td><code>Optional</code></td>\n<td>its product sku(Stock Keeping Unit) to mentioned product available sku's.</td>\n</tr>\n<tr>\n<td>description</td>\n<td><code>String</code></td>\n<td><code>Optional</code></td>\n<td>product description.</td>\n</tr>\n<tr>\n<td>taxPercentage</td>\n<td><code>Number</code></td>\n<td><code>Optional</code></td>\n<td>applied tax on product price in numerical format.</td>\n</tr>\n<tr>\n<td>category</td>\n<td><code>ObjectId</code></td>\n<td><code>Optional</code></td>\n<td><code>LOOKUP</code> It is product category field which accept id of product category which provided in <a href=\"#6f71a851-201b-4277-9b15-6d3670d44b9f\">Product Category API</a></td>\n</tr>\n<tr>\n<td>tags</td>\n<td><code>[String]</code></td>\n<td><code>Optional</code></td>\n<td><code>LOOKUP</code> <a href=\"#4e9ddc6a-a823-4245-a3c4-e689cc5e06a7\">Product Tag API</a></td>\n</tr>\n<tr>\n<td>isActive</td>\n<td><code>Boolean</code></td>\n<td><code>Optional</code></td>\n<td>its  optional field to just notify product is available or not</td>\n</tr>\n<tr>\n<td>customFields</td>\n<td><code>Object</code></td>\n<td><code>Optional</code></td>\n<td>Its custom field which used to stored custom field data. for more information read <a href=\"#e10c113c-4ec0-4e0e-8fb3-b0cbdbadd841\">get products</a> description.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"related-api-reference\">Related API Reference</h4>\n<ol>\n<li><a href=\"#53c1b363-8d65-481b-8749-afd024bd1655\">Owner API</a></li>\n<li><a href=\"#6f71a851-201b-4277-9b15-6d3670d44b9f\">Product Category API</a></li>\n<li><a href=\"#4e9ddc6a-a823-4245-a3c4-e689cc5e06a7\">Product Tag API</a></li>\n<li><a href=\"#9438ad45-85a9-49f6-b4f1-1fab4717cec3\">List of Currency API</a></li>\n</ol>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","product"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"7536ced8-8509-4859-8a93-a026290293bb","name":"200 - Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"productName\" : \"Product_A\",                        \n    \"productCode\": \"CODE_A\",                    \n    \"type\": \"PRODUCT\",                   \n    \"sku\": 123     ,               \n    \"description\": \"Testing product\",        \n    \"pricing\" : [{\"unitPrice\":100, \"currency\":\"USD\"}],\n    \"taxPercentage\" : 10,     \n    \"tags\":[\"6202192876bae9142a71a251\"],\n    \"category\": \"60cd7a53b2b2e2e1305f98c4\",\n    \"isActive\":true,\n    \"owner\":\"60ca65a4b8d2833cc097f5a9\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/product"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"79"},{"key":"ETag","value":"W/\"4f-hblmBGVnbCSh3IojBLwdqEJjQrI\""},{"key":"Date","value":"Tue, 08 Feb 2022 07:48:41 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"successfully added\",\n    \"_id\": \"6202205867ff7e3777d613f1\"\n}"},{"id":"d8eaa2ce-d01a-4623-aed0-d1b44553d9a1","name":"400 - Error (Missing FIelds)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"productName1\" : \"Product_A\",                        \n    \"productCode\": \"CODE_A\",                    \n    \"type\": \"PRODUCT\",                   \n    \"sku\": 123     ,               \n    \"description\": \"Testing product\",        \n    \"pricing\" : [{\"unitPrice\":100, \"currency\":\"USD\"}],\n    \"taxPercentage\" : 10,     \n    \"tags\":[\"6202192876bae9142a71a251\"],\n    \"category\": \"60cd7a53b2b2e2e1305f98c4\",\n    \"isActive\":true,\n    \"owner\":\"60ca65a4b8d2833cc097f5a9\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/product"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"69"},{"key":"ETag","value":"W/\"45-T1JC91sJGtqIl8+fwOZQAd/IlzA\""},{"key":"Date","value":"Tue, 08 Feb 2022 07:49:00 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"required data missing from provided data\"\n}"}],"_postman_id":"f2a65dce-2320-498b-84b9-978fc3cf88fb"},{"name":"Update Product","id":"4f32ec3e-ebe5-4f07-8337-c3c62332a913","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"productName\" : \"Product_B\",                        \n    \"productCode\": \"CODE_B\",                    \n    \"type\": \"PRODUCT\",                   \n    \"sku\": 123     ,               \n    \"description\": \"Testing product\",        \n    \"pricing\" : [{\"unitPrice\":100, \"currency\":\"USD\"}],\n    \"taxPercentage\" : 10,     \n    \"tags\":[\"6202192876bae9142a71a251\"],\n    \"category\": \"60cd7a53b2b2e2e1305f98c4\",\n    \"isActive\":true,\n    \"owner\":\"60ca65a4b8d2833cc097f5a9\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/product/:id","description":"<p>This endpoint will Updates one or more properties of a products.</p>\n<h4 id=\"path-parameters\">Path Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>FIELD NAME</strong></th>\n<th><strong>TYPE</strong></th>\n<th><strong>IS REQUIRED</strong></th>\n<th><strong>DESCRIPTION</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td><code>STRING</code></td>\n<td><code>required</code></td>\n<td>product id (<code>_id</code> in get product api response)</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"body-parameters\">Body Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Is Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>owner</td>\n<td><code>String</code></td>\n<td><code>Required</code></td>\n<td><code>LOOKUP</code>. It is owner field which describes to whom this product will going to be assigned. it accept owner id which provided in owner api <a href=\"#53c1b363-8d65-481b-8749-afd024bd1655\">Owner API</a>.</td>\n</tr>\n<tr>\n<td>productName</td>\n<td><code>String</code></td>\n<td><code>Required</code></td>\n<td>Its a product name field which accept name in string format.</td>\n</tr>\n<tr>\n<td>type</td>\n<td><code>String</code></td>\n<td><code>Required</code></td>\n<td>Its product type to specify product is comes under product or service. by default it consider type as <code>PRODUCT</code>. It accept either <code>\"PRODUCT\"</code> or <code>\"SERVICE\"</code> as value.</td>\n</tr>\n<tr>\n<td>pricing</td>\n<td><code>[{unitPrice: Number, currency: String}]</code></td>\n<td><code>Required</code></td>\n<td>To specify product pricing in different currencies. for Example, Product A is 100USD in US and 7500INR in india so we can specify value as   <code>[{ unitPrice:100, currency:\"USD\" }, { unitPrice:7500, currency:\"INR\" }]</code>. it accept currency which provided by <a href=\"#9438ad45-85a9-49f6-b4f1-1fab4717cec3\">List of Currency API</a></td>\n</tr>\n<tr>\n<td>productCode</td>\n<td><code>String</code></td>\n<td><code>Optional</code></td>\n<td>It accept a product code to identify code.</td>\n</tr>\n<tr>\n<td>sku</td>\n<td><code>Number</code></td>\n<td><code>Optional</code></td>\n<td>its product sku(Stock Keeping Unit) to mentioned product available sku's.</td>\n</tr>\n<tr>\n<td>description</td>\n<td><code>String</code></td>\n<td><code>Optional</code></td>\n<td>product description.</td>\n</tr>\n<tr>\n<td>taxPercentage</td>\n<td><code>Number</code></td>\n<td><code>Optional</code></td>\n<td>applied tax on product price in numerical format.</td>\n</tr>\n<tr>\n<td>category</td>\n<td><code>ObjectId</code></td>\n<td><code>Optional</code></td>\n<td><code>LOOKUP</code></td>\n</tr>\n<tr>\n<td>tags</td>\n<td><code>[String]</code></td>\n<td><code>Optional</code></td>\n<td><code>LOOKUP</code></td>\n</tr>\n<tr>\n<td>isActive</td>\n<td><code>Boolean</code></td>\n<td><code>Optional</code></td>\n<td>its  optional field to just notify product is available or not</td>\n</tr>\n<tr>\n<td>customFields</td>\n<td><code>Object</code></td>\n<td><code>Optional</code></td>\n<td>Its custom field which used to stored custom field data. for more information read <a href=\"#e10c113c-4ec0-4e0e-8fb3-b0cbdbadd841\">get products</a> description.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"related-api-reference\">Related API Reference</h4>\n<ol>\n<li><a href=\"#53c1b363-8d65-481b-8749-afd024bd1655\">Owner API</a></li>\n<li><a href=\"#6f71a851-201b-4277-9b15-6d3670d44b9f\">Product Category API</a></li>\n<li><a href=\"#4e9ddc6a-a823-4245-a3c4-e689cc5e06a7\">Product Tag API</a></li>\n<li><a href=\"#9438ad45-85a9-49f6-b4f1-1fab4717cec3\">List of Currency API</a></li>\n</ol>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","product",":id"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"3d1c9016-91ee-4631-9ac0-e41c8b6081df","type":"any","value":null,"key":"id"}]}},"response":[{"id":"a1f1ba50-f35d-4755-bb13-17978e91bb49","name":"200 - Success","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"productName\" : \"Product_B\",                        \n    \"productCode\": \"CODE_B\",                    \n    \"type\": \"PRODUCT\",                   \n    \"sku\": 123     ,               \n    \"description\": \"Testing product\",        \n    \"pricing\" : [{\"unitPrice\":100, \"currency\":\"USD\"}],\n    \"taxPercentage\" : 10,     \n    \"tags\":[\"6202192876bae9142a71a251\"],\n    \"category\": \"60cd7a53b2b2e2e1305f98c4\",\n    \"isActive\":true,\n    \"owner\":\"60ca65a4b8d2833cc097f5a9\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/product/6202205867ff7e3777d613f1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"48"},{"key":"ETag","value":"W/\"30-VQnDdpr8cc/kefGqY0/gih7oQFk\""},{"key":"Date","value":"Tue, 08 Feb 2022 08:01:13 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Updated successfully\"\n}"},{"id":"40f815b6-f5f2-4d3c-963d-ee58fa70841a","name":"400 - Error (Invalid data)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"productName\" : 1,                        \n    \"productCode\": \"CODE_B\",                    \n    \"type\": \"PRODUCT\",                   \n    \"sku\": 123     ,               \n    \"description\": \"Testing product\",        \n    \"pricing\" : [{\"unitPrice\":100, \"currency\":\"USD\"}],\n    \"taxPercentage\" : 10,     \n    \"tags\":[\"6202192876bae9142a71a251\"],\n    \"category\": \"60cd7a53b2b2e2e1305f98c4\",\n    \"isActive\":true,\n    \"owner\":\"60ca65a4b8d2833cc097f5a9\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/product/6202205867ff7e3777d613f1"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"76"},{"key":"ETag","value":"W/\"4c-gAIGyGMav3/CcqO9tN9vNogx8cA\""},{"key":"Date","value":"Tue, 08 Feb 2022 08:01:45 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"Invalid Product Name field value type provided!\"\n}"}],"_postman_id":"4f32ec3e-ebe5-4f07-8337-c3c62332a913"},{"name":"Delete Product","id":"c0f873ff-8e8e-4d9a-bcb8-eaae722fd54c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{base_url}}/api/v1/product/:id","description":"<p>Deletes a specific product by id. </p>\n<h4 id=\"path-parameters\">Path Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Field Type</th>\n<th>Is Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td><code>String</code></td>\n<td><code>Required</code></td>\n<td>The id of the product in mongodb <code>ObjectId</code> format.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","product",":id"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"58714973-56b1-4400-9e7c-b105875c9144","type":"any","value":null,"key":"id"}]}},"response":[{"id":"909dea5a-09b8-4bda-b8e1-9a2a4d59afe1","name":"200 - Success","originalRequest":{"method":"DELETE","header":[],"url":"{{base_url}}/api/v1/product/61c1b7f02b3bcd131c16d6c4"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"48"},{"key":"ETag","value":"W/\"30-SlBs43YQbCzpq37W7J+gPrHDPeo\""},{"key":"Date","value":"Tue, 08 Feb 2022 08:13:42 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"successfully deleted\"\n}"},{"id":"5b7425e9-eeac-40a5-ab26-bdb6d940f1e8","name":"400 - Error (Invalid Id)","originalRequest":{"method":"DELETE","header":[],"url":"{{base_url}}/api/v1/product/q1q"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"59"},{"key":"ETag","value":"W/\"3b-TelFlJJa+o2WUX4HsSWpZJDJVrU\""},{"key":"Date","value":"Tue, 08 Feb 2022 08:14:11 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"Invalid id provided for delete\"\n}"}],"_postman_id":"c0f873ff-8e8e-4d9a-bcb8-eaae722fd54c"},{"name":"Bulk Delete Product","id":"e1062ddb-4bef-4e39-909c-3cc515f904ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{base_url}}/api/v1/product?ids=id1,id2,id3","description":"<p>Deletes a specific product by ids in bulk. The comma-separated IDs that will be deleted </p>\n<h6 id=\"query-parameters\">Query Parameters</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Field Type</th>\n<th>Is Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ids</td>\n<td><code>String,String</code></td>\n<td><code>Required</code></td>\n<td>The ids of the product in mongodb <code>ObjectId</code> format.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","product"],"host":["{{base_url}}"],"query":[{"key":"ids","value":"id1,id2,id3"}],"variable":[]}},"response":[{"id":"77ff6eb3-ce5e-429b-8f90-014f25dd7476","name":"200 - Success","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{base_url}}/api/v1/product?ids=61c1b7f02b3bcd131c16d6c4,61c1b1aa2f78af2eb44f6c79","host":["{{base_url}}"],"path":["api","v1","product"],"query":[{"key":"ids","value":"61c1b7f02b3bcd131c16d6c4,61c1b1aa2f78af2eb44f6c79"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"48"},{"key":"ETag","value":"W/\"30-SlBs43YQbCzpq37W7J+gPrHDPeo\""},{"key":"Date","value":"Tue, 08 Feb 2022 08:11:09 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"successfully deleted\"\n}"},{"id":"361091a8-932a-4345-92af-52efe5195698","name":"400 - Error (Invalid Id)","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{base_url}}/api/v1/product?ids=id","host":["{{base_url}}"],"path":["api","v1","product"],"query":[{"key":"ids","value":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"59"},{"key":"ETag","value":"W/\"3b-TelFlJJa+o2WUX4HsSWpZJDJVrU\""},{"key":"Date","value":"Tue, 08 Feb 2022 08:12:53 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"Invalid id provided for delete\"\n}"}],"_postman_id":"e1062ddb-4bef-4e39-909c-3cc515f904ac"}],"id":"7da1320a-dcba-4d7b-9d0b-ba0f63c74eed","description":"<p>Products are the products or services you are dealing with.Each product can have N different price and currencies. Sales simplify support different prices with different currencies to access products in deal. product used in deals and based on value provided for products while creating deal the deal value gets calculated.</p>\n","_postman_id":"7da1320a-dcba-4d7b-9d0b-ba0f63c74eed","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}}},{"name":"Product Data Fields","item":[{"name":"Get Product Data Field","id":"3bd254c0-10cc-41a5-97fd-128181f8577d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/api/v1/data-field/product","description":"<p>Returns data about all product fields.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","data-field","product"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"a2c0b781-c941-4981-8072-ffeba49b510b","name":"200 - Success","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/api/v1/data-field/product"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"4488"},{"key":"ETag","value":"W/\"1188-+e3UADZtZ+iYZi9iutCwOk2qIqA\""},{"key":"Date","value":"Sat, 12 Feb 2022 06:18:08 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Successfully retrived\",\n    \"data\": [\n        {\n            \"_id\": \"60ca68760b7d1c495a33cad1\",\n            \"fieldInputType\": \"OWNER_SELECT\",\n            \"fieldType\": \"PRODUCT\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": true,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 1,\n            \"fieldName\": \"Owner\",\n            \"apiKeyName\": \"owner\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33cadf\",\n            \"fieldInputType\": \"DATE_TIME\",\n            \"fieldType\": \"PRODUCT\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 2,\n            \"fieldName\": \"Created At\",\n            \"apiKeyName\": \"createdAt\",\n            \"isEditable\": false,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33cadb\",\n            \"fieldInputType\": \"TAG_MULTI_SELECT\",\n            \"fieldType\": \"PRODUCT\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 3,\n            \"fieldName\": \"Tag\",\n            \"apiKeyName\": \"tags\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33cadc\",\n            \"fieldInputType\": \"CATEGORY_SELECT\",\n            \"fieldType\": \"PRODUCT\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": true,\n            \"addFormPriority\": 9,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 4,\n            \"fieldName\": \"Category\",\n            \"apiKeyName\": \"category\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33cad8\",\n            \"fieldInputType\": \"TOGGLE_BUTTON\",\n            \"fieldType\": \"PRODUCT\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 5,\n            \"fieldName\": \"Is Product Active\",\n            \"apiKeyName\": \"isActive\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33cad6\",\n            \"fieldInputType\": \"INPUT\",\n            \"fieldType\": \"PRODUCT\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": true,\n            \"addFormPriority\": 2,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 6,\n            \"fieldName\": \"Product Code\",\n            \"apiKeyName\": \"productCode\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33cad7\",\n            \"fieldInputType\": \"NUMBER\",\n            \"fieldType\": \"PRODUCT\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": true,\n            \"addFormPriority\": 7,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 7,\n            \"fieldName\": \"Tax Percentage\",\n            \"apiKeyName\": \"taxPercentage\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33cad5\",\n            \"fieldInputType\": \"SELECT\",\n            \"fieldType\": \"PRODUCT\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [\n                \"PRODUCT\",\n                \"SERVICE\"\n            ],\n            \"isRequired\": true,\n            \"isRequiredInAddForm\": true,\n            \"addFormPriority\": 3,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 8,\n            \"fieldName\": \"Product Type\",\n            \"apiKeyName\": \"type\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33cade\",\n            \"fieldInputType\": \"DATE_TIME\",\n            \"fieldType\": \"PRODUCT\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 11,\n            \"fieldName\": \"Updated at\",\n            \"apiKeyName\": \"updatedAt\",\n            \"isEditable\": false,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33cad3\",\n            \"fieldInputType\": \"TEXTAREA\",\n            \"fieldType\": \"PRODUCT\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": true,\n            \"addFormPriority\": 5,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 12,\n            \"fieldName\": \"Description\",\n            \"apiKeyName\": \"description\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33cad4\",\n            \"fieldInputType\": \"NUMBER\",\n            \"fieldType\": \"PRODUCT\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": true,\n            \"addFormPriority\": 4,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 13,\n            \"fieldName\": \"SKU (Stock keeping unit)\",\n            \"apiKeyName\": \"sku\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33cad2\",\n            \"fieldInputType\": \"INPUT\",\n            \"fieldType\": \"PRODUCT\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": true,\n            \"isRequiredInAddForm\": true,\n            \"addFormPriority\": 1,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 14,\n            \"fieldName\": \"Product Name\",\n            \"apiKeyName\": \"productName\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33cacf\",\n            \"fieldInputType\": \"NUMBER\",\n            \"fieldType\": \"PRODUCT\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": true,\n            \"isRequiredInAddForm\": false,\n            \"addFormPriority\": 0,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 15,\n            \"fieldName\": \"Product Id\",\n            \"apiKeyName\": \"productId\",\n            \"isEditable\": false,\n            \"validation\": \"\"\n        },\n        {\n            \"_id\": \"60ca68760b7d1c495a33cad9\",\n            \"fieldInputType\": \"PRICING_INPUT\",\n            \"fieldType\": \"PRODUCT\",\n            \"fieldGroup\": \"SYSTEM\",\n            \"options\": [],\n            \"isRequired\": false,\n            \"isRequiredInAddForm\": true,\n            \"addFormPriority\": 6,\n            \"isEnabledForTable\": true,\n            \"tablePriority\": 17,\n            \"fieldName\": \"Pricing\",\n            \"apiKeyName\": \"pricing\",\n            \"isEditable\": true,\n            \"validation\": \"\"\n        }\n    ]\n}"}],"_postman_id":"3bd254c0-10cc-41a5-97fd-128181f8577d"},{"name":"Get One Selected Product Data Field","id":"b008cbef-e142-4aea-b72c-ef0cec091de8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/api/v1/data-field/product/:fieldId","description":"<p>Returns data of selected product field.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","data-field","product",":fieldId"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"78dc3f6f-be54-4501-88d9-540bd3ace436","type":"any","value":"6205f6f8c588f7c78025bfcf","key":"fieldId"}]}},"response":[{"id":"44a86a78-8c75-4290-80fa-d6fc8c21c8e1","name":"200 - Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/api/v1/data-field/product/:fieldId","host":["{{base_url}}"],"path":["api","v1","data-field","product",":fieldId"],"variable":[{"key":"fieldId","value":"60ca68760b7d1c495a33cae5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"356"},{"key":"ETag","value":"W/\"164-yUhJAsEv5NsEuF43GIYSzYDFZh4\""},{"key":"Date","value":"Thu, 10 Feb 2022 09:32:28 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Successfully\",\n    \"data\": {\n        \"_id\": \"60ca68760b7d1c495a33cae5\",\n        \"fieldInputType\": \"INPUT\",\n        \"fieldType\": \"LEAD\",\n        \"fieldGroup\": \"SYSTEM\",\n        \"options\": [],\n        \"isRequired\": false,\n        \"isRequiredInAddForm\": false,\n        \"addFormPriority\": 0,\n        \"isEnabledForTable\": true,\n        \"tablePriority\": 54,\n        \"fieldName\": \"First Name\",\n        \"apiKeyName\": \"firstName\",\n        \"isEditable\": true,\n        \"validation\": \"\"\n    }\n}"}],"_postman_id":"b008cbef-e142-4aea-b72c-ef0cec091de8"},{"name":"Create Custom Field","id":"3694585e-a0b7-4a91-bcaf-a246b753dbf6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"fieldName\": \"Test Field\",\n    \"fieldInputType\": \"INPUT\",\n    \"validation\": \"none\",\n    \"isRequired\": false,\n    \"isRequiredInAddForm\": false,\n    \"options\": []\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/data-field/product","description":"<p>Create a product custom field.</p>\n<h2 id=\"request-body\">Request body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>fieldInputType</td>\n<td>It defined input behaviour of current field. It described detailed in above <a href=\"#a522e5b6-063f-42ec-a081-cf0c30e9c0b1\">Lead Data Fields</a> section.</td>\n</tr>\n<tr>\n<td>options</td>\n<td>Options are used only when input field input type is <code>SELECT</code>, <code>RADIO</code>, and <code>CHECKBOX</code>. options are used to provide specified options for selected field. if field input types are <code>SELECT</code>, <code>RADIO</code>, and <code>CHECKBOX</code> then it accept value for field only from options. options are array of string. For Example, <code>[\"option1\", \"option2\"]</code></td>\n</tr>\n<tr>\n<td>isRequired</td>\n<td>It describes, Current field is accept empty data for not. if isRequired set to be true then current field doesn't accept any empty value.  by default it set to false.</td>\n</tr>\n<tr>\n<td>isRequiredInAddForm</td>\n<td>To add current field inside salessimplfy product add form.</td>\n</tr>\n<tr>\n<td>fieldName</td>\n<td>It's field name used to show in table head section.</td>\n</tr>\n<tr>\n<td>validation</td>\n<td>It describes current field validations. Currently <code>none, URL_VALIDATION, PHONE_VALIDATION, EMAIL_VALIDATION, PIN_CODE_VALIDATION</code> supports. by default it set to be <code>none</code>.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","data-field","product"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"9803aeba-8a86-4e5b-a1a8-e1e2e4d1b662","name":"200 - Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"fieldName\": \"Test Field\",\n    \"fieldInputType\": \"INPUT\",\n    \"validation\": \"none\",\n    \"isRequired\": false,\n    \"isRequiredInAddForm\": false,\n    \"options\": []\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/data-field/product"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"81"},{"key":"ETag","value":"W/\"51-DAZetdNy6V1Zeq4fLA8v1/J/U6U\""},{"key":"Date","value":"Fri, 11 Feb 2022 05:41:13 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Successfully created\",\n    \"_id\": \"6205f6f8c588f7c78025bfcf\"\n}"}],"_postman_id":"3694585e-a0b7-4a91-bcaf-a246b753dbf6"},{"name":"Update Custom Field","id":"2a34d557-c168-44f8-a2ce-1602c04f5469","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"fieldName\": \"Test Field\",\n    \"fieldInputType\": \"INPUT\",\n    \"validation\": \"none\",\n    \"isRequired\": false,\n    \"isRequiredInAddForm\": false,\n    \"options\": []\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/data-field/product/:id","description":"<p>Updates a product custom field.</p>\n<h2 id=\"request-body\">Request body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>fieldInputType</td>\n<td>It defined input behaviour of current field. It described detailed in above <a href=\"#a522e5b6-063f-42ec-a081-cf0c30e9c0b1\">Lead Data Fields</a> section.</td>\n</tr>\n<tr>\n<td>options</td>\n<td>Options are used only when input field input type is <code>SELECT</code>, <code>RADIO</code>, and <code>CHECKBOX</code>. options are used to provide specified options for selected field. if field input types are <code>SELECT</code>, <code>RADIO</code>, and <code>CHECKBOX</code> then it accept value for field only from options. options are array of string. For Example, <code>[\"option1\", \"option2\"]</code></td>\n</tr>\n<tr>\n<td>isRequired</td>\n<td>It describes, Current field is accept empty data for not. if isRequired set to be true then current field doesn't accept any empty value.  by default it set to false.</td>\n</tr>\n<tr>\n<td>isRequiredInAddForm</td>\n<td>To add current field inside salessimplfy product add form.</td>\n</tr>\n<tr>\n<td>fieldName</td>\n<td>It's field name used to show in table head section.</td>\n</tr>\n<tr>\n<td>validation</td>\n<td>It describes current field validations. Currently <code>none, URL_VALIDATION, PHONE_VALIDATION, EMAIL_VALIDATION, PIN_CODE_VALIDATION</code> supports. by default it set to be <code>none</code>.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","data-field","product",":id"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"852aa5bf-1c32-49a1-88af-8cd42bf8ecba","type":"any","value":"6205f6f8c588f7c78025bfcf","key":"id"}]}},"response":[{"id":"dc608c69-5c7c-435c-abaa-e4f265ce49bb","name":"200 - Success","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"fieldName\": \"Test Field1\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/v1/data-field/product/:id","host":["{{base_url}}"],"path":["api","v1","data-field","product",":id"],"variable":[{"key":"id","value":"6205f6f8c588f7c78025bfcf"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"47"},{"key":"ETag","value":"W/\"2f-DJnw25Kw3XRM6GDWoQ3cbYXSL38\""},{"key":"Date","value":"Fri, 11 Feb 2022 05:53:52 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Successfully edited\"\n}"}],"_postman_id":"2a34d557-c168-44f8-a2ce-1602c04f5469"},{"name":"Delete Custom Field","id":"824f1411-9b63-4e31-a6d6-3ce606b5322e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{base_url}}/api/v1/data-field/product/:id","description":"<p>It deletes custom field. After deleting, field related values stored in product table cant be restored.</p>\n<h4 id=\"path-parameters\">Path Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Field Type</th>\n<th>Is Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td><code>String</code></td>\n<td><code>Required</code></td>\n<td>The id of the product custom field in mongodb <code>ObjectId</code> format.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","data-field","product",":id"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"72e801b0-5014-4f5e-850a-e89945dcade1","type":"any","value":"6205f6f8c588f7c78025bfcf","key":"id"}]}},"response":[{"id":"5f7b97f8-9bcf-49e0-aaab-9ade790ec350","name":"200 - Success","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{base_url}}/api/v1/data-field/product/:id","host":["{{base_url}}"],"path":["api","v1","data-field","product",":id"],"variable":[{"key":"id","value":"6205f6f8c588f7c78025bfcf"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"48"},{"key":"ETag","value":"W/\"30-b3/JyPOEAqiNeunppmijv25z2hE\""},{"key":"Date","value":"Fri, 11 Feb 2022 06:50:14 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Successfully deleted\"\n}"},{"id":"bc8421da-cbd9-4f2a-83ed-7b06bc47e3e3","name":"400 - Error","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{base_url}}/api/v1/data-field/product/:id","host":["{{base_url}}"],"path":["api","v1","data-field","product",":id"],"variable":[{"key":"id","value":"6205f6f8c588f7c78025bfcf"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"63"},{"key":"ETag","value":"W/\"3f-Myv/Or30kdsaUVFdtkMuSoo/lpE\""},{"key":"Date","value":"Fri, 11 Feb 2022 06:48:06 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"System data field cant be deleted!\"\n}"}],"_postman_id":"824f1411-9b63-4e31-a6d6-3ce606b5322e"}],"id":"441cd15f-1f05-426f-a852-b78e2ca6a331","description":"<p>Product fields represent the relatively complete schema for a product in an account. Each product account can have a different schema for their product, with various custom fields. each data field value describes their behavior with a set of keys and values. Fields are separated into system and custom fields where system fields are pre-defined fields that are defined by the system and are not updatable by API whereas custom fields can be added, modified, and deleted by the user. Whenever a user wanted some extra data on a product where he can't utilize pre-defined system fields, their custom fields are used. </p>\n<h2 id=\"data-field-response\">Data Field Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_id</td>\n<td>Field unique identification id</td>\n</tr>\n<tr>\n<td>fieldInputType</td>\n<td>It defined input behaviour of current field. It described detailed in below <code>Field Input Type</code> section.</td>\n</tr>\n<tr>\n<td>fieldType</td>\n<td>It defined field belongs to which module. It described detailed in below <code>Field Type</code> section.</td>\n</tr>\n<tr>\n<td>fieldGroup</td>\n<td>It defined field is a system defined field or custom created field. it accept and provide only <code>SYSTEM</code> or <code>CUSTOM</code> value.</td>\n</tr>\n<tr>\n<td>options</td>\n<td>Options are used only when input field input type is <code>SELECT</code>, <code>RADIO</code>, and <code>CHECKBOX</code>. options are used to provide specified options for selected field. if field input types are <code>SELECT</code>, <code>RADIO</code>, and <code>CHECKBOX</code> then it accept value for field only from options. options are array of string. For Example, <code>[\"option1\", \"option2\"]</code></td>\n</tr>\n<tr>\n<td>isRequired</td>\n<td>It describes, Current field is accept empty data for not. if isRequired set to be true then current field doesn't accept any empty value.  by default it set to false.</td>\n</tr>\n<tr>\n<td>isRequiredInAddForm</td>\n<td>To add current field inside salessimplfy product add form.</td>\n</tr>\n<tr>\n<td>addFormPriority</td>\n<td>It defined current field position/priority in salessimplify product add form.</td>\n</tr>\n<tr>\n<td>isEnabledForTable</td>\n<td>It describes current field is visible in table view of product page.</td>\n</tr>\n<tr>\n<td>tablePriority</td>\n<td>It describes current field position in table view of product page.</td>\n</tr>\n<tr>\n<td>fieldName</td>\n<td>It's field name used to show in table head section.</td>\n</tr>\n<tr>\n<td>apiKeyName</td>\n<td>Its api key name which used to update current field value in product table.</td>\n</tr>\n<tr>\n<td>isEditable</td>\n<td>It defined current field is editable for not. if isEditable value is false then end user cant able to edit value for current field, it means current field is read only.</td>\n</tr>\n<tr>\n<td>validation</td>\n<td>It describes current field validations. Currently <code>none, URL_VALIDATION, PHONE_VALIDATION, EMAIL_VALIDATION, PIN_CODE_VALIDATION</code> supports. by default it set to be <code>none</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"field-input-type\">Field Input Type</h3>\n<p>field input type represent current field data type. which means what kind of data it accept and provides as output.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>FIELD</th>\n<th>OUTPUT DATA TYPE</th>\n<th>EXAMPLE</th>\n<th>DESCRIPTION</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>INPUT</td>\n<td><code>String</code></td>\n<td><code>\"any text\"</code></td>\n<td>It is input field which accept any input and provide output in string form</td>\n</tr>\n<tr>\n<td>TEXTAREA</td>\n<td><code>String</code></td>\n<td><code>\"any text description\"</code></td>\n<td>It is textarea field which accept any input and provide output in string form</td>\n</tr>\n<tr>\n<td>CHECKBOX</td>\n<td><code>[String]</code></td>\n<td><code>[\"value1\", \"value2\"]</code></td>\n<td>It is checkbox field which takes input options from options field from same data object and provide selected data as a array of string. for options check <a href=\"#data-field-response\">data field response table</a></td>\n</tr>\n<tr>\n<td>SELECT</td>\n<td><code>String</code></td>\n<td><code>\"option 1\"</code></td>\n<td>It is dropdwon field which takes input options from options field from same data object and provide selected data as a string. for options check <a href=\"#data-field-response\">data field response table</a></td>\n</tr>\n<tr>\n<td>RADIO</td>\n<td><code>String</code></td>\n<td><code>\"option 1\"</code></td>\n<td>It is radio field which takes input options from options field from same data object and provide selected data as a string. for options check <a href=\"#data-field-response\">data field response table</a></td>\n</tr>\n<tr>\n<td>TOGGLE_BUTTON</td>\n<td><code>Boolean</code></td>\n<td><code>true</code> / <code>false</code></td>\n<td>It is toggle button field which provides output in true/false form</td>\n</tr>\n<tr>\n<td>NUMBER</td>\n<td><code>Number</code></td>\n<td><code>10</code></td>\n<td>It is number input field which accept any number input and provide output in number form</td>\n</tr>\n<tr>\n<td>DATE</td>\n<td><code>Timestamp</code></td>\n<td><code>1643617245377</code></td>\n<td>It is a date field which accept data in a 13 digit timestamp.</td>\n</tr>\n<tr>\n<td>DATE_RANGE</td>\n<td><code>[Timestamp, Timestamp]</code></td>\n<td><code>[1643617245377, 1643617245377]</code></td>\n<td>It is a date field which accept data in a array of 13 digit timestamp.</td>\n</tr>\n<tr>\n<td>DATE_TIME</td>\n<td><code>Timestamp</code></td>\n<td><code>1643617245377</code></td>\n<td>It is a date time field which accept data in a 13 digit timestamp.</td>\n</tr>\n<tr>\n<td>DATE_TIME_RANGE</td>\n<td><code>[Timestamp, Timestamp]</code></td>\n<td><code>[1643617245377, 1643617245377]</code></td>\n<td>It is a date field range which accept data in a array of 13 digit timestamp.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"field-type\">Field Type</h3>\n<p>Field type defines the current field belongs to which module. below are the modules which data will be given to user.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>LEAD</td>\n<td>It's represent lead module data fields.</td>\n</tr>\n<tr>\n<td>PERSON</td>\n<td>It's represent people/person module data fields.</td>\n</tr>\n<tr>\n<td>COMPANY</td>\n<td>It's represent company module data fields.</td>\n</tr>\n<tr>\n<td>PRODUCT</td>\n<td>It's represent product module data fields.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"441cd15f-1f05-426f-a852-b78e2ca6a331","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}}},{"name":"Product Tags","item":[{"name":"Get Product Tag","id":"a0ff534b-6b4a-41ee-a17f-a6cd598fb55e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/api/v1/tag/product","description":"<p>It will return details of all product tags. This endpoint does not support pagination and all tags are always returned.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","tag","product"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"6bb4008e-7508-4352-9146-0e51c766d3db","name":"200 - Success","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/api/v1/tag/product"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"381"},{"key":"ETag","value":"W/\"17d-1zchYvljSj+9/FkQnRtobzLbr0A\""},{"key":"Date","value":"Mon, 24 Jan 2022 09:39:08 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Successfully retrieved\",\n    \"data\": [\n        {\n            \"_id\": \"61ab4241b7f74dba1820ed64\",\n            \"name\": \"WebForm\",\n            \"colorCode\": \"#f1416c\"\n        },\n        {\n            \"_id\": \"61b304abf46a15f06c18cd97\",\n            \"name\": \"asdasdsadasdsad asdsadsad asd asdsadda\",\n            \"colorCode\": \"#f1416c\"\n        },\n        {\n            \"_id\": \"61d5bf80b2ce477729bafce6\",\n            \"name\": \"Warm\",\n            \"colorCode\": \"#ffc700\"\n        },\n        {\n            \"_id\": \"61d5cf55b2ce477729bb16c5\",\n            \"name\": \"Basha\",\n            \"colorCode\": \"#073d74\"\n        }\n    ]\n}"}],"_postman_id":"a0ff534b-6b4a-41ee-a17f-a6cd598fb55e"},{"name":"Add Product Tag","id":"3ccbfb70-d43e-4f9f-8249-06a8fd99c705","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Tag from API\",\n    \"colorCode\": \"#ff00ff\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/tag/product","description":"<p>Creates a product tag.</p>\n<h4 id=\"body-parameters\">Body Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>FIELD NAME</strong></th>\n<th><strong>TYPE</strong></th>\n<th><strong>IS REQUIRED</strong></th>\n<th><strong>DESCRIPTION</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td><code>STRING</code></td>\n<td><code>required</code></td>\n<td>tag name</td>\n</tr>\n<tr>\n<td>colorCode</td>\n<td><code>STRING</code></td>\n<td><code>required</code></td>\n<td>color code to show tag in color</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","tag","product"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"eb61aafd-a0da-4a48-a9f6-378b4855a6a7","name":"200 - Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Tag from API\",\n    \"colorCode\": \"#ff00ff\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/tag/product"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"81"},{"key":"ETag","value":"W/\"51-1TPq1XhNcRq1uFxlts2RcJ+zsN8\""},{"key":"Date","value":"Mon, 24 Jan 2022 10:05:00 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Successfully Created\",\n    \"_id\": \"61ee79cb5928bf6888772968\"\n}"}],"_postman_id":"3ccbfb70-d43e-4f9f-8249-06a8fd99c705"},{"name":"Update Product Tag","id":"a77b0713-a212-44f0-ab67-c3e13e8ef581","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"tag name\",\n    \"colorCode\": \"#f1416c\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/tag/product/:tagId","description":"<p>This endpoint will Updates one or more properties of a lead tag. both <code>name</code> and <code>colorCode</code> properties required in product tag.</p>\n<h4 id=\"path-parameters\">Path Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>FIELD NAME</strong></th>\n<th><strong>TYPE</strong></th>\n<th><strong>IS REQUIRED</strong></th>\n<th><strong>DESCRIPTION</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>tagId</td>\n<td><code>STRING</code></td>\n<td><code>required</code></td>\n<td>tag id (<code>_id</code> in get tag api response)</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"body-parameters\">Body Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>FIELD NAME</strong></th>\n<th><strong>TYPE</strong></th>\n<th><strong>IS REQUIRED</strong></th>\n<th><strong>DESCRIPTION</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td><code>STRING</code></td>\n<td><code>required</code></td>\n<td>tag name</td>\n</tr>\n<tr>\n<td>colorCode</td>\n<td><code>STRING</code></td>\n<td><code>required</code></td>\n<td>color code to show tag in color</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","tag","product",":tagId"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"de922461-71c9-4355-afed-36855385d0f2","type":"any","value":null,"key":"tagId"}]}},"response":[{"id":"80d3dc46-9bd6-43de-85b0-a5465dccb7f1","name":"200 - Success","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"asdasdsadasdsad asdsadsad\",\n    \"colorCode\": \"#f1416c\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/v1/tag/product/:tag_id","host":["{{base_url}}"],"path":["api","v1","tag","product",":tag_id"],"variable":[{"key":"tag_id","value":"61b304abf46a15f06c18cd97"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"146"},{"key":"ETag","value":"W/\"92-C1PN10vjaBSdQjUlTI1j3Y8lEXU\""},{"key":"Date","value":"Mon, 24 Jan 2022 10:04:11 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Successfully edited\",\n    \"data\": {\n        \"_id\": \"61b304abf46a15f06c18cd97\",\n        \"name\": \"asdasdsadasdsad asdsadsad\",\n        \"colorCode\": \"#f1416c\"\n    }\n}"}],"_postman_id":"a77b0713-a212-44f0-ab67-c3e13e8ef581"},{"name":"Delete Product  Tag","id":"24b75131-40d4-4e90-b989-58098375c04d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{base_url}}/api/v1/tag/product/:tagId","description":"<p>Deletes a specific product tag.</p>\n<h4 id=\"path-parameters\">Path Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>FIELD NAME</strong></th>\n<th><strong>TYPE</strong></th>\n<th><strong>IS REQUIRED</strong></th>\n<th><strong>DESCRIPTION</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>tagId</td>\n<td><code>STRING</code></td>\n<td><code>required</code></td>\n<td>tag id (<code>_id</code> in get tag api response)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","tag","product",":tagId"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"8811ee7b-10fc-4d54-95b6-e9746ac170e2","type":"any","value":null,"key":"tagId"}]}},"response":[{"id":"baf4d291-fe51-47bb-a29b-888c99011c36","name":"200 - success","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{base_url}}/api/v1/tag/product/:tag_id","host":["{{base_url}}"],"path":["api","v1","tag","product",":tag_id"],"variable":[{"key":"tag_id","value":"61ee76373c56cd26ce131c6d"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"48"},{"key":"ETag","value":"W/\"30-PnFiO0zgTEzGeZPZLZRtqXrQnxI\""},{"key":"Date","value":"Mon, 24 Jan 2022 09:54:22 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Successfully Deleted\"\n}"}],"_postman_id":"24b75131-40d4-4e90-b989-58098375c04d"}],"id":"0ca69b5c-2af1-4f83-aa4f-e0bbd045dadf","description":"<h6 id=\"product-tags-allow-you-to-categorize-your-product-data-you-can-add-as-many-new-custom-tags-as-you-want\">Product tags allow you to categorize your product data. you can add as many new custom tags as you want.</h6>\n","_postman_id":"0ca69b5c-2af1-4f83-aa4f-e0bbd045dadf","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}}},{"name":"Product Categories","item":[{"name":"Get List Of Categories","id":"35b21f28-d2e4-4aa5-a2d4-0bfa13b32729","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/api/v1/product/category","description":"<p>Get List of Product categories</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","product","category"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"fcf8f16b-c07a-49a0-b11a-4054b54550a7","name":"200 -  Success","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/api/v1/product/category"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"318"},{"key":"ETag","value":"W/\"13e-bMnYpICHA51IbdfIw73YnFg0ND4\""},{"key":"Date","value":"Sat, 05 Feb 2022 11:28:43 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Successfully retrived\",\n    \"data\": [\n        {\n            \"_id\": \"60cae175c24d5081a0e7e3e3\",\n            \"categoryName\": \"Test add category\"\n        },\n        {\n            \"_id\": \"60cd7a53b2b2e2e1305f98c4\",\n            \"categoryName\": \"category 4\"\n        },\n        {\n            \"_id\": \"614c24f6b05c751bd1aa8e49\",\n            \"categoryName\": \"cat\"\n        },\n        {\n            \"_id\": \"615d702daf1c47fe892f6704\",\n            \"categoryName\": \"Product category 1\"\n        }\n    ]\n}"}],"_postman_id":"35b21f28-d2e4-4aa5-a2d4-0bfa13b32729"},{"name":"Create Category","id":"b6443b63-ea00-4bcc-823b-c00e70b2f112","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\":\"Test Category\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/product/category","description":"<p>Creates product category to categories products in category.</p>\n<h5 id=\"body-parameters\">Body Parameters</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>is Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Name</td>\n<td><code>String</code></td>\n<td><code>Required</code></td>\n<td>Category name</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","product","category"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"6e74ef6d-0697-4276-af40-61a19cb28c8d","name":"200 - Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\":\"Test Category\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/product/category"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"80"},{"key":"ETag","value":"W/\"50-P0hqWs4HHTKglmTpjx8hWQJ/9YE\""},{"key":"Date","value":"Sat, 05 Feb 2022 12:28:54 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Successfully added!\",\n    \"_id\": \"61fe6d86a0019f233fea7c68\"\n}"}],"_postman_id":"b6443b63-ea00-4bcc-823b-c00e70b2f112"},{"name":"Update Category","id":"c02dad56-3e35-4163-aaf4-b4adb21622db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"name\":\"Test Category 1\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/product/category","description":"<p>Updates product category</p>\n<h5 id=\"body-parameters\">Body Parameters</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>is Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Name</td>\n<td><code>String</code></td>\n<td><code>Required</code></td>\n<td>Category name</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","product","category"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"74b38baf-86fa-46cc-b03d-3cff6d0813ad","name":"200 - Success","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"name\":\"Test Category 1\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/product/category"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"48"},{"key":"ETag","value":"W/\"30-bJ/V7JsxLW2NfR7HT3DOJs4MVJc\""},{"key":"Date","value":"Sat, 05 Feb 2022 12:29:19 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Successfully edited!\"\n}"}],"_postman_id":"c02dad56-3e35-4163-aaf4-b4adb21622db"},{"name":"Delete Category","id":"b74fbd9d-295f-460f-afcb-b58fe92ad146","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{base_url}}/api/v1/product/category/:id","description":"<p>Deletes product category.</p>\n<h5 id=\"path-parameters\">Path Parameters</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>is Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td><code>String</code></td>\n<td><code>Required</code></td>\n<td>Category id to delete</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","product","category",":id"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"5595a4f9-81df-489e-8005-8eb2fdb1da0e","type":"any","value":"61fe6d86a0019f233fea7c68","key":"id"}]}},"response":[{"id":"1c251070-1531-409f-b8ec-34bfd996d0e7","name":"200 - Success","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{base_url}}/api/v1/product/category/:id","host":["{{base_url}}"],"path":["api","v1","product","category",":id"],"variable":[{"key":"id","value":"61fe6d86a0019f233fea7c68"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"48"},{"key":"ETag","value":"W/\"30-b3/JyPOEAqiNeunppmijv25z2hE\""},{"key":"Date","value":"Sat, 05 Feb 2022 12:29:52 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Successfully deleted\"\n}"}],"_postman_id":"b74fbd9d-295f-460f-afcb-b58fe92ad146"}],"id":"32673e7c-862b-4ab7-8285-f37af4f79ea3","description":"<p>Product categories used to categorise products in different sections based on category name.</p>\n","_postman_id":"32673e7c-862b-4ab7-8285-f37af4f79ea3","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}}}],"id":"4d063523-1d1c-45ad-a47b-997f601b91c6","_postman_id":"4d063523-1d1c-45ad-a47b-997f601b91c6","description":"","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}}},{"name":"Settings","item":[{"name":"Users","item":[{"name":"Get List Of Owners (Users/Agents)","id":"58350220-0471-4e83-9c9c-f89e697d2ce2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/api/v1/user/user-list","description":"<p>Returns active user list.</p>\n<h6 id=\"response-data\">Response Data</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Dummy Data</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>fullName</td>\n<td>dummy User</td>\n<td>User full name provided in dashboard profile section.</td>\n</tr>\n<tr>\n<td>userId</td>\n<td>60ca65a4b8d2833cc097f5a9</td>\n<td>User unique identification id. use in most of places to link user.</td>\n</tr>\n<tr>\n<td>email</td>\n<td><a href=\"mailto:demo@salessimplify.com\">demo@salessimplify.com</a></td>\n<td>user email address.</td>\n</tr>\n<tr>\n<td>userType</td>\n<td>OWNER</td>\n<td>User type - <code>OWNER</code> (The person who created account and has all access to salessimplify), <code>ADMIN</code> (who has access to admin section of dashboard and provided module access by permissions),<code>AGENT</code> (who has access of modules, provided by permissions. )</td>\n</tr>\n<tr>\n<td>avatar</td>\n<td><a href=\"https://salessimplify.s3.ap-south-1.amazonaws.com/some-path/some-id.jpg\">https://salessimplify.s3.ap-south-1.amazonaws.com/some-path/some-id.jpg</a></td>\n<td>User profile picture if available.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","user","user-list"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"808ff708-6fa8-43d4-b506-28d663ced6be","name":"200 - Success","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/api/v1/user/user-list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"656"},{"key":"ETag","value":"W/\"290-xrEmYIHMFL3STY/1qh4hhp8HHvY\""},{"key":"Date","value":"Thu, 17 Feb 2022 12:33:47 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Successfully fetched\",\n    \"data\": [\n        {\n            \"fullName\": \"sahil Khaire\",\n            \"userId\": \"60ca65a4b8d2833cc097f5a9\",\n            \"email\": \"sahil@saino.io\",\n            \"userType\": \"OWNER\",\n            \"avatar\": \"https://salessimplify.s3.ap-south-1.amazonaws.com/profile-picture/60ca65a3b8d2833cc097f5a8_scaled_0cd48521-679d-427c-ad94-b29dc336a63e2263121557061650365.jpg\"\n        },\n        {\n            \"email\": \"admin@saino.io\",\n            \"userId\": \"60ed49d587537a4ba4b03dd0\",\n            \"userType\": \"ADMIN\",\n            \"avatar\": \"https://salessimplify.s3.ap-south-1.amazonaws.com/profile-picture/60ca65a3b8d2833cc097f5a8_avatar.jpg\",\n            \"fullName\": \"admin\"\n        },\n        {\n            \"userType\": \"AGENT\",\n            \"email\": \"skhaire1997@gmail.com\",\n            \"userId\": \"61d81f12623a52c68ac055c1\",\n            \"fullName\": \"sahil\"\n        }\n    ]\n}"}],"_postman_id":"58350220-0471-4e83-9c9c-f89e697d2ce2"}],"id":"ea768247-4c9e-42e9-9a75-bd2267403462","_postman_id":"ea768247-4c9e-42e9-9a75-bd2267403462","description":"","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}}},{"name":"Currency","item":[{"name":"Get List Of Active Currency","id":"04390334-ef85-48ea-9e9d-53fe0155be8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/api/v1/currency/active-list","description":"<p>It returns active currency list. sales simplify provide list of currencies in admin settings. admin or owner can able to manage which currency should be visible in currency drop-down. all active currency selected by admin or owner are returned in active currency list API.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","currency","active-list"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"cdb0311b-424f-4859-9dcd-c485014ca500","name":"200 - Success","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/api/v1/currency/active-list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"577"},{"key":"ETag","value":"W/\"241-Wp1KaSVP9nRcYlp9wB/vEccaFPM\""},{"key":"Date","value":"Tue, 08 Feb 2022 08:56:16 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Successfully retrieved\",\n    \"data\": [\n        {\n            \"_id\": \"6137b1e0840a40177d8f15f7\",\n            \"symbol\": \"$\",\n            \"name\": \"US Dollar\",\n            \"code\": \"USD\"\n        },\n        {\n            \"_id\": \"6137b1e0840a40177d8f15f8\",\n            \"symbol\": \"CA$\",\n            \"name\": \"Canadian Dollar\",\n            \"code\": \"CAD\"\n        },\n        {\n            \"_id\": \"6137b1e0840a40177d8f15f9\",\n            \"symbol\": \"€\",\n            \"name\": \"Euro\",\n            \"code\": \"EUR\"\n        },\n        {\n            \"_id\": \"6137b1e0840a40177d8f15fa\",\n            \"symbol\": \"د.إ\",\n            \"name\": \"United Arab Emirates Dirham\",\n            \"code\": \"AED\"\n        },\n        {\n            \"_id\": \"6137b1e0840a40177d8f15fb\",\n            \"symbol\": \"؋\",\n            \"name\": \"Afghan Afghani\",\n            \"code\": \"AFN\"\n        },\n        {\n            \"_id\": \"6137b1e0840a40177d8f1627\",\n            \"symbol\": \"₹\",\n            \"name\": \"Indian Rupee\",\n            \"code\": \"INR\"\n        }\n    ]\n}"}],"_postman_id":"04390334-ef85-48ea-9e9d-53fe0155be8a"}],"id":"6bc67276-f43d-4554-aa68-e0beb57bbb07","_postman_id":"6bc67276-f43d-4554-aa68-e0beb57bbb07","description":"","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}}}],"id":"6823f4bf-997e-470e-ab7e-19fe46e24304","_postman_id":"6823f4bf-997e-470e-ab7e-19fe46e24304","description":"","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}}},{"name":"Constants","item":[{"name":"Get Country List","id":"bd5fc771-bd7f-4aea-85e8-acc4a7e9e669","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/api/v1/pre-defined/country-list","description":"<p>It will return predefined country list which salessimplify using for country field in lead, people and company table. its not compulsory to use provided country data.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","pre-defined","country-list"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"3b056b06-b553-4ada-b335-43aa1a4d6f86","name":"200 - Success","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/api/v1/pre-defined/country-list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"14142"},{"key":"ETag","value":"W/\"373e-RQ/jIeACSv57215vj93kWnG3WNU\""},{"key":"Date","value":"Tue, 01 Feb 2022 12:38:30 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"data\": [\n        {\n            \"value\": \"Afghanistan\",\n            \"label\": \"Afghanistan\",\n            \"code\": \"AF\"\n        },\n        {\n            \"value\": \"Åland Islands\",\n            \"label\": \"Åland Islands\",\n            \"code\": \"AX\"\n        },\n        {\n            \"value\": \"Albania\",\n            \"label\": \"Albania\",\n            \"code\": \"AL\"\n        },\n        {\n            \"value\": \"Algeria\",\n            \"label\": \"Algeria\",\n            \"code\": \"DZ\"\n        },\n        {\n            \"value\": \"American Samoa\",\n            \"label\": \"American Samoa\",\n            \"code\": \"AS\"\n        },\n        {\n            \"value\": \"AndorrA\",\n            \"label\": \"AndorrA\",\n            \"code\": \"AD\"\n        },\n        {\n            \"value\": \"Angola\",\n            \"label\": \"Angola\",\n            \"code\": \"AO\"\n        },\n        {\n            \"value\": \"Anguilla\",\n            \"label\": \"Anguilla\",\n            \"code\": \"AI\"\n        },\n        {\n            \"value\": \"Antarctica\",\n            \"label\": \"Antarctica\",\n            \"code\": \"AQ\"\n        },\n        {\n            \"value\": \"Antigua and Barbuda\",\n            \"label\": \"Antigua and Barbuda\",\n            \"code\": \"AG\"\n        },\n        {\n            \"value\": \"Argentina\",\n            \"label\": \"Argentina\",\n            \"code\": \"AR\"\n        },\n        {\n            \"value\": \"Armenia\",\n            \"label\": \"Armenia\",\n            \"code\": \"AM\"\n        },\n        {\n            \"value\": \"Aruba\",\n            \"label\": \"Aruba\",\n            \"code\": \"AW\"\n        },\n        {\n            \"value\": \"Australia\",\n            \"label\": \"Australia\",\n            \"code\": \"AU\"\n        },\n        {\n            \"value\": \"Austria\",\n            \"label\": \"Austria\",\n            \"code\": \"AT\"\n        },\n        {\n            \"value\": \"Azerbaijan\",\n            \"label\": \"Azerbaijan\",\n            \"code\": \"AZ\"\n        },\n        {\n            \"value\": \"Bahamas\",\n            \"label\": \"Bahamas\",\n            \"code\": \"BS\"\n        },\n        {\n            \"value\": \"Bahrain\",\n            \"label\": \"Bahrain\",\n            \"code\": \"BH\"\n        },\n        {\n            \"value\": \"Bangladesh\",\n            \"label\": \"Bangladesh\",\n            \"code\": \"BD\"\n        },\n        {\n            \"value\": \"Barbados\",\n            \"label\": \"Barbados\",\n            \"code\": \"BB\"\n        },\n        {\n            \"value\": \"Belarus\",\n            \"label\": \"Belarus\",\n            \"code\": \"BY\"\n        },\n        {\n            \"value\": \"Belgium\",\n            \"label\": \"Belgium\",\n            \"code\": \"BE\"\n        },\n        {\n            \"value\": \"Belize\",\n            \"label\": \"Belize\",\n            \"code\": \"BZ\"\n        },\n        {\n            \"value\": \"Benin\",\n            \"label\": \"Benin\",\n            \"code\": \"BJ\"\n        },\n        {\n            \"value\": \"Bermuda\",\n            \"label\": \"Bermuda\",\n            \"code\": \"BM\"\n        },\n        {\n            \"value\": \"Bhutan\",\n            \"label\": \"Bhutan\",\n            \"code\": \"BT\"\n        },\n        {\n            \"value\": \"Bolivia\",\n            \"label\": \"Bolivia\",\n            \"code\": \"BO\"\n        },\n        {\n            \"value\": \"Bosnia and Herzegovina\",\n            \"label\": \"Bosnia and Herzegovina\",\n            \"code\": \"BA\"\n        },\n        {\n            \"value\": \"Botswana\",\n            \"label\": \"Botswana\",\n            \"code\": \"BW\"\n        },\n        {\n            \"value\": \"Bouvet Island\",\n            \"label\": \"Bouvet Island\",\n            \"code\": \"BV\"\n        },\n        {\n            \"value\": \"Brazil\",\n            \"label\": \"Brazil\",\n            \"code\": \"BR\"\n        },\n        {\n            \"value\": \"British Indian Ocean Territory\",\n            \"label\": \"British Indian Ocean Territory\",\n            \"code\": \"IO\"\n        },\n        {\n            \"value\": \"Brunei Darussalam\",\n            \"label\": \"Brunei Darussalam\",\n            \"code\": \"BN\"\n        },\n        {\n            \"value\": \"Bulgaria\",\n            \"label\": \"Bulgaria\",\n            \"code\": \"BG\"\n        },\n        {\n            \"value\": \"Burkina Faso\",\n            \"label\": \"Burkina Faso\",\n            \"code\": \"BF\"\n        },\n        {\n            \"value\": \"Burundi\",\n            \"label\": \"Burundi\",\n            \"code\": \"BI\"\n        },\n        {\n            \"value\": \"Cambodia\",\n            \"label\": \"Cambodia\",\n            \"code\": \"KH\"\n        },\n        {\n            \"value\": \"Cameroon\",\n            \"label\": \"Cameroon\",\n            \"code\": \"CM\"\n        },\n        {\n            \"value\": \"Canada\",\n            \"label\": \"Canada\",\n            \"code\": \"CA\"\n        },\n        {\n            \"value\": \"Cape Verde\",\n            \"label\": \"Cape Verde\",\n            \"code\": \"CV\"\n        },\n        {\n            \"value\": \"Cayman Islands\",\n            \"label\": \"Cayman Islands\",\n            \"code\": \"KY\"\n        },\n        {\n            \"value\": \"Central African Republic\",\n            \"label\": \"Central African Republic\",\n            \"code\": \"CF\"\n        },\n        {\n            \"value\": \"Chad\",\n            \"label\": \"Chad\",\n            \"code\": \"TD\"\n        },\n        {\n            \"value\": \"Chile\",\n            \"label\": \"Chile\",\n            \"code\": \"CL\"\n        },\n        {\n            \"value\": \"China\",\n            \"label\": \"China\",\n            \"code\": \"CN\"\n        },\n        {\n            \"value\": \"Christmas Island\",\n            \"label\": \"Christmas Island\",\n            \"code\": \"CX\"\n        },\n        {\n            \"value\": \"Cocos (Keeling) Islands\",\n            \"label\": \"Cocos (Keeling) Islands\",\n            \"code\": \"CC\"\n        },\n        {\n            \"value\": \"Colombia\",\n            \"label\": \"Colombia\",\n            \"code\": \"CO\"\n        },\n        {\n            \"value\": \"Comoros\",\n            \"label\": \"Comoros\",\n            \"code\": \"KM\"\n        },\n        {\n            \"value\": \"Congo\",\n            \"label\": \"Congo\",\n            \"code\": \"CG\"\n        },\n        {\n            \"value\": \"Congo, The Democratic Republic of the\",\n            \"label\": \"Congo, The Democratic Republic of the\",\n            \"code\": \"CD\"\n        },\n        {\n            \"value\": \"Cook Islands\",\n            \"label\": \"Cook Islands\",\n            \"code\": \"CK\"\n        },\n        {\n            \"value\": \"Costa Rica\",\n            \"label\": \"Costa Rica\",\n            \"code\": \"CR\"\n        },\n        {\n            \"value\": \"Cote D'Ivoire\",\n            \"label\": \"Cote D'Ivoire\",\n            \"code\": \"CI\"\n        },\n        {\n            \"value\": \"Croatia\",\n            \"label\": \"Croatia\",\n            \"code\": \"HR\"\n        },\n        {\n            \"value\": \"Cuba\",\n            \"label\": \"Cuba\",\n            \"code\": \"CU\"\n        },\n        {\n            \"value\": \"Cyprus\",\n            \"label\": \"Cyprus\",\n            \"code\": \"CY\"\n        },\n        {\n            \"value\": \"Czech Republic\",\n            \"label\": \"Czech Republic\",\n            \"code\": \"CZ\"\n        },\n        {\n            \"value\": \"Denmark\",\n            \"label\": \"Denmark\",\n            \"code\": \"DK\"\n        },\n        {\n            \"value\": \"Djibouti\",\n            \"label\": \"Djibouti\",\n            \"code\": \"DJ\"\n        },\n        {\n            \"value\": \"Dominica\",\n            \"label\": \"Dominica\",\n            \"code\": \"DM\"\n        },\n        {\n            \"value\": \"Dominican Republic\",\n            \"label\": \"Dominican Republic\",\n            \"code\": \"DO\"\n        },\n        {\n            \"value\": \"Ecuador\",\n            \"label\": \"Ecuador\",\n            \"code\": \"EC\"\n        },\n        {\n            \"value\": \"Egypt\",\n            \"label\": \"Egypt\",\n            \"code\": \"EG\"\n        },\n        {\n            \"value\": \"El Salvador\",\n            \"label\": \"El Salvador\",\n            \"code\": \"SV\"\n        },\n        {\n            \"value\": \"Equatorial Guinea\",\n            \"label\": \"Equatorial Guinea\",\n            \"code\": \"GQ\"\n        },\n        {\n            \"value\": \"Eritrea\",\n            \"label\": \"Eritrea\",\n            \"code\": \"ER\"\n        },\n        {\n            \"value\": \"Estonia\",\n            \"label\": \"Estonia\",\n            \"code\": \"EE\"\n        },\n        {\n            \"value\": \"Ethiopia\",\n            \"label\": \"Ethiopia\",\n            \"code\": \"ET\"\n        },\n        {\n            \"value\": \"Falkland Islands (Malvinas)\",\n            \"label\": \"Falkland Islands (Malvinas)\",\n            \"code\": \"FK\"\n        },\n        {\n            \"value\": \"Faroe Islands\",\n            \"label\": \"Faroe Islands\",\n            \"code\": \"FO\"\n        },\n        {\n            \"value\": \"Fiji\",\n            \"label\": \"Fiji\",\n            \"code\": \"FJ\"\n        },\n        {\n            \"value\": \"Finland\",\n            \"label\": \"Finland\",\n            \"code\": \"FI\"\n        },\n        {\n            \"value\": \"France\",\n            \"label\": \"France\",\n            \"code\": \"FR\"\n        },\n        {\n            \"value\": \"French Guiana\",\n            \"label\": \"French Guiana\",\n            \"code\": \"GF\"\n        },\n        {\n            \"value\": \"French Polynesia\",\n            \"label\": \"French Polynesia\",\n            \"code\": \"PF\"\n        },\n        {\n            \"value\": \"French Southern Territories\",\n            \"label\": \"French Southern Territories\",\n            \"code\": \"TF\"\n        },\n        {\n            \"value\": \"Gabon\",\n            \"label\": \"Gabon\",\n            \"code\": \"GA\"\n        },\n        {\n            \"value\": \"Gambia\",\n            \"label\": \"Gambia\",\n            \"code\": \"GM\"\n        },\n        {\n            \"value\": \"Georgia\",\n            \"label\": \"Georgia\",\n            \"code\": \"GE\"\n        },\n        {\n            \"value\": \"Germany\",\n            \"label\": \"Germany\",\n            \"code\": \"DE\"\n        },\n        {\n            \"value\": \"Ghana\",\n            \"label\": \"Ghana\",\n            \"code\": \"GH\"\n        },\n        {\n            \"value\": \"Gibraltar\",\n            \"label\": \"Gibraltar\",\n            \"code\": \"GI\"\n        },\n        {\n            \"value\": \"Greece\",\n            \"label\": \"Greece\",\n            \"code\": \"GR\"\n        },\n        {\n            \"value\": \"Greenland\",\n            \"label\": \"Greenland\",\n            \"code\": \"GL\"\n        },\n        {\n            \"value\": \"Grenada\",\n            \"label\": \"Grenada\",\n            \"code\": \"GD\"\n        },\n        {\n            \"value\": \"Guadeloupe\",\n            \"label\": \"Guadeloupe\",\n            \"code\": \"GP\"\n        },\n        {\n            \"value\": \"Guam\",\n            \"label\": \"Guam\",\n            \"code\": \"GU\"\n        },\n        {\n            \"value\": \"Guatemala\",\n            \"label\": \"Guatemala\",\n            \"code\": \"GT\"\n        },\n        {\n            \"value\": \"Guernsey\",\n            \"label\": \"Guernsey\",\n            \"code\": \"GG\"\n        },\n        {\n            \"value\": \"Guinea\",\n            \"label\": \"Guinea\",\n            \"code\": \"GN\"\n        },\n        {\n            \"value\": \"Guinea-Bissau\",\n            \"label\": \"Guinea-Bissau\",\n            \"code\": \"GW\"\n        },\n        {\n            \"value\": \"Guyana\",\n            \"label\": \"Guyana\",\n            \"code\": \"GY\"\n        },\n        {\n            \"value\": \"Haiti\",\n            \"label\": \"Haiti\",\n            \"code\": \"HT\"\n        },\n        {\n            \"value\": \"Heard Island and Mcdonald Islands\",\n            \"label\": \"Heard Island and Mcdonald Islands\",\n            \"code\": \"HM\"\n        },\n        {\n            \"value\": \"Holy See (Vatican City State)\",\n            \"label\": \"Holy See (Vatican City State)\",\n            \"code\": \"VA\"\n        },\n        {\n            \"value\": \"Honduras\",\n            \"label\": \"Honduras\",\n            \"code\": \"HN\"\n        },\n        {\n            \"value\": \"Hong Kong\",\n            \"label\": \"Hong Kong\",\n            \"code\": \"HK\"\n        },\n        {\n            \"value\": \"Hungary\",\n            \"label\": \"Hungary\",\n            \"code\": \"HU\"\n        },\n        {\n            \"value\": \"Iceland\",\n            \"label\": \"Iceland\",\n            \"code\": \"IS\"\n        },\n        {\n            \"value\": \"India\",\n            \"label\": \"India\",\n            \"code\": \"IN\"\n        },\n        {\n            \"value\": \"Indonesia\",\n            \"label\": \"Indonesia\",\n            \"code\": \"ID\"\n        },\n        {\n            \"value\": \"Iran, Islamic Republic Of\",\n            \"label\": \"Iran, Islamic Republic Of\",\n            \"code\": \"IR\"\n        },\n        {\n            \"value\": \"Iraq\",\n            \"label\": \"Iraq\",\n            \"code\": \"IQ\"\n        },\n        {\n            \"value\": \"Ireland\",\n            \"label\": \"Ireland\",\n            \"code\": \"IE\"\n        },\n        {\n            \"value\": \"Isle of Man\",\n            \"label\": \"Isle of Man\",\n            \"code\": \"IM\"\n        },\n        {\n            \"value\": \"Israel\",\n            \"label\": \"Israel\",\n            \"code\": \"IL\"\n        },\n        {\n            \"value\": \"Italy\",\n            \"label\": \"Italy\",\n            \"code\": \"IT\"\n        },\n        {\n            \"value\": \"Jamaica\",\n            \"label\": \"Jamaica\",\n            \"code\": \"JM\"\n        },\n        {\n            \"value\": \"Japan\",\n            \"label\": \"Japan\",\n            \"code\": \"JP\"\n        },\n        {\n            \"value\": \"Jersey\",\n            \"label\": \"Jersey\",\n            \"code\": \"JE\"\n        },\n        {\n            \"value\": \"Jordan\",\n            \"label\": \"Jordan\",\n            \"code\": \"JO\"\n        },\n        {\n            \"value\": \"Kazakhstan\",\n            \"label\": \"Kazakhstan\",\n            \"code\": \"KZ\"\n        },\n        {\n            \"value\": \"Kenya\",\n            \"label\": \"Kenya\",\n            \"code\": \"KE\"\n        },\n        {\n            \"value\": \"Kiribati\",\n            \"label\": \"Kiribati\",\n            \"code\": \"KI\"\n        },\n        {\n            \"value\": \"Korea, Democratic People'S Republic of\",\n            \"label\": \"Korea, Democratic People'S Republic of\",\n            \"code\": \"KP\"\n        },\n        {\n            \"value\": \"Korea, Republic of\",\n            \"label\": \"Korea, Republic of\",\n            \"code\": \"KR\"\n        },\n        {\n            \"value\": \"Kuwait\",\n            \"label\": \"Kuwait\",\n            \"code\": \"KW\"\n        },\n        {\n            \"value\": \"Kyrgyzstan\",\n            \"label\": \"Kyrgyzstan\",\n            \"code\": \"KG\"\n        },\n        {\n            \"value\": \"Lao People'S Democratic Republic\",\n            \"label\": \"Lao People'S Democratic Republic\",\n            \"code\": \"LA\"\n        },\n        {\n            \"value\": \"Latvia\",\n            \"label\": \"Latvia\",\n            \"code\": \"LV\"\n        },\n        {\n            \"value\": \"Lebanon\",\n            \"label\": \"Lebanon\",\n            \"code\": \"LB\"\n        },\n        {\n            \"value\": \"Lesotho\",\n            \"label\": \"Lesotho\",\n            \"code\": \"LS\"\n        },\n        {\n            \"value\": \"Liberia\",\n            \"label\": \"Liberia\",\n            \"code\": \"LR\"\n        },\n        {\n            \"value\": \"Libyan Arab Jamahiriya\",\n            \"label\": \"Libyan Arab Jamahiriya\",\n            \"code\": \"LY\"\n        },\n        {\n            \"value\": \"Liechtenstein\",\n            \"label\": \"Liechtenstein\",\n            \"code\": \"LI\"\n        },\n        {\n            \"value\": \"Lithuania\",\n            \"label\": \"Lithuania\",\n            \"code\": \"LT\"\n        },\n        {\n            \"value\": \"Luxembourg\",\n            \"label\": \"Luxembourg\",\n            \"code\": \"LU\"\n        },\n        {\n            \"value\": \"Macao\",\n            \"label\": \"Macao\",\n            \"code\": \"MO\"\n        },\n        {\n            \"value\": \"Macedonia, The Former Yugoslav Republic of\",\n            \"label\": \"Macedonia, The Former Yugoslav Republic of\",\n            \"code\": \"MK\"\n        },\n        {\n            \"value\": \"Madagascar\",\n            \"label\": \"Madagascar\",\n            \"code\": \"MG\"\n        },\n        {\n            \"value\": \"Malawi\",\n            \"label\": \"Malawi\",\n            \"code\": \"MW\"\n        },\n        {\n            \"value\": \"Malaysia\",\n            \"label\": \"Malaysia\",\n            \"code\": \"MY\"\n        },\n        {\n            \"value\": \"Maldives\",\n            \"label\": \"Maldives\",\n            \"code\": \"MV\"\n        },\n        {\n            \"value\": \"Mali\",\n            \"label\": \"Mali\",\n            \"code\": \"ML\"\n        },\n        {\n            \"value\": \"Malta\",\n            \"label\": \"Malta\",\n            \"code\": \"MT\"\n        },\n        {\n            \"value\": \"Marshall Islands\",\n            \"label\": \"Marshall Islands\",\n            \"code\": \"MH\"\n        },\n        {\n            \"value\": \"Martinique\",\n            \"label\": \"Martinique\",\n            \"code\": \"MQ\"\n        },\n        {\n            \"value\": \"Mauritania\",\n            \"label\": \"Mauritania\",\n            \"code\": \"MR\"\n        },\n        {\n            \"value\": \"Mauritius\",\n            \"label\": \"Mauritius\",\n            \"code\": \"MU\"\n        },\n        {\n            \"value\": \"Mayotte\",\n            \"label\": \"Mayotte\",\n            \"code\": \"YT\"\n        },\n        {\n            \"value\": \"Mexico\",\n            \"label\": \"Mexico\",\n            \"code\": \"MX\"\n        },\n        {\n            \"value\": \"Micronesia, Federated States of\",\n            \"label\": \"Micronesia, Federated States of\",\n            \"code\": \"FM\"\n        },\n        {\n            \"value\": \"Moldova, Republic of\",\n            \"label\": \"Moldova, Republic of\",\n            \"code\": \"MD\"\n        },\n        {\n            \"value\": \"Monaco\",\n            \"label\": \"Monaco\",\n            \"code\": \"MC\"\n        },\n        {\n            \"value\": \"Mongolia\",\n            \"label\": \"Mongolia\",\n            \"code\": \"MN\"\n        },\n        {\n            \"value\": \"Montserrat\",\n            \"label\": \"Montserrat\",\n            \"code\": \"MS\"\n        },\n        {\n            \"value\": \"Morocco\",\n            \"label\": \"Morocco\",\n            \"code\": \"MA\"\n        },\n        {\n            \"value\": \"Mozambique\",\n            \"label\": \"Mozambique\",\n            \"code\": \"MZ\"\n        },\n        {\n            \"value\": \"Myanmar\",\n            \"label\": \"Myanmar\",\n            \"code\": \"MM\"\n        },\n        {\n            \"value\": \"Namibia\",\n            \"label\": \"Namibia\",\n            \"code\": \"NA\"\n        },\n        {\n            \"value\": \"Nauru\",\n            \"label\": \"Nauru\",\n            \"code\": \"NR\"\n        },\n        {\n            \"value\": \"Nepal\",\n            \"label\": \"Nepal\",\n            \"code\": \"NP\"\n        },\n        {\n            \"value\": \"Netherlands\",\n            \"label\": \"Netherlands\",\n            \"code\": \"NL\"\n        },\n        {\n            \"value\": \"Netherlands Antilles\",\n            \"label\": \"Netherlands Antilles\",\n            \"code\": \"AN\"\n        },\n        {\n            \"value\": \"New Caledonia\",\n            \"label\": \"New Caledonia\",\n            \"code\": \"NC\"\n        },\n        {\n            \"value\": \"New Zealand\",\n            \"label\": \"New Zealand\",\n            \"code\": \"NZ\"\n        },\n        {\n            \"value\": \"Nicaragua\",\n            \"label\": \"Nicaragua\",\n            \"code\": \"NI\"\n        },\n        {\n            \"value\": \"Niger\",\n            \"label\": \"Niger\",\n            \"code\": \"NE\"\n        },\n        {\n            \"value\": \"Nigeria\",\n            \"label\": \"Nigeria\",\n            \"code\": \"NG\"\n        },\n        {\n            \"value\": \"Niue\",\n            \"label\": \"Niue\",\n            \"code\": \"NU\"\n        },\n        {\n            \"value\": \"Norfolk Island\",\n            \"label\": \"Norfolk Island\",\n            \"code\": \"NF\"\n        },\n        {\n            \"value\": \"Northern Mariana Islands\",\n            \"label\": \"Northern Mariana Islands\",\n            \"code\": \"MP\"\n        },\n        {\n            \"value\": \"Norway\",\n            \"label\": \"Norway\",\n            \"code\": \"NO\"\n        },\n        {\n            \"value\": \"Oman\",\n            \"label\": \"Oman\",\n            \"code\": \"OM\"\n        },\n        {\n            \"value\": \"Pakistan\",\n            \"label\": \"Pakistan\",\n            \"code\": \"PK\"\n        },\n        {\n            \"value\": \"Palau\",\n            \"label\": \"Palau\",\n            \"code\": \"PW\"\n        },\n        {\n            \"value\": \"Palestinian Territory, Occupied\",\n            \"label\": \"Palestinian Territory, Occupied\",\n            \"code\": \"PS\"\n        },\n        {\n            \"value\": \"Panama\",\n            \"label\": \"Panama\",\n            \"code\": \"PA\"\n        },\n        {\n            \"value\": \"Papua New Guinea\",\n            \"label\": \"Papua New Guinea\",\n            \"code\": \"PG\"\n        },\n        {\n            \"value\": \"Paraguay\",\n            \"label\": \"Paraguay\",\n            \"code\": \"PY\"\n        },\n        {\n            \"value\": \"Peru\",\n            \"label\": \"Peru\",\n            \"code\": \"PE\"\n        },\n        {\n            \"value\": \"Philippines\",\n            \"label\": \"Philippines\",\n            \"code\": \"PH\"\n        },\n        {\n            \"value\": \"Pitcairn\",\n            \"label\": \"Pitcairn\",\n            \"code\": \"PN\"\n        },\n        {\n            \"value\": \"Poland\",\n            \"label\": \"Poland\",\n            \"code\": \"PL\"\n        },\n        {\n            \"value\": \"Portugal\",\n            \"label\": \"Portugal\",\n            \"code\": \"PT\"\n        },\n        {\n            \"value\": \"Puerto Rico\",\n            \"label\": \"Puerto Rico\",\n            \"code\": \"PR\"\n        },\n        {\n            \"value\": \"Qatar\",\n            \"label\": \"Qatar\",\n            \"code\": \"QA\"\n        },\n        {\n            \"value\": \"Reunion\",\n            \"label\": \"Reunion\",\n            \"code\": \"RE\"\n        },\n        {\n            \"value\": \"Romania\",\n            \"label\": \"Romania\",\n            \"code\": \"RO\"\n        },\n        {\n            \"value\": \"Russian Federation\",\n            \"label\": \"Russian Federation\",\n            \"code\": \"RU\"\n        },\n        {\n            \"value\": \"RWANDA\",\n            \"label\": \"RWANDA\",\n            \"code\": \"RW\"\n        },\n        {\n            \"value\": \"Saint Helena\",\n            \"label\": \"Saint Helena\",\n            \"code\": \"SH\"\n        },\n        {\n            \"value\": \"Saint Kitts and Nevis\",\n            \"label\": \"Saint Kitts and Nevis\",\n            \"code\": \"KN\"\n        },\n        {\n            \"value\": \"Saint Lucia\",\n            \"label\": \"Saint Lucia\",\n            \"code\": \"LC\"\n        },\n        {\n            \"value\": \"Saint Pierre and Miquelon\",\n            \"label\": \"Saint Pierre and Miquelon\",\n            \"code\": \"PM\"\n        },\n        {\n            \"value\": \"Saint Vincent and the Grenadines\",\n            \"label\": \"Saint Vincent and the Grenadines\",\n            \"code\": \"VC\"\n        },\n        {\n            \"value\": \"Samoa\",\n            \"label\": \"Samoa\",\n            \"code\": \"WS\"\n        },\n        {\n            \"value\": \"San Marino\",\n            \"label\": \"San Marino\",\n            \"code\": \"SM\"\n        },\n        {\n            \"value\": \"Sao Tome and Principe\",\n            \"label\": \"Sao Tome and Principe\",\n            \"code\": \"ST\"\n        },\n        {\n            \"value\": \"Saudi Arabia\",\n            \"label\": \"Saudi Arabia\",\n            \"code\": \"SA\"\n        },\n        {\n            \"value\": \"Senegal\",\n            \"label\": \"Senegal\",\n            \"code\": \"SN\"\n        },\n        {\n            \"value\": \"Serbia and Montenegro\",\n            \"label\": \"Serbia and Montenegro\",\n            \"code\": \"CS\"\n        },\n        {\n            \"value\": \"Seychelles\",\n            \"label\": \"Seychelles\",\n            \"code\": \"SC\"\n        },\n        {\n            \"value\": \"Sierra Leone\",\n            \"label\": \"Sierra Leone\",\n            \"code\": \"SL\"\n        },\n        {\n            \"value\": \"Singapore\",\n            \"label\": \"Singapore\",\n            \"code\": \"SG\"\n        },\n        {\n            \"value\": \"Slovakia\",\n            \"label\": \"Slovakia\",\n            \"code\": \"SK\"\n        },\n        {\n            \"value\": \"Slovenia\",\n            \"label\": \"Slovenia\",\n            \"code\": \"SI\"\n        },\n        {\n            \"value\": \"Solomon Islands\",\n            \"label\": \"Solomon Islands\",\n            \"code\": \"SB\"\n        },\n        {\n            \"value\": \"Somalia\",\n            \"label\": \"Somalia\",\n            \"code\": \"SO\"\n        },\n        {\n            \"value\": \"South Africa\",\n            \"label\": \"South Africa\",\n            \"code\": \"ZA\"\n        },\n        {\n            \"value\": \"South Georgia and the South Sandwich Islands\",\n            \"label\": \"South Georgia and the South Sandwich Islands\",\n            \"code\": \"GS\"\n        },\n        {\n            \"value\": \"Spain\",\n            \"label\": \"Spain\",\n            \"code\": \"ES\"\n        },\n        {\n            \"value\": \"Sri Lanka\",\n            \"label\": \"Sri Lanka\",\n            \"code\": \"LK\"\n        },\n        {\n            \"value\": \"Sudan\",\n            \"label\": \"Sudan\",\n            \"code\": \"SD\"\n        },\n        {\n            \"value\": \"Suriname\",\n            \"label\": \"Suriname\",\n            \"code\": \"SR\"\n        },\n        {\n            \"value\": \"Svalbard and Jan Mayen\",\n            \"label\": \"Svalbard and Jan Mayen\",\n            \"code\": \"SJ\"\n        },\n        {\n            \"value\": \"Swaziland\",\n            \"label\": \"Swaziland\",\n            \"code\": \"SZ\"\n        },\n        {\n            \"value\": \"Sweden\",\n            \"label\": \"Sweden\",\n            \"code\": \"SE\"\n        },\n        {\n            \"value\": \"Switzerland\",\n            \"label\": \"Switzerland\",\n            \"code\": \"CH\"\n        },\n        {\n            \"value\": \"Syrian Arab Republic\",\n            \"label\": \"Syrian Arab Republic\",\n            \"code\": \"SY\"\n        },\n        {\n            \"value\": \"Taiwan, Province of China\",\n            \"label\": \"Taiwan, Province of China\",\n            \"code\": \"TW\"\n        },\n        {\n            \"value\": \"Tajikistan\",\n            \"label\": \"Tajikistan\",\n            \"code\": \"TJ\"\n        },\n        {\n            \"value\": \"Tanzania, United Republic of\",\n            \"label\": \"Tanzania, United Republic of\",\n            \"code\": \"TZ\"\n        },\n        {\n            \"value\": \"Thailand\",\n            \"label\": \"Thailand\",\n            \"code\": \"TH\"\n        },\n        {\n            \"value\": \"Timor-Leste\",\n            \"label\": \"Timor-Leste\",\n            \"code\": \"TL\"\n        },\n        {\n            \"value\": \"Togo\",\n            \"label\": \"Togo\",\n            \"code\": \"TG\"\n        },\n        {\n            \"value\": \"Tokelau\",\n            \"label\": \"Tokelau\",\n            \"code\": \"TK\"\n        },\n        {\n            \"value\": \"Tonga\",\n            \"label\": \"Tonga\",\n            \"code\": \"TO\"\n        },\n        {\n            \"value\": \"Trinidad and Tobago\",\n            \"label\": \"Trinidad and Tobago\",\n            \"code\": \"TT\"\n        },\n        {\n            \"value\": \"Tunisia\",\n            \"label\": \"Tunisia\",\n            \"code\": \"TN\"\n        },\n        {\n            \"value\": \"Turkey\",\n            \"label\": \"Turkey\",\n            \"code\": \"TR\"\n        },\n        {\n            \"value\": \"Turkmenistan\",\n            \"label\": \"Turkmenistan\",\n            \"code\": \"TM\"\n        },\n        {\n            \"value\": \"Turks and Caicos Islands\",\n            \"label\": \"Turks and Caicos Islands\",\n            \"code\": \"TC\"\n        },\n        {\n            \"value\": \"Tuvalu\",\n            \"label\": \"Tuvalu\",\n            \"code\": \"TV\"\n        },\n        {\n            \"value\": \"Uganda\",\n            \"label\": \"Uganda\",\n            \"code\": \"UG\"\n        },\n        {\n            \"value\": \"Ukraine\",\n            \"label\": \"Ukraine\",\n            \"code\": \"UA\"\n        },\n        {\n            \"value\": \"United Arab Emirates\",\n            \"label\": \"United Arab Emirates\",\n            \"code\": \"AE\"\n        },\n        {\n            \"value\": \"United Kingdom\",\n            \"label\": \"United Kingdom\",\n            \"code\": \"GB\"\n        },\n        {\n            \"value\": \"United States\",\n            \"label\": \"United States\",\n            \"code\": \"US\"\n        },\n        {\n            \"value\": \"United States Minor Outlying Islands\",\n            \"label\": \"United States Minor Outlying Islands\",\n            \"code\": \"UM\"\n        },\n        {\n            \"value\": \"Uruguay\",\n            \"label\": \"Uruguay\",\n            \"code\": \"UY\"\n        },\n        {\n            \"value\": \"Uzbekistan\",\n            \"label\": \"Uzbekistan\",\n            \"code\": \"UZ\"\n        },\n        {\n            \"value\": \"Vanuatu\",\n            \"label\": \"Vanuatu\",\n            \"code\": \"VU\"\n        },\n        {\n            \"value\": \"Venezuela\",\n            \"label\": \"Venezuela\",\n            \"code\": \"VE\"\n        },\n        {\n            \"value\": \"Viet Nam\",\n            \"label\": \"Viet Nam\",\n            \"code\": \"VN\"\n        },\n        {\n            \"value\": \"Virgin Islands, British\",\n            \"label\": \"Virgin Islands, British\",\n            \"code\": \"VG\"\n        },\n        {\n            \"value\": \"Virgin Islands, U.S.\",\n            \"label\": \"Virgin Islands, U.S.\",\n            \"code\": \"VI\"\n        },\n        {\n            \"value\": \"Wallis and Futuna\",\n            \"label\": \"Wallis and Futuna\",\n            \"code\": \"WF\"\n        },\n        {\n            \"value\": \"Western Sahara\",\n            \"label\": \"Western Sahara\",\n            \"code\": \"EH\"\n        },\n        {\n            \"value\": \"Yemen\",\n            \"label\": \"Yemen\",\n            \"code\": \"YE\"\n        },\n        {\n            \"value\": \"Zambia\",\n            \"label\": \"Zambia\",\n            \"code\": \"ZM\"\n        },\n        {\n            \"value\": \"Zimbabwe\",\n            \"label\": \"Zimbabwe\",\n            \"code\": \"ZW\"\n        }\n    ]\n}"}],"_postman_id":"bd5fc771-bd7f-4aea-85e8-acc4a7e9e669"},{"name":"Get Timezone List","id":"0073327e-ee6d-492c-977a-cec950a89c8d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/api/v1/pre-defined/timezone-list","description":"<p>It will return predefined timezone list which salessimplify using for timezone field in lead, people and company table. its not compulsory to use provided timezone data.</p>\n","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}},"urlObject":{"path":["api","v1","pre-defined","timezone-list"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"4561bd36-364c-46bc-9c3a-222f82efbd90","name":"200 - Success","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/api/v1/pre-defined/timezone-list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"16936"},{"key":"ETag","value":"W/\"4228-pb7U++YLhWoashMBJH3Dcp6Fncw\""},{"key":"Date","value":"Tue, 01 Feb 2022 12:37:57 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"data\": [\n        {\n            \"value\": \"Pacific/Niue\",\n            \"label\": \"Pacific/Niue\"\n        },\n        {\n            \"value\": \"Pacific/Midway\",\n            \"label\": \"Pacific/Midway\"\n        },\n        {\n            \"value\": \"Pacific/Pago_Pago\",\n            \"label\": \"Pacific/Pago_Pago\"\n        },\n        {\n            \"value\": \"Pacific/Rarotonga\",\n            \"label\": \"Pacific/Rarotonga\"\n        },\n        {\n            \"value\": \"America/Adak\",\n            \"label\": \"America/Adak\"\n        },\n        {\n            \"value\": \"Pacific/Honolulu\",\n            \"label\": \"Pacific/Honolulu\"\n        },\n        {\n            \"value\": \"Pacific/Tahiti\",\n            \"label\": \"Pacific/Tahiti\"\n        },\n        {\n            \"value\": \"Pacific/Marquesas\",\n            \"label\": \"Pacific/Marquesas\"\n        },\n        {\n            \"value\": \"America/Anchorage\",\n            \"label\": \"America/Anchorage\"\n        },\n        {\n            \"value\": \"Pacific/Gambier\",\n            \"label\": \"Pacific/Gambier\"\n        },\n        {\n            \"value\": \"America/Los_Angeles\",\n            \"label\": \"America/Los_Angeles\"\n        },\n        {\n            \"value\": \"America/Tijuana\",\n            \"label\": \"America/Tijuana\"\n        },\n        {\n            \"value\": \"America/Vancouver\",\n            \"label\": \"America/Vancouver\"\n        },\n        {\n            \"value\": \"Pacific/Pitcairn\",\n            \"label\": \"Pacific/Pitcairn\"\n        },\n        {\n            \"value\": \"America/Hermosillo\",\n            \"label\": \"America/Hermosillo\"\n        },\n        {\n            \"value\": \"America/Edmonton\",\n            \"label\": \"America/Edmonton\"\n        },\n        {\n            \"value\": \"America/Ojinaga\",\n            \"label\": \"America/Ojinaga\"\n        },\n        {\n            \"value\": \"America/Denver\",\n            \"label\": \"America/Denver\"\n        },\n        {\n            \"value\": \"America/Phoenix\",\n            \"label\": \"America/Phoenix\"\n        },\n        {\n            \"value\": \"America/Whitehorse\",\n            \"label\": \"America/Whitehorse\"\n        },\n        {\n            \"value\": \"America/Belize\",\n            \"label\": \"America/Belize\"\n        },\n        {\n            \"value\": \"America/Chicago\",\n            \"label\": \"America/Chicago\"\n        },\n        {\n            \"value\": \"America/Guatemala\",\n            \"label\": \"America/Guatemala\"\n        },\n        {\n            \"value\": \"America/Managua\",\n            \"label\": \"America/Managua\"\n        },\n        {\n            \"value\": \"America/Mexico_City\",\n            \"label\": \"America/Mexico_City\"\n        },\n        {\n            \"value\": \"America/Costa_Rica\",\n            \"label\": \"America/Costa_Rica\"\n        },\n        {\n            \"value\": \"America/El_Salvador\",\n            \"label\": \"America/El_Salvador\"\n        },\n        {\n            \"value\": \"America/Regina\",\n            \"label\": \"America/Regina\"\n        },\n        {\n            \"value\": \"America/Tegucigalpa\",\n            \"label\": \"America/Tegucigalpa\"\n        },\n        {\n            \"value\": \"America/Winnipeg\",\n            \"label\": \"America/Winnipeg\"\n        },\n        {\n            \"value\": \"Pacific/Easter\",\n            \"label\": \"Pacific/Easter\"\n        },\n        {\n            \"value\": \"Pacific/Galapagos\",\n            \"label\": \"Pacific/Galapagos\"\n        },\n        {\n            \"value\": \"America/Rio_Branco\",\n            \"label\": \"America/Rio_Branco\"\n        },\n        {\n            \"value\": \"America/Bogota\",\n            \"label\": \"America/Bogota\"\n        },\n        {\n            \"value\": \"America/Havana\",\n            \"label\": \"America/Havana\"\n        },\n        {\n            \"value\": \"America/Atikokan\",\n            \"label\": \"America/Atikokan\"\n        },\n        {\n            \"value\": \"America/Cancun\",\n            \"label\": \"America/Cancun\"\n        },\n        {\n            \"value\": \"America/Grand_Turk\",\n            \"label\": \"America/Grand_Turk\"\n        },\n        {\n            \"value\": \"America/Cayman\",\n            \"label\": \"America/Cayman\"\n        },\n        {\n            \"value\": \"America/Jamaica\",\n            \"label\": \"America/Jamaica\"\n        },\n        {\n            \"value\": \"America/Nassau\",\n            \"label\": \"America/Nassau\"\n        },\n        {\n            \"value\": \"America/New_York\",\n            \"label\": \"America/New_York\"\n        },\n        {\n            \"value\": \"America/Panama\",\n            \"label\": \"America/Panama\"\n        },\n        {\n            \"value\": \"America/Port-au-Prince\",\n            \"label\": \"America/Port-au-Prince\"\n        },\n        {\n            \"value\": \"America/Toronto\",\n            \"label\": \"America/Toronto\"\n        },\n        {\n            \"value\": \"America/Guayaquil\",\n            \"label\": \"America/Guayaquil\"\n        },\n        {\n            \"value\": \"America/Lima\",\n            \"label\": \"America/Lima\"\n        },\n        {\n            \"value\": \"America/Manaus\",\n            \"label\": \"America/Manaus\"\n        },\n        {\n            \"value\": \"America/St_Kitts\",\n            \"label\": \"America/St_Kitts\"\n        },\n        {\n            \"value\": \"America/Montserrat\",\n            \"label\": \"America/Montserrat\"\n        },\n        {\n            \"value\": \"America/Barbados\",\n            \"label\": \"America/Barbados\"\n        },\n        {\n            \"value\": \"America/St_Lucia\",\n            \"label\": \"America/St_Lucia\"\n        },\n        {\n            \"value\": \"America/Port_of_Spain\",\n            \"label\": \"America/Port_of_Spain\"\n        },\n        {\n            \"value\": \"America/Martinique\",\n            \"label\": \"America/Martinique\"\n        },\n        {\n            \"value\": \"America/St_Barthelemy\",\n            \"label\": \"America/St_Barthelemy\"\n        },\n        {\n            \"value\": \"America/Halifax\",\n            \"label\": \"America/Halifax\"\n        },\n        {\n            \"value\": \"Atlantic/Bermuda\",\n            \"label\": \"Atlantic/Bermuda\"\n        },\n        {\n            \"value\": \"America/St_Vincent\",\n            \"label\": \"America/St_Vincent\"\n        },\n        {\n            \"value\": \"America/Kralendijk\",\n            \"label\": \"America/Kralendijk\"\n        },\n        {\n            \"value\": \"America/Guadeloupe\",\n            \"label\": \"America/Guadeloupe\"\n        },\n        {\n            \"value\": \"America/Blanc-Sablon\",\n            \"label\": \"America/Blanc-Sablon\"\n        },\n        {\n            \"value\": \"America/Marigot\",\n            \"label\": \"America/Marigot\"\n        },\n        {\n            \"value\": \"America/Aruba\",\n            \"label\": \"America/Aruba\"\n        },\n        {\n            \"value\": \"America/Lower_Princes\",\n            \"label\": \"America/Lower_Princes\"\n        },\n        {\n            \"value\": \"America/Tortola\",\n            \"label\": \"America/Tortola\"\n        },\n        {\n            \"value\": \"America/Dominica\",\n            \"label\": \"America/Dominica\"\n        },\n        {\n            \"value\": \"America/St_Thomas\",\n            \"label\": \"America/St_Thomas\"\n        },\n        {\n            \"value\": \"America/Grenada\",\n            \"label\": \"America/Grenada\"\n        },\n        {\n            \"value\": \"America/Antigua\",\n            \"label\": \"America/Antigua\"\n        },\n        {\n            \"value\": \"America/Puerto_Rico\",\n            \"label\": \"America/Puerto_Rico\"\n        },\n        {\n            \"value\": \"America/Santo_Domingo\",\n            \"label\": \"America/Santo_Domingo\"\n        },\n        {\n            \"value\": \"America/Anguilla\",\n            \"label\": \"America/Anguilla\"\n        },\n        {\n            \"value\": \"America/Thule\",\n            \"label\": \"America/Thule\"\n        },\n        {\n            \"value\": \"America/Curacao\",\n            \"label\": \"America/Curacao\"\n        },\n        {\n            \"value\": \"America/La_Paz\",\n            \"label\": \"America/La_Paz\"\n        },\n        {\n            \"value\": \"America/Santiago\",\n            \"label\": \"America/Santiago\"\n        },\n        {\n            \"value\": \"America/Guyana\",\n            \"label\": \"America/Guyana\"\n        },\n        {\n            \"value\": \"America/Asuncion\",\n            \"label\": \"America/Asuncion\"\n        },\n        {\n            \"value\": \"America/Caracas\",\n            \"label\": \"America/Caracas\"\n        },\n        {\n            \"value\": \"America/St_Johns\",\n            \"label\": \"America/St_Johns\"\n        },\n        {\n            \"value\": \"America/Argentina/Buenos_Aires\",\n            \"label\": \"America/Argentina/Buenos_Aires\"\n        },\n        {\n            \"value\": \"America/Sao_Paulo\",\n            \"label\": \"America/Sao_Paulo\"\n        },\n        {\n            \"value\": \"Antarctica/Palmer\",\n            \"label\": \"Antarctica/Palmer\"\n        },\n        {\n            \"value\": \"America/Punta_Arenas\",\n            \"label\": \"America/Punta_Arenas\"\n        },\n        {\n            \"value\": \"Atlantic/Stanley\",\n            \"label\": \"Atlantic/Stanley\"\n        },\n        {\n            \"value\": \"America/Cayenne\",\n            \"label\": \"America/Cayenne\"\n        },\n        {\n            \"value\": \"America/Miquelon\",\n            \"label\": \"America/Miquelon\"\n        },\n        {\n            \"value\": \"America/Paramaribo\",\n            \"label\": \"America/Paramaribo\"\n        },\n        {\n            \"value\": \"America/Montevideo\",\n            \"label\": \"America/Montevideo\"\n        },\n        {\n            \"value\": \"America/Godthab\",\n            \"label\": \"America/Godthab\"\n        },\n        {\n            \"value\": \"America/Noronha\",\n            \"label\": \"America/Noronha\"\n        },\n        {\n            \"value\": \"Atlantic/South_Georgia\",\n            \"label\": \"Atlantic/South_Georgia\"\n        },\n        {\n            \"value\": \"Atlantic/Azores\",\n            \"label\": \"Atlantic/Azores\"\n        },\n        {\n            \"value\": \"Atlantic/Cape_Verde\",\n            \"label\": \"Atlantic/Cape_Verde\"\n        },\n        {\n            \"value\": \"America/Scoresbysund\",\n            \"label\": \"America/Scoresbysund\"\n        },\n        {\n            \"value\": \"Africa/Abidjan\",\n            \"label\": \"Africa/Abidjan\"\n        },\n        {\n            \"value\": \"Africa/Accra\",\n            \"label\": \"Africa/Accra\"\n        },\n        {\n            \"value\": \"Africa/Bamako\",\n            \"label\": \"Africa/Bamako\"\n        },\n        {\n            \"value\": \"Africa/Bissau\",\n            \"label\": \"Africa/Bissau\"\n        },\n        {\n            \"value\": \"Africa/Conakry\",\n            \"label\": \"Africa/Conakry\"\n        },\n        {\n            \"value\": \"Africa/Dakar\",\n            \"label\": \"Africa/Dakar\"\n        },\n        {\n            \"value\": \"America/Danmarkshavn\",\n            \"label\": \"America/Danmarkshavn\"\n        },\n        {\n            \"value\": \"Europe/Isle_of_Man\",\n            \"label\": \"Europe/Isle_of_Man\"\n        },\n        {\n            \"value\": \"Europe/Dublin\",\n            \"label\": \"Europe/Dublin\"\n        },\n        {\n            \"value\": \"Africa/Freetown\",\n            \"label\": \"Africa/Freetown\"\n        },\n        {\n            \"value\": \"Atlantic/St_Helena\",\n            \"label\": \"Atlantic/St_Helena\"\n        },\n        {\n            \"value\": \"Africa/Lome\",\n            \"label\": \"Africa/Lome\"\n        },\n        {\n            \"value\": \"Europe/London\",\n            \"label\": \"Europe/London\"\n        },\n        {\n            \"value\": \"Africa/Monrovia\",\n            \"label\": \"Africa/Monrovia\"\n        },\n        {\n            \"value\": \"Africa/Nouakchott\",\n            \"label\": \"Africa/Nouakchott\"\n        },\n        {\n            \"value\": \"Africa/Ouagadougou\",\n            \"label\": \"Africa/Ouagadougou\"\n        },\n        {\n            \"value\": \"Atlantic/Reykjavik\",\n            \"label\": \"Atlantic/Reykjavik\"\n        },\n        {\n            \"value\": \"Europe/Jersey\",\n            \"label\": \"Europe/Jersey\"\n        },\n        {\n            \"value\": \"Europe/Guernsey\",\n            \"label\": \"Europe/Guernsey\"\n        },\n        {\n            \"value\": \"Africa/Banjul\",\n            \"label\": \"Africa/Banjul\"\n        },\n        {\n            \"value\": \"Africa/Sao_Tome\",\n            \"label\": \"Africa/Sao_Tome\"\n        },\n        {\n            \"value\": \"Antarctica/Troll\",\n            \"label\": \"Antarctica/Troll\"\n        },\n        {\n            \"value\": \"Africa/Casablanca\",\n            \"label\": \"Africa/Casablanca\"\n        },\n        {\n            \"value\": \"Africa/El_Aaiun\",\n            \"label\": \"Africa/El_Aaiun\"\n        },\n        {\n            \"value\": \"Atlantic/Canary\",\n            \"label\": \"Atlantic/Canary\"\n        },\n        {\n            \"value\": \"Europe/Lisbon\",\n            \"label\": \"Europe/Lisbon\"\n        },\n        {\n            \"value\": \"Atlantic/Faroe\",\n            \"label\": \"Atlantic/Faroe\"\n        },\n        {\n            \"value\": \"Africa/Windhoek\",\n            \"label\": \"Africa/Windhoek\"\n        },\n        {\n            \"value\": \"Africa/Algiers\",\n            \"label\": \"Africa/Algiers\"\n        },\n        {\n            \"value\": \"Europe/Amsterdam\",\n            \"label\": \"Europe/Amsterdam\"\n        },\n        {\n            \"value\": \"Europe/Andorra\",\n            \"label\": \"Europe/Andorra\"\n        },\n        {\n            \"value\": \"Europe/Belgrade\",\n            \"label\": \"Europe/Belgrade\"\n        },\n        {\n            \"value\": \"Europe/Berlin\",\n            \"label\": \"Europe/Berlin\"\n        },\n        {\n            \"value\": \"Europe/Malta\",\n            \"label\": \"Europe/Malta\"\n        },\n        {\n            \"value\": \"Europe/Bratislava\",\n            \"label\": \"Europe/Bratislava\"\n        },\n        {\n            \"value\": \"Europe/Brussels\",\n            \"label\": \"Europe/Brussels\"\n        },\n        {\n            \"value\": \"Europe/Budapest\",\n            \"label\": \"Europe/Budapest\"\n        },\n        {\n            \"value\": \"Europe/Copenhagen\",\n            \"label\": \"Europe/Copenhagen\"\n        },\n        {\n            \"value\": \"Europe/Gibraltar\",\n            \"label\": \"Europe/Gibraltar\"\n        },\n        {\n            \"value\": \"Europe/Ljubljana\",\n            \"label\": \"Europe/Ljubljana\"\n        },\n        {\n            \"value\": \"Arctic/Longyearbyen\",\n            \"label\": \"Arctic/Longyearbyen\"\n        },\n        {\n            \"value\": \"Europe/Luxembourg\",\n            \"label\": \"Europe/Luxembourg\"\n        },\n        {\n            \"value\": \"Europe/Madrid\",\n            \"label\": \"Europe/Madrid\"\n        },\n        {\n            \"value\": \"Europe/Monaco\",\n            \"label\": \"Europe/Monaco\"\n        },\n        {\n            \"value\": \"Europe/Oslo\",\n            \"label\": \"Europe/Oslo\"\n        },\n        {\n            \"value\": \"Europe/Paris\",\n            \"label\": \"Europe/Paris\"\n        },\n        {\n            \"value\": \"Europe/Podgorica\",\n            \"label\": \"Europe/Podgorica\"\n        },\n        {\n            \"value\": \"Europe/Prague\",\n            \"label\": \"Europe/Prague\"\n        },\n        {\n            \"value\": \"Europe/Rome\",\n            \"label\": \"Europe/Rome\"\n        },\n        {\n            \"value\": \"Europe/San_Marino\",\n            \"label\": \"Europe/San_Marino\"\n        },\n        {\n            \"value\": \"Europe/Sarajevo\",\n            \"label\": \"Europe/Sarajevo\"\n        },\n        {\n            \"value\": \"Europe/Skopje\",\n            \"label\": \"Europe/Skopje\"\n        },\n        {\n            \"value\": \"Europe/Stockholm\",\n            \"label\": \"Europe/Stockholm\"\n        },\n        {\n            \"value\": \"Europe/Tirane\",\n            \"label\": \"Europe/Tirane\"\n        },\n        {\n            \"value\": \"Africa/Tunis\",\n            \"label\": \"Africa/Tunis\"\n        },\n        {\n            \"value\": \"Europe/Vaduz\",\n            \"label\": \"Europe/Vaduz\"\n        },\n        {\n            \"value\": \"Europe/Vatican\",\n            \"label\": \"Europe/Vatican\"\n        },\n        {\n            \"value\": \"Europe/Vienna\",\n            \"label\": \"Europe/Vienna\"\n        },\n        {\n            \"value\": \"Europe/Warsaw\",\n            \"label\": \"Europe/Warsaw\"\n        },\n        {\n            \"value\": \"Europe/Zagreb\",\n            \"label\": \"Europe/Zagreb\"\n        },\n        {\n            \"value\": \"Europe/Zurich\",\n            \"label\": \"Europe/Zurich\"\n        },\n        {\n            \"value\": \"Africa/Bangui\",\n            \"label\": \"Africa/Bangui\"\n        },\n        {\n            \"value\": \"Africa/Malabo\",\n            \"label\": \"Africa/Malabo\"\n        },\n        {\n            \"value\": \"Africa/Brazzaville\",\n            \"label\": \"Africa/Brazzaville\"\n        },\n        {\n            \"value\": \"Africa/Porto-Novo\",\n            \"label\": \"Africa/Porto-Novo\"\n        },\n        {\n            \"value\": \"Africa/Douala\",\n            \"label\": \"Africa/Douala\"\n        },\n        {\n            \"value\": \"Africa/Kinshasa\",\n            \"label\": \"Africa/Kinshasa\"\n        },\n        {\n            \"value\": \"Africa/Lagos\",\n            \"label\": \"Africa/Lagos\"\n        },\n        {\n            \"value\": \"Africa/Libreville\",\n            \"label\": \"Africa/Libreville\"\n        },\n        {\n            \"value\": \"Africa/Luanda\",\n            \"label\": \"Africa/Luanda\"\n        },\n        {\n            \"value\": \"Africa/Ndjamena\",\n            \"label\": \"Africa/Ndjamena\"\n        },\n        {\n            \"value\": \"Africa/Niamey\",\n            \"label\": \"Africa/Niamey\"\n        },\n        {\n            \"value\": \"Africa/Bujumbura\",\n            \"label\": \"Africa/Bujumbura\"\n        },\n        {\n            \"value\": \"Africa/Gaborone\",\n            \"label\": \"Africa/Gaborone\"\n        },\n        {\n            \"value\": \"Africa/Harare\",\n            \"label\": \"Africa/Harare\"\n        },\n        {\n            \"value\": \"Africa/Khartoum\",\n            \"label\": \"Africa/Khartoum\"\n        },\n        {\n            \"value\": \"Africa/Kigali\",\n            \"label\": \"Africa/Kigali\"\n        },\n        {\n            \"value\": \"Africa/Blantyre\",\n            \"label\": \"Africa/Blantyre\"\n        },\n        {\n            \"value\": \"Africa/Lubumbashi\",\n            \"label\": \"Africa/Lubumbashi\"\n        },\n        {\n            \"value\": \"Africa/Lusaka\",\n            \"label\": \"Africa/Lusaka\"\n        },\n        {\n            \"value\": \"Africa/Maputo\",\n            \"label\": \"Africa/Maputo\"\n        },\n        {\n            \"value\": \"Africa/Juba\",\n            \"label\": \"Africa/Juba\"\n        },\n        {\n            \"value\": \"Asia/Damascus\",\n            \"label\": \"Asia/Damascus\"\n        },\n        {\n            \"value\": \"Asia/Amman\",\n            \"label\": \"Asia/Amman\"\n        },\n        {\n            \"value\": \"Europe/Athens\",\n            \"label\": \"Europe/Athens\"\n        },\n        {\n            \"value\": \"Asia/Beirut\",\n            \"label\": \"Asia/Beirut\"\n        },\n        {\n            \"value\": \"Europe/Bucharest\",\n            \"label\": \"Europe/Bucharest\"\n        },\n        {\n            \"value\": \"Africa/Cairo\",\n            \"label\": \"Africa/Cairo\"\n        },\n        {\n            \"value\": \"Europe/Chisinau\",\n            \"label\": \"Europe/Chisinau\"\n        },\n        {\n            \"value\": \"Asia/Hebron\",\n            \"label\": \"Asia/Hebron\"\n        },\n        {\n            \"value\": \"Europe/Helsinki\",\n            \"label\": \"Europe/Helsinki\"\n        },\n        {\n            \"value\": \"Europe/Kaliningrad\",\n            \"label\": \"Europe/Kaliningrad\"\n        },\n        {\n            \"value\": \"Europe/Kiev\",\n            \"label\": \"Europe/Kiev\"\n        },\n        {\n            \"value\": \"Europe/Mariehamn\",\n            \"label\": \"Europe/Mariehamn\"\n        },\n        {\n            \"value\": \"Asia/Nicosia\",\n            \"label\": \"Asia/Nicosia\"\n        },\n        {\n            \"value\": \"Europe/Riga\",\n            \"label\": \"Europe/Riga\"\n        },\n        {\n            \"value\": \"Europe/Sofia\",\n            \"label\": \"Europe/Sofia\"\n        },\n        {\n            \"value\": \"Europe/Tallinn\",\n            \"label\": \"Europe/Tallinn\"\n        },\n        {\n            \"value\": \"Africa/Tripoli\",\n            \"label\": \"Africa/Tripoli\"\n        },\n        {\n            \"value\": \"Europe/Vilnius\",\n            \"label\": \"Europe/Vilnius\"\n        },\n        {\n            \"value\": \"Asia/Jerusalem\",\n            \"label\": \"Asia/Jerusalem\"\n        },\n        {\n            \"value\": \"Africa/Johannesburg\",\n            \"label\": \"Africa/Johannesburg\"\n        },\n        {\n            \"value\": \"Africa/Mbabane\",\n            \"label\": \"Africa/Mbabane\"\n        },\n        {\n            \"value\": \"Africa/Maseru\",\n            \"label\": \"Africa/Maseru\"\n        },\n        {\n            \"value\": \"Asia/Kuwait\",\n            \"label\": \"Asia/Kuwait\"\n        },\n        {\n            \"value\": \"Asia/Baghdad\",\n            \"label\": \"Asia/Baghdad\"\n        },\n        {\n            \"value\": \"Asia/Qatar\",\n            \"label\": \"Asia/Qatar\"\n        },\n        {\n            \"value\": \"Asia/Bahrain\",\n            \"label\": \"Asia/Bahrain\"\n        },\n        {\n            \"value\": \"Asia/Riyadh\",\n            \"label\": \"Asia/Riyadh\"\n        },\n        {\n            \"value\": \"Asia/Aden\",\n            \"label\": \"Asia/Aden\"\n        },\n        {\n            \"value\": \"Africa/Addis_Ababa\",\n            \"label\": \"Africa/Addis_Ababa\"\n        },\n        {\n            \"value\": \"Indian/Antananarivo\",\n            \"label\": \"Indian/Antananarivo\"\n        },\n        {\n            \"value\": \"Africa/Asmara\",\n            \"label\": \"Africa/Asmara\"\n        },\n        {\n            \"value\": \"Africa/Dar_es_Salaam\",\n            \"label\": \"Africa/Dar_es_Salaam\"\n        },\n        {\n            \"value\": \"Africa/Djibouti\",\n            \"label\": \"Africa/Djibouti\"\n        },\n        {\n            \"value\": \"Africa/Kampala\",\n            \"label\": \"Africa/Kampala\"\n        },\n        {\n            \"value\": \"Indian/Mayotte\",\n            \"label\": \"Indian/Mayotte\"\n        },\n        {\n            \"value\": \"Africa/Mogadishu\",\n            \"label\": \"Africa/Mogadishu\"\n        },\n        {\n            \"value\": \"Indian/Comoro\",\n            \"label\": \"Indian/Comoro\"\n        },\n        {\n            \"value\": \"Africa/Nairobi\",\n            \"label\": \"Africa/Nairobi\"\n        },\n        {\n            \"value\": \"Europe/Minsk\",\n            \"label\": \"Europe/Minsk\"\n        },\n        {\n            \"value\": \"Europe/Moscow\",\n            \"label\": \"Europe/Moscow\"\n        },\n        {\n            \"value\": \"Antarctica/Syowa\",\n            \"label\": \"Antarctica/Syowa\"\n        },\n        {\n            \"value\": \"Europe/Istanbul\",\n            \"label\": \"Europe/Istanbul\"\n        },\n        {\n            \"value\": \"Asia/Tehran\",\n            \"label\": \"Asia/Tehran\"\n        },\n        {\n            \"value\": \"Asia/Yerevan\",\n            \"label\": \"Asia/Yerevan\"\n        },\n        {\n            \"value\": \"Asia/Baku\",\n            \"label\": \"Asia/Baku\"\n        },\n        {\n            \"value\": \"Asia/Tbilisi\",\n            \"label\": \"Asia/Tbilisi\"\n        },\n        {\n            \"value\": \"Asia/Dubai\",\n            \"label\": \"Asia/Dubai\"\n        },\n        {\n            \"value\": \"Asia/Muscat\",\n            \"label\": \"Asia/Muscat\"\n        },\n        {\n            \"value\": \"Indian/Mauritius\",\n            \"label\": \"Indian/Mauritius\"\n        },\n        {\n            \"value\": \"Indian/Reunion\",\n            \"label\": \"Indian/Reunion\"\n        },\n        {\n            \"value\": \"Europe/Samara\",\n            \"label\": \"Europe/Samara\"\n        },\n        {\n            \"value\": \"Indian/Mahe\",\n            \"label\": \"Indian/Mahe\"\n        },\n        {\n            \"value\": \"Asia/Kabul\",\n            \"label\": \"Asia/Kabul\"\n        },\n        {\n            \"value\": \"Indian/Kerguelen\",\n            \"label\": \"Indian/Kerguelen\"\n        },\n        {\n            \"value\": \"Indian/Maldives\",\n            \"label\": \"Indian/Maldives\"\n        },\n        {\n            \"value\": \"Antarctica/Mawson\",\n            \"label\": \"Antarctica/Mawson\"\n        },\n        {\n            \"value\": \"Asia/Karachi\",\n            \"label\": \"Asia/Karachi\"\n        },\n        {\n            \"value\": \"Asia/Dushanbe\",\n            \"label\": \"Asia/Dushanbe\"\n        },\n        {\n            \"value\": \"Asia/Ashgabat\",\n            \"label\": \"Asia/Ashgabat\"\n        },\n        {\n            \"value\": \"Asia/Tashkent\",\n            \"label\": \"Asia/Tashkent\"\n        },\n        {\n            \"value\": \"Asia/Qyzylorda\",\n            \"label\": \"Asia/Qyzylorda\"\n        },\n        {\n            \"value\": \"Asia/Yekaterinburg\",\n            \"label\": \"Asia/Yekaterinburg\"\n        },\n        {\n            \"value\": \"Asia/Colombo\",\n            \"label\": \"Asia/Colombo\"\n        },\n        {\n            \"value\": \"Asia/Kolkata\",\n            \"label\": \"Asia/Kolkata\"\n        },\n        {\n            \"value\": \"Asia/Kathmandu\",\n            \"label\": \"Asia/Kathmandu\"\n        },\n        {\n            \"value\": \"Asia/Dhaka\",\n            \"label\": \"Asia/Dhaka\"\n        },\n        {\n            \"value\": \"Asia/Thimphu\",\n            \"label\": \"Asia/Thimphu\"\n        },\n        {\n            \"value\": \"Asia/Urumqi\",\n            \"label\": \"Asia/Urumqi\"\n        },\n        {\n            \"value\": \"Asia/Almaty\",\n            \"label\": \"Asia/Almaty\"\n        },\n        {\n            \"value\": \"Indian/Chagos\",\n            \"label\": \"Indian/Chagos\"\n        },\n        {\n            \"value\": \"Asia/Bishkek\",\n            \"label\": \"Asia/Bishkek\"\n        },\n        {\n            \"value\": \"Asia/Omsk\",\n            \"label\": \"Asia/Omsk\"\n        },\n        {\n            \"value\": \"Antarctica/Vostok\",\n            \"label\": \"Antarctica/Vostok\"\n        },\n        {\n            \"value\": \"Indian/Cocos\",\n            \"label\": \"Indian/Cocos\"\n        },\n        {\n            \"value\": \"Asia/Yangon\",\n            \"label\": \"Asia/Yangon\"\n        },\n        {\n            \"value\": \"Indian/Christmas\",\n            \"label\": \"Indian/Christmas\"\n        },\n        {\n            \"value\": \"Antarctica/Davis\",\n            \"label\": \"Antarctica/Davis\"\n        },\n        {\n            \"value\": \"Asia/Hovd\",\n            \"label\": \"Asia/Hovd\"\n        },\n        {\n            \"value\": \"Asia/Bangkok\",\n            \"label\": \"Asia/Bangkok\"\n        },\n        {\n            \"value\": \"Asia/Ho_Chi_Minh\",\n            \"label\": \"Asia/Ho_Chi_Minh\"\n        },\n        {\n            \"value\": \"Asia/Phnom_Penh\",\n            \"label\": \"Asia/Phnom_Penh\"\n        },\n        {\n            \"value\": \"Asia/Vientiane\",\n            \"label\": \"Asia/Vientiane\"\n        },\n        {\n            \"value\": \"Asia/Novosibirsk\",\n            \"label\": \"Asia/Novosibirsk\"\n        },\n        {\n            \"value\": \"Asia/Jakarta\",\n            \"label\": \"Asia/Jakarta\"\n        },\n        {\n            \"value\": \"Australia/Perth\",\n            \"label\": \"Australia/Perth\"\n        },\n        {\n            \"value\": \"Asia/Brunei\",\n            \"label\": \"Asia/Brunei\"\n        },\n        {\n            \"value\": \"Asia/Makassar\",\n            \"label\": \"Asia/Makassar\"\n        },\n        {\n            \"value\": \"Asia/Macau\",\n            \"label\": \"Asia/Macau\"\n        },\n        {\n            \"value\": \"Asia/Shanghai\",\n            \"label\": \"Asia/Shanghai\"\n        },\n        {\n            \"value\": \"Asia/Hong_Kong\",\n            \"label\": \"Asia/Hong_Kong\"\n        },\n        {\n            \"value\": \"Asia/Irkutsk\",\n            \"label\": \"Asia/Irkutsk\"\n        },\n        {\n            \"value\": \"Asia/Kuala_Lumpur\",\n            \"label\": \"Asia/Kuala_Lumpur\"\n        },\n        {\n            \"value\": \"Asia/Manila\",\n            \"label\": \"Asia/Manila\"\n        },\n        {\n            \"value\": \"Asia/Singapore\",\n            \"label\": \"Asia/Singapore\"\n        },\n        {\n            \"value\": \"Asia/Taipei\",\n            \"label\": \"Asia/Taipei\"\n        },\n        {\n            \"value\": \"Asia/Ulaanbaatar\",\n            \"label\": \"Asia/Ulaanbaatar\"\n        },\n        {\n            \"value\": \"Australia/Eucla\",\n            \"label\": \"Australia/Eucla\"\n        },\n        {\n            \"value\": \"Asia/Dili\",\n            \"label\": \"Asia/Dili\"\n        },\n        {\n            \"value\": \"Asia/Jayapura\",\n            \"label\": \"Asia/Jayapura\"\n        },\n        {\n            \"value\": \"Asia/Tokyo\",\n            \"label\": \"Asia/Tokyo\"\n        },\n        {\n            \"value\": \"Asia/Pyongyang\",\n            \"label\": \"Asia/Pyongyang\"\n        },\n        {\n            \"value\": \"Asia/Seoul\",\n            \"label\": \"Asia/Seoul\"\n        },\n        {\n            \"value\": \"Pacific/Palau\",\n            \"label\": \"Pacific/Palau\"\n        },\n        {\n            \"value\": \"Asia/Chita\",\n            \"label\": \"Asia/Chita\"\n        },\n        {\n            \"value\": \"Australia/Adelaide\",\n            \"label\": \"Australia/Adelaide\"\n        },\n        {\n            \"value\": \"Australia/Darwin\",\n            \"label\": \"Australia/Darwin\"\n        },\n        {\n            \"value\": \"Australia/Brisbane\",\n            \"label\": \"Australia/Brisbane\"\n        },\n        {\n            \"value\": \"Australia/Sydney\",\n            \"label\": \"Australia/Sydney\"\n        },\n        {\n            \"value\": \"Pacific/Guam\",\n            \"label\": \"Pacific/Guam\"\n        },\n        {\n            \"value\": \"Pacific/Saipan\",\n            \"label\": \"Pacific/Saipan\"\n        },\n        {\n            \"value\": \"Pacific/Chuuk\",\n            \"label\": \"Pacific/Chuuk\"\n        },\n        {\n            \"value\": \"Antarctica/DumontDUrville\",\n            \"label\": \"Antarctica/DumontDUrville\"\n        },\n        {\n            \"value\": \"Pacific/Port_Moresby\",\n            \"label\": \"Pacific/Port_Moresby\"\n        },\n        {\n            \"value\": \"Asia/Vladivostok\",\n            \"label\": \"Asia/Vladivostok\"\n        },\n        {\n            \"value\": \"Australia/Lord_Howe\",\n            \"label\": \"Australia/Lord_Howe\"\n        },\n        {\n            \"value\": \"Pacific/Bougainville\",\n            \"label\": \"Pacific/Bougainville\"\n        },\n        {\n            \"value\": \"Antarctica/Casey\",\n            \"label\": \"Antarctica/Casey\"\n        },\n        {\n            \"value\": \"Pacific/Kosrae\",\n            \"label\": \"Pacific/Kosrae\"\n        },\n        {\n            \"value\": \"Pacific/Noumea\",\n            \"label\": \"Pacific/Noumea\"\n        },\n        {\n            \"value\": \"Pacific/Norfolk\",\n            \"label\": \"Pacific/Norfolk\"\n        },\n        {\n            \"value\": \"Asia/Sakhalin\",\n            \"label\": \"Asia/Sakhalin\"\n        },\n        {\n            \"value\": \"Pacific/Guadalcanal\",\n            \"label\": \"Pacific/Guadalcanal\"\n        },\n        {\n            \"value\": \"Pacific/Efate\",\n            \"label\": \"Pacific/Efate\"\n        },\n        {\n            \"value\": \"Pacific/Fiji\",\n            \"label\": \"Pacific/Fiji\"\n        },\n        {\n            \"value\": \"Pacific/Tarawa\",\n            \"label\": \"Pacific/Tarawa\"\n        },\n        {\n            \"value\": \"Pacific/Majuro\",\n            \"label\": \"Pacific/Majuro\"\n        },\n        {\n            \"value\": \"Pacific/Nauru\",\n            \"label\": \"Pacific/Nauru\"\n        },\n        {\n            \"value\": \"Pacific/Auckland\",\n            \"label\": \"Pacific/Auckland\"\n        },\n        {\n            \"value\": \"Antarctica/McMurdo\",\n            \"label\": \"Antarctica/McMurdo\"\n        },\n        {\n            \"value\": \"Asia/Kamchatka\",\n            \"label\": \"Asia/Kamchatka\"\n        },\n        {\n            \"value\": \"Pacific/Funafuti\",\n            \"label\": \"Pacific/Funafuti\"\n        },\n        {\n            \"value\": \"Pacific/Wake\",\n            \"label\": \"Pacific/Wake\"\n        },\n        {\n            \"value\": \"Pacific/Wallis\",\n            \"label\": \"Pacific/Wallis\"\n        },\n        {\n            \"value\": \"Pacific/Chatham\",\n            \"label\": \"Pacific/Chatham\"\n        },\n        {\n            \"value\": \"Pacific/Apia\",\n            \"label\": \"Pacific/Apia\"\n        },\n        {\n            \"value\": \"Pacific/Enderbury\",\n            \"label\": \"Pacific/Enderbury\"\n        },\n        {\n            \"value\": \"Pacific/Fakaofo\",\n            \"label\": \"Pacific/Fakaofo\"\n        },\n        {\n            \"value\": \"Pacific/Tongatapu\",\n            \"label\": \"Pacific/Tongatapu\"\n        },\n        {\n            \"value\": \"Pacific/Kiritimati\",\n            \"label\": \"Pacific/Kiritimati\"\n        }\n    ]\n}"}],"_postman_id":"0073327e-ee6d-492c-977a-cec950a89c8d"}],"id":"f56677dc-3fc4-44a8-850c-5a48f6cc4eb2","_postman_id":"f56677dc-3fc4-44a8-850c-5a48f6cc4eb2","description":"","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}}},{"name":"Webhook","item":[],"id":"3bf62f25-7725-45cb-b9f6-749ec78b1a6d","description":"<h1 id=\"webhooks\">Webhooks</h1>\n<p>Webhooks allows you to receive programmatic notifications from Sales Simplify regarding changes to your data as they occur.</p>\n<p>Instead of requiring you to pull information through our API, webhooks will push the information to your endpoint. When any of these events are triggered, Salessimplify sends this notification as a HTTP POST request with a JSON body, at the termination point you specify.</p>\n<p><strong>Setup</strong>:</p>\n<ul>\n<li>Log in to your Sales Simplify account</li>\n<li>Go to Admin Settings &gt; Webhooks</li>\n<li>Add the webhook URL and Select actions.</li>\n<li>Save</li>\n</ul>\n<p>When we detect any change salessimplify in data, a POST request is made to the callback URL you added to your Sales simplify account.</p>\n<p><strong>Webhook Specifications:</strong></p>\n<ul>\n<li>Method: POST</li>\n<li>The <code>Content-Type</code> header should be set to <code>application/json</code></li>\n</ul>\n<h1 id=\"webhook---version-1-current\">Webhook - Version 1 (Current)</h1>\n<p><strong>Webhook format</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"meta\": {\n      \"action\": \"added\",\n      \"account_id\": xxxxx,\n      \"user_id\": xxxxx,\n      \"timestamp\": 1523440213000\n    },\n    \"retry\": 0,\n    \"data\": (the detailed data),\n    \"event\": \"event name\"\n\n\n}\n</code></pre>\n<p><strong>Webhook Data Format</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>meta.action/event</th>\n<th>data</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>Lead Added</code></td>\n<td>LeadSchema</td>\n</tr>\n<tr>\n<td><code>Lead Updated</code></td>\n<td>LeadSchema</td>\n</tr>\n<tr>\n<td><code>Lead Merged</code></td>\n<td>LeadSchema</td>\n</tr>\n<tr>\n<td><code>Lead Deleted</code></td>\n<td>{_id:string}</td>\n</tr>\n<tr>\n<td><code>Deal Added</code></td>\n<td>DealSchema</td>\n</tr>\n<tr>\n<td><code>Deal Updated</code></td>\n<td>DealSchema</td>\n</tr>\n<tr>\n<td><code>Deal Deleted</code></td>\n<td>{_id:string}</td>\n</tr>\n<tr>\n<td><code>Activity Added</code></td>\n<td>ActivitySchema</td>\n</tr>\n<tr>\n<td><code>People Added</code></td>\n<td>PeopleSchema</td>\n</tr>\n<tr>\n<td><code>People Updated</code></td>\n<td>PeopleSchema</td>\n</tr>\n<tr>\n<td><code>People Merged</code></td>\n<td>PeopleSchema</td>\n</tr>\n<tr>\n<td><code>People Deleted</code></td>\n<td>{_id:string}</td>\n</tr>\n<tr>\n<td><code>Company Added</code></td>\n<td>CompanySchema</td>\n</tr>\n<tr>\n<td><code>Company Updated</code></td>\n<td>CompanySchema</td>\n</tr>\n<tr>\n<td><code>Company Merged</code></td>\n<td>CompanySchema</td>\n</tr>\n<tr>\n<td><code>Company Deleted</code></td>\n<td>{_id:string}</td>\n</tr>\n<tr>\n<td><code>Product Added</code></td>\n<td>ProductSchema</td>\n</tr>\n<tr>\n<td><code>Product Updated</code></td>\n<td>ProductSchema</td>\n</tr>\n<tr>\n<td><code>Product Merged</code></td>\n<td>ProductSchema</td>\n</tr>\n<tr>\n<td><code>Product Deleted</code></td>\n<td>{_id:string}</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Schemas</strong>:</p>\n<p>Schema defines the data object of approprite module.</p>\n<ol>\n<li><p>LeadSchema - Described in Add Lead API <a href=\"#60106bf8-077c-47ed-99af-0787de09a665\">Add Lead API</a></p>\n</li>\n<li><p>DealSchema - Described in Add Deal API <a href=\"#9249336c-8fa0-4045-a313-76ad4b5a6acf\">Add Deal API</a></p>\n</li>\n<li><p>ActivitySchema - Described in Add Activity API <a href=\"#109adffc-1820-42d7-ac11-9f0fb7e5d902\">Add Activity API</a></p>\n</li>\n<li><p>PeopleSchema - Described in Add People API <a href=\"#6c0af9dc-94d4-42ff-b875-a9683f742cd3\">Add People API</a></p>\n</li>\n<li><p>CompanySchema - Described in Add Company API <a href=\"#6366d443-5e49-4e40-bb66-f949f2989d8a\">Add Company API</a></p>\n</li>\n<li><p>ProductSchema - Described in Add Product API <a href=\"#f2a65dce-2320-498b-84b9-978fc3cf88fb\">Add Product API</a></p>\n</li>\n</ol>\n<h3 id=\"sample-body\">Sample Body:</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"meta\": {\n    \"type\": \"webhook\",\n    \"event\": \"Lead Updated\",\n    \"accountId\": \"6298cc9a261ad1acd835ceef\",\n    \"userId\": \"6298cc9a261ad1acd835cef0\",\n    \"timestamp\": 1664364331990,\n    \"url\": \"https://webhook.site/26de5b72-5483-4859-8bd7-31be6ff1f0b1\",\n    \"webhookId\": \"6333f2c7fb4f29ddeceb7fbb\"\n  },\n  \"retry\": 0,\n  \"data\": {\n    \"_id\": \"6298cc9ed0b022c265fbc33a\",\n    \"tags\": [\n      {\n        \"_id\": \"6298cc9dd0b022c265fbc2a6\",\n        \"name\": \"Hot\",\n        \"colorCode\": \"#f6a6c2\"\n      },\n      {\n        \"_id\": \"6298cc9dd0b022c265fbc2a9\",\n        \"name\": \"Follow-up\",\n        \"colorCode\": \"#cc8aff\"\n      }\n    ],\n    \"mobile\": [],\n    \"phone\": [\n      3103636001\n    ],\n    \"otherPhone\": [],\n    \"email\": [\n      \"sales@spacex.com\"\n    ],\n    \"otherEmail\": [],\n    \"name\": \"Elon Musk\",\n    \"firstName\": \"Elon\",\n    \"lastName\": \"Musk\",\n    \"company\": {\n      \"_id\": \"6298cc9ed0b022c265fbc337\",\n      \"name\": \"SpaceX\",\n      \"website\": \"\"\n    },\n    \"createdAddress\": \"1 Rocket Road Hawthorne\",\n    \"billingCity\": \"Seattle\",\n    \"billingCountry\": \"USA\",\n    \"billingState\": \"CA\",\n    \"billingZipCode\": \"90250\",\n    \"website\": \"http://www.spacex.com\",\n    \"owner\": {\n      \"_id\": \"6298cc9a261ad1acd835cef0\",\n      \"fullName\": \"sahil\",\n      \"email\": \"sahil51@saino.io\",\n      \"userType\": \"OWNER\"\n    },\n    \"source\": \"Manually created\",\n    \"createdAt\": \"2022-06-02T14:43:42.070Z\",\n    \"updatedAt\": \"2022-09-28T11:25:31.979Z\",\n    \"followers\": null\n  },\n  \"current\": {},\n  \"previous\": {},\n  \"event\": \"Lead Updated\"\n}\n\n</code></pre>\n<h1 id=\"webhook---version-0-deprecated\">Webhook - Version 0 (Deprecated)</h1>\n<p><strong>Webhook format</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"meta\": {\n      \"action\": \"added\",\n      \"account_id\": xxxxx,\n      \"user_id\": xxxxx,\n      \"timestamp\": 1523440213000\n    },\n    \"retry\": 0,\n    \"current\": (the object data as of this update),\n    \"previous\": (the object data prior to this update),\n    \"event\": \"event name\"\n}\n</code></pre>\n<p><strong>Webhook Data Format</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>meta.action/event</th>\n<th>current</th>\n<th>previous</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>Lead Added</code></td>\n<td>LeadSchema</td>\n<td>{}</td>\n</tr>\n<tr>\n<td><code>Lead Updated</code></td>\n<td>LeadSchema</td>\n<td>LeadSchema</td>\n</tr>\n<tr>\n<td><code>Lead Merged</code></td>\n<td>LeadSchema</td>\n<td>[LeadSchema, LeadSchema]</td>\n</tr>\n<tr>\n<td><code>Lead Deleted</code></td>\n<td>{}</td>\n<td>LeadSchema</td>\n</tr>\n<tr>\n<td><code>Deal Added</code></td>\n<td>DealSchema</td>\n<td>{}</td>\n</tr>\n<tr>\n<td><code>Deal Updated</code></td>\n<td>DealSchema</td>\n<td>DealSchema</td>\n</tr>\n<tr>\n<td><code>Deal Deleted</code></td>\n<td>{}</td>\n<td>DealSchema</td>\n</tr>\n<tr>\n<td><code>Activity Added</code></td>\n<td>ActivitySchema</td>\n<td>{}</td>\n</tr>\n<tr>\n<td><code>People Added</code></td>\n<td>PeopleSchema</td>\n<td>{}</td>\n</tr>\n<tr>\n<td><code>People Updated</code></td>\n<td>PeopleSchema</td>\n<td>PeopleSchema</td>\n</tr>\n<tr>\n<td><code>People Merged</code></td>\n<td>PeopleSchema</td>\n<td>[PeopleSchema, PeopleSchema]</td>\n</tr>\n<tr>\n<td><code>People Deleted</code></td>\n<td>{}</td>\n<td>PeopleSchema</td>\n</tr>\n<tr>\n<td><code>Company Added</code></td>\n<td>CompanySchema</td>\n<td>{}</td>\n</tr>\n<tr>\n<td><code>Company Updated</code></td>\n<td>CompanySchema</td>\n<td>CompanySchema</td>\n</tr>\n<tr>\n<td><code>Company Merged</code></td>\n<td>CompanySchema</td>\n<td>[CompanySchema, CompanySchema]</td>\n</tr>\n<tr>\n<td><code>Company Deleted</code></td>\n<td>{}</td>\n<td>CompanySchema</td>\n</tr>\n<tr>\n<td><code>Product Added</code></td>\n<td>ProductSchema</td>\n<td>{}</td>\n</tr>\n<tr>\n<td><code>Product Updated</code></td>\n<td>ProductSchema</td>\n<td>ProductSchema</td>\n</tr>\n<tr>\n<td><code>Product Merged</code></td>\n<td>ProductSchema</td>\n<td>[ProductSchema, ProductSchema]</td>\n</tr>\n<tr>\n<td><code>Product Deleted</code></td>\n<td>{}</td>\n<td>ProductSchema</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Schemas</strong>:</p>\n<p>Schema defines the data object of approprite module.</p>\n<ol>\n<li><p>LeadSchema - Described in Add Lead API <a href=\"#60106bf8-077c-47ed-99af-0787de09a665\">Add Lead API</a></p>\n</li>\n<li><p>DealSchema - Described in Add Deal API <a href=\"#9249336c-8fa0-4045-a313-76ad4b5a6acf\">Add Deal API</a></p>\n</li>\n<li><p>ActivitySchema - Described in Add Activity API <a href=\"#109adffc-1820-42d7-ac11-9f0fb7e5d902\">Add Activity API</a></p>\n</li>\n<li><p>PeopleSchema - Described in Add People API <a href=\"#6c0af9dc-94d4-42ff-b875-a9683f742cd3\">Add People API</a></p>\n</li>\n<li><p>CompanySchema - Described in Add Company API <a href=\"#6366d443-5e49-4e40-bb66-f949f2989d8a\">Add Company API</a></p>\n</li>\n<li><p>ProductSchema - Described in Add Product API <a href=\"#f2a65dce-2320-498b-84b9-978fc3cf88fb\">Add Product API</a></p>\n</li>\n</ol>\n<h3 id=\"sample-body-1\">Sample Body:</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"meta\": {\n    \"event\": \"Lead Updated\",\n    \"accountId\": \"621788c9b5695b09af916f9f\",\n    \"userId\": \"621788c9b5695b09af916fa0\",\n    \"timestamp\": 1647587021935,\n    \"url\": \"https://xyz.site/b7ff84d6-a7ec-45c3-a45e-de2355f79734\",\n    \"webhookId\": \"62342c9cb2910f4b103d4764\"\n  },\n  \"retry\": 0,\n  \"current\": {\n    \"_id\": \"622edeaaa7b3ec72cde9c797\",\n    \"state\": \"active_lead\",\n    \"isDeleted\": false,\n    \"tags\": [\n      \"621788cd4620ca0620af859c\"\n    ],\n    \"mobile\": [],\n    \"phone\": [],\n    \"otherPhone\": [],\n    \"email\": [\n      \"mwantlingrp@narod.ru\"\n    ],\n    \"otherEmail\": [],\n    \"mergedIds\": [],\n    \"owner\": \"621788c9b5695b09af916fa0\",\n    \"firstName\": \"Merrill\",\n    \"lastName\": \"Wantling\",\n    \"website\": \"https://techcrunch.com/vel/nulla.aspx\",\n   \n    \"source\": \"Import\",\n    \"name\": \"Merrill Wantling\",\n    \"__v\": 0,\n    \"createdAt\": \"2022-03-14T06:20:27.543Z\",\n    \"updatedAt\": \"2022-03-18T07:03:41.917Z\"\n  },\n  \"previous\": {\n    \"_id\": \"622edeaaa7b3ec72cde9c797\",\n    \"state\": \"active_lead\",\n    \"isDeleted\": false,\n    \"tags\": [],\n    \"mobile\": [],\n    \"phone\": [],\n    \"otherPhone\": [],\n    \"email\": [\n      \"mwantlingrp@narod.ru\"\n    ],\n    \"otherEmail\": [],\n    \"mergedIds\": [],\n    \"owner\": \"621788c9b5695b09af916fa0\",\n    \"firstName\": \"Merrill\",\n    \"lastName\": \"Wantling\",\n    \"website\": \"https://techcrunch.com/vel/nulla.aspx\",\n    \"source\": \"Import\",\n    \"name\": \"Merrill Wantling\",\n    \"__v\": 0,\n    \"createdAt\": \"2022-03-14T06:20:27.543Z\",\n    \"updatedAt\": \"2022-03-14T06:20:27.543Z\"\n  },\n  \"event\": \"Lead Updated\"\n}\n\n</code></pre>\n","_postman_id":"3bf62f25-7725-45cb-b9f6-749ec78b1a6d","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}}},{"name":"Error Codes","item":[],"id":"f5ed0fdc-934b-49df-a85b-2fec08d6a5a5","description":"<h1 id=\"errors-and-response-codes\">Errors and Response codes</h1>\n<p>While using salessimplify's APIs, you may run into some standard response and error codes. The most common ones are listed along with their descriptions as follows:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>RESPONSE CODE</strong></th>\n<th><strong>DESCRIPTION</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>200</code> &amp; <code>202</code> - <strong>OK</strong> &amp; <strong>Accepted</strong></td>\n<td>Everything worked as expected, and you'll get a response. Some APIs may respond with an error message if data is invalid.</td>\n</tr>\n<tr>\n<td><code>400</code> - <strong>Bad Request</strong></td>\n<td>The request was invalid or cannot be otherwise served.</td>\n</tr>\n<tr>\n<td><code>401</code> - <strong>Unauthorized</strong></td>\n<td>There is some error during validation. You need to check your token or credentials.</td>\n</tr>\n<tr>\n<td><code>404</code> - <strong>Not Found</strong></td>\n<td>The URI requested is invalid or the resource requested does not exist.</td>\n</tr>\n<tr>\n<td><code>405</code> - <strong>Method Not Allowed</strong></td>\n<td>The API was accessed using the wrong method. Check your HTTP method.</td>\n</tr>\n<tr>\n<td><code>422</code> - <strong>Unprocessable Entity</strong></td>\n<td>It means the request contains incorrect syntax or cannot be fulfilled. Try checking your code for errors.</td>\n</tr>\n<tr>\n<td><code>429</code> - <strong>Too Many Requests</strong></td>\n<td>You have exceeded the API call rate limit.</td>\n</tr>\n<tr>\n<td><code>500</code>, <code>502</code>, <code>503</code>, <code>504</code> - <strong>Server Errors</strong></td>\n<td>Some server error has occurred. Some APIs may show this due to syntax or parameter errors. Try contacting support if this persists.</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"common-errors-in-lead-deal-activity-people-company-and-product-module\">Common Errors In Lead, Deal, Activity, People, Company and Product Module</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>RESPONSE CODE</strong></th>\n<th><strong>Error</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Example</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>400</code></td>\n<td>You dont Have permission to perform <code>{edit/delete}</code> operation on selected <code>{lead/people/company/deal/product}</code> module. Contact admin to give permission.</td>\n<td>Permission Restriction</td>\n<td>You dont Have permission to perform edit operation on selected lead module. Contact admin to give permission.</td>\n</tr>\n<tr>\n<td><code>400</code></td>\n<td>You dont have permission to <code>{import/export}</code> data.</td>\n<td>Permission Restriction</td>\n<td>You dont have permission to import data.</td>\n</tr>\n<tr>\n<td><code>400</code></td>\n<td>You dont have permission to <code>{edit/delete}</code> <code>{lead/people/company/deal/product}</code>.</td>\n<td>Permission Restriction</td>\n<td>You dont have permission to delete product.</td>\n</tr>\n<tr>\n<td><code>400</code></td>\n<td>Current feature is not part of your subsccribed plan. please upgrade your plan to get currenct feature access.</td>\n<td>Billing Plan Restriction</td>\n<td>Current feature is not part of your subsccribed plan. please upgrade your plan to get currenct feature access.</td>\n</tr>\n<tr>\n<td><code>400</code></td>\n<td>You don't have permission to create more than <code>{record_limit}</code> records. Please upgrade your plan to create more records.</td>\n<td>Billing Plan Restriction</td>\n<td>You don't have permission to create more than 50000 records. Please upgrade your plan to create more records.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"f5ed0fdc-934b-49df-a85b-2fec08d6a5a5","auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":true,"source":{"_postman_id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","id":"34fd26a4-ea1b-44ad-8370-ada6c8c45485","name":"Sales Simplify API","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"token":"<token>"}},"event":[{"listen":"prerequest","script":{"id":"0dc9f58e-d7cd-48ba-b057-3f68dc3eae0f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0fac90ce-13c8-4488-b1f8-40b5a107c057","type":"text/javascript","exec":[""]}}]}