{"info":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","description":"<html><head></head><body><h2 id=\"getting-started-guide\">Getting started guide</h2>\n<p><strong>Step 1. Authenticate</strong></p>\n<p>Navigate to <strong>Authentication</strong> folder. Send a POST request. The web service account user name is specified in the url; the password is specified in the json body. The password is stored in the postman vault variable vault:userPassword.</p>\n<p>Available web service accounts can be found in the NI ui &gt;&gt; catalog &gt;&gt; user accounts page. System Administrators can update existing service account passwords. Contact Navarik Support to create new service accounts.</p>\n<p>A successful Authentication POST request returns an api_key token. The request is scripted to automatically update the corresponding collection variable; all other requests in the collection authenticate by sending this token as a url parameter ?api_key=xxxxx.</p>\n<p><strong>Step 2. Query and Manage Catalog records</strong></p>\n<p>Navigate to a catalog record folder. Each folder documents specifics of how to query, create, update and delete catalog records of that type. Remember, every request requires the api_key token url parameter from step 1.</p>\n<p>If the api_key token expires, is missing, malformed, or invalid, you will receive a HTTP 401 Unauthorized response code; navigate to Authentication and send the POST request to obtain a new api_key to continue.</p>\n<h2 id=\"resource-identifiers\">Resource identifiers</h2>\n<p>All catalog records have the property <strong>id</strong>. Typically it is an integer; but a few catalog record types use an uppercase string.</p>\n<p>The <strong>id</strong> can always be used to reference a record. Some catalog records support referencing by a different property as well.</p>\n<h2 id=\"prior-versions\">Prior versions</h2>\n<p>For previous version documentation refer to <a href=\"https://docs.navarik.com/ni-catalog/guides/getting-started.html\">https://docs.navarik.com/ni-catalog/guides/getting-started.html</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"38494374","collectionId":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","publishedId":"2sAYkGMKx9","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-03-21T17:55:21.000Z"},"item":[{"name":"Authentication","item":[{"name":"Get session token","event":[{"listen":"test","script":{"id":"fde95511-f610-4e71-bd3e-21c0cba341d8","exec":["// Parse response JSON\r","const response = pm.response.json();\r","\r","const apiKey = response?.data?.session?.sessionId ?? null;\r","\r","if (apiKey) {\r","    // Set collection variable \"api_key\"\r","    pm.collectionVariables.set(\"api_key\", apiKey);\r","    pm.environment.set(\"api_key\", apiKey);\r","    console.log('pm.collectionVariables.api_key updated');\r","}"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"d03b58de-8077-4c5f-a0d1-7edd8ed57dd5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"{{vault:userPassword}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/sessions/{{vault:userName}}","description":"<p>Gets information about the authenticated user.</p>\n","urlObject":{"path":["sessions","{{vault:userName}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"65643012-7c6b-4186-88a7-991a7325a181","name":"Get session token","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"{{vault:userPassword}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/sessions/{{vault:username}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"session\": {\n      \"sessionId\": \"<string>\",\n      \"sessionName\": \"api_key\",\n      \"username\": \"<string>\"\n    }\n  },\n  \"reqId\": \"<string>\",\n  \"status\": \"success\"\n}"}],"_postman_id":"d03b58de-8077-4c5f-a0d1-7edd8ed57dd5"}],"id":"86ede2fe-5d87-4fa0-a4ef-67ae2b77c197","description":"<p>Use the POST request to send Web Service Account credentials to retrieve the session api_key.</p>\n<p>Set the web service user account name \"{username}\" in the url path. Set the password property in the request json body.</p>\n<p>The request is scripted to automatically update the collection variable {api_key} with the returned value. All other requests within this collection are configured to send \"api_key\".</p>\n","_postman_id":"86ede2fe-5d87-4fa0-a4ef-67ae2b77c197","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}}},{"name":"Bank Accounts","item":[{"name":"List/Search","id":"6c744926-6720-47fd-9cea-6648dc85d524","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/bank_accounts","description":"<h3 id=\"query-parameters\"><strong>Query Parameters</strong></h3>\n<h4 id=\"filters\">Filters:</h4>\n<p>Use as filter[<code>parameter</code>]=<code>value</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>integer</td>\n<td><code>110</code></td>\n</tr>\n<tr>\n<td><code>accountHolderName</code></td>\n<td>string</td>\n<td><code>John Doe</code></td>\n</tr>\n<tr>\n<td><code>accountNumber</code></td>\n<td>string</td>\n<td><code>99999999999</code></td>\n</tr>\n<tr>\n<td><code>currencyCode</code></td>\n<td>string</td>\n<td><code>CAD</code></td>\n</tr>\n<tr>\n<td><code>financialInstitutionName</code></td>\n<td>string</td>\n<td><code>Bank</code></td>\n</tr>\n<tr>\n<td><code>statusCode</code></td>\n<td>string</td>\n<td><code>ACTIVE</code></td>\n</tr>\n<tr>\n<td><code>office.id</code></td>\n<td>integer</td>\n<td><code>112</code></td>\n</tr>\n<tr>\n<td><code>office.ids</code></td>\n<td>array of integers</td>\n<td><code>[112, 113]</code></td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"sorting\">Sorting:</h4>\n<p>Use as sort[<code>parameter</code>]=<code>ASC</code> or <code>DESC</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>accountHolderName</code></td>\n</tr>\n<tr>\n<td><code>accountNumber</code></td>\n</tr>\n<tr>\n<td><code>currencyCode</code></td>\n</tr>\n<tr>\n<td><code>financialInstitutionName</code></td>\n</tr>\n<tr>\n<td><code>statusCode</code></td>\n</tr>\n<tr>\n<td><code>id</code></td>\n</tr>\n<tr>\n<td><code>modifiedOn</code></td>\n</tr>\n<tr>\n<td><code>createdOn</code></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}},"urlObject":{"path":["bank_accounts"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"description":{"content":"<p>Current page</p>\n","type":"text/plain"},"key":"page","value":"1"},{"disabled":true,"description":{"content":"<p>Results per page</p>\n","type":"text/plain"},"key":"limit","value":"50"},{"disabled":true,"description":{"content":"<p>Filter by one office id</p>\n","type":"text/plain"},"key":"filter[office.id]","value":""},{"disabled":true,"description":{"content":"<p>Filter by multiple office ids (array of ids)</p>\n","type":"text/plain"},"key":"filter[office.ids]","value":"[3645, 3630]"},{"disabled":true,"description":{"content":"<p>String </p>\n","type":"text/plain"},"key":"filter[accountHolderName]","value":""},{"disabled":true,"description":{"content":"<p>String</p>\n","type":"text/plain"},"key":"filter[accountNumber]","value":""},{"disabled":true,"description":{"content":"<p>Currency Code</p>\n","type":"text/plain"},"key":"filter[currencyCode]","value":""},{"disabled":true,"description":{"content":"<p>String</p>\n","type":"text/plain"},"key":"filter[financialInstitutionName]","value":""},{"disabled":true,"description":{"content":"<p>Status code (active, inactive)</p>\n","type":"text/plain"},"key":"filter[statusCode]","value":"ACTIVE"},{"disabled":true,"description":{"content":"<p>Filter by bank account id</p>\n","type":"text/plain"},"key":"filter[id]","value":""},{"disabled":true,"description":{"content":"<p>Sort by account holder name</p>\n","type":"text/plain"},"key":"sort[accountHolderName]","value":""},{"disabled":true,"description":{"content":"<p>Sort by account number</p>\n","type":"text/plain"},"key":"sort[accountNumber]","value":""},{"disabled":true,"description":{"content":"<p>Sort by currency code</p>\n","type":"text/plain"},"key":"sort[currencyCode]","value":""},{"disabled":true,"description":{"content":"<p>Sort by financial institution name</p>\n","type":"text/plain"},"key":"sort[financialInstitutionName]","value":""},{"disabled":true,"description":{"content":"<p>Sort by statusCode (active, inactive)</p>\n","type":"text/plain"},"key":"sort[statusCode]","value":""},{"disabled":true,"description":{"content":"<p>Sort by id</p>\n","type":"text/plain"},"key":"sort[id]","value":"desc"},{"disabled":true,"description":{"content":"<p>Sort by modified date</p>\n","type":"text/plain"},"key":"sort[modifiedOn]","value":"desc"},{"disabled":true,"description":{"content":"<p>Sort by created date</p>\n","type":"text/plain"},"key":"sort[createdOn]","value":"desc"}],"variable":[]}},"response":[{"id":"1d23b1f3-136c-4a72-94db-5dbdab0587d6","name":"List/Search","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/bank_accounts?limit=50","host":["{{baseUrl}}"],"path":["bank_accounts"],"query":[{"key":"limit","value":"50"},{"key":"sort[id]","value":"desc","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Fri, 08 Aug 2025 20:28:22 GMT","enabled":true},{"key":"Server","value":"Apache/2.4.37 (Oracle Linux Server) OpenSSL/1.1.1k","enabled":true},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","enabled":true},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'","enabled":true},{"key":"X-Frame-Options","value":"sameorigin","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-Request-ID","value":"aJZd5kEJyQODslic8CeMFgAAAM8","enabled":true},{"key":"Keep-Alive","value":"timeout=5, max=100","enabled":true},{"key":"Connection","value":"Keep-Alive","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"offset\": 0,\n        \"limit\": 50,\n        \"count\": 1,\n        \"hasMore\": false,\n        \"results\": [\n            {\n                \"type\": \"navarik.nis.bank_account\",\n                \"id\": 3596,\n                \"attributes\": {\n                    \"accountHolderName\": \"Account Holder\",\n                    \"accountNumber\": \"12345-9999-00Prime Mark Cert & Testing\",\n                    \"currencyCode\": \"USD\",\n                    \"financialInstitutionName\": \"Bank of Good Faith\",\n                    \"financialInstitutionAddress\": \"Nowhere\",\n                    \"referenceCode\": \"Ref Prime Mark Cert & Testing\",\n                    \"dfiNumber\": \"dfi\",\n                    \"iban\": \"iban\",\n                    \"swiftCode\": \"swift\",\n                    \"note\": \"note\",\n                    \"otherReference\": \"other\",\n                    \"statusCode\": \"ACTIVE\",\n                    \"office\": {\n                        \"type\": \"navarik.nis.office\",\n                        \"id\": 3573\n                    }\n                }\n            }\n        ]\n    },\n    \"reqId\": \"ARTHUR-68965de70ee740.30434756\"\n}"}],"_postman_id":"6c744926-6720-47fd-9cea-6648dc85d524"},{"name":"Get by Id","id":"a09a8bb5-17bf-40ad-a38a-132d54e1799d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/bank_accounts/{{id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}},"urlObject":{"path":["bank_accounts","{{id}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"df122a95-14c6-4e72-a69a-025e88227dbb","name":"Get by Id","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/bank_accounts/{{id}}"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Fri, 08 Aug 2025 20:46:05 GMT","enabled":true},{"key":"Server","value":"Apache/2.4.37 (Oracle Linux Server) OpenSSL/1.1.1k","enabled":true},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","enabled":true},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'","enabled":true},{"key":"X-Frame-Options","value":"sameorigin","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-Request-ID","value":"aJZiDUEJyQODslic8CeMGAAAAMQ","enabled":true},{"key":"Keep-Alive","value":"timeout=5, max=100","enabled":true},{"key":"Connection","value":"Keep-Alive","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"type\": \"navarik.nis.bank_account\",\n        \"id\": 3596,\n        \"attributes\": {\n            \"accountHolderName\": \"Account Holder\",\n            \"accountNumber\": \"12345-9999-00Prime Mark Cert & Testing\",\n            \"currencyCode\": \"USD\",\n            \"financialInstitutionName\": \"Bank of Good Faith\",\n            \"financialInstitutionAddress\": \"Nowhere\",\n            \"referenceCode\": \"Ref Prime Mark Cert & Testing\",\n            \"dfiNumber\": \"dfi\",\n            \"iban\": \"iban\",\n            \"swiftCode\": \"swift\",\n            \"note\": \"note\",\n            \"otherReference\": \"other\",\n            \"statusCode\": \"ACTIVE\",\n            \"office\": {\n                \"type\": \"navarik.nis.office\",\n                \"id\": 3573\n            }\n        }\n    },\n    \"reqId\": \"ARTHUR-6896620f6b9939.13646500\"\n}"}],"_postman_id":"a09a8bb5-17bf-40ad-a38a-132d54e1799d"},{"name":"Create","id":"163cefaf-f7e3-4b08-923d-be347a1348a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"accountHolderName\": \"<string>\",\r\n    \"accountNumber\": \"<string>\",\r\n    \"currencyCode\": \"<string>\",\r\n    \"financialInstitutionName\": \"<string>\",\r\n    \"financialInstitutionAddress\": \"<string>\",\r\n    \"referenceCode\": \"<string>\",\r\n    \"dfiNumber\": \"<string>\",\r\n    \"iban\": \"<string>\",\r\n    \"swiftCode\": \"<string>\",\r\n    \"note\": \"<string>\",\r\n    \"otherReference\": \"<string>\",\r\n    \"statusCode\": \"ACTIVE\",\r\n    \"office\": {\r\n        \"type\": \"navarik.nis.office\",\r\n        \"id\": \"<integer>\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/bank_accounts","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}},"urlObject":{"path":["bank_accounts"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"cd1fb55d-f474-475e-9d78-aa7a1280c96e","name":"Create","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"office\": {\r\n        \"id\": 3573\r\n    },\r\n    \"accountHolderName\": \"Flokencio 2\",\r\n    \"accountNumber\": \"0808251613\",\r\n    \"currencyCode\": \"CAD\",\r\n    \"financialInstitutionName\": \"BCICB\",\r\n    \"financialInstitutionAddress\": null,\r\n    \"referenceCode\": null,\r\n    \"dfiNumber\": null,\r\n    \"iban\": null,\r\n    \"swiftCode\": null,\r\n    \"note\": \"This is a note!\",\r\n    \"otherReference\": null,\r\n    \"statusCode\": \"ACTIVE\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/bank_accounts"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Fri, 08 Aug 2025 22:14:29 GMT","enabled":true},{"key":"Server","value":"Apache/2.4.37 (Oracle Linux Server) OpenSSL/1.1.1k","enabled":true},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","enabled":true},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'","enabled":true},{"key":"X-Frame-Options","value":"sameorigin","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-Request-ID","value":"aJZ2xSAVo8XHit8@eygZ3wAAAE4","enabled":true},{"key":"Keep-Alive","value":"timeout=5, max=100","enabled":true},{"key":"Connection","value":"Keep-Alive","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"type\": \"navarik.nis.bank_account\",\n        \"id\": 28023,\n        \"attributes\": {\n            \"accountHolderName\": \"<string>\",\n            \"accountNumber\": \"<string>\",\n            \"currencyCode\": \"<string>\",\n            \"financialInstitutionName\": \"<string>\",\n            \"financialInstitutionAddress\": \"<string>\",\n            \"referenceCode\": \"<string>\",\n            \"dfiNumber\": \"<string>\",\n            \"iban\": \"<string>\",\n            \"swiftCode\": \"<string>\",\n            \"note\": \"<string>\",\n            \"otherReference\": \"<string>\",\n            \"statusCode\": \"ACTIVE\",\n            \"office\": {\n                \"type\": \"navarik.nis.office\",\n                \"id\": \"<integer>\"\n            }\n        }\n    },\n    \"reqId\": \"ARTHUR-689676c7172011.55648248\"\n}"}],"_postman_id":"163cefaf-f7e3-4b08-923d-be347a1348a6"},{"name":"Update","id":"3a3a41fc-db03-43e7-a63a-8961ccb16ef1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"accountHolderName\": \"<string>\",\r\n    \"accountNumber\": \"<string>\",\r\n    \"currencyCode\": \"<string>\",\r\n    \"financialInstitutionName\": \"<string>\",\r\n    \"financialInstitutionAddress\": \"<string>\",\r\n    \"referenceCode\": \"<string>\",\r\n    \"dfiNumber\": \"<string>\",\r\n    \"iban\": \"<string>\",\r\n    \"swiftCode\": \"<string>\",\r\n    \"note\": \"<string>\",\r\n    \"otherReference\": \"<string>\",\r\n    \"statusCode\": \"ACTIVE\",\r\n    \"office\": {\r\n        \"type\": \"navarik.nis.office\",\r\n        \"id\": \"<integer>\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/bank_accounts/{{id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}},"urlObject":{"path":["bank_accounts","{{id}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"1e8c5502-fc08-4e4c-8c80-49f138083ab6","name":"Update","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"office\": {\r\n        \"id\": 3573\r\n    },\r\n    \"accountHolderName\": \"Mr Cobranza\",\r\n    \"accountNumber\": \"0808251613\",\r\n    \"currencyCode\": \"CAD\",\r\n    \"financialInstitutionName\": \"BCICB\",\r\n    \"financialInstitutionAddress\": null,\r\n    \"referenceCode\": null,\r\n    \"dfiNumber\": null,\r\n    \"iban\": null,\r\n    \"swiftCode\": \"1o2911083\",\r\n    \"note\": null,\r\n    \"otherReference\": null,\r\n    \"statusCode\": \"ACTIVE\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/bank_accounts/{{id}}"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Fri, 08 Aug 2025 22:40:20 GMT","enabled":true},{"key":"Server","value":"Apache/2.4.37 (Oracle Linux Server) OpenSSL/1.1.1k","enabled":true},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","enabled":true},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'","enabled":true},{"key":"X-Frame-Options","value":"sameorigin","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-Request-ID","value":"aJZ81EEJyQODslic8CeOVgAAANc","enabled":true},{"key":"Keep-Alive","value":"timeout=5, max=100","enabled":true},{"key":"Connection","value":"Keep-Alive","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"type\": \"navarik.nis.bank_account\",\n        \"id\": 28023,\n        \"attributes\": {\n            \"accountHolderName\": \"<string>\",\n            \"accountNumber\": \"<string>\",\n            \"currencyCode\": \"<string>\",\n            \"financialInstitutionName\": \"<string>\",\n            \"financialInstitutionAddress\": \"<string>\",\n            \"referenceCode\": \"<string>\",\n            \"dfiNumber\": \"<string>\",\n            \"iban\": \"<string>\",\n            \"swiftCode\": \"<string>\",\n            \"note\": \"<string>\",\n            \"otherReference\": \"<string>\",\n            \"statusCode\": \"ACTIVE\",\n            \"office\": {\n                \"type\": \"navarik.nis.office\",\n                \"id\": \"<integer>\"\n            }\n        }\n    },\n    \"reqId\": \"ARTHUR-68967cd64b4054.58656054\"\n}"}],"_postman_id":"3a3a41fc-db03-43e7-a63a-8961ccb16ef1"},{"name":"Delete","id":"d1d0ba53-7654-43c7-aba4-5c6068695190","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{baseUrl}}/bank_accounts/{{id}}","description":"<p>Note: If a Bank Account is referenced, its status will be updated to INACTIVE instead, and the updated resource will be returned in the response body.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}},"urlObject":{"path":["bank_accounts","{{id}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"59855ea6-129b-4aa3-8c1d-7805202dc8a8","name":"Delete","originalRequest":{"method":"DELETE","header":[],"url":"{{baseUrl}}/bank_accounts/{{id}}"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Fri, 08 Aug 2025 23:04:08 GMT","enabled":true},{"key":"Server","value":"Apache/2.4.37 (Oracle Linux Server) OpenSSL/1.1.1k","enabled":true},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","enabled":true},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'","enabled":true},{"key":"X-Frame-Options","value":"sameorigin","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-Request-ID","value":"aJaCaCAVo8XHit8@eygZ7wAAAFI","enabled":true},{"key":"Keep-Alive","value":"timeout=5, max=100","enabled":true},{"key":"Connection","value":"Keep-Alive","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"reqId\": \"ARTHUR-68968269ce8649.48469599\"\n}"},{"id":"884d9da2-235f-439a-a428-d7b7286ff8fc","name":"Deactivate","originalRequest":{"method":"DELETE","header":[],"url":"{{baseUrl}}/bank_accounts/{{id}}"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Fri, 22 Aug 2025 00:19:24 GMT"},{"key":"Server","value":"Apache/2.4.37 (Oracle Linux Server) OpenSSL/1.1.1k"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-Frame-Options","value":"sameorigin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Request-ID","value":"aKe3jG3k0dmn0KHO37dd5gAAAMc"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"type\": \"navarik.nis.bank_account\",\n        \"id\": \"<integer>\",\n        \"attributes\": {\n            \"accountHolderName\": \"<string>\",\n            \"accountNumber\": \"<string>\",\n            \"currencyCode\": \"<string>\",\n            \"financialInstitutionName\": \"<string>\",\n            \"financialInstitutionAddress\": \"<string>\",\n            \"referenceCode\": \"<string>\",\n            \"dfiNumber\": \"<string>\",\n            \"iban\": \"<string>\",\n            \"swiftCode\": \"<string>\",\n            \"note\": \"<string>\",\n            \"otherReference\": \"<string>\",\n            \"statusCode\": \"INACTIVE\",\n            \"office\": {\n                \"type\": \"navarik.nis.office\",\n                \"id\": \"<integer>\"\n            }\n        }\n    },\n    \"reqId\": \"ARTHUR-68a7b78f451045.67313428\"\n}"}],"_postman_id":"d1d0ba53-7654-43c7-aba4-5c6068695190"}],"id":"d430bd2d-1626-4a66-a60e-96c2fefdaefd","description":"<p>System owner companies create bank accounts for the third party companies. While you cannot edit any other third party information, you can edit their bank account to ensure accuracy in the account information.<br />Bank accounts are added to a company's offices. You need to enter bank account details for each office, even if the bank account details are the same for each office.</p>\n<p>Bank accounts have office reference, which should be sent like:</p>\n<p>\"office\" : { \"id\": office_id }</p>\n<hr />\n<h3 id=\"attributes\">Attributes</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>accountNumber</code>*</td>\n<td><code>string</code></td>\n<td>Account holder name</td>\n</tr>\n<tr>\n<td><code>accountHolderName</code>*</td>\n<td><code>string</code></td>\n<td>Account holder name</td>\n</tr>\n<tr>\n<td><code>currencyCode</code>*</td>\n<td><code>enum</code></td>\n<td>Currency code</td>\n</tr>\n<tr>\n<td><code>financialInsitutionName</code>*</td>\n<td><code>string</code></td>\n<td>FInancial institution name</td>\n</tr>\n<tr>\n<td><code>office.id</code>*</td>\n<td><code>office</code></td>\n<td>Office Id</td>\n</tr>\n<tr>\n<td><code>statusCode</code>*</td>\n<td><code>enum</code></td>\n<td><em>Accepted Enum Values:</em>  <br /><code>ACTIVE</code>, <code>INACTIVE</code></td>\n</tr>\n<tr>\n<td><code>dfiNumber</code></td>\n<td><code>string</code></td>\n<td>DFI Number or Routing number</td>\n</tr>\n<tr>\n<td><code>financialInsitutionAddress</code></td>\n<td><code>string</code></td>\n<td>Financial institution address</td>\n</tr>\n<tr>\n<td><code>iban</code></td>\n<td><code>string</code></td>\n<td>IBAN</td>\n</tr>\n<tr>\n<td><code>note</code></td>\n<td><code>string</code></td>\n<td>Note</td>\n</tr>\n<tr>\n<td><code>otherReference</code></td>\n<td><code>string</code></td>\n<td>Other reference</td>\n</tr>\n<tr>\n<td><code>referenceCode</code></td>\n<td><code>string</code></td>\n<td>Reference code or bank account code</td>\n</tr>\n<tr>\n<td><code>swiftCode</code></td>\n<td><code>string</code></td>\n<td>SWIFT code</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<ul>\n<li>* Required - cannot be empty or null</li>\n</ul>\n","_postman_id":"d430bd2d-1626-4a66-a60e-96c2fefdaefd","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}}},{"name":"Companies","item":[{"name":"List/Search","id":"f5fab0b7-8e8e-4651-ba17-4b7f86976dc7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/companies","description":"<h3 id=\"query-parameters\"><strong>Query Parameters</strong></h3>\n<h4 id=\"filters\">Filters:</h4>\n<p>Use as filter[<code>parameter</code>]=<code>value</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>integer</td>\n<td><code>110</code></td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>string</td>\n<td><code>Inc</code></td>\n</tr>\n<tr>\n<td><code>role</code></td>\n<td>string</td>\n<td><code>CONTACT</code></td>\n</tr>\n<tr>\n<td><code>roles</code></td>\n<td>string</td>\n<td><code>[\"CONTACT\"]</code></td>\n</tr>\n<tr>\n<td><code>statusCode</code></td>\n<td>string</td>\n<td><code>ACTIVE</code></td>\n</tr>\n<tr>\n<td><code>modifiedOnFrom</code></td>\n<td>datetime (ISO 8601)</td>\n<td><code>2015-02-25T16:42:11Z</code></td>\n</tr>\n<tr>\n<td><code>modifiedOnTo</code></td>\n<td>datetime (ISO 8601)</td>\n<td><code>2025-07-29T19:12:00Z</code></td>\n</tr>\n<tr>\n<td><code>clientCode</code></td>\n<td>string</td>\n<td>abc 123</td>\n</tr>\n<tr>\n<td><code>clientCodes</code></td>\n<td>array of strings</td>\n<td>[\"abc 123\", \"def 456\"]</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"sorting\">Sorting:</h4>\n<p>Use as sort[<code>parameter</code>]=<code>ASC</code> or <code>DESC</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>name</code></td>\n</tr>\n<tr>\n<td><code>statusCode</code></td>\n</tr>\n<tr>\n<td><code>id</code></td>\n</tr>\n<tr>\n<td><code>modifiedOn</code></td>\n</tr>\n<tr>\n<td><code>createdOn</code></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}},"urlObject":{"path":["companies"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"description":{"content":"<p>starting record</p>\n","type":"text/plain"},"key":"offset","value":"2"},{"disabled":true,"description":{"content":"<p>Amount of results per page</p>\n","type":"text/plain"},"key":"limit","value":"2"},{"disabled":true,"description":{"content":"<p>Filter by company name</p>\n","type":"text/plain"},"key":"filter[name]","value":""},{"disabled":true,"description":{"content":"<p>Filter by company role</p>\n","type":"text/plain"},"key":"filter[role]","value":"CONTACT"},{"disabled":true,"description":{"content":"<p>Filter by multiple company roles</p>\n","type":"text/plain"},"key":"filter[roles]","value":"[\"CONTACT\"]"},{"disabled":true,"description":{"content":"<p>Status code (active, inactive)</p>\n","type":"text/plain"},"key":"filter[statusCode]","value":"INACTIVE"},{"disabled":true,"description":{"content":"<p>Filter by company id</p>\n","type":"text/plain"},"key":"filter[id]","value":""},{"disabled":true,"description":{"content":"<p>Client code</p>\n","type":"text/plain"},"key":"filter[clientCode]","value":""},{"disabled":true,"description":{"content":"<p>Array of client codes</p>\n","type":"text/plain"},"key":"filter[clientCodes]","value":""},{"disabled":true,"description":{"content":"<p>Inclusive modified date from</p>\n","type":"text/plain"},"key":"filter[modifiedOnFrom]","value":""},{"disabled":true,"description":{"content":"<p>Inclusive modified date to</p>\n","type":"text/plain"},"key":"filter[modifiedOnTo]","value":""},{"disabled":true,"description":{"content":"<p>Sort by company name</p>\n","type":"text/plain"},"key":"sort[name]","value":"desc"},{"disabled":true,"description":{"content":"<p>Sort by company id</p>\n","type":"text/plain"},"key":"sort[id]","value":""},{"disabled":true,"description":{"content":"<p>Sort by modified date</p>\n","type":"text/plain"},"key":"sort[modifiedOn]","value":""},{"disabled":true,"description":{"content":"<p>Sort by created date</p>\n","type":"text/plain"},"key":"sort[createdOn]","value":""},{"disabled":true,"description":{"content":"<p>Sort by status code</p>\n","type":"text/plain"},"key":"sort[statusCode]","value":""}],"variable":[]}},"response":[{"id":"67f0fda4-15dd-4aae-b622-e2b374b8d8f1","name":"List/Search","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/companies","host":["{{baseUrl}}"],"path":["companies"],"query":[{"key":"page","value":"","description":"Current page","disabled":true},{"key":"limit","value":"","description":"Amount of results per page","disabled":true},{"key":"filter[name]","value":"","description":"Filter by company name","disabled":true},{"key":"filter[role]","value":"","description":"Filter by company role","disabled":true},{"key":"filter[roles]","value":"[\"ADDITIVE_VENDOR\"]","description":"Filter by multiple company roles","disabled":true},{"key":"filter[statusCode]","value":"INACTIVE","description":"Status code (active, inactive)","disabled":true},{"key":"filter[id]","value":"","description":"Filter by company id","disabled":true},{"key":"filter[clientCode]","value":"","description":"Client code","disabled":true},{"key":"filter[clientCodes]","value":"","description":"Array of client codes","disabled":true},{"key":"filter[modifiedOnFrom]","value":"","description":"Inclusive modified date from","disabled":true},{"key":"filter[modifiedOnTo]","value":"","description":"Inclusive modified date to","disabled":true},{"key":"sort[name]","value":"desc","description":"Sort by company name","disabled":true},{"key":"sort[id]","value":"","description":"Sort by company id","disabled":true},{"key":"sort[modifiedOn]","value":"","description":"Sort by modified date","disabled":true},{"key":"sort[createdOn]","value":"","description":"Sort by created date","disabled":true},{"key":"sort[statusCode]","value":"","description":"Sort by status code","disabled":true},{"key":"expand[headOffice.name]","value":"","disabled":true},{"key":"expand[headOffice.contactInfo]","value":"","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Wed, 27 Aug 2025 23:48:28 GMT"},{"key":"Server","value":"Apache/2.4.37 (Oracle Linux Server) OpenSSL/1.1.1k"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-Frame-Options","value":"sameorigin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Request-ID","value":"aK@ZTOI-f3XnOyOEyV3G@wAAAFg"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"offset\": 0,\n        \"limit\": 25,\n        \"count\": 7,\n        \"hasMore\": false,\n        \"results\": [\n            {\n                \"type\": \"navarik.nis.company\",\n                \"id\": <integer>,\n                \"attributes\": {\n                    \"clientCode\": \"<string>\",\n                    \"name\": \"<string>\",\n                    \"statusCode\": \"ACTIVE\",\n                    \"headOffice\": {\n                        \"type\": \"navarik.nis.office\",\n                        \"id\": 3667\n                    },\n                    \"roles\": [\n                        \"<string>\"\n                    ]\n                }\n            },\n        ]\n    },\n    \"reqId\": \"ARTHUR-68af994e05b874.99835703\"\n}"}],"_postman_id":"f5fab0b7-8e8e-4651-ba17-4b7f86976dc7"},{"name":"Get by Id","id":"cf4601c7-cfcb-44e6-b73f-f94dd4e5c98e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/companies/{{id}}","description":"<h2 id=\"get-bank-account-details\">Get Bank Account Details</h2>\n<p>This endpoint retrieves the details of a specific bank account identified by its unique ID. It is useful for obtaining information such as the account holder's name, account number, and associated financial institution details.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method</strong>: GET</p>\n</li>\n<li><p><strong>Endpoint</strong>: <code>{{baseUrl}}/bank_accounts/{{id}}</code></p>\n</li>\n<li><p><strong>Path Parameters</strong>:</p>\n<ul>\n<li><code>id</code> (integer): The unique identifier of the bank account you wish to retrieve.</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>The response will be in JSON format and contains the following structure:</p>\n<ul>\n<li><p><strong>status</strong> (string): The status of the request.</p>\n</li>\n<li><p><strong>data</strong> (object): Contains the details of the bank account.</p>\n<ul>\n<li><p><strong>type</strong> (string): The type of the bank account.</p>\n</li>\n<li><p><strong>id</strong> (integer): The unique identifier of the bank account.</p>\n</li>\n<li><p><strong>attributes</strong> (object): Detailed attributes of the bank account.</p>\n<ul>\n<li><p><strong>accountHolderName</strong> (string): The name of the account holder.</p>\n</li>\n<li><p><strong>accountNumber</strong> (string): The account number.</p>\n</li>\n<li><p><strong>currencyCode</strong> (string): The currency code associated with the account.</p>\n</li>\n<li><p><strong>financialInstitutionName</strong> (string): The name of the financial institution.</p>\n</li>\n<li><p><strong>financialInstitutionAddress</strong> (string): The address of the financial institution.</p>\n</li>\n<li><p><strong>referenceCode</strong> (string): A reference code for the account.</p>\n</li>\n<li><p><strong>dfiNumber</strong> (string): The DFI number associated with the account.</p>\n</li>\n<li><p><strong>iban</strong> (string): The International Bank Account Number.</p>\n</li>\n<li><p><strong>swiftCode</strong> (string): The SWIFT code of the financial institution.</p>\n</li>\n<li><p><strong>note</strong> (string): Any additional notes regarding the account.</p>\n</li>\n<li><p><strong>otherReference</strong> (string): Any other reference information.</p>\n</li>\n<li><p><strong>statusCode</strong> (string): The status code of the bank account.</p>\n</li>\n<li><p><strong>office</strong> (object): Information about the office associated with the account.</p>\n<ul>\n<li><p><strong>type</strong> (string): The type of the office.</p>\n</li>\n<li><p><strong>id</strong> (integer): The unique identifier of the office.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><strong>reqId</strong> (string): The request identifier for tracking purposes.</p>\n</li>\n</ul>\n<p>This structured response allows clients to easily access and utilize the bank account details as needed.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}},"urlObject":{"path":["companies","{{id}}"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"key":"expand[headOffice.contactInfo]","value":""},{"disabled":true,"key":"expand[headOffice.name]","value":""}],"variable":[]}},"response":[{"id":"90d13040-2387-4847-af05-9065e674f8d3","name":"Get by Id","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/companies/{{id}}"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Mon, 08 Sep 2025 17:00:58 GMT"},{"key":"Server","value":"Apache/2.4.37 (Oracle Linux Server) OpenSSL/1.1.1k"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-Frame-Options","value":"sameorigin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Request-ID","value":"aL8LylTzNooDFE44TeCNFAAAAJI"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \n        \"type\": \"navarik.nis.company\",\n        \"id\": <integer>,\n        \"attributes\": {\n            \"clientCode\": \"<string>\",\n            \"name\": \"<string>\",\n            \"statusCode\": \"<string>\",\n            \"headOffice\": {\n                \"type\": \"navarik.nis.office\",\n                \"id\": <integer>\n            },\n            \"roles\": [\n                \"<string>\"\n            ]\n        }\n    },\n    \"reqId\": \"ARTHUR-68bf0bcbc509a9.54817791\"\n}"}],"_postman_id":"cf4601c7-cfcb-44e6-b73f-f94dd4e5c98e"},{"name":"Create","id":"b26948ba-04d9-45d7-b7e7-e0580bdfd3be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{ \r\n  \"clientCode\": \"<string>\",\r\n  \"name\": \"<string>\",\r\n  \"statusCode\": \"<ACTIVE|INACTIVE>\",\r\n  \"roles\": [\"<string>\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/companies","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}},"urlObject":{"path":["companies"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"c534e206-8bb9-4295-a921-614b165c9443","name":"Create","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{ \r\n  \"clientCode\": \"<string>\",\r\n  \"name\": \"<string>\",\r\n  \"statusCode\": \"<ACTIVE|INACTIVE>\",\r\n  \"roles\": [\"<string>\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/companies"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Thu, 18 Sep 2025 20:12:34 GMT"},{"key":"Server","value":"Apache/2.4.37 (Oracle Linux Server) OpenSSL/1.1.1k"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-Frame-Options","value":"sameorigin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Request-ID","value":"aMxnsuYZBUaL8y@CvXZUYQAAAFA"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"type\": \"navarik.nis.company\",\n        \"id\": <integer>,\n        \"attributes\": {\n            \"clientCode\": \"<string>\",\n            \"name\": \"<string>\",\n            \"statusCode\": \"<ACTIVE|INACTIVE>\",\n            \"roles\":  [\"<string>\"]\n        }\n    },\n    \"reqId\": \"<string>\"\n}"}],"_postman_id":"b26948ba-04d9-45d7-b7e7-e0580bdfd3be"},{"name":"Update","id":"84b2283d-9c03-4fde-a8fe-55f3f7346996","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{ \r\n  \"clientCode\": \"<string>\",\r\n  \"name\": \"<string>\",\r\n  \"statusCode\": \"<ACTIVE|INACTIVE>\",\r\n  \"roles\": [\"<string>\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/companies/{{id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}},"urlObject":{"path":["companies","{{id}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"cf4af526-2865-4a72-a79a-32f692e75f37","name":"Update","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{ \r\n  \"clientCode\": \"<string>\",\r\n  \"name\": \"<string>\",\r\n  \"statusCode\": \"<ACTIVE|INACTIVE>\",\r\n  \"roles\": [\"<string>\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/companies"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Thu, 18 Sep 2025 20:12:34 GMT"},{"key":"Server","value":"Apache/2.4.37 (Oracle Linux Server) OpenSSL/1.1.1k"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-Frame-Options","value":"sameorigin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Request-ID","value":"aMxnsuYZBUaL8y@CvXZUYQAAAFA"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"type\": \"navarik.nis.company\",\n        \"id\": <integer>,\n        \"attributes\": {\n            \"clientCode\": \"<string>\",\n            \"name\": \"<string>\",\n            \"statusCode\": \"<ACTIVE|INACTIVE>\",\n            \"roles\":  [\"<string>\"]\n        }\n    },\n    \"reqId\": \"<string>\"\n}"}],"_postman_id":"84b2283d-9c03-4fde-a8fe-55f3f7346996"},{"name":"Delete","id":"c0412867-7c9f-46a4-8113-463356d4b292","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{baseUrl}}/companies/{{id}}","description":"<p>Note: If a Company is referenced, its status will be updated to INACTIVE instead, and the updated resource will be returned in the response body.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}},"urlObject":{"path":["companies","{{id}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"81a1c131-0b7a-4820-a9c5-a5ff6c64e911","name":"Delete","originalRequest":{"method":"DELETE","header":[],"url":"{{baseUrl}}/companies/{{id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Jul 2025 19:25:21 GMT"},{"key":"Server","value":"Apache/2.4.37 (Oracle Linux Server) OpenSSL/1.1.1k"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-Frame-Options","value":"sameorigin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Request-ID","value":"aIE3IXcFw6WPSKaDlKCsDAAAAMM"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"reqId\": \"ARTHUR-68813723689073.81931047\"\n}"},{"id":"b9732242-0f6a-45cd-9164-abeb9496e9fe","name":"Deactivate","originalRequest":{"method":"DELETE","header":[],"url":"{{baseUrl}}/companies/{{id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Jul 2025 19:25:21 GMT"},{"key":"Server","value":"Apache/2.4.37 (Oracle Linux Server) OpenSSL/1.1.1k"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-Frame-Options","value":"sameorigin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Request-ID","value":"aIE3IXcFw6WPSKaDlKCsDAAAAMM"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"type\": \"navarik.nis.company\",\n        \"id\": <integer>,\n        \"attributes\": {\n            \"clientCode\": \"<string>\",\n            \"name\": \"<string>\",\n            \"statusCode\": \"<INACTIVE>\",\n            \"roles\":  [\"<string>\"]\n        }\n    },\n    \"reqId\": \"<string>\"\n}"}],"_postman_id":"c0412867-7c9f-46a4-8113-463356d4b292"}],"id":"65565abc-5e42-4ca6-a222-edb428a855ac","description":"<p>These endpoints provide functionality to create, search, edit company data</p>\n<hr />\n<h3 id=\"attributes\">Attributes</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>clientCode</code></td>\n<td><code>string</code></td>\n<td>Client's reference code for the object.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td><code>string</code></td>\n<td>Company name.</td>\n</tr>\n<tr>\n<td><code>roles</code></td>\n<td><code>[enum]</code></td>\n<td><em>Accepted Enum Values for search:</em>  <br /><code>INSPECTION</code>, <code>CONTACT</code>, <code>ADDITIVE_VENDOR</code>, <code>SYSTEM_OWNER</code> , <code>EXPENSE_INVOICE_VENDOR</code>, <code>CLIENT</code>  <br />  <br /><em>Accepted Enum Values for create and update</em>:  <br /><code>CONTACT</code></td>\n</tr>\n<tr>\n<td><code>statusCode</code></td>\n<td><code>enum</code></td>\n<td><em>Accepted Enum Values:</em>  <br /><code>ACTIVE</code>, <code>INACTIVE</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>* Required - cannot be empty or null</p>\n","_postman_id":"65565abc-5e42-4ca6-a222-edb428a855ac","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}}},{"name":"Cost Centres","item":[{"name":"List/Search","id":"d9c4a40a-1193-47c1-9e5b-9d8ac25ad21d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/cost_centres","description":"<h3 id=\"query-parameters\">Query Parameters</h3>\n<h4 id=\"filters\">Filters:</h4>\n<p>Use as filter[<code>parameter</code>]=<code>value</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>name</code></td>\n<td>string</td>\n<td><code>Mile</code></td>\n</tr>\n<tr>\n<td><code>modifiedOnFrom</code></td>\n<td>ISO 8601 UTC timestamp</td>\n<td><code>2015-02-25T16:42:11Z</code></td>\n</tr>\n<tr>\n<td><code>modifiedOnTo</code></td>\n<td>ISO 8601 UTC timestamp</td>\n<td><code>2025-07-29T19:12:00Z</code></td>\n</tr>\n<tr>\n<td><code>id</code></td>\n<td>integer</td>\n<td><code>110</code></td>\n</tr>\n<tr>\n<td><code>clientCode</code></td>\n<td>string</td>\n<td><code>CostCentre005</code></td>\n</tr>\n<tr>\n<td><code>clientCodes</code></td>\n<td>array of strings</td>\n<td><code>[\"CostCentre005\", \"CostCentre008\"]</code></td>\n</tr>\n<tr>\n<td><code>statusCode</code></td>\n<td>string</td>\n<td><code>ACTIVE</code></td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"sorting\">Sorting:</h4>\n<p>Use as sort[<code>parameter</code>]= <code>ASC</code> or <code>DESC</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>name</code></td>\n</tr>\n<tr>\n<td><code>createdOn</code></td>\n</tr>\n<tr>\n<td><code>modifiedOn</code></td>\n</tr>\n<tr>\n<td><code>id</code></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}},"urlObject":{"path":["cost_centres"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"key":"filter[name]","value":""},{"disabled":true,"key":"filter[modifiedOnFrom]","value":""},{"disabled":true,"key":"filter[modifiedOnTo]","value":""},{"disabled":true,"key":"filter[id]","value":""},{"disabled":true,"key":"filter[clientCode]","value":""},{"disabled":true,"key":"filter[clientCodes]","value":""},{"disabled":true,"key":"filter[statusCode]","value":""},{"disabled":true,"key":"sort[name]","value":""},{"disabled":true,"key":"sort[createdOn]","value":""},{"disabled":true,"key":"sort[modifiedOn]","value":""},{"disabled":true,"key":"sort[id]","value":""}],"variable":[]}},"response":[{"id":"9758a88b-fbd5-49ac-b9f2-fa9c8e2978cf","name":"List/Search","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/cost_centres?api_key=<API Key>","host":["{{baseUrl}}"],"path":["cost_centres"],"query":[{"key":"api_key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"count\": \"<integer>\",\n        \"hasMore\": \"<boolean>\",\n        \"limit\": \"<integer>\",\n        \"offset\": \"<integer>\",\n        \"results\": [\n            {\n                \"type\": \"navarik.nis.cost_centre\",\n                \"id\": \"<integer>\",\n                \"attributes\": {\n                    \"name\": \"<string>\",\n                    \"clientCode\": \"<string>\",\n                    \"statusCode\": \"ACTIVE\",\n                    \"invoiceParties\": [\n                        {\n                            \"type\": \"navarik.nis.business_group\",\n                            \"id\": \"<integer>\"\n                        },\n                        {\n                            \"type\": \"navarik.nis.business_group\",\n                            \"id\": \"<integer>\"\n                        }\n                    ],\n                    \"onChargeParties\": [\n                        {\n                            \"type\": \"navarik.nis.on_charge_party\",\n                            \"id\": \"<integer>\"\n                        },\n                        {\n                            \"type\": \"navarik.nis.on_charge_party\",\n                            \"id\": \"<integer>\"\n                        }\n                    ],\n                    \"defaultOnChargePartyId\": \"<integer>\"\n                }\n            },\n            {\n                \"type\": \"navarik.nis.cost_centre\",\n                \"id\": \"<integer>\",\n                \"attributes\": {\n                    \"name\": \"<string>\",\n                    \"clientCode\": \"<string>\",\n                    \"statusCode\": \"INACTIVE\",\n                    \"invoiceParties\": [\n                        {\n                            \"type\": \"navarik.nis.business_group\",\n                            \"id\": \"<integer>\"\n                        },\n                        {\n                            \"type\": \"navarik.nis.business_group\",\n                            \"id\": \"<integer>\"\n                        }\n                    ],\n                    \"onChargeParties\": [],\n                    \"defaultOnChargePartyId\": null\n                }\n            }\n        ]\n    },\n    \"reqId\": \"<string>\",\n    \"status\": \"success\"\n}"}],"_postman_id":"d9c4a40a-1193-47c1-9e5b-9d8ac25ad21d"},{"name":"Get by Id","id":"94e53af3-5b0f-4875-a670-51879eca553c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/cost_centres/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}},"urlObject":{"path":["cost_centres",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"cd235f84-bcc4-42f1-ad8f-5a84ea075c8f","type":"any","value":"","key":"id"}]}},"response":[{"id":"844c1f98-f9c1-4043-bb79-a3003db5765e","name":"Get by Id","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/cost_centres/:id?api_key=<API Key>","host":["{{baseUrl}}"],"path":["cost_centres",":id"],"query":[{"key":"api_key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"variable":[{"key":"id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"navarik.nis.cost_centre\",\n        \"id\": \"<integer>\",\n        \"attributes\": {\n            \"name\": \"<string>\",\n            \"clientCode\": \"<string>\",\n            \"statusCode\": \"ACTIVE\",\n            \"invoiceParties\": [\n                {\n                    \"type\": \"navarik.nis.business_group\",\n                    \"id\": \"<integer>\"\n                },\n                {\n                    \"type\": \"navarik.nis.business_group\",\n                    \"id\": \"<integer>\"\n                }\n            ],\n            \"onChargeParties\": [\n                {\n                    \"type\": \"navarik.nis.on_charge_party\",\n                    \"id\": \"<integer>\"\n                },\n                {\n                    \"type\": \"navarik.nis.on_charge_party\",\n                    \"id\": \"<integer>\"\n                }\n            ],\n            \"defaultOnChargePartyId\": \"<integer>\"\n        }\n    },\n    \"reqId\": \"<string>\",\n    \"status\": \"success\"\n}"}],"_postman_id":"94e53af3-5b0f-4875-a670-51879eca553c"},{"name":"Create","id":"783ef617-a220-4b38-972d-e5565c6b6284","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"<string>\",\n    \"clientCode\": \"<string>\",\n    \"statusCode\": \"ACTIVE\",\n    \"invoiceParties\": [\n        {\n            \"type\": \"navarik.nis.business_group\",\n            \"id\": \"<integer>\"\n        },\n        {\n            \"type\": \"navarik.nis.business_group\",\n            \"id\": \"<integer>\"\n        }\n    ],\n    \"onChargeParties\": [\n        {\n            \"type\": \"navarik.nis.on_charge_party\",\n            \"id\": \"<integer>\"\n        },\n        {\n            \"type\": \"navarik.nis.on_charge_party\",\n            \"id\": \"<integer>\"\n        }\n    ],\n    \"defaultOnChargePartyId\": \"<integer>\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/cost_centres","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}},"urlObject":{"path":["cost_centres"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"01246357-9124-4196-834b-d7519f37ec60","name":"Create","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"<string>\",\n    \"clientCode\": \"<string>\",\n    \"statusCode\": \"ACTIVE\",\n    \"invoiceParties\": [\n        {\n            \"type\": \"navarik.nis.business_group\",\n            \"id\": \"<integer>\"\n        },\n        {\n            \"type\": \"navarik.nis.business_group\",\n            \"id\": \"<integer>\"\n        }\n    ],\n    \"onChargeParties\": [\n        {\n            \"type\": \"navarik.nis.on_charge_party\",\n            \"id\": \"<integer>\"\n        },\n        {\n            \"type\": \"navarik.nis.on_charge_party\",\n            \"id\": \"<integer>\"\n        }\n    ],\n    \"defaultOnChargePartyId\": \"<integer>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/cost_centres?api_key=<API Key>","host":["{{baseUrl}}"],"path":["cost_centres"],"query":[{"key":"api_key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"navarik.nis.cost_centre\",\n        \"id\": \"<integer>\",\n        \"attributes\": {\n            \"name\": \"<string>\",\n            \"clientCode\": \"<string>\",\n            \"statusCode\": \"ACTIVE\",\n            \"invoiceParties\": [\n                {\n                    \"type\": \"navarik.nis.business_group\",\n                    \"id\": \"<integer>\"\n                },\n                {\n                    \"type\": \"navarik.nis.business_group\",\n                    \"id\": \"<integer>\"\n                }\n            ],\n            \"onChargeParties\": [\n                {\n                    \"type\": \"navarik.nis.on_charge_party\",\n                    \"id\": \"<integer>\"\n                },\n                {\n                    \"type\": \"navarik.nis.on_charge_party\",\n                    \"id\": \"<integer>\"\n                }\n            ],\n            \"defaultOnChargePartyId\": \"<integer>\"\n        }\n    },\n    \"reqId\": \"<string>\",\n    \"status\": \"success\"\n}"}],"_postman_id":"783ef617-a220-4b38-972d-e5565c6b6284"},{"name":"Update","id":"44b74578-8f56-4b67-bbec-78a2240e252b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"<string>\",\r\n    \"clientCode\": \"<string>\",\r\n    \"statusCode\": \"ACTIVE\",\r\n    \"invoiceParties\": [\r\n        {\r\n            \"type\": \"navarik.nis.business_group\",\r\n            \"id\": \"<integer>\"\r\n        },\r\n        {\r\n            \"type\": \"navarik.nis.business_group\",\r\n            \"id\": \"<integer>\"\r\n        }\r\n    ],\r\n    \"onChargeParties\": [\r\n        {\r\n            \"type\": \"navarik.nis.on_charge_party\",\r\n            \"id\": \"<integer>\"\r\n        },\r\n        {\r\n            \"type\": \"navarik.nis.on_charge_party\",\r\n            \"id\": \"<integer>\"\r\n        }\r\n    ],\r\n    \"defaultOnChargePartyId\": \"<integer>\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/cost_centres/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}},"urlObject":{"path":["cost_centres",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"58f1f669-b436-4676-9fe8-b18a563f47e9","type":"any","value":"","key":"id"}]}},"response":[{"id":"8602b4b8-66e5-46f3-9a42-e7fb3eb4ad05","name":"Update","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"<string>\",\r\n    \"clientCode\": \"<string>\",\r\n    \"statusCode\": \"ACTIVE\",\r\n    \"invoiceParties\": [\r\n        {\r\n            \"type\": \"navarik.nis.business_group\",\r\n            \"id\": \"<integer>\"\r\n        },\r\n        {\r\n            \"type\": \"navarik.nis.business_group\",\r\n            \"id\": \"<integer>\"\r\n        }\r\n    ],\r\n    \"onChargeParties\": [\r\n        {\r\n            \"type\": \"navarik.nis.on_charge_party\",\r\n            \"id\": \"<integer>\"\r\n        },\r\n        {\r\n            \"type\": \"navarik.nis.on_charge_party\",\r\n            \"id\": \"<integer>\"\r\n        }\r\n    ],\r\n    \"defaultOnChargePartyId\": \"<integer>\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/cost_centres/:id?api_key=<API Key>","host":["{{baseUrl}}"],"path":["cost_centres",":id"],"query":[{"key":"api_key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"variable":[{"key":"id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"navarik.nis.cost_centre\",\n        \"id\": \"<integer>\",\n        \"attributes\": {\n            \"name\": \"<string>\",\n            \"clientCode\": \"<string>\",\n            \"statusCode\": \"ACTIVE\",\n            \"invoiceParties\": [\n                {\n                    \"type\": \"navarik.nis.business_group\",\n                    \"id\": \"<integer>\"\n                },\n                {\n                    \"type\": \"navarik.nis.business_group\",\n                    \"id\": \"<integer>\"\n                }\n            ],\n            \"onChargeParties\": [\n                {\n                    \"type\": \"navarik.nis.on_charge_party\",\n                    \"id\": \"<integer>\"\n                },\n                {\n                    \"type\": \"navarik.nis.on_charge_party\",\n                    \"id\": \"<integer>\"\n                }\n            ],\n            \"defaultOnChargePartyId\": \"<integer>\"\n        }\n    },\n    \"reqId\": \"<string>\",\n    \"status\": \"success\"\n}"}],"_postman_id":"44b74578-8f56-4b67-bbec-78a2240e252b"},{"name":"Delete","id":"715b9720-480d-4db8-86a3-dc6d63de6e0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{baseUrl}}/cost_centres/:id","description":"<p>Delete cost_centre. If a cost centre is referenced, its status will be updated to INACTIVE instead, and the updated resource will be returned in the response body.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}},"urlObject":{"path":["cost_centres",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"f073e376-e860-424b-94a4-14d2ccf35e50","type":"any","value":"","key":"id"}]}},"response":[{"id":"31c965ff-c4d5-44d8-80ee-db47b9f7b3fb","name":"Delete","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{baseUrl}}/cost_centres/:id?api_key=<API Key>","host":["{{baseUrl}}"],"path":["cost_centres",":id"],"query":[{"key":"api_key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"variable":[{"key":"id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n  \"reqId\": \"<string>\",\n  \"status\": \"success\"\n}"},{"id":"49118d31-4edf-44d7-b5c4-59c36ea2c3dd","name":"Deactivate","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{baseUrl}}/cost_centres/:id?api_key=<API Key>","host":["{{baseUrl}}"],"path":["cost_centres",":id"],"query":[{"key":"api_key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"variable":[{"key":"id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"navarik.nis.cost_centre\",\n        \"id\": \"<integer>\",\n        \"attributes\": {\n            \"name\": \"<string>\",\n            \"clientCode\": \"<string>\",\n            \"statusCode\": \"INACTIVE\",\n            \"invoiceParties\": [\n                {\n                    \"type\": \"navarik.nis.business_group\",\n                    \"id\": \"<integer>\"\n                },\n                {\n                    \"type\": \"navarik.nis.business_group\",\n                    \"id\": \"<integer>\"\n                }\n            ],\n            \"onChargeParties\": [\n                {\n                    \"type\": \"navarik.nis.on_charge_party\",\n                    \"id\": \"<integer>\"\n                },\n                {\n                    \"type\": \"navarik.nis.on_charge_party\",\n                    \"id\": \"<integer>\"\n                }\n            ],\n            \"defaultOnChargePartyId\": \"<integer>\"\n        }\n    },\n    \"reqId\": \"<string>\",\n    \"status\": \"success\"\n}"}],"_postman_id":"715b9720-480d-4db8-86a3-dc6d63de6e0a"}],"id":"655778fb-f7cb-4aab-a940-26e67a450257","description":"<p>Cost Centres are used within the invoicing functionality to track which costs should be allocated to which departments. A cost centre can be associated with one or more invoice parties representing the various departments. A business group is called an Invoice Party in the context of Cost Centres. A cost centre may be associated with zero or multiple on-charge parties.</p>\n<hr />\n<h3 id=\"cost-centre-properties\">Cost Centre Properties</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>name</code>*</td>\n<td><code>string</code></td>\n<td></td>\n</tr>\n<tr>\n<td><code>invoiceParties</code>*</td>\n<td><code>array of references</code></td>\n<td>Requires at least one reference to a business group</td>\n</tr>\n<tr>\n<td><code>statusCode</code>*</td>\n<td><code>string</code></td>\n<td><em>Enum:</em> <code>ACTIVE</code>, <code>INACTIVE</code></td>\n</tr>\n<tr>\n<td><code>clientCode</code></td>\n<td><code>string</code></td>\n<td>Client's reference code for the object</td>\n</tr>\n<tr>\n<td><code>defaultOnChargePartyId</code></td>\n<td><code>integer</code></td>\n<td>id for one of the referenced on-charge parties. Can be <code>null</code></td>\n</tr>\n<tr>\n<td><code>onChargeParties</code></td>\n<td><code>array of references</code></td>\n<td>List of references to on-charge parties</td>\n</tr>\n</tbody>\n</table>\n</div><p>* Required - cannot be empty or null</p>\n","_postman_id":"655778fb-f7cb-4aab-a940-26e67a450257","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}}},{"name":"Country Codes","item":[],"id":"31309af7-f43c-4004-bc5c-d627700fe665","description":"<p>Country codes are provided in the table below.</p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>code</strong></th>\n<th><strong>name</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>US</td>\n<td>United States</td>\n</tr>\n<tr>\n<td>CA</td>\n<td>Canada</td>\n</tr>\n<tr>\n<td>AX</td>\n<td>Åland Islands</td>\n</tr>\n<tr>\n<td>AF</td>\n<td>Afghanistan</td>\n</tr>\n<tr>\n<td>AL</td>\n<td>Albania</td>\n</tr>\n<tr>\n<td>DZ</td>\n<td>Algeria</td>\n</tr>\n<tr>\n<td>AS</td>\n<td>American Samoa</td>\n</tr>\n<tr>\n<td>AD</td>\n<td>Andorra</td>\n</tr>\n<tr>\n<td>AO</td>\n<td>Angola</td>\n</tr>\n<tr>\n<td>AI</td>\n<td>Anguilla</td>\n</tr>\n<tr>\n<td>AQ</td>\n<td>Antarctica</td>\n</tr>\n<tr>\n<td>AG</td>\n<td>Antigua And Barbuda</td>\n</tr>\n<tr>\n<td>AR</td>\n<td>Argentina</td>\n</tr>\n<tr>\n<td>AM</td>\n<td>Armenia</td>\n</tr>\n<tr>\n<td>AW</td>\n<td>Aruba</td>\n</tr>\n<tr>\n<td>AU</td>\n<td>Australia</td>\n</tr>\n<tr>\n<td>AT</td>\n<td>Austria</td>\n</tr>\n<tr>\n<td>AZ</td>\n<td>Azerbaijan</td>\n</tr>\n<tr>\n<td>BS</td>\n<td>Bahamas</td>\n</tr>\n<tr>\n<td>BH</td>\n<td>Bahrain</td>\n</tr>\n<tr>\n<td>BD</td>\n<td>Bangladesh</td>\n</tr>\n<tr>\n<td>BB</td>\n<td>Barbados</td>\n</tr>\n<tr>\n<td>BY</td>\n<td>Belarus</td>\n</tr>\n<tr>\n<td>BE</td>\n<td>Belgium</td>\n</tr>\n<tr>\n<td>BZ</td>\n<td>Belize</td>\n</tr>\n<tr>\n<td>BJ</td>\n<td>Benin</td>\n</tr>\n<tr>\n<td>BM</td>\n<td>Bermuda</td>\n</tr>\n<tr>\n<td>BT</td>\n<td>Bhutan</td>\n</tr>\n<tr>\n<td>BO</td>\n<td>Bolivia, Plurinational State Of</td>\n</tr>\n<tr>\n<td>BQ</td>\n<td>Bonaire, Sint Eustatius And Saba</td>\n</tr>\n<tr>\n<td>BA</td>\n<td>Bosnia And Herzegovina</td>\n</tr>\n<tr>\n<td>BW</td>\n<td>Botswana</td>\n</tr>\n<tr>\n<td>BV</td>\n<td>Bouvet Island</td>\n</tr>\n<tr>\n<td>BR</td>\n<td>Brazil</td>\n</tr>\n<tr>\n<td>IO</td>\n<td>British Indian Ocean Territory</td>\n</tr>\n<tr>\n<td>BN</td>\n<td>Brunei Darussalam</td>\n</tr>\n<tr>\n<td>BG</td>\n<td>Bulgaria</td>\n</tr>\n<tr>\n<td>BF</td>\n<td>Burkina Faso</td>\n</tr>\n<tr>\n<td>BI</td>\n<td>Burundi</td>\n</tr>\n<tr>\n<td>KH</td>\n<td>Cambodia</td>\n</tr>\n<tr>\n<td>CM</td>\n<td>Cameroon</td>\n</tr>\n<tr>\n<td>CV</td>\n<td>Cape Verde</td>\n</tr>\n<tr>\n<td>KY</td>\n<td>Cayman Islands</td>\n</tr>\n<tr>\n<td>CF</td>\n<td>Central African Republic</td>\n</tr>\n<tr>\n<td>TD</td>\n<td>Chad</td>\n</tr>\n<tr>\n<td>CL</td>\n<td>Chile</td>\n</tr>\n<tr>\n<td>CN</td>\n<td>China</td>\n</tr>\n<tr>\n<td>CX</td>\n<td>Christmas Island</td>\n</tr>\n<tr>\n<td>CC</td>\n<td>Cocos (Keeling) Islands</td>\n</tr>\n<tr>\n<td>CO</td>\n<td>Colombia</td>\n</tr>\n<tr>\n<td>KM</td>\n<td>Comoros</td>\n</tr>\n<tr>\n<td>CG</td>\n<td>Congo</td>\n</tr>\n<tr>\n<td>CD</td>\n<td>Congo, The Democratic Republic Of The</td>\n</tr>\n<tr>\n<td>CK</td>\n<td>Cook Islands</td>\n</tr>\n<tr>\n<td>CR</td>\n<td>Costa Rica</td>\n</tr>\n<tr>\n<td>CI</td>\n<td>Cote D'Ivoire</td>\n</tr>\n<tr>\n<td>HR</td>\n<td>Croatia</td>\n</tr>\n<tr>\n<td>CU</td>\n<td>Cuba</td>\n</tr>\n<tr>\n<td>CW</td>\n<td>Curacao</td>\n</tr>\n<tr>\n<td>CY</td>\n<td>Cyprus</td>\n</tr>\n<tr>\n<td>CZ</td>\n<td>Czech Republic</td>\n</tr>\n<tr>\n<td>DK</td>\n<td>Denmark</td>\n</tr>\n<tr>\n<td>DJ</td>\n<td>Djibouti</td>\n</tr>\n<tr>\n<td>DM</td>\n<td>Dominica</td>\n</tr>\n<tr>\n<td>DO</td>\n<td>Dominican Republic</td>\n</tr>\n<tr>\n<td>TL</td>\n<td>Timor-Leste</td>\n</tr>\n<tr>\n<td>EC</td>\n<td>Ecuador</td>\n</tr>\n<tr>\n<td>EG</td>\n<td>Egypt</td>\n</tr>\n<tr>\n<td>SV</td>\n<td>El Salvador</td>\n</tr>\n<tr>\n<td>GQ</td>\n<td>Equatorial Guinea</td>\n</tr>\n<tr>\n<td>ER</td>\n<td>Eritrea</td>\n</tr>\n<tr>\n<td>EE</td>\n<td>Estonia</td>\n</tr>\n<tr>\n<td>ET</td>\n<td>Ethiopia</td>\n</tr>\n<tr>\n<td>FK</td>\n<td>Falkland Islands (Malvinas)</td>\n</tr>\n<tr>\n<td>FO</td>\n<td>Faroe Islands</td>\n</tr>\n<tr>\n<td>FJ</td>\n<td>Fiji</td>\n</tr>\n<tr>\n<td>FI</td>\n<td>Finland</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n</tr>\n<tr>\n<td>GF</td>\n<td>French Guiana</td>\n</tr>\n<tr>\n<td>PF</td>\n<td>French Polynesia</td>\n</tr>\n<tr>\n<td>TF</td>\n<td>French Southern Territories</td>\n</tr>\n<tr>\n<td>GA</td>\n<td>Gabon</td>\n</tr>\n<tr>\n<td>GM</td>\n<td>Gambia</td>\n</tr>\n<tr>\n<td>GE</td>\n<td>Georgia</td>\n</tr>\n<tr>\n<td>DE</td>\n<td>Germany</td>\n</tr>\n<tr>\n<td>GH</td>\n<td>Ghana</td>\n</tr>\n<tr>\n<td>GI</td>\n<td>Gibraltar</td>\n</tr>\n<tr>\n<td>GR</td>\n<td>Greece</td>\n</tr>\n<tr>\n<td>GL</td>\n<td>Greenland</td>\n</tr>\n<tr>\n<td>GD</td>\n<td>Grenada</td>\n</tr>\n<tr>\n<td>GP</td>\n<td>Guadeloupe</td>\n</tr>\n<tr>\n<td>GU</td>\n<td>Guam</td>\n</tr>\n<tr>\n<td>GT</td>\n<td>Guatemala</td>\n</tr>\n<tr>\n<td>GG</td>\n<td>Guernsey</td>\n</tr>\n<tr>\n<td>GN</td>\n<td>Guinea</td>\n</tr>\n<tr>\n<td>GW</td>\n<td>Guinea-Bissau</td>\n</tr>\n<tr>\n<td>GY</td>\n<td>Guyana</td>\n</tr>\n<tr>\n<td>HT</td>\n<td>Haiti</td>\n</tr>\n<tr>\n<td>HM</td>\n<td>Heard Island And McDonald Islands</td>\n</tr>\n<tr>\n<td>HN</td>\n<td>Honduras</td>\n</tr>\n<tr>\n<td>HK</td>\n<td>Hong Kong</td>\n</tr>\n<tr>\n<td>HU</td>\n<td>Hungary</td>\n</tr>\n<tr>\n<td>IS</td>\n<td>Iceland</td>\n</tr>\n<tr>\n<td>IN</td>\n<td>India</td>\n</tr>\n<tr>\n<td>ID</td>\n<td>Indonesia</td>\n</tr>\n<tr>\n<td>IR</td>\n<td>Iran, Islamic Republic Of</td>\n</tr>\n<tr>\n<td>IQ</td>\n<td>Iraq</td>\n</tr>\n<tr>\n<td>IE</td>\n<td>Ireland</td>\n</tr>\n<tr>\n<td>IM</td>\n<td>Isle Of Man</td>\n</tr>\n<tr>\n<td>IL</td>\n<td>Israel</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n</tr>\n<tr>\n<td>JM</td>\n<td>Jamaica</td>\n</tr>\n<tr>\n<td>JP</td>\n<td>Japan</td>\n</tr>\n<tr>\n<td>JE</td>\n<td>Jersey</td>\n</tr>\n<tr>\n<td>JO</td>\n<td>Jordan</td>\n</tr>\n<tr>\n<td>KZ</td>\n<td>Kazakhstan</td>\n</tr>\n<tr>\n<td>KE</td>\n<td>Kenya</td>\n</tr>\n<tr>\n<td>KI</td>\n<td>Kiribati</td>\n</tr>\n<tr>\n<td>KP</td>\n<td>Korea, Democratic People's Republic Of</td>\n</tr>\n<tr>\n<td>KR</td>\n<td>Korea, Republic Of</td>\n</tr>\n<tr>\n<td>KW</td>\n<td>Kuwait</td>\n</tr>\n<tr>\n<td>KG</td>\n<td>Kyrgyzstan</td>\n</tr>\n<tr>\n<td>LA</td>\n<td>Lao People's Democratic Republic</td>\n</tr>\n<tr>\n<td>LV</td>\n<td>Latvia</td>\n</tr>\n<tr>\n<td>LB</td>\n<td>Lebanon</td>\n</tr>\n<tr>\n<td>LS</td>\n<td>Lesotho</td>\n</tr>\n<tr>\n<td>LR</td>\n<td>Liberia</td>\n</tr>\n<tr>\n<td>LY</td>\n<td>Libya</td>\n</tr>\n<tr>\n<td>LI</td>\n<td>Liechtenstein</td>\n</tr>\n<tr>\n<td>LT</td>\n<td>Lithuania</td>\n</tr>\n<tr>\n<td>LU</td>\n<td>Luxembourg</td>\n</tr>\n<tr>\n<td>MO</td>\n<td>Macao</td>\n</tr>\n<tr>\n<td>MK</td>\n<td>Macedonia, The Former Yugoslav Republic Of</td>\n</tr>\n<tr>\n<td>MG</td>\n<td>Madagascar</td>\n</tr>\n<tr>\n<td>MW</td>\n<td>Malawi</td>\n</tr>\n<tr>\n<td>MY</td>\n<td>Malaysia</td>\n</tr>\n<tr>\n<td>MV</td>\n<td>Maldives</td>\n</tr>\n<tr>\n<td>ML</td>\n<td>Mali</td>\n</tr>\n<tr>\n<td>MT</td>\n<td>Malta</td>\n</tr>\n<tr>\n<td>MH</td>\n<td>Marshall Islands</td>\n</tr>\n<tr>\n<td>MQ</td>\n<td>Martinique</td>\n</tr>\n<tr>\n<td>MR</td>\n<td>Mauritania</td>\n</tr>\n<tr>\n<td>MU</td>\n<td>Mauritius</td>\n</tr>\n<tr>\n<td>YT</td>\n<td>Mayotte</td>\n</tr>\n<tr>\n<td>MX</td>\n<td>Mexico</td>\n</tr>\n<tr>\n<td>FM</td>\n<td>Micronesia, Federated States Of</td>\n</tr>\n<tr>\n<td>MD</td>\n<td>Moldova, Republic Of</td>\n</tr>\n<tr>\n<td>MC</td>\n<td>Monaco</td>\n</tr>\n<tr>\n<td>MN</td>\n<td>Mongolia</td>\n</tr>\n<tr>\n<td>ME</td>\n<td>Montenegro</td>\n</tr>\n<tr>\n<td>MS</td>\n<td>Montserrat</td>\n</tr>\n<tr>\n<td>MA</td>\n<td>Morocco</td>\n</tr>\n<tr>\n<td>MZ</td>\n<td>Mozambique</td>\n</tr>\n<tr>\n<td>MM</td>\n<td>Myanmar</td>\n</tr>\n<tr>\n<td>NA</td>\n<td>Namibia</td>\n</tr>\n<tr>\n<td>NR</td>\n<td>Nauru</td>\n</tr>\n<tr>\n<td>NP</td>\n<td>Nepal</td>\n</tr>\n<tr>\n<td>NL</td>\n<td>Netherlands</td>\n</tr>\n<tr>\n<td>NC</td>\n<td>New Caledonia</td>\n</tr>\n<tr>\n<td>NZ</td>\n<td>New Zealand</td>\n</tr>\n<tr>\n<td>NI</td>\n<td>Nicaragua</td>\n</tr>\n<tr>\n<td>NE</td>\n<td>Niger</td>\n</tr>\n<tr>\n<td>NG</td>\n<td>Nigeria</td>\n</tr>\n<tr>\n<td>NU</td>\n<td>Niue</td>\n</tr>\n<tr>\n<td>NF</td>\n<td>Norfolk Island</td>\n</tr>\n<tr>\n<td>MP</td>\n<td>Northern Mariana Islands</td>\n</tr>\n<tr>\n<td>NO</td>\n<td>Norway</td>\n</tr>\n<tr>\n<td>OM</td>\n<td>Oman</td>\n</tr>\n<tr>\n<td>PK</td>\n<td>Pakistan</td>\n</tr>\n<tr>\n<td>PW</td>\n<td>Palau</td>\n</tr>\n<tr>\n<td>PS</td>\n<td>Palestinian Territory, Occupied</td>\n</tr>\n<tr>\n<td>PA</td>\n<td>Panama</td>\n</tr>\n<tr>\n<td>PG</td>\n<td>Papua New Guinea</td>\n</tr>\n<tr>\n<td>PY</td>\n<td>Paraguay</td>\n</tr>\n<tr>\n<td>PE</td>\n<td>Peru</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n</tr>\n<tr>\n<td>PN</td>\n<td>Pitcairn</td>\n</tr>\n<tr>\n<td>PL</td>\n<td>Poland</td>\n</tr>\n<tr>\n<td>PT</td>\n<td>Portugal</td>\n</tr>\n<tr>\n<td>PR</td>\n<td>Puerto Rico</td>\n</tr>\n<tr>\n<td>QA</td>\n<td>Qatar</td>\n</tr>\n<tr>\n<td>RE</td>\n<td>Reunion</td>\n</tr>\n<tr>\n<td>RO</td>\n<td>Romania</td>\n</tr>\n<tr>\n<td>RU</td>\n<td>Russian Federation</td>\n</tr>\n<tr>\n<td>RW</td>\n<td>Rwanda</td>\n</tr>\n<tr>\n<td>WS</td>\n<td>Samoa</td>\n</tr>\n<tr>\n<td>SM</td>\n<td>San Marino</td>\n</tr>\n<tr>\n<td>ST</td>\n<td>Sao Tome And Principe</td>\n</tr>\n<tr>\n<td>SA</td>\n<td>Saudi Arabia</td>\n</tr>\n<tr>\n<td>SN</td>\n<td>Senegal</td>\n</tr>\n<tr>\n<td>RS</td>\n<td>Serbia</td>\n</tr>\n<tr>\n<td>SC</td>\n<td>Seychelles</td>\n</tr>\n<tr>\n<td>SL</td>\n<td>Sierra Leone</td>\n</tr>\n<tr>\n<td>SG</td>\n<td>Singapore</td>\n</tr>\n<tr>\n<td>SK</td>\n<td>Slovakia</td>\n</tr>\n<tr>\n<td>SI</td>\n<td>Slovenia</td>\n</tr>\n<tr>\n<td>SB</td>\n<td>Solomon Islands</td>\n</tr>\n<tr>\n<td>SO</td>\n<td>Somalia</td>\n</tr>\n<tr>\n<td>ZA</td>\n<td>South Africa</td>\n</tr>\n<tr>\n<td>GS</td>\n<td>South Georgia And The South Sandwich Islands</td>\n</tr>\n<tr>\n<td>SS</td>\n<td>South Sudan</td>\n</tr>\n<tr>\n<td>ES</td>\n<td>Spain</td>\n</tr>\n<tr>\n<td>LK</td>\n<td>Sri Lanka</td>\n</tr>\n<tr>\n<td>BL</td>\n<td>Saint Barthélemy</td>\n</tr>\n<tr>\n<td>SH</td>\n<td>Saint Helena, Ascension And Tristan Da Cunha</td>\n</tr>\n<tr>\n<td>KN</td>\n<td>Saint Kitts And Nevis</td>\n</tr>\n<tr>\n<td>LC</td>\n<td>Saint Lucia</td>\n</tr>\n<tr>\n<td>MF</td>\n<td>Saint Martin (French Part)</td>\n</tr>\n<tr>\n<td>PM</td>\n<td>Saint Pierre And Miquelon</td>\n</tr>\n<tr>\n<td>VC</td>\n<td>Saint Vincent And The Grenadines</td>\n</tr>\n<tr>\n<td>SX</td>\n<td>Sint Maarten (Dutch Part)</td>\n</tr>\n<tr>\n<td>SD</td>\n<td>Sudan</td>\n</tr>\n<tr>\n<td>SR</td>\n<td>Suriname</td>\n</tr>\n<tr>\n<td>SJ</td>\n<td>Svalbard And Jan Mayen</td>\n</tr>\n<tr>\n<td>SZ</td>\n<td>Swaziland</td>\n</tr>\n<tr>\n<td>SE</td>\n<td>Sweden</td>\n</tr>\n<tr>\n<td>CH</td>\n<td>Switzerland</td>\n</tr>\n<tr>\n<td>SY</td>\n<td>Syrian Arab Republic</td>\n</tr>\n<tr>\n<td>TW</td>\n<td>Taiwan</td>\n</tr>\n<tr>\n<td>TJ</td>\n<td>Tajikistan</td>\n</tr>\n<tr>\n<td>TZ</td>\n<td>Tanzania, United Republic Of</td>\n</tr>\n<tr>\n<td>TH</td>\n<td>Thailand</td>\n</tr>\n<tr>\n<td>TG</td>\n<td>Togo</td>\n</tr>\n<tr>\n<td>TK</td>\n<td>Tokelau</td>\n</tr>\n<tr>\n<td>TO</td>\n<td>Tonga</td>\n</tr>\n<tr>\n<td>TT</td>\n<td>Trinidad And Tobago</td>\n</tr>\n<tr>\n<td>TN</td>\n<td>Tunisia</td>\n</tr>\n<tr>\n<td>TR</td>\n<td>Turkey</td>\n</tr>\n<tr>\n<td>TM</td>\n<td>Turkmenistan</td>\n</tr>\n<tr>\n<td>TC</td>\n<td>Turks And Caicos Islands</td>\n</tr>\n<tr>\n<td>TV</td>\n<td>Tuvalu</td>\n</tr>\n<tr>\n<td>UG</td>\n<td>Uganda</td>\n</tr>\n<tr>\n<td>UA</td>\n<td>Ukraine</td>\n</tr>\n<tr>\n<td>AE</td>\n<td>United Arab Emirates</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n</tr>\n<tr>\n<td>UM</td>\n<td>United States Minor Outlying Islands</td>\n</tr>\n<tr>\n<td>UY</td>\n<td>Uruguay</td>\n</tr>\n<tr>\n<td>UZ</td>\n<td>Uzbekistan</td>\n</tr>\n<tr>\n<td>VU</td>\n<td>Vanuatu</td>\n</tr>\n<tr>\n<td>VA</td>\n<td>Holy See (Vatican City State)</td>\n</tr>\n<tr>\n<td>VE</td>\n<td>Venezuela, Bolivarian Republic Of</td>\n</tr>\n<tr>\n<td>VN</td>\n<td>Viet Nam</td>\n</tr>\n<tr>\n<td>VG</td>\n<td>Virgin Islands, British</td>\n</tr>\n<tr>\n<td>VI</td>\n<td>Virgin Islands, U.S.</td>\n</tr>\n<tr>\n<td>WF</td>\n<td>Wallis And Futuna</td>\n</tr>\n<tr>\n<td>EH</td>\n<td>Western Sahara</td>\n</tr>\n<tr>\n<td>YE</td>\n<td>Yemen</td>\n</tr>\n<tr>\n<td>ZM</td>\n<td>Zambia</td>\n</tr>\n<tr>\n<td>ZW</td>\n<td>Zimbabwe</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"31309af7-f43c-4004-bc5c-d627700fe665","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}}},{"name":"Event Types","item":[{"name":"List/Search","id":"de8c379b-7e9e-44c4-9039-ebc73437bdff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/event_types","description":"<h3 id=\"query-parameters\">Query Parameters</h3>\n<h4 id=\"filters\">Filters:</h4>\n<p>Use as filter[<code>parameter</code>]=<code>value</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>name</code></td>\n<td>string</td>\n<td><code>NOR Accepted</code></td>\n</tr>\n<tr>\n<td><code>categoryCode</code></td>\n<td>string</td>\n<td><code>DELAY</code></td>\n</tr>\n<tr>\n<td><code>hasStopDate</code></td>\n<td>boolean</td>\n<td><code>false</code></td>\n</tr>\n<tr>\n<td><code>eventLevelCode</code></td>\n<td>string</td>\n<td><code>PARCEL</code></td>\n</tr>\n<tr>\n<td><code>parcelActivityCode</code></td>\n<td>string</td>\n<td><code>LOAD</code></td>\n</tr>\n<tr>\n<td><code>parcelActivityCodes</code></td>\n<td>array of strings</td>\n<td><code>[\"LOAD\", \"PUMPOVER\"]</code></td>\n</tr>\n<tr>\n<td><code>modifiedOnFrom</code></td>\n<td>datetime (ISO 8601)</td>\n<td><code>2015-02-25T16:42:11Z</code></td>\n</tr>\n<tr>\n<td><code>modifiedOnTo</code></td>\n<td>datetime (ISO 8601)</td>\n<td><code>2025-07-29T19:12:00Z</code></td>\n</tr>\n<tr>\n<td><code>id</code></td>\n<td>integer</td>\n<td><code>110</code></td>\n</tr>\n<tr>\n<td><code>clientCode</code></td>\n<td>string</td>\n<td><code>NORAccepted</code></td>\n</tr>\n<tr>\n<td><code>clientCodes</code></td>\n<td>array of strings</td>\n<td><code>[\"NORAccepted\", \"NORTendered\"]</code></td>\n</tr>\n<tr>\n<td><code>statusCode</code></td>\n<td>string</td>\n<td><code>ACTIVE</code></td>\n</tr>\n<tr>\n<td><code>isMandatory</code></td>\n<td>boolean</td>\n<td><code>false</code></td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"sorting\">Sorting:</h4>\n<p>Use as sort[<code>parameter</code>]=<code>ASC</code> or <code>DESC</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>name</code></td>\n</tr>\n<tr>\n<td><code>createdOn</code></td>\n</tr>\n<tr>\n<td><code>modifiedOn</code></td>\n</tr>\n<tr>\n<td><code>id</code></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}},"urlObject":{"path":["event_types"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"key":"sort[name]","value":"asc"},{"disabled":true,"key":"offset","value":"225"},{"disabled":true,"key":"filter[clientCode]","value":"await"},{"disabled":true,"key":"filter[name]","value":"light"},{"disabled":true,"key":"filter[categoryCode]","value":"DELAY"},{"disabled":true,"key":"filter[eventLevelCode]","value":"PARCEL"},{"disabled":true,"key":"filter[parcelActivityCode]","value":"LOAD"},{"disabled":true,"key":"filter[parcelActivityCodes]","value":"[\"LOAD\", \"PUMPOVER\"]"},{"disabled":true,"key":"filter[statusCode]","value":"ACTIVE"},{"disabled":true,"key":"filter[hasStopDate]","value":"true"},{"disabled":true,"key":"filter[isMandatory]","value":"false"},{"disabled":true,"key":"sort[createdOn]","value":"desc"}],"variable":[]}},"response":[{"id":"ade2413c-0b85-48ca-87ad-58755e0c5ffc","name":"List/Search","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/event_types?api_key=<API Key>","host":["{{baseUrl}}"],"path":["event_types"],"query":[{"key":"api_key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"count\": \"<integer>\",\n    \"hasMore\": \"<boolean>\",\n    \"limit\": \"<integer>\",\n    \"offset\": \"<integer>\",\n    \"results\": [\n      {\n        \"attributes\": {\n          \"clientCode\": \"<string>\",\n          \"name\": \"<string>\",\n          \"statusCode\": \"<ACTIVE|INACTIVE>\",\n          \"categoryCode\": \"<DELAY|STANDARD>\",\n          \"hasStopDate\": false,\n          \"eventLevelCode\": \"<PORT|PARCEL>\",\n          \"parcelActivityCode\": \"<LOAD|DISCHARGE|SAMPLE|PUMPOVER|NULL>\",\n          \"isMandatory\": \"<boolean>\"\n        },\n        \"id\": \"<integer>\",\n        \"type\": \"navarik.nis.event_type\"\n      },\n      {\n        \"attributes\": {\n          \"clientCode\": \"<string>\",\n          \"name\": \"<string>\",\n          \"statusCode\": \"<ACTIVE|INACTIVE>\",\n          \"categoryCode\": \"<DELAY|STANDARD>\",\n          \"hasStopDate\": false,\n          \"eventLevelCode\": \"<PORT|PARCEL>\",\n          \"parcelActivityCode\": \"<LOAD|DISCHARGE|SAMPLE|PUMPOVER|NULL>\"\n        },\n        \"id\": \"<integer>\",\n        \"type\": \"navarik.nis.event_type\"\n      }\n    ]\n  },\n  \"reqId\": \"<string>\",\n  \"status\": \"success\"\n}"}],"_postman_id":"de8c379b-7e9e-44c4-9039-ebc73437bdff"},{"name":"Get by Id","id":"3da916b8-aa5a-4167-9ef8-d9a563df5fcc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/event_types/{{id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}},"urlObject":{"path":["event_types","{{id}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"e010d8fa-da8d-41e8-ae18-1ffd6c1a5337","name":"Get by Id","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/event_types/{{id}}?api_key=<API Key>","host":["{{baseUrl}}"],"path":["event_types","{{id}}"],"query":[{"key":"api_key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"clientCode\": \"<string>\",\n      \"name\": \"<string>\",\n      \"statusCode\": \"<ACTIVE|INACTIVE>\",\n      \"categoryCode\": \"<DELAY|STANDARD>\",\n      \"hasStopDate\": false,\n      \"eventLevelCode\": \"<PORT|PARCEL>\",\n      \"parcelActivityCode\": \"<LOAD|DISCHARGE|SAMPLE|PUMPOVER|NULL>\",\n      \"isMandatory\": \"<boolean>\"\n    },\n    \"id\": \"<integer>\",\n    \"type\": \"navarik.nis.event_type\"\n  },\n  \"reqId\": \"<string>\",\n  \"status\": \"success\"\n}"}],"_postman_id":"3da916b8-aa5a-4167-9ef8-d9a563df5fcc"},{"name":"Create","id":"ec86be4d-6a91-4b3f-89e2-1f62bd4717ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"","value":""}],"body":{"mode":"raw","raw":"{\r\n    \"clientCode\": \"<string|null>\",\r\n    \"name\": \"<string>\",\r\n    \"statusCode\": \"<ACTIVE|INACTIVE>\",\r\n    \"categoryCode\": \"<DELAY|STANDARD>\",\r\n    \"hasStopDate\": false,\r\n    \"eventLevelCode\": \"<PORT|PARCEL>\",\r\n    \"parcelActivityCode\": \"<LOAD|DISCHARGE|SAMPLE|PUMPOVER|NULL>\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/event_types","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}},"urlObject":{"path":["event_types"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"6af3c4b3-6871-433d-b0ff-44185e225fd0","name":"Create","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{baseUrl}}/event_types?api_key=<API Key>","host":["{{baseUrl}}"],"path":["event_types"],"query":[{"key":"api_key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"clientCode\": \"<string|null>\",\n      \"name\": \"<string>\",\n      \"statusCode\": \"<ACTIVE|INACTIVE>\",\n      \"categoryCode\": \"<DELAY|STANDARD>\",\n      \"hasStopDate\": false,\n      \"eventLevelCode\": \"<PORT|PARCEL>\",\n      \"parcelActivityCode\": \"<LOAD|DISCHARGE|SAMPLE|PUMPOVER|NULL>\"\n    },\n    \"id\": \"<integer>\",\n    \"type\": \"navarik.nis.event_type\"\n  },\n  \"reqId\": \"<string>\",\n  \"status\": \"success\"\n}"}],"_postman_id":"ec86be4d-6a91-4b3f-89e2-1f62bd4717ef"},{"name":"Update","id":"13c49de6-7f54-4f59-89de-162feb66f3ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"clientCode\": \"<string|null>\",\r\n    \"name\": \"<string>\",\r\n    \"statusCode\": \"<ACTIVE|INACTIVE>\",\r\n    \"categoryCode\": \"<DELAY|STANDARD>\",\r\n    \"hasStopDate\": false,\r\n    \"eventLevelCode\": \"<PORT|PARCEL>\",\r\n    \"parcelActivityCode\": \"<LOAD|DISCHARGE|SAMPLE|PUMPOVER|NULL>\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/event_types/{{id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}},"urlObject":{"path":["event_types","{{id}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"a3e75ded-ced2-4f44-8cdc-246b3956f435","name":"Update","originalRequest":{"method":"PUT","header":[],"url":{"raw":"{{baseUrl}}/event_types/{{id}}?api_key=<API Key>","host":["{{baseUrl}}"],"path":["event_types","{{id}}"],"query":[{"key":"api_key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"clientCode\": \"<string|null>\",\n      \"name\": \"<string>\",\n      \"statusCode\": \"<ACTIVE|INACTIVE>\",\n      \"categoryCode\": \"<DELAY|STANDARD>\",\n      \"hasStopDate\": false,\n      \"eventLevelCode\": \"<PORT|PARCEL>\",\n      \"parcelActivityCode\": \"<LOAD|DISCHARGE|SAMPLE|PUMPOVER|NULL>\"\n    },\n    \"id\": \"<integer>\",\n    \"type\": \"navarik.nis.event_type\"\n  },\n  \"reqId\": \"<string>\",\n  \"status\": \"success\"\n}"}],"_postman_id":"13c49de6-7f54-4f59-89de-162feb66f3ea"},{"name":"Delete","id":"a9778329-394d-4827-bc54-e7728eb7394a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{baseUrl}}/event_types/{{id}}","description":"<p>Note: If a Event Type is referenced, its status will be updated to INACTIVE instead, and the updated resource will be returned in the response body.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}},"urlObject":{"path":["event_types","{{id}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"d29c0785-37c0-45c4-a5e1-3baafc5f2e74","name":"Delete","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{baseUrl}}/event_types/{{id}}?api_key=<API Key>","host":["{{baseUrl}}"],"path":["event_types","{{id}}"],"query":[{"key":"api_key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"application/json","disabled":false,"enabled":true}],"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"success\",\r\n    \"reqId\": \"<string>\"\r\n}"},{"id":"745a8443-aed3-42c7-b3cd-7a42f120a85b","name":"Deactivate","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{baseUrl}}/event_types/{{id}}?api_key=<API Key>","host":["{{baseUrl}}"],"path":["event_types","{{id}}"],"query":[{"key":"api_key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"application/json","disabled":false,"enabled":true}],"cookie":[],"responseTime":null,"body":"{\r\n  \"data\": {\r\n    \"attributes\": {\r\n      \"clientCode\": \"<string>\",\r\n      \"name\": \"<string>\",\r\n      \"statusCode\": \"INACTIVE\",\r\n      \"categoryCode\": \"<DELAY|STANDARD>\",\r\n      \"hasStopDate\": false,\r\n      \"eventLevelCode\": \"<PORT|PARCEL>\",\r\n      \"parcelActivityCode\": \"<LOAD|DISCHARGE|SAMPLE|PUMPOVER|NULL>\"\r\n    },\r\n    \"id\": \"<integer>\",\r\n    \"type\": \"navarik.nis.event_type\"\r\n  },\r\n  \"reqId\": \"<string>\",\r\n  \"status\": \"success\"\r\n}"}],"_postman_id":"a9778329-394d-4827-bc54-e7728eb7394a"}],"id":"9bd69975-f684-4c65-a42a-988cf531c2b1","description":"<p>A port-time log is a chronological record of the events that take place while a vessel is at port. The catalog data that describes the time log events is referred to as event types. Event types can reference a single parcel or may be associated with the port call.</p>\n<h3 id=\"event-type-properties\">Event Type Properties</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>categoryCode</code>*</td>\n<td><code>string</code></td>\n<td>Enum: <code>STANDARD</code>, <code>DELAY</code></td>\n</tr>\n<tr>\n<td><code>eventLevelCode</code>*</td>\n<td><code>string</code></td>\n<td>The type of event, either parcel level or port call level. Enum: <code>PORT</code>, <code>PARCEL</code></td>\n</tr>\n<tr>\n<td><code>hasStopDate</code>*</td>\n<td><code>boolean</code></td>\n<td>Indicates whether a stop timestamp needs to be entered in the time log for this event. Has stop date 'true' is the only option for 'Delay' event type category</td>\n</tr>\n<tr>\n<td><code>name</code>*</td>\n<td><code>string</code></td>\n<td>The name of the event type.</td>\n</tr>\n<tr>\n<td><code>statusCode</code>*</td>\n<td><code>string</code></td>\n<td><em>Enum:</em> <code>ACTIVE</code>, <code>INACTIVE</code></td>\n</tr>\n<tr>\n<td><code>clientCode</code></td>\n<td><code>string</code></td>\n<td>The customer defined code for the event type.</td>\n</tr>\n<tr>\n<td><code>isMandatory</code></td>\n<td><code>boolean</code></td>\n<td>READONLY.  <br />Always <code>false</code> for new Event types.  <br />For mandatory Event Type, only <code>clientCode</code> can be updated.</td>\n</tr>\n<tr>\n<td><code>parcelActivityCode</code></td>\n<td><code>string</code></td>\n<td>Enum: <code>LOAD</code>, <code>DISCHARGE</code>, <code>SAMPLE</code>, <code>PUMPOVER</code>  <br />Parcel activity is only required if 'Event type level' is 'Parcel'</td>\n</tr>\n</tbody>\n</table>\n</div><p>* Required - cannot be empty or null</p>\n","_postman_id":"9bd69975-f684-4c65-a42a-988cf531c2b1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}}},{"name":"Geo Regions","item":[{"name":"List/Search","id":"d7f56637-acc7-4b0d-ac2b-1838483003c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/geo_regions?sort[name]=asc","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}},"urlObject":{"path":["geo_regions"],"host":["{{baseUrl}}"],"query":[{"key":"sort[name]","value":"asc"}],"variable":[]}},"response":[{"id":"2a480669-85f6-407e-8fa7-64a0b1a4e125","name":"List/Search","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/geo_regions?api_key=<API Key>","host":["{{baseUrl}}"],"path":["geo_regions"],"query":[{"key":"api_key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"count\": \"<integer>\",\n    \"hasMore\": \"<boolean>\",\n    \"limit\": \"<integer>\",\n    \"offset\": \"<integer>\",\n    \"results\": [\n      {\n        \"attributes\": {\n          \"clientCode\": \"<string>\",\n          \"description\": \"<string>\",\n          \"code\": \"<string>\",\n          \"name\": \"<string>\",\n          \"statusCode\": \"ACTIVE\"\n        },\n        \"id\": \"<integer>\",\n        \"type\": \"navarik.nis.geo_region\"\n      },\n      {\n        \"attributes\": {\n          \"clientCode\": \"<string>\",\n          \"description\": \"<string>\",\n          \"code\": \"<string>\",\n          \"name\": \"<string>\",\n          \"statusCode\": \"INACTIVE\"\n        },\n        \"id\": \"<integer>\",\n        \"type\": \"navarik.nis.geo_region\"\n      }\n    ]\n  },\n  \"reqId\": \"<string>\",\n  \"status\": \"success\"\n}"}],"_postman_id":"d7f56637-acc7-4b0d-ac2b-1838483003c4"},{"name":"Get by Id","id":"101768d7-000f-403d-a00b-378e7d0e25a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/geo_regions/{{id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}},"urlObject":{"path":["geo_regions","{{id}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"46907001-667e-4d94-9704-7351e7e64ddf","name":"Get by Id","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/geo_regions/{{id}}?api_key=<API Key>","host":["{{baseUrl}}"],"path":["geo_regions","{{id}}"],"query":[{"key":"api_key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"clientCode\": \"<string>\",\n      \"description\": \"<string>\",\n      \"code\": \"<string>\",\n      \"name\": \"<string>\",\n      \"statusCode\": \"<string>\"\n    },\n    \"id\": \"<integer>\",\n    \"type\": \"navarik.nis.geo_region\"\n  },\n  \"reqId\": \"<string>\",\n  \"status\": \"success\"\n}"}],"_postman_id":"101768d7-000f-403d-a00b-378e7d0e25a7"},{"name":"Create","id":"b83c574c-5602-4344-88aa-57013e00a3cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"clientCode\": \"<string>\",\r\n    \"description\": \"<string>\",\r\n    \"code\": \"<string>\",\r\n    \"name\": \"<string>\",\r\n    \"statusCode\": \"ACTIVE\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/geo_regions","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}},"urlObject":{"path":["geo_regions"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"eb8a717b-c90d-48b8-baf5-ba7d85c650a2","name":"Create","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{baseUrl}}/geo_regions?api_key=<API Key>","host":["{{baseUrl}}"],"path":["geo_regions"],"query":[{"key":"api_key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"clientCode\": \"<string>\",\n      \"description\": \"<string>\",\n      \"code\": \"<string>\",\n      \"name\": \"<string>\",\n      \"statusCode\": \"ACTIVE\"\n    },\n    \"id\": \"<integer>\",\n    \"type\": \"navarik.nis.geo_region\"\n  },\n  \"reqId\": \"<string>\",\n  \"status\": \"success\"\n}"}],"_postman_id":"b83c574c-5602-4344-88aa-57013e00a3cb"},{"name":"Update","id":"224471f8-6ef0-451d-a69c-256d3a78860e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"clientCode\": \"<string>\",\r\n    \"description\": \"<string>\",\r\n    \"code\": \"<string>\",\r\n    \"name\": \"<string>\",\r\n    \"statusCode\": \"INACTIVE\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/geo_regions/{{id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}},"urlObject":{"path":["geo_regions","{{id}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"aa19fb00-330d-4818-8a8d-2ef8b062b790","name":"Update","originalRequest":{"method":"PUT","header":[],"url":{"raw":"{{baseUrl}}/geo_regions/{{id}}?api_key=<API Key>","host":["{{baseUrl}}"],"path":["geo_regions","{{id}}"],"query":[{"key":"api_key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"clientCode\": \"<string>\",\n      \"description\": \"<string>\",\n      \"code\": \"<string>\",\n      \"name\": \"<string>\",\n      \"statusCode\": \"INACTIVE\"\n    },\n    \"id\": \"<integer>\",\n    \"type\": \"navarik.nis.geo_region\"\n  },\n  \"reqId\": \"<string>\",\n  \"status\": \"success\"\n}"}],"_postman_id":"224471f8-6ef0-451d-a69c-256d3a78860e"},{"name":"Delete","id":"b1775e2d-7686-4420-a6da-38f51058aa39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{baseUrl}}/geo_regions/{{id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}},"urlObject":{"path":["geo_regions","{{id}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"389c4e25-953c-4210-8e8d-679f026267fc","name":"Delete","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{baseUrl}}/geo_regions/{{id}}?api_key=<API Key>","host":["{{baseUrl}}"],"path":["geo_regions","{{id}}"],"query":[{"key":"api_key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"application/json","disabled":false,"enabled":true}],"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"success\",\r\n    \"reqId\": \"<string>\"\r\n}"},{"id":"28c8f8ad-592d-4c6c-bd53-6708a2841894","name":"Deactivate","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{baseUrl}}/geo_regions/{{id}}?api_key=<API Key>","host":["{{baseUrl}}"],"path":["geo_regions","{{id}}"],"query":[{"key":"api_key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"application/json","disabled":false,"enabled":true}],"cookie":[],"responseTime":null,"body":"{\r\n  \"data\": {\r\n    \"attributes\": {\r\n      \"clientCode\": \"<string>\",\r\n      \"description\": \"<string>\",\r\n      \"code\": \"<string>\",\r\n      \"name\": \"<string>\",\r\n      \"statusCode\": \"INACTIVE\"\r\n    },\r\n    \"id\": \"<integer>\",\r\n    \"type\": \"navarik.nis.geo_region\"\r\n  },\r\n  \"reqId\": \"<string>\",\r\n  \"status\": \"success\"\r\n}"}],"_postman_id":"b1775e2d-7686-4420-a6da-38f51058aa39"}],"id":"0a56c4f7-11cd-41a9-a034-07dff5f727a8","description":"<p>A Geo Region is assigned to a Location for Price Book Manager pricing classification.</p>\n<p><strong>List/Search filter keys:</strong></p>\n<p><strong>specific</strong></p>\n<p>name: case insensitive partial match.</p>\n<p>code: case insensitive exact match.</p>\n<p><strong>common</strong></p>\n<p>modifiedOnFrom: datetime, inclusive.</p>\n<p>modifiedOnTo: datetime, inclusive.</p>\n<p>id: integer.</p>\n<p>clientCode: case insensitive exact match.</p>\n<p>clientCodes: json array of clientCode.</p>\n<p>statusCode: ACTIVE or INACTIVE.</p>\n<p><strong>List/Search sort keys:</strong></p>\n<p>createdOn</p>\n<p>modifiedOn</p>\n<p>name</p>\n<p>id</p>\n<p>code</p>\n<hr />\n<h3 id=\"geo-region-properties\">Geo Region Properties</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>code</code>*</td>\n<td><code>string</code></td>\n<td></td>\n</tr>\n<tr>\n<td><code>clientCode</code></td>\n<td><code>string</code></td>\n<td></td>\n</tr>\n<tr>\n<td><code>name</code>*</td>\n<td><code>string</code></td>\n<td></td>\n</tr>\n<tr>\n<td><code>description</code></td>\n<td><code>string</code></td>\n<td></td>\n</tr>\n<tr>\n<td><code>statusCode</code>*</td>\n<td><code>string</code></td>\n<td><em>Enum:</em> <code>ACTIVE</code>, <code>INACTIVE</code></td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"0a56c4f7-11cd-41a9-a034-07dff5f727a8","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}}},{"name":"Grades","item":[{"name":"List/Search","id":"be2ec8cf-1ed2-490a-bfaf-82fe2345f5fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/grades?limit=5&sort[id]=desc","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}},"urlObject":{"path":["grades"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"5"},{"key":"sort[id]","value":"desc"}],"variable":[]}},"response":[{"id":"89a40700-0ee8-4509-a631-a68b83e17e78","name":"List/Search","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/grades?api_key=<API Key>","host":["{{baseUrl}}"],"path":["grades"],"query":[{"key":"api_key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"reqId\": \"<string>\",\n    \"status\": \"success\",\n    \"data\": {\n        \"offset\": \"<integer>\",\n        \"limit\": \"<integer>\",\n        \"count\": \"<integer>\",\n        \"hasMore\": \"<boolean>\",\n        \"results\": [\n            {\n                \"type\": \"navarik.nis.grade\",\n                \"id\": \"<integer>\",\n                \"attributes\": {\n                    \"clientCode\": \"<string>\",\n                    \"description\": \"<string>\",\n                    \"gradeDiscountGroup\": null,\n                    \"gradePriceGroup\": null,\n                    \"gradeType\": {\n                        \"id\": \"<integer>\",\n                        \"type\": \"navarik.nis.grade_type\"\n                    },\n                    \"isSensitive\": \"<boolean>\",\n                    \"mandatoryQuantityUnitCode\": \"<string>\",\n                    \"mtBblsFactor\": \"<number>\",\n                    \"name\": \"<string>\",\n                    \"statusCode\": \"INACTIVE\"\n                }\n            },\n            {\n                \"type\": \"navarik.nis.grade\",\n                \"id\": \"<integer>\",\n                \"attributes\": {\n                    \"clientCode\": \"<string>\",\n                    \"description\": \"<string>\",\n                    \"gradeDiscountGroup\": null,\n                    \"gradePriceGroup\": null,\n                    \"gradeType\": {\n                        \"id\": \"<integer>\",\n                        \"type\": \"navarik.nis.grade_type\"\n                    },\n                    \"isSensitive\": \"<boolean>\",\n                    \"mandatoryQuantityUnitCode\": \"<string>\",\n                    \"mtBblsFactor\": \"<number>\",\n                    \"name\": \"<string>\",\n                    \"statusCode\": \"ACTIVE\"\n                }\n            }\n        ]\n    }\n}"}],"_postman_id":"be2ec8cf-1ed2-490a-bfaf-82fe2345f5fd"},{"name":"Get by Id","event":[{"listen":"prerequest","script":{"id":"998cf06b-1736-4f38-b2cc-333a2dab992c","type":"text/javascript","exec":[""]}}],"id":"1ae77b80-9be9-45ac-8fd8-26ac26cad6d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/grades/{{id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}},"urlObject":{"path":["grades","{{id}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"63210c4e-4237-4920-b82c-408d32bb2d84","name":"Get by Id","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/grades/{{id}}?api_key=<API Key>","host":["{{baseUrl}}"],"path":["grades","{{id}}"],"query":[{"key":"api_key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"reqId\": \"<string>\",\n    \"status\": \"success\",\n    \"data\": {\n        \"type\": \"navarik.nis.grade\",\n        \"id\": \"<integer>\",\n        \"attributes\": {\n            \"clientCode\": \"<string>\",\n            \"description\": \"<string>\",\n            \"gradeDiscountGroup\": null,\n            \"gradePriceGroup\": null,\n            \"gradeType\": {\n                \"id\": \"<integer>\",\n                \"type\": \"navarik.nis.grade_type\"\n            },\n            \"isSensitive\": \"<boolean>\",\n            \"mandatoryQuantityUnitCode\": \"<string>\",\n            \"mtBblsFactor\": \"<number>\",\n            \"name\": \"<string>\",\n            \"statusCode\": \"ACTIVE\"\n        }\n    }\n}"}],"_postman_id":"1ae77b80-9be9-45ac-8fd8-26ac26cad6d4"},{"name":"Create","id":"1fee8a62-3ac4-4b65-9a5c-3f8acc361480","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"clientCode\": \"<string>\",\r\n    \"description\": \"<string>\",\r\n    \"gradeDiscountGroup\": {\r\n        \"id\": \"<integer>\"\r\n    },\r\n    \"gradePriceGroup\": {\r\n        \"id\": \"<integer>\"\r\n    },\r\n    \"gradeType\": {\r\n        \"id\": \"<integer>\"\r\n    },\r\n    \"isSensitive\": \"<boolean>\",\r\n    \"mandatoryQuantityUnitCode\": \"<string>\",\r\n    \"mtBblsFactor\": \"<integer>\",\r\n    \"name\": \"<string>\",\r\n    \"statusCode\": \"<ACTIVE|INACTIVE>\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/grades","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}},"urlObject":{"path":["grades"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"842f36b9-06fa-4629-9309-162a8e8c60e8","name":"Create","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientCode\": \"<string>\",\r\n    \"description\": \"<string>\",\r\n    \"gradeDiscountGroup\": null,\r\n    /*\"gradeDiscountGroup\": {\r\n        \"id\": \"<integer>\"\r\n    },*/\r\n    \"gradePriceGroup\": null,\r\n    /*\"gradePriceGroup\": {\r\n        \"id\": \"<integer>\"\r\n    },*/\r\n    \"gradeType\": {\r\n        \"id\": \"<integer>\"\r\n    },\r\n    \"isSensitive\": \"<boolean>\",\r\n    \"mandatoryQuantityUnitCode\": \"<string>\",\r\n    \"mtBblsFactor\": \"<integer>\",\r\n    \"name\": \"<string>\",\r\n    \"statusCode\": \"INACTIVE\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/grades?api_key=<API Key>","host":["{{baseUrl}}"],"path":["grades"],"query":[{"key":"api_key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"reqId\": \"<string>\",\n    \"status\": \"success\",\n    \"data\": {\n        \"id\": \"<integer>\",\n        \"type\": \"navarik.nis.grade\",\n        \"attributes\": {\n            \"clientCode\": \"<string>\",\n            \"description\": \"<string>\",\n            \"gradeDiscountGroup\": {\n                \"id\": \"<integer>\",\n                \"type\": \"navarik.nis.grade_discount_group\"\n            },\n            \"gradePriceGroup\": {\n                \"id\": \"<integer>\",\n                \"type\": \"navarik.nis.grade_price_group\"\n            },\n            \"gradeType\": {\n                \"id\": \"<integer>\",\n                \"type\": \"navarik.nis.grade_type\"\n            },\n            \"isSensitive\": \"<boolean>\",\n            \"mandatoryQuantityUnitCode\": \"<string>\",\n            \"mtBblsFactor\": \"<number>\",\n            \"name\": \"<string>\",\n            \"statusCode\": \"ACTIVE\"\n        }\n    }\n}"}],"_postman_id":"1fee8a62-3ac4-4b65-9a5c-3f8acc361480"},{"name":"Update","id":"b7dc35b7-1f76-4390-87a1-ebd638d30083","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"clientCode\": \"<string>\",\r\n    \"description\": \"<string>\",\r\n    \"gradeDiscountGroup\": null,\r\n    /*\"gradeDiscountGroup\": {\r\n        \"id\": \"<integer>\"\r\n    },*/\r\n    \"gradePriceGroup\": null,\r\n    /*\"gradePriceGroup\": {\r\n        \"id\": \"<integer>\"\r\n    },*/\r\n    \"gradeType\": {\r\n        \"id\": \"<integer>\"\r\n    },\r\n    \"isSensitive\": \"<boolean>\",\r\n    \"mandatoryQuantityUnitCode\": \"<string>\",\r\n    \"mtBblsFactor\": \"<number>\",\r\n    \"name\": \"<string>\",\r\n    \"statusCode\": \"INACTIVE\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/grades/{{id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}},"urlObject":{"path":["grades","{{id}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"e9c2a68d-a01a-423b-a2ab-4d5701af4fca","name":"Update","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientCode\": \"<string>\",\r\n    \"description\": \"<string>\",\r\n    \"gradeDiscountGroup\": null,\r\n    /*\"gradeDiscountGroup\": {\r\n        \"id\": \"<integer>\"\r\n    },*/\r\n    \"gradePriceGroup\": null,\r\n    /*\"gradePriceGroup\": {\r\n        \"id\": \"<integer>\"\r\n    },*/\r\n    \"gradeType\": {\r\n        \"id\": \"<integer>\"\r\n    },\r\n    \"isSensitive\": \"<boolean>\",\r\n    \"mandatoryQuantityUnitCode\": \"<string>\",\r\n    \"mtBblsFactor\": \"<number>\",\r\n    \"name\": \"<string>\",\r\n    \"statusCode\": \"INACTIVE\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/grades/{{id}}?api_key=<API Key>","host":["{{baseUrl}}"],"path":["grades","{{id}}"],"query":[{"key":"api_key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"reqId\": \"<string>\",\n    \"status\": \"success\",\n    \"data\": {\n        \"id\": \"<integer>\",\n        \"type\": \"navarik.nis.grade\",\n        \"attributes\": {\n            \"clientCode\": \"<string>\",\n            \"description\": \"<string>\",\n            \"gradeDiscountGroup\": null,\n            \"gradePriceGroup\": {\n                \"id\": \"<integer>\",\n                \"type\": \"navarik.nis.grade_price_group\"\n            },\n            \"gradeType\": {\n                \"id\": \"<integer>\",\n                \"type\": \"navarik.nis.grade_type\"\n            },\n            \"isSensitive\": \"<boolean>\",\n            \"mandatoryQuantityUnitCode\": \"<string>\",\n            \"mtBblsFactor\": \"<number>\",\n            \"name\": \"<string>\",\n            \"statusCode\": \"INACTIVE\"\n        }\n    }\n}"}],"_postman_id":"b7dc35b7-1f76-4390-87a1-ebd638d30083"},{"name":"Delete","id":"956bb7e8-f101-43d8-81ac-4b2ae05ca0fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{baseUrl}}/grades/{{id}}","description":"<p>Delete either removes or deactivates a resource. An unreferenced resource is removed. A referenced resource is updated to INACTIVE status. For resources updated to INACTIVE the delete response will include the resource.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}},"urlObject":{"path":["grades","{{id}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"3837854d-71b2-4d03-b3f4-977f0af6fb40","name":"Delete","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{baseUrl}}/grades/{{id}}?api_key=<API Key>","host":["{{baseUrl}}"],"path":["grades","{{id}}"],"query":[{"key":"api_key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"reqId\": \"<string>\"\n}"},{"id":"1ecaa5e2-7680-4c5b-b124-9e40fef67acd","name":"Deactivate","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{baseUrl}}/grades/{{id}}?api_key=<API Key>","host":["{{baseUrl}}"],"path":["grades","{{id}}"],"query":[{"key":"api_key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"reqId\": \"<string>\",\n    \"status\": \"success\",\n    \"data\": {\n        \"id\": \"<integer>\",\n        \"type\": \"navarik.nis.grade\",\n        \"attributes\": {\n            \"clientCode\": \"<string>\",\n            \"description\": \"<string>\",\n            \"gradeDiscountGroup\": {\n                \"id\": \"<integer>\",\n                \"type\": \"navarik.nis.grade_discount_group\"\n            },\n            \"gradePriceGroup\": {\n                \"id\": \"<integer>\",\n                \"type\": \"navarik.nis.grade_price_group\"\n            },\n            \"gradeType\": {\n                \"id\": \"<integer>\",\n                \"type\": \"navarik.nis.grade_type\"\n            },\n            \"isSensitive\": \"<boolean>\",\n            \"mandatoryQuantityUnitCode\": \"<string>\",\n            \"mtBblsFactor\": \"<number>\",\n            \"name\": \"<string>\",\n            \"statusCode\": \"INACTIVE\"\n        }\n    }\n}"}],"_postman_id":"956bb7e8-f101-43d8-81ac-4b2ae05ca0fe"}],"id":"67aab9e8-110c-406b-946e-d835d918adfb","description":"<p>Grades have the mandatory property <strong>gradeType</strong>.</p>\n<p>GradeTypes are organized in a tree. You can only assign a grade to a leaf node. GradeTypes have the property <strong>isSelectable</strong>; true means it can be assigned to a Grade.</p>\n<p><strong>List/Search filter keys:</strong></p>\n<p><strong>specific</strong></p>\n<p>name: case insensitive partial match.</p>\n<p>gradeType.id: integer.</p>\n<p>gradeType.code: case sensitive exact match. Use uppercase only.</p>\n<p>gradePriceGroup.id: integer.</p>\n<p>gradePriceGroup.name: case insensitive exact match.</p>\n<p>gradeDiscountGroup.id: integer.</p>\n<p>gradeDiscountGroup.name: case insensitive exact match.</p>\n<p><strong>common</strong></p>\n<p>modifiedOnFrom: datetime, inclusive.</p>\n<p>modifiedOnTo: datetime, inclusive.</p>\n<p>id: integer.</p>\n<p>clientCode: case insensitive exact.</p>\n<p>clientCodes: json array of clientCode.</p>\n<p>statusCode: ACTIVE or INACTIVE.</p>\n<p><strong>List/Search sort keys:</strong></p>\n<p>createdOn</p>\n<p>modifiedOn</p>\n<p>name</p>\n<p>id</p>\n<hr />\n<h3 id=\"grade-properties\">Grade Properties</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>gradeType.id</code>*</td>\n<td><code>integer</code></td>\n<td>Reference to a Grade Type. Get the list from the Grade Type endpoint.</td>\n</tr>\n<tr>\n<td><code>clientCode</code></td>\n<td><code>string</code></td>\n<td></td>\n</tr>\n<tr>\n<td><code>name</code>*</td>\n<td><code>string</code></td>\n<td></td>\n</tr>\n<tr>\n<td><code>statusCode</code>*</td>\n<td><code>string</code></td>\n<td><em>Enum:</em> <code>ACTIVE</code>, <code>INACTIVE</code></td>\n</tr>\n<tr>\n<td><code>description</code></td>\n<td><code>string</code></td>\n<td></td>\n</tr>\n<tr>\n<td><code>isSensitive</code>*</td>\n<td><code>boolean</code></td>\n<td></td>\n</tr>\n<tr>\n<td><code>mtBblsFactor</code></td>\n<td><code>number</code></td>\n<td>Factor to convert MT (Metric Tons) to BBL_60F (Barrels) for pricing estimation. Configurable feature. Contact Navarik Support for configuration.</td>\n</tr>\n<tr>\n<td><code>gradePriceGroup.id</code></td>\n<td><code>integer</code></td>\n<td>Reference to a Grade Price Group for pricing. Configurable feature. Contact Navarik Support for configuration.</td>\n</tr>\n<tr>\n<td><code>gradeDiscountGroup.id</code></td>\n<td><code>integer</code></td>\n<td>Reference to a Grade Price Group for pricing. Configurable feature. Contact Navarik Support for configuration.</td>\n</tr>\n<tr>\n<td><strong>Configurable Fields</strong></td>\n<td></td>\n<td>The below fields may be excluded, depending on feature configuration. Contact Navarik Support for configuration.</td>\n</tr>\n<tr>\n<td><code>mandatoryQuantityUnitCode</code></td>\n<td><code>string</code></td>\n<td>Corresponds to field \"Short Tons Mandatory (Asphalt)\" on the UI</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"67aab9e8-110c-406b-946e-d835d918adfb","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}}},{"name":"Grade Types","item":[{"name":"List/Search","id":"916898f9-181f-43ac-8d71-7206c6e2964a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/grade_types","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}},"urlObject":{"path":["grade_types"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"ef72c420-51dd-4993-a4a1-80b5573a41e3","name":"List/Search","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/grade_types?api_key=<API Key>","host":["{{baseUrl}}"],"path":["grade_types"],"query":[{"key":"api_key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"count\": \"<integer>\",\n    \"hasMore\": \"<boolean>\",\n    \"limit\": \"<integer>\",\n    \"offset\": \"<integer>\",\n    \"results\": [\n      {\n        \"attributes\": {\n          \"code\": \"<string>\",\n          \"description\": \"<string>\",\n          \"isSelectable\": \"<boolean>\",\n          \"mtBblFactor\": \"<number>\",\n          \"name\": \"<string>\",\n          \"parentGradeType\": null,\n          \"rootGradeType\": {\n            \"id\": \"<integer>\",\n            \"type\": \"navarik.nis.grade_type\"\n          },\n          \"statusCode\": \"INACTIVE\"\n        },\n        \"id\": \"<integer>\",\n        \"type\": \"<string>\"\n      },\n      {\n        \"attributes\": {\n          \"code\": \"<string>\",\n          \"description\": {\n            \"nullable\": true\n          },\n          \"displayName\": \"<string>\",\n          \"isSelectable\": \"<number>\",\n          \"mtBblFactor\": \"<number>\",\n          \"name\": \"<string>\",\n          \"parentGradeType\": null,\n          \"rootGradeType\": {\n            \"id\": \"<integer>\",\n            \"type\": \"navarik.nis.grade_type\"\n          },\n          \"statusCode\": \"ACTIVE\"\n        },\n        \"id\": \"<integer>\",\n        \"type\": \"navarik.nis.grade_type\"\n      }\n    ]\n  },\n  \"reqId\": \"<string>\",\n  \"status\": \"success\"\n}"}],"_postman_id":"916898f9-181f-43ac-8d71-7206c6e2964a"},{"name":"Get by Id","id":"ba6f0e30-8322-468c-beb7-22e95d9bf882","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/grade_types/65","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}},"urlObject":{"path":["grade_types","65"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"0c98e179-8444-42be-ae58-504084bc6936","name":"Get by Id","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/grade_types/65?api_key=<API Key>","host":["{{baseUrl}}"],"path":["grade_types","65"],"query":[{"key":"api_key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"reqId\": \"<string>\",\n    \"status\": \"success\",\n    \"data\": {\n        \"id\": \"<integer>\",\n        \"type\": \"navarik.nis.grade_type\",\n        \"attributes\": {\n            \"code\": \"<string>\",\n            \"name\": \"<string>\",\n            \"isSelectable\": \"<boolean>\",\n            \"description\": \"<string>\",\n            \"mtBblFactor\": \"<number>\",\n            \"parentGradeType\": {\n                \"id\": \"<integer>\",\n                \"type\": \"navarik.nis.grade_type\"\n            },\n            \"rootGradeType\": {\n                \"id\": \"<integer>\",\n                \"type\": \"navarik.nis.grade_type\"\n            }\n        }\n    }\n}"}],"_postman_id":"ba6f0e30-8322-468c-beb7-22e95d9bf882"}],"id":"c7667ff8-a5be-4766-87a7-49a06f347fed","description":"<p>GradeTypes are organized in a tree. You can only assign a grade to a leaf node. GradeTypes have the property <strong>isSelectable</strong>; 1 means it can be assigned to a Grade.</p>\n<p>List/Search returns a flat list. Use property <strong>parentGradeType</strong> to reconstruct the parent/child relation. GradeTypes at the top of the tree will not have that property.</p>\n<p>All GradeTypes have a <strong>rootGradeType</strong>. This may be self referencing for GradeTypes at the top of the tree. The <strong>rootGradeType</strong> classifies grades for loss threshold triggers and calculations.</p>\n<p>GradeTypes cannot be modified. List/Search and Get/{id} only.</p>\n<p><strong>List/Search filter keys:</strong></p>\n<p><strong>specific</strong></p>\n<p>name: case insensitive partial match.</p>\n<p>code: case sensitive exact match. Use uppercase only.</p>\n<p>parentGradeType.id: integer. Get immediate children of the specified parent. The parent <strong>is not</strong> included in the results.</p>\n<p>parentGradeType.code: exact match, use uppercase only.</p>\n<p>rootGradeType.id: integer. The root <strong>is</strong> included in the results, in addition to all branch descendants.</p>\n<p>rootGradeType.code: exact match, use uppercase only.</p>\n<p>isSelectable: true or false.</p>\n<p><strong>common</strong></p>\n<p>modifiedOnFrom: datetime, inclusive.</p>\n<p>modifiedOnTo: datetime, inclusive.</p>\n<p>id: integer.</p>\n<p><em>(note GradeTypes do not have a clientCode)</em></p>\n<p>statusCode: ACTIVE or INACTIVE.</p>\n<p><strong>List/Search sort keys:</strong></p>\n<p>createdOn</p>\n<p>modifiedOn</p>\n<p>name</p>\n<p>id</p>\n<hr />\n<h3 id=\"grade-type-properties\">Grade Type Properties</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>code</code>*</td>\n<td><code>string</code></td>\n<td>unique string reference</td>\n</tr>\n<tr>\n<td><code>name</code>*</td>\n<td><code>string</code></td>\n<td></td>\n</tr>\n<tr>\n<td><code>statusCode</code>*</td>\n<td><code>string</code></td>\n<td><em>Enum:</em> <code>ACTIVE</code>, <code>INACTIVE</code></td>\n</tr>\n<tr>\n<td><code>isSelectable</code>*</td>\n<td><code>boolean</code></td>\n<td><code>true</code> means this Grade Type can be assigned to a Grade.</td>\n</tr>\n<tr>\n<td><code>description</code></td>\n<td><code>string</code></td>\n<td></td>\n</tr>\n<tr>\n<td><code>mtBblsFactor</code></td>\n<td><code>number</code></td>\n<td>Factor to convert MT (Metric Tons) to BBL_60F (Barrels) for pricing estimation. Configurable feature. Contact Navarik Support for feature configuration.</td>\n</tr>\n<tr>\n<td><code>parentGradeType.id</code></td>\n<td><code>integer</code></td>\n<td><code>null</code> for top level of the the hierarchy; else reference to the Parent Grade Type.</td>\n</tr>\n<tr>\n<td><em>readonly</em> <code>rootGradeType.id</code></td>\n<td><code>integer</code></td>\n<td>Can be self referencing, else a higher level Grade Type in the hierarchy branch needed for report and loss classification.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"c7667ff8-a5be-4766-87a7-49a06f347fed","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}}},{"name":"Grade Price Groups","item":[{"name":"List/Search","id":"4c7125f3-9ccf-484f-af78-e9a562215c24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/grade_price_groups","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}},"urlObject":{"path":["grade_price_groups"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"d256008f-1b2e-4153-b1ea-25870b1943b0","name":"List/Search","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/grade_price_groups?api_key=<API Key>","host":["{{baseUrl}}"],"path":["grade_price_groups"],"query":[{"key":"api_key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"count\": \"<integer>\",\n    \"hasMore\": \"<boolean>\",\n    \"limit\": \"<integer>\",\n    \"offset\": \"<integer>\",\n    \"results\": [\n      {\n        \"attributes\": {\n          \"clientCode\": \"<string>\",\n          \"name\": \"<string>\",\n          \"statusCode\": \"ACTIVE\"\n        },\n        \"id\": \"<integer>\",\n        \"type\": \"navarik.nis.grade_price_group\"\n      },\n      {\n        \"attributes\": {\n          \"clientCode\": \"<string>\",\n          \"name\": \"<string>\",\n          \"statusCode\": \"INACTIVE\"\n        },\n        \"id\": \"<integer>\",\n        \"type\": \"navarik.nis.grade_price_group\"\n      }\n    ]\n  },\n  \"reqId\": \"<string>\",\n  \"status\": \"success\"\n}"}],"_postman_id":"4c7125f3-9ccf-484f-af78-e9a562215c24"},{"name":"Get by Id","id":"3bac1551-ee8a-4e1f-9062-24f991ed4200","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/grade_price_groups/{{id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}},"urlObject":{"path":["grade_price_groups","{{id}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"d001de15-90db-4639-bf41-8935d8de3c7b","name":"Get by Id","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/grade_price_groups/{{id}}?api_key=<API Key>","host":["{{baseUrl}}"],"path":["grade_price_groups","{{id}}"],"query":[{"key":"api_key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"clientCode\": \"<string>\",\n      \"name\": \"<string>\",\n      \"statusCode\": \"ACTIVE\"\n    },\n    \"id\": \"<integer>\",\n    \"type\": \"navarik.nis.grade_price_group\"\n  },\n  \"reqId\": \"<string>\",\n  \"status\": \"success\"\n}"}],"_postman_id":"3bac1551-ee8a-4e1f-9062-24f991ed4200"},{"name":"Create","id":"d3e18d14-b312-47aa-97c6-093b28d4ff16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"clientCode\": \"<string>\",\r\n    \"name\": \"<string>\",\r\n    \"statusCode\": \"ACTIVE\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/grade_price_groups","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}},"urlObject":{"path":["grade_price_groups"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"3f0a5c2c-f04b-4d9f-9601-464f33fec71d","name":"Create","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientCode\": \"<string>\",\r\n    \"name\": \"<string>\",\r\n    \"statusCode\": \"ACTIVE\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/grade_price_groups?api_key=<API Key>","host":["{{baseUrl}}"],"path":["grade_price_groups"],"query":[{"key":"api_key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"clientCode\": \"<string>\",\n      \"name\": \"<string>\",\n      \"statusCode\": \"ACTIVE\"\n    },\n    \"id\": \"<integer>\",\n    \"type\": \"navarik.nis.grade_price_group\"\n  },\n  \"reqId\": \"<string>\",\n  \"status\": \"success\"\n}"}],"_postman_id":"d3e18d14-b312-47aa-97c6-093b28d4ff16"},{"name":"Update","id":"ce4dc8e7-dfaf-406e-8143-dcb84c94dbcb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"url":"{{baseUrl}}/grade_price_groups/{{id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}},"urlObject":{"path":["grade_price_groups","{{id}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"6965b8b2-b6e5-43ce-8423-70027624d00a","name":"Update","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientCode\": \"<string>\",\r\n    \"name\": \"<string>\",\r\n    \"statusCode\": \"INACTIVE\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/grade_price_groups/{{id}}?api_key=<API Key>","host":["{{baseUrl}}"],"path":["grade_price_groups","{{id}}"],"query":[{"key":"api_key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"clientCode\": \"<string>\",\n      \"name\": \"<string>\",\n      \"statusCode\": \"INACTIVE\"\n    },\n    \"id\": \"<number>\",\n    \"type\": \"navarik.nis.grade_price_group\"\n  },\n  \"reqId\": \"<string>\",\n  \"status\": \"success\"\n}"}],"_postman_id":"ce4dc8e7-dfaf-406e-8143-dcb84c94dbcb"},{"name":"Delete","id":"df654e69-84bd-4e55-bf50-d8d86acefe56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{baseUrl}}/grade_price_groups/{{id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}},"urlObject":{"path":["grade_price_groups","{{id}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"ee4d254a-691d-413a-a4c0-b6e7ab4ed591","name":"Delete","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/grade_price_groups/{{id}}?api_key=<API Key>","host":["{{baseUrl}}"],"path":["grade_price_groups","{{id}}"],"query":[{"key":"api_key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"application/json","disabled":false,"enabled":true}],"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"success\",\r\n    \"reqId\": \"<string>\"\r\n}"},{"id":"8b809431-d932-4241-a762-12d9b49e4bda","name":"Deactivate","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/grade_price_groups/{{id}}?api_key=<API Key>","host":["{{baseUrl}}"],"path":["grade_price_groups","{{id}}"],"query":[{"key":"api_key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"application/json","disabled":false,"enabled":true}],"cookie":[],"responseTime":null,"body":"{\r\n  \"data\": {\r\n    \"attributes\": {\r\n      \"clientCode\": \"<string>\",\r\n      \"name\": \"<string>\",\r\n      \"statusCode\": \"INACTIVE\"\r\n    },\r\n    \"id\": \"<number>\",\r\n    \"type\": \"navarik.nis.grade_price_group\"\r\n  },\r\n  \"reqId\": \"<string>\",\r\n  \"status\": \"success\"\r\n}"}],"_postman_id":"df654e69-84bd-4e55-bf50-d8d86acefe56"}],"id":"ac0f8a2d-6769-40d7-92a8-fa7700bcadac","description":"<p>A Grade Price Group is assigned to a Grade for Price Book Manager pricing classification.</p>\n<p><strong>List/Search filter keys:</strong></p>\n<p><strong>specific</strong></p>\n<p>name: case insensitive <strong>exact</strong> match (<em>name is a unique key for this resource</em>).</p>\n<p><strong>common</strong></p>\n<p>modifiedOnFrom: datetime, inclusive.</p>\n<p>modifiedOnTo: datetime, inclusive.</p>\n<p>id: integer.</p>\n<p>clientCode: case insensitive exact match.</p>\n<p>clientCodes: json array of clientCode.</p>\n<p>statusCode: ACTIVE or INACTIVE.</p>\n<p><strong>List/Search sort keys:</strong></p>\n<p>createdOn</p>\n<p>modifiedOn</p>\n<p>name</p>\n<p>id</p>\n<hr />\n<h3 id=\"grade-price-group-properties\">Grade Price Group Properties</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>clientCode</code></td>\n<td><code>string</code></td>\n<td></td>\n</tr>\n<tr>\n<td><code>name</code>*</td>\n<td><code>string</code></td>\n<td></td>\n</tr>\n<tr>\n<td><code>statusCode</code>*</td>\n<td><code>string</code></td>\n<td><em>Enum:</em> <code>ACTIVE</code>, <code>INACTIVE</code></td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"ac0f8a2d-6769-40d7-92a8-fa7700bcadac","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}}},{"name":"Grade Discount Groups","item":[{"name":"List/Search","id":"448bc2c5-682e-42e2-b891-8febaaaaa6b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/grade_discount_groups","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}},"urlObject":{"path":["grade_discount_groups"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"d52f67a7-eebe-49fd-bea6-e46d7123766c","name":"List/Search","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/grade_discount_groups?api_key=<API Key>","host":["{{baseUrl}}"],"path":["grade_discount_groups"],"query":[{"key":"api_key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"count\": \"<integer>\",\n    \"hasMore\": \"<boolean>\",\n    \"limit\": \"<integer>\",\n    \"offset\": \"<integer>\",\n    \"results\": [\n      {\n        \"attributes\": {\n          \"clientCode\": \"<string>\",\n          \"name\": \"<string>\",\n          \"statusCode\": \"ACTIVE\"\n        },\n        \"id\": \"<integer>\",\n        \"type\": \"navarik.nis.grade_discount_group\"\n      },\n      {\n        \"attributes\": {\n          \"clientCode\": \"<string>\",\n          \"name\": \"<string>\",\n          \"statusCode\": \"INACTIVE\"\n        },\n        \"id\": \"<integer>\",\n        \"type\": \"navarik.nis.grade_discount_group\"\n      }\n    ]\n  },\n  \"reqId\": \"<string>\",\n  \"status\": \"success\"\n}"}],"_postman_id":"448bc2c5-682e-42e2-b891-8febaaaaa6b5"},{"name":"Get by Id","id":"91593281-22e7-44f6-9744-ae48f6b67acb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/grade_discount_groups/{{id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}},"urlObject":{"path":["grade_discount_groups","{{id}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"cbaeccdf-52ee-47fa-bc28-d77df2815b93","name":"Get by Id","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/grade_discount_groups/{{id}}?api_key=<API Key>","host":["{{baseUrl}}"],"path":["grade_discount_groups","{{id}}"],"query":[{"key":"api_key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"clientCode\": \"<string>\",\n      \"name\": \"<string>\",\n      \"statusCode\": \"ACTIVE\"\n    },\n    \"id\": \"<integer>\",\n    \"type\": \"navarik.nis.grade_discount_group\"\n  },\n  \"reqId\": \"<string>\",\n  \"status\": \"success\"\n}"}],"_postman_id":"91593281-22e7-44f6-9744-ae48f6b67acb"},{"name":"Create","id":"0d20c4c1-66d2-44de-b5ea-95951a49ccee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"clientCode\": \"<string>\",\r\n    \"name\": \"<string>\",\r\n    \"statusCode\": \"ACTIVE\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/grade_discount_groups","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}},"urlObject":{"path":["grade_discount_groups"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"a4e8f3bd-d719-44fc-85fc-37347ac07f52","name":"Create","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientCode\": \"<string>\",\r\n    \"name\": \"<string>\",\r\n    \"statusCode\": \"ACTIVE\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/grade_discount_groups?api_key=<API Key>","host":["{{baseUrl}}"],"path":["grade_discount_groups"],"query":[{"key":"api_key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"clientCode\": \"<string>\",\n      \"name\": \"<string>\",\n      \"statusCode\": \"ACTIVE\"\n    },\n    \"id\": \"<integer>\",\n    \"type\": \"navarik.nis.grade_discount_group\"\n  },\n  \"reqId\": \"<string>\",\n  \"status\": \"success\"\n}"}],"_postman_id":"0d20c4c1-66d2-44de-b5ea-95951a49ccee"},{"name":"Update","id":"0e53ac83-6ec6-4bb0-9480-267ad95ff513","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"clientCode\": \"<string>\",\r\n    \"name\": \"<string>\",\r\n    \"statusCode\": \"INACTIVE\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/grade_discount_groups/{{id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}},"urlObject":{"path":["grade_discount_groups","{{id}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"3a77699a-0a49-4b09-a560-056e9dec5a2d","name":"Update","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"clientCode\": \"<string>\",\r\n    \"name\": \"<string>\",\r\n    \"statusCode\": \"INACTIVE\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/grade_discount_groups/{{id}}?api_key=<API Key>","host":["{{baseUrl}}"],"path":["grade_discount_groups","{{id}}"],"query":[{"key":"api_key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"application/json","disabled":false,"enabled":true}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"clientCode\": \"<string>\",\n      \"name\": \"<string>\",\n      \"statusCode\": \"INACTIVE\"\n    },\n    \"id\": \"<integer>\",\n    \"type\": \"navarik.nis.grade_discount_group\"\n  },\n  \"reqId\": \"<string>\",\n  \"status\": \"success\"\n}"}],"_postman_id":"0e53ac83-6ec6-4bb0-9480-267ad95ff513"},{"name":"Delete","id":"c0e35ff2-222f-484f-adf2-ff55a94c0dcb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{baseUrl}}/grade_discount_groups/{{id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}},"urlObject":{"path":["grade_discount_groups","{{id}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"7b0e006c-b784-43ee-afd3-9a08be7a67c0","name":"Delete","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{baseUrl}}/grade_discount_groups/{{id}}?api_key=<API Key>","host":["{{baseUrl}}"],"path":["grade_discount_groups","{{id}}"],"query":[{"key":"api_key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"application/json","disabled":false,"enabled":true}],"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"success\",\r\n    \"reqId\": \"<string>\"\r\n}"},{"id":"da66d841-0d52-4fd1-bc68-e2a214fe3e44","name":"Deactivate","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{baseUrl}}/grade_discount_groups/{{id}}?api_key=<API Key>","host":["{{baseUrl}}"],"path":["grade_discount_groups","{{id}}"],"query":[{"key":"api_key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"application/json","disabled":false,"enabled":true}],"cookie":[],"responseTime":null,"body":"{\r\n  \"data\": {\r\n    \"attributes\": {\r\n      \"clientCode\": \"<string>\",\r\n      \"name\": \"<string>\",\r\n      \"statusCode\": \"INACTIVE\"\r\n    },\r\n    \"id\": \"<number>\",\r\n    \"type\": \"navarik.nis.grade_discount_group\"\r\n  },\r\n  \"reqId\": \"<string>\",\r\n  \"status\": \"success\"\r\n}"}],"_postman_id":"c0e35ff2-222f-484f-adf2-ff55a94c0dcb"}],"id":"f92c6e5f-f432-4ce8-bf04-b3827549ca72","description":"<p>A Grade Discount Group is assigned to a Grade for Price Book Manager pricing discount classification.</p>\n<p><strong>List/Search filter keys:</strong></p>\n<p><strong>specific</strong></p>\n<p>name: case insensitive <strong>exact</strong> match (<em>name is a unique key for this resource</em>).</p>\n<p><strong>common</strong></p>\n<p>modifiedOnFrom: datetime, inclusive.</p>\n<p>modifiedOnTo: datetime, inclusive.</p>\n<p>id: integer.</p>\n<p>clientCode: case insensitive exact match.</p>\n<p>clientCodes: json array of clientCode.</p>\n<p>statusCode: ACTIVE or INACTIVE.</p>\n<p><strong>List/Search sort keys:</strong></p>\n<p>createdOn</p>\n<p>modifiedOn</p>\n<p>name</p>\n<p>id</p>\n<hr />\n<h3 id=\"grade-discount-group-properties\">Grade Discount Group Properties</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>clientCode</code></td>\n<td><code>string</code></td>\n<td></td>\n</tr>\n<tr>\n<td><code>name</code>*</td>\n<td><code>string</code></td>\n<td></td>\n</tr>\n<tr>\n<td><code>statusCode</code>*</td>\n<td><code>string</code></td>\n<td><em>Enum:</em> <code>ACTIVE</code>, <code>INACTIVE</code></td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"f92c6e5f-f432-4ce8-bf04-b3827549ca72","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}}},{"name":"Legal Entities","item":[{"name":"List/Search","id":"ef77e20e-809c-4d0d-be6f-2cc6c31df37e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{baseUrl}}/legal_entities?sort[code]=asc","description":"<h3 id=\"query-parameters\">Query Parameters</h3>\n<h4 id=\"filters\">Filters:</h4>\n<p>Use as filter[<code>parameter</code>]=<code>value</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>name</code></td>\n<td>string</td>\n<td><code>Legal</code></td>\n</tr>\n<tr>\n<td><code>modifiedOnFrom</code></td>\n<td>datetime (ISO 8601)</td>\n<td><code>2015-02-25T16:42:11Z</code></td>\n</tr>\n<tr>\n<td><code>modifiedOnTo</code></td>\n<td>datetime (ISO 8601)</td>\n<td><code>2025-07-29T19:12:00Z</code></td>\n</tr>\n<tr>\n<td><code>id</code></td>\n<td>integer</td>\n<td><code>110</code></td>\n</tr>\n<tr>\n<td><code>clientCode</code></td>\n<td>string</td>\n<td><code>abc</code></td>\n</tr>\n<tr>\n<td><code>clientCodes</code></td>\n<td>array of strings</td>\n<td><code>[\"abc\", \"def\"]</code></td>\n</tr>\n<tr>\n<td><code>statusCode</code></td>\n<td>string</td>\n<td><code>ACTIVE</code></td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"sorting\">Sorting:</h4>\n<p>Use as sort[<code>parameter</code>]=<code>ASC</code> or <code>DESC</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>code</code></td>\n</tr>\n<tr>\n<td><code>name</code></td>\n</tr>\n<tr>\n<td><code>createdOn</code></td>\n</tr>\n<tr>\n<td><code>modifiedOn</code></td>\n</tr>\n<tr>\n<td><code>id</code></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}},"urlObject":{"path":["legal_entities"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"description":{"content":"<p>Amount of results per page</p>\n","type":"text/plain"},"key":"limit","value":"25"},{"disabled":true,"key":"offset","value":"25"},{"disabled":true,"description":{"content":"<p>Legal entity name</p>\n","type":"text/plain"},"key":"filter[name]","value":"legal"},{"disabled":true,"description":{"content":"<p>Client code</p>\n","type":"text/plain"},"key":"filter[clientCode]","value":"0723"},{"disabled":true,"description":{"content":"<p>Array of client codes </p>\n","type":"text/plain"},"key":"filter[clientCodes]","value":"[\"08151120\", \"08121648\"]"},{"disabled":true,"description":{"content":"<p>Status code (active, inactive)</p>\n","type":"text/plain"},"key":"filter[statusCode]","value":"INACTIVE"},{"disabled":true,"description":{"content":"<p>Inclusive modified date from</p>\n","type":"text/plain"},"key":"filter[modifiedOnFrom]","value":"2025-08-14"},{"disabled":true,"description":{"content":"<p>Inclusive date filter to</p>\n","type":"text/plain"},"key":"filter[modifiedOnTo]","value":"2025-08-15"},{"disabled":true,"description":{"content":"<p>Legal entity Id</p>\n","type":"text/plain"},"key":"filter[id]","value":"4074"},{"description":{"content":"<p>Sort by client code</p>\n","type":"text/plain"},"key":"sort[code]","value":"asc"},{"disabled":true,"description":{"content":"<p>Sort by legal entity name</p>\n","type":"text/plain"},"key":"sort[name]","value":"desc"},{"disabled":true,"description":{"content":"<p>Sort by modified date</p>\n","type":"text/plain"},"key":"sort[modifiedOn]","value":"asc"},{"disabled":true,"description":{"content":"<p>Sort by created date</p>\n","type":"text/plain"},"key":"sort[createdOn]","value":"asc"},{"disabled":true,"description":{"content":"<p>Sort by id</p>\n","type":"text/plain"},"key":"sort[id]","value":"desc"}],"variable":[]}},"response":[{"id":"32aca56c-4865-40b9-870d-513f0917ecae","name":"List/Search","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{baseUrl}}/legal_entities","host":["{{baseUrl}}"],"path":["legal_entities"],"query":[{"key":"page","value":"1","description":"Current page","disabled":true},{"key":"limit","value":"10","description":"Amount of results per page","disabled":true},{"key":"filter[name]","value":"legal","description":"Legal entity name","disabled":true},{"key":"filter[clientCode]","value":"0723","description":"Client code","disabled":true},{"key":"filter[clientCodes]","value":"[\"08151120\", \"08121648\"]","description":"Array of client codes ","disabled":true},{"key":"filter[statusCode]","value":"ACTIVE","description":"Status code (active, inactive)","disabled":true},{"key":"filter[modifiedOnFrom]","value":"2025-08-14","description":"Inclusive modified date from","disabled":true},{"key":"filter[modifiedOnTo]","value":"2025-08-15","description":"Inclusive date filter to","disabled":true},{"key":"filter[id]","value":"4074","description":"Legal entity Id","disabled":true},{"key":"sort[name]","value":"desc","description":"Sort by legal entity name","disabled":true},{"key":"sort[modifiedOn]","value":"asc","description":"Sort by modified date","disabled":true},{"key":"sort[createdOn]","value":"asc","description":"Sort by created date","disabled":true},{"key":"sort[id]","value":"desc","description":"Sort by id","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Fri, 22 Aug 2025 21:43:30 GMT"},{"key":"Server","value":"Apache/2.4.37 (Oracle Linux Server) OpenSSL/1.1.1k"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-Frame-Options","value":"sameorigin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Request-ID","value":"aKjkglDkYpRpI051OYU-ggAAAME"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"offset\": 0,\n        \"limit\": 25,\n        \"count\": 1,\n        \"hasMore\": false,\n        \"results\": [\n            {\n                \"type\": \"navarik.nis.legal_entity\",\n                \"id\": \"<integer>\",\n                \"attributes\": {\n                    \"clientCode\": \"<string>\",\n                    \"name\": \"<string>\",\n                    \"statusCode\": \"ACTIVE\",\n                    \"contactInfo\": {\n                        \"phones\": [\n                            {\n                                \"phoneNumber\": \"<string>\",\n                                \"isPreferred\": \"<boolean>\",\n                                \"code\": \"<string>\"\n                            },\n                            {\n                                \"phoneNumber\": \"<string>\",\n                                \"isPreferred\": \"<boolean>\",\n                                \"code\": \"<string>\"\n                            }\n                        ],\n                        \"emails\": [\n                            {\n                                \"address\": \"<string>\",\n                                \"isPreferred\": \"<boolean>\",\n                                \"code\": \"<string>\"\n                            }\n                        ],\n                        \"addresses\": [\n                            {\n                                \"address\": \"<string>\",\n                                \"isPreferred\": \"<boolean>\",\n                                \"city\": \"<string>\",\n                                \"state\": \"<string>\",\n                                \"postalCode\": \"<string>\",\n                                \"countryCode\": \"<string>\",\n                                \"code\": \"<string>\"\n                            }\n                        ]\n                    }\n                }\n            }\n        ]\n    },\n    \"reqId\": \"ARTHUR-6893d15a7cfc63.11955372\"\n}"}],"_postman_id":"ef77e20e-809c-4d0d-be6f-2cc6c31df37e"},{"name":"Get by Id","id":"87bc9094-f699-42eb-b878-f6bf71c482a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/legal_entities/{{id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}},"urlObject":{"path":["legal_entities","{{id}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"42959c1d-8aba-4ec5-99ef-56106e0c1c17","name":"Get by Id","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/legal_entities/{{id}}"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Tue, 12 Aug 2025 23:30:32 GMT"},{"key":"Server","value":"Apache/2.4.37 (Oracle Linux Server) OpenSSL/1.1.1k"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-Frame-Options","value":"sameorigin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Request-ID","value":"aJvOmJ17Ergircxg5ZU1WQAAAMA"},{"key":"Keep-Alive","value":"timeout=5, max=99"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"type\": \"navarik.nis.legal_entity\",\n        \"id\": 28066,\n        \"attributes\": {\n            \"clientCode\": \"08121648\",\n            \"name\": \"Legal Entity 0812_4 hola\",\n            \"statusCode\": \"ACTIVE\",\n            \"contactInfo\": {\n                \"phones\": [\n                    {\n                        \"phoneNumber\": \"12334355\",\n                        \"isPreferred\": true,\n                        \"code\": \"WORK\"\n                    },\n                    {\n                        \"phoneNumber\": \"77882622\",\n                        \"isPreferred\": false,\n                        \"code\": \"HOME\"\n                    }\n                ],\n                \"emails\": [],\n                \"addresses\": [\n                    {\n                        \"address\": \"Calle false 08121648\",\n                        \"isPreferred\": true,\n                        \"city\": \"Calgary\",\n                        \"state\": \"AB\",\n                        \"postalCode\": null,\n                        \"countryCode\": null,\n                        \"code\": \"HOME\"\n                    }\n                ]\n            }\n        }\n    },\n    \"reqId\": \"ARTHUR-689bce9e2bbc21.01792077\"\n}"}],"_postman_id":"87bc9094-f699-42eb-b878-f6bf71c482a3"},{"name":"Create","event":[{"listen":"test","script":{"id":"0353e01c-a1f3-4d04-9c31-509ba9cebe88","exec":["pm.test(\"Response status code is 201\", function () {\r","    pm.response.to.have.status(201);\r","});\r","\r","// Updated request description to specify 'name' is mandatory\r","pm.test(\"Response contains mandatory field 'name'\", function () {\r","    pm.expect(pm.response.json().data.attributes.name).to.exist.and.to.be.a('string').and.to.not.be.empty;\r","});\r",""],"type":"text/javascript","packages":{}}}],"id":"e3a4c115-962b-41e3-8d60-360c559c14a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"clientCode\": \"<string>\",\r\n    \"name\": \"<string>\",\r\n    \"statusCode\": \"<string>\",\r\n    \"contactInfo\": {\r\n    \"phones\":[{\r\n        \"phoneNumber\": \"<string>\",\r\n        \"isPreferred\": \"<bool>\",\r\n        \"code\": \"<string>\"\r\n    }],\r\n        \"emails\": [{\r\n        \"address\": \"<string>\",\r\n        \"isPreferred\": \"<bool>\",\r\n        \"code\": \"<string>\"\r\n    }],\r\n    \"addresses\": [{\r\n        \"address\": \"<string>\",\r\n        \"isPreferred\": \"<bool>\",\r\n        \"city\": \"<string>\",\r\n        \"state\": \"<string>\",\r\n        \"postalCode\": \"<string>\",\r\n        \"countryCode\": \"<string>\",\r\n        \"code\": \"<string>\"\r\n    }]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/legal_entities","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}},"urlObject":{"path":["legal_entities"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"ade34671-4483-458b-87b8-04d06298050c","name":"Create","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n \"clientCode\": \"<string>\",\r\n \"name\": \"<string>\",\r\n \"statusCode\": \"<string>\",\r\n \"contactInfo\": {\r\n   \"phones\":[{\r\n     \"phoneNumber\": \"<string>\",\r\n     \"isPreferred\": \"<bool>\",\r\n     \"code\": \"<string>\"\r\n   }],\r\n    \"emails\": [{\r\n     \"address\": \"<string>\",\r\n     \"isPreferred\": \"<bool>\",\r\n     \"code\": \"<string>\"\r\n  }],\r\n   \"addresses\": [{\r\n     \"address\": \"<string>\",\r\n     \"isPreferred\": \"<bool>\",\r\n     \"city\": \"<string>\",\r\n     \"state\": \"<string>\",\r\n     \"postalCode\": \"<string>\",\r\n     \"countryCode\": \"<string>\",\r\n     \"code\": \"<string>\"\r\n  }]\r\n }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/legal_entities"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Tue, 12 Aug 2025 22:49:06 GMT"},{"key":"Server","value":"Apache/2.4.37 (Oracle Linux Server) OpenSSL/1.1.1k"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-Frame-Options","value":"sameorigin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Request-ID","value":"aJvE4p17Ergircxg5ZU1TQAAAM4"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"type\": \"navarik.nis.legal_entity\",\n        \"id\": 28066,\n        \"attributes\": {\n            \"clientCode\": \"<string>\",\n            \"name\": \"<string>\",\n            \"statusCode\": \"ACTIVE\",\n            \"contactInfo\": {\n                \"phones\": [\n                    {\n                        \"phoneNumber\": \"<string>\",\n                        \"isPreferred\": \"<boolean>\",\n                        \"code\": \"<string>\"\n                    },\n                    {\n                        \"phoneNumber\": \"<string>\",\n                        \"isPreferred\": \"<boolean>\",\n                        \"code\": \"<string>\"\n                    }\n                ],\n                \"emails\": [\n                    {\n                        \"address\": \"<string>\",\n                        \"isPreferred\": \"<boolean>\",\n                        \"code\": \"<string>\"\n                    }\n                ],\n                \"addresses\": [\n                    {\n                        \"address\": \"<string>\",\n                        \"isPreferred\": \"<boolean>\",\n                        \"city\": \"<string>\",\n                        \"state\": \"<string>\",\n                        \"postalCode\": \"<string>\",\n                        \"countryCode\": \"<string>\",\n                        \"code\": \"<string>\"\n                    }\n                ]\n            }\n        }\n    },\n    \"reqId\": \"ARTHUR-689bc4ef0f86b5.68285437\"\n}"}],"_postman_id":"e3a4c115-962b-41e3-8d60-360c559c14a8"},{"name":"Update","event":[{"listen":"test","script":{"id":"5dc66cf0-2328-47c3-bbeb-9c7a5dbe80ae","exec":["pm.test(\"Response status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","// Updated request description to reflect the correct URL\r","pm.request.description = \"PUT request to https://arthur.dev.local/api/rest/3.0/legalEntities/{{id}}\";\r","\r","// Updated JSON example in the request body\r","pm.request.body.raw = JSON.stringify({\r","    \"data\": {\r","        \"type\": \"legalEntity\",\r","        \"id\": 1,\r","        \"attributes\": {\r","            \"clientCode\": \"ABC123\",\r","            \"name\": \"Sample Entity\",\r","            \"statusCode\": \"active\",\r","            \"phones\": [\r","                {\r","                    \"phoneNumber\": \"123-456-7890\",\r","                    \"isPreferred\": 1,\r","                    \"code\": \"home\"\r","                }\r","            ],\r","            \"emails\": [\r","                {\r","                    \"address\": \"example@example.com\",\r","                    \"isPreferred\": 1,\r","                    \"code\": \"work\"\r","                }\r","            ],\r","            \"addresses\": [\r","                {\r","                    \"address\": \"123 Main St\",\r","                    \"isPreferred\": 1,\r","                    \"city\": \"Sample City\",\r","                    \"state\": \"SC\",\r","                    \"postalCode\": \"12345\",\r","                    \"countryCode\": \"US\",\r","                    \"code\": \"home\"\r","                }\r","            ]\r","        }\r","    }\r","});\r",""],"type":"text/javascript","packages":{}}}],"id":"68194dd3-ae60-4e52-a6c2-77dea866e80e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"clientCode\": \"<string>\",\r\n    \"name\": \"<string>\",\r\n    \"statusCode\": \"ACTIVE\",\r\n    \"contactInfo\": {\r\n        \"phones\": [\r\n            {\r\n                \"phoneNumber\": \"<string>\",\r\n                \"isPreferred\": \"<boolean>\",\r\n                \"code\": \"<string>\"\r\n            },\r\n            {\r\n                \"phoneNumber\": \"<string>\",\r\n                \"isPreferred\": \"<boolean>\",\r\n                \"code\": \"<string>\"\r\n            }\r\n        ],\r\n        \"emails\": [\r\n            {\r\n                \"address\": \"<string>\",\r\n                \"isPreferred\": \"<boolean>\",\r\n                \"code\": \"<string>\"\r\n            }\r\n        ],\r\n        \"addresses\": [\r\n            {\r\n                \"address\": \"<string>\",\r\n                \"isPreferred\": \"<boolean>\",\r\n                \"city\": \"<string>\",\r\n                \"state\": \"<string>\",\r\n                \"postalCode\": \"<string>\",\r\n                \"countryCode\": \"<string>\",\r\n                \"code\": \"<string>\"\r\n            }\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/legal_entities/{{id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}},"urlObject":{"path":["legal_entities","{{id}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"861ba75e-4bd4-4d40-bb32-d2d932c03980","name":"Update","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n        \"name\": \"Legal Entity 0815 updt 2\",\r\n        \"clientCode\": \"08151120\",\r\n        \"statusCode\": \"ACTIVE\",\r\n        \"contactInfo\":\r\n        {\r\n            \"phones\": [\r\n                {\r\n                    \"phoneNumber\": \"0837333\",\r\n                    \"isPreferred\": true,\r\n                    \"code\": \"WORK\"\r\n                },\r\n                {\r\n                    \"code\": \"HOME\",\r\n                    \"phoneNumber\": \"9382626\",\r\n                    \"isPreferred\": false                \r\n                    }\r\n            ],\r\n            \"emails\": [],\r\n            \"addresses\": [\r\n                {\r\n                    \"code\": \"HOME\",\r\n                    \"isPreferred\": true,\r\n                    \"address\": \"Calle false 08151120\",\r\n                    \"city\": \"Calgary\",\r\n                    \"state\": \"AB\",\r\n                    \"postalCode\": null,\r\n                    \"countryCode\": null\r\n                }\r\n            ] \r\n        }\r\n    }","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/legal_entities/{{id}}"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Fri, 15 Aug 2025 23:43:59 GMT"},{"key":"Server","value":"Apache/2.4.37 (Oracle Linux Server) OpenSSL/1.1.1k"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-Frame-Options","value":"sameorigin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Request-ID","value":"aJ-GP4WTXjgcYLNmYPb3@gAAANc"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"type\": \"navarik.nis.legal_entity\",\n        \"id\": 28097,\n        \"attributes\": {\n            \"clientCode\": \"<string>\",\n            \"name\": \"<string>\",\n            \"statusCode\": \"ACTIVE\",\n            \"contactInfo\": {\n                \"phones\": [\n                    {\n                        \"phoneNumber\": \"<string>\",\n                        \"isPreferred\": \"<boolean>\",\n                        \"code\": \"<string>\"\n                    },\n                    {\n                        \"phoneNumber\": \"<string>\",\n                        \"isPreferred\": \"<boolean>\",\n                        \"code\": \"<string>\"\n                    }\n                ],\n                \"emails\": [\n                    {\n                        \"address\": \"<string>\",\n                        \"isPreferred\": \"<boolean>\",\n                        \"code\": \"<string>\"\n                    }\n                ],\n                \"addresses\": [\n                    {\n                        \"address\": \"<string>\",\n                        \"isPreferred\": \"<boolean>\",\n                        \"city\": \"<string>\",\n                        \"state\": \"<string>\",\n                        \"postalCode\": \"<string>\",\n                        \"countryCode\": \"<string>\",\n                        \"code\": \"<string>\"\n                    }\n                ]\n            }\n        }\n    },\n    \"reqId\": \"ARTHUR-689fc641ebf1b1.38806635\"\n}"}],"_postman_id":"68194dd3-ae60-4e52-a6c2-77dea866e80e"},{"name":"Delete","id":"2db392de-6560-4401-b568-23537cd2f3dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{baseUrl}}/legal_entities/{{id}}","description":"<p>Note: If a legal entity is referenced, its status will be updated to INACTIVE instead, and the updated resource will be returned in the response body.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}},"urlObject":{"path":["legal_entities","{{id}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"f0b681d3-1b45-4177-b0f5-eafdd163a5b8","name":"Delete","originalRequest":{"method":"DELETE","header":[],"url":"{{baseUrl}}/legal_entities/{{id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 25 Jul 2025 20:39:15 GMT"},{"key":"Server","value":"Apache/2.4.37 (Oracle Linux Server) OpenSSL/1.1.1k"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-Frame-Options","value":"sameorigin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Request-ID","value":"aIPrc0xQpMvWWXW5AC3mTAAAAMY"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"reqId\": \"ARTHUR-6883eb757d0cf5.54406826\"\n}"},{"id":"dab34628-5795-450d-ab58-42dccc05c9b7","name":"Deactivate","originalRequest":{"method":"DELETE","header":[],"url":"{{baseUrl}}/legal_entities/{{id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 25 Jul 2025 20:39:15 GMT"},{"key":"Server","value":"Apache/2.4.37 (Oracle Linux Server) OpenSSL/1.1.1k"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-Frame-Options","value":"sameorigin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Request-ID","value":"aIPrc0xQpMvWWXW5AC3mTAAAAMY"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"offset\": 0,\n        \"limit\": 25,\n        \"count\": 1,\n        \"hasMore\": false,\n        \"results\": [\n            {\n                \"type\": \"navarik.nis.legal_entity\",\n                \"id\": \"<integer>\",\n                \"attributes\": {\n                    \"clientCode\": \"<string>\",\n                    \"name\": \"<string>\",\n                    \"statusCode\": \"INACTIVE\",\n                    \"contactInfo\": {\n                        \"phones\": [\n                            {\n                                \"phoneNumber\": \"<string>\",\n                                \"isPreferred\": \"<boolean>\",\n                                \"code\": \"<string>\"\n                            },\n                            {\n                                \"phoneNumber\": \"<string>\",\n                                \"isPreferred\": \"<boolean>\",\n                                \"code\": \"<string>\"\n                            }\n                        ],\n                        \"emails\": [\n                            {\n                                \"address\": \"<string>\",\n                                \"isPreferred\": \"<boolean>\",\n                                \"code\": \"<string>\"\n                            }\n                        ],\n                        \"addresses\": [\n                            {\n                                \"address\": \"<string>\",\n                                \"isPreferred\": \"<boolean>\",\n                                \"city\": \"<string>\",\n                                \"state\": \"<string>\",\n                                \"postalCode\": \"<string>\",\n                                \"countryCode\": \"<string>\",\n                                \"code\": \"<string>\"\n                            }\n                        ]\n                    }\n                }\n            }\n        ]\n    },\n    \"reqId\": \"ARTHUR-6893d15a7cfc63.11955372\"\n}"}],"_postman_id":"2db392de-6560-4401-b568-23537cd2f3dd"}],"id":"90c84beb-0ab4-4523-8978-b062928971da","description":"<p>Legal Entities have ContactInfo, which is an object with 3 keys, phones, emails and addresses, for each set only one record should be marked as \"isPreferred\"</p>\n<hr />\n<h3 id=\"attributes\">Attributes</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>name</code>*</td>\n<td><code>string</code></td>\n<td>Legal entity name</td>\n</tr>\n<tr>\n<td><code>statusCode</code>*</td>\n<td><code>enum</code></td>\n<td><em>Accepted Enum Values:</em>  <br /><code>ACTIVE</code>, <code>INACTIVE</code></td>\n</tr>\n<tr>\n<td><code>contactInfo</code></td>\n<td><code>json array</code></td>\n<td>Array to add contactInfo, contains three keys: \"phones\", \"emails\", \"addresses\"</td>\n</tr>\n<tr>\n<td><code>contactInfo.phones</code></td>\n<td><code>json array</code></td>\n<td>Array to add phone info, it contains \"code\", \"phoneNumber\" and \"isPreferred\"</td>\n</tr>\n<tr>\n<td><code>contactInfo.phones.code</code></td>\n<td><code>enum</code></td>\n<td><em>Accepted Enum Values:</em>  <br />WORK, HOME, MOBILE, PAGER, WORKFAX, HOMEFAX, MAIN, AFTERHRS1, AFTERHRS2, AFTERHRS3, HOTLINE, SAT - A/B, SAT - C, TELEX, REUTERS, CARPHONE, CALLSIGN, PHONE</td>\n</tr>\n<tr>\n<td><code>contactInfo.phones.phoneNumber</code></td>\n<td><code>string</code></td>\n<td>Phone number</td>\n</tr>\n<tr>\n<td><code>contactInfo.phones.isPreferred</code></td>\n<td><code>boolean</code></td>\n<td><em>Accepted Values:</em>  <br />true, false</td>\n</tr>\n<tr>\n<td><code>contactInfo.emails.code</code></td>\n<td><code>enum</code></td>\n<td><em>Accepted Enum Values:</em>  <br />WORK, HOME, OTHER, NOL, OFF_SPEC, SCORECARD, VEF_REPORT</td>\n</tr>\n<tr>\n<td><code>contactInfo.emails.address</code></td>\n<td><code>string</code></td>\n<td>Email address</td>\n</tr>\n<tr>\n<td><code>contactInfo.emails.isPreferred</code></td>\n<td><code>boolean</code></td>\n<td><em>Accepted Values:</em>  <br />true, false</td>\n</tr>\n<tr>\n<td><code>contactInfo.addresses.code</code></td>\n<td><code>enum</code></td>\n<td><em>Accepted Enum Values:</em> WORK, HOME, MAIN, MAILING, OTHER</td>\n</tr>\n<tr>\n<td><code>contactInfo.addresses.address</code></td>\n<td><code>string</code></td>\n<td>Address</td>\n</tr>\n<tr>\n<td><code>contactInfo.addresses.city</code></td>\n<td><code>string</code></td>\n<td>City</td>\n</tr>\n<tr>\n<td><code>contactInfo.addresses.state</code></td>\n<td><code>string</code></td>\n<td>State</td>\n</tr>\n<tr>\n<td><code>contactInfo.addresses.postalCode</code></td>\n<td><code>string</code></td>\n<td>Postal Code</td>\n</tr>\n<tr>\n<td><code>contactInfo.addresses.countryCode</code></td>\n<td><code>string</code></td>\n<td>Enum Country Code</td>\n</tr>\n<tr>\n<td><code>contactInfo.addresses.isPreferred</code></td>\n<td><code>boolean</code></td>\n<td><em>Accepted Values:</em> : true, false</td>\n</tr>\n<tr>\n<td><code>clientCode</code></td>\n<td><code>string</code></td>\n<td>Client's reference code for the object.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p>* Required - cannot be empty or null</p>\n","_postman_id":"90c84beb-0ab4-4523-8978-b062928971da","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}}},{"name":"Locations","item":[{"name":"List/Search","id":"93580396-737f-4e11-9ec8-fa75178f3da3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/locations?limit=10&sort[id]=desc","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}},"urlObject":{"path":["locations"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"10"},{"key":"sort[id]","value":"desc"}],"variable":[]}},"response":[{"id":"7cb5d7a2-721a-4731-989b-dcfd8d709611","name":"List/Search","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/locations?api_key=<API Key>","host":["{{baseUrl}}"],"path":["locations"],"query":[{"key":"api_key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"count\": \"<integer>\",\n    \"hasMore\": \"<boolean>\",\n    \"limit\": \"<integer>\",\n    \"offset\": \"<integer>\",\n    \"results\": [\n      {\n        \"attributes\": {\n          \"clientCode\": \"<string>\",\n          \"countryCode\": \"<string>\",\n          \"countryName\": \"<string>\",\n          \"generalComments\": \"<string>\",\n          \"geo\": null,\n          \"geoRegion\": {\n            \"id\": \"<integer>\",\n            \"type\": \"navarik.nis.geo_region\"\n          },\n          \"name\": \"<string>\",\n          \"parentShippingLocation\": null,\n          \"restrictions\": \"<string>\",\n          \"rootShippingLocation\": {\n            \"id\": \"<integer>\",\n            \"type\": \"navarik.nis.shipping_location\"\n          },\n          \"shippingLocationTypeCode\": \"<string>\",\n          \"statusCode\": \"ACTIVE\",\n          \"timeZoneName\": \"<string>\"\n        },\n        \"id\": \"<integer>\",\n        \"type\": \"navarik.nis.shipping_location\"\n      },\n      {\n        \"attributes\": {\n          \"clientCode\": \"<string>\",\n          \"countryCode\": \"<string>\",\n          \"countryName\": \"<string>\",\n          \"generalComments\": \"<string>\",\n          \"geo\": null,\n          \"geoRegion\": {\n            \"id\": \"<integer>\",\n            \"type\": \"navarik.nis.geo_region\"\n          },\n          \"name\": \"<string>\",\n          \"parentShippingLocation\": null,\n          \"restrictions\": \"<string>\",\n          \"rootShippingLocation\": {\n            \"id\": \"<integer>\",\n            \"type\": \"navarik.nis.shipping_location\"\n          },\n          \"shippingLocationTypeCode\": \"<string>\",\n          \"statusCode\": \"INACTIVE\",\n          \"timeZoneName\": \"<string>\"\n        },\n        \"id\": \"<integer>\",\n        \"type\": \"navarik.nis.shipping_location\"\n      }\n    ]\n  },\n  \"reqId\": \"<string>\",\n  \"status\": \"success\"\n}"}],"_postman_id":"93580396-737f-4e11-9ec8-fa75178f3da3"},{"name":"Get by Id","id":"7990fbef-c584-45d1-829c-3276f11c75e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/locations/{{id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}},"urlObject":{"path":["locations","{{id}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"d30a17c3-345e-485f-b175-986e4aa57ce0","name":"Get by Id","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/locations/{{id}}?api_key=<API Key>","host":["{{baseUrl}}"],"path":["locations","{{id}}"],"query":[{"key":"api_key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"attributes\": {\n            \"clientCode\": \"<string>\",\n            \"countryCode\": \"<string>\",\n            \"countryName\": \"<string>\",\n            \"generalComments\": \"<string>\",\n            \"geo\": null,\n            \"geoRegion\": {\n                \"id\": \"<integer>\",\n                \"type\": \"navarik.nis.geo_region\"\n            },\n            \"name\": \"<string>\",\n            \"parentShippingLocation\": null,\n            \"restrictions\": \"<string>\",\n            \"rootShippingLocation\": {\n                \"id\": \"<integer>\",\n                \"type\": \"navarik.nis.shipping_location\"\n            },\n            \"shippingLocationTypeCode\": \"<string>\",\n            \"statusCode\": \"ACTIVE\",\n            \"timeZoneName\": \"<string>\"\n        },\n        \"id\": \"<integer>\",\n        \"type\": \"navarik.nis.shipping_location\"\n    },\n    \"reqId\": \"<string>\",\n    \"status\": \"success\"\n}"}],"_postman_id":"7990fbef-c584-45d1-829c-3276f11c75e7"},{"name":"Create","id":"b9f814f6-a3a1-4233-aecc-416507bcce41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"clientCode\": \"<string>\",\n    \"countryCode\": \"<string>\",\n    \"generalComments\": \"<string>\",\n    \"geo\": null,\n    \"geoRegion\": {\n        \"id\": \"<integer>\"\n    },\n    \"name\": \"<string>\",\n    \"parentShippingLocation\": null,\n    \"restrictions\": \"<string>\",\n    \"shippingLocationTypeCode\": \"PORT\",\n    \"timeZoneName\": \"<string>\",\n    \"statusCode\": \"<ACTIVE|INACTIVE>\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/locations","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}},"urlObject":{"path":["locations"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"f2c5d238-fe75-4902-b6ba-49a2a94b2f49","name":"Create","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"clientCode\": \"<string>\",\n  \"generalComments\": \"<string>\",\n  \"geo\": null,\n  \"name\": \"<string>\",\n  \"parentShippingLocation\": null,\n  \"restrictions\": \"<string>\",\n  \"shippingLocationTypeCode\": \"PORT\",\n  \"statusCode\": \"ACTIVE\",\n  \"timeZoneName\": null\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/locations?api_key=<API Key>","host":["{{baseUrl}}"],"path":["locations"],"query":[{"key":"api_key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"clientCode\": \"<string>\",\n      \"countryCode\": \"<string>\",\n      \"countryName\": \"<string>\",\n      \"generalComments\": \"<string>\",\n      \"geo\": null,\n      \"geoRegion\": {\n        \"type\": \"navarik.nis.geo_region\",\n        \"id\": \"<integer>\"\n      },\n      \"name\": \"<string>\",\n      \"parentShippingLocation\": null,\n      \"restrictions\": \"<string>\",\n      \"rootShippingLocation\": {\n        \"type\": \"navarik.nis.shipping_location\",\n        \"id\": \"<integer>\"        \n      },\n      \"shippingLocationTypeCode\": \"PORT\",\n      \"statusCode\": \"ACTIVE\",\n      \"timeZoneName\": \"UTC\"\n    },\n    \"id\": \"<integer>\",\n    \"type\": \"<string>\"\n  },\n  \"reqId\": \"<string>\",\n  \"status\": \"success\"\n}"}],"_postman_id":"b9f814f6-a3a1-4233-aecc-416507bcce41"},{"name":"Update","id":"9589fd5d-9805-4271-8daf-2c4a6f622e91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"clientCode\": \"<string>\",\r\n    \"countryCode\": \"<string>\",\r\n    \"generalComments\": \"<string>\",\r\n    \"geo\": null,\r\n    \"geoRegion\": {\r\n        \"id\": \"<integer>\"\r\n    },\r\n    \"name\": \"<string>\",\r\n    \"restrictions\": \"<string>\",\r\n    \"timeZoneName\": \"<string>\",\r\n    \"statusCode\": \"<ACTIVE|INACTIVE>\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/locations/{{id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}},"urlObject":{"path":["locations","{{id}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"2d6183c0-8741-413e-b3b4-fd82ba5a0c5c","name":"Update","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"clientCode\": \"<string>\",\r\n  \"countryCode\": \"<string>\",\r\n  \"generalComments\": \"<string>\",\r\n  \"geo\": null,\r\n  \"geoRegion\": \"<string>\",\r\n  \"name\": \"<string>\",\r\n  \"restrictions\": \"<string>\",\r\n  \"timeZoneName\": \"<string>\",\r\n  \"statusCode\": \"<ACTIVE|INACTIVE>\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/locations/{{id}}?api_key=<API Key>","host":["{{baseUrl}}"],"path":["locations","{{id}}"],"query":[{"key":"api_key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"application/json","disabled":false,"enabled":true}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"clientCode\": \"<string>\",\n      \"countryCode\": \"<string>\",\n      \"countryName\": \"<string>\",\n      \"generalComments\": \"<string>\",\n      \"geo\": null,\n      \"geoRegion\": {\n        \"type\": \"navarik.nis.geo_region\",\n        \"id\": \"<integer>\"\n      },\n      \"name\": \"<string>\",\n      \"parentShippingLocation\": null,\n      \"restrictions\": \"<string>\",\n      \"rootShippingLocation\": {\n        \"type\": \"navarik.nis.shipping_location\"\n        \"id\": \"<integer>\"        \n      },\n      \"shippingLocationTypeCode\": \"PORT\",\n      \"statusCode\": \"INACTIVE\",\n      \"timeZoneName\": \"UTC\"\n    },\n    \"id\": \"<integer>\",\n    \"type\": \"<string>\"\n  },\n  \"reqId\": \"<string>\",\n  \"status\": \"success\"\n}"}],"_postman_id":"9589fd5d-9805-4271-8daf-2c4a6f622e91"},{"name":"Delete","id":"ddfc1a17-9269-4935-8f8f-526a0b9e917d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{baseUrl}}/locations/{{id}}","description":"<p>Delete location and any descendants. If a location is referenced, its status will be updated to INACTIVE instead, and the updated resource will be returned in the response body.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}},"urlObject":{"path":["locations","{{id}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"2f0db0f3-586d-49b1-bb4b-3ca7c7a3b5a0","name":"Delete","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{baseUrl}}/locations/{{id}}?api_key=<API Key>","host":["{{baseUrl}}"],"path":["locations","{{id}}"],"query":[{"key":"api_key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n  \"reqId\": \"<string>\",\n  \"status\": \"success\"\n}"},{"id":"fe75085e-41be-45a3-985d-b1f870fe335d","name":"Deactivate","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{baseUrl}}/locations/{{id}}?api_key=<API Key>","host":["{{baseUrl}}"],"path":["locations","{{id}}"],"query":[{"key":"api_key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"clientCode\": \"<string>\",\n      \"countryCode\": \"<string>\",\n      \"countryName\": \"<string>\",\n      \"generalComments\": \"<string>\",\n      \"geo\": null,\n      \"geoRegion\": null,\n      \"name\": \"<string>\",\n      \"parentShippingLocation\": null,\n      \"restrictions\": \"<string>\",\n      \"rootShippingLocation\": {\n        \"id\": \"<integer>\",\n        \"type\": \"navarik.nis.shipping_location\"\n      },\n      \"shippingLocationTypeCode\": \"<string>\",\n      \"statusCode\": \"INACTIVE\",\n      \"timeZoneName\": \"<string>\"\n    },\n    \"id\": \"<integer>\",\n    \"type\": \"<string>\"\n  },\n  \"reqId\": \"<string>\",\n  \"status\": \"success\"\n}"}],"_postman_id":"ddfc1a17-9269-4935-8f8f-526a0b9e917d"}],"id":"9c27af02-8bc1-487f-afee-2884a1e5f599","description":"<p>Locations are organized as a two level tree, and are one of four types:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>INLAND  \n     | - INLAND_TERMINAL  \nPORT  \n     | - PORT_TERMINAL  \n\n</code></pre><p>Property <strong>shippingLocationTypeCode</strong> identifies the type.</p>\n<p>All shipping locations have a <strong>rootShippingLocation</strong> property identifying the top level of the tree. In the case of PORT or INLAND, the rootShippingLocation is self referencing.</p>\n<p>Property <strong>parentShippingLocation</strong> identifies the immediate parent; it is null for the two root level types PORT and INLAND.</p>\n<p>The <strong>rootShippingLocation</strong> and <strong>parentShippingLocation</strong> property will be the same reference for second level types.</p>\n<p>The List endpoint delivers a flat list: the position in the tree for any resource is determined using the <strong>parentShippingLocation</strong> and <strong>rootShippingLocation</strong>.</p>\n<p>The properties available for each shipping location type vary. Refer to the examples.</p>\n<p><strong>List/Search filter keys:</strong></p>\n<p><strong>specific</strong></p>\n<p>name: case insensitive partial match.</p>\n<p>shippingLocationTypeCode: case sensitive exact match. Use uppercase only.</p>\n<p>parentShippingLocation.id: int. Get immediate children of the specified parent. The parent <strong>is not</strong> included in the results.</p>\n<p>rootShippingLocation.id: int. This must refer to a top level of the tree (I.e PORT or INLAND type). The root <strong>is</strong> included in the results, in addition to all descendants.</p>\n<p>geoRegion.id: int.</p>\n<p>geoRegion.geoRegionCode: case sensitive exact match.</p>\n<p><strong>common</strong></p>\n<p>modifiedOnFrom: datetime, inclusive.</p>\n<p>modifiedOnTo: datetime, inclusive.</p>\n<p>id: integer.</p>\n<p>clientCode: case insensitive exact match.</p>\n<p>clientCodes: json array of clientCode.</p>\n<p>statusCode: ACTIVE or INACTIVE.</p>\n<p><strong>List/Search sort keys:</strong></p>\n<p>createdOn</p>\n<p>modifiedOn</p>\n<p>name</p>\n<p>id</p>\n<hr />\n<h3 id=\"location-properties\">Location Properties</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>shippingLocationTypeCode</code>*</td>\n<td><code>string</code></td>\n<td><em>Enum:</em> <code>PORT</code>, <code>INLAND</code>, <code>PORT_TERMINAL</code>, <code>INLAND_TERMINAL</code>  <br />  <br />Exclude attribute from UPDATE requests.</td>\n</tr>\n<tr>\n<td><code>clientCode</code></td>\n<td><code>string</code></td>\n<td></td>\n</tr>\n<tr>\n<td><code>name</code>*</td>\n<td><code>string</code></td>\n<td></td>\n</tr>\n<tr>\n<td><code>parentShippingLocation.id</code>*</td>\n<td><code>integer</code></td>\n<td><code>null</code> for <code>PORT</code> and <code>INLAND</code>; else reference to the parent Location.  <br />  <br />Exclude attribute from UPDATE requests.</td>\n</tr>\n<tr>\n<td><em>readonly</em> <code>rootShippingLocation.id</code></td>\n<td><code>integer</code></td>\n<td>Can be self referencing; the top of the hierarchy.</td>\n</tr>\n<tr>\n<td><strong>Applicable To:</strong> <code>PORT</code>, <code>INLAND</code></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td><em>configurable</em> <code>timeZoneName</code> *</td>\n<td><code>string</code></td>\n<td>Refer to docs for list. Configurable feature. Contact Navaik Support for setting.</td>\n</tr>\n<tr>\n<td><code>countryCode</code> *</td>\n<td><code>string</code></td>\n<td>Two letter country code. Refer to docs for list.</td>\n</tr>\n<tr>\n<td><em>readonly</em> <code>countryName</code></td>\n<td><code>string</code></td>\n<td></td>\n</tr>\n<tr>\n<td><code>geoRegion.id</code></td>\n<td><code>string</code></td>\n<td>Reference to a Geo Region.</td>\n</tr>\n<tr>\n<td><strong>Applicable To:</strong> <code>PORT</code>, <code>INLAND</code>, <code>PORT_TERMINAL</code>, <code>INLAND_TERMINAL</code></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td><code>statusCode</code>*</td>\n<td><code>string</code></td>\n<td><em>Enum:</em> <code>ACTIVE</code>, <code>INACTIVE</code></td>\n</tr>\n<tr>\n<td><code>geo.latitude</code></td>\n<td><code>number</code></td>\n<td>Latitude</td>\n</tr>\n<tr>\n<td><code>geo.longitude</code></td>\n<td><code>number</code></td>\n<td>Longitude</td>\n</tr>\n<tr>\n<td><code>restrictions</code></td>\n<td><code>string</code></td>\n<td></td>\n</tr>\n<tr>\n<td><code>generalComments</code></td>\n<td><code>string</code></td>\n<td>corresponds to \"Comments\" on the UI</td>\n</tr>\n</tbody>\n</table>\n</div>","event":[{"listen":"prerequest","script":{"id":"ecf5d8b0-5bad-4ed1-b385-f79ff552209b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"66062838-a67f-45a5-8bc4-a6e205a46bd6","type":"text/javascript","exec":[""]}}],"_postman_id":"9c27af02-8bc1-487f-afee-2884a1e5f599","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}}},{"name":"Nominated Inspector Reasons","item":[{"name":"List/Search","id":"da881d3b-a1da-4b83-87d0-13c649581cbc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/nominated_inspector_reasons?limit=20&sort[id]=asc","description":"<h3 id=\"query-parameters\">Query Parameters</h3>\n<h4 id=\"filters\">Filters:</h4>\n<p>Use as filter[<code>parameter</code>]=<code>value</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>name</code></td>\n<td>string</td>\n<td><code>Best price</code></td>\n</tr>\n<tr>\n<td><code>modifiedOnFrom</code></td>\n<td>datetime (ISO 8601)</td>\n<td><code>2015-02-25T16:42:11Z</code></td>\n</tr>\n<tr>\n<td><code>modifiedOnTo</code></td>\n<td>datetime (ISO 8601)</td>\n<td><code>2025-07-29T19:12:00Z</code></td>\n</tr>\n<tr>\n<td><code>id</code></td>\n<td>integer</td>\n<td><code>110</code></td>\n</tr>\n<tr>\n<td><code>clientCode</code></td>\n<td>string</td>\n<td><code>Reason1</code></td>\n</tr>\n<tr>\n<td><code>clientCodes</code></td>\n<td>array of strings</td>\n<td><code>[\"Reason1\", \"Reason2\"]</code></td>\n</tr>\n<tr>\n<td><code>statusCode</code></td>\n<td>string</td>\n<td><code>ACTIVE</code></td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"sorting\">Sorting:</h4>\n<p>Use as sort[<code>parameter</code>]=<code>ASC</code> or <code>DESC</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>name</code></td>\n</tr>\n<tr>\n<td><code>createdOn</code></td>\n</tr>\n<tr>\n<td><code>modifiedOn</code></td>\n</tr>\n<tr>\n<td><code>id</code></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}},"urlObject":{"path":["nominated_inspector_reasons"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"20"},{"disabled":true,"key":"filter[name]","value":"Reason One"},{"disabled":true,"key":"filter[statusCode]","value":"ACTIVE"},{"disabled":true,"key":"filter[clientCode]","value":"Reason1"},{"disabled":true,"key":"filter[clientCodes]","value":"[\"Reason1\", \"REASON2\"]"},{"disabled":true,"key":"sort[name]","value":"asc"},{"key":"sort[id]","value":"asc"},{"disabled":true,"key":"sort[createdOn]","value":"asc"},{"disabled":true,"key":"sort[modifiedOn]","value":"desc"}],"variable":[]}},"response":[{"id":"0ff62d2b-249a-4b10-893a-22ee673dbfed","name":"List/Search","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/nominated_inspector_reason?api_key=<API Key>","host":["{{baseUrl}}"],"path":["nominated_inspector_reason"],"query":[{"key":"api_key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"offset\": 0,\n        \"limit\": 2,\n        \"count\": 2,\n        \"hasMore\": false,\n        \"results\": [\n            {\n                \"type\": \"navarik.nis.nominated_inspector_reason\",\n                \"id\": \"<integer>\",\n                \"attributes\": {\n                    \"clientCode\": \"<string|null>\",\n                    \"name\": \"<string>\",\n                    \"optionConfig\": \"<OPTIONAL|REQUIRED|null>\",\n                    \"statusCode\": \"<ACTIVE|INACTIVE>\"\n                }\n            },\n            {\n                \"type\": \"navarik.nis.nominated_inspector_reason\",\n                \"id\": \"<integer>\",\n                \"attributes\": {\n                    \"clientCode\": \"<string|null>\",\n                    \"name\": \"<string>\",\n                    \"optionConfig\": \"<OPTIONAL|REQUIRED|null>\",\n                    \"statusCode\": \"<ACTIVE|INACTIVE>\"\n                }\n            }\n        ]\n    },\n    \"reqId\": \"<string>\",\n    \"status\": \"success\"\n}"}],"_postman_id":"da881d3b-a1da-4b83-87d0-13c649581cbc"},{"name":"Get by Id","id":"d5d3404d-41ef-4bba-a7a1-ff8c9116ea25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/nominated_inspector_reasons/{{id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}},"urlObject":{"path":["nominated_inspector_reasons","{{id}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"3345ee9a-f990-440a-a133-2ae5c835dfc0","name":"Get by Id","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/nominated_inspector_reason/{{id}}?api_key=<API Key>","host":["{{baseUrl}}"],"path":["nominated_inspector_reason","{{id}}"],"query":[{"key":"api_key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"navarik.nis.nonminated_inspector_reason\",\n        \"id\": \"<integer>\",\n        \"attributes\": {\n            \"clientCode\": \"<string|null>\",\n            \"name\": \"<string>\",\n            \"optionConfig\": \"<OPTIONAL|REQUIRED|null>\",\n            \"statusCode\": \"<ACTIVE|INACTIVE>\"\n        }\n    },\n    \"reqId\": \"<string>\",\n    \"status\": \"success\"\n}"}],"_postman_id":"d5d3404d-41ef-4bba-a7a1-ff8c9116ea25"},{"name":"Create","id":"2ef5a8da-6107-4226-a3f8-d624fa708ff3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"clientCode\": \"<string>\",\r\n  \"name\": \"<string|null>\",\r\n  \"statusCode\": \"<ACTIVE|INACTIVE>\",\r\n  \"optionConfig\": \"<OPTIONAL|REQUIRED|null>\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/nominated_inspector_reasons","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}},"urlObject":{"path":["nominated_inspector_reasons"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"404fcc40-f6f3-4530-a144-350342da691d","name":"Create","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/nominated_inspector_reason?api_key=<API Key>","host":["{{baseUrl}}"],"path":["nominated_inspector_reason"],"query":[{"key":"api_key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n        \"type\": \"navarik.nis.nominated_inspector_reason\",\n        \"id\": \"<integer>\",\n        \"attributes\": {\n            \"clientCode\": \"<string|null>\",\n            \"name\": \"<string>\",\n            \"optionConfig\": \"<OPTIONAL|REQUIRED|null>\",\n            \"statusCode\": \"<ACTIVE|INACTIVE>\"\n        }\n    },\n  \"reqId\": \"<string>\",\n  \"status\": \"<string>\"\n}"}],"_postman_id":"2ef5a8da-6107-4226-a3f8-d624fa708ff3"},{"name":"Update","id":"dc4918a1-bf2c-4019-80af-19542626a4d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"<string>\",\r\n    \"clientCode\": \"<string|null>\",\r\n    \"statusCode\": \"<ACTIVE|INACTIVE>\",\r\n    \"optionConfig\": \"<OPTIONAL|REQUIRED|null>\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/nominated_inspector_reasons/{{id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}},"urlObject":{"path":["nominated_inspector_reasons","{{id}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"3f3f7efd-3807-46d9-9164-c6841a968ffa","name":"Update","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"clientCode\": null,\r\n  \"name\": \"Test v2\",\r\n  \"taxable\": true,\r\n  \"statusCode\": \"ACTIVE\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/nominated_inspector_reason/{{id}}?api_key=<API Key>","host":["{{baseUrl}}"],"path":["nominated_inspector_reason","{{id}}"],"query":[{"key":"api_key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"type\": \"navarik.nis.nominated_inspector_reason\",\n        \"id\": \"<integer>\",\n        \"attributes\": {\n            \"clientCode\": \"<string|null>\",\n            \"name\": \"<string>\",\n            \"optionConfig\": \"<OPTIONAL|REQUIRED|null>\",\n            \"statusCode\": \"<ACTIVE|INACTIVE>\"\n        }\n    },\n    \"reqId\": \"<string>\"\n}"}],"_postman_id":"dc4918a1-bf2c-4019-80af-19542626a4d4"},{"name":"Delete","id":"403027c7-16bf-44cb-afe5-6d30779653eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{baseUrl}}/nominated_inspector_reasons/{{id}}","description":"<p>Note: If a reason is referenced, its status will be updated to INACTIVE instead, and the updated resource will be returned in the response body.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}},"urlObject":{"path":["nominated_inspector_reasons","{{id}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"cc73ae50-215d-4c1a-b1b3-f6cae4a1c78f","name":"Delete","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{baseUrl}}/nominated_inspector_reason/{{id}}?api_key=<API Key>","host":["{{baseUrl}}"],"path":["nominated_inspector_reason","{{id}}"],"query":[{"key":"api_key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"cookie":[],"responseTime":null,"body":"{\r\n  \"reqId\": \"<string>\",\r\n  \"status\": \"success\"\r\n}"},{"id":"01cc42a8-c058-436f-8178-2bcce5562473","name":"Deactivate","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{baseUrl}}/nominated_inspector_reason/{{id}}?api_key=<API Key>","host":["{{baseUrl}}"],"path":["nominated_inspector_reason","{{id}}"],"query":[{"key":"api_key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"reqId\": \"<string>\",\n    \"status\": \"success\",\n    \"data\": {\n        \"type\": \"navarik.nis.nominated_inspector_reason\",\n        \"id\": \"<integer>\",\n        \"attributes\": {\n            \"clientCode\": \"<string|null>\",\n            \"name\": \"<string>\",\n            \"optionConfig\": \"<OPTIONAL|REQUIRED|null>\",\n            \"statusCode\": \"<ACTIVE|INACTIVE>\"\n        }\n    }\n}"}],"_postman_id":"403027c7-16bf-44cb-afe5-6d30779653eb"}],"id":"837feadc-a850-4862-948f-b2875aa5cae2","description":"<p>Nominated Inspector Reason is a configurable feature. When configured on, it is used to track why a specific inspection company was chosen.</p>\n<h3 id=\"attributes\">Attributes</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>name</code>*</td>\n<td><code>string</code></td>\n<td>Reason</td>\n</tr>\n<tr>\n<td><code>statusCode</code> *</td>\n<td><code>string</code></td>\n<td><em>Enum:</em> <code>ACTIVE</code>, <code>INACTIVE</code></td>\n</tr>\n<tr>\n<td><code>clientCode</code></td>\n<td><code>string</code></td>\n<td>Client's reference code for the object.</td>\n</tr>\n<tr>\n<td><code>optionConfig</code></td>\n<td><code>enum</code></td>\n<td><em>Enum:</em> OPTIONAL, REQUIRED  <br />  <br />When the specific reason is selected:  <br />null: no associated comment.  <br />OPTIONAL: an associated comment can be provided.  <br />REQUIRED: an associated comment must be provided.</td>\n</tr>\n</tbody>\n</table>\n</div><p>* Required - cannot be empty or null</p>\n","_postman_id":"837feadc-a850-4862-948f-b2875aa5cae2","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}}},{"name":"On-charge Parties","item":[{"name":"List/Search","id":"f995088c-a70c-46b4-80ac-a5ad14e59417","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/on_charge_parties?limit=20","description":"<h3 id=\"query-parameters\">Query Parameters</h3>\n<h4 id=\"filters\">Filters:</h4>\n<p>Use as filter[<code>parameter</code>]=<code>value</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>name</code></td>\n<td>string</td>\n<td><code>On Charge Party</code></td>\n</tr>\n<tr>\n<td><code>isTaxable</code></td>\n<td>boolean</td>\n<td><code>false</code></td>\n</tr>\n<tr>\n<td><code>modifiedOnFrom</code></td>\n<td>datetime (ISO 8601)</td>\n<td><code>2015-02-25T16:42:11Z</code></td>\n</tr>\n<tr>\n<td><code>modifiedOnTo</code></td>\n<td>datetime (ISO 8601)</td>\n<td><code>2025-07-29T19:12:00Z</code></td>\n</tr>\n<tr>\n<td><code>id</code></td>\n<td>integer</td>\n<td><code>110</code></td>\n</tr>\n<tr>\n<td><code>clientCode</code></td>\n<td>string</td>\n<td><code>OnChargeParty1</code></td>\n</tr>\n<tr>\n<td><code>clientCodes</code></td>\n<td>array of strings</td>\n<td><code>[\"OnChargeParty1\", \"OnChargeParty2\"]</code></td>\n</tr>\n<tr>\n<td><code>statusCode</code></td>\n<td>string</td>\n<td><code>ACTIVE</code></td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"sorting\">Sorting:</h4>\n<p>Use as sort[<code>parameter</code>]=<code>ASC</code> or <code>DESC</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>name</code></td>\n</tr>\n<tr>\n<td><code>createdOn</code></td>\n</tr>\n<tr>\n<td><code>modifiedOn</code></td>\n</tr>\n<tr>\n<td><code>id</code></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}},"urlObject":{"path":["on_charge_parties"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"20"},{"disabled":true,"key":"filter[name]","value":"On Charge Party"},{"disabled":true,"key":"filter[isTaxable]","value":"false"},{"disabled":true,"key":"filter[statusCode]","value":"ACTIVE"},{"disabled":true,"key":"filter[clientCode]","value":"OnChargeParty1"},{"disabled":true,"key":"filter[clientCodes]","value":"[\"OnChargeParty1\", \"OnChargeParty2\"]"},{"disabled":true,"key":"sort[name]","value":"asc"},{"disabled":true,"key":"sort[id]","value":"asc"},{"disabled":true,"key":"sort[createdOn]","value":"asc"},{"disabled":true,"key":"sort[modifiedOn]","value":"asc"}],"variable":[]}},"response":[{"id":"ce79b4d5-154b-4292-9fef-853d45a88dde","name":"List/Search","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/on_charge_parties?api_key=<API Key>","host":["{{baseUrl}}"],"path":["on_charge_parties"],"query":[{"key":"api_key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"offset\": 0,\n        \"limit\": 2,\n        \"count\": 2,\n        \"hasMore\": false,\n        \"results\": [\n            {\n                \"type\": \"navarik.nis.oncharge_party\",\n                \"id\": \"<integer>\",\n                \"attributes\": {\n                    \"clientCode\": \"<string|null>\",\n                    \"name\": \"<string>\",\n                    \"isTaxable\": \"<boolean>\",\n                    \"statusCode\": \"<ACTIVE|INACTIVE>\"\n                }\n            },\n            {\n                \"type\": \"navarik.nis.oncharge_party\",\n                \"id\": \"<integer>\",\n                \"attributes\": {\n                    \"clientCode\": \"<string|null>\",\n                    \"name\": \"<string>\",\n                    \"isTaxable\": \"<boolean>\",\n                    \"statusCode\": \"<ACTIVE|INACTIVE>\"\n                }\n            }\n        ]\n    },\n    \"reqId\": \"<string>\",\n    \"status\": \"success\"\n}"}],"_postman_id":"f995088c-a70c-46b4-80ac-a5ad14e59417"},{"name":"Get by Id","id":"c484f180-b442-4732-a29d-972c628858b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/on_charge_parties/{{id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}},"urlObject":{"path":["on_charge_parties","{{id}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"bcfce8f6-f61a-4469-876d-3ae5669987ef","name":"Get by Id","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/on_charge_parties/{{id}}?api_key=<API Key>","host":["{{baseUrl}}"],"path":["on_charge_parties","{{id}}"],"query":[{"key":"api_key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"navarik.nis.oncharge_party\",\n        \"id\": \"<integer>\",\n        \"attributes\": {\n            \"clientCode\": \"<string|null>\",\n            \"name\": \"<string>\",\n            \"isTaxable\": \"<boolean>\",\n            \"statusCode\": \"<ACTIVE|INACTIVE>\"\n        }\n    },\n    \"reqId\": \"<string>\",\n    \"status\": \"success\"\n}"}],"_postman_id":"c484f180-b442-4732-a29d-972c628858b1"},{"name":"Create","id":"c817a7fb-cc67-4931-8045-042518251c34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"clientCode\": \"<string|null>\",\r\n  \"name\": \"<string>\",\r\n  \"isTaxable\": \"<boolean>\",\r\n  \"statusCode\": \"<ACTIVE|INACTIVE>\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/on_charge_parties","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}},"urlObject":{"path":["on_charge_parties"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"86608fe7-7481-4dd7-91ec-16db41e30bcc","name":"Create","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{baseUrl}}/on_charge_parties?api_key=<API Key>","host":["{{baseUrl}}"],"path":["on_charge_parties"],"query":[{"key":"api_key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n        \"type\": \"navarik.nis.oncharge_party\",\n        \"id\": \"<integer>\",\n        \"attributes\": {\n            \"clientCode\": \"<string|null>\",\n            \"name\": \"<string>\",\n            \"isTaxable\": \"<boolean>\",\n            \"statusCode\": \"<ACTIVE|INACTIVE>\"\n        }\n    },\n  \"reqId\": \"<string>\",\n  \"status\": \"<string>\"\n}"}],"_postman_id":"c817a7fb-cc67-4931-8045-042518251c34"},{"name":"Update","id":"322d08fd-f614-4b08-ac98-3213a5aa4aad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"clientCode\": \"<string|null>\",\r\n  \"name\": \"<string>\",\r\n  \"isTaxable\": \"<boolean>\",\r\n  \"statusCode\": \"<ACTIVE|INACTIVE>\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/on_charge_parties/{{id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}},"urlObject":{"path":["on_charge_parties","{{id}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"ff2c05dc-de2a-40c2-b219-11d961c263ee","name":"Update","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"clientCode\": null,\r\n  \"name\": \"Test v2\",\r\n  \"taxable\": true,\r\n  \"statusCode\": \"ACTIVE\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/on_charge_parties/{{id}}?api_key=<API Key>","host":["{{baseUrl}}"],"path":["on_charge_parties","{{id}}"],"query":[{"key":"api_key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"application/json","disabled":false,"enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"type\": \"navarik.nis.oncharge_party\",\n        \"id\": \"<integer>\",\n        \"attributes\": {\n            \"clientCode\": \"<string|null>\",\n            \"name\": \"<string>\",\n            \"isTaxable\": \"<boolean>\",\n            \"statusCode\": \"<ACTIVE|INACTIVE>\"\n        }\n    },\n    \"reqId\": \"<string>\"\n}"}],"_postman_id":"322d08fd-f614-4b08-ac98-3213a5aa4aad"},{"name":"Delete","id":"45a9d807-bba2-4b4b-94be-fb93dd7d1621","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{baseUrl}}/on_charge_parties/{{id}}","description":"<p>Note: If a On-charge party is referenced, its status will be updated to INACTIVE instead, and the updated resource will be returned in the response body.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}},"urlObject":{"path":["on_charge_parties","{{id}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"60fae6af-36b6-4625-a902-57acf01d3f10","name":"Delete","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{baseUrl}}/on_charge_parties/{{id}}?api_key=<API Key>","host":["{{baseUrl}}"],"path":["on_charge_parties","{{id}}"],"query":[{"key":"api_key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"application/json","disabled":false,"enabled":true}],"cookie":[],"responseTime":null,"body":"{\r\n  \"reqId\": \"<string>\",\r\n  \"status\": \"success\"\r\n}"},{"id":"e12b7a03-faf5-4043-bee8-34f96c2058d5","name":"Deactivate","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{baseUrl}}/on_charge_parties/{{id}}?api_key=<API Key>","host":["{{baseUrl}}"],"path":["on_charge_parties","{{id}}"],"query":[{"key":"api_key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"reqId\": \"<string>\",\n    \"status\": \"success\",\n    \"data\": {\n        \"type\": \"navarik.nis.oncharge_party\",\n        \"id\": \"<integer>\",\n        \"attributes\": {\n            \"clientCode\": \"<string|null>\",\n            \"name\": \"<string>\",\n            \"isTaxable\": \"<boolean>\",\n            \"statusCode\": \"<ACTIVE|INACTIVE>\"\n        }\n    }\n}"}],"_postman_id":"45a9d807-bba2-4b4b-94be-fb93dd7d1621"}],"id":"be92ab26-1301-4e1b-8bf2-c1ebb3c3f235","description":"<p>On-charge parties can be used within the invoicing functionality to track which costs should be allocated to which departments. An on-charge party can be associated with zero or more cost centres.</p>\n<h3 id=\"attributes\">Attributes</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>name</code>*</td>\n<td><code>string</code></td>\n<td>On-charge party Name</td>\n</tr>\n<tr>\n<td><code>statusCode</code>*</td>\n<td><code>string</code></td>\n<td><em>Enum:</em> <code>ACTIVE</code>, <code>INACTIVE</code></td>\n</tr>\n<tr>\n<td><code>clientCode</code></td>\n<td><code>string</code></td>\n<td>Client's reference code for the object.</td>\n</tr>\n<tr>\n<td><code>isTaxable</code></td>\n<td><code>boolean</code></td>\n<td>Indicates whether the on-charge party is taxable</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li>* Required - cannot be empty or null</li>\n</ul>\n","_postman_id":"be92ab26-1301-4e1b-8bf2-c1ebb3c3f235","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}}},{"name":"Mots","item":[{"name":"List/Search","id":"cda08dce-bf25-4a56-b68c-e46b253b0f5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/mots?limit=5&sort[id]=desc","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}},"urlObject":{"path":["mots"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"5"},{"key":"sort[id]","value":"desc"}],"variable":[]}},"response":[{"id":"e5dcaf8a-00cf-4487-835a-96a1dea0a886","name":"List/Search","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/mots?api_key=<API Key>","host":["{{baseUrl}}"],"path":["mots"],"query":[{"key":"api_key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"offset\": 0,\n        \"limit\": 2,\n        \"count\": 2,\n        \"hasMore\": false,\n        \"results\": [\n            {\n                \"id\": 12345,\n                \"type\": \"navarik.nis.mot\",\n                \"attributes\": {\n                    \"motTypeCode\": \"TANKER\",\n                    \"name\": \"Example Vessel A\",\n                    \"clientCode\": \"VES123\",\n                    \"details\": \"Tanker for product A\",\n                    \"statusCode\": \"ACTIVE\",\n                    \"officialNumber\": \"A987654321\",\n                    \"vesselClassTypeCode\": null,\n                    \"flagCountryCode\": \"US\",\n                    \"yearBuilt\": 2000,\n                    \"callSign\": \"CALLA\",\n                    \"registry\": \"Registry A\",\n                    \"drydockDates\": [\n                        \"2021-01-01\"\n                    ]\n                }\n            },\n            {\n                \"id\": 12346,\n                \"type\": \"navarik.nis.mot\",\n                \"attributes\": {\n                    \"motTypeCode\": \"TANKER\",\n                    \"name\": \"Example Vessel B\",\n                    \"clientCode\": \"VES124\",\n                    \"details\": \"Tanker for product B\",\n                    \"statusCode\": \"INACTIVE\",\n                    \"officialNumber\": \"B987654321\",\n                    \"vesselClassTypeCode\": null,\n                    \"flagCountryCode\": \"CA\",\n                    \"yearBuilt\": 1998,\n                    \"callSign\": \"CALLB\",\n                    \"registry\": \"Registry B\",\n                    \"drydockDates\": [\n                        \"2020-06-15\",\n                        \"2023-06-15\"\n                    ]\n                }\n            }\n        ]\n    },\n    \"reqId\": \"<string>\",\n    \"status\": \"success\"\n}"}],"_postman_id":"cda08dce-bf25-4a56-b68c-e46b253b0f5a"},{"name":"Get by Id","id":"66f782f7-a9f7-4cc7-96f2-e51511cda777","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/mots/{{id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}},"urlObject":{"path":["mots","{{id}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"680a5f64-728d-4df7-b37d-8743f371ec8b","name":"Get by Id","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/mots/{{id}}?api_key=<API Key>","host":["{{baseUrl}}"],"path":["mots","{{id}}"],"query":[{"key":"api_key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"MotTypeCode\": \"OTHER\",\n        \"clientCode\": \"<string>\",\n        \"name\": \"<string>\",\n        \"details\": \"<string>\",\n        \"statusCode\": \"INACTIVE\",\n        \"officialNumber\": \"<string>\",\n        \"vesselClassTypeCode\": \"<string>\",\n        \"flagCountryCode\": \"<string>\",\n        \"yearBuilt\": \"<integer>\",\n        \"callSign\": \"<string>\",\n        \"registry\": \"<string>\",\n        \"drydockDates\": [\n            \"<date>\",\n            \"<date>\"\n        ]\n    },\n    \"reqId\": \"<string>\",\n    \"status\": \"success\"\n}"}],"_postman_id":"66f782f7-a9f7-4cc7-96f2-e51511cda777"},{"name":"Create","id":"346097d7-cae8-4a09-a536-8656bedb831b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"motTypeCode\": \"TANKER\",\r\n  \"name\": \"Example Vessel\",\r\n  \"clientCode\": \"VES123\",\r\n  \"details\": \"Sample tanker vessel\",\r\n  \"statusCode\": \"ACTIVE\",\r\n  \"officialNumber\": \"123456789\",\r\n  \"vesselClassTypeCode\": null,\r\n  \"flagCountryCode\": \"US\",\r\n  \"yearBuilt\": 2001,\r\n  \"callSign\": \"WXYZ1234\",\r\n  \"registry\": \"Lloyd's\",\r\n  \"drydockDates\": [\"2022-03-01\", \"2024-03-01\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/mots","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}},"urlObject":{"path":["mots"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"95e8332a-ad0f-4eb4-9c7d-4ff9e58098b7","name":"Create","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{baseUrl}}/mots?api_key=<API Key>","host":["{{baseUrl}}"],"path":["mots"],"query":[{"description":"Added as a part of security scheme: apikey","key":"api_key","value":"<API Key>"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"callSign\": {\n        \"nullable\": true\n      },\n      \"clientCode\": \"<string>\",\n      \"details\": {\n        \"nullable\": true\n      },\n      \"displayName\": \"<string>\",\n      \"drydockDates\": {\n        \"nullable\": true\n      },\n      \"flagCountryCode\": \"<string>\",\n      \"motTypeCode\": \"<string>\",\n      \"name\": \"<string>\",\n      \"officialNumber\": \"<string>\",\n      \"registry\": {\n        \"nullable\": true\n      },\n      \"statusCode\": \"<string>\",\n      \"vesselClassTypeCode\": \"<string>\",\n      \"yearBuilt\": {\n        \"nullable\": true\n      }\n    },\n    \"id\": \"<number>\",\n    \"type\": \"<string>\"\n  },\n  \"reqId\": \"<string>\",\n  \"status\": \"<string>\"\n}"}],"_postman_id":"346097d7-cae8-4a09-a536-8656bedb831b"},{"name":"Update","id":"b3350e48-64c4-4ad4-a988-b76864f75277","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"motTypeCode\": \"TANKER\",\r\n  \"name\": \"Example Vessel\",\r\n  \"clientCode\": \"VES123\",\r\n  \"details\": \"Sample tanker vessel\",\r\n  \"statusCode\": \"INACTIVE\",\r\n  \"officialNumber\": \"123456789\",\r\n  \"vesselClassTypeCode\": null,\r\n  \"flagCountryCode\": \"US\",\r\n  \"yearBuilt\": 2001,\r\n  \"callSign\": \"WXYZ1234\",\r\n  \"registry\": \"Lloyd's\",\r\n  \"drydockDates\": [\"2022-03-01\", \"2024-03-01\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/mots/{{id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}},"urlObject":{"path":["mots","{{id}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"c45e41ee-5f71-43c0-bf6f-8662640150e7","name":"Update","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"motTypeCode\": \"TANKER\",\r\n    \"clientCode\": \"VES123\",\r\n    \"name\": \"Example Vessel\",\r\n    \"statusCode\": \"INACTIVE\",\r\n    \"details\": \"Sample tanker vessel\",\r\n    \"officialNumber\": \"123456789\",\r\n    \"vesselClassTypeCode\": null,\r\n    \"flagCountryCode\": \"US\",\r\n    \"yearBuilt\": \"2001\",\r\n    \"callSign\": \"WXYZ1234\",\r\n    \"registry\": \"Lloyd's\",\r\n    \"drydockDates\": [\r\n        \"2022-03-01\",\r\n        \"2024-03-01\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/mots/{{id}}?api_key=<API Key>","host":["{{baseUrl}}"],"path":["mots","{{id}}"],"query":[{"key":"api_key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"application/json","disabled":false,"enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"type\": \"navarik.nis.mot\",\n        \"id\": \"<integer>\",\n        \"attributes\": {\n            \"motTypeCode\": \"TANKER\",\n            \"clientCode\": \"VES123\",\n            \"name\": \"Example Vessel\",\n            \"statusCode\": \"INACTIVE\",\n            \"details\": \"Sample tanker vessel\",\n            \"officialNumber\": \"123456789\",\n            \"vesselClassTypeCode\": null,\n            \"flagCountryCode\": \"US\",\n            \"yearBuilt\": \"2001\",\n            \"callSign\": \"WXYZ1234\",\n            \"registry\": \"Lloyd's\",\n            \"drydockDates\": [\n                \"2022-03-01\",\n                \"2024-03-01\"\n            ]\n        }\n    },\n    \"reqId\": \"<string>\"\n}"}],"_postman_id":"b3350e48-64c4-4ad4-a988-b76864f75277"},{"name":"Delete","id":"ced08257-99c8-4001-9be0-827167717377","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{baseUrl}}/mots/{{id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}},"urlObject":{"path":["mots","{{id}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"a48c6bcb-2071-4aba-b370-b6656f91dbf8","name":"Delete","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{baseUrl}}/mots/{{id}}?api_key=<API Key>","host":["{{baseUrl}}"],"path":["mots","{{id}}"],"query":[{"key":"api_key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"application/json","disabled":false,"enabled":true}],"cookie":[],"responseTime":null,"body":"{\r\n  \"reqId\": \"<string>\",\r\n  \"status\": \"success\"\r\n}"},{"id":"e98acfc8-4faa-4f10-808f-6ac148ff7571","name":"Deactivate","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{baseUrl}}/mots/{{id}}?api_key=<API Key>","host":["{{baseUrl}}"],"path":["mots","{{id}}"],"query":[{"key":"api_key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"application/json","disabled":false,"enabled":true}],"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"success\",\r\n    \"data\": {\r\n        \"type\": \"navarik.nis.mot\",\r\n        \"id\": \"<integer>\",\r\n        \"attributes\": {\r\n            \"motTypeCode\": \"TANKER\",\r\n            \"clientCode\": \"VES123\",\r\n            \"name\": \"Example Vessel\",\r\n            \"statusCode\": \"INACTIVE\",\r\n            \"details\": \"Sample tanker vessel\",\r\n            \"officialNumber\": \"123456789\",\r\n            \"vesselClassTypeCode\": null,\r\n            \"flagCountryCode\": \"US\",\r\n            \"yearBuilt\": \"2001\",\r\n            \"callSign\": \"WXYZ1234\",\r\n            \"registry\": \"Lloyd's\",\r\n            \"drydockDates\": [\r\n                \"2022-03-01\",\r\n                \"2024-03-01\"\r\n            ]\r\n        }\r\n    },\r\n    \"reqId\": \"<string>\"\r\n}"}],"_postman_id":"ced08257-99c8-4001-9be0-827167717377"}],"id":"ed23f73d-2568-4814-92d3-178b6dda2b28","description":"<p>Mots have a <strong>motTypeCode</strong>. It can be PIPELINE, BARGE_SET, or a specific type of VESSEL (it cannot be VESSEL itself).</p>\n<p>Mots of type BARGE_SET cannot be created or updated via the api: only List/Search and Get is supported for these.</p>\n<p><strong>List/Search filter keys:</strong></p>\n<p><strong>specific</strong></p>\n<p>name: case insensitive partial match.</p>\n<p>motTypeCode: case sensitive exact match. Use uppercase only.</p>\n<p><strong>common</strong></p>\n<p>modifiedOnFrom: datetime, inclusive.</p>\n<p>modifiedOnTo: datetime, inclusive.</p>\n<p>id: integer.</p>\n<p>clientCode: case insensitive exact match.</p>\n<p>clientCodes: json array of clientCode.</p>\n<p>statusCode: ACTIVE or INACTIVE.</p>\n<p><strong>List/Search sort keys:</strong></p>\n<p>createdOn</p>\n<p>modifiedOn</p>\n<p>name</p>\n<p>id</p>\n<hr />\n<h3 id=\"mot-vessel-properties\">MOT (VESSEL) Properties</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>MotTypeCode</code>*</td>\n<td><code>string</code></td>\n<td><em>Enum:</em> <code>BARGE</code>, <code>BULK_CARRIER</code>, <code>LNG_TANKER</code>, <code>LPG_TANKER</code>, <code>OTHER</code>, <code>TANKER</code></td>\n</tr>\n<tr>\n<td><code>name</code>*</td>\n<td><code>string</code></td>\n<td>Transport Name</td>\n</tr>\n<tr>\n<td><code>clientCode</code></td>\n<td><code>string</code></td>\n<td></td>\n</tr>\n<tr>\n<td><code>details</code></td>\n<td><code>string</code></td>\n<td>General description</td>\n</tr>\n<tr>\n<td><code>statusCode</code>*</td>\n<td><code>string</code></td>\n<td><em>Enum:</em> <code>ACTIVE</code>, <code>INACTIVE</code></td>\n</tr>\n<tr>\n<td><code>officialNumber</code>*</td>\n<td><code>string</code></td>\n<td>Official number</td>\n</tr>\n<tr>\n<td><code>vesselClassTypeCode</code></td>\n<td><code>string</code></td>\n<td>Refer to docs for list.</td>\n</tr>\n<tr>\n<td><code>flagCountryCode</code></td>\n<td><code>string</code></td>\n<td>Two letter country code. Refer to docs for list.</td>\n</tr>\n<tr>\n<td><code>yearBuilt</code></td>\n<td><code>integer</code></td>\n<td></td>\n</tr>\n<tr>\n<td><code>callSign</code></td>\n<td><code>string</code></td>\n<td></td>\n</tr>\n<tr>\n<td><code>registry</code></td>\n<td><code>string</code></td>\n<td></td>\n</tr>\n<tr>\n<td><code>drydockDates</code></td>\n<td><code>array of date strings</code></td>\n<td>Optional array of drydock dates in YYYY-MM-DD format. <code>null</code> when none.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"mot-pipeline-properties\">MOT (PIPELINE) Properties</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>MotTypeCode</code>*</td>\n<td><code>string</code></td>\n<td>Must be PIPELINE.</td>\n</tr>\n<tr>\n<td><code>name</code>*</td>\n<td><code>string</code></td>\n<td>Pipeline Name</td>\n</tr>\n<tr>\n<td><code>clientCode</code></td>\n<td><code>string</code></td>\n<td></td>\n</tr>\n<tr>\n<td><code>details</code></td>\n<td><code>string</code></td>\n<td>General description</td>\n</tr>\n<tr>\n<td><code>statusCode</code>*</td>\n<td><code>string</code></td>\n<td><em>Enum:</em> <code>ACTIVE</code>, <code>INACTIVE</code></td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"ed23f73d-2568-4814-92d3-178b6dda2b28","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}}},{"name":"Region","item":[{"name":"List/Search","id":"37d88e9d-d952-44b4-af0f-1cb3291c80d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/regions","description":"<h3 id=\"query-parameters\">Query Parameters</h3>\n<h4 id=\"filters\">Filters:</h4>\n<p>Use as filter[<code>parameter</code>]=<code>value</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>name</code></td>\n<td>string</td>\n<td><code>America</code></td>\n</tr>\n<tr>\n<td><code>modifiedOnFrom</code></td>\n<td>datetime (ISO 8601)</td>\n<td><code>2015-02-25T16:42:11Z</code></td>\n</tr>\n<tr>\n<td><code>modifiedOnTo</code></td>\n<td>datetime (ISO 8601)</td>\n<td><code>2025-07-29T19:12:00Z</code></td>\n</tr>\n<tr>\n<td><code>id</code></td>\n<td>integer</td>\n<td><code>110</code></td>\n</tr>\n<tr>\n<td><code>clientCode</code></td>\n<td>string</td>\n<td><code>Region1</code></td>\n</tr>\n<tr>\n<td><code>clientCodes</code></td>\n<td>array of strings</td>\n<td><code>[\"Region1\", \"Region2\"]</code></td>\n</tr>\n<tr>\n<td><code>statusCode</code></td>\n<td>string</td>\n<td><code>ACTIVE</code></td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"sorting\">Sorting:</h4>\n<p>Use as sort[<code>parameter</code>]=<code>ASC</code> or <code>DESC</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>name</code></td>\n</tr>\n<tr>\n<td><code>createdOn</code></td>\n</tr>\n<tr>\n<td><code>modifiedOn</code></td>\n</tr>\n<tr>\n<td><code>id</code></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}},"urlObject":{"path":["regions"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"description":{"content":"<p>string</p>\n","type":"text/plain"},"key":"filter[name]","value":""},{"disabled":true,"description":{"content":"<p>datetime (ISO 8601)</p>\n","type":"text/plain"},"key":"filter[modifiedOnFrom]","value":"2015-02-25T16:42:11Z"},{"disabled":true,"description":{"content":"<p>datetime (ISO 8601)</p>\n","type":"text/plain"},"key":"filter[modifiedOnTo]","value":"2025-07-29T19:12:00Z"},{"disabled":true,"description":{"content":"<p>integer</p>\n","type":"text/plain"},"key":"filter[id]","value":""},{"disabled":true,"description":{"content":"<p>string</p>\n","type":"text/plain"},"key":"filter[clientCode]","value":"code1"},{"disabled":true,"description":{"content":"<p>array of string</p>\n","type":"text/plain"},"key":"filter[clientCodes]","value":"[\"code1\", \"code2\"]"},{"disabled":true,"description":{"content":"<p>Status code (ACTIVE, INACTIVE)</p>\n","type":"text/plain"},"key":"filter[statusCode]","value":"ACTIVE"},{"disabled":true,"description":{"content":"<p>Sort by id</p>\n","type":"text/plain"},"key":"sort[id]","value":"ASC"},{"disabled":true,"description":{"content":"<p>Sort by name</p>\n","type":"text/plain"},"key":"sort[name]","value":"ASC"},{"disabled":true,"description":{"content":"<p>Sort by created date</p>\n","type":"text/plain"},"key":"sort[createdOn]","value":"ASC"},{"disabled":true,"description":{"content":"<p>Sort by modified date</p>\n","type":"text/plain"},"key":"sort[modifiedOn]","value":"ASC"}],"variable":[]}},"response":[{"id":"801a66b1-15ef-4f51-9509-f115dc6d3d85","name":"List/Search","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/regions?filter[modifiedOnFrom]=2025-07-29T19:11:24Z&filter[modifiedOnTo]=2025-07-29T19:11:31Z","host":["{{baseUrl}}"],"path":["regions"],"query":[{"key":"filter[modifiedOnFrom]","value":"2025-07-29T19:11:24Z"},{"key":"filter[modifiedOnTo]","value":"2025-07-29T19:11:31Z"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Thu, 14 Aug 2025 19:20:19 GMT"},{"key":"Server","value":"Apache/2.4.37 (Oracle Linux Server) OpenSSL/1.1.1k"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-Frame-Options","value":"sameorigin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Request-ID","value":"aJ4283J8jsmhLMfTXBivdwAAANU"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"offset\": 0,\n        \"limit\": 25,\n        \"count\": 3,\n        \"hasMore\": false,\n        \"results\": [\n            {\n                \"type\": \"navarik.nis.region\",\n                \"id\": \"<integer>\",\n                \"attributes\": {\n                    \"clientCode\": \"<string|null>\",\n                    \"name\": \"<string>\",\n                    \"statusCode\": \"<ACTIVE|INACTIVE>\"\n                }\n            },\n            {\n                \"type\": \"navarik.nis.region\",\n                \"id\": \"<integer>\",\n                \"attributes\": {\n                    \"clientCode\": \"<string|null>\",\n                    \"name\": \"<string>\",\n                    \"statusCode\": \"<ACTIVE|INACTIVE>\"\n                }\n            },\n            {\n                \"type\": \"navarik.nis.region\",\n                \"id\": \"<integer>\",\n                \"attributes\": {\n                    \"clientCode\": \"<string|null>\",\n                    \"name\": \"<string>\",\n                    \"statusCode\": \"<ACTIVE|INACTIVE>\"\n                }\n            }\n        ]\n    },\n    \"reqId\": \"ARTHUR-689e36f6ba80b9.98078865\"\n}"}],"_postman_id":"37d88e9d-d952-44b4-af0f-1cb3291c80d5"},{"name":"Get by Id","id":"4951db7e-35ab-492f-9ae4-ef4982fcf8e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/regions/{{id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}},"urlObject":{"path":["regions","{{id}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"824785ad-88dc-424d-80f0-625fe4888662","name":"Get by Id","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/regions/{{id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Jul 2025 16:16:44 GMT"},{"key":"Server","value":"Apache/2.4.37 (Oracle Linux Server) OpenSSL/1.1.1k"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-Frame-Options","value":"sameorigin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Request-ID","value":"aIEK7HcFw6WPSKaDlKCqNwAAAMI"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"type\": \"navarik.nis.region\",\n        \"id\": \"<integer>\",\n        \"attributes\": {\n            \"clientCode\": \"<string|null>\",\n            \"name\": \"<string>\",\n            \"statusCode\": \"<ACTIVE|INACTIVE>\"\n        }\n    },\n    \"reqId\": \"ARTHUR-68810aed24f879.66408435\"\n}"}],"_postman_id":"4951db7e-35ab-492f-9ae4-ef4982fcf8e7"},{"name":"Create","id":"3f0aadcb-9206-4aa1-ba81-85180639b9ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"clientCode\": \"<string|null>\",\r\n    \"name\": \"<string>\",\r\n    \"statusCode\": \"<ACTIVE|INACTIVE>\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/regions","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}},"urlObject":{"path":["regions"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"7203b508-77ec-4901-b632-1be0b29df145","name":"Create","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"clientCode\": \"<string|null>\",\r\n    \"name\": \"<string>\",\r\n    \"statusCode\": \"<ACTIVE|INACTIVE>\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/regions"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Jul 2025 19:23:29 GMT"},{"key":"Server","value":"Apache/2.4.37 (Oracle Linux Server) OpenSSL/1.1.1k"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-Frame-Options","value":"sameorigin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Request-ID","value":"aIE2sXcFw6WPSKaDlKCsCQAAANM"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"type\": \"navarik.nis.region\",\n        \"id\": \"<integer>\",\n        \"attributes\": {\n            \"clientCode\": \"<string|null>\",\n            \"name\": \"<string>\",\n            \"statusCode\": \"<ACTIVE|INACTIVE>\"\n        }\n    },\n    \"reqId\": \"ARTHUR-688136b31cf3d8.37525140\"\n}"}],"_postman_id":"3f0aadcb-9206-4aa1-ba81-85180639b9ac"},{"name":"Update","id":"6687c32b-6c30-4883-a624-05383a4ef12a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"clientCode\": \"<string|null>\",\r\n    \"name\": \"<string>\",\r\n    \"statusCode\": \"<ACTIVE|INACTIVE>\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/regions/{{id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}},"urlObject":{"path":["regions","{{id}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"a6c4a916-88fe-4dc5-8c94-042c99eb978e","name":"Update","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"clientCode\": \"<string|null>\",\r\n    \"name\": \"<string>\",\r\n    \"statusCode\": \"<ACTIVE|INACTIVE>\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/regions/{{id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Jul 2025 19:24:29 GMT"},{"key":"Server","value":"Apache/2.4.37 (Oracle Linux Server) OpenSSL/1.1.1k"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-Frame-Options","value":"sameorigin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Request-ID","value":"aIE27XcFw6WPSKaDlKCsCwAAANU"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"type\": \"navarik.nis.region\",\n        \"id\": \"<integer>\",\n        \"attributes\": {\n            \"clientCode\": \"<string|null>\",\n            \"name\": \"<string>\",\n            \"statusCode\": \"<ACTIVE|INACTIVE>\"\n        }\n    },\n    \"reqId\": \"ARTHUR-688136eee3dcb5.37758456\"\n}"}],"_postman_id":"6687c32b-6c30-4883-a624-05383a4ef12a"},{"name":"Delete","id":"15e58f7e-f0c3-493f-a3c7-ae9dc4912087","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{baseUrl}}/regions/{{id}}","description":"<p>Note: If a Region is referenced, its status will be updated to INACTIVE instead, and the updated resource will be returned in the response body.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}},"urlObject":{"path":["regions","{{id}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"38a97273-7229-4dc5-8a49-8c977312be44","name":"Delete","originalRequest":{"method":"DELETE","header":[],"url":"{{baseUrl}}/regions/{{id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Jul 2025 19:25:21 GMT"},{"key":"Server","value":"Apache/2.4.37 (Oracle Linux Server) OpenSSL/1.1.1k"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-Frame-Options","value":"sameorigin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Request-ID","value":"aIE3IXcFw6WPSKaDlKCsDAAAAMM"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"reqId\": \"ARTHUR-68813723689073.81931047\"\n}"},{"id":"aea95eb4-1f19-4963-8bb1-141c1790ddae","name":"Deactivate","originalRequest":{"method":"DELETE","header":[],"url":"{{baseUrl}}/regions/{{id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Jul 2025 19:40:45 GMT"},{"key":"Server","value":"Apache/2.4.37 (Oracle Linux Server) OpenSSL/1.1.1k"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-Frame-Options","value":"sameorigin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Request-ID","value":"aIE6vXcFw6WPSKaDlKCtjAAAAMo"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"type\": \"navarik.nis.region\",\n        \"id\": \"<integer>\",\n        \"attributes\": {\n            \"clientCode\": \"<string|null>\",\n            \"name\": \"<string>\",\n            \"statusCode\": \"<ACTIVE|INACTIVE>\"\n        }\n    },\n    \"reqId\": \"ARTHUR-68813abf67e1f8.96607221\"\n}"}],"_postman_id":"15e58f7e-f0c3-493f-a3c7-ae9dc4912087"}],"id":"f97cce4e-6a8e-4aac-bf80-6812c9db0931","description":"<p>A company is comprised of one or more regions and in one region there may be zero or more business groups and desks.</p>\n<hr />\n<h3 id=\"attributes\">Attributes</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>name</code>*</td>\n<td><code>string</code></td>\n<td>Region name.</td>\n</tr>\n<tr>\n<td><code>statusCode</code>*</td>\n<td><code>enum</code></td>\n<td><em>Accepted Enum Values:</em>  <br /><code>ACTIVE</code>, <code>INACTIVE</code></td>\n</tr>\n<tr>\n<td><code>clientCode</code></td>\n<td><code>string</code></td>\n<td>Client's reference code for the object.</td>\n</tr>\n</tbody>\n</table>\n</div><p>* Required - cannot be empty or null</p>\n","_postman_id":"f97cce4e-6a8e-4aac-bf80-6812c9db0931","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}}},{"name":"Retest Reasons","item":[{"name":"List/Search","id":"1fe19d2d-be9c-4683-b4d8-abc63d25e874","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/retest_reasons","description":"<h3 id=\"query-parameters\">Query Parameters</h3>\n<h4 id=\"filters\">Filters:</h4>\n<p>Use as filter[<code>parameter</code>]=<code>value</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>name</code></td>\n<td>string</td>\n<td><code>Retest Reason</code></td>\n</tr>\n<tr>\n<td><code>modifiedOnFrom</code></td>\n<td>datetime (ISO 8601)</td>\n<td><code>2015-02-25T16:42:11Z</code></td>\n</tr>\n<tr>\n<td><code>modifiedOnTo</code></td>\n<td>datetime (ISO 8601)</td>\n<td><code>2025-07-29T19:12:00Z</code></td>\n</tr>\n<tr>\n<td><code>statusCode</code></td>\n<td>string</td>\n<td><code>ACTIVE</code></td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"sorting\">Sorting:</h4>\n<p>Use as sort[<code>parameter</code>]=<code>ASC</code> or <code>DESC</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>name</code></td>\n</tr>\n<tr>\n<td><code>createdOn</code></td>\n</tr>\n<tr>\n<td><code>modifiedOn</code></td>\n</tr>\n<tr>\n<td><code>id</code></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}},"urlObject":{"path":["retest_reasons"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"description":{"content":"<p>integer</p>\n","type":"text/plain"},"key":"filter[id]","value":""},{"disabled":true,"description":{"content":"<p>string</p>\n","type":"text/plain"},"key":"filter[name]","value":""},{"disabled":true,"description":{"content":"<p>datetime (ISO 8601)</p>\n","type":"text/plain"},"key":"filter[modifiedOnFrom]","value":"2025-07-29T19:12:00Z"},{"disabled":true,"description":{"content":"<p>datetime (ISO 8601)</p>\n","type":"text/plain"},"key":"filter[modifiedOnTo]","value":""},{"disabled":true,"description":{"content":"<p>Status code (ACTIVE, INACTIVE)</p>\n","type":"text/plain"},"key":"filter[statusCode]","value":"ACTIVE"},{"disabled":true,"description":{"content":"<p>Sort by id</p>\n","type":"text/plain"},"key":"sort[id]","value":"asc"},{"disabled":true,"description":{"content":"<p>Sort by name</p>\n","type":"text/plain"},"key":"sort[name]","value":"asc"},{"disabled":true,"description":{"content":"<p>Sort by modified date</p>\n","type":"text/plain"},"key":"sort[createdOn]","value":"asc"},{"disabled":true,"description":{"content":"<p>Sort by created date</p>\n","type":"text/plain"},"key":"sort[modifiedOn]","value":"asc"}],"variable":[]}},"response":[{"id":"ea6de244-91dc-4504-82e2-edcd04482a04","name":"List/Search","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/retest_reasons?api_key=<API Key>","host":["{{baseUrl}}"],"path":["retest_reasons"],"query":[{"key":"api_key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"count\": \"<integer>\",\n    \"hasMore\": \"<boolean>\",\n    \"limit\": \"<integer>\",\n    \"offset\": \"<integer>\",\n    \"results\": [\n      {\n        \"attributes\": {\n          \"name\": \"<string>\",\n          \"statusCode\": \"ACTIVE\"\n        },\n        \"id\": \"<integer>\",\n        \"type\": \"navarik.nis.retest_reason\"\n      },\n      {\n        \"attributes\": {\n          \"name\": \"<string>\",\n          \"statusCode\": \"INACTIVE\"\n        },\n        \"id\": \"<integer>\",\n        \"type\": \"navarik.nis.retest_reason\"\n      }\n    ]\n  },\n  \"reqId\": \"<string>\",\n  \"status\": \"success\"\n}"}],"_postman_id":"1fe19d2d-be9c-4683-b4d8-abc63d25e874"},{"name":"Get by Id","id":"3b6b76cc-8206-4d0d-95ff-59573a36c97c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/retest_reasons/{{id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}},"urlObject":{"path":["retest_reasons","{{id}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"a9b5338a-1b25-46c2-be4e-d7ae5ca9c5c9","name":"Get by Id","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/retest_reasons/{{id}}?api_key=<API Key>","host":["{{baseUrl}}"],"path":["retest_reasons","{{id}}"],"query":[{"key":"api_key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"name\": \"<string>\",\n      \"statusCode\": \"<string>\"\n    },\n    \"id\": \"<integer>\",\n    \"type\": \"navarik.nis.retest_reason\"\n  },\n  \"reqId\": \"<string>\",\n  \"status\": \"success\"\n}"}],"_postman_id":"3b6b76cc-8206-4d0d-95ff-59573a36c97c"},{"name":"Create","id":"6a8294eb-8a14-4e9b-866c-d538af07c44d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"<string>\",\r\n    \"statusCode\": \"<ACTIVE|INACTIVE>\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/retest_reasons","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}},"urlObject":{"path":["retest_reasons"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"75248396-467a-44d3-851d-fb2b4cb553a2","name":"Create","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{baseUrl}}/retest_reasons?api_key=<API Key>","host":["{{baseUrl}}"],"path":["retest_reasons"],"query":[{"key":"api_key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"name\": \"<string>\",\n      \"statusCode\": \"ACTIVE\"\n    },\n    \"id\": \"<integer>\",\n    \"type\": \"navarik.nis.retest_reason\"\n  },\n  \"reqId\": \"<string>\",\n  \"status\": \"success\"\n}"}],"_postman_id":"6a8294eb-8a14-4e9b-866c-d538af07c44d"},{"name":"Update","id":"aa952f17-9cca-4887-ad79-2fa61a6a7e47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"<string>\",\r\n    \"statusCode\": \"<ACTIVE|INACTIVE>\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/retest_reasons/{{id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}},"urlObject":{"path":["retest_reasons","{{id}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"8e40f30d-3dd9-47d2-83df-5f1e59b30090","name":"Update","originalRequest":{"method":"PUT","header":[],"url":{"raw":"{{baseUrl}}/retest_reasons/{{id}}?api_key=<API Key>","host":["{{baseUrl}}"],"path":["retest_reasons","{{id}}"],"query":[{"key":"api_key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"name\": \"<string>\",\n      \"statusCode\": \"INACTIVE\"\n    },\n    \"id\": \"<integer>\",\n    \"type\": \"navarik.nis.retest_reason\"\n  },\n  \"reqId\": \"<string>\",\n  \"status\": \"success\"\n}"}],"_postman_id":"aa952f17-9cca-4887-ad79-2fa61a6a7e47"},{"name":"Delete","id":"7373109a-511b-4c73-bd99-c561fcccaf4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{baseUrl}}/retest_reasons/{{id}}","description":"<p>Note: If a Retest reason is referenced, its status will be updated to INACTIVE instead, and the updated resource will be returned in the response body.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}},"urlObject":{"path":["retest_reasons","{{id}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"e3b5a2f0-3d4a-4a96-ab07-4a05ea30cedf","name":"Delete","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{baseUrl}}/retest_reasons/{{id}}?api_key=<API Key>","host":["{{baseUrl}}"],"path":["retest_reasons","{{id}}"],"query":[{"key":"api_key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"success\",\r\n    \"reqId\": \"<string>\"\r\n}"},{"id":"ea7e906e-e211-4341-9f6a-269d1a7eecc5","name":"Deactivate","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{baseUrl}}/retest_reasons/{{id}}?api_key=<API Key>","host":["{{baseUrl}}"],"path":["retest_reasons","{{id}}"],"query":[{"key":"api_key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"cookie":[],"responseTime":null,"body":"{\r\n  \"data\": {\r\n    \"attributes\": {\r\n      \"name\": \"<string>\",\r\n      \"statusCode\": \"INACTIVE\"\r\n    },\r\n    \"id\": \"<integer>\",\r\n    \"type\": \"navarik.nis.retest_reason\"\r\n  },\r\n  \"reqId\": \"<string>\",\r\n  \"status\": \"success\"\r\n}"}],"_postman_id":"7373109a-511b-4c73-bd99-c561fcccaf4a"}],"id":"016d5766-4485-451a-a309-3aabda3c2154","description":"<p>A retest reason describes why a worksheet was requested for retest.</p>\n<h3 id=\"attributes\">Attributes</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>name</code>*</td>\n<td><code>string</code></td>\n<td>The retest reason</td>\n</tr>\n<tr>\n<td><code>statusCode</code>*</td>\n<td><code>string</code></td>\n<td><em>Enum:</em> <code>ACTIVE</code>, <code>INACTIVE</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>* Required - cannot be empty or null</p>\n","_postman_id":"016d5766-4485-451a-a309-3aabda3c2154","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}}},{"name":"Time Zone Names","item":[],"id":"3f2d051f-21bf-4825-b022-403dfc72ebe4","description":"<p>Time Zone Names are provided in the table below.</p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>timeZoneName</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Africa/Abidjan</td>\n</tr>\n<tr>\n<td>Africa/Accra</td>\n</tr>\n<tr>\n<td>Africa/Addis_Ababa</td>\n</tr>\n<tr>\n<td>Africa/Algiers</td>\n</tr>\n<tr>\n<td>Africa/Asmara</td>\n</tr>\n<tr>\n<td>Africa/Asmera</td>\n</tr>\n<tr>\n<td>Africa/Bamako</td>\n</tr>\n<tr>\n<td>Africa/Bangui</td>\n</tr>\n<tr>\n<td>Africa/Banjul</td>\n</tr>\n<tr>\n<td>Africa/Bissau</td>\n</tr>\n<tr>\n<td>Africa/Blantyre</td>\n</tr>\n<tr>\n<td>Africa/Brazzaville</td>\n</tr>\n<tr>\n<td>Africa/Bujumbura</td>\n</tr>\n<tr>\n<td>Africa/Cairo</td>\n</tr>\n<tr>\n<td>Africa/Casablanca</td>\n</tr>\n<tr>\n<td>Africa/Ceuta</td>\n</tr>\n<tr>\n<td>Africa/Conakry</td>\n</tr>\n<tr>\n<td>Africa/Dakar</td>\n</tr>\n<tr>\n<td>Africa/Dar_es_Salaam</td>\n</tr>\n<tr>\n<td>Africa/Djibouti</td>\n</tr>\n<tr>\n<td>Africa/Douala</td>\n</tr>\n<tr>\n<td>Africa/El_Aaiun</td>\n</tr>\n<tr>\n<td>Africa/Freetown</td>\n</tr>\n<tr>\n<td>Africa/Gaborone</td>\n</tr>\n<tr>\n<td>Africa/Harare</td>\n</tr>\n<tr>\n<td>Africa/Johannesburg</td>\n</tr>\n<tr>\n<td>Africa/Juba</td>\n</tr>\n<tr>\n<td>Africa/Kampala</td>\n</tr>\n<tr>\n<td>Africa/Khartoum</td>\n</tr>\n<tr>\n<td>Africa/Kigali</td>\n</tr>\n<tr>\n<td>Africa/Kinshasa</td>\n</tr>\n<tr>\n<td>Africa/Lagos</td>\n</tr>\n<tr>\n<td>Africa/Libreville</td>\n</tr>\n<tr>\n<td>Africa/Lome</td>\n</tr>\n<tr>\n<td>Africa/Luanda</td>\n</tr>\n<tr>\n<td>Africa/Lubumbashi</td>\n</tr>\n<tr>\n<td>Africa/Lusaka</td>\n</tr>\n<tr>\n<td>Africa/Malabo</td>\n</tr>\n<tr>\n<td>Africa/Maputo</td>\n</tr>\n<tr>\n<td>Africa/Maseru</td>\n</tr>\n<tr>\n<td>Africa/Mbabane</td>\n</tr>\n<tr>\n<td>Africa/Mogadishu</td>\n</tr>\n<tr>\n<td>Africa/Monrovia</td>\n</tr>\n<tr>\n<td>Africa/Nairobi</td>\n</tr>\n<tr>\n<td>Africa/Ndjamena</td>\n</tr>\n<tr>\n<td>Africa/Niamey</td>\n</tr>\n<tr>\n<td>Africa/Nouakchott</td>\n</tr>\n<tr>\n<td>Africa/Ouagadougou</td>\n</tr>\n<tr>\n<td>Africa/Porto-Novo</td>\n</tr>\n<tr>\n<td>Africa/Sao_Tome</td>\n</tr>\n<tr>\n<td>Africa/Timbuktu</td>\n</tr>\n<tr>\n<td>Africa/Tripoli</td>\n</tr>\n<tr>\n<td>Africa/Tunis</td>\n</tr>\n<tr>\n<td>Africa/Windhoek</td>\n</tr>\n<tr>\n<td>America/Adak</td>\n</tr>\n<tr>\n<td>America/Anchorage</td>\n</tr>\n<tr>\n<td>America/Anguilla</td>\n</tr>\n<tr>\n<td>America/Antigua</td>\n</tr>\n<tr>\n<td>America/Araguaina</td>\n</tr>\n<tr>\n<td>America/Argentina/Buenos_Aires</td>\n</tr>\n<tr>\n<td>America/Argentina/Catamarca</td>\n</tr>\n<tr>\n<td>America/Argentina/ComodRivadavia</td>\n</tr>\n<tr>\n<td>America/Argentina/Cordoba</td>\n</tr>\n<tr>\n<td>America/Argentina/Jujuy</td>\n</tr>\n<tr>\n<td>America/Argentina/La_Rioja</td>\n</tr>\n<tr>\n<td>America/Argentina/Mendoza</td>\n</tr>\n<tr>\n<td>America/Argentina/Rio_Gallegos</td>\n</tr>\n<tr>\n<td>America/Argentina/Salta</td>\n</tr>\n<tr>\n<td>America/Argentina/San_Juan</td>\n</tr>\n<tr>\n<td>America/Argentina/San_Luis</td>\n</tr>\n<tr>\n<td>America/Argentina/Tucuman</td>\n</tr>\n<tr>\n<td>America/Argentina/Ushuaia</td>\n</tr>\n<tr>\n<td>America/Aruba</td>\n</tr>\n<tr>\n<td>America/Asuncion</td>\n</tr>\n<tr>\n<td>America/Atikokan</td>\n</tr>\n<tr>\n<td>America/Atka</td>\n</tr>\n<tr>\n<td>America/Bahia</td>\n</tr>\n<tr>\n<td>America/Bahia_Banderas</td>\n</tr>\n<tr>\n<td>America/Barbados</td>\n</tr>\n<tr>\n<td>America/Belem</td>\n</tr>\n<tr>\n<td>America/Belize</td>\n</tr>\n<tr>\n<td>America/Blanc-Sablon</td>\n</tr>\n<tr>\n<td>America/Boa_Vista</td>\n</tr>\n<tr>\n<td>America/Bogota</td>\n</tr>\n<tr>\n<td>America/Boise</td>\n</tr>\n<tr>\n<td>America/Buenos_Aires</td>\n</tr>\n<tr>\n<td>America/Cambridge_Bay</td>\n</tr>\n<tr>\n<td>America/Campo_Grande</td>\n</tr>\n<tr>\n<td>America/Cancun</td>\n</tr>\n<tr>\n<td>America/Caracas</td>\n</tr>\n<tr>\n<td>America/Catamarca</td>\n</tr>\n<tr>\n<td>America/Cayenne</td>\n</tr>\n<tr>\n<td>America/Cayman</td>\n</tr>\n<tr>\n<td>America/Chicago</td>\n</tr>\n<tr>\n<td>America/Chihuahua</td>\n</tr>\n<tr>\n<td>America/Coral_Harbour</td>\n</tr>\n<tr>\n<td>America/Cordoba</td>\n</tr>\n<tr>\n<td>America/Costa_Rica</td>\n</tr>\n<tr>\n<td>America/Creston</td>\n</tr>\n<tr>\n<td>America/Cuiaba</td>\n</tr>\n<tr>\n<td>America/Curacao</td>\n</tr>\n<tr>\n<td>America/Danmarkshavn</td>\n</tr>\n<tr>\n<td>America/Dawson</td>\n</tr>\n<tr>\n<td>America/Dawson_Creek</td>\n</tr>\n<tr>\n<td>America/Denver</td>\n</tr>\n<tr>\n<td>America/Detroit</td>\n</tr>\n<tr>\n<td>America/Dominica</td>\n</tr>\n<tr>\n<td>America/Edmonton</td>\n</tr>\n<tr>\n<td>America/Eirunepe</td>\n</tr>\n<tr>\n<td>America/El_Salvador</td>\n</tr>\n<tr>\n<td>America/Ensenada</td>\n</tr>\n<tr>\n<td>America/Fort_Wayne</td>\n</tr>\n<tr>\n<td>America/Fortaleza</td>\n</tr>\n<tr>\n<td>America/Glace_Bay</td>\n</tr>\n<tr>\n<td>America/Godthab</td>\n</tr>\n<tr>\n<td>America/Goose_Bay</td>\n</tr>\n<tr>\n<td>America/Grand_Turk</td>\n</tr>\n<tr>\n<td>America/Grenada</td>\n</tr>\n<tr>\n<td>America/Guadeloupe</td>\n</tr>\n<tr>\n<td>America/Guatemala</td>\n</tr>\n<tr>\n<td>America/Guayaquil</td>\n</tr>\n<tr>\n<td>America/Guyana</td>\n</tr>\n<tr>\n<td>America/Halifax</td>\n</tr>\n<tr>\n<td>America/Havana</td>\n</tr>\n<tr>\n<td>America/Hermosillo</td>\n</tr>\n<tr>\n<td>America/Indiana/Indianapolis</td>\n</tr>\n<tr>\n<td>America/Indiana/Knox</td>\n</tr>\n<tr>\n<td>America/Indiana/Marengo</td>\n</tr>\n<tr>\n<td>America/Indiana/Petersburg</td>\n</tr>\n<tr>\n<td>America/Indiana/Tell_City</td>\n</tr>\n<tr>\n<td>America/Indiana/Vevay</td>\n</tr>\n<tr>\n<td>America/Indiana/Vincennes</td>\n</tr>\n<tr>\n<td>America/Indiana/Winamac</td>\n</tr>\n<tr>\n<td>America/Indianapolis</td>\n</tr>\n<tr>\n<td>America/Inuvik</td>\n</tr>\n<tr>\n<td>America/Iqaluit</td>\n</tr>\n<tr>\n<td>America/Jamaica</td>\n</tr>\n<tr>\n<td>America/Jujuy</td>\n</tr>\n<tr>\n<td>America/Juneau</td>\n</tr>\n<tr>\n<td>America/Kentucky/Louisville</td>\n</tr>\n<tr>\n<td>America/Kentucky/Monticello</td>\n</tr>\n<tr>\n<td>America/Knox_IN</td>\n</tr>\n<tr>\n<td>America/Kralendijk</td>\n</tr>\n<tr>\n<td>America/La_Paz</td>\n</tr>\n<tr>\n<td>America/Lima</td>\n</tr>\n<tr>\n<td>America/Los_Angeles</td>\n</tr>\n<tr>\n<td>America/Louisville</td>\n</tr>\n<tr>\n<td>America/Lower_Princes</td>\n</tr>\n<tr>\n<td>America/Maceio</td>\n</tr>\n<tr>\n<td>America/Managua</td>\n</tr>\n<tr>\n<td>America/Manaus</td>\n</tr>\n<tr>\n<td>America/Marigot</td>\n</tr>\n<tr>\n<td>America/Martinique</td>\n</tr>\n<tr>\n<td>America/Matamoros</td>\n</tr>\n<tr>\n<td>America/Mazatlan</td>\n</tr>\n<tr>\n<td>America/Mendoza</td>\n</tr>\n<tr>\n<td>America/Menominee</td>\n</tr>\n<tr>\n<td>America/Merida</td>\n</tr>\n<tr>\n<td>America/Metlakatla</td>\n</tr>\n<tr>\n<td>America/Mexico_City</td>\n</tr>\n<tr>\n<td>America/Miquelon</td>\n</tr>\n<tr>\n<td>America/Moncton</td>\n</tr>\n<tr>\n<td>America/Monterrey</td>\n</tr>\n<tr>\n<td>America/Montevideo</td>\n</tr>\n<tr>\n<td>America/Montreal</td>\n</tr>\n<tr>\n<td>America/Montserrat</td>\n</tr>\n<tr>\n<td>America/Nassau</td>\n</tr>\n<tr>\n<td>America/New_York</td>\n</tr>\n<tr>\n<td>America/Nipigon</td>\n</tr>\n<tr>\n<td>America/Nome</td>\n</tr>\n<tr>\n<td>America/Noronha</td>\n</tr>\n<tr>\n<td>America/North_Dakota/Beulah</td>\n</tr>\n<tr>\n<td>America/North_Dakota/Center</td>\n</tr>\n<tr>\n<td>America/North_Dakota/New_Salem</td>\n</tr>\n<tr>\n<td>America/Ojinaga</td>\n</tr>\n<tr>\n<td>America/Panama</td>\n</tr>\n<tr>\n<td>America/Pangnirtung</td>\n</tr>\n<tr>\n<td>America/Paramaribo</td>\n</tr>\n<tr>\n<td>America/Phoenix</td>\n</tr>\n<tr>\n<td>America/Port-au-Prince</td>\n</tr>\n<tr>\n<td>America/Port_of_Spain</td>\n</tr>\n<tr>\n<td>America/Porto_Acre</td>\n</tr>\n<tr>\n<td>America/Porto_Velho</td>\n</tr>\n<tr>\n<td>America/Puerto_Rico</td>\n</tr>\n<tr>\n<td>America/Rainy_River</td>\n</tr>\n<tr>\n<td>America/Rankin_Inlet</td>\n</tr>\n<tr>\n<td>America/Recife</td>\n</tr>\n<tr>\n<td>America/Regina</td>\n</tr>\n<tr>\n<td>America/Resolute</td>\n</tr>\n<tr>\n<td>America/Rio_Branco</td>\n</tr>\n<tr>\n<td>America/Rosario</td>\n</tr>\n<tr>\n<td>America/Santa_Isabel</td>\n</tr>\n<tr>\n<td>America/Santarem</td>\n</tr>\n<tr>\n<td>America/Santiago</td>\n</tr>\n<tr>\n<td>America/Santo_Domingo</td>\n</tr>\n<tr>\n<td>America/Sao_Paulo</td>\n</tr>\n<tr>\n<td>America/Scoresbysund</td>\n</tr>\n<tr>\n<td>America/Shiprock</td>\n</tr>\n<tr>\n<td>America/Sitka</td>\n</tr>\n<tr>\n<td>America/St_Barthelemy</td>\n</tr>\n<tr>\n<td>America/St_Johns</td>\n</tr>\n<tr>\n<td>America/St_Kitts</td>\n</tr>\n<tr>\n<td>America/St_Lucia</td>\n</tr>\n<tr>\n<td>America/St_Thomas</td>\n</tr>\n<tr>\n<td>America/St_Vincent</td>\n</tr>\n<tr>\n<td>America/Swift_Current</td>\n</tr>\n<tr>\n<td>America/Tegucigalpa</td>\n</tr>\n<tr>\n<td>America/Thule</td>\n</tr>\n<tr>\n<td>America/Thunder_Bay</td>\n</tr>\n<tr>\n<td>America/Tijuana</td>\n</tr>\n<tr>\n<td>America/Toronto</td>\n</tr>\n<tr>\n<td>America/Tortola</td>\n</tr>\n<tr>\n<td>America/Vancouver</td>\n</tr>\n<tr>\n<td>America/Virgin</td>\n</tr>\n<tr>\n<td>America/Whitehorse</td>\n</tr>\n<tr>\n<td>America/Winnipeg</td>\n</tr>\n<tr>\n<td>America/Yakutat</td>\n</tr>\n<tr>\n<td>America/Yellowknife</td>\n</tr>\n<tr>\n<td>Antarctica/Casey</td>\n</tr>\n<tr>\n<td>Antarctica/Davis</td>\n</tr>\n<tr>\n<td>Antarctica/DumontDUrville</td>\n</tr>\n<tr>\n<td>Antarctica/Macquarie</td>\n</tr>\n<tr>\n<td>Antarctica/Mawson</td>\n</tr>\n<tr>\n<td>Antarctica/McMurdo</td>\n</tr>\n<tr>\n<td>Antarctica/Palmer</td>\n</tr>\n<tr>\n<td>Antarctica/Rothera</td>\n</tr>\n<tr>\n<td>Antarctica/South_Pole</td>\n</tr>\n<tr>\n<td>Antarctica/Syowa</td>\n</tr>\n<tr>\n<td>Antarctica/Vostok</td>\n</tr>\n<tr>\n<td>Arctic/Longyearbyen</td>\n</tr>\n<tr>\n<td>Asia/Aden</td>\n</tr>\n<tr>\n<td>Asia/Almaty</td>\n</tr>\n<tr>\n<td>Asia/Amman</td>\n</tr>\n<tr>\n<td>Asia/Anadyr</td>\n</tr>\n<tr>\n<td>Asia/Aqtau</td>\n</tr>\n<tr>\n<td>Asia/Aqtobe</td>\n</tr>\n<tr>\n<td>Asia/Ashgabat</td>\n</tr>\n<tr>\n<td>Asia/Ashkhabad</td>\n</tr>\n<tr>\n<td>Asia/Baghdad</td>\n</tr>\n<tr>\n<td>Asia/Bahrain</td>\n</tr>\n<tr>\n<td>Asia/Baku</td>\n</tr>\n<tr>\n<td>Asia/Bangkok</td>\n</tr>\n<tr>\n<td>Asia/Beirut</td>\n</tr>\n<tr>\n<td>Asia/Bishkek</td>\n</tr>\n<tr>\n<td>Asia/Brunei</td>\n</tr>\n<tr>\n<td>Asia/Calcutta</td>\n</tr>\n<tr>\n<td>Asia/Choibalsan</td>\n</tr>\n<tr>\n<td>Asia/Chongqing</td>\n</tr>\n<tr>\n<td>Asia/Chungking</td>\n</tr>\n<tr>\n<td>Asia/Colombo</td>\n</tr>\n<tr>\n<td>Asia/Dacca</td>\n</tr>\n<tr>\n<td>Asia/Damascus</td>\n</tr>\n<tr>\n<td>Asia/Dhaka</td>\n</tr>\n<tr>\n<td>Asia/Dili</td>\n</tr>\n<tr>\n<td>Asia/Dubai</td>\n</tr>\n<tr>\n<td>Asia/Dushanbe</td>\n</tr>\n<tr>\n<td>Asia/Gaza</td>\n</tr>\n<tr>\n<td>Asia/Harbin</td>\n</tr>\n<tr>\n<td>Asia/Hebron</td>\n</tr>\n<tr>\n<td>Asia/Ho_Chi_Minh</td>\n</tr>\n<tr>\n<td>Asia/Hong_Kong</td>\n</tr>\n<tr>\n<td>Asia/Hovd</td>\n</tr>\n<tr>\n<td>Asia/Irkutsk</td>\n</tr>\n<tr>\n<td>Asia/Istanbul</td>\n</tr>\n<tr>\n<td>Asia/Jakarta</td>\n</tr>\n<tr>\n<td>Asia/Jayapura</td>\n</tr>\n<tr>\n<td>Asia/Jerusalem</td>\n</tr>\n<tr>\n<td>Asia/Kabul</td>\n</tr>\n<tr>\n<td>Asia/Kamchatka</td>\n</tr>\n<tr>\n<td>Asia/Karachi</td>\n</tr>\n<tr>\n<td>Asia/Kashgar</td>\n</tr>\n<tr>\n<td>Asia/Kathmandu</td>\n</tr>\n<tr>\n<td>Asia/Katmandu</td>\n</tr>\n<tr>\n<td>Asia/Kolkata</td>\n</tr>\n<tr>\n<td>Asia/Krasnoyarsk</td>\n</tr>\n<tr>\n<td>Asia/Kuala_Lumpur</td>\n</tr>\n<tr>\n<td>Asia/Kuching</td>\n</tr>\n<tr>\n<td>Asia/Kuwait</td>\n</tr>\n<tr>\n<td>Asia/Macao</td>\n</tr>\n<tr>\n<td>Asia/Macau</td>\n</tr>\n<tr>\n<td>Asia/Magadan</td>\n</tr>\n<tr>\n<td>Asia/Makassar</td>\n</tr>\n<tr>\n<td>Asia/Manila</td>\n</tr>\n<tr>\n<td>Asia/Muscat</td>\n</tr>\n<tr>\n<td>Asia/Nicosia</td>\n</tr>\n<tr>\n<td>Asia/Novokuznetsk</td>\n</tr>\n<tr>\n<td>Asia/Novosibirsk</td>\n</tr>\n<tr>\n<td>Asia/Omsk</td>\n</tr>\n<tr>\n<td>Asia/Oral</td>\n</tr>\n<tr>\n<td>Asia/Phnom_Penh</td>\n</tr>\n<tr>\n<td>Asia/Pontianak</td>\n</tr>\n<tr>\n<td>Asia/Pyongyang</td>\n</tr>\n<tr>\n<td>Asia/Qatar</td>\n</tr>\n<tr>\n<td>Asia/Qyzylorda</td>\n</tr>\n<tr>\n<td>Asia/Rangoon</td>\n</tr>\n<tr>\n<td>Asia/Riyadh</td>\n</tr>\n<tr>\n<td>Asia/Saigon</td>\n</tr>\n<tr>\n<td>Asia/Sakhalin</td>\n</tr>\n<tr>\n<td>Asia/Samarkand</td>\n</tr>\n<tr>\n<td>Asia/Seoul</td>\n</tr>\n<tr>\n<td>Asia/Shanghai</td>\n</tr>\n<tr>\n<td>Asia/Singapore</td>\n</tr>\n<tr>\n<td>Asia/Taipei</td>\n</tr>\n<tr>\n<td>Asia/Tashkent</td>\n</tr>\n<tr>\n<td>Asia/Tbilisi</td>\n</tr>\n<tr>\n<td>Asia/Tehran</td>\n</tr>\n<tr>\n<td>Asia/Tel_Aviv</td>\n</tr>\n<tr>\n<td>Asia/Thimbu</td>\n</tr>\n<tr>\n<td>Asia/Thimphu</td>\n</tr>\n<tr>\n<td>Asia/Tokyo</td>\n</tr>\n<tr>\n<td>Asia/Ujung_Pandang</td>\n</tr>\n<tr>\n<td>Asia/Ulaanbaatar</td>\n</tr>\n<tr>\n<td>Asia/Ulan_Bator</td>\n</tr>\n<tr>\n<td>Asia/Urumqi</td>\n</tr>\n<tr>\n<td>Asia/Vientiane</td>\n</tr>\n<tr>\n<td>Asia/Vladivostok</td>\n</tr>\n<tr>\n<td>Asia/Yakutsk</td>\n</tr>\n<tr>\n<td>Asia/Yekaterinburg</td>\n</tr>\n<tr>\n<td>Asia/Yerevan</td>\n</tr>\n<tr>\n<td>Atlantic/Azores</td>\n</tr>\n<tr>\n<td>Atlantic/Bermuda</td>\n</tr>\n<tr>\n<td>Atlantic/Canary</td>\n</tr>\n<tr>\n<td>Atlantic/Cape_Verde</td>\n</tr>\n<tr>\n<td>Atlantic/Faeroe</td>\n</tr>\n<tr>\n<td>Atlantic/Faroe</td>\n</tr>\n<tr>\n<td>Atlantic/Jan_Mayen</td>\n</tr>\n<tr>\n<td>Atlantic/Madeira</td>\n</tr>\n<tr>\n<td>Atlantic/Reykjavik</td>\n</tr>\n<tr>\n<td>Atlantic/South_Georgia</td>\n</tr>\n<tr>\n<td>Atlantic/St_Helena</td>\n</tr>\n<tr>\n<td>Atlantic/Stanley</td>\n</tr>\n<tr>\n<td>Australia/ACT</td>\n</tr>\n<tr>\n<td>Australia/Adelaide</td>\n</tr>\n<tr>\n<td>Australia/Brisbane</td>\n</tr>\n<tr>\n<td>Australia/Broken_Hill</td>\n</tr>\n<tr>\n<td>Australia/Canberra</td>\n</tr>\n<tr>\n<td>Australia/Currie</td>\n</tr>\n<tr>\n<td>Australia/Darwin</td>\n</tr>\n<tr>\n<td>Australia/Eucla</td>\n</tr>\n<tr>\n<td>Australia/Hobart</td>\n</tr>\n<tr>\n<td>Australia/LHI</td>\n</tr>\n<tr>\n<td>Australia/Lindeman</td>\n</tr>\n<tr>\n<td>Australia/Lord_Howe</td>\n</tr>\n<tr>\n<td>Australia/Melbourne</td>\n</tr>\n<tr>\n<td>Australia/NSW</td>\n</tr>\n<tr>\n<td>Australia/North</td>\n</tr>\n<tr>\n<td>Australia/Perth</td>\n</tr>\n<tr>\n<td>Australia/Queensland</td>\n</tr>\n<tr>\n<td>Australia/South</td>\n</tr>\n<tr>\n<td>Australia/Sydney</td>\n</tr>\n<tr>\n<td>Australia/Tasmania</td>\n</tr>\n<tr>\n<td>Australia/Victoria</td>\n</tr>\n<tr>\n<td>Australia/West</td>\n</tr>\n<tr>\n<td>Australia/Yancowinna</td>\n</tr>\n<tr>\n<td>Brazil/Acre</td>\n</tr>\n<tr>\n<td>Brazil/DeNoronha</td>\n</tr>\n<tr>\n<td>Brazil/East</td>\n</tr>\n<tr>\n<td>Brazil/West</td>\n</tr>\n<tr>\n<td>CET</td>\n</tr>\n<tr>\n<td>CST</td>\n</tr>\n<tr>\n<td>CST6CDT</td>\n</tr>\n<tr>\n<td>Canada/Atlantic</td>\n</tr>\n<tr>\n<td>Canada/Central</td>\n</tr>\n<tr>\n<td>Canada/East-Saskatchewan</td>\n</tr>\n<tr>\n<td>Canada/Eastern</td>\n</tr>\n<tr>\n<td>Canada/Mountain</td>\n</tr>\n<tr>\n<td>Canada/Newfoundland</td>\n</tr>\n<tr>\n<td>Canada/Pacific</td>\n</tr>\n<tr>\n<td>Canada/Saskatchewan</td>\n</tr>\n<tr>\n<td>Canada/Yukon</td>\n</tr>\n<tr>\n<td>Chile/Continental</td>\n</tr>\n<tr>\n<td>Chile/EasterIsland</td>\n</tr>\n<tr>\n<td>Cuba</td>\n</tr>\n<tr>\n<td>EET</td>\n</tr>\n<tr>\n<td>EST</td>\n</tr>\n<tr>\n<td>EST5EDT</td>\n</tr>\n<tr>\n<td>Egypt</td>\n</tr>\n<tr>\n<td>Eire</td>\n</tr>\n<tr>\n<td>Etc/GMT</td>\n</tr>\n<tr>\n<td>Etc/GMT+0</td>\n</tr>\n<tr>\n<td>Etc/GMT+1</td>\n</tr>\n<tr>\n<td>Etc/GMT+10</td>\n</tr>\n<tr>\n<td>Etc/GMT+11</td>\n</tr>\n<tr>\n<td>Etc/GMT+12</td>\n</tr>\n<tr>\n<td>Etc/GMT+2</td>\n</tr>\n<tr>\n<td>Etc/GMT+3</td>\n</tr>\n<tr>\n<td>Etc/GMT+4</td>\n</tr>\n<tr>\n<td>Etc/GMT+5</td>\n</tr>\n<tr>\n<td>Etc/GMT+6</td>\n</tr>\n<tr>\n<td>Etc/GMT+7</td>\n</tr>\n<tr>\n<td>Etc/GMT+8</td>\n</tr>\n<tr>\n<td>Etc/GMT+9</td>\n</tr>\n<tr>\n<td>Etc/GMT-0</td>\n</tr>\n<tr>\n<td>Etc/GMT-1</td>\n</tr>\n<tr>\n<td>Etc/GMT-10</td>\n</tr>\n<tr>\n<td>Etc/GMT-11</td>\n</tr>\n<tr>\n<td>Etc/GMT-12</td>\n</tr>\n<tr>\n<td>Etc/GMT-13</td>\n</tr>\n<tr>\n<td>Etc/GMT-14</td>\n</tr>\n<tr>\n<td>Etc/GMT-2</td>\n</tr>\n<tr>\n<td>Etc/GMT-3</td>\n</tr>\n<tr>\n<td>Etc/GMT-4</td>\n</tr>\n<tr>\n<td>Etc/GMT-5</td>\n</tr>\n<tr>\n<td>Etc/GMT-6</td>\n</tr>\n<tr>\n<td>Etc/GMT-7</td>\n</tr>\n<tr>\n<td>Etc/GMT-8</td>\n</tr>\n<tr>\n<td>Etc/GMT-9</td>\n</tr>\n<tr>\n<td>Etc/GMT0</td>\n</tr>\n<tr>\n<td>Etc/Greenwich</td>\n</tr>\n<tr>\n<td>Etc/UCT</td>\n</tr>\n<tr>\n<td>Etc/UTC</td>\n</tr>\n<tr>\n<td>Etc/Universal</td>\n</tr>\n<tr>\n<td>Etc/Zulu</td>\n</tr>\n<tr>\n<td>Europe/Amsterdam</td>\n</tr>\n<tr>\n<td>Europe/Andorra</td>\n</tr>\n<tr>\n<td>Europe/Athens</td>\n</tr>\n<tr>\n<td>Europe/Belfast</td>\n</tr>\n<tr>\n<td>Europe/Belgrade</td>\n</tr>\n<tr>\n<td>Europe/Berlin</td>\n</tr>\n<tr>\n<td>Europe/Bratislava</td>\n</tr>\n<tr>\n<td>Europe/Brussels</td>\n</tr>\n<tr>\n<td>Europe/Bucharest</td>\n</tr>\n<tr>\n<td>Europe/Budapest</td>\n</tr>\n<tr>\n<td>Europe/Chisinau</td>\n</tr>\n<tr>\n<td>Europe/Copenhagen</td>\n</tr>\n<tr>\n<td>Europe/Dublin</td>\n</tr>\n<tr>\n<td>Europe/Gibraltar</td>\n</tr>\n<tr>\n<td>Europe/Guernsey</td>\n</tr>\n<tr>\n<td>Europe/Helsinki</td>\n</tr>\n<tr>\n<td>Europe/Isle_of_Man</td>\n</tr>\n<tr>\n<td>Europe/Istanbul</td>\n</tr>\n<tr>\n<td>Europe/Jersey</td>\n</tr>\n<tr>\n<td>Europe/Kaliningrad</td>\n</tr>\n<tr>\n<td>Europe/Kiev</td>\n</tr>\n<tr>\n<td>Europe/Lisbon</td>\n</tr>\n<tr>\n<td>Europe/Ljubljana</td>\n</tr>\n<tr>\n<td>Europe/London</td>\n</tr>\n<tr>\n<td>Europe/Luxembourg</td>\n</tr>\n<tr>\n<td>Europe/Madrid</td>\n</tr>\n<tr>\n<td>Europe/Malta</td>\n</tr>\n<tr>\n<td>Europe/Mariehamn</td>\n</tr>\n<tr>\n<td>Europe/Minsk</td>\n</tr>\n<tr>\n<td>Europe/Monaco</td>\n</tr>\n<tr>\n<td>Europe/Moscow</td>\n</tr>\n<tr>\n<td>Europe/Nicosia</td>\n</tr>\n<tr>\n<td>Europe/Oslo</td>\n</tr>\n<tr>\n<td>Europe/Paris</td>\n</tr>\n<tr>\n<td>Europe/Podgorica</td>\n</tr>\n<tr>\n<td>Europe/Prague</td>\n</tr>\n<tr>\n<td>Europe/Riga</td>\n</tr>\n<tr>\n<td>Europe/Rome</td>\n</tr>\n<tr>\n<td>Europe/Samara</td>\n</tr>\n<tr>\n<td>Europe/San_Marino</td>\n</tr>\n<tr>\n<td>Europe/Sarajevo</td>\n</tr>\n<tr>\n<td>Europe/Simferopol</td>\n</tr>\n<tr>\n<td>Europe/Skopje</td>\n</tr>\n<tr>\n<td>Europe/Sofia</td>\n</tr>\n<tr>\n<td>Europe/Stockholm</td>\n</tr>\n<tr>\n<td>Europe/Tallinn</td>\n</tr>\n<tr>\n<td>Europe/Tirane</td>\n</tr>\n<tr>\n<td>Europe/Tiraspol</td>\n</tr>\n<tr>\n<td>Europe/Uzhgorod</td>\n</tr>\n<tr>\n<td>Europe/Vaduz</td>\n</tr>\n<tr>\n<td>Europe/Vatican</td>\n</tr>\n<tr>\n<td>Europe/Vienna</td>\n</tr>\n<tr>\n<td>Europe/Vilnius</td>\n</tr>\n<tr>\n<td>Europe/Volgograd</td>\n</tr>\n<tr>\n<td>Europe/Warsaw</td>\n</tr>\n<tr>\n<td>Europe/Zagreb</td>\n</tr>\n<tr>\n<td>Europe/Zaporozhye</td>\n</tr>\n<tr>\n<td>Europe/Zurich</td>\n</tr>\n<tr>\n<td>GB</td>\n</tr>\n<tr>\n<td>GB-Eire</td>\n</tr>\n<tr>\n<td>GMT</td>\n</tr>\n<tr>\n<td>GMT+0</td>\n</tr>\n<tr>\n<td>GMT-0</td>\n</tr>\n<tr>\n<td>GMT0</td>\n</tr>\n<tr>\n<td>Greenwich</td>\n</tr>\n<tr>\n<td>HST</td>\n</tr>\n<tr>\n<td>Hongkong</td>\n</tr>\n<tr>\n<td>Iceland</td>\n</tr>\n<tr>\n<td>Indian/Antananarivo</td>\n</tr>\n<tr>\n<td>Indian/Chagos</td>\n</tr>\n<tr>\n<td>Indian/Christmas</td>\n</tr>\n<tr>\n<td>Indian/Cocos</td>\n</tr>\n<tr>\n<td>Indian/Comoro</td>\n</tr>\n<tr>\n<td>Indian/Kerguelen</td>\n</tr>\n<tr>\n<td>Indian/Mahe</td>\n</tr>\n<tr>\n<td>Indian/Maldives</td>\n</tr>\n<tr>\n<td>Indian/Mauritius</td>\n</tr>\n<tr>\n<td>Indian/Mayotte</td>\n</tr>\n<tr>\n<td>Indian/Reunion</td>\n</tr>\n<tr>\n<td>Iran</td>\n</tr>\n<tr>\n<td>Israel</td>\n</tr>\n<tr>\n<td>Jamaica</td>\n</tr>\n<tr>\n<td>Japan</td>\n</tr>\n<tr>\n<td>Kwajalein</td>\n</tr>\n<tr>\n<td>Libya</td>\n</tr>\n<tr>\n<td>MET</td>\n</tr>\n<tr>\n<td>MST</td>\n</tr>\n<tr>\n<td>MST7MDT</td>\n</tr>\n<tr>\n<td>Mexico/BajaNorte</td>\n</tr>\n<tr>\n<td>Mexico/BajaSur</td>\n</tr>\n<tr>\n<td>Mexico/General</td>\n</tr>\n<tr>\n<td>NZ</td>\n</tr>\n<tr>\n<td>NZ-CHAT</td>\n</tr>\n<tr>\n<td>Navajo</td>\n</tr>\n<tr>\n<td>PRC</td>\n</tr>\n<tr>\n<td>PST</td>\n</tr>\n<tr>\n<td>PST8PDT</td>\n</tr>\n<tr>\n<td>Pacific/Apia</td>\n</tr>\n<tr>\n<td>Pacific/Auckland</td>\n</tr>\n<tr>\n<td>Pacific/Chatham</td>\n</tr>\n<tr>\n<td>Pacific/Chuuk</td>\n</tr>\n<tr>\n<td>Pacific/Easter</td>\n</tr>\n<tr>\n<td>Pacific/Efate</td>\n</tr>\n<tr>\n<td>Pacific/Enderbury</td>\n</tr>\n<tr>\n<td>Pacific/Fakaofo</td>\n</tr>\n<tr>\n<td>Pacific/Fiji</td>\n</tr>\n<tr>\n<td>Pacific/Funafuti</td>\n</tr>\n<tr>\n<td>Pacific/Galapagos</td>\n</tr>\n<tr>\n<td>Pacific/Gambier</td>\n</tr>\n<tr>\n<td>Pacific/Guadalcanal</td>\n</tr>\n<tr>\n<td>Pacific/Guam</td>\n</tr>\n<tr>\n<td>Pacific/Honolulu</td>\n</tr>\n<tr>\n<td>Pacific/Johnston</td>\n</tr>\n<tr>\n<td>Pacific/Kiritimati</td>\n</tr>\n<tr>\n<td>Pacific/Kosrae</td>\n</tr>\n<tr>\n<td>Pacific/Kwajalein</td>\n</tr>\n<tr>\n<td>Pacific/Majuro</td>\n</tr>\n<tr>\n<td>Pacific/Marquesas</td>\n</tr>\n<tr>\n<td>Pacific/Midway</td>\n</tr>\n<tr>\n<td>Pacific/Nauru</td>\n</tr>\n<tr>\n<td>Pacific/Niue</td>\n</tr>\n<tr>\n<td>Pacific/Norfolk</td>\n</tr>\n<tr>\n<td>Pacific/Noumea</td>\n</tr>\n<tr>\n<td>Pacific/Pago_Pago</td>\n</tr>\n<tr>\n<td>Pacific/Palau</td>\n</tr>\n<tr>\n<td>Pacific/Pitcairn</td>\n</tr>\n<tr>\n<td>Pacific/Pohnpei</td>\n</tr>\n<tr>\n<td>Pacific/Ponape</td>\n</tr>\n<tr>\n<td>Pacific/Port_Moresby</td>\n</tr>\n<tr>\n<td>Pacific/Rarotonga</td>\n</tr>\n<tr>\n<td>Pacific/Saipan</td>\n</tr>\n<tr>\n<td>Pacific/Samoa</td>\n</tr>\n<tr>\n<td>Pacific/Tahiti</td>\n</tr>\n<tr>\n<td>Pacific/Tarawa</td>\n</tr>\n<tr>\n<td>Pacific/Tongatapu</td>\n</tr>\n<tr>\n<td>Pacific/Truk</td>\n</tr>\n<tr>\n<td>Pacific/Wake</td>\n</tr>\n<tr>\n<td>Pacific/Wallis</td>\n</tr>\n<tr>\n<td>Pacific/Yap</td>\n</tr>\n<tr>\n<td>Poland</td>\n</tr>\n<tr>\n<td>Portugal</td>\n</tr>\n<tr>\n<td>ROC</td>\n</tr>\n<tr>\n<td>ROK</td>\n</tr>\n<tr>\n<td>Singapore</td>\n</tr>\n<tr>\n<td>Turkey</td>\n</tr>\n<tr>\n<td>UCT</td>\n</tr>\n<tr>\n<td>US/Alaska</td>\n</tr>\n<tr>\n<td>US/Aleutian</td>\n</tr>\n<tr>\n<td>US/Arizona</td>\n</tr>\n<tr>\n<td>US/Central</td>\n</tr>\n<tr>\n<td>US/East-Indiana</td>\n</tr>\n<tr>\n<td>US/Eastern</td>\n</tr>\n<tr>\n<td>US/Hawaii</td>\n</tr>\n<tr>\n<td>US/Indiana-Starke</td>\n</tr>\n<tr>\n<td>US/Michigan</td>\n</tr>\n<tr>\n<td>US/Mountain</td>\n</tr>\n<tr>\n<td>US/Pacific</td>\n</tr>\n<tr>\n<td>US/Pacific-New</td>\n</tr>\n<tr>\n<td>US/Samoa</td>\n</tr>\n<tr>\n<td>UTC</td>\n</tr>\n<tr>\n<td>Universal</td>\n</tr>\n<tr>\n<td>W-SU</td>\n</tr>\n<tr>\n<td>WET</td>\n</tr>\n<tr>\n<td>Zulu</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"3f2d051f-21bf-4825-b022-403dfc72ebe4","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}}},{"name":"Uoms","item":[{"name":"List/Search","id":"746d05fc-30bc-473b-86c7-a710f5b6167d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/uoms","description":"<h3 id=\"query-parameters\">Query Parameters</h3>\n<h4 id=\"filters\">Filters:</h4>\n<p>Use as filter[<code>parameter</code>]=<code>value</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>name</code></td>\n<td>string</td>\n<td><code>Mile</code></td>\n</tr>\n<tr>\n<td><code>abbr</code></td>\n<td>string</td>\n<td><code>Miles</code></td>\n</tr>\n<tr>\n<td><code>uomTypeCode</code></td>\n<td>string</td>\n<td><code>LENGTH_DISTANCE</code></td>\n</tr>\n<tr>\n<td><code>isMetric</code></td>\n<td>boolean</td>\n<td><code>false</code></td>\n</tr>\n<tr>\n<td><code>modifiedOnFrom</code></td>\n<td>datetime (ISO 8601)</td>\n<td><code>2015-02-25T16:42:11Z</code></td>\n</tr>\n<tr>\n<td><code>modifiedOnTo</code></td>\n<td>datetime (ISO 8601)</td>\n<td><code>2025-07-29T19:12:00Z</code></td>\n</tr>\n<tr>\n<td><code>id</code></td>\n<td>integer</td>\n<td><code>110</code></td>\n</tr>\n<tr>\n<td><code>clientCode</code></td>\n<td>string</td>\n<td><code>Uom00 9</code></td>\n</tr>\n<tr>\n<td><code>clientCodes</code></td>\n<td>array of strings</td>\n<td><code>[\"Uom00 9\", \"Uom00 8\"]</code></td>\n</tr>\n<tr>\n<td><code>statusCode</code></td>\n<td>string</td>\n<td><code>ACTIVE</code></td>\n</tr>\n<tr>\n<td><code>isMandatory</code></td>\n<td>boolean</td>\n<td><code>false</code></td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"sorting\">Sorting:</h4>\n<p>Use as sort[<code>parameter</code>]=<code>ASC</code> or <code>DESC</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>name</code></td>\n</tr>\n<tr>\n<td><code>createdOn</code></td>\n</tr>\n<tr>\n<td><code>modifiedOn</code></td>\n</tr>\n<tr>\n<td><code>id</code></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}},"urlObject":{"path":["uoms"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"key":"filter[name]","value":"Mile"},{"disabled":true,"key":"filter[abbr]","value":"Miles"},{"disabled":true,"key":"filter[uomTypeCode]","value":"LENGTH_DISTANCE"},{"disabled":true,"key":"filter[isMetric]","value":"false"},{"disabled":true,"key":"filter[modifiedOnFrom]","value":"2015-02-25T16:42:11Z"},{"disabled":true,"key":"filter[modifiedOnTo]","value":"2025-07-29T19:12:00Z"},{"disabled":true,"key":"filter[id]","value":"110"},{"disabled":true,"key":"filter[clientCode]","value":"Uom00 9"},{"disabled":true,"key":"filter[clientCodes]","value":"[\"Uom00 9\", \"Uom00 8\"]"},{"disabled":true,"key":"filter[statusCode]","value":"ACTIVE"},{"disabled":true,"key":"filter[isMandatory]","value":"false"},{"disabled":true,"key":"sort[name]","value":"ASC"},{"disabled":true,"key":"sort[createdOn]","value":"DESC"},{"disabled":true,"key":"sort[modifiedOn]","value":"ASC"},{"disabled":true,"key":"sort[id]","value":"DESC"}],"variable":[]}},"response":[{"id":"7d2ada4e-125f-48f2-8e69-1e328401bf33","name":"List/Search","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/uoms?filter[modifiedOnFrom]=2025-07-29T19:11:24Z&filter[modifiedOnTo]=2025-07-29T19:11:31Z","host":["{{baseUrl}}"],"path":["uoms"],"query":[{"key":"filter[modifiedOnFrom]","value":"2025-07-29T19:11:24Z"},{"key":"filter[modifiedOnTo]","value":"2025-07-29T19:11:31Z"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Thu, 14 Aug 2025 19:20:19 GMT","enabled":true},{"key":"Server","value":"Apache/2.4.37 (Oracle Linux Server) OpenSSL/1.1.1k","enabled":true},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","enabled":true},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'","enabled":true},{"key":"X-Frame-Options","value":"sameorigin","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-Request-ID","value":"aJ4283J8jsmhLMfTXBivdwAAANU","enabled":true},{"key":"Keep-Alive","value":"timeout=5, max=100","enabled":true},{"key":"Connection","value":"Keep-Alive","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"offset\": 0,\n        \"limit\": 25,\n        \"count\": 16,\n        \"hasMore\": false,\n        \"results\": [\n            {\n                \"type\": \"navarik.nis.uom\",\n                \"id\": 110,\n                \"attributes\": {\n                    \"uomTypeCode\": \"LENGTH_DISTANCE\",\n                    \"name\": \"Mile(s)\",\n                    \"abbr\": \"Miles\",\n                    \"clientCode\": null,\n                    \"isMetric\": \"false\",\n                    \"isMandatory\": \"false\",\n                    \"statusCode\": \"ACTIVE\",\n                    \"uomCategoryCodes\": []\n                }\n            },\n            {\n                \"type\": \"navarik.nis.uom\",\n                \"id\": 111,\n                \"attributes\": {\n                    \"uomTypeCode\": \"OTHER\",\n                    \"name\": \"At Cost\",\n                    \"abbr\": \"At Cost\",\n                    \"clientCode\": null,\n                    \"isMetric\": \"false\",\n                    \"isMandatory\": \"false\",\n                    \"statusCode\": \"ACTIVE\",\n                    \"uomCategoryCodes\": []\n                }\n            },\n            {\n                \"type\": \"navarik.nis.uom\",\n                \"id\": 112,\n                \"attributes\": {\n                    \"uomTypeCode\": \"OTHER\",\n                    \"name\": \"Compartment(s)\",\n                    \"abbr\": \"Compartments\",\n                    \"clientCode\": null,\n                    \"isMetric\": \"false\",\n                    \"isMandatory\": \"false\",\n                    \"statusCode\": \"ACTIVE\",\n                    \"uomCategoryCodes\": []\n                }\n            },\n            {\n                \"type\": \"navarik.nis.uom\",\n                \"id\": 113,\n                \"attributes\": {\n                    \"uomTypeCode\": \"OTHER\",\n                    \"name\": \"Component(s)\",\n                    \"abbr\": \"Components\",\n                    \"clientCode\": null,\n                    \"isMetric\": \"false\",\n                    \"isMandatory\": \"false\",\n                    \"statusCode\": \"ACTIVE\",\n                    \"uomCategoryCodes\": []\n                }\n            },\n            {\n                \"type\": \"navarik.nis.uom\",\n                \"id\": 114,\n                \"attributes\": {\n                    \"uomTypeCode\": \"OTHER\",\n                    \"name\": \"Each\",\n                    \"abbr\": \"ea\",\n                    \"clientCode\": null,\n                    \"isMetric\": \"false\",\n                    \"isMandatory\": \"false\",\n                    \"statusCode\": \"ACTIVE\",\n                    \"uomCategoryCodes\": []\n                }\n            },\n            {\n                \"type\": \"navarik.nis.uom\",\n                \"id\": 115,\n                \"attributes\": {\n                    \"uomTypeCode\": \"OTHER\",\n                    \"name\": \"Flatrate\",\n                    \"abbr\": \"Flatrate\",\n                    \"clientCode\": null,\n                    \"isMetric\": \"false\",\n                    \"isMandatory\": \"false\",\n                    \"statusCode\": \"ACTIVE\",\n                    \"uomCategoryCodes\": []\n                }\n            },\n            {\n                \"type\": \"navarik.nis.uom\",\n                \"id\": 116,\n                \"attributes\": {\n                    \"uomTypeCode\": \"OTHER\",\n                    \"name\": \"Inspector(s)\",\n                    \"abbr\": \"Inspectors\",\n                    \"clientCode\": null,\n                    \"isMetric\": \"false\",\n                    \"isMandatory\": \"false\",\n                    \"statusCode\": \"ACTIVE\",\n                    \"uomCategoryCodes\": []\n                }\n            },\n            {\n                \"type\": \"navarik.nis.uom\",\n                \"id\": 117,\n                \"attributes\": {\n                    \"uomTypeCode\": \"OTHER\",\n                    \"name\": \"Man/Day\",\n                    \"abbr\": \"Man/Day\",\n                    \"clientCode\": null,\n                    \"isMetric\": \"false\",\n                    \"isMandatory\": \"false\",\n                    \"statusCode\": \"ACTIVE\",\n                    \"uomCategoryCodes\": []\n                }\n            },\n            {\n                \"type\": \"navarik.nis.uom\",\n                \"id\": 118,\n                \"attributes\": {\n                    \"uomTypeCode\": \"OTHER\",\n                    \"name\": \"Sample(s)\",\n                    \"abbr\": \"Samples\",\n                    \"clientCode\": null,\n                    \"isMetric\": \"false\",\n                    \"isMandatory\": \"false\",\n                    \"statusCode\": \"ACTIVE\",\n                    \"uomCategoryCodes\": []\n                }\n            },\n            {\n                \"type\": \"navarik.nis.uom\",\n                \"id\": 119,\n                \"attributes\": {\n                    \"uomTypeCode\": \"OTHER\",\n                    \"name\": \"Seal(s)\",\n                    \"abbr\": \"Seals\",\n                    \"clientCode\": null,\n                    \"isMetric\": \"false\",\n                    \"isMandatory\": \"false\",\n                    \"statusCode\": \"ACTIVE\",\n                    \"uomCategoryCodes\": []\n                }\n            },\n            {\n                \"type\": \"navarik.nis.uom\",\n                \"id\": 120,\n                \"attributes\": {\n                    \"uomTypeCode\": \"OTHER\",\n                    \"name\": \"Total\",\n                    \"abbr\": \"Total\",\n                    \"clientCode\": null,\n                    \"isMetric\": \"false\",\n                    \"isMandatory\": \"false\",\n                    \"statusCode\": \"ACTIVE\",\n                    \"uomCategoryCodes\": []\n                }\n            },\n            {\n                \"type\": \"navarik.nis.uom\",\n                \"id\": 121,\n                \"attributes\": {\n                    \"uomTypeCode\": \"OTHER\",\n                    \"name\": \"Truck(s)\",\n                    \"abbr\": \"Trucks\",\n                    \"clientCode\": null,\n                    \"isMetric\": \"false\",\n                    \"isMandatory\": \"false\",\n                    \"statusCode\": \"ACTIVE\",\n                    \"uomCategoryCodes\": []\n                }\n            },\n            {\n                \"type\": \"navarik.nis.uom\",\n                \"id\": 122,\n                \"attributes\": {\n                    \"uomTypeCode\": \"OTHER\",\n                    \"name\": \"Unit(s)\",\n                    \"abbr\": \"Units\",\n                    \"clientCode\": null,\n                    \"isMetric\": \"false\",\n                    \"isMandatory\": \"false\",\n                    \"statusCode\": \"ACTIVE\",\n                    \"uomCategoryCodes\": []\n                }\n            },\n            {\n                \"type\": \"navarik.nis.uom\",\n                \"id\": 123,\n                \"attributes\": {\n                    \"uomTypeCode\": \"TIME\",\n                    \"name\": \"Days\",\n                    \"abbr\": \"Days\",\n                    \"clientCode\": null,\n                    \"isMetric\": \"false\",\n                    \"isMandatory\": \"false\",\n                    \"statusCode\": \"ACTIVE\",\n                    \"uomCategoryCodes\": []\n                }\n            },\n            {\n                \"type\": \"navarik.nis.uom\",\n                \"id\": 124,\n                \"attributes\": {\n                    \"uomTypeCode\": \"TIME\",\n                    \"name\": \"Hours\",\n                    \"abbr\": \"hr\",\n                    \"clientCode\": null,\n                    \"isMetric\": \"false\",\n                    \"isMandatory\": \"false\",\n                    \"statusCode\": \"ACTIVE\",\n                    \"uomCategoryCodes\": []\n                }\n            },\n            {\n                \"type\": \"navarik.nis.uom\",\n                \"id\": 125,\n                \"attributes\": {\n                    \"uomTypeCode\": \"VOLUME\",\n                    \"name\": \"Tank(s)\",\n                    \"abbr\": \"Tanks\",\n                    \"clientCode\": null,\n                    \"isMetric\": \"false\",\n                    \"isMandatory\": \"false\",\n                    \"statusCode\": \"ACTIVE\",\n                    \"uomCategoryCodes\": []\n                }\n            }\n        ]\n    },\n    \"reqId\": \"ARTHUR-689e36f6ba80b9.98078865\"\n}"}],"_postman_id":"746d05fc-30bc-473b-86c7-a710f5b6167d"},{"name":"Get by Id","id":"e709052d-78d5-4b85-b5c5-b4afcfd2429e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/uoms/{{id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}},"urlObject":{"path":["uoms","{{id}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"01276792-0d93-49ba-bf8a-b09271641cf2","name":"Get by Id","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/uoms/{{id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Jul 2025 16:16:44 GMT","enabled":true},{"key":"Server","value":"Apache/2.4.37 (Oracle Linux Server) OpenSSL/1.1.1k","enabled":true},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","enabled":true},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'","enabled":true},{"key":"X-Frame-Options","value":"sameorigin","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-Request-ID","value":"aIEK7HcFw6WPSKaDlKCqNwAAAMI","enabled":true},{"key":"Keep-Alive","value":"timeout=5, max=100","enabled":true},{"key":"Connection","value":"Keep-Alive","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"type\": \"navarik.nis.uom\",\n        \"id\": 110,\n        \"attributes\": {\n            \"uomTypeCode\": \"LENGTH_DISTANCE\",\n            \"name\": \"Mile(s)\",\n            \"clientCode\": null,\n            \"isMetric\": \"false\",\n            \"isMandatory\": \"false\",\n            \"statusCode\": \"ACTIVE\",\n            \"uomCategoryCodes\": []\n        }\n    },\n    \"reqId\": \"ARTHUR-68810aed24f879.66408435\"\n}"}],"_postman_id":"e709052d-78d5-4b85-b5c5-b4afcfd2429e"},{"name":"Create","id":"73ac4e38-dda1-489b-bdf8-fde38b6984d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"uomTypeCode\": \"OTHER\",\r\n  \"name\": \"Example Uom 8\",\r\n  \"clientCode\": \"Uom00 8\",\r\n  \"statusCode\": \"ACTIVE\",\r\n  \"isMetric\": true,\r\n  \"uomCategoryCodes\": [\"PARCEL_QUANTITY\"],\r\n  \"abbr\": \"abbr 8\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/uoms","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}},"urlObject":{"path":["uoms"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"8c4c4639-719c-4a37-9ab6-e4cf3750bbf3","name":"Create","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"uomTypeCode\": \"OTHER\",\r\n  \"name\": \"Example Uom 8\",\r\n  \"clientCode\": \"Uom00 8\",\r\n  \"statusCode\": \"ACTIVE\",\r\n  \"isMetric\": true,\r\n  \"uomCategoryCodes\": [\"PARCEL_QUANTITY\"],\r\n  \"abbr\": \"abbr 8\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/uoms"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Jul 2025 19:23:29 GMT","enabled":true},{"key":"Server","value":"Apache/2.4.37 (Oracle Linux Server) OpenSSL/1.1.1k","enabled":true},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","enabled":true},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'","enabled":true},{"key":"X-Frame-Options","value":"sameorigin","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-Request-ID","value":"aIE2sXcFw6WPSKaDlKCsCQAAANM","enabled":true},{"key":"Keep-Alive","value":"timeout=5, max=100","enabled":true},{"key":"Connection","value":"Keep-Alive","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"type\": \"navarik.nis.uom\",\n        \"id\": 28392,\n        \"attributes\": {\n            \"uomTypeCode\": \"OTHER\",\n            \"name\": \"Example Uom 8\",\n            \"abbr\": \"abbr 8\",\n            \"clientCode\": \"Uom00 8\",\n            \"isMetric\": \"true\",\n            \"isMandatory\": \"false\",\n            \"statusCode\": \"ACTIVE\",\n            \"uomCategoryCodes\": [\n                \"PARCEL_QUANTITY\"\n            ]\n        }\n    },\n    \"reqId\": \"ARTHUR-688136b31cf3d8.37525140\"\n}"}],"_postman_id":"73ac4e38-dda1-489b-bdf8-fde38b6984d1"},{"name":"Update","id":"fa2422f1-22c9-4e4f-b1f8-643fdacca9c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"uomTypeCode\": \"OTHER\",\r\n  \"name\": \"Example Uom 6.1\",\r\n  \"clientCode\": \"Uom00 6.1\",\r\n  \"statusCode\": \"ACTIVE\",\r\n  \"isMetric\": true,\r\n  \"uomCategoryCodes\": [\"PARCEL_QUANTITY\", \"DOSING_RATE\"],\r\n  \"abbr\": \"abbr 6.1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/uoms/{{id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}},"urlObject":{"path":["uoms","{{id}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"0087c686-b9e5-4edb-a2ff-669daa16a01f","name":"Update","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"uomTypeCode\": \"OTHER\",\r\n  \"name\": \"Example Uom 6.1\",\r\n  \"clientCode\": \"Uom00 6.1\",\r\n  \"statusCode\": \"ACTIVE\",\r\n  \"isMetric\": true,\r\n  \"uomCategoryCodes\": [\"PARCEL_QUANTITY\", \"DOSING_RATE\"],\r\n  \"abbr\": \"abbr 6.1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/uoms/{{id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Jul 2025 19:24:29 GMT","enabled":true},{"key":"Server","value":"Apache/2.4.37 (Oracle Linux Server) OpenSSL/1.1.1k","enabled":true},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","enabled":true},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'","enabled":true},{"key":"X-Frame-Options","value":"sameorigin","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-Request-ID","value":"aIE27XcFw6WPSKaDlKCsCwAAANU","enabled":true},{"key":"Keep-Alive","value":"timeout=5, max=100","enabled":true},{"key":"Connection","value":"Keep-Alive","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"type\": \"navarik.nis.uom\",\n        \"id\": 28392,\n        \"attributes\": {\n            \"uomTypeCode\": \"OTHER\",\n            \"name\": \"Example Uom 6.1\",\n            \"abbr\": \"abbr 6.1\",\n            \"clientCode\": \"Uom00 6.1\",\n            \"isMetric\": \"true\",\n            \"isMandatory\": \"false\",\n            \"statusCode\": \"ACTIVE\",\n            \"uomCategoryCodes\": [\n                \"PARCEL_QUANTITY\",\n                \"DOSING_RATE\"\n            ]\n        }\n    },\n    \"reqId\": \"ARTHUR-688136eee3dcb5.37758456\"\n}"}],"_postman_id":"fa2422f1-22c9-4e4f-b1f8-643fdacca9c6"},{"name":"Delete","id":"ce9430a2-21bb-4115-9845-efee7ed82e5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{baseUrl}}/uoms/{{id}}","description":"<p>Note: If a UOM is referenced, its status will be updated to INACTIVE instead, and the updated resource will be returned in the response body.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}},"urlObject":{"path":["uoms","{{id}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"fa4f6744-a68c-4897-bb27-83d80e09d50a","name":"Delete","originalRequest":{"method":"DELETE","header":[],"url":"{{baseUrl}}/uoms/{{id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Jul 2025 19:25:21 GMT","enabled":true},{"key":"Server","value":"Apache/2.4.37 (Oracle Linux Server) OpenSSL/1.1.1k","enabled":true},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","enabled":true},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'","enabled":true},{"key":"X-Frame-Options","value":"sameorigin","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-Request-ID","value":"aIE3IXcFw6WPSKaDlKCsDAAAAMM","enabled":true},{"key":"Keep-Alive","value":"timeout=5, max=100","enabled":true},{"key":"Connection","value":"Keep-Alive","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"reqId\": \"ARTHUR-68813723689073.81931047\"\n}"},{"id":"34cb7b48-b8e3-4d7a-9a59-429c9c6a44ec","name":"Deactivate","originalRequest":{"method":"DELETE","header":[],"url":"{{baseUrl}}/uoms/{{id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Jul 2025 19:40:45 GMT","enabled":true},{"key":"Server","value":"Apache/2.4.37 (Oracle Linux Server) OpenSSL/1.1.1k","enabled":true},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","enabled":true},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'","enabled":true},{"key":"X-Frame-Options","value":"sameorigin","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-Request-ID","value":"aIE6vXcFw6WPSKaDlKCtjAAAAMo","enabled":true},{"key":"Keep-Alive","value":"timeout=5, max=100","enabled":true},{"key":"Connection","value":"Keep-Alive","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"type\": \"navarik.nis.uom\",\n        \"id\": 28352,\n        \"attributes\": {\n            \"uomTypeCode\": \"LENGTH_DISTANCE\",\n            \"name\": \"111\",\n            \"abbr\": \"111a\",\n            \"clientCode\": \"111c\",\n            \"isMetric\": \"true\",\n            \"isMandatory\": \"false\",\n            \"statusCode\": \"INACTIVE\",\n            \"uomCategoryCodes\": [\n                \"PARCEL_QUANTITY\"\n            ]\n        }\n    },\n    \"reqId\": \"ARTHUR-68813abf67e1f8.96607221\"\n}"}],"_postman_id":"ce9430a2-21bb-4115-9845-efee7ed82e5a"}],"id":"d685ad41-0b5a-4a11-83fa-fb7310163301","description":"<p>Units of measure (UOMs) are used throughout the system to give meaning to weights, lengths, volumes, densities, and other measurements.</p>\n<hr />\n<h3 id=\"attributes\">Attributes</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>abbr</code>*</td>\n<td><code>string</code></td>\n<td>UOM abbreviation.</td>\n</tr>\n<tr>\n<td><code>name</code>*</td>\n<td><code>string</code></td>\n<td>UOM name.</td>\n</tr>\n<tr>\n<td><code>statusCode</code>*</td>\n<td><code>enum</code></td>\n<td><em>Accepted Enum Values:</em>  <br /><code>ACTIVE</code>, <code>INACTIVE</code></td>\n</tr>\n<tr>\n<td><code>uomTypeCode</code>*</td>\n<td><code>enum</code></td>\n<td><em>Accepted Enum Values:</em>  <br /><code>AREA</code>, <code>COMPUTER</code>, <code>CONDUCTANCE</code>, <code>DENSITY</code>, <code>ENERGY</code>, <code>FORCE</code>, <code>LENGTH_DISTANCE</code>, <code>POWER</code>, <code>PRESSURE</code>, <code>SPEED</code>, <code>TEMPERATURE</code>, <code>TIME</code>, <code>VOLUME</code>, <code>WEIGHT</code>, <code>OTHER</code></td>\n</tr>\n<tr>\n<td><code>clientCode</code></td>\n<td><code>string</code></td>\n<td>Client's reference code for the object.</td>\n</tr>\n<tr>\n<td><code>isMandatory</code></td>\n<td><code>boolean</code></td>\n<td>READONLY.  <br />Always <code>false</code> for new UOMs.  <br />For mandatory UOMs, only <code>clientCode</code> can be updated.</td>\n</tr>\n<tr>\n<td><code>isMetric</code></td>\n<td><code>boolean</code></td>\n<td>Indicates whether the UOM is metric.</td>\n</tr>\n<tr>\n<td><code>uomCategoryCodes</code></td>\n<td><code>array of enums</code></td>\n<td><em>Accepted Enum Values:</em>  <br /><code>DOSING_RATE</code>, <code>PARCEL_QUANTITY</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>* Required - cannot be empty or null</p>\n","_postman_id":"d685ad41-0b5a-4a11-83fa-fb7310163301","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}}},{"name":"Vessel Class Type Codes","item":[],"id":"7780fcac-506f-49db-adee-a1c5981b77fe","description":"<p>Vessel Class Type Codes are provided in the table below.</p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>code</strong></th>\n<th><strong>name</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>AMERICAN_BUREAU_OF_SHIPPING</td>\n<td>American Bureau of Shipping</td>\n</tr>\n<tr>\n<td>BELGIAN_MINISTRY</td>\n<td>Belgian Ministry</td>\n</tr>\n<tr>\n<td>BIRO_KLASIFICASI_INDONESIA</td>\n<td>Biro Klasificasi Indonesia</td>\n</tr>\n<tr>\n<td>BRITISH_CLASS</td>\n<td>British Class</td>\n</tr>\n<tr>\n<td>BRITISH_COAST_GUARD</td>\n<td>British Coast Guard</td>\n</tr>\n<tr>\n<td>BULGARIAN_REGISTER_OF_SHIPPING</td>\n<td>Bulgarian Register of Shipping</td>\n</tr>\n<tr>\n<td>BUREAU_VERITAS</td>\n<td>Bureau Veritas</td>\n</tr>\n<tr>\n<td>CHINA_CLASSIFICATION_SOCIETY</td>\n<td>China Classification Society</td>\n</tr>\n<tr>\n<td>REGISTER_CHINA</td>\n<td>China Register</td>\n</tr>\n<tr>\n<td>CROATIAN_REGISTER_OF_SHIPPING</td>\n<td>Croatian Register of Shipping</td>\n</tr>\n<tr>\n<td>DET_NORSKE_VERITAS</td>\n<td>Det Norske Veritas</td>\n</tr>\n<tr>\n<td>DEUTSCHE_SCHIFFS_REVISION</td>\n<td>Deutsche Schiffs-Revision</td>\n</tr>\n<tr>\n<td>DUTCH_GOV_INSPECTORATE</td>\n<td>Dutch Gov Inspectorate</td>\n</tr>\n<tr>\n<td>FRENCH_SHIPPING_AUTHORITY</td>\n<td>French Shipping Authority</td>\n</tr>\n<tr>\n<td>GERMAN_SHIPPING_AUTHORITY</td>\n<td>German Shipping Authority</td>\n</tr>\n<tr>\n<td>GERMANISCHER_LLOYD</td>\n<td>Germanischer Lloyd</td>\n</tr>\n<tr>\n<td>HELLENIC_REGISTER</td>\n<td>Hellenic Register</td>\n</tr>\n<tr>\n<td>INDIAN_REGISTER_OF_SHIPPING</td>\n<td>Indian Register of Shipping</td>\n</tr>\n<tr>\n<td>INDONESIAN_REGISTER</td>\n<td>Indonesian Register</td>\n</tr>\n<tr>\n<td>KOREAN_REGISTER_OF_SHIPPING</td>\n<td>Korean Register of Shipping</td>\n</tr>\n<tr>\n<td>LLOYDSS_REGISTER</td>\n<td>Lloyds's Register</td>\n</tr>\n<tr>\n<td>LOCAL_MARINE_AUTHORITY</td>\n<td>Local Marine Authority</td>\n</tr>\n<tr>\n<td>NIPPON_KAIJI_KYOKAI</td>\n<td>Nippon Kaiji Kyokai</td>\n</tr>\n<tr>\n<td>NOT_APPLICABLE</td>\n<td>NOT APPLICABLE</td>\n</tr>\n<tr>\n<td>PEOPLE_REP_OF_CHINA_REGISTRY</td>\n<td>People Rep of China Registry</td>\n</tr>\n<tr>\n<td>PHILIPPINE_REGISTRY_OF_SHIPPING</td>\n<td>Philippine Registry of Shipping</td>\n</tr>\n<tr>\n<td>POLISH_REGISTER_OF_SHIPPING</td>\n<td>Polish Register of Shipping</td>\n</tr>\n<tr>\n<td>REGISTERO_CUBANA_DE_BUQUES</td>\n<td>Registero Cubana de Buques</td>\n</tr>\n<tr>\n<td>REGISTRO_ITALIANO_NAVALE</td>\n<td>Registro Italiano Navale</td>\n</tr>\n<tr>\n<td>REGISTRUL_NAVAL_ROMAN</td>\n<td>Registrul Naval Roman</td>\n</tr>\n<tr>\n<td>RINAVE_PORTUGESA</td>\n<td>Rinave Portugesa</td>\n</tr>\n<tr>\n<td>RUSSIAN_MARITIME_REGISTER_OF_SHIPPING</td>\n<td>Russian Maritime Register of Shipping</td>\n</tr>\n<tr>\n<td>RUSSIAN_RIVER_REGISTER</td>\n<td>Russian River Register</td>\n</tr>\n<tr>\n<td>SLOVAK_LLOYDS</td>\n<td>Slovak Lloyds</td>\n</tr>\n<tr>\n<td>SOVIET_REGISTRY</td>\n<td>Soviet Registry</td>\n</tr>\n<tr>\n<td>TAIWAN_REGISTER</td>\n<td>Taiwan Register</td>\n</tr>\n<tr>\n<td>TURK_LLOYDU</td>\n<td>Turk Lloydu</td>\n</tr>\n<tr>\n<td>TURKISH_REGISTER_OF_SHIPPING</td>\n<td>Turkish Register of Shipping</td>\n</tr>\n<tr>\n<td>UNKNOWN</td>\n<td>Unknown</td>\n</tr>\n<tr>\n<td>VIETNAM_REGISTER</td>\n<td>Vietnam Register</td>\n</tr>\n<tr>\n<td>YES_BUT_VALUE_UNKNOWN</td>\n<td>Yes, but value unknown</td>\n</tr>\n<tr>\n<td>YUGOSLAVIAN_REGISTER</td>\n<td>Yugoslavian Register</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"7780fcac-506f-49db-adee-a1c5981b77fe","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","id":"19002110-f5a9-460f-81c1-65bd2ac5aaa6","name":"NI Catalog Management","type":"collection"}}}],"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":""}]}},"event":[{"listen":"prerequest","script":{"id":"560c1e72-a343-4381-978e-24c6cb6ea4ed","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5f4dcf81-dca7-4d1f-8dc1-254f85dbe7bc","type":"text/javascript","exec":[""]}}],"variable":[{"key":"baseUrl","value":"{{baseUrl}}"},{"key":"api_key","value":""}]}