{"info":{"_postman_id":"9dd2679e-32fb-4907-8681-a8e6544a59cb","name":"Dock CMS API","description":"<html><head></head><body><p>The Dock CMS API provides an interface for third-party applications to interact with your Dock CMS by sending and receiving data as JSON (JavaScript Object Notation) objects.</p>\n<p>It is organized around REST. Our API has predictable resource-oriented URLs and uses standard HTTP response codes and verbs.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"20938782","collectionId":"9dd2679e-32fb-4907-8681-a8e6544a59cb","publishedId":"UyxgKo8C","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2024-10-24T12:02:06.000Z"},"item":[{"name":"General","item":[{"name":"List DropDownOptions","id":"1af7928d-d4fa-437a-a21a-8a4cfe4daf57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","value":"{{api_key}}","type":"text"}],"url":"{{base_url}}/api/dropdown-options","description":"<p>This API is used to get the dropdown options available for a field of type dropdown. To get result of a dropdown field, you have to pass field internal name as parameter RefColumn.</p>\n<p>For fields of Contract, Contract Request, Party ect we have to to prefix the RefColumn parameter. See the list below</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Entity</th>\n<th>RefColumn Parameter</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Contracts</td>\n<td>Contracts_[Field Internal Name]</td>\n</tr>\n<tr>\n<td>Contract Request</td>\n<td>ContractRequest_[Field Internal Name]</td>\n</tr>\n<tr>\n<td>Party</td>\n<td>Parties_[Field Internal Name]</td>\n</tr>\n<tr>\n<td>Task</td>\n<td>Tasks_[Field Internal Name]</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","dropdown-options"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"f5aec3d4-70ad-406a-962d-97742d6cbe32","name":"List ContractTypes","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api_key}}","type":"text"}],"url":{"raw":"{{base_url}}/api/dropdown-options?RefColumn=ContractTypes","host":["{{base_url}}"],"path":["api","dropdown-options"],"query":[{"key":"RefColumn","value":"ContractTypes"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"RateLimit-Limit","value":"30"},{"key":"RateLimit-Remaining","value":"29"},{"key":"RateLimit-Reset","value":"810"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"860"},{"key":"ETag","value":"W/\"35c-5n+6OPxnwBzbTrZwA6H++p39RXI\""},{"key":"Date","value":"Wed, 06 Apr 2022 11:46:07 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"ID\": 7,\n            \"Title\": \"Facility Maintenance\",\n            \"RefColumn\": \"ContractTypes\",\n            \"SortingOrder\": 1,\n            \"Color\": null\n        },\n        {\n            \"ID\": 8,\n            \"Title\": \"Janatorial Service\",\n            \"RefColumn\": \"ContractTypes\",\n            \"SortingOrder\": 2,\n            \"Color\": null\n        },\n        {\n            \"ID\": 9,\n            \"Title\": \"Lease\",\n            \"RefColumn\": \"ContractTypes\",\n            \"SortingOrder\": 3,\n            \"Color\": null\n        },\n        {\n            \"ID\": 10,\n            \"Title\": \"Mainframe Services\",\n            \"RefColumn\": \"ContractTypes\",\n            \"SortingOrder\": 4,\n            \"Color\": null\n        },\n        {\n            \"ID\": 11,\n            \"Title\": \"Managed Service\",\n            \"RefColumn\": \"ContractTypes\",\n            \"SortingOrder\": 5,\n            \"Color\": null\n        },\n        {\n            \"ID\": 12,\n            \"Title\": \"NDA\",\n            \"RefColumn\": \"ContractTypes\",\n            \"SortingOrder\": 6,\n            \"Color\": null\n        },\n        {\n            \"ID\": 13,\n            \"Title\": \"Product and Service\",\n            \"RefColumn\": \"ContractTypes\",\n            \"SortingOrder\": 7,\n            \"Color\": null\n        },\n        {\n            \"ID\": 14,\n            \"Title\": \"Service Agreement\",\n            \"RefColumn\": \"ContractTypes\",\n            \"SortingOrder\": 8,\n            \"Color\": null\n        },\n        {\n            \"ID\": 15,\n            \"Title\": \"Subscription\",\n            \"RefColumn\": \"ContractTypes\",\n            \"SortingOrder\": 9,\n            \"Color\": null\n        }\n    ]\n}"},{"id":"d12597aa-c964-4b4e-a2cf-f0f8dc3b6e33","name":"List Locations","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api_key}}","type":"text"}],"url":{"raw":"https://localhost:3000/api/dropdown-options?RefColumn=Locations","protocol":"https","host":["localhost"],"port":"3000","path":["api","dropdown-options"],"query":[{"key":"RefColumn","value":"Locations"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"RateLimit-Limit","value":"30"},{"key":"RateLimit-Remaining","value":"29"},{"key":"RateLimit-Reset","value":"91"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"861"},{"key":"ETag","value":"W/\"35d-uz1K3ONvKY0x5ZuyQmVI/Tp2c70\""},{"key":"Date","value":"Wed, 06 Apr 2022 11:28:06 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"ID\": 26,\n            \"Title\": \"Alaska\",\n            \"RefColumn\": \"Locations\",\n            \"SortingOrder\": 1,\n            \"Color\": null\n        },\n        {\n            \"ID\": 27,\n            \"Title\": \"California\",\n            \"RefColumn\": \"Locations\",\n            \"SortingOrder\": 2,\n            \"Color\": null\n        },\n        {\n            \"ID\": 28,\n            \"Title\": \"Chicago\",\n            \"RefColumn\": \"Locations\",\n            \"SortingOrder\": 3,\n            \"Color\": null\n        },\n        {\n            \"ID\": 29,\n            \"Title\": \"Florida\",\n            \"RefColumn\": \"Locations\",\n            \"SortingOrder\": 4,\n            \"Color\": null\n        },\n        {\n            \"ID\": 30,\n            \"Title\": \"Las Vegas\",\n            \"RefColumn\": \"Locations\",\n            \"SortingOrder\": 5,\n            \"Color\": null\n        },\n        {\n            \"ID\": 31,\n            \"Title\": \"Los Angeles\",\n            \"RefColumn\": \"Locations\",\n            \"SortingOrder\": 6,\n            \"Color\": null\n        },\n        {\n            \"ID\": 32,\n            \"Title\": \"New Jersey\",\n            \"RefColumn\": \"Locations\",\n            \"SortingOrder\": 7,\n            \"Color\": null\n        },\n        {\n            \"ID\": 33,\n            \"Title\": \"Orlando\",\n            \"RefColumn\": \"Locations\",\n            \"SortingOrder\": 8,\n            \"Color\": null\n        },\n        {\n            \"ID\": 34,\n            \"Title\": \"San Francisco\",\n            \"RefColumn\": \"Locations\",\n            \"SortingOrder\": 9,\n            \"Color\": null\n        },\n        {\n            \"ID\": 35,\n            \"Title\": \"Texas\",\n            \"RefColumn\": \"Locations\",\n            \"SortingOrder\": 10,\n            \"Color\": null\n        }\n    ]\n}"},{"id":"05eb2482-37ca-42e2-bbb6-cf0cfb72f07a","name":"List OwnershipStructures","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api_key}}","type":"text"}],"url":{"raw":"{{base_url}}/api/dropdown-options?RefColumn=OwnershipStructures","host":["{{base_url}}"],"path":["api","dropdown-options"],"query":[{"key":"RefColumn","value":"OwnershipStructures"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"RateLimit-Limit","value":"30"},{"key":"RateLimit-Remaining","value":"29"},{"key":"RateLimit-Reset","value":"350"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"409"},{"key":"ETag","value":"W/\"199-e6a0QURVfizsUh4KXLKkOGNT6d0\""},{"key":"Date","value":"Wed, 06 Apr 2022 11:38:48 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"ID\": 36,\n            \"Title\": \"LLC\",\n            \"RefColumn\": \"OwnershipStructures\",\n            \"SortingOrder\": 1,\n            \"Color\": null\n        },\n        {\n            \"ID\": 37,\n            \"Title\": \"Partnership\",\n            \"RefColumn\": \"OwnershipStructures\",\n            \"SortingOrder\": 2,\n            \"Color\": null\n        },\n        {\n            \"ID\": 38,\n            \"Title\": \"Sole Proprietorship\",\n            \"RefColumn\": \"OwnershipStructures\",\n            \"SortingOrder\": 3,\n            \"Color\": null\n        },\n        {\n            \"ID\": 39,\n            \"Title\": \"Corporation\",\n            \"RefColumn\": \"OwnershipStructures\",\n            \"SortingOrder\": 4,\n            \"Color\": null\n        }\n    ]\n}"},{"id":"ce0fda90-a668-494e-b8a8-5350a8ddbd57","name":"List Departments","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api_key}}","type":"text"}],"url":{"raw":"{{base_url}}/api/dropdown-options?RefColumn=Departments","host":["{{base_url}}"],"path":["api","dropdown-options"],"query":[{"key":"RefColumn","value":"Departments"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"RateLimit-Limit","value":"30"},{"key":"RateLimit-Remaining","value":"28"},{"key":"RateLimit-Reset","value":"16"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"949"},{"key":"ETag","value":"W/\"3b5-RVlECTK36GmKe4IEx0UhWxFzR2I\""},{"key":"Date","value":"Wed, 06 Apr 2022 11:44:26 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"ID\": 16,\n            \"Title\": \"Accounting and Finance\",\n            \"RefColumn\": \"Departments\",\n            \"SortingOrder\": 1,\n            \"Color\": null\n        },\n        {\n            \"ID\": 17,\n            \"Title\": \"Executive Management\",\n            \"RefColumn\": \"Departments\",\n            \"SortingOrder\": 2,\n            \"Color\": null\n        },\n        {\n            \"ID\": 18,\n            \"Title\": \"Human Resources\",\n            \"RefColumn\": \"Departments\",\n            \"SortingOrder\": 3,\n            \"Color\": null\n        },\n        {\n            \"ID\": 19,\n            \"Title\": \"Information Technology\",\n            \"RefColumn\": \"Departments\",\n            \"SortingOrder\": 4,\n            \"Color\": null\n        },\n        {\n            \"ID\": 20,\n            \"Title\": \"Legal\",\n            \"RefColumn\": \"Departments\",\n            \"SortingOrder\": 5,\n            \"Color\": null\n        },\n        {\n            \"ID\": 21,\n            \"Title\": \"Marketing\",\n            \"RefColumn\": \"Departments\",\n            \"SortingOrder\": 6,\n            \"Color\": null\n        },\n        {\n            \"ID\": 22,\n            \"Title\": \"Office Administration\",\n            \"RefColumn\": \"Departments\",\n            \"SortingOrder\": 7,\n            \"Color\": null\n        },\n        {\n            \"ID\": 23,\n            \"Title\": \"Operations\",\n            \"RefColumn\": \"Departments\",\n            \"SortingOrder\": 8,\n            \"Color\": null\n        },\n        {\n            \"ID\": 24,\n            \"Title\": \"Research and Development\",\n            \"RefColumn\": \"Departments\",\n            \"SortingOrder\": 9,\n            \"Color\": null\n        },\n        {\n            \"ID\": 25,\n            \"Title\": \"Sales\",\n            \"RefColumn\": \"Departments\",\n            \"SortingOrder\": 10,\n            \"Color\": null\n        }\n    ]\n}"},{"id":"f142d39a-a411-4b33-9f4e-32b4df07f921","name":"List Company Types","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api_key}}","type":"text"}],"url":{"raw":"{{base_url}}/api/dropdown-options?RefColumn=Company_Types","host":["{{base_url}}"],"path":["api","dropdown-options"],"query":[{"key":"RefColumn","value":"Company_Types"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"RateLimit-Limit","value":"30"},{"key":"RateLimit-Remaining","value":"29"},{"key":"RateLimit-Reset","value":"895"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"284"},{"key":"ETag","value":"W/\"11c-4NuvZqPn1f4BxBemCI5SJt8BjpY\""},{"key":"Date","value":"Fri, 22 Apr 2022 18:06:43 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"ID\": 1,\n            \"Title\": \"Affiliate\",\n            \"RefColumn\": \"Company_Types\",\n            \"SortingOrder\": 1,\n            \"Color\": null\n        },\n        {\n            \"ID\": 2,\n            \"Title\": \"Parent\",\n            \"RefColumn\": \"Company_Types\",\n            \"SortingOrder\": 2,\n            \"Color\": null\n        },\n        {\n            \"ID\": 3,\n            \"Title\": \"Subsidiary\",\n            \"RefColumn\": \"Company_Types\",\n            \"SortingOrder\": 3,\n            \"Color\": null\n        }\n    ]\n}"}],"_postman_id":"1af7928d-d4fa-437a-a21a-8a4cfe4daf57"},{"name":"List Fields","id":"404b14e8-b39e-4c5f-a1a2-0760df28440e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"api-key","value":"{{api_key}}","type":"text"}],"url":"{{base_url}}/api/fields?listname=Tasks","description":"<p>This API returns the Fields used in a form of entities like Party, Party Contact ect.</p>\n","urlObject":{"path":["api","fields"],"host":["{{base_url}}"],"query":[{"key":"listname","value":"Tasks"}],"variable":[]}},"response":[{"id":"04547720-12bf-4048-9e66-b21ac18d666e","name":"Party Fields","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"api-key","value":"{{api_key}}","type":"text"}],"url":{"raw":"{{base_url}}/api/fields?listname=Parties","host":["{{base_url}}"],"path":["api","fields"],"query":[{"key":"listname","value":"Parties"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"RateLimit-Limit","value":"30"},{"key":"RateLimit-Remaining","value":"29"},{"key":"RateLimit-Reset","value":"372"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"19086"},{"key":"ETag","value":"W/\"4a8e-cfmWjG9APSgo8hBnIqQ13iYaBpI\""},{"key":"Date","value":"Wed, 06 Apr 2022 13:26:46 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"ID\": 36,\n            \"Title\": \"Party#\",\n            \"InternalName\": \"PartyNo\",\n            \"ListName\": \"Parties\",\n            \"BaseField\": true,\n            \"Deletable\": false,\n            \"ListOrder\": 1,\n            \"FormOrder\": 1,\n            \"HiddenInListView\": false,\n            \"Hidden\": false,\n            \"HiddenInForm\": false,\n            \"HiddenInFilterForm\": false,\n            \"FieldType\": \"TEXT_FIELD\",\n            \"ValidationRules\": {\n                \"type\": \"string\",\n                \"required\": true\n            },\n            \"TypeAsString\": \"Text\",\n            \"AllowMultiple\": false,\n            \"Editable\": false,\n            \"ReadOnly\": true,\n            \"LookupListName\": null,\n            \"Extras\": null,\n            \"RefColumn\": null,\n            \"ColumnFilterable\": true,\n            \"ColumnSortable\": true,\n            \"ColumnType\": \"STRING\",\n            \"ColumnWidth\": 300,\n            \"Tooltip\": \"Auto-populated # by CMS when Party is created.\",\n            \"StaticDropDown\": false,\n            \"DefaultValue\": null,\n            \"PrivateField\": false\n        },\n        {\n            \"ID\": 37,\n            \"Title\": \"Party Name\",\n            \"InternalName\": \"Title\",\n            \"ListName\": \"Parties\",\n            \"BaseField\": true,\n            \"Deletable\": false,\n            \"ListOrder\": 2,\n            \"FormOrder\": 2,\n            \"HiddenInListView\": false,\n            \"Hidden\": false,\n            \"HiddenInForm\": false,\n            \"HiddenInFilterForm\": false,\n            \"FieldType\": \"TEXT_FIELD\",\n            \"ValidationRules\": {\n                \"type\": \"string\",\n                \"required\": true,\n                \"noTrailingSpace\": true\n            },\n            \"TypeAsString\": \"Text\",\n            \"AllowMultiple\": false,\n            \"Editable\": false,\n            \"ReadOnly\": false,\n            \"LookupListName\": null,\n            \"Extras\": null,\n            \"RefColumn\": null,\n            \"ColumnFilterable\": true,\n            \"ColumnSortable\": true,\n            \"ColumnType\": \"STRING\",\n            \"ColumnWidth\": 300,\n            \"Tooltip\": \"Enter text for the name of this Party.  Party name will get updated in Contract documents.\",\n            \"StaticDropDown\": false,\n            \"DefaultValue\": null,\n            \"PrivateField\": false\n        },\n        {\n            \"ID\": 38,\n            \"Title\": \"Party Type\",\n            \"InternalName\": \"PartyType\",\n            \"ListName\": \"Parties\",\n            \"BaseField\": true,\n            \"Deletable\": false,\n            \"ListOrder\": 3,\n            \"FormOrder\": 3,\n            \"HiddenInListView\": false,\n            \"Hidden\": false,\n            \"HiddenInForm\": false,\n            \"HiddenInFilterForm\": false,\n            \"FieldType\": \"DROPDOWN\",\n            \"ValidationRules\": {\n                \"type\": \"string\",\n                \"required\": true\n            },\n            \"TypeAsString\": \"Text\",\n            \"AllowMultiple\": false,\n            \"Editable\": false,\n            \"ReadOnly\": false,\n            \"LookupListName\": null,\n            \"Extras\": null,\n            \"RefColumn\": null,\n            \"ColumnFilterable\": true,\n            \"ColumnSortable\": true,\n            \"ColumnType\": \"STRING\",\n            \"ColumnWidth\": 300,\n            \"Tooltip\": \"Choose from the dropdown menu, is this Party considered a “Vendor” or “Customer”?  Vendors provide goods and services to your organization, so your organization can fulfill its mission.  Customers buy the goods and services that your organization creates/sells.\",\n            \"StaticDropDown\": true,\n            \"DefaultValue\": null,\n            \"PrivateField\": false\n        },\n        {\n            \"ID\": 39,\n            \"Title\": \"Type of Service\",\n            \"InternalName\": \"TypeOfServiceId\",\n            \"ListName\": \"Parties\",\n            \"BaseField\": true,\n            \"Deletable\": false,\n            \"ListOrder\": 4,\n            \"FormOrder\": 4,\n            \"HiddenInListView\": false,\n            \"Hidden\": false,\n            \"HiddenInForm\": false,\n            \"HiddenInFilterForm\": false,\n            \"FieldType\": \"DROPDOWN\",\n            \"ValidationRules\": {\n                \"type\": \"array\",\n                \"required\": true,\n                \"minLength\": 1\n            },\n            \"TypeAsString\": \"Number\",\n            \"AllowMultiple\": true,\n            \"Editable\": false,\n            \"ReadOnly\": false,\n            \"LookupListName\": null,\n            \"Extras\": null,\n            \"RefColumn\": \"TypeOfServices\",\n            \"ColumnFilterable\": true,\n            \"ColumnSortable\": true,\n            \"ColumnType\": \"OBJECT\",\n            \"ColumnWidth\": 200,\n            \"Tooltip\": \"Choose from the dropdown menu, what type of goods or services does this Party provide.\",\n            \"StaticDropDown\": false,\n            \"DefaultValue\": null,\n            \"PrivateField\": false\n        },\n        {\n            \"ID\": 40,\n            \"Title\": \"Contact Name\",\n            \"InternalName\": \"ContactName\",\n            \"ListName\": \"Parties\",\n            \"BaseField\": true,\n            \"Deletable\": false,\n            \"ListOrder\": 5,\n            \"FormOrder\": 5,\n            \"HiddenInListView\": false,\n            \"Hidden\": false,\n            \"HiddenInForm\": false,\n            \"HiddenInFilterForm\": false,\n            \"FieldType\": \"TEXT_FIELD\",\n            \"ValidationRules\": {\n                \"required\": false\n            },\n            \"TypeAsString\": \"Text\",\n            \"AllowMultiple\": false,\n            \"Editable\": false,\n            \"ReadOnly\": false,\n            \"LookupListName\": null,\n            \"Extras\": null,\n            \"RefColumn\": null,\n            \"ColumnFilterable\": true,\n            \"ColumnSortable\": false,\n            \"ColumnType\": \"STRING\",\n            \"ColumnWidth\": 200,\n            \"Tooltip\": \"Enter text, who is the primary contact person from the other Party?\",\n            \"StaticDropDown\": false,\n            \"DefaultValue\": null,\n            \"PrivateField\": false\n        },\n        {\n            \"ID\": 41,\n            \"Title\": \"Phone Number\",\n            \"InternalName\": \"PhoneNo\",\n            \"ListName\": \"Parties\",\n            \"BaseField\": true,\n            \"Deletable\": false,\n            \"ListOrder\": 6,\n            \"FormOrder\": 6,\n            \"HiddenInListView\": false,\n            \"Hidden\": false,\n            \"HiddenInForm\": false,\n            \"HiddenInFilterForm\": false,\n            \"FieldType\": \"TEXT_FIELD\",\n            \"ValidationRules\": {\n                \"required\": false\n            },\n            \"TypeAsString\": \"Text\",\n            \"AllowMultiple\": false,\n            \"Editable\": false,\n            \"ReadOnly\": false,\n            \"LookupListName\": null,\n            \"Extras\": null,\n            \"RefColumn\": null,\n            \"ColumnFilterable\": true,\n            \"ColumnSortable\": false,\n            \"ColumnType\": \"STRING\",\n            \"ColumnWidth\": 200,\n            \"Tooltip\": \"Enter text (integers), what is the direct phone number of the primary contact person from the other Party?\",\n            \"StaticDropDown\": false,\n            \"DefaultValue\": null,\n            \"PrivateField\": false\n        },\n        {\n            \"ID\": 42,\n            \"Title\": \"Email\",\n            \"InternalName\": \"Email\",\n            \"ListName\": \"Parties\",\n            \"BaseField\": true,\n            \"Deletable\": false,\n            \"ListOrder\": 7,\n            \"FormOrder\": 7,\n            \"HiddenInListView\": true,\n            \"Hidden\": false,\n            \"HiddenInForm\": false,\n            \"HiddenInFilterForm\": false,\n            \"FieldType\": \"TEXT_FIELD\",\n            \"ValidationRules\": {\n                \"required\": false\n            },\n            \"TypeAsString\": \"Text\",\n            \"AllowMultiple\": false,\n            \"Editable\": false,\n            \"ReadOnly\": false,\n            \"LookupListName\": null,\n            \"Extras\": null,\n            \"RefColumn\": null,\n            \"ColumnFilterable\": true,\n            \"ColumnSortable\": false,\n            \"ColumnType\": \"STRING\",\n            \"ColumnWidth\": 200,\n            \"Tooltip\": \"Enter text, what is the direct email address of the primary contact person from the other Party?\",\n            \"StaticDropDown\": false,\n            \"DefaultValue\": null,\n            \"PrivateField\": false\n        },\n        {\n            \"ID\": 43,\n            \"Title\": \"Shipping Address\",\n            \"InternalName\": \"ShippingAddressId\",\n            \"ListName\": \"Parties\",\n            \"BaseField\": true,\n            \"Deletable\": false,\n            \"ListOrder\": 8,\n            \"FormOrder\": 8,\n            \"HiddenInListView\": true,\n            \"Hidden\": false,\n            \"HiddenInForm\": false,\n            \"HiddenInFilterForm\": true,\n            \"FieldType\": \"DROPDOWN\",\n            \"ValidationRules\": {\n                \"type\": \"number\",\n                \"required\": false\n            },\n            \"TypeAsString\": \"Number\",\n            \"AllowMultiple\": false,\n            \"Editable\": false,\n            \"ReadOnly\": false,\n            \"LookupListName\": null,\n            \"Extras\": null,\n            \"RefColumn\": null,\n            \"ColumnFilterable\": false,\n            \"ColumnSortable\": false,\n            \"ColumnType\": \"OBJECT\",\n            \"ColumnWidth\": 200,\n            \"Tooltip\": \"Enter text of shipping address (i.e., 18700 Piper Lane, Suite 21, Lewisburg, TN 47612).\",\n            \"StaticDropDown\": false,\n            \"DefaultValue\": null,\n            \"PrivateField\": false\n        },\n        {\n            \"ID\": 44,\n            \"Title\": \"Billing Address\",\n            \"InternalName\": \"BillingAddressId\",\n            \"ListName\": \"Parties\",\n            \"BaseField\": true,\n            \"Deletable\": false,\n            \"ListOrder\": 9,\n            \"FormOrder\": 9,\n            \"HiddenInListView\": true,\n            \"Hidden\": false,\n            \"HiddenInForm\": false,\n            \"HiddenInFilterForm\": true,\n            \"FieldType\": \"DROPDOWN\",\n            \"ValidationRules\": {\n                \"type\": \"number\",\n                \"required\": false\n            },\n            \"TypeAsString\": \"Number\",\n            \"AllowMultiple\": false,\n            \"Editable\": false,\n            \"ReadOnly\": false,\n            \"LookupListName\": null,\n            \"Extras\": null,\n            \"RefColumn\": null,\n            \"ColumnFilterable\": false,\n            \"ColumnSortable\": false,\n            \"ColumnType\": \"OBJECT\",\n            \"ColumnWidth\": 200,\n            \"Tooltip\": \"Enter text of billing address (i.e., 200 Main Street, Lewisburg, TN 47612).\",\n            \"StaticDropDown\": false,\n            \"DefaultValue\": null,\n            \"PrivateField\": false\n        },\n        {\n            \"ID\": 45,\n            \"Title\": \"Rating\",\n            \"InternalName\": \"Rating\",\n            \"ListName\": \"Parties\",\n            \"BaseField\": true,\n            \"Deletable\": false,\n            \"ListOrder\": 10,\n            \"FormOrder\": 10,\n            \"HiddenInListView\": true,\n            \"Hidden\": false,\n            \"HiddenInForm\": false,\n            \"HiddenInFilterForm\": false,\n            \"FieldType\": \"RATING_FIELD\",\n            \"ValidationRules\": {\n                \"required\": true,\n                \"type\": \"number\"\n            },\n            \"TypeAsString\": \"Number\",\n            \"AllowMultiple\": false,\n            \"Editable\": false,\n            \"ReadOnly\": false,\n            \"LookupListName\": null,\n            \"Extras\": null,\n            \"RefColumn\": null,\n            \"ColumnFilterable\": true,\n            \"ColumnSortable\": true,\n            \"ColumnType\": \"3\",\n            \"ColumnWidth\": 200,\n            \"Tooltip\": \"Select 1 to 5 stars, based on the importance of this Party to your organization.\",\n            \"StaticDropDown\": false,\n            \"DefaultValue\": null,\n            \"PrivateField\": false\n        },\n        {\n            \"ID\": 46,\n            \"Title\": \"Risk\",\n            \"InternalName\": \"RiskId\",\n            \"ListName\": \"Parties\",\n            \"BaseField\": true,\n            \"Deletable\": false,\n            \"ListOrder\": 11,\n            \"FormOrder\": 11,\n            \"HiddenInListView\": false,\n            \"Hidden\": false,\n            \"HiddenInForm\": false,\n            \"HiddenInFilterForm\": false,\n            \"FieldType\": \"DROPDOWN\",\n            \"ValidationRules\": {\n                \"type\": \"number\",\n                \"required\": true\n            },\n            \"TypeAsString\": \"Number\",\n            \"AllowMultiple\": false,\n            \"Editable\": false,\n            \"ReadOnly\": false,\n            \"LookupListName\": null,\n            \"Extras\": null,\n            \"RefColumn\": \"Risks\",\n            \"ColumnFilterable\": true,\n            \"ColumnSortable\": true,\n            \"ColumnType\": \"OBJECT\",\n            \"ColumnWidth\": 200,\n            \"Tooltip\": \"Choose from the dropdown menu, what is the risk to your organization if other Party does not honor Contract terms?\",\n            \"StaticDropDown\": false,\n            \"DefaultValue\": null,\n            \"PrivateField\": false\n        },\n        {\n            \"ID\": 47,\n            \"Title\": \"Owners\",\n            \"InternalName\": \"Owners\",\n            \"ListName\": \"Parties\",\n            \"BaseField\": true,\n            \"Deletable\": false,\n            \"ListOrder\": 12,\n            \"FormOrder\": 12,\n            \"HiddenInListView\": false,\n            \"Hidden\": false,\n            \"HiddenInForm\": false,\n            \"HiddenInFilterForm\": false,\n            \"FieldType\": \"USER_FIELD\",\n            \"ValidationRules\": {\n                \"type\": \"array\",\n                \"required\": false\n            },\n            \"TypeAsString\": \"Text\",\n            \"AllowMultiple\": true,\n            \"Editable\": false,\n            \"ReadOnly\": false,\n            \"LookupListName\": null,\n            \"Extras\": null,\n            \"RefColumn\": null,\n            \"ColumnFilterable\": true,\n            \"ColumnSortable\": false,\n            \"ColumnType\": \"OBJECT\",\n            \"ColumnWidth\": 200,\n            \"Tooltip\": \"Choose from the dropdown menu, who is the person at your organization that is responsible for this Contract?\",\n            \"StaticDropDown\": false,\n            \"DefaultValue\": null,\n            \"PrivateField\": false\n        },\n        {\n            \"ID\": 48,\n            \"Title\": \"Notes\",\n            \"InternalName\": \"Notes\",\n            \"ListName\": \"Parties\",\n            \"BaseField\": true,\n            \"Deletable\": false,\n            \"ListOrder\": 13,\n            \"FormOrder\": 13,\n            \"HiddenInListView\": true,\n            \"Hidden\": false,\n            \"HiddenInForm\": false,\n            \"HiddenInFilterForm\": false,\n            \"FieldType\": \"MULTILINE_TEXT_FIELD\",\n            \"ValidationRules\": {\n                \"required\": false\n            },\n            \"TypeAsString\": \"Note\",\n            \"AllowMultiple\": false,\n            \"Editable\": false,\n            \"ReadOnly\": false,\n            \"LookupListName\": null,\n            \"Extras\": null,\n            \"RefColumn\": null,\n            \"ColumnFilterable\": false,\n            \"ColumnSortable\": false,\n            \"ColumnType\": \"STRING\",\n            \"ColumnWidth\": 200,\n            \"Tooltip\": \"Enter text, pertinent details about this Party or its goods or services, competitive advantages, favorable or unfavorable experiences, etc.  Text can be multiple lines.Enter text, pertinent details about this Party or its goods or services, competitive advantages, favorable or unfavorable experiences, etc.  Text can be multiple lines.\",\n            \"StaticDropDown\": false,\n            \"DefaultValue\": null,\n            \"PrivateField\": false\n        },\n        {\n            \"ID\": 49,\n            \"Title\": \"# of Employees\",\n            \"InternalName\": \"NoOfEmployees\",\n            \"ListName\": \"Parties\",\n            \"BaseField\": false,\n            \"Deletable\": false,\n            \"ListOrder\": 14,\n            \"FormOrder\": 14,\n            \"HiddenInListView\": true,\n            \"Hidden\": false,\n            \"HiddenInForm\": false,\n            \"HiddenInFilterForm\": false,\n            \"FieldType\": \"NUMBER_FIELD\",\n            \"ValidationRules\": {\n                \"type\": \"number\",\n                \"required\": false\n            },\n            \"TypeAsString\": \"Number\",\n            \"AllowMultiple\": false,\n            \"Editable\": false,\n            \"ReadOnly\": false,\n            \"LookupListName\": null,\n            \"Extras\": null,\n            \"RefColumn\": null,\n            \"ColumnFilterable\": false,\n            \"ColumnSortable\": false,\n            \"ColumnType\": \"STRING\",\n            \"ColumnWidth\": 200,\n            \"Tooltip\": \"Enter text (integers), how many employees work at the Party's company/organization?\",\n            \"StaticDropDown\": false,\n            \"DefaultValue\": null,\n            \"PrivateField\": false\n        },\n        {\n            \"ID\": 50,\n            \"Title\": \"Date Established\",\n            \"InternalName\": \"DateEstablished\",\n            \"ListName\": \"Parties\",\n            \"BaseField\": false,\n            \"Deletable\": false,\n            \"ListOrder\": 15,\n            \"FormOrder\": 15,\n            \"HiddenInListView\": true,\n            \"Hidden\": false,\n            \"HiddenInForm\": false,\n            \"HiddenInFilterForm\": false,\n            \"FieldType\": \"DATE_PICKER\",\n            \"ValidationRules\": {\n                \"type\": \"date\",\n                \"required\": false\n            },\n            \"TypeAsString\": \"DateTime\",\n            \"AllowMultiple\": false,\n            \"Editable\": false,\n            \"ReadOnly\": false,\n            \"LookupListName\": null,\n            \"Extras\": null,\n            \"RefColumn\": null,\n            \"ColumnFilterable\": false,\n            \"ColumnSortable\": false,\n            \"ColumnType\": \"STRING\",\n            \"ColumnWidth\": 200,\n            \"Tooltip\": \"Choose from the calendar icon, what year did this Party start its operations?\",\n            \"StaticDropDown\": false,\n            \"DefaultValue\": null,\n            \"PrivateField\": false\n        },\n        {\n            \"ID\": 51,\n            \"Title\": \"State Of Incorporation\",\n            \"InternalName\": \"StateOfIncorporation\",\n            \"ListName\": \"Parties\",\n            \"BaseField\": false,\n            \"Deletable\": false,\n            \"ListOrder\": 16,\n            \"FormOrder\": 16,\n            \"HiddenInListView\": true,\n            \"Hidden\": false,\n            \"HiddenInForm\": false,\n            \"HiddenInFilterForm\": false,\n            \"FieldType\": \"TEXT_FIELD\",\n            \"ValidationRules\": {\n                \"type\": \"string\",\n                \"required\": false\n            },\n            \"TypeAsString\": \"Text\",\n            \"AllowMultiple\": false,\n            \"Editable\": false,\n            \"ReadOnly\": false,\n            \"LookupListName\": null,\n            \"Extras\": null,\n            \"RefColumn\": null,\n            \"ColumnFilterable\": false,\n            \"ColumnSortable\": false,\n            \"ColumnType\": \"STRING\",\n            \"ColumnWidth\": 200,\n            \"Tooltip\": \"Enter text, what state did this Party register when it was established?\",\n            \"StaticDropDown\": false,\n            \"DefaultValue\": null,\n            \"PrivateField\": false\n        },\n        {\n            \"ID\": 52,\n            \"Title\": \"Type of Business\",\n            \"InternalName\": \"TypeOfBusiness\",\n            \"ListName\": \"Parties\",\n            \"BaseField\": false,\n            \"Deletable\": false,\n            \"ListOrder\": 17,\n            \"FormOrder\": 17,\n            \"HiddenInListView\": true,\n            \"Hidden\": false,\n            \"HiddenInForm\": false,\n            \"HiddenInFilterForm\": false,\n            \"FieldType\": \"DROPDOWN\",\n            \"ValidationRules\": {\n                \"type\": \"number\",\n                \"required\": false\n            },\n            \"TypeAsString\": \"Number\",\n            \"AllowMultiple\": false,\n            \"Editable\": false,\n            \"ReadOnly\": false,\n            \"LookupListName\": null,\n            \"Extras\": null,\n            \"RefColumn\": \"TypeOfBusinesses\",\n            \"ColumnFilterable\": true,\n            \"ColumnSortable\": true,\n            \"ColumnType\": \"OBJECT\",\n            \"ColumnWidth\": 200,\n            \"Tooltip\": \"Choose from the dropdown menu, how does this Party operate to its customers?\",\n            \"StaticDropDown\": false,\n            \"DefaultValue\": null,\n            \"PrivateField\": false\n        },\n        {\n            \"ID\": 53,\n            \"Title\": \"Ownership Structure\",\n            \"InternalName\": \"OwnershipStructure\",\n            \"ListName\": \"Parties\",\n            \"BaseField\": false,\n            \"Deletable\": false,\n            \"ListOrder\": 18,\n            \"FormOrder\": 18,\n            \"HiddenInListView\": true,\n            \"Hidden\": false,\n            \"HiddenInForm\": false,\n            \"HiddenInFilterForm\": false,\n            \"FieldType\": \"DROPDOWN\",\n            \"ValidationRules\": {\n                \"type\": \"number\",\n                \"required\": false\n            },\n            \"TypeAsString\": \"Number\",\n            \"AllowMultiple\": false,\n            \"Editable\": false,\n            \"ReadOnly\": false,\n            \"LookupListName\": null,\n            \"Extras\": null,\n            \"RefColumn\": \"OwnershipStructures\",\n            \"ColumnFilterable\": true,\n            \"ColumnSortable\": true,\n            \"ColumnType\": \"OBJECT\",\n            \"ColumnWidth\": 200,\n            \"Tooltip\": \"Choose from dropdown menu, how is this Party owned?\",\n            \"StaticDropDown\": false,\n            \"DefaultValue\": null,\n            \"PrivateField\": false\n        },\n        {\n            \"ID\": 54,\n            \"Title\": \"Federal ID\",\n            \"InternalName\": \"FederalID\",\n            \"ListName\": \"Parties\",\n            \"BaseField\": false,\n            \"Deletable\": false,\n            \"ListOrder\": 19,\n            \"FormOrder\": 19,\n            \"HiddenInListView\": true,\n            \"Hidden\": false,\n            \"HiddenInForm\": false,\n            \"HiddenInFilterForm\": false,\n            \"FieldType\": \"TEXT_FIELD\",\n            \"ValidationRules\": {\n                \"type\": \"string\",\n                \"required\": false\n            },\n            \"TypeAsString\": \"Text\",\n            \"AllowMultiple\": false,\n            \"Editable\": false,\n            \"ReadOnly\": false,\n            \"LookupListName\": null,\n            \"Extras\": null,\n            \"RefColumn\": null,\n            \"ColumnFilterable\": true,\n            \"ColumnSortable\": true,\n            \"ColumnType\": \"OBJECT\",\n            \"ColumnWidth\": 200,\n            \"Tooltip\": \"Enter text (integers), what is the 9-digit Federal ID # (FEIN) for this Party?\",\n            \"StaticDropDown\": false,\n            \"DefaultValue\": null,\n            \"PrivateField\": false\n        },\n        {\n            \"ID\": 55,\n            \"Title\": \"State ID\",\n            \"InternalName\": \"StateID\",\n            \"ListName\": \"Parties\",\n            \"BaseField\": false,\n            \"Deletable\": false,\n            \"ListOrder\": 20,\n            \"FormOrder\": 20,\n            \"HiddenInListView\": true,\n            \"Hidden\": false,\n            \"HiddenInForm\": false,\n            \"HiddenInFilterForm\": false,\n            \"FieldType\": \"TEXT_FIELD\",\n            \"ValidationRules\": {\n                \"type\": \"string\",\n                \"required\": false\n            },\n            \"TypeAsString\": \"Text\",\n            \"AllowMultiple\": false,\n            \"Editable\": false,\n            \"ReadOnly\": false,\n            \"LookupListName\": null,\n            \"Extras\": null,\n            \"RefColumn\": null,\n            \"ColumnFilterable\": true,\n            \"ColumnSortable\": true,\n            \"ColumnType\": \"OBJECT\",\n            \"ColumnWidth\": 200,\n            \"Tooltip\": \"Enter text (integers), what is the State Sales Tax ID # for this Party?\",\n            \"StaticDropDown\": false,\n            \"DefaultValue\": null,\n            \"PrivateField\": false\n        },\n        {\n            \"ID\": 56,\n            \"Title\": \"SIC Code\",\n            \"InternalName\": \"SICCode\",\n            \"ListName\": \"Parties\",\n            \"BaseField\": false,\n            \"Deletable\": false,\n            \"ListOrder\": 21,\n            \"FormOrder\": 21,\n            \"HiddenInListView\": true,\n            \"Hidden\": false,\n            \"HiddenInForm\": false,\n            \"HiddenInFilterForm\": false,\n            \"FieldType\": \"TEXT_FIELD\",\n            \"ValidationRules\": {\n                \"type\": \"string\",\n                \"required\": false\n            },\n            \"TypeAsString\": \"Text\",\n            \"AllowMultiple\": false,\n            \"Editable\": false,\n            \"ReadOnly\": false,\n            \"LookupListName\": null,\n            \"Extras\": null,\n            \"RefColumn\": null,\n            \"ColumnFilterable\": true,\n            \"ColumnSortable\": true,\n            \"ColumnType\": \"OBJECT\",\n            \"ColumnWidth\": 200,\n            \"Tooltip\": \"Enter text (integers), what is the 4-digit Standard Industrial Classification (SIC) for this Party?\",\n            \"StaticDropDown\": false,\n            \"DefaultValue\": null,\n            \"PrivateField\": false\n        },\n        {\n            \"ID\": 57,\n            \"Title\": \"DUNS #\",\n            \"InternalName\": \"DUNSNo\",\n            \"ListName\": \"Parties\",\n            \"BaseField\": false,\n            \"Deletable\": false,\n            \"ListOrder\": 22,\n            \"FormOrder\": 22,\n            \"HiddenInListView\": true,\n            \"Hidden\": false,\n            \"HiddenInForm\": false,\n            \"HiddenInFilterForm\": false,\n            \"FieldType\": \"TEXT_FIELD\",\n            \"ValidationRules\": {\n                \"type\": \"string\",\n                \"required\": false\n            },\n            \"TypeAsString\": \"Text\",\n            \"AllowMultiple\": false,\n            \"Editable\": false,\n            \"ReadOnly\": false,\n            \"LookupListName\": null,\n            \"Extras\": null,\n            \"RefColumn\": null,\n            \"ColumnFilterable\": true,\n            \"ColumnSortable\": true,\n            \"ColumnType\": \"OBJECT\",\n            \"ColumnWidth\": 200,\n            \"Tooltip\": \"Enter text (integers), what is the 9-digit Data Universal Numbering System (DUNS) # for this Party?\",\n            \"StaticDropDown\": false,\n            \"DefaultValue\": null,\n            \"PrivateField\": false\n        },\n        {\n            \"ID\": 58,\n            \"Title\": \"Is your company controlled by a parent or any other organization?\",\n            \"InternalName\": \"IsYourCompanyControlledByParent\",\n            \"ListName\": \"Parties\",\n            \"BaseField\": false,\n            \"Deletable\": false,\n            \"ListOrder\": 23,\n            \"FormOrder\": 23,\n            \"HiddenInListView\": true,\n            \"Hidden\": false,\n            \"HiddenInForm\": false,\n            \"HiddenInFilterForm\": false,\n            \"FieldType\": \"CHECKBOX_FIELD\",\n            \"ValidationRules\": {\n                \"type\": \"boolean\",\n                \"required\": false\n            },\n            \"TypeAsString\": \"Text\",\n            \"AllowMultiple\": false,\n            \"Editable\": false,\n            \"ReadOnly\": false,\n            \"LookupListName\": null,\n            \"Extras\": null,\n            \"RefColumn\": null,\n            \"ColumnFilterable\": true,\n            \"ColumnSortable\": true,\n            \"ColumnType\": \"OBJECT\",\n            \"ColumnWidth\": 200,\n            \"Tooltip\": \"Click checkbox if this Party is controlled by a parent company or any other organization.\",\n            \"StaticDropDown\": false,\n            \"DefaultValue\": null,\n            \"PrivateField\": false\n        },\n        {\n            \"ID\": 59,\n            \"Title\": \"Parent Company\",\n            \"InternalName\": \"ParentCompany\",\n            \"ListName\": \"Parties\",\n            \"BaseField\": false,\n            \"Deletable\": false,\n            \"ListOrder\": 24,\n            \"FormOrder\": 24,\n            \"HiddenInListView\": true,\n            \"Hidden\": false,\n            \"HiddenInForm\": false,\n            \"HiddenInFilterForm\": false,\n            \"FieldType\": \"TEXT_FIELD\",\n            \"ValidationRules\": {\n                \"type\": \"string\",\n                \"required\": false\n            },\n            \"TypeAsString\": \"Text\",\n            \"AllowMultiple\": false,\n            \"Editable\": false,\n            \"ReadOnly\": false,\n            \"LookupListName\": null,\n            \"Extras\": null,\n            \"RefColumn\": null,\n            \"ColumnFilterable\": true,\n            \"ColumnSortable\": true,\n            \"ColumnType\": \"OBJECT\",\n            \"ColumnWidth\": 200,\n            \"Tooltip\": \"Enter text, what is the name of this Party's parent company (i.e., Vector Group Ltd., Inc.)?\",\n            \"StaticDropDown\": false,\n            \"DefaultValue\": null,\n            \"PrivateField\": false\n        },\n        {\n            \"ID\": 60,\n            \"Title\": \"Former Names Your Company Has Operated Under\",\n            \"InternalName\": \"FormerNamesOfYourCompany\",\n            \"ListName\": \"Parties\",\n            \"BaseField\": false,\n            \"Deletable\": false,\n            \"ListOrder\": 25,\n            \"FormOrder\": 25,\n            \"HiddenInListView\": true,\n            \"Hidden\": false,\n            \"HiddenInForm\": false,\n            \"HiddenInFilterForm\": false,\n            \"FieldType\": \"TEXT_FIELD\",\n            \"ValidationRules\": {\n                \"type\": \"string\",\n                \"required\": false\n            },\n            \"TypeAsString\": \"Text\",\n            \"AllowMultiple\": false,\n            \"Editable\": false,\n            \"ReadOnly\": false,\n            \"LookupListName\": null,\n            \"Extras\": null,\n            \"RefColumn\": null,\n            \"ColumnFilterable\": true,\n            \"ColumnSortable\": true,\n            \"ColumnType\": \"OBJECT\",\n            \"ColumnWidth\": 200,\n            \"Tooltip\": \"Enter text, what is/are the former name(s) of this Party (i.e., The Liggett Group, Inc.)?\",\n            \"StaticDropDown\": false,\n            \"DefaultValue\": null,\n            \"PrivateField\": false\n        },\n        {\n            \"ID\": 61,\n            \"Title\": \"Status\",\n            \"InternalName\": \"Status\",\n            \"ListName\": \"Parties\",\n            \"BaseField\": true,\n            \"Deletable\": false,\n            \"ListOrder\": 26,\n            \"FormOrder\": 26,\n            \"HiddenInListView\": false,\n            \"Hidden\": false,\n            \"HiddenInForm\": true,\n            \"HiddenInFilterForm\": false,\n            \"FieldType\": \"DROPDOWN\",\n            \"ValidationRules\": {\n                \"type\": \"number\",\n                \"required\": true\n            },\n            \"TypeAsString\": \"Number\",\n            \"AllowMultiple\": false,\n            \"Editable\": false,\n            \"ReadOnly\": false,\n            \"LookupListName\": null,\n            \"Extras\": null,\n            \"RefColumn\": null,\n            \"ColumnFilterable\": true,\n            \"ColumnSortable\": true,\n            \"ColumnType\": \"3\",\n            \"ColumnWidth\": 200,\n            \"Tooltip\": null,\n            \"StaticDropDown\": false,\n            \"DefaultValue\": null,\n            \"PrivateField\": false\n        },\n        {\n            \"ID\": 74,\n            \"Title\": \"Created\",\n            \"InternalName\": \"Created\",\n            \"ListName\": \"Parties\",\n            \"BaseField\": true,\n            \"Deletable\": false,\n            \"ListOrder\": 10,\n            \"FormOrder\": 4,\n            \"HiddenInListView\": false,\n            \"Hidden\": false,\n            \"HiddenInForm\": true,\n            \"HiddenInFilterForm\": false,\n            \"FieldType\": \"DATE_PICKER\",\n            \"ValidationRules\": {\n                \"type\": \"date\",\n                \"required\": false\n            },\n            \"TypeAsString\": \"DateTime\",\n            \"AllowMultiple\": false,\n            \"Editable\": false,\n            \"ReadOnly\": true,\n            \"LookupListName\": null,\n            \"Extras\": null,\n            \"RefColumn\": null,\n            \"ColumnFilterable\": true,\n            \"ColumnSortable\": true,\n            \"ColumnType\": \"DATE\",\n            \"ColumnWidth\": 200,\n            \"Tooltip\": \"The date in which this party is created\",\n            \"StaticDropDown\": false,\n            \"DefaultValue\": null,\n            \"PrivateField\": false\n        }\n    ]\n}"},{"id":"54d041d2-8293-4475-8180-560780800d15","name":"Party Contacts Fields","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"api-key","value":"{{api_key}}","type":"text"}],"url":{"raw":"{{base_url}}/api/fields?listname=Party Contacts","host":["{{base_url}}"],"path":["api","fields"],"query":[{"key":"listname","value":"Party Contacts"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"RateLimit-Limit","value":"30"},{"key":"RateLimit-Remaining","value":"28"},{"key":"RateLimit-Reset","value":"206"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"5666"},{"key":"ETag","value":"W/\"1622-16XNwCKylK30ak3aRzZ874u2nHE\""},{"key":"Date","value":"Wed, 06 Apr 2022 13:29:32 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"ID\": 104,\n            \"Title\": \"Title\",\n            \"InternalName\": \"Title\",\n            \"ListName\": \"Party Contacts\",\n            \"BaseField\": true,\n            \"Deletable\": false,\n            \"ListOrder\": 1,\n            \"FormOrder\": 1,\n            \"HiddenInListView\": false,\n            \"Hidden\": false,\n            \"HiddenInForm\": false,\n            \"HiddenInFilterForm\": false,\n            \"FieldType\": \"TEXT_FIELD\",\n            \"ValidationRules\": {\n                \"type\": \"string\",\n                \"required\": true,\n                \"noTrailingSpace\": true\n            },\n            \"TypeAsString\": \"Text\",\n            \"AllowMultiple\": false,\n            \"Editable\": false,\n            \"ReadOnly\": false,\n            \"LookupListName\": null,\n            \"Extras\": null,\n            \"RefColumn\": null,\n            \"ColumnFilterable\": true,\n            \"ColumnSortable\": false,\n            \"ColumnType\": \"STRING\",\n            \"ColumnWidth\": 300,\n            \"Tooltip\": \"First Name\",\n            \"StaticDropDown\": false,\n            \"DefaultValue\": null,\n            \"PrivateField\": false\n        },\n        {\n            \"ID\": 105,\n            \"Title\": \"Middle Name\",\n            \"InternalName\": \"MiddleName\",\n            \"ListName\": \"Party Contacts\",\n            \"BaseField\": true,\n            \"Deletable\": false,\n            \"ListOrder\": 2,\n            \"FormOrder\": 2,\n            \"HiddenInListView\": false,\n            \"Hidden\": false,\n            \"HiddenInForm\": false,\n            \"HiddenInFilterForm\": false,\n            \"FieldType\": \"TEXT_FIELD\",\n            \"ValidationRules\": {\n                \"type\": \"string\",\n                \"noTrailingSpace\": true\n            },\n            \"TypeAsString\": \"Text\",\n            \"AllowMultiple\": false,\n            \"Editable\": false,\n            \"ReadOnly\": false,\n            \"LookupListName\": null,\n            \"Extras\": null,\n            \"RefColumn\": null,\n            \"ColumnFilterable\": true,\n            \"ColumnSortable\": false,\n            \"ColumnType\": \"STRING\",\n            \"ColumnWidth\": 300,\n            \"Tooltip\": \"Middle Name\",\n            \"StaticDropDown\": false,\n            \"DefaultValue\": null,\n            \"PrivateField\": false\n        },\n        {\n            \"ID\": 106,\n            \"Title\": \"Last Name\",\n            \"InternalName\": \"LastName\",\n            \"ListName\": \"Party Contacts\",\n            \"BaseField\": true,\n            \"Deletable\": false,\n            \"ListOrder\": 3,\n            \"FormOrder\": 3,\n            \"HiddenInListView\": false,\n            \"Hidden\": false,\n            \"HiddenInForm\": false,\n            \"HiddenInFilterForm\": false,\n            \"FieldType\": \"TEXT_FIELD\",\n            \"ValidationRules\": {\n                \"type\": \"string\",\n                \"noTrailingSpace\": true\n            },\n            \"TypeAsString\": \"Text\",\n            \"AllowMultiple\": false,\n            \"Editable\": false,\n            \"ReadOnly\": false,\n            \"LookupListName\": null,\n            \"Extras\": null,\n            \"RefColumn\": null,\n            \"ColumnFilterable\": true,\n            \"ColumnSortable\": false,\n            \"ColumnType\": \"STRING\",\n            \"ColumnWidth\": 300,\n            \"Tooltip\": \"Last Name\",\n            \"StaticDropDown\": false,\n            \"DefaultValue\": null,\n            \"PrivateField\": false\n        },\n        {\n            \"ID\": 107,\n            \"Title\": \"Job Title\",\n            \"InternalName\": \"JobTitle\",\n            \"ListName\": \"Party Contacts\",\n            \"BaseField\": true,\n            \"Deletable\": false,\n            \"ListOrder\": 4,\n            \"FormOrder\": 4,\n            \"HiddenInListView\": false,\n            \"Hidden\": false,\n            \"HiddenInForm\": false,\n            \"HiddenInFilterForm\": false,\n            \"FieldType\": \"TEXT_FIELD\",\n            \"ValidationRules\": {\n                \"type\": \"string\",\n                \"noTrailingSpace\": true\n            },\n            \"TypeAsString\": \"Text\",\n            \"AllowMultiple\": false,\n            \"Editable\": false,\n            \"ReadOnly\": false,\n            \"LookupListName\": null,\n            \"Extras\": null,\n            \"RefColumn\": null,\n            \"ColumnFilterable\": true,\n            \"ColumnSortable\": false,\n            \"ColumnType\": \"STRING\",\n            \"ColumnWidth\": 300,\n            \"Tooltip\": \"Job Title\",\n            \"StaticDropDown\": false,\n            \"DefaultValue\": null,\n            \"PrivateField\": false\n        },\n        {\n            \"ID\": 108,\n            \"Title\": \"Email\",\n            \"InternalName\": \"Email\",\n            \"ListName\": \"Party Contacts\",\n            \"BaseField\": true,\n            \"Deletable\": false,\n            \"ListOrder\": 5,\n            \"FormOrder\": 5,\n            \"HiddenInListView\": false,\n            \"Hidden\": false,\n            \"HiddenInForm\": false,\n            \"HiddenInFilterForm\": false,\n            \"FieldType\": \"TEXT_FIELD\",\n            \"ValidationRules\": {\n                \"type\": \"string\",\n                \"noTrailingSpace\": true\n            },\n            \"TypeAsString\": \"Text\",\n            \"AllowMultiple\": false,\n            \"Editable\": false,\n            \"ReadOnly\": false,\n            \"LookupListName\": null,\n            \"Extras\": null,\n            \"RefColumn\": null,\n            \"ColumnFilterable\": true,\n            \"ColumnSortable\": false,\n            \"ColumnType\": \"STRING\",\n            \"ColumnWidth\": 300,\n            \"Tooltip\": \"Email ID\",\n            \"StaticDropDown\": false,\n            \"DefaultValue\": null,\n            \"PrivateField\": false\n        },\n        {\n            \"ID\": 109,\n            \"Title\": \"Phone Number\",\n            \"InternalName\": \"PhoneNo\",\n            \"ListName\": \"Party Contacts\",\n            \"BaseField\": true,\n            \"Deletable\": false,\n            \"ListOrder\": 6,\n            \"FormOrder\": 6,\n            \"HiddenInListView\": false,\n            \"Hidden\": false,\n            \"HiddenInForm\": false,\n            \"HiddenInFilterForm\": false,\n            \"FieldType\": \"TEXT_FIELD\",\n            \"ValidationRules\": {\n                \"type\": \"string\",\n                \"noTrailingSpace\": true\n            },\n            \"TypeAsString\": \"Text\",\n            \"AllowMultiple\": false,\n            \"Editable\": false,\n            \"ReadOnly\": false,\n            \"LookupListName\": null,\n            \"Extras\": null,\n            \"RefColumn\": null,\n            \"ColumnFilterable\": true,\n            \"ColumnSortable\": false,\n            \"ColumnType\": \"STRING\",\n            \"ColumnWidth\": 300,\n            \"Tooltip\": \"Phone Number\",\n            \"StaticDropDown\": false,\n            \"DefaultValue\": null,\n            \"PrivateField\": false\n        },\n        {\n            \"ID\": 110,\n            \"Title\": \"Is This Your Primary Contact Details\",\n            \"InternalName\": \"IsPrimaryContact\",\n            \"ListName\": \"Party Contacts\",\n            \"BaseField\": true,\n            \"Deletable\": false,\n            \"ListOrder\": 7,\n            \"FormOrder\": 7,\n            \"HiddenInListView\": true,\n            \"Hidden\": false,\n            \"HiddenInForm\": false,\n            \"HiddenInFilterForm\": false,\n            \"FieldType\": \"CHECKBOX_FIELD\",\n            \"ValidationRules\": {\n                \"type\": \"boolean\"\n            },\n            \"TypeAsString\": \"Text\",\n            \"AllowMultiple\": false,\n            \"Editable\": false,\n            \"ReadOnly\": false,\n            \"LookupListName\": null,\n            \"Extras\": null,\n            \"RefColumn\": null,\n            \"ColumnFilterable\": true,\n            \"ColumnSortable\": true,\n            \"ColumnType\": \"OBJECT\",\n            \"ColumnWidth\": 200,\n            \"Tooltip\": \"Click checkbox if the given details are Primary Contact details\",\n            \"StaticDropDown\": false,\n            \"DefaultValue\": null,\n            \"PrivateField\": false\n        },\n        {\n            \"ID\": 111,\n            \"Title\": \"Party\",\n            \"InternalName\": \"Party\",\n            \"ListName\": \"Party Contacts\",\n            \"BaseField\": true,\n            \"Deletable\": false,\n            \"ListOrder\": 8,\n            \"FormOrder\": 8,\n            \"HiddenInListView\": false,\n            \"Hidden\": false,\n            \"HiddenInForm\": false,\n            \"HiddenInFilterForm\": false,\n            \"FieldType\": \"DROPDOWN\",\n            \"ValidationRules\": {\n                \"type\": \"array\"\n            },\n            \"TypeAsString\": \"Array\",\n            \"AllowMultiple\": true,\n            \"Editable\": false,\n            \"ReadOnly\": false,\n            \"LookupListName\": null,\n            \"Extras\": null,\n            \"RefColumn\": null,\n            \"ColumnFilterable\": true,\n            \"ColumnSortable\": false,\n            \"ColumnType\": \"OBJECT\",\n            \"ColumnWidth\": 300,\n            \"Tooltip\": \"Select the Party\",\n            \"StaticDropDown\": false,\n            \"DefaultValue\": null,\n            \"PrivateField\": false\n        },\n        {\n            \"ID\": 112,\n            \"Title\": \"Address\",\n            \"InternalName\": \"Address\",\n            \"ListName\": \"Party Contacts\",\n            \"BaseField\": true,\n            \"Deletable\": false,\n            \"ListOrder\": 9,\n            \"FormOrder\": 9,\n            \"HiddenInListView\": false,\n            \"Hidden\": false,\n            \"HiddenInForm\": false,\n            \"HiddenInFilterForm\": false,\n            \"FieldType\": \"DROPDOWN\",\n            \"ValidationRules\": {\n                \"type\": \"array\"\n            },\n            \"TypeAsString\": \"Array\",\n            \"AllowMultiple\": true,\n            \"Editable\": false,\n            \"ReadOnly\": false,\n            \"LookupListName\": null,\n            \"Extras\": null,\n            \"RefColumn\": null,\n            \"ColumnFilterable\": true,\n            \"ColumnSortable\": false,\n            \"ColumnType\": \"OBJECT\",\n            \"ColumnWidth\": 300,\n            \"Tooltip\": \"Address\",\n            \"StaticDropDown\": false,\n            \"DefaultValue\": null,\n            \"PrivateField\": false\n        }\n    ]\n}"}],"_postman_id":"404b14e8-b39e-4c5f-a1a2-0760df28440e"},{"name":"List Associate Companies","id":"d3e815d1-2a30-4b41-ac24-d1c6e802347c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"api-key","value":"{{api_key}}","type":"text"}],"url":"{{base_url}}/api/associate-companies","description":"<p>This API return the associate companies of the organization.</p>\n","urlObject":{"path":["api","associate-companies"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d3e815d1-2a30-4b41-ac24-d1c6e802347c"},{"name":"List Countries","id":"e602b481-ff0b-4a56-b06d-3409fcf79d1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"api-key","value":"{{api_key}}","type":"text"}],"url":"{{base_url}}/api/countries","description":"<p>This API returns the countries added to the Dock365 Contract application.</p>\n","urlObject":{"path":["api","countries"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"2135667f-16bc-4012-a82a-4abd475cba0a","name":"List Countries","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api_key}}","type":"text"}],"url":"{{base_url}}/api/countries"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"RateLimit-Limit","value":"30"},{"key":"RateLimit-Remaining","value":"28"},{"key":"RateLimit-Reset","value":"746"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"94"},{"key":"ETag","value":"W/\"5e-UGjzQCtcx7mSfRCjMnZAGCuY0E4\""},{"key":"Date","value":"Fri, 11 Mar 2022 12:57:49 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"ID\": 1,\n        \"Title\": \"United States\",\n        \"SortingOrder\": 1\n    },\n    {\n        \"ID\": 2,\n        \"Title\": \"Canada\",\n        \"SortingOrder\": 2\n    }\n]"}],"_postman_id":"e602b481-ff0b-4a56-b06d-3409fcf79d1e"},{"name":"List Site Groups","id":"f39a2ab2-5c15-4706-b13b-ce647eab5e20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","value":"{{api_key}}","type":"text"}],"url":"{{base_url}}/api/site-groups","description":"<p>This API returns all the site groups in the Dock365 CMS</p>\n","urlObject":{"path":["api","site-groups"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f39a2ab2-5c15-4706-b13b-ce647eab5e20"},{"name":"List Site Users","id":"44c32c6f-1ff1-46d5-9306-e2b9c030bd47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","value":"{{api_key}}","type":"text"}],"url":"{{base_url}}/api/site-users","description":"<p>This API return all the site users.</p>\n","urlObject":{"path":["api","site-users"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"44c32c6f-1ff1-46d5-9306-e2b9c030bd47"}],"id":"9ec17abe-5337-4d7f-b84f-b9f29a75741e","_postman_id":"9ec17abe-5337-4d7f-b84f-b9f29a75741e","description":""},{"name":"Request","item":[{"name":"Request Templates and Fields","item":[{"name":"List Contract Request Templates","id":"4903381e-ec6a-4533-a3f5-1d6c9fd39d82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"api-key","value":"{{api_key}}","type":"text"}],"url":"{{base_url}}/api/contract-request-templates","description":"<p>This API returns all the Contract Request Templates. Contract Request Template ID can be used to get the fields required to create Contract Request.</p>\n","urlObject":{"path":["api","contract-request-templates"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4903381e-ec6a-4533-a3f5-1d6c9fd39d82"},{"name":"List Contract Request  Fields By Template Id","id":"c5b8c190-b53a-474b-b864-4aafab5d2126","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"api-key","value":"{{api_key}}","type":"text"}],"url":"{{base_url}}/api/contract-request-templates/:id","description":"<p>This API returns the fields in the Contract Request Template.</p>\n","urlObject":{"path":["api","contract-request-templates",":id"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"b7bc804b-6681-4e9d-9e99-75d4bf623029","type":"any","value":"2","key":"id"}]}},"response":[],"_postman_id":"c5b8c190-b53a-474b-b864-4aafab5d2126"}],"id":"e55d000a-2763-4f8f-979a-f82fbaf24827","_postman_id":"e55d000a-2763-4f8f-979a-f82fbaf24827","description":""},{"name":"Request Documents","item":[{"name":"Upload Request Document","id":"7ea0eb81-07dd-445d-9967-0ec172415b94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api_key}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"Document","type":"file","src":"/C:/Users/JustinJose/Desktop/JJAPITest.txt"},{"key":"FolderPath","value":"","type":"text"},{"key":"Mode","value":"","description":"<p>OverWrite/Copy</p>\n","type":"text"}]},"url":"{{base_url}}/api/contract-requests/upload/:id","description":"<p>API to upload document to Contract Request</p>\n","urlObject":{"path":["api","contract-requests","upload",":id"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"a56f068b-5cb7-46c0-8545-e5db6d1b0dd9","type":"any","value":"56","key":"id"}]}},"response":[],"_postman_id":"7ea0eb81-07dd-445d-9967-0ec172415b94"}],"id":"32392d32-3b72-4d64-abe0-ba59bc64d661","_postman_id":"32392d32-3b72-4d64-abe0-ba59bc64d661","description":""},{"name":"List Contract Requests","id":"e3b95e87-b834-4951-8cb7-8b44bc7f8b66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"api-key","value":"{{api_key}}","type":"text"}],"url":"{{base_url}}/api/contract-requests","description":"<p>This API returns the Contract Requests in Dock365 CMS.</p>\n","urlObject":{"path":["api","contract-requests"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e3b95e87-b834-4951-8cb7-8b44bc7f8b66"},{"name":"Get Contract Request By Id","id":"f3784263-89b7-469d-9d2d-58c5d49b44b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"api-key","value":"{{api_key}}","type":"text"}],"url":"{{base_url}}/api/contract-requests/:id","description":"<p>Get the Contract Request details based on the Contract Request Id passed.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Path variable</strong></th>\n<th><strong>Data type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer</td>\n<td>Id of the Contract Request</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","contract-requests",":id"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"153cbecc-4fdd-4aa6-acff-445cf05cde8a","type":"any","value":"3","key":"id"}]}},"response":[],"_postman_id":"f3784263-89b7-469d-9d2d-58c5d49b44b4"},{"name":"Create Contract Request","id":"b9eb7e9c-2bf1-4dc7-b3d0-35f14abf8f5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"api-key","value":"{{api_key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Title\":\"Contract Request 013\",    \r\n    \"TemplateId\":2,\r\n    \"Requester\":7,\r\n    \"DepartmentId\":16,\r\n    \"PartyType\":\"Vendor\",\r\n    \"PartyId\":5,\r\n    \"ContractTypeId\":8,\r\n    \"RequiredBy\":\"2022-03-23T18:30:00.000Z\",\r\n    \"AssignedToId\":[14],\r\n    \"Priority\":77,\r\n    \"CustomTextboxField\":\"Custom field 1\"\r\n}"},"url":"{{base_url}}/api/contract-requests","description":"<p>Creates Contract Request in the Dock365 CLM.</p>\n<p>Below are the base fields of Contract Request</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Data type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Title</td>\n<td>string</td>\n<td>Title of the contract request</td>\n</tr>\n<tr>\n<td>TemplateId</td>\n<td>integer</td>\n<td>This is the id of the template based on which the contract request will be created.  <br />  <br /><strong>List Contract Request Template</strong> API /api/contract-template can be used to get this id.  <br />  <br />The custom fields of this Template are available using the List <strong>Contract Request Fields By Template Id</strong> API</td>\n</tr>\n<tr>\n<td>ContractTypeId</td>\n<td>integer</td>\n<td>Contract Type of the contract request.</td>\n</tr>\n<tr>\n<td>Requester</td>\n<td>integer</td>\n<td>Requester user of the contract request. Site users of the Dock CLM can be retrieved using <strong>List Site Users</strong> API</td>\n</tr>\n<tr>\n<td>Priority</td>\n<td>integer</td>\n<td>Priority of the request.</td>\n</tr>\n<tr>\n<td>RequiredBy</td>\n<td>date</td>\n<td>Date by which the requested item is required.</td>\n</tr>\n<tr>\n<td>AssignedToId</td>\n<td>Array of integers</td>\n<td>Array of assigned users of the contract request. Site users of the Dock CLM can be retrieved using <strong>List Site Users</strong> API.</td>\n</tr>\n<tr>\n<td>DepartmentId</td>\n<td>integer</td>\n<td>Department Id of the contract request.</td>\n</tr>\n<tr>\n<td>PartyType</td>\n<td>string</td>\n<td>Party type can be Vendor or Customer</td>\n</tr>\n<tr>\n<td>PartyId</td>\n<td>integer</td>\n<td>Party Id of the contract request.</td>\n</tr>\n</tbody>\n</table>\n</div><p>To add custom fields in the Contract Request Template, you can use the API <strong>List Contract Request Fields By Template Id</strong></p>\n","urlObject":{"path":["api","contract-requests"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b9eb7e9c-2bf1-4dc7-b3d0-35f14abf8f5c"},{"name":"Update Contract Request","id":"70400023-e8cb-4a7f-a3ae-e329bad3892a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"api-key","value":"{{api_key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Title\":\"Contract Request 001 Edited2\",\r\n    \"Requester\":7,\r\n    \"DepartmentId\":16,\r\n    \"PartyType\":\"Vendor\",\r\n    \"PartyId\":5,\r\n    \"PartyDetails\":null,\r\n    \"ContractTypeId\":8,\r\n    \"RequiredBy\":\"2022-03-23T18:30:00.000Z\",\r\n    \"Status\":1,\r\n    \"AssignedToId\":[14],\r\n    \"Priority\":77,\r\n    \"CustomTextboxField\":\"Custom field 1\",\r\n    \"TemplateId\":2\r\n}"},"url":"{{base_url}}/api/contract-requests/:id","description":"<p>Updates the contract request.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Path variable</strong></th>\n<th><strong>Data type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer</td>\n<td>Id of the Contract Request.</td>\n</tr>\n</tbody>\n</table>\n</div><p>Below are the base fields of Contract Request</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Data type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Title</td>\n<td>string</td>\n<td>Title of the contract request</td>\n</tr>\n<tr>\n<td>ContractTypeId</td>\n<td>integer</td>\n<td>Contract Type of the contract request.</td>\n</tr>\n<tr>\n<td>Requester</td>\n<td>integer</td>\n<td>Requester user of the contract request. Site users of the Dock CLM can be retrieved using <strong>List Site Users</strong> API</td>\n</tr>\n<tr>\n<td>Priority</td>\n<td>integer</td>\n<td>Priority of the request.</td>\n</tr>\n<tr>\n<td>RequiredBy</td>\n<td>date</td>\n<td>Date by which the requested item is required.</td>\n</tr>\n<tr>\n<td>AssignedToId</td>\n<td>Array of integers</td>\n<td>Array of assigned users of the contract request. Site users of the Dock CLM can be retrieved using <strong>List Site Users</strong> API.</td>\n</tr>\n<tr>\n<td>DepartmentId</td>\n<td>integer</td>\n<td>Department Id of the contract request.</td>\n</tr>\n<tr>\n<td>PartyType</td>\n<td>string</td>\n<td>Party type can be Vendor or Customer</td>\n</tr>\n<tr>\n<td>PartyId</td>\n<td>integer</td>\n<td>Party Id of the contract request.</td>\n</tr>\n<tr>\n<td>Status</td>\n<td>integer</td>\n<td>Status of the contract request.</td>\n</tr>\n</tbody>\n</table>\n</div><p>To update custom fields in the Contract Request Template, you can use the API <strong>List Contract Request Fields By Template Id</strong></p>\n","urlObject":{"path":["api","contract-requests",":id"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"5e6f5685-f479-4582-8e8b-d239f7857f93","type":"any","value":"1","key":"id"}]}},"response":[],"_postman_id":"70400023-e8cb-4a7f-a3ae-e329bad3892a"},{"name":"Delete Contract Request","id":"34d41282-6aa0-472b-80ed-7f89c77d27e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"api-key","value":"{{api_key}}","type":"text"}],"url":"{{base_url}}/api/contract-requests/:id","description":"<p>Deletes the contract request.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Path variable</strong></th>\n<th><strong>Data type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer</td>\n<td>Id of the Contract Request.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","contract-requests",":id"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"a5b75d93-f454-4f7e-9d30-0190c9a26cb5","type":"any","value":"5","key":"id"}]}},"response":[],"_postman_id":"34d41282-6aa0-472b-80ed-7f89c77d27e0"}],"id":"8b272451-98f8-4288-8974-03a217c48a49","_postman_id":"8b272451-98f8-4288-8974-03a217c48a49","description":""},{"name":"Contract","item":[{"name":"Contract Templates and Fields","item":[{"name":"List Contract Templates","id":"3f3a6baf-4ef5-44a9-a586-9aadf0988442","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","value":"{{api_key}}","type":"text"}],"url":"{{base_url}}/api/contract-templates/","description":"<p>This API returns all the Contract Templates. Contract Template ID can be used to get the fields required to create Contract.</p>\n","urlObject":{"path":["api","contract-templates",""],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"2fa1c328-85c6-459e-b2ea-c014247d4d98","name":"List Contract Templates","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api_key}}","type":"text"}],"url":"{{base_url}}/api/contract-template"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"RateLimit-Limit","value":"30"},{"key":"RateLimit-Remaining","value":"27"},{"key":"RateLimit-Reset","value":"263"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"224"},{"key":"ETag","value":"W/\"e0-3exc4XwX72sWHTCnZohzz2CHDeQ\""},{"key":"Date","value":"Fri, 11 Mar 2022 13:05:51 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"ID\": 1,\n        \"Title\": \"Default\",\n        \"Description\": \"Template to get started with\",\n        \"SortingOrder\": 1,\n        \"Default\": null,\n        \"Inactive\": null\n    },\n    {\n        \"ID\": 2,\n        \"Title\": \"NDA\",\n        \"Description\": \"NDA Template\",\n        \"SortingOrder\": null,\n        \"Default\": null,\n        \"Inactive\": null\n    }\n]"}],"_postman_id":"3f3a6baf-4ef5-44a9-a586-9aadf0988442"},{"name":"List Contract Fields By Template Id","id":"7ce599cf-9d58-4913-9942-c730722d1881","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","value":"{{api_key}}","type":"text"}],"url":"{{base_url}}/api/contract-templates/:id","description":"<p>This API returns the fields in the Contract Template.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Path variable</strong></th>\n<th><strong>Data type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer</td>\n<td>Id of the Contract Template</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","contract-templates",":id"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"32d1ff54-f371-4f01-b74b-2a188cae0014","type":"any","value":"1","key":"id"}]}},"response":[],"_postman_id":"7ce599cf-9d58-4913-9942-c730722d1881"}],"id":"4834fa9d-1b21-40fa-81da-64e9e60ca3fe","_postman_id":"4834fa9d-1b21-40fa-81da-64e9e60ca3fe","description":""},{"name":"Contract Documents","item":[{"name":"List Contract Documents","id":"1ac843b2-5844-4909-84f1-e50db55ac912","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","value":"{{api_key}}","type":"text"}],"url":"{{base_url}}/api/contracts/:contractId/documents?FolderPath=/Contract","description":"<p>This API returns the Folders and Documents from Contract Documents.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Path variable</strong></th>\n<th><strong>Data type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer</td>\n<td>Id of the Contract.</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can get the folders and documents of a folder by passing the folder path as Query Parameter.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Query Parameter</strong></th>\n<th><strong>Data type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>FolderPath</td>\n<td>string</td>\n<td>Name of folder or Path of the folder if it is a sub sub folder. eg: Folder1/Subfolder</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","contracts",":contractId","documents"],"host":["{{base_url}}"],"query":[{"key":"FolderPath","value":"/Contract"}],"variable":[{"id":"d8690e23-6653-4bae-93e5-21ec19b5d08d","type":"any","value":"64","key":"contractId"}]}},"response":[],"_postman_id":"1ac843b2-5844-4909-84f1-e50db55ac912"},{"name":"Get Contract Document","id":"a5b75c41-43a8-482b-b41a-a57fcd85280d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","value":"{{api_key}}","type":"text"}],"url":"{{base_url}}/api/contracts/:contractId/documents/download?FilePath=/sites/ContractManagement/Contract Documents/Contracts/64 - Contract_from_Postman_17/Contract/NDA - CN42.docx","description":"<p>This API returns the Folders and Documents from Contract Documents.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Path variable</strong></th>\n<th><strong>Data type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>contractId</td>\n<td>integer</td>\n<td>Id of the Contract.</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can get the folders and documents of a folder by passing the folder path as Query Parameter.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Query Parameter</strong></th>\n<th><strong>Data type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>FilePath</td>\n<td>string</td>\n<td>ServerRelativePath of the document to download.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","contracts",":contractId","documents","download"],"host":["{{base_url}}"],"query":[{"key":"FilePath","value":"/sites/ContractManagement/Contract Documents/Contracts/64 - Contract_from_Postman_17/Contract/NDA - CN42.docx"}],"variable":[{"type":"any","value":"64","key":"contractId"}]}},"response":[],"_postman_id":"a5b75c41-43a8-482b-b41a-a57fcd85280d"},{"name":"Upload Contract Document","id":"6366d3de-9044-4adf-bc06-4272a0fcb68e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api_key}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"Document","type":"file","src":"/C:/Users/JustinJose/Desktop/Dashboard.png"},{"key":"FolderPath","value":"/Contract","description":"<p>/ for root </p>\n","type":"text"},{"key":"Mode","value":"","description":"<p>OverWrite/Copy</p>\n","type":"text"}]},"url":"{{base_url}}/api/contracts/:contractId/documents","description":"<p>This API uploads document to Contract Documents.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Path variable</strong></th>\n<th><strong>Data type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer</td>\n<td>Id of the Contract.</td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Form data</strong></th>\n<th><strong>Data type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Document</td>\n<td>file</td>\n<td>File to upload to contract documents.</td>\n</tr>\n<tr>\n<td>FolderPath</td>\n<td>string</td>\n<td>Path to the folder to which document should be uploaded. Use / if you need to upload to root folder contract documents</td>\n</tr>\n<tr>\n<td>Mode</td>\n<td>string</td>\n<td>Its value can be OverWrite/Copy.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","contracts",":contractId","documents"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"eab34465-072b-435e-a847-7c558b61304d","type":"any","value":null,"key":"contractId"}]}},"response":[],"_postman_id":"6366d3de-9044-4adf-bc06-4272a0fcb68e"},{"name":"Delete Contract Document","id":"60671ffe-de95-4344-82dd-b2e8a56eff45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"api-key","value":"{{api_key}}","type":"text"}],"url":"{{base_url}}/api/contracts/:contractId/documents?FilePath=/sites/ContractManagement/Contract Documents/Contracts/64 - Contract_from_Postman_17/Contract/NDA - CN42.docx","description":"<p>This API is used to delete a document<br />You can delete the file by passing the file path as Query Parameter</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Query Parameter</strong></th>\n<th><strong>Data type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>FilePath</td>\n<td>string</td>\n<td>Path of the file where it is stored.  <br />(eg. /sites/ContractManagementJustin/Contract Documents/Contracts/64 - Contract_from_Postman_17/Contract/NDA - CN42.docx)</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","contracts",":contractId","documents"],"host":["{{base_url}}"],"query":[{"key":"FilePath","value":"/sites/ContractManagement/Contract Documents/Contracts/64 - Contract_from_Postman_17/Contract/NDA - CN42.docx"}],"variable":[{"type":"any","value":null,"key":"contractId"}]}},"response":[],"_postman_id":"60671ffe-de95-4344-82dd-b2e8a56eff45"}],"id":"f881dda5-1eb0-4854-8211-2e28782944ef","_postman_id":"f881dda5-1eb0-4854-8211-2e28782944ef","description":""},{"name":"Contract Tasks","item":[{"name":"List Contract Tasks","id":"24553202-4dbf-4893-a0c9-b1d2930c31ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","value":"{{api_key}}","type":"text"}],"url":"{{base_url}}/api/contracts/:contractId/tasks","description":"<p>This API is to create Contract Tasks</p>\n","urlObject":{"path":["api","contracts",":contractId","tasks"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"ce4882b6-563f-4ece-b153-419155ec8875","type":"any","value":null,"key":"contractId"}]}},"response":[],"_postman_id":"24553202-4dbf-4893-a0c9-b1d2930c31ae"},{"name":"Create Contract Task","id":"2324ec9d-4b52-4b79-aa28-a8461170027b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api_key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"Title\":\"Contract Task 7\",\r\n\"TaskTypeId\":72,\r\n\"DueDate\":\"2022-04-19T18:30:00.000Z\",\r\n\"AssignedToId\":[13],\r\n\"StatusId\":48,\r\n\"IsObligation\":0,\r\n\"Description\":\"Test\",\r\n\"CustomTextBox\":\"Cust TB X\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/contracts/:contractId/tasks","description":"<p>This API is to create Contract Tasks</p>\n","urlObject":{"path":["api","contracts",":contractId","tasks"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"a534843c-6732-4345-a788-006ccef53b48","type":"any","value":null,"key":"contractId"}]}},"response":[],"_postman_id":"2324ec9d-4b52-4b79-aa28-a8461170027b"},{"name":"Link Document to Contract Task","id":"db987f9b-e287-470f-be01-9d76b3199e7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api_key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"DocumentLinkingUri\":\"https://mydockdev.sharepoint.com/sites/ContractManagement/Party%20Documents/Party%2025%20-%20MyDock103/Test.docx?d=w256169d849064198ba37b530ebb606e8\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/contracts/:contractId/tasks/:id/link-document","urlObject":{"path":["api","contracts",":contractId","tasks",":id","link-document"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":null,"key":"contractId"},{"type":"any","value":"25","key":"id"}]}},"response":[],"_postman_id":"db987f9b-e287-470f-be01-9d76b3199e7a"},{"name":"Unlink Document to Contract Task","id":"05d92a6d-7233-4c3d-be21-1e07660ace35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api_key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"DocumentLinkingUri\":\"https://mydockdev.sharepoint.com/sites/ContractManagement/Party%20Documents/Party%2025%20-%20MyDock103/Test.docx?d=w256169d849064198ba37b530ebb606e8\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/contracts/:contractId/tasks/:id/unlink-document","urlObject":{"path":["api","contracts",":contractId","tasks",":id","unlink-document"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":null,"key":"contractId"},{"type":"any","value":"25","key":"id"}]}},"response":[],"_postman_id":"05d92a6d-7233-4c3d-be21-1e07660ace35"}],"id":"647e0db8-8bb3-4641-bebe-29d8165c449e","_postman_id":"647e0db8-8bb3-4641-bebe-29d8165c449e","description":""},{"name":"List Contracts","id":"cbec27f0-d03f-4416-861b-784bf681ac84","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"api-key","value":"{{api_key}}","type":"text"}],"url":"{{base_url}}/api/contracts","description":"<p>This API returns the Contracts in Dock365 CMS.</p>\n","urlObject":{"path":["api","contracts"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"cbec27f0-d03f-4416-861b-784bf681ac84"},{"name":"List Contract Statuses","id":"94f878b7-a2bc-49c7-ac84-458526afa2b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"api-key","value":"{{api_key}}","type":"text"}],"url":"{{base_url}}/api/contracts/statuses","description":"<p>This API returns the Contract Statuses in Dock365 CMS.</p>\n","urlObject":{"path":["api","contracts","statuses"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"94f878b7-a2bc-49c7-ac84-458526afa2b7"},{"name":"Get Contract By Id","id":"c0c97551-8015-41f1-a7f7-9a99ca8ebcdb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"api-key","value":"{{api_key}}","type":"text"}],"url":"{{base_url}}/api/contracts/:id","description":"<p>Get the Contract details based on the Contract Id passed.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Path variable</strong></th>\n<th><strong>Data type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer</td>\n<td>Id of the Contract.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","contracts",":id"],"host":["{{base_url}}"],"query":[{"disabled":true,"key":"","value":""}],"variable":[{"id":"366caf22-3b38-42a1-9c27-1c130ab0d572","type":"any","value":"1","key":"id"}]}},"response":[],"_postman_id":"c0c97551-8015-41f1-a7f7-9a99ca8ebcdb"},{"name":"Create Contract","id":"dacf3408-0fc0-4281-930f-a8573b74f638","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api_key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Title\": \"Contract from Postman 27\",\r\n    \"ContractNo\": \"1027\",\r\n    \"TemplateId\": 2,\r\n    \"CompanyNameId\": [1],\r\n    \"ContractTypeId\": 7,\r\n    \"PartyId\": 5,\r\n    \"PartyAddressId\": null,\r\n    \"PartyContactId\": null,\r\n    \"Owners\": [\r\n        12\r\n    ],\r\n    \"EffectiveDate\": \"2022-04-04T00:00:00.000Z\",\r\n    \"DepartmentId\": 16,\r\n    \"APIDropDownlist\": [98]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/contracts","description":"<p>This API adds contract to the contracts list</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Data type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Title</td>\n<td>string</td>\n<td>Title of the contract</td>\n</tr>\n<tr>\n<td>TemplateId</td>\n<td>integer</td>\n<td>This is the id of the template based on which the contract will created.  <br />  <br />List Contract Template API /api/contract-template can be used to get this id.  <br />  <br />The custom fields of this Template are available using the List Fields By Template Id API</td>\n</tr>\n<tr>\n<td>ContractTypeId</td>\n<td>integer</td>\n<td>Contract Type of the contract.</td>\n</tr>\n<tr>\n<td>PartyId</td>\n<td>integer</td>\n<td>Party associated with the contract. List Parties API /api/party can be used to get the PartyId</td>\n</tr>\n<tr>\n<td>PartyAddressId</td>\n<td>integer</td>\n<td>Party Address of the contract</td>\n</tr>\n<tr>\n<td>PartyContactId</td>\n<td>integer</td>\n<td>Party Contact of the contract</td>\n</tr>\n<tr>\n<td>Owners</td>\n<td>array of integers</td>\n<td>Array of owner users of the contract. Site users of the Dock CLM can be retrieved using List Site Users API</td>\n</tr>\n<tr>\n<td>EffectiveDate</td>\n<td>date</td>\n<td>Effective date of the contract</td>\n</tr>\n</tbody>\n</table>\n</div><p>To add custom fields in the Contract, you can use the API <strong>List Contract Fields By Template Id</strong></p>\n","urlObject":{"path":["api","contracts"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"dacf3408-0fc0-4281-930f-a8573b74f638"},{"name":"Update Contract","id":"ce679d3f-a39f-4dee-84a7-79ca1e4af372","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"api-key","value":"{{api_key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Title\":\"Contract from Postman 23 Edited X\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/contracts/:id","description":"<p>This API updates the contract fields.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Path variable</strong></th>\n<th><strong>Data type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer</td>\n<td>Id of the Contract.</td>\n</tr>\n</tbody>\n</table>\n</div><p>This API adds contract to the contracts list</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Data type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Title</td>\n<td>string</td>\n<td>Title of the contract</td>\n</tr>\n<tr>\n<td>Status</td>\n<td>integer</td>\n<td>Status of the contract.</td>\n</tr>\n<tr>\n<td>ContractTypeId</td>\n<td>integer</td>\n<td>Contract Type of the contract.</td>\n</tr>\n<tr>\n<td>PartyId</td>\n<td>integer</td>\n<td>Party associated with the contract. List Parties API /api/party can be used to get the PartyId</td>\n</tr>\n<tr>\n<td>PartyAddressId</td>\n<td>integer</td>\n<td>Party Address of the contract</td>\n</tr>\n<tr>\n<td>PartyContactId</td>\n<td>integer</td>\n<td>Party Contact of the contract</td>\n</tr>\n<tr>\n<td>Owners</td>\n<td>array of integers</td>\n<td>Array of owner users of the contract. Site users of the Dock CLM can be retrieved using List Site Users API</td>\n</tr>\n<tr>\n<td>EffectiveDate</td>\n<td>date</td>\n<td>Effective date of the contract</td>\n</tr>\n</tbody>\n</table>\n</div><p>To update custom fields in the Contract, you can use the API <strong>List Contract Fields By Template Id</strong></p>\n","urlObject":{"path":["api","contracts",":id"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"64c8880a-85be-4bb2-934f-b7f442da9776","type":"any","value":"70","key":"id"}]}},"response":[],"_postman_id":"ce679d3f-a39f-4dee-84a7-79ca1e4af372"},{"name":"Delete Contract","id":"3da93bab-dabd-463a-bac1-afefb4b19c5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"api-key","value":"{{api_key}}","type":"text"}],"url":"{{base_url}}/api/contracts/:id","description":"<p>Deletes the contract.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Path variable</strong></th>\n<th><strong>Data type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer</td>\n<td>Id of the Contract.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","contracts",":id"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"7b2d9590-922f-459e-9633-d89c297230b7","type":"any","value":"1","key":"id"}]}},"response":[],"_postman_id":"3da93bab-dabd-463a-bac1-afefb4b19c5a"}],"id":"089e1c47-52e8-4b06-989e-399004755c11","_postman_id":"089e1c47-52e8-4b06-989e-399004755c11","description":""},{"name":"Party","item":[{"name":"Party Documents","item":[{"name":"List Party Documents","id":"a3f93024-8fff-48c7-9d33-5774e1bc219b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","value":"{{api_key}}","type":"text"}],"url":"{{base_url}}/api/party/:partyId/documents?FolderPath=/","description":"<p>This API returns the Folders and Documents from Party Documents.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Path variable</strong></th>\n<th><strong>Data type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer</td>\n<td>Id of the Party.</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can get the folders and documents of a folder by passing the folder path as Query Parameter.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Query Parameter</strong></th>\n<th><strong>Data type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>FolderPath</td>\n<td>string</td>\n<td>Name of folder or Path of the folder if it is a sub sub folder. eg: Folder1/Subfolder</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","party",":partyId","documents"],"host":["{{base_url}}"],"query":[{"key":"FolderPath","value":"/"}],"variable":[{"id":"1503d3e3-5312-4365-b0ea-9a0e67ca2200","type":"any","value":"4","key":"partyId"}]}},"response":[{"id":"60d0f554-e0aa-42bb-b66b-207b06fe0ecd","name":"List Party Documents","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api_key}}","type":"text"}],"url":{"raw":"{{base_url}}/api/party/:id/documents?FolderPath=/License Documents/LD Folder","host":["{{base_url}}"],"path":["api","party",":id","documents"],"query":[{"key":"FolderPath","value":"/License Documents/LD Folder"}],"variable":[{"key":"id","value":"4"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"RateLimit-Limit","value":"30"},{"key":"RateLimit-Remaining","value":"28"},{"key":"RateLimit-Reset","value":"695"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"193"},{"key":"ETag","value":"W/\"c1-OG9Q9oq0zsq2vMBqRdgWN8WZUr8\""},{"key":"Date","value":"Fri, 29 Apr 2022 06:57:42 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"Type\": \"File\",\n            \"Name\": \"Test 1.docx\",\n            \"ServerRelativeUrl\": \"/sites/ContractManagementJustin/Party Documents/Party 4 - WeimannInc/License Documents/LD Folder/Test 1.docx\"\n        }\n    ]\n}"}],"_postman_id":"a3f93024-8fff-48c7-9d33-5774e1bc219b"},{"name":"Get Party Document","id":"59c75427-fb0a-4f17-a694-cb8f81610f54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","value":"{{api_key}}","type":"text"}],"url":"{{base_url}}/api/party/:partyId/documents/download?FilePath=/sites/ContractManagementJustin/Contract Documents/Contracts/64 - Contract_from_Postman_17/Contract/NDA - CN42.docx","description":"<p>This API returns the Document of the Party based on the partyid and filepath.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Path variable</strong></th>\n<th><strong>Data type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>partyId</td>\n<td>integer</td>\n<td>Id of the Party.</td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Query Parameter</strong></th>\n<th><strong>Data type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>FilePath</td>\n<td>string</td>\n<td>ServerRelativePath of the document to download.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","party",":partyId","documents","download"],"host":["{{base_url}}"],"query":[{"key":"FilePath","value":"/sites/ContractManagementJustin/Contract Documents/Contracts/64 - Contract_from_Postman_17/Contract/NDA - CN42.docx"}],"variable":[{"id":"81114a40-0962-4efe-b6b5-0c754f202ace","type":"any","value":"3","key":"partyId"}]}},"response":[],"_postman_id":"59c75427-fb0a-4f17-a694-cb8f81610f54"},{"name":"Upload Party Document","id":"2088ac5a-c393-4dff-b6bb-8c3aeaadd214","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"api-key","value":"{{api_key}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"Document","type":"file","src":"/C:/Users/JustinJose/Desktop/Picture1.jpg"},{"key":"FolderPath","value":"/License Documents/LD Folder","type":"text"},{"key":"Mode","value":"","description":"<p>OverWrite/Copy</p>\n","type":"text"}]},"url":"{{base_url}}/api/party/:partyId/documents","description":"<p>This API uploads document to Party Documents.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Path variable</strong></th>\n<th><strong>Data type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer</td>\n<td>Id of the Party.</td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Form data</strong></th>\n<th><strong>Data type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Document</td>\n<td>file</td>\n<td>File to upload to party documents.</td>\n</tr>\n<tr>\n<td>FolderPath</td>\n<td>string</td>\n<td>Path to the folder to which document should be uploaded. Use / if you need to upload to root folder of party documents.</td>\n</tr>\n<tr>\n<td>Mode</td>\n<td>string</td>\n<td>Its value can be OverWrite/Copy.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","party",":partyId","documents"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"504ef0d3-836d-48ff-afd1-17b5c4617b10","type":"any","value":null,"key":"partyId"}]}},"response":[],"_postman_id":"2088ac5a-c393-4dff-b6bb-8c3aeaadd214"}],"id":"fedf107b-c4e3-4f8b-bfed-d1d47492e46d","_postman_id":"fedf107b-c4e3-4f8b-bfed-d1d47492e46d","description":""},{"name":"Party Addresses","item":[{"name":"List All Addresses","id":"4586a676-5542-4bc9-9d0a-f77f8c382cb3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"api-key","value":"{{api_key}}","type":"text"}],"url":"{{base_url}}/api/party/all/addresses","description":"<p>This API returns all the Addresses in the Dock365 CMS</p>\n","urlObject":{"path":["api","party","all","addresses"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4586a676-5542-4bc9-9d0a-f77f8c382cb3"},{"name":"List Addresses By Party","id":"4aae137d-8732-4933-bdfc-38a87b1ab2a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"api-key","value":"{{api_key}}","type":"text"}],"url":"{{base_url}}/api/party/:partyId/addresses","description":"<p>This API returns all the Addresses in the Party by id.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Path variable</strong></th>\n<th><strong>Data type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>partyId</td>\n<td>integer</td>\n<td>Id of the Party to which this address belongs</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","party",":partyId","addresses"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"89f833ca-dc22-4cda-9acf-9ecddf458414","type":"any","value":"2","key":"partyId"}]}},"response":[],"_postman_id":"4aae137d-8732-4933-bdfc-38a87b1ab2a2"},{"name":"Get Address","id":"ac6b3432-150f-4fb8-a461-3ed96ce44443","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"api-key","value":"{{api_key}}","type":"text"}],"url":"{{base_url}}/api/:partyId/addresses/:id","description":"<p>This API returns the Address details by address id</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Path variable</strong></th>\n<th><strong>Data type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>partyId</td>\n<td>integer</td>\n<td>Id of the Party to which this address belongs</td>\n</tr>\n<tr>\n<td>id</td>\n<td>integer</td>\n<td>Id of the Party Address.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api",":partyId","addresses",":id"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"5e0519f3-5d19-4e1f-9c59-99da66125358","type":"any","value":null,"key":"partyId"},{"id":"60f913fc-c9ec-475f-af65-62e8ba48164f","type":"any","value":null,"key":"id"}]}},"response":[],"_postman_id":"ac6b3432-150f-4fb8-a461-3ed96ce44443"},{"name":"Create Party Address","id":"7560b8ea-03dd-4f81-aa73-b59ff05876c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"api-key","value":"{{api_key}}","type":"text"}],"body":{"mode":"raw","raw":"   {\r\n       \"Title\": \"Address_4\",\r\n       \"AddressLine1\": \"AddressLine1_4\",\r\n        \"AddressLine2\": \"AddressLine2_4\",\r\n        \"City\": \"City_4\",\r\n        \"State\": \"Kerala\",\r\n        \"Country\": \"United States\",\r\n        \"ZipCode\": \"7896\",        \r\n        \"PartyId\": 2\r\n   }"},"url":"{{base_url}}/api/:partyId/addresses","description":"<p>This API adds address to the addresses list</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Path variable</strong></th>\n<th><strong>Data type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>partyId</td>\n<td>integer</td>\n<td>Id of the Party to which this address belongs</td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Data type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Title</td>\n<td>string</td>\n<td>Title of the Address</td>\n</tr>\n<tr>\n<td>AddressLine1</td>\n<td>string</td>\n<td>Address line 1 of the address.</td>\n</tr>\n<tr>\n<td>AddressLine2</td>\n<td>string</td>\n<td>Address line 2 of the address.</td>\n</tr>\n<tr>\n<td>City</td>\n<td>string</td>\n<td>City of the address.</td>\n</tr>\n<tr>\n<td>State</td>\n<td>string</td>\n<td>State of the address</td>\n</tr>\n<tr>\n<td>Country</td>\n<td>string</td>\n<td>Country of the address</td>\n</tr>\n<tr>\n<td>ZipCode</td>\n<td>string</td>\n<td>Zip code of the address</td>\n</tr>\n<tr>\n<td>PartyId</td>\n<td>integer</td>\n<td>Party associated with the contract. List Parties API /api/party can be used to get the PartyId</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api",":partyId","addresses"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"fe100673-cd6a-4d7c-a446-7b64426a77c4","type":"any","value":null,"key":"partyId"}]}},"response":[],"_postman_id":"7560b8ea-03dd-4f81-aa73-b59ff05876c3"},{"name":"Update Party Address","id":"b7182638-a47d-44ad-9596-2833e9d0a864","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"api-key","value":"{{api_key}}","type":"text"}],"body":{"mode":"raw","raw":"   {\r\n       \"Title\": \"Address71\",\r\n       \"AddressLine1\": \"AddressLine160\",\r\n        \"AddressLine2\": \"AddressLine260\",\r\n        \"City\": \"City60\",\r\n        \"State\": \"Kerala\",\r\n        \"Country\": \"India\",\r\n        \"ZipCode\" :\"7896\",        \r\n        \"PartyId\" :60\r\n\r\n   }"},"url":"{{base_url}}/api/:partyId/addresses/:id","description":"<p>This API updates an existing address</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Path variable</strong></th>\n<th><strong>Data type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>partyId</td>\n<td>integer</td>\n<td>Id of the Party to which this address belongs</td>\n</tr>\n<tr>\n<td>id</td>\n<td>integer</td>\n<td>Id of the Party Address.</td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Data type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Title</td>\n<td>string</td>\n<td>Title of the Address</td>\n</tr>\n<tr>\n<td>AddressLine1</td>\n<td>string</td>\n<td>Address line 1 of the address.</td>\n</tr>\n<tr>\n<td>AddressLine2</td>\n<td>string</td>\n<td>Address line 2 of the address.</td>\n</tr>\n<tr>\n<td>City</td>\n<td>string</td>\n<td>City of the address.</td>\n</tr>\n<tr>\n<td>State</td>\n<td>string</td>\n<td>State of the address</td>\n</tr>\n<tr>\n<td>Country</td>\n<td>string</td>\n<td>Country of the address</td>\n</tr>\n<tr>\n<td>ZipCode</td>\n<td>string</td>\n<td>Zip code of the address</td>\n</tr>\n<tr>\n<td>PartyId</td>\n<td>integer</td>\n<td>Party associated with the contract. List Parties API /api/party can be used to get the PartyId</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api",":partyId","addresses",":id"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"cd32a1e5-f146-4ea9-981b-797a8876fa96","type":"any","value":null,"key":"partyId"},{"id":"cc5d48b0-0623-4e82-9b34-6946d0eb359e","type":"any","value":"1","key":"id"}]}},"response":[],"_postman_id":"b7182638-a47d-44ad-9596-2833e9d0a864"},{"name":"Delete Party Address","id":"55f062ce-22be-4d00-9298-e2bfc395412d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"api-key","value":"{{api_key}}","type":"text"}],"body":{"mode":"raw","raw":"   {\r\n       \"Title\": \"Address71\",\r\n       \"AddressLine1\": \"AddressLine160\",\r\n        \"AddressLine2\": \"AddressLine260\",\r\n        \"City\": \"City60\",\r\n        \"State\": \"Kerala\",\r\n        \"Country\": \"India\",\r\n        \"ZipCode\" :\"7896\",        \r\n        \"PartyId\" :60\r\n\r\n   }"},"url":"{{base_url}}/api/:partyId/addresses/:id","description":"<p>Deletes the party address.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Path variable</strong></th>\n<th><strong>Data type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>partyId</td>\n<td>integer</td>\n<td>Id of the Party to which this address belongs</td>\n</tr>\n<tr>\n<td>id</td>\n<td>integer</td>\n<td>Id of the Party Address.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api",":partyId","addresses",":id"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"7528a31a-cc6f-4c44-bf78-9ebc8045bb82","type":"any","value":null,"key":"partyId"},{"id":"1d96d2ba-9678-4156-942b-581824e66820","type":"any","value":"1","key":"id"}]}},"response":[],"_postman_id":"55f062ce-22be-4d00-9298-e2bfc395412d"}],"id":"12471037-5303-4ae5-9311-17e63b0c0d55","_postman_id":"12471037-5303-4ae5-9311-17e63b0c0d55","description":""},{"name":"Party Contact","item":[{"name":"List All Contacts","id":"ec6d7730-87b1-45d1-8bec-5a22c8398188","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"api-key","value":"{{api_key}}","type":"text"}],"url":"{{base_url}}/api/party/all/contacts/","description":"<p>This API returns all the Contracts in the Dock365 CMS</p>\n","urlObject":{"path":["api","party","all","contacts",""],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ec6d7730-87b1-45d1-8bec-5a22c8398188"},{"name":"List Contacts By Party","id":"3f523a99-b8cf-4438-ab72-52749d94b639","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"api-key","value":"{{api_key}}","type":"text"}],"url":"{{base_url}}/api/party/:partyId/contacts","description":"<p>This API returns all the Contacts in the Party by id.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Path variable</strong></th>\n<th><strong>Data type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>partyId</td>\n<td>integer</td>\n<td>Id of the Party to which this contact belongs</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","party",":partyId","contacts"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"b7729e49-534b-48df-91f4-79a568667360","type":"any","value":"2","key":"partyId"}]}},"response":[],"_postman_id":"3f523a99-b8cf-4438-ab72-52749d94b639"},{"name":"Create Party Contact","id":"4669c2fc-de57-4668-99ea-fb0b002486bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"api-key","value":"{{api_key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Title\": \"Justin4\",\r\n    \"MiddleName\": \"Jose4\",\r\n    \"LastName\": \"Manjooran4\",\r\n    \"Email\": \"justin@mydock365.com\",\r\n    \"JobTitle\": \"GM\",\r\n    \"PartyId\": 2,\r\n    \"PhoneNo\": \"12312\",\r\n    \"IsPrimaryContact\": false,\r\n    \"AddressId\": 2\r\n}"},"url":"{{base_url}}/api/party/:partyId/contacts","description":"<p>This API adds contact to the contacts list.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Path variable</strong></th>\n<th><strong>Data type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>partyId</td>\n<td>integer</td>\n<td>Id of the Party to which this contact belongs</td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Data type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Title</td>\n<td>string</td>\n<td>First Name of the Contact.</td>\n</tr>\n<tr>\n<td>MiddleName</td>\n<td>string</td>\n<td>Middle Name of the Contact.</td>\n</tr>\n<tr>\n<td>LastName</td>\n<td>string</td>\n<td>Last Name of the Contact</td>\n</tr>\n<tr>\n<td>Email</td>\n<td>string</td>\n<td>Email of the Contact</td>\n</tr>\n<tr>\n<td>JobTitle</td>\n<td>string</td>\n<td>JobTitle of the Contact</td>\n</tr>\n<tr>\n<td>PhoneNo</td>\n<td>string</td>\n<td>Phone No of the Contact</td>\n</tr>\n<tr>\n<td>IsPrimaryContact</td>\n<td>boolean</td>\n<td>true if this Contact is the Primary Contact</td>\n</tr>\n<tr>\n<td>PartyId</td>\n<td>integer</td>\n<td>Party associated with the contract. List Parties API /api/party can be used to get the PartyId</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","party",":partyId","contacts"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"d031558c-fa51-4655-9632-956242c5bdf4","type":"any","value":"3","key":"partyId"}]}},"response":[],"_postman_id":"4669c2fc-de57-4668-99ea-fb0b002486bc"},{"name":"Update Party Contact","id":"cda86888-1237-4d5f-9f44-f8c4c6d9c343","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"api-key","value":"{{api_key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Title\": \"Justin2 Edited\",\r\n    \"MiddleName\": \"Jose2\",\r\n    \"LastName\": \"Manjooran2\",\r\n    \"Email\": \"justin@mydock365.com\",\r\n    \"JobTitle\": \"GM\",\r\n    \"PartyId\": \"2\",\r\n    \"PhoneNo\": \"12312\",\r\n    \"IsPrimaryContact\": false,\r\n    \"AddressId\": 2\r\n}"},"url":"{{base_url}}/api/party/:partyId/contacts/:id","description":"<p>This API updates contact details.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Path variable</strong></th>\n<th><strong>Data type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>partyId</td>\n<td>integer</td>\n<td>Id of the Party to which this contact belongs</td>\n</tr>\n<tr>\n<td>id</td>\n<td>integer</td>\n<td>Id of the Party Contact.</td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Data type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Title</td>\n<td>string</td>\n<td>First Name of the Contact.</td>\n</tr>\n<tr>\n<td>MiddleName</td>\n<td>string</td>\n<td>Middle Name of the Contact.</td>\n</tr>\n<tr>\n<td>LastName</td>\n<td>string</td>\n<td>Last Name of the Contact</td>\n</tr>\n<tr>\n<td>Email</td>\n<td>string</td>\n<td>Email of the Contact</td>\n</tr>\n<tr>\n<td>JobTitle</td>\n<td>string</td>\n<td>JobTitle of the Contact</td>\n</tr>\n<tr>\n<td>PhoneNo</td>\n<td>string</td>\n<td>Phone No of the Contact</td>\n</tr>\n<tr>\n<td>IsPrimaryContact</td>\n<td>boolean</td>\n<td>true if this Contact is the Primary Contact</td>\n</tr>\n<tr>\n<td>PartyId</td>\n<td>integer</td>\n<td>Party associated with the contract. List Parties API /api/party can be used to get the PartyId</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","party",":partyId","contacts",":id"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"aff301e3-2118-4e69-b33b-a469a2bd3f8d","type":"any","value":null,"key":"partyId"},{"id":"51e7d64b-243e-4ed2-b080-026cbb242134","type":"any","value":null,"key":"id"}]}},"response":[],"_postman_id":"cda86888-1237-4d5f-9f44-f8c4c6d9c343"},{"name":"Delete Party Contact","id":"4a2fa6ba-ca04-474a-82e3-c7fff2d70778","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"api-key","value":"{{api_key}}","type":"text"}],"body":{"mode":"raw","raw":"   {\r\n       \"Title\": \"Address71\",\r\n       \"AddressLine1\": \"AddressLine160\",\r\n        \"AddressLine2\": \"AddressLine260\",\r\n        \"City\": \"City60\",\r\n        \"State\": \"Kerala\",\r\n        \"Country\": \"India\",\r\n        \"ZipCode\" :\"7896\",        \r\n        \"PartyId\" :60\r\n\r\n   }"},"url":"{{base_url}}/api/party/:partyId/contacts/:id","description":"<p>Deletes the party contact.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Path variable</strong></th>\n<th><strong>Data type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>partyId</td>\n<td>integer</td>\n<td>Id of the Party to which this contact belongs</td>\n</tr>\n<tr>\n<td>id</td>\n<td>integer</td>\n<td>Id of the Party Contact.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","party",":partyId","contacts",":id"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"d5bb0189-78b7-4c61-bb7c-42bde9ed3d71","type":"any","value":null,"key":"partyId"},{"id":"59094fd9-9641-4563-837d-b48dd680d7d2","type":"any","value":null,"key":"id"}]}},"response":[],"_postman_id":"4a2fa6ba-ca04-474a-82e3-c7fff2d70778"}],"id":"29a3d312-d5cd-4c34-995a-5298021dcd29","_postman_id":"29a3d312-d5cd-4c34-995a-5298021dcd29","description":""},{"name":"Party Task","item":[{"name":"List Party Tasks","id":"81d02eb0-81d8-41ba-8a27-ebf69cfc605e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","value":"{{api_key}}","type":"text"}],"url":"{{base_url}}/api/party/:partyid/tasks","description":"<p>This API lists the tasks in a party id</p>\n","urlObject":{"path":["api","party",":partyid","tasks"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"63bbd044-ff0e-42e7-bc6f-9f032a192dd4","type":"any","value":null,"key":"partyid"}]}},"response":[],"_postman_id":"81d02eb0-81d8-41ba-8a27-ebf69cfc605e"},{"name":"Create Party Task","id":"b719a470-b5ca-4aee-8f78-5525e8c21e75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api_key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"Title\":\"Party Task 10\",\r\n\"TaskTypeId\":72,\r\n\"DueDate\":\"2022-04-19T18:30:00.000Z\",\r\n\"AssignedToId\":[13],\r\n\"StatusId\":48,\r\n\"IsObligation\":0,\r\n\"ObligationTypeId\":1,\r\n\"Description\":\"Test\",\r\n\"CustomTextBox\":\"Cust TB X\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/party/:partyid/tasks","urlObject":{"path":["api","party",":partyid","tasks"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"10890d94-cb99-45d4-978d-773c48aa07c7","type":"any","value":null,"key":"partyid"}]}},"response":[],"_postman_id":"b719a470-b5ca-4aee-8f78-5525e8c21e75"},{"name":"Link Document to Party Task","id":"89cb9788-e4d4-4084-8fbe-dd21889ef85a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api_key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"DocumentLinkingUri\":\"https://mydockdev.sharepoint.com/sites/ContractManagementJustin/Party%20Documents/Party%2025%20-%20MyDock103/Test.docx?d=w256169d849064198ba37b530ebb606e8\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/party/:partyid/tasks/:id/link-document","urlObject":{"path":["api","party",":partyid","tasks",":id","link-document"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"8154d7f9-1ffd-43eb-9d3f-df5f282db6f5","type":"any","value":null,"key":"partyid"},{"id":"9a9db703-233d-4346-938a-63330c472b1d","type":"any","value":null,"key":"id"}]}},"response":[],"_postman_id":"89cb9788-e4d4-4084-8fbe-dd21889ef85a"},{"name":"Unlink Document to Party Task","id":"7bae11a7-54b5-43ec-b6e2-273e5682a9ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api_key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"DocumentLinkingUri\":\"https://mydockdev.sharepoint.com/sites/ContractManagementJustin/Party%20Documents/Party%2025%20-%20MyDock103/Test.docx?d=w256169d849064198ba37b530ebb606e8\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/:partyId/tasks/:id/unlink-document","urlObject":{"path":["api",":partyId","tasks",":id","unlink-document"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"81d8307d-89f4-4e17-8179-fc23656a2327","type":"any","value":null,"key":"partyId"},{"id":"7f2e59e0-4b44-4597-945c-032838afaa54","type":"any","value":"25","key":"id"}]}},"response":[],"_postman_id":"7bae11a7-54b5-43ec-b6e2-273e5682a9ad"}],"id":"a91c2d36-f2ab-4454-92aa-15bd49436039","_postman_id":"a91c2d36-f2ab-4454-92aa-15bd49436039","description":""},{"name":"List Parties","id":"d32212f0-fe4f-44de-8828-ec6f3ffc0d0c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"api-key","value":"{{api_key}}","type":"text"}],"url":"{{base_url}}/api/party","description":"<p>This API returns all the Parties in Dock365 CMS</p>\n","urlObject":{"path":["api","party"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d32212f0-fe4f-44de-8828-ec6f3ffc0d0c"},{"name":"Get Party By Id","id":"a636afdc-f65d-4291-a031-20f1bb45f746","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"api-key","value":"{{api_key}}","type":"text"}],"url":"{{base_url}}/api/party/:id","description":"<p>Get the Party details based on the Party Id passed.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Path variable</strong></th>\n<th><strong>Data type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer</td>\n<td>Id of the Party.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","party",":id"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"11528ebd-5a60-4b68-a84c-3737e7b552d7","type":"any","value":"5","key":"id"}]}},"response":[],"_postman_id":"a636afdc-f65d-4291-a031-20f1bb45f746"},{"name":"Create Party","id":"fbec35a0-0f68-4ca2-b0ca-8cbb315223cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"api-key","value":"{{api_key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"PartyNo\":\"103\",\r\n    \"Title\":\"MyDock 103\",\r\n    \"PartyType\":\"Vendor\",\r\n    \"TypeOfServiceId\": [7],\r\n    \"ContactName\":\"Justin Jose 2\",\r\n    \"PhoneNo\":\"2234234\",\r\n    \"Email\":\"justin@mydock365.com\",\r\n    \"ShippingAddressId\":3,\r\n    \"BillingAddressId\":3,\r\n    \"Rating\":4,\r\n    \"RiskId\":46,\r\n    \"Owners\":[7],\r\n    \"Notes\":\"Note\",\r\n    \"NoOfEmployees\":\"1200\",\r\n    \"DateEstablished\":\"2022-03-01T18:30:00.000Z\",\r\n    \"StateOfIncorporation\":\"SOI\",\r\n    \"TypeOfBusiness\":59,\r\n    \"OwnershipStructure\":37,\r\n    \"FederalID\":\"1\",\r\n    \"StateID\":\"3\",\r\n    \"SICCode\":\"4\",\r\n    \"DUNSNo\":\"5\",\r\n    \"IsYourCompanyControlledByParent\":true,\r\n    \"ParentCompany\":\"\",\r\n    \"FormerNamesOfYourCompany\":\"F\",\r\n    \"Status\":2\r\n}"},"url":"{{base_url}}/api/party","description":"<p>This API adds party to the parties list</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Data type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Title</td>\n<td>string</td>\n<td>Title of the party</td>\n</tr>\n<tr>\n<td>PartyNo</td>\n<td>string</td>\n<td>This is not required if the settings is to Autogenerate.</td>\n</tr>\n<tr>\n<td>PartyType</td>\n<td>string</td>\n<td>The value of this can be Vendor/Customer</td>\n</tr>\n<tr>\n<td>TypeOfServiceId</td>\n<td>Array of integers</td>\n<td>TypeOfServiceId id is available using <strong>List DropDownOptions API</strong></td>\n</tr>\n<tr>\n<td>ContactName</td>\n<td>string</td>\n<td>Contact Name of the Party</td>\n</tr>\n<tr>\n<td>PhoneNo</td>\n<td>string</td>\n<td>Phone No of the Party</td>\n</tr>\n<tr>\n<td>Email</td>\n<td>string</td>\n<td>Email of the Party</td>\n</tr>\n<tr>\n<td>ShippingAddressId</td>\n<td>integer</td>\n<td>This is the id of the Shipping Address created using <strong>Create Party Address</strong> API</td>\n</tr>\n<tr>\n<td>BillingAddressId</td>\n<td>integer</td>\n<td>This is the id of the Billing Address created using <strong>Create Party Address</strong> API</td>\n</tr>\n<tr>\n<td>Rating</td>\n<td>integer</td>\n<td>Rating of the Party its value is from 1 to 5</td>\n</tr>\n<tr>\n<td>RiskId</td>\n<td>integer</td>\n<td>RiskId is available using <strong>List DropDownOptions API</strong></td>\n</tr>\n<tr>\n<td>Owners</td>\n<td>array of integers</td>\n<td>Array of owner users of the contract. Site users of the Dock CLM can be retrieved using List Site Users API</td>\n</tr>\n</tbody>\n</table>\n</div><p>To add custom fields in the Party, you can use the API <strong>List Fields</strong></p>\n","urlObject":{"path":["api","party"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fbec35a0-0f68-4ca2-b0ca-8cbb315223cb"},{"name":"Update Party","id":"a5b8a019-df6a-4735-baa3-9248d3859962","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"api-key","value":"{{api_key}}","type":"text"}],"body":{"mode":"raw","raw":"   {       \r\n     \"Title\":\"MyDock 102\"\r\n   }"},"url":"{{base_url}}/api/party/:id","description":"<p>This API update party details</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Data type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Title</td>\n<td>string</td>\n<td>Title of the party</td>\n</tr>\n<tr>\n<td>PartyNo</td>\n<td>string</td>\n<td>This is not required if the settings is to Autogenerate.</td>\n</tr>\n<tr>\n<td>PartyType</td>\n<td>string</td>\n<td>The value of this can be Vendor/Customer</td>\n</tr>\n<tr>\n<td>TypeOfServiceId</td>\n<td>Array of integers</td>\n<td>TypeOfServiceId id is available using <strong>List DropDownOptions API</strong></td>\n</tr>\n<tr>\n<td>ContactName</td>\n<td>string</td>\n<td>Contact Name of the Party</td>\n</tr>\n<tr>\n<td>PhoneNo</td>\n<td>string</td>\n<td>Phone No of the Party</td>\n</tr>\n<tr>\n<td>Email</td>\n<td>string</td>\n<td>Email of the Party</td>\n</tr>\n<tr>\n<td>ShippingAddressId</td>\n<td>integer</td>\n<td>This is the id of the Shipping Address created using <strong>Create Party Address</strong> API</td>\n</tr>\n<tr>\n<td>BillingAddressId</td>\n<td>integer</td>\n<td>This is the id of the Billing Address created using <strong>Create Party Address</strong> API</td>\n</tr>\n<tr>\n<td>Rating</td>\n<td>integer</td>\n<td>Rating of the Party its value is from 1 to 5</td>\n</tr>\n<tr>\n<td>RiskId</td>\n<td>integer</td>\n<td>RiskId is available using <strong>List DropDownOptions API</strong></td>\n</tr>\n<tr>\n<td>Owners</td>\n<td>array of integers</td>\n<td>Array of owner users of the contract. Site users of the Dock CLM can be retrieved using List Site Users API</td>\n</tr>\n</tbody>\n</table>\n</div><p>To add custom fields in the Party, you can use the API <strong>List Fields</strong></p>\n","urlObject":{"path":["api","party",":id"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"166eb781-8b97-4309-8f47-ce6549698bce","type":"any","value":"12","key":"id"}]}},"response":[],"_postman_id":"a5b8a019-df6a-4735-baa3-9248d3859962"},{"name":"Delete Party","id":"885002db-37f8-40a7-b83e-772f2bab403d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"api-key","value":"{{api_key}}","type":"text"}],"body":{"mode":"raw","raw":"   {\r\n       \"Title\": \"Address71\",\r\n       \"AddressLine1\": \"AddressLine160\",\r\n        \"AddressLine2\": \"AddressLine260\",\r\n        \"City\": \"City60\",\r\n        \"State\": \"Kerala\",\r\n        \"Country\": \"India\",\r\n        \"ZipCode\" :\"7896\",        \r\n        \"PartyId\" :60\r\n\r\n   }"},"url":"{{base_url}}/api/party/:id","description":"<p>Deletes the party.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Path variable</strong></th>\n<th><strong>Data type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer</td>\n<td>Id of the Party.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","party",":id"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"2c96a432-fd6d-4a6b-bba8-9dfb33e46f22","type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"885002db-37f8-40a7-b83e-772f2bab403d"}],"id":"78176a8d-d993-42ff-b479-36251cb74936","description":"<p>Party is the Customers and Vendors of the Dock365 CMS. Below are the APIs to create and update party and related documents and tasks</p>\n","_postman_id":"78176a8d-d993-42ff-b479-36251cb74936"},{"name":"Task","item":[{"name":"List Tasks","id":"69dcb6a4-d1a5-42f9-bcbc-2b0a6920d8d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","value":"{{api_key}}","type":"text"}],"url":"{{base_url}}/api/tasks","description":"<p>This API returns all the tasks in Dock365 CLM</p>\n","urlObject":{"path":["api","tasks"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"69dcb6a4-d1a5-42f9-bcbc-2b0a6920d8d1"},{"name":"Get Task By Id","id":"478aa72f-8089-402a-a0fa-45984d386a6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","value":"{{api_key}}","type":"text"}],"url":"{{base_url}}/api/tasks/:id","description":"<p>Get the Task details based on the Task Id passed.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Path variable</strong></th>\n<th><strong>Data type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer</td>\n<td>Id of the Task.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","tasks",":id"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"583e0faa-5ae0-4fbf-a2ed-f1d0f37d0d44","type":"any","value":"8","key":"id"}]}},"response":[],"_postman_id":"478aa72f-8089-402a-a0fa-45984d386a6e"},{"name":"Create Task","id":"1ad91d7b-8244-4695-bb64-f63167eb1fa0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api_key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"Title\":\"Contract Task 6\",\r\n\"TaskTypeId\":72,\r\n\"DueDate\":\"2022-04-19T18:30:00.000Z\",\r\n\"AssignedToId\":[13],\r\n\"StatusId\":48,\r\n\"ContractId\":73,\r\n\"IsObligation\":0,\r\n\"Description\":\"Test\",\r\n\"CustomTextBox\":\"Cust TB X\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/tasks","urlObject":{"path":["api","tasks"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1ad91d7b-8244-4695-bb64-f63167eb1fa0"},{"name":"Update Task","id":"a7128d07-5c44-4d89-ace7-4eb736c0f5e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"api-key","value":"{{api_key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Title\": \"Party Task 6 Edited...\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/tasks/:id","description":"<p>This API updates the task.</p>\n","urlObject":{"path":["api","tasks",":id"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"3972a307-6a6c-4c8b-ac61-38337a4ec19d","type":"any","value":"7","key":"id"}]}},"response":[],"_postman_id":"a7128d07-5c44-4d89-ace7-4eb736c0f5e0"},{"name":"Delete Task","id":"6a8e5e4f-06cf-47b2-9850-fd60038344b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"api-key","value":"{{api_key}}","type":"text"}],"url":"{{base_url}}/api/tasks/:id","description":"<p>Deletes the task.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Path variable</strong></th>\n<th><strong>Data type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer</td>\n<td>Id of the Task.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","tasks",":id"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"4ec7e3a9-350f-472c-8ed9-4982a91ec894","type":"any","value":"7","key":"id"}]}},"response":[],"_postman_id":"6a8e5e4f-06cf-47b2-9850-fd60038344b0"}],"id":"eb204103-7fb8-4b4b-a44e-3087c6209731","_postman_id":"eb204103-7fb8-4b4b-a44e-3087c6209731","description":""}]}