{ "info": { "_postman_id": "8b40a4ea-9425-4a16-9144-af6c70efc41f", "name": "SLASCONE Demo", "description": "SLASCONE API Documentation. Please visit our Documentation page for detailed information https://support.slascone.com/hc/en-us/sections/360004685737-API and/or our GitHub repository https://github.com/slascone/.\n\nContact Support:\n Name: SLASCONE GmbH", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" }, "item": [ { "name": "api/v2/isv/{isv id}", "item": [ { "name": "data exchange", "item": [ { "name": "customers", "item": [ { "name": "Creates a customer.", "event": [ { "listen": "test", "script": { "exec": [ "pm.test(\"Status code is 200\", function () {\r", " pm.response.to.have.status(200);\r", "});" ], "type": "text/javascript" } } ], "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"country\": \"Greece\",\n \"customer_name\": \"ilias bfb\",\n \"customer_number\": \"{{$randomUUID}}\",\n \"customer_type\": \"{{customertype}}\",\n \"street\": \"Ag. Panton 82\",\n \"zip\": \"17676\",\n \"city\": \"Athens\",\n \"phone\": \"{{$randomPhoneNumber}}\",\n \"email\": \"{{$randomEmail}}\"\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/data_exchange/customers", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "data_exchange", "customers" ], "variable": [ { "key": "isv_id", "value": "{{isvid}}", "type": "string", "description": "(Required) " } ] } }, "response": [ { "name": "Success", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "AdminKey", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"country\": \"deserunt adipisicing non\",\n \"customer_name\": \"sunt\",\n \"customer_number\": \"in reprehenderit ad do\",\n \"customer_type\": \"ad laboris eiusmod\",\n \"street\": \"quis est\",\n \"zip\": \"consectetur consequat reprehenderit\",\n \"city\": \"voluptate ex qui\",\n \"phone\": \"anim elit dolor deserunt\",\n \"email\": \"ut dolore sunt in\",\n \"prospect_number\": \"ea deserunt in\"\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/data_exchange/customers", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "data_exchange", "customers" ], "variable": [ { "key": "isv_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"company_name\": \"qui aliqua ullamco nisi\",\n \"country\": \"tempor pariatur reprehenderit fugiat proident\",\n \"id\": \"urn:uuid:78067b64-ce61-db9e-ba26-ec67644f13c5\",\n \"email\": \"ullamco aute nulla do i\",\n \"street\": \"ullamco Ut do enim sunt\",\n \"city\": \"magna minim laboris nulla\",\n \"postalcode\": \"aute Ut anim\",\n \"phone\": \"ullamco amet\",\n \"logo\": {\n \"uri\": \"sed Lorem\",\n \"name\": \"ad in\"\n },\n \"subscription\": {\n \"id\": \"urn:uuid:dfd12a00-e930-2daf-03c1-e842291039a7\",\n \"customer_type_name\": \"ad dolore qui commodo\"\n },\n \"customer_number\": \"tempor in\",\n \"prospect_number\": \"nisi officia\",\n \"longitude\": -46295883.243128344,\n \"latitude\": -3415454.667380139,\n \"last_modified_by\": \"voluptate commodo\",\n \"modified_date_utc\": \"1983-12-05T18:54:23.789Z\",\n \"created_date_utc\": \"2002-10-15T12:09:55.388Z\"\n}" }, { "name": "Conflict", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "AdminKey", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"country\": \"deserunt adipisicing non\",\n \"customer_name\": \"sunt\",\n \"customer_number\": \"in reprehenderit ad do\",\n \"customer_type\": \"ad laboris eiusmod\",\n \"street\": \"quis est\",\n \"zip\": \"consectetur consequat reprehenderit\",\n \"city\": \"voluptate ex qui\",\n \"phone\": \"anim elit dolor deserunt\",\n \"email\": \"ut dolore sunt in\",\n \"prospect_number\": \"ea deserunt in\"\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/data_exchange/customers", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "data_exchange", "customers" ], "variable": [ { "key": "isv_id" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": 48538908,\n \"message\": \"veniam ipsum non\",\n \"help\": \"anim sit non\"\n}" } ] }, { "name": "Updates a customer.", "event": [ { "listen": "test", "script": { "exec": [ "pm.test(\"Status code is 200\", function () {\r", " pm.response.to.have.status(200);\r", "});" ], "type": "text/javascript" } } ], "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"customer_number\": \"41314\",\n \"customer_type\": \"{{customertype}}\"\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/data_exchange/customers", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "data_exchange", "customers" ], "variable": [ { "key": "isv_id", "value": "{{isvid}}", "type": "string", "description": "(Required) " } ] }, "description": "Based on customerNumber. Check the documentation for more\r\ndetails." }, "response": [ { "name": "Success", "originalRequest": { "method": "PATCH", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "AdminKey", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"customer_number\": \"tempor ea ut\",\n \"customer_name\": \"dolor Excepteur\",\n \"customer_type\": \"dolor ips\",\n \"country\": \"velit\",\n \"street\": \"quis cillum Ut cupidatat\",\n \"zip\": \"nulla laboris\",\n \"city\": \"labore anim\",\n \"phone\": \"quis velit\",\n \"email\": \"aliqua nostrud nisi\",\n \"prospect_number\": \"est\"\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/data_exchange/customers", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "data_exchange", "customers" ], "variable": [ { "key": "isv_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"company_name\": \"qui aliqua ullamco nisi\",\n \"country\": \"tempor pariatur reprehenderit fugiat proident\",\n \"id\": \"urn:uuid:78067b64-ce61-db9e-ba26-ec67644f13c5\",\n \"email\": \"ullamco aute nulla do i\",\n \"street\": \"ullamco Ut do enim sunt\",\n \"city\": \"magna minim laboris nulla\",\n \"postalcode\": \"aute Ut anim\",\n \"phone\": \"ullamco amet\",\n \"logo\": {\n \"uri\": \"sed Lorem\",\n \"name\": \"ad in\"\n },\n \"subscription\": {\n \"id\": \"urn:uuid:dfd12a00-e930-2daf-03c1-e842291039a7\",\n \"customer_type_name\": \"ad dolore qui commodo\"\n },\n \"customer_number\": \"tempor in\",\n \"prospect_number\": \"nisi officia\",\n \"longitude\": -46295883.243128344,\n \"latitude\": -3415454.667380139,\n \"last_modified_by\": \"voluptate commodo\",\n \"modified_date_utc\": \"1983-12-05T18:54:23.789Z\",\n \"created_date_utc\": \"2002-10-15T12:09:55.388Z\"\n}" }, { "name": "Conflict", "originalRequest": { "method": "PATCH", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "AdminKey", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"customer_number\": \"tempor ea ut\",\n \"customer_name\": \"dolor Excepteur\",\n \"customer_type\": \"dolor ips\",\n \"country\": \"velit\",\n \"street\": \"quis cillum Ut cupidatat\",\n \"zip\": \"nulla laboris\",\n \"city\": \"labore anim\",\n \"phone\": \"quis velit\",\n \"email\": \"aliqua nostrud nisi\",\n \"prospect_number\": \"est\"\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/data_exchange/customers", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "data_exchange", "customers" ], "variable": [ { "key": "isv_id" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": 48538908,\n \"message\": \"veniam ipsum non\",\n \"help\": \"anim sit non\"\n}" } ] }, { "name": "Add Or Update Customer Contact Async", "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"contact_name\": \"pariatur nulla\",\n \"contact_surname\": \"tempor cupidatat\",\n \"customer_number\": \"Excepteur aute elit veniam\",\n \"email\": \"cillum sint eiusmod\",\n \"phone\": \"dolor \",\n \"mobil\": \"et incididunt\"\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/data_exchange/customers/contacts", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "data_exchange", "customers", "contacts" ], "variable": [ { "key": "isv_id", "value": "aa9407c0-f84e-8694-cc63-da6c85eb0e62", "type": "string", "description": "(Required) " } ] } }, "response": [ { "name": "Success", "originalRequest": { "method": "PUT", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "AdminKey", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"contact_name\": \"pariatur nulla\",\n \"contact_surname\": \"tempor cupidatat\",\n \"customer_number\": \"Excepteur aute elit veniam\",\n \"email\": \"cillum sint eiusmod\",\n \"phone\": \"dolor \",\n \"mobil\": \"et incididunt\"\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/data_exchange/customers/contacts", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "data_exchange", "customers", "contacts" ], "variable": [ { "key": "isv_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"email\": \"magna elit\",\n \"name\": \"sit in\",\n \"surname\": \"esse aute deserunt elit quis\",\n \"id\": \"urn:uuid:bb426e8d-7549-a0e0-dc2b-2e9bb44db2c5\",\n \"phone\": \"commodo velit Ut\",\n \"mobile\": \"et consectetur aliquip est exercitation\",\n \"user_id\": \"87081688-50b5-7394-beeb-f1b615f07d4a\",\n \"customer_id\": \"4f4a0c44-9060-3728-f776-031f09be4d96\",\n \"is_active\": true\n}" }, { "name": "Conflict", "originalRequest": { "method": "PUT", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "AdminKey", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"contact_name\": \"pariatur nulla\",\n \"contact_surname\": \"tempor cupidatat\",\n \"customer_number\": \"Excepteur aute elit veniam\",\n \"email\": \"cillum sint eiusmod\",\n \"phone\": \"dolor \",\n \"mobil\": \"et incididunt\"\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/data_exchange/customers/contacts", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "data_exchange", "customers", "contacts" ], "variable": [ { "key": "isv_id" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": 48538908,\n \"message\": \"veniam ipsum non\",\n \"help\": \"anim sit non\"\n}" } ] }, { "name": "Download Customer Csv Template", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/data_exchange/customers/download_csv", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "data_exchange", "customers", "download_csv" ], "variable": [ { "key": "isv_id", "value": "aa9407c0-f84e-8694-cc63-da6c85eb0e62", "type": "string", "description": "(Required) " } ] } }, "response": [ { "name": "Bad Request", "originalRequest": { "method": "GET", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "AdminKey", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/data_exchange/customers/download_csv", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "data_exchange", "customers", "download_csv" ], "variable": [ { "key": "isv_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"type\": \"non\",\n \"title\": \"laboru\",\n \"status\": -1538626,\n \"detail\": \"ipsum Excepteur in ad\",\n \"instance\": \"nulla aute do i\"\n}" }, { "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "AdminKey", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/data_exchange/customers/download_csv", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "data_exchange", "customers", "download_csv" ], "variable": [ { "key": "isv_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"type\": \"non\",\n \"title\": \"laboru\",\n \"status\": -1538626,\n \"detail\": \"ipsum Excepteur in ad\",\n \"instance\": \"nulla aute do i\"\n}" }, { "name": "Server Error", "originalRequest": { "method": "GET", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "AdminKey", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/data_exchange/customers/download_csv", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "data_exchange", "customers", "download_csv" ], "variable": [ { "key": "isv_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Import Customers From Csv", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" } ], "body": { "mode": "formdata", "formdata": [ { "key": "file", "value": "laborum magna adipisicing", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/data_exchange/customers/import_csv?delimiter=mollit&overwrite_existing=true&resume_on_error=true", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "data_exchange", "customers", "import_csv" ], "query": [ { "key": "delimiter", "value": "mollit" }, { "key": "overwrite_existing", "value": "true" }, { "key": "resume_on_error", "value": "true" } ], "variable": [ { "key": "isv_id", "value": "aa9407c0-f84e-8694-cc63-da6c85eb0e62", "type": "string", "description": "(Required) " } ] } }, "response": [ { "name": "Success", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "AdminKey", "value": "" } ], "body": { "mode": "formdata", "formdata": [ { "key": "file", "value": "laborum magna adipisicing", "description": { "content": "", "type": "text/plain" }, "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/data_exchange/customers/import_csv?delimiter=mollit&overwrite_existing=true&resume_on_error=true", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "data_exchange", "customers", "import_csv" ], "query": [ { "key": "delimiter", "value": "mollit" }, { "key": "overwrite_existing", "value": "true" }, { "key": "resume_on_error", "value": "true" } ], "variable": [ { "key": "isv_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"imported_rows\": -36686637,\n \"omitted_rows\": [\n {\n \"recordLine\": 55200804,\n \"errors\": [\n \"tempor\",\n \"sed et tempor\"\n ]\n },\n {\n \"recordLine\": -28673134,\n \"errors\": [\n \"magna exercitation\",\n \"laboris \"\n ]\n }\n ]\n}" }, { "name": "Bad Request", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "AdminKey", "value": "" } ], "body": { "mode": "formdata", "formdata": [ { "key": "file", "value": "laborum magna adipisicing", "description": { "content": "", "type": "text/plain" }, "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/data_exchange/customers/import_csv?delimiter=mollit&overwrite_existing=true&resume_on_error=true", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "data_exchange", "customers", "import_csv" ], "query": [ { "key": "delimiter", "value": "mollit" }, { "key": "overwrite_existing", "value": "true" }, { "key": "resume_on_error", "value": "true" } ], "variable": [ { "key": "isv_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"type\": \"non\",\n \"title\": \"laboru\",\n \"status\": -1538626,\n \"detail\": \"ipsum Excepteur in ad\",\n \"instance\": \"nulla aute do i\"\n}" }, { "name": "Not Found", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "AdminKey", "value": "" } ], "body": { "mode": "formdata", "formdata": [ { "key": "file", "value": "laborum magna adipisicing", "description": { "content": "", "type": "text/plain" }, "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/data_exchange/customers/import_csv?delimiter=mollit&overwrite_existing=true&resume_on_error=true", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "data_exchange", "customers", "import_csv" ], "query": [ { "key": "delimiter", "value": "mollit" }, { "key": "overwrite_existing", "value": "true" }, { "key": "resume_on_error", "value": "true" } ], "variable": [ { "key": "isv_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"type\": \"non\",\n \"title\": \"laboru\",\n \"status\": -1538626,\n \"detail\": \"ipsum Excepteur in ad\",\n \"instance\": \"nulla aute do i\"\n}" }, { "name": "Server Error", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "AdminKey", "value": "" } ], "body": { "mode": "formdata", "formdata": [ { "key": "file", "value": "laborum magna adipisicing", "description": { "content": "", "type": "text/plain" }, "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/data_exchange/customers/import_csv?delimiter=mollit&overwrite_existing=true&resume_on_error=true", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "data_exchange", "customers", "import_csv" ], "query": [ { "key": "delimiter", "value": "mollit" }, { "key": "overwrite_existing", "value": "true" }, { "key": "resume_on_error", "value": "true" } ], "variable": [ { "key": "isv_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "licenses", "item": [ { "name": "by template", "item": [ { "name": "Creates a license based on a template.", "event": [ { "listen": "test", "script": { "exec": [ "pm.test(\"Status code is 200\", function () {\r", " pm.response.to.have.status(200);\r", "});" ], "type": "text/javascript" } } ], "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"customer_number\": \"-1\",\n \"product_id\": \"{{productid}}\",\n \"template\": \"{{template}}\",\n \"legacy_license_key\": \"{{$randomUUID}}\",\n \"token_limit\": 1,\n \"floating_token_limit\": 3,\n \"user_limit\": 4,\n \"expiration_date\": \"2011-01-01\",\n \"software_release_limitation\": \"20\",\n \"license_type\": \"{{licensetype}}\",\n \"name\": \"reprehenderit ut et occaecat\",\n \"description\": \"laboris laborum cillum ut sed\",\n \"is_active\": {{$randomBoolean}}\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/data_exchange/licenses/by_template", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "data_exchange", "licenses", "by_template" ], "variable": [ { "key": "isv_id", "value": "{{isvid}}", "type": "string", "description": "(Required) " } ] }, "description": "Check the documentation for more details." }, "response": [ { "name": "Success", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "AdminKey", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"customer_number\": \"fugiat laboris dolore\",\n \"product_id\": \"urn:uuid:60917dcb-86dd-594a-1ded-9ef7fd5482af\",\n \"template\": \"consequat veniam et irure\",\n \"legacy_license_key\": \"anim magna\",\n \"token_limit\": 84989102,\n \"goodwill_token_limit\": 43976704,\n \"floating_token_limit\": 66242224,\n \"user_limit\": -22324059,\n \"expiration_date\": \"i\",\n \"software_release_limitation\": \"nisi in fugiat\",\n \"license_type\": \"fugiat occaecat consectetur\",\n \"name\": \"reprehenderit ut et occaecat\",\n \"description\": \"laboris laborum cillum ut sed\",\n \"is_active\": true\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/data_exchange/licenses/by_template", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "data_exchange", "licenses", "by_template" ], "variable": [ { "key": "isv_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Conflict", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "AdminKey", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"customer_number\": \"fugiat laboris dolore\",\n \"product_id\": \"urn:uuid:60917dcb-86dd-594a-1ded-9ef7fd5482af\",\n \"template\": \"consequat veniam et irure\",\n \"legacy_license_key\": \"anim magna\",\n \"token_limit\": 84989102,\n \"goodwill_token_limit\": 43976704,\n \"floating_token_limit\": 66242224,\n \"user_limit\": -22324059,\n \"expiration_date\": \"i\",\n \"software_release_limitation\": \"nisi in fugiat\",\n \"license_type\": \"fugiat occaecat consectetur\",\n \"name\": \"reprehenderit ut et occaecat\",\n \"description\": \"laboris laborum cillum ut sed\",\n \"is_active\": true\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/data_exchange/licenses/by_template", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "data_exchange", "licenses", "by_template" ], "variable": [ { "key": "isv_id" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": 48538908,\n \"message\": \"veniam ipsum non\",\n \"help\": \"anim sit non\"\n}" } ] }, { "name": "Updates a license based on a template.", "event": [ { "listen": "test", "script": { "exec": [ "pm.test(\"Status code is 200\", function () {\r", " pm.response.to.have.status(200);\r", "});" ], "type": "text/javascript" } } ], "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"customer_number\": \"45324\",\n \"legacy_license_key\": \"05286 39166 31340 41945 49944\",\n \"product_id\": \"{{productid}}\",\n \"template\": \"ORCA NORM\",\n \"token_limit\": 2,\n \"goodwill_token_limit\": 4,\n \"expiration_date\": \"2045-01-01\",\n \"name\": \"proident culpa magna voluptate Lorem\",\n\"software_release_limitation\": \"21\",\n \"is_active\": {{$randomBoolean}}\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/data_exchange/licenses/by_template", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "data_exchange", "licenses", "by_template" ], "variable": [ { "key": "isv_id", "value": "{{isvid}}", "type": "string", "description": "(Required) " } ] }, "description": "Check the documentation for more details." }, "response": [ { "name": "Success", "originalRequest": { "method": "PATCH", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "AdminKey", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"customer_number\": \"dolor culpa tempor incididunt\",\n \"legacy_license_key\": \"eiusmod quis incididunt do\",\n \"product_id\": \"9dcb5a07-a7f9-9eb2-d506-67cc70570e4e\",\n \"template\": \"sit id occaecat\",\n \"token_limit\": -49416808,\n \"goodwill_token_limit\": -68467330,\n \"floating_token_limit\": 70617616,\n \"expiration_date\": \"amet\",\n \"software_release_limitation\": \"fugiat Duis incididunt nostrud\",\n \"license_type\": \"ut in\",\n \"name\": \"proident culpa magna voluptate Lorem\",\n \"description\": \"ut dolore in\",\n \"is_active\": true\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/data_exchange/licenses/by_template", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "data_exchange", "licenses", "by_template" ], "variable": [ { "key": "isv_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "49078293" }, { "name": "Conflict", "originalRequest": { "method": "PATCH", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "AdminKey", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"customer_number\": \"dolor culpa tempor incididunt\",\n \"legacy_license_key\": \"eiusmod quis incididunt do\",\n \"product_id\": \"9dcb5a07-a7f9-9eb2-d506-67cc70570e4e\",\n \"template\": \"sit id occaecat\",\n \"token_limit\": -49416808,\n \"goodwill_token_limit\": -68467330,\n \"floating_token_limit\": 70617616,\n \"expiration_date\": \"amet\",\n \"software_release_limitation\": \"fugiat Duis incididunt nostrud\",\n \"license_type\": \"ut in\",\n \"name\": \"proident culpa magna voluptate Lorem\",\n \"description\": \"ut dolore in\",\n \"is_active\": true\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/data_exchange/licenses/by_template", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "data_exchange", "licenses", "by_template" ], "variable": [ { "key": "isv_id" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": 48538908,\n \"message\": \"veniam ipsum non\",\n \"help\": \"anim sit non\"\n}" } ] } ] }, { "name": "Creates a license allowing to define all feature/variable/limitation values.", "event": [ { "listen": "test", "script": { "exec": [ "pm.test(\"Status code is 200\", function () {\r", " pm.response.to.have.status(200);\r", "});" ], "type": "text/javascript" } } ], "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"customer_number\": \"-1\",\n \"product_id\": \"{{productid}}\",\n \"template\": \"{{template}}\",\n \"legacy_license_key\": \"{{$randomUUID}}\",\n \"name\": \"laborum Excepteur et est l\",\n \"description\": \"cillum Lorem proident sint\",\n \"token_limit\": 1,\n \"goodwill_token_limit\": -2,\n \"expiration_date\": \"2030-12-31\",\n \"license_type\": \"{{licensetype}}\",\n \"software_release_limitation\": \"none\",\n \"license_features\": [\n \"451fbad0-b864-41f4-813d-388c63404020\",\n \"38f6f7a4-3830-40c7-9887-585295913eba\",\n \"sghdhgx\"\n ],\n \"license_limitations\": [\n {\n \"limitation\": \"1754a12f-429e-4922-b4dd-1c29804570a0\",\n \"limit\": 70237493\n\n },\n {\n \"limitation\": \"m, fcgcngc\",\n \"limit\": 70237493\n\n }\n ],\n \"license_variables\": [\n {\n \"variable\": \"1ec70a23-73b2-42ce-a0ea-c0098eadbd8e\",\n \"value\": \"gfhfhjf\"\n }\n ],\n\n \"is_active\": {{$randomBoolean}},\n \"resume_on_error\": true\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/data_exchange/licenses", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "data_exchange", "licenses" ], "variable": [ { "key": "isv_id", "value": "{{isvid}}", "type": "string", "description": "(Required) " } ] }, "description": "Check the documentation for more details." }, "response": [ { "name": "Success", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "AdminKey", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"customer_number\": \"Ut non veniam\",\n \"product_id\": \"c44020d9-b8c4-d566-ce1c-8625134b831a\",\n \"template\": \"cupidatat\",\n \"legacy_license_key\": \"laborum aute ut proident\",\n \"name\": \"dolor\",\n \"description\": \"reprehenderit fugiat minim laboris\",\n \"token_limit\": 63694697,\n \"goodwill_token_limit\": -40263135,\n \"floating_token_limit\": 63507674,\n \"user_limit\": 97414322,\n \"expiration_date\": \"in incididunt elit enim\",\n \"license_type\": \"nostrud culpa veniam pariatur\",\n \"software_release_limitation\": \"dolor incididunt dolore\",\n \"license_features\": [\n \"esse exercitation\",\n \"Excepteur consectetur elit voluptate\"\n ],\n \"license_limitations\": [\n {\n \"limitation\": \"aliqua\",\n \"limit\": -70226500,\n \"consumption_reset_mode\": 0,\n \"consumption_reset_period_days\": -90786466\n },\n {\n \"limitation\": \"ullamco minim\",\n \"limit\": -46068806,\n \"consumption_reset_mode\": 0,\n \"consumption_reset_period_days\": 59495104\n }\n ],\n \"license_variables\": [\n {\n \"variable\": \"dolore labore incididunt nisi\",\n \"value\": \"in pariatur consectetur\"\n },\n {\n \"variable\": \"Ut\",\n \"value\": \"reprehenderit aliqua\"\n }\n ],\n \"is_active\": true,\n \"resume_on_error\": false\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/data_exchange/licenses", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "data_exchange", "licenses" ], "variable": [ { "key": "isv_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Conflict", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "AdminKey", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"customer_number\": \"Ut non veniam\",\n \"product_id\": \"c44020d9-b8c4-d566-ce1c-8625134b831a\",\n \"template\": \"cupidatat\",\n \"legacy_license_key\": \"laborum aute ut proident\",\n \"name\": \"dolor\",\n \"description\": \"reprehenderit fugiat minim laboris\",\n \"token_limit\": 63694697,\n \"goodwill_token_limit\": -40263135,\n \"floating_token_limit\": 63507674,\n \"user_limit\": 97414322,\n \"expiration_date\": \"in incididunt elit enim\",\n \"license_type\": \"nostrud culpa veniam pariatur\",\n \"software_release_limitation\": \"dolor incididunt dolore\",\n \"license_features\": [\n \"esse exercitation\",\n \"Excepteur consectetur elit voluptate\"\n ],\n \"license_limitations\": [\n {\n \"limitation\": \"aliqua\",\n \"limit\": -70226500,\n \"consumption_reset_mode\": 0,\n \"consumption_reset_period_days\": -90786466\n },\n {\n \"limitation\": \"ullamco minim\",\n \"limit\": -46068806,\n \"consumption_reset_mode\": 0,\n \"consumption_reset_period_days\": 59495104\n }\n ],\n \"license_variables\": [\n {\n \"variable\": \"dolore labore incididunt nisi\",\n \"value\": \"in pariatur consectetur\"\n },\n {\n \"variable\": \"Ut\",\n \"value\": \"reprehenderit aliqua\"\n }\n ],\n \"is_active\": true,\n \"resume_on_error\": false\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/data_exchange/licenses", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "data_exchange", "licenses" ], "variable": [ { "key": "isv_id" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "[\n {\n \"id\": -54548581,\n \"message\": \"officia\",\n \"help\": \"lab\"\n },\n {\n \"id\": -64513975,\n \"message\": \"commodo cillum nostrud enim ani\",\n \"help\": \"aliquip deserunt\"\n }\n]" } ] }, { "name": "Patches a license allowing to define all feature/variable/limitation values.", "event": [ { "listen": "test", "script": { "exec": [ "pm.test(\"Status code is 200\", function () {\r", " pm.response.to.have.status(200);\r", "});" ], "type": "text/javascript" } } ], "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"license_key\": \"AVA EE - 00001\",\n \"product_id\": \"{{productid}}\",\n \"customer_number\": \"00001\"\n , \"name\": \"esse irure\" \n ,\"template\" : \"ORCA NORM\"\n \n ,\"legacy_license_key\": \"AVA EE - 00001\",\n \"description\": \"sint laboris\", \n \"token_limit\": 58,\n \"goodwill_token_limit\": 40,\n \"floating_token_limit\": 0,\n \"user_limit\": 10,\n \"expiration_date\": \"2030-01-02\",\n \"software_release_limitation\": \"20\",\n \"license_features\": [\n \"7b5f123c-a6cb-4292-8554-9581f9728e8c\",\n \"05d8c081-bc28-4753-a2c8-4baf20fee0ec\"\n ],\n \"license_limitations\": [\n {\n \"limitation\": \"80cff8df-6724-488d-a680-e00c9aaa3c11\",\n \"limit\": 51\n }\n ,\n {\n \"limitation\": \"E79A651C-3827-4FB6-97F4-91D01601DBE1\",\n \"limit\": 33\n }\n ],\n \"license_variables\": [\n {\n \"variable\": \"1ec70a23-73b2-42ce-a0ea-c0098eadbd8e\",\n \"value\": \"irure dolor aliquip ad fugiat\"\n }\n ],\n \"is_active\": {{$randomBoolean}},\n \"resume_on_error\": true\n \n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/data_exchange/licenses", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "data_exchange", "licenses" ], "variable": [ { "key": "isv_id", "value": "{{isvid}}", "type": "string", "description": "(Required) " } ] }, "description": "Check the documentation for more details." }, "response": [ { "name": "Success", "originalRequest": { "method": "PATCH", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "AdminKey", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"license_id\": \"urn:uuid:7f8a1373-308d-cc52-c3a9-eadc9ff10a8d\",\n \"product_id\": \"urn:uuid:693d0f3f-12b9-ed2d-3c39-58e505c78f61\",\n \"customer_number\": \"anim sint\",\n \"name\": \"in occaecat laborum incididunt\",\n \"template\": \"Duis cillum id et\",\n \"legacy_license_key\": \"ullamco consectetur deseru\",\n \"description\": \"in\",\n \"token_limit\": 17435116,\n \"goodwill_token_limit\": -36187914,\n \"floating_token_limit\": 38584201,\n \"user_limit\": 93196898,\n \"expiration_date\": \"laborum voluptate anim dolore ut\",\n \"license_type\": \"ad voluptate irure\",\n \"software_release_limitation\": \"in nulla no\",\n \"license_features\": [\n \"nulla in veniam\",\n \"ut nulla\"\n ],\n \"license_limitations\": [\n {\n \"limitation\": \"aliquip deserunt\",\n \"limit\": -97152986,\n \"consumption_reset_mode\": 1,\n \"consumption_reset_period_days\": 78546934\n },\n {\n \"limitation\": \"nulla in in fugiat occaecat\",\n \"limit\": 34930712,\n \"consumption_reset_mode\": 0,\n \"consumption_reset_period_days\": 55388229\n }\n ],\n \"license_variables\": [\n {\n \"variable\": \"laborum\",\n \"value\": \"dolor fugiat sit proident\"\n },\n {\n \"variable\": \"veniam occaecat Ut\",\n \"value\": \"ullamco quis ex magna\"\n }\n ],\n \"is_active\": true,\n \"resume_on_error\": false\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/data_exchange/licenses", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "data_exchange", "licenses" ], "variable": [ { "key": "isv_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Conflict", "originalRequest": { "method": "PATCH", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "AdminKey", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"license_id\": \"urn:uuid:7f8a1373-308d-cc52-c3a9-eadc9ff10a8d\",\n \"product_id\": \"urn:uuid:693d0f3f-12b9-ed2d-3c39-58e505c78f61\",\n \"customer_number\": \"anim sint\",\n \"name\": \"in occaecat laborum incididunt\",\n \"template\": \"Duis cillum id et\",\n \"legacy_license_key\": \"ullamco consectetur deseru\",\n \"description\": \"in\",\n \"token_limit\": 17435116,\n \"goodwill_token_limit\": -36187914,\n \"floating_token_limit\": 38584201,\n \"user_limit\": 93196898,\n \"expiration_date\": \"laborum voluptate anim dolore ut\",\n \"license_type\": \"ad voluptate irure\",\n \"software_release_limitation\": \"in nulla no\",\n \"license_features\": [\n \"nulla in veniam\",\n \"ut nulla\"\n ],\n \"license_limitations\": [\n {\n \"limitation\": \"aliquip deserunt\",\n \"limit\": -97152986,\n \"consumption_reset_mode\": 1,\n \"consumption_reset_period_days\": 78546934\n },\n {\n \"limitation\": \"nulla in in fugiat occaecat\",\n \"limit\": 34930712,\n \"consumption_reset_mode\": 0,\n \"consumption_reset_period_days\": 55388229\n }\n ],\n \"license_variables\": [\n {\n \"variable\": \"laborum\",\n \"value\": \"dolor fugiat sit proident\"\n },\n {\n \"variable\": \"veniam occaecat Ut\",\n \"value\": \"ullamco quis ex magna\"\n }\n ],\n \"is_active\": true,\n \"resume_on_error\": false\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/data_exchange/licenses", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "data_exchange", "licenses" ], "variable": [ { "key": "isv_id" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": 48538908,\n \"message\": \"veniam ipsum non\",\n \"help\": \"anim sit non\"\n}" } ] }, { "name": "Updates a license allowing to define all feature/variable/limitation values.", "event": [ { "listen": "test", "script": { "exec": [ "pm.test(\"Status code is 200\", function () {\r", " pm.response.to.have.status(200);\r", "});" ], "type": "text/javascript" } } ], "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"customer_number\": \"23033\",\n \"license_key\": \"AVA SE - 23033\",\n \"product_id\": \"{{productid}}\",\n \"template\": \"{{template}}\",\n \"legacy_license_key\": \"AVA SE - 23033\",\n \"name\": \"enim adipisicing Lorem ut\",\n \"description\": \"ea exercitation anim enim\",\n \"token_limit\": 2,\n \"user_limit\": 10,\n \n \"license_type\": \"{{licensetype}}\",\n \"software_release_limitation\": \"none\",\n \"license_features\": [\n \"451fbad0-b864-41f4-813d-388c63404020\",\n \"38f6f7a4-3830-40c7-9887-585295913eba\"\n ],\n \"license_limitations\": [\n \n ],\n \"license_variables\": [\n {\n \"variable\": \"1ec70a23-73b2-42ce-a0ea-c0098eadbd8e\",\n \"value\": \"766464\"\n }\n ],\n \"is_active\": {{$randomBoolean}},\n \"resume_on_error\": true\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/data_exchange/licenses", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "data_exchange", "licenses" ], "variable": [ { "key": "isv_id", "value": "{{isvid}}", "type": "string", "description": "(Required) " } ] }, "description": "Check the documentation for more details." }, "response": [ { "name": "Success", "originalRequest": { "method": "PUT", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "AdminKey", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"customer_number\": \"deserunt quis fugiat laboris\",\n \"license_id\": \"urn:uuid:da868686-a607-20cf-75ee-c6ee6c9cf76d\",\n \"product_id\": \"c912ec0c-8ccd-2a8a-d4ec-17743919cb94\",\n \"template\": \"quis\",\n \"legacy_license_key\": \"enim occaecat\",\n \"name\": \"dolore eu ad ex\",\n \"description\": \"irure culpa elit\",\n \"token_limit\": 76285153,\n \"goodwill_token_limit\": 81094232,\n \"floating_token_limit\": -21692805,\n \"user_limit\": -37640797,\n \"expiration_date\": \"min\",\n \"license_type\": \"mollit \",\n \"software_release_limitation\": \"Ut dolor esse dolor\",\n \"license_features\": [\n \"commodo Duis\",\n \"occaecat nisi irure elit\"\n ],\n \"license_limitations\": [\n {\n \"limitation\": \"mollit incididunt commodo\",\n \"limit\": 9790767,\n \"consumption_reset_mode\": 1,\n \"consumption_reset_period_days\": -64596452\n },\n {\n \"limitation\": \"veniam commodo proident\",\n \"limit\": 17072280,\n \"consumption_reset_mode\": 0,\n \"consumption_reset_period_days\": -53958002\n }\n ],\n \"license_variables\": [\n {\n \"variable\": \"adipisicing laboris tempor\",\n \"value\": \"deserunt non occaecat\"\n },\n {\n \"variable\": \"eu ut ad dolor\",\n \"value\": \"ea nulla in\"\n }\n ],\n \"is_active\": true,\n \"resume_on_error\": false\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/data_exchange/licenses", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "data_exchange", "licenses" ], "variable": [ { "key": "isv_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Conflict", "originalRequest": { "method": "PUT", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "AdminKey", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"customer_number\": \"deserunt quis fugiat laboris\",\n \"license_id\": \"urn:uuid:da868686-a607-20cf-75ee-c6ee6c9cf76d\",\n \"product_id\": \"c912ec0c-8ccd-2a8a-d4ec-17743919cb94\",\n \"template\": \"quis\",\n \"legacy_license_key\": \"enim occaecat\",\n \"name\": \"dolore eu ad ex\",\n \"description\": \"irure culpa elit\",\n \"token_limit\": 76285153,\n \"goodwill_token_limit\": 81094232,\n \"floating_token_limit\": -21692805,\n \"user_limit\": -37640797,\n \"expiration_date\": \"min\",\n \"license_type\": \"mollit \",\n \"software_release_limitation\": \"Ut dolor esse dolor\",\n \"license_features\": [\n \"commodo Duis\",\n \"occaecat nisi irure elit\"\n ],\n \"license_limitations\": [\n {\n \"limitation\": \"mollit incididunt commodo\",\n \"limit\": 9790767,\n \"consumption_reset_mode\": 1,\n \"consumption_reset_period_days\": -64596452\n },\n {\n \"limitation\": \"veniam commodo proident\",\n \"limit\": 17072280,\n \"consumption_reset_mode\": 0,\n \"consumption_reset_period_days\": -53958002\n }\n ],\n \"license_variables\": [\n {\n \"variable\": \"adipisicing laboris tempor\",\n \"value\": \"deserunt non occaecat\"\n },\n {\n \"variable\": \"eu ut ad dolor\",\n \"value\": \"ea nulla in\"\n }\n ],\n \"is_active\": true,\n \"resume_on_error\": false\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/data_exchange/licenses", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "data_exchange", "licenses" ], "variable": [ { "key": "isv_id" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": 48538908,\n \"message\": \"veniam ipsum non\",\n \"help\": \"anim sit non\"\n}" } ] }, { "name": "Download License Csv Template", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/data_exchange/licenses/download_csv", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "data_exchange", "licenses", "download_csv" ], "variable": [ { "key": "isv_id", "value": "aa9407c0-f84e-8694-cc63-da6c85eb0e62", "type": "string", "description": "(Required) " } ] } }, "response": [ { "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "AdminKey", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/data_exchange/licenses/download_csv", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "data_exchange", "licenses", "download_csv" ], "variable": [ { "key": "isv_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"imported_rows\": -52632708,\n \"omitted_rows\": [\n {\n \"recordLine\": 91012444,\n \"errors\": [\n \"in Excepteur\",\n \"in sint\"\n ]\n },\n {\n \"recordLine\": -79087176,\n \"errors\": [\n \"consequat non eu dolore\",\n \"exercitation non nulla eu\"\n ]\n }\n ]\n}" }, { "name": "Bad Request", "originalRequest": { "method": "GET", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "AdminKey", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/data_exchange/licenses/download_csv", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "data_exchange", "licenses", "download_csv" ], "variable": [ { "key": "isv_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"type\": \"non\",\n \"title\": \"laboru\",\n \"status\": -1538626,\n \"detail\": \"ipsum Excepteur in ad\",\n \"instance\": \"nulla aute do i\"\n}" }, { "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "AdminKey", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/data_exchange/licenses/download_csv", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "data_exchange", "licenses", "download_csv" ], "variable": [ { "key": "isv_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"type\": \"non\",\n \"title\": \"laboru\",\n \"status\": -1538626,\n \"detail\": \"ipsum Excepteur in ad\",\n \"instance\": \"nulla aute do i\"\n}" }, { "name": "Server Error", "originalRequest": { "method": "GET", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "AdminKey", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/data_exchange/licenses/download_csv", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "data_exchange", "licenses", "download_csv" ], "variable": [ { "key": "isv_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Import Licenses From Csv", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" } ], "body": { "mode": "formdata", "formdata": [ { "key": "file", "value": "laborum magna adipisicing", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/data_exchange/licenses/import_csv?product_id=aa9407c0-f84e-8694-cc63-da6c85eb0e62&delimiter=mollit&resume_on_error=true", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "data_exchange", "licenses", "import_csv" ], "query": [ { "key": "product_id", "value": "aa9407c0-f84e-8694-cc63-da6c85eb0e62" }, { "key": "delimiter", "value": "mollit" }, { "key": "resume_on_error", "value": "true" } ], "variable": [ { "key": "isv_id", "value": "aa9407c0-f84e-8694-cc63-da6c85eb0e62", "type": "string", "description": "(Required) " } ] } }, "response": [ { "name": "Success", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "AdminKey", "value": "" } ], "body": { "mode": "formdata", "formdata": [ { "key": "file", "value": "laborum magna adipisicing", "description": { "content": "", "type": "text/plain" }, "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/data_exchange/licenses/import_csv?product_id=aa9407c0-f84e-8694-cc63-da6c85eb0e62&delimiter=mollit&resume_on_error=true", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "data_exchange", "licenses", "import_csv" ], "query": [ { "key": "product_id", "value": "aa9407c0-f84e-8694-cc63-da6c85eb0e62" }, { "key": "delimiter", "value": "mollit" }, { "key": "resume_on_error", "value": "true" } ], "variable": [ { "key": "isv_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Bad Request", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "AdminKey", "value": "" } ], "body": { "mode": "formdata", "formdata": [ { "key": "file", "value": "laborum magna adipisicing", "description": { "content": "", "type": "text/plain" }, "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/data_exchange/licenses/import_csv?product_id=aa9407c0-f84e-8694-cc63-da6c85eb0e62&delimiter=mollit&resume_on_error=true", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "data_exchange", "licenses", "import_csv" ], "query": [ { "key": "product_id", "value": "aa9407c0-f84e-8694-cc63-da6c85eb0e62" }, { "key": "delimiter", "value": "mollit" }, { "key": "resume_on_error", "value": "true" } ], "variable": [ { "key": "isv_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"type\": \"non\",\n \"title\": \"laboru\",\n \"status\": -1538626,\n \"detail\": \"ipsum Excepteur in ad\",\n \"instance\": \"nulla aute do i\"\n}" }, { "name": "Not Found", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "AdminKey", "value": "" } ], "body": { "mode": "formdata", "formdata": [ { "key": "file", "value": "laborum magna adipisicing", "description": { "content": "", "type": "text/plain" }, "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/data_exchange/licenses/import_csv?product_id=aa9407c0-f84e-8694-cc63-da6c85eb0e62&delimiter=mollit&resume_on_error=true", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "data_exchange", "licenses", "import_csv" ], "query": [ { "key": "product_id", "value": "aa9407c0-f84e-8694-cc63-da6c85eb0e62" }, { "key": "delimiter", "value": "mollit" }, { "key": "resume_on_error", "value": "true" } ], "variable": [ { "key": "isv_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"type\": \"non\",\n \"title\": \"laboru\",\n \"status\": -1538626,\n \"detail\": \"ipsum Excepteur in ad\",\n \"instance\": \"nulla aute do i\"\n}" }, { "name": "Server Error", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "AdminKey", "value": "" } ], "body": { "mode": "formdata", "formdata": [ { "key": "file", "value": "laborum magna adipisicing", "description": { "content": "", "type": "text/plain" }, "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/data_exchange/licenses/import_csv?product_id=aa9407c0-f84e-8694-cc63-da6c85eb0e62&delimiter=mollit&resume_on_error=true", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "data_exchange", "licenses", "import_csv" ], "query": [ { "key": "product_id", "value": "aa9407c0-f84e-8694-cc63-da6c85eb0e62" }, { "key": "delimiter", "value": "mollit" }, { "key": "resume_on_error", "value": "true" } ], "variable": [ { "key": "isv_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] } ] }, { "name": "data gathering", "item": [ { "name": "Creates an analytical heartbeat.", "event": [ { "listen": "test", "script": { "exec": [ "pm.test(\"Status code is 200\", function () {\r", " pm.response.to.have.status(200);\r", "});" ], "type": "text/javascript" } } ], "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"analytical_heartbeat\": [\n {\n \"analytical_field_id\": \"8eab70f6-7617-40ac-8d38-d6399f0edc5f\",\n \"value\": \"AVA EE\"\n },\n {\n \"analytical_field_id\": \"bd5b0db0-ea53-4a49-801f-5e751237bd80\",\n \"value\": \"true\"\n },\n {\n \"analytical_field_id\": \"bd5b0db0-ea53-4a49-801f-5e751237bd80\",\n \"value\": \"false\",\n \"timestamp_utc\": \"2021-03-18T16:44:27.114Z\"\n },\n {\n \"analytical_field_id\": \"8a9e73e5-7520-4750-b36d-fb8e04394f59\",\n \"value\": \"12\"\n }\n ],\n \"client_id\": \"{{clientid}}\"\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/data_gathering/analytical_heartbeats", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "data_gathering", "analytical_heartbeats" ], "variable": [ { "key": "isv_id", "value": "{{isvid}}", "type": "string", "description": "(Required) " } ] }, "description": "More Information." }, "response": [ { "name": "Success", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "AdminKey", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"analytical_heartbeat\": [\n {\n \"analytical_field_id\": \"urn:uuid:837d82c7-87e8-8a1f-bf32-056c740fec46\",\n \"value\": \"iru\"\n },\n {\n \"analytical_field_id\": \"e953071e-65c0-87e1-30f7-d520ec418c90\",\n \"value\": \"elit eiusmod cillum pariatur\"\n }\n ],\n \"client_id\": \"mollit in laboris velit\",\n \"token_key\": \"b3633f59-6fb7-f534-0623-a2a432421652\"\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/data_gathering/analytical_heartbeats", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "data_gathering", "analytical_heartbeats" ], "variable": [ { "key": "isv_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "\"elit dolor adipisicing\"" }, { "name": "Conflict", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "AdminKey", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"analytical_heartbeat\": [\n {\n \"analytical_field_id\": \"urn:uuid:837d82c7-87e8-8a1f-bf32-056c740fec46\",\n \"value\": \"iru\"\n },\n {\n \"analytical_field_id\": \"e953071e-65c0-87e1-30f7-d520ec418c90\",\n \"value\": \"elit eiusmod cillum pariatur\"\n }\n ],\n \"client_id\": \"mollit in laboris velit\",\n \"token_key\": \"b3633f59-6fb7-f534-0623-a2a432421652\"\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/data_gathering/analytical_heartbeats", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "data_gathering", "analytical_heartbeats" ], "variable": [ { "key": "isv_id" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "[\n {\n \"id\": -54548581,\n \"message\": \"officia\",\n \"help\": \"lab\"\n },\n {\n \"id\": -64513975,\n \"message\": \"commodo cillum nostrud enim ani\",\n \"help\": \"aliquip deserunt\"\n }\n]" }, { "name": "Server Error", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "AdminKey", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"analytical_heartbeat\": [\n {\n \"analytical_field_id\": \"urn:uuid:837d82c7-87e8-8a1f-bf32-056c740fec46\",\n \"value\": \"iru\"\n },\n {\n \"analytical_field_id\": \"e953071e-65c0-87e1-30f7-d520ec418c90\",\n \"value\": \"elit eiusmod cillum pariatur\"\n }\n ],\n \"client_id\": \"mollit in laboris velit\",\n \"token_key\": \"b3633f59-6fb7-f534-0623-a2a432421652\"\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/data_gathering/analytical_heartbeats", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "data_gathering", "analytical_heartbeats" ], "variable": [ { "key": "isv_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Creates an analytical heartbeat. Copy", "event": [ { "listen": "test", "script": { "exec": [ "" ], "type": "text/javascript" } } ], "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"client_id\": \"fwitest\",\n \"analytical_heartbeat\": [\n {\n \"analytical_field_id\": \"2b07994b-d133-46ba-91be-2d600a2056b7\",\n \"value\": \"true\",\n \"timestamp_utc\": \"2021-04-12T12:32:32.519Z\"\n },\n{\n \"analytical_field_id\": \"2b07994b-d133-46ba-91be-2d600a2056b7\",\n \"value\": \"false\"\n },\n{\n \"analytical_field_id\": \"2b07994b-d133-46ba-91be-2d600a2056b7\",\n \"value\": \"false\",\n \"timestamp_utc\": \"2021-04-22T12:32:32.519Z\"\n },\n{\n \"analytical_field_id\": \"89c9a7ec-957a-40bc-a68d-dd0b8125daba\",\n \"value\": \"Test1\",\n \"timestamp_utc\": \"2021-04-22T12:32:32.519Z\"\n },\n{\n \"analytical_field_id\": \"89c9a7ec-957a-40bc-a68d-dd0b8125daba\",\n \"value\": \"Test2\",\n \"timestamp_utc\": \"2021-04-22T12:32:32.519Z\"\n },\n{\n \"analytical_field_id\": \"89c9a7ec-957a-40bc-a68d-dd0b8125daba\",\n \"value\": \"Test3\",\n \"timestamp_utc\": \"2021-04-22T12:32:32.519Z\"\n },\n{\n \"analytical_field_id\": \"a487e46b-9a74-43ea-9d8c-ff7185029153\",\n \"value\": \"1\",\n \"timestamp_utc\": \"2021-04-22T12:32:32.519Z\"\n },\n{\n \"analytical_field_id\": \"a487e46b-9a74-43ea-9d8c-ff7185029153\",\n \"value\": \"5\"\n }\n ]\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/data_gathering/analytical_heartbeats", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "data_gathering", "analytical_heartbeats" ], "variable": [ { "key": "isv_id", "value": "{{isvid}}", "type": "string", "description": "(Required) " } ] }, "description": "More Information." }, "response": [ { "name": "Success", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "AdminKey", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"analytical_heartbeat\": [\n {\n \"analytical_field_id\": \"urn:uuid:837d82c7-87e8-8a1f-bf32-056c740fec46\",\n \"value\": \"iru\"\n },\n {\n \"analytical_field_id\": \"e953071e-65c0-87e1-30f7-d520ec418c90\",\n \"value\": \"elit eiusmod cillum pariatur\"\n }\n ],\n \"client_id\": \"mollit in laboris velit\",\n \"token_key\": \"b3633f59-6fb7-f534-0623-a2a432421652\"\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/data_gathering/analytical_heartbeats", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "data_gathering", "analytical_heartbeats" ], "variable": [ { "key": "isv_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "\"elit dolor adipisicing\"" }, { "name": "Conflict", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "AdminKey", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"analytical_heartbeat\": [\n {\n \"analytical_field_id\": \"urn:uuid:837d82c7-87e8-8a1f-bf32-056c740fec46\",\n \"value\": \"iru\"\n },\n {\n \"analytical_field_id\": \"e953071e-65c0-87e1-30f7-d520ec418c90\",\n \"value\": \"elit eiusmod cillum pariatur\"\n }\n ],\n \"client_id\": \"mollit in laboris velit\",\n \"token_key\": \"b3633f59-6fb7-f534-0623-a2a432421652\"\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/data_gathering/analytical_heartbeats", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "data_gathering", "analytical_heartbeats" ], "variable": [ { "key": "isv_id" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "[\n {\n \"id\": -54548581,\n \"message\": \"officia\",\n \"help\": \"lab\"\n },\n {\n \"id\": -64513975,\n \"message\": \"commodo cillum nostrud enim ani\",\n \"help\": \"aliquip deserunt\"\n }\n]" }, { "name": "Server Error", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "AdminKey", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"analytical_heartbeat\": [\n {\n \"analytical_field_id\": \"urn:uuid:837d82c7-87e8-8a1f-bf32-056c740fec46\",\n \"value\": \"iru\"\n },\n {\n \"analytical_field_id\": \"e953071e-65c0-87e1-30f7-d520ec418c90\",\n \"value\": \"elit eiusmod cillum pariatur\"\n }\n ],\n \"client_id\": \"mollit in laboris velit\",\n \"token_key\": \"b3633f59-6fb7-f534-0623-a2a432421652\"\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/data_gathering/analytical_heartbeats", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "data_gathering", "analytical_heartbeats" ], "variable": [ { "key": "isv_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Creates a consumption heartbeat.", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"client_id\": \"{{clientid}}\",\n \"consumption_heartbeat\": [\n {\n \"limitation_id\": \"{{limitationid}}\",\n \"value\": 2\n }\n ]\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/data_gathering/consumption_heartbeats", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "data_gathering", "consumption_heartbeats" ], "variable": [ { "key": "isv_id", "value": "{{isvid}}", "type": "string", "description": "(Required) " } ] }, "description": "More Information." }, "response": [ { "name": "Success", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "AdminKey", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"client_id\": \"tempor enim velit deserunt nostrud\",\n \"consumption_heartbeat\": [\n {\n \"limitation_id\": \"7f914a92-3676-7f22-be4d-417264c572ae\",\n \"value\": 44791275.59430185,\n \"timestamp_utc\": \"2010-03-22T19:25:39.820Z\"\n },\n {\n \"limitation_id\": \"ca2b3fe3-12c9-041d-1b2b-7ac326c991cc\",\n \"value\": 48362242.454208404,\n \"timestamp_utc\": \"1956-11-25T00:02:38.607Z\"\n }\n ],\n \"token_key\": \"urn:uuid:44ae2d06-ed45-abeb-af68-0b7476f55a4b\"\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/data_gathering/consumption_heartbeats", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "data_gathering", "consumption_heartbeats" ], "variable": [ { "key": "isv_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "[\n {\n \"limitation_id\": \"41479923-9a09-f0f6-b0a9-57cb0e72cb5c\",\n \"remaining\": -43297177.56302927,\n \"limit\": 188573.17361588776,\n \"last_reset_date_utc\": \"2012-01-22T21:59:46.104Z\",\n \"next_reset_date_utc\": \"2013-03-22T05:02:17.050Z\"\n },\n {\n \"limitation_id\": \"ba335d45-7364-5ad9-871d-9d0cf034d064\",\n \"remaining\": 20109648.45591277,\n \"limit\": -5410017.075818852,\n \"last_reset_date_utc\": \"1971-04-25T11:02:26.990Z\",\n \"next_reset_date_utc\": \"1989-05-30T06:04:30.584Z\"\n }\n]" }, { "name": "Conflict", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "AdminKey", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"client_id\": \"tempor enim velit deserunt nostrud\",\n \"consumption_heartbeat\": [\n {\n \"limitation_id\": \"7f914a92-3676-7f22-be4d-417264c572ae\",\n \"value\": 44791275.59430185,\n \"timestamp_utc\": \"2010-03-22T19:25:39.820Z\"\n },\n {\n \"limitation_id\": \"ca2b3fe3-12c9-041d-1b2b-7ac326c991cc\",\n \"value\": 48362242.454208404,\n \"timestamp_utc\": \"1956-11-25T00:02:38.607Z\"\n }\n ],\n \"token_key\": \"urn:uuid:44ae2d06-ed45-abeb-af68-0b7476f55a4b\"\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/data_gathering/consumption_heartbeats", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "data_gathering", "consumption_heartbeats" ], "variable": [ { "key": "isv_id" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": 48538908,\n \"message\": \"veniam ipsum non\",\n \"help\": \"anim sit non\"\n}" }, { "name": "Server Error", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "AdminKey", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"client_id\": \"tempor enim velit deserunt nostrud\",\n \"consumption_heartbeat\": [\n {\n \"limitation_id\": \"7f914a92-3676-7f22-be4d-417264c572ae\",\n \"value\": 44791275.59430185,\n \"timestamp_utc\": \"2010-03-22T19:25:39.820Z\"\n },\n {\n \"limitation_id\": \"ca2b3fe3-12c9-041d-1b2b-7ac326c991cc\",\n \"value\": 48362242.454208404,\n \"timestamp_utc\": \"1956-11-25T00:02:38.607Z\"\n }\n ],\n \"token_key\": \"urn:uuid:44ae2d06-ed45-abeb-af68-0b7476f55a4b\"\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/data_gathering/consumption_heartbeats", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "data_gathering", "consumption_heartbeats" ], "variable": [ { "key": "isv_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Creates a usage heartbeat.", "event": [ { "listen": "test", "script": { "exec": [ "pm.test(\"Status code is 200\", function () {\r", " pm.response.to.have.status(200);\r", "});" ], "type": "text/javascript" } } ], "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"client_id\": \"{{clientid}}\",\n \"usage_heartbeat\": [\n {\n \"usage_feature_id\": \"a1178dc8-c110-4c3c-ae61-2095b015a397\",\n \"value\": 1,\n \"usage_module_id\": \"4888a07b-4fb0-4a16-9acb-ffbfb262d1ae\",\n \"timestamp_utc\": \"1997-07-24T05:59:54.392Z\"\n },\n {\n \"usage_feature_id\": \"a1178dc8-c110-4c3c-ae61-2095b015a397\",\n \"value\": 18,\n \"timestamp_utc\": \"1997-07-24T05:59:54.392Z\"\n },\n {\n \"usage_feature_id\": \"a1178dc8-c110-4c3c-ae61-2095b015a397\",\n \"value\": -1\n }\n ]\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/data_gathering/usage_heartbeats", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "data_gathering", "usage_heartbeats" ], "variable": [ { "key": "isv_id", "value": "{{isvid}}", "type": "string", "description": "(Required) " } ] }, "description": "More Information." }, "response": [ { "name": "Success", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "AdminKey", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"client_id\": \"sit sunt\",\n \"usage_heartbeat\": [\n {\n \"usage_feature_id\": \"ef5d87b4-c312-be64-b752-37ced94c9667\",\n \"value\": 34531468.93470928,\n \"usage_module_id\": \"urn:uuid:448cb0c2-09cc-d9ac-3a05-115cc6db4508\",\n \"timestamp_utc\": \"1992-02-06T07:24:48.504Z\"\n },\n {\n \"usage_feature_id\": \"fa88ed2c-3df9-12a4-2abe-d9aecce35fa3\",\n \"value\": -60638655.61434678,\n \"usage_module_id\": \"80692c88-0d28-ee64-9f6a-a50a8cb7dca4\",\n \"timestamp_utc\": \"1977-12-19T01:29:14.722Z\"\n }\n ],\n \"token_key\": \"c717e3b6-6079-3749-9386-846d6912ff61\"\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/data_gathering/usage_heartbeats", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "data_gathering", "usage_heartbeats" ], "variable": [ { "key": "isv_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "\"elit dolor adipisicing\"" }, { "name": "Conflict", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "AdminKey", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"client_id\": \"sit sunt\",\n \"usage_heartbeat\": [\n {\n \"usage_feature_id\": \"ef5d87b4-c312-be64-b752-37ced94c9667\",\n \"value\": 34531468.93470928,\n \"usage_module_id\": \"urn:uuid:448cb0c2-09cc-d9ac-3a05-115cc6db4508\",\n \"timestamp_utc\": \"1992-02-06T07:24:48.504Z\"\n },\n {\n \"usage_feature_id\": \"fa88ed2c-3df9-12a4-2abe-d9aecce35fa3\",\n \"value\": -60638655.61434678,\n \"usage_module_id\": \"80692c88-0d28-ee64-9f6a-a50a8cb7dca4\",\n \"timestamp_utc\": \"1977-12-19T01:29:14.722Z\"\n }\n ],\n \"token_key\": \"c717e3b6-6079-3749-9386-846d6912ff61\"\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/data_gathering/usage_heartbeats", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "data_gathering", "usage_heartbeats" ], "variable": [ { "key": "isv_id" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": 48538908,\n \"message\": \"veniam ipsum non\",\n \"help\": \"anim sit non\"\n}" }, { "name": "Server Error", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "AdminKey", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"client_id\": \"sit sunt\",\n \"usage_heartbeat\": [\n {\n \"usage_feature_id\": \"ef5d87b4-c312-be64-b752-37ced94c9667\",\n \"value\": 34531468.93470928,\n \"usage_module_id\": \"urn:uuid:448cb0c2-09cc-d9ac-3a05-115cc6db4508\",\n \"timestamp_utc\": \"1992-02-06T07:24:48.504Z\"\n },\n {\n \"usage_feature_id\": \"fa88ed2c-3df9-12a4-2abe-d9aecce35fa3\",\n \"value\": -60638655.61434678,\n \"usage_module_id\": \"80692c88-0d28-ee64-9f6a-a50a8cb7dca4\",\n \"timestamp_utc\": \"1977-12-19T01:29:14.722Z\"\n }\n ],\n \"token_key\": \"c717e3b6-6079-3749-9386-846d6912ff61\"\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/data_gathering/usage_heartbeats", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "data_gathering", "usage_heartbeats" ], "variable": [ { "key": "isv_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Creates a usage heartbeat (alternative method based on the feature's name instead of its Id).", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"client_id\": \"reprehenderit laborum laboris Ut\",\n \"product_id\": \"0cb8f64b-b037-514a-9eb7-e718d8f524ca\",\n \"usage_heartbeat\": [\n {\n \"usage_feature_name\": \"nostrud Ut laborum ullamco\",\n \"usage_module_name\": \"laborum esse nisi\",\n \"timestamp_utc\": \"2020-11-16T03:23:01.837Z\",\n \"value\": 35151841.777619064\n },\n {\n \"usage_feature_name\": \"si\",\n \"usage_module_name\": \"in esse nostrud\",\n \"timestamp_utc\": \"1947-07-29T01:49:09.663Z\",\n \"value\": 55008760.12545651\n }\n ],\n \"token_key\": \"urn:uuid:6217f392-4f52-b35d-d399-8ec62dc4838b\",\n \"create_usage_feature_if_not_exists\": true,\n \"create_usage_module_if_not_exists\": false\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/data_gathering/usage_heartbeats_by_name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "data_gathering", "usage_heartbeats_by_name" ], "variable": [ { "key": "isv_id", "value": "aa9407c0-f84e-8694-cc63-da6c85eb0e62", "type": "string", "description": "(Required) " } ] }, "description": "More Information." }, "response": [ { "name": "Success", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "AdminKey", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"client_id\": \"cupida\",\n \"product_id\": \"17283d15-3cb4-a45a-8558-e36b981cfcba\",\n \"usage_heartbeat\": [\n {\n \"usage_feature_name\": \"sed enim sint\",\n \"usage_module_name\": \"occaecat\",\n \"timestamp_utc\": \"1945-01-20T11:53:34.067Z\",\n \"value\": 63032805.85940355\n },\n {\n \"usage_feature_name\": \"mollit proident aliquip in\",\n \"usage_module_name\": \"Ut\",\n \"timestamp_utc\": \"1994-08-27T20:24:30.757Z\",\n \"value\": -30579840.92629282\n }\n ],\n \"token_key\": \"urn:uuid:e7f66113-d4ae-b94b-9b33-b36ac8c6e865\",\n \"create_usage_feature_if_not_exists\": false,\n \"create_usage_module_if_not_exists\": true\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/data_gathering/usage_heartbeats_by_name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "data_gathering", "usage_heartbeats_by_name" ], "variable": [ { "key": "isv_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "\"elit dolor adipisicing\"" }, { "name": "Conflict", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "AdminKey", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"client_id\": \"cupida\",\n \"product_id\": \"17283d15-3cb4-a45a-8558-e36b981cfcba\",\n \"usage_heartbeat\": [\n {\n \"usage_feature_name\": \"sed enim sint\",\n \"usage_module_name\": \"occaecat\",\n \"timestamp_utc\": \"1945-01-20T11:53:34.067Z\",\n \"value\": 63032805.85940355\n },\n {\n \"usage_feature_name\": \"mollit proident aliquip in\",\n \"usage_module_name\": \"Ut\",\n \"timestamp_utc\": \"1994-08-27T20:24:30.757Z\",\n \"value\": -30579840.92629282\n }\n ],\n \"token_key\": \"urn:uuid:e7f66113-d4ae-b94b-9b33-b36ac8c6e865\",\n \"create_usage_feature_if_not_exists\": false,\n \"create_usage_module_if_not_exists\": true\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/data_gathering/usage_heartbeats_by_name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "data_gathering", "usage_heartbeats_by_name" ], "variable": [ { "key": "isv_id" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": 48538908,\n \"message\": \"veniam ipsum non\",\n \"help\": \"anim sit non\"\n}" }, { "name": "Server Error", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "AdminKey", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"client_id\": \"cupida\",\n \"product_id\": \"17283d15-3cb4-a45a-8558-e36b981cfcba\",\n \"usage_heartbeat\": [\n {\n \"usage_feature_name\": \"sed enim sint\",\n \"usage_module_name\": \"occaecat\",\n \"timestamp_utc\": \"1945-01-20T11:53:34.067Z\",\n \"value\": 63032805.85940355\n },\n {\n \"usage_feature_name\": \"mollit proident aliquip in\",\n \"usage_module_name\": \"Ut\",\n \"timestamp_utc\": \"1994-08-27T20:24:30.757Z\",\n \"value\": -30579840.92629282\n }\n ],\n \"token_key\": \"urn:uuid:e7f66113-d4ae-b94b-9b33-b36ac8c6e865\",\n \"create_usage_feature_if_not_exists\": false,\n \"create_usage_module_if_not_exists\": true\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/data_gathering/usage_heartbeats_by_name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "data_gathering", "usage_heartbeats_by_name" ], "variable": [ { "key": "isv_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "lookup", "item": [ { "name": "Lookup Customer", "event": [ { "listen": "test", "script": { "exec": [ "var companies = pm.environment.get(\"companies\");\r", "var company = pm.environment.get(\"company\");\r", "\r", "pm.test(\"Status code is \", function () { \r", " if (company == \"-1\") {\r", " pm.response.to.have.status(200);\r", " }\r", " else if (company == \"-2\") {\r", " pm.response.to.have.status(204);\r", " }\r", " else \r", " pm.response.to.have.status(200);\r", "});\r", "\r", "\r", "if (companies && companies.length > 0) {\r", " postman.setNextRequest('Lookup Customer');\r", "}\r", "else {\r", " pm.environment.unset(\"company\");\r", " pm.environment.unset(\"companies\");\r", " postman.setNextRequest();\r", "}" ], "type": "text/javascript" } }, { "listen": "prerequest", "script": { "exec": [ "var companies = pm.environment.get(\"companies\");\r", "\r", "if (!companies) {\r", " companies = [\"-1\",\"-2\",\"-3\"];\r", "}\r", "\r", "var currentCompany = companies.shift();\r", "pm.environment.set(\"company\",currentCompany);\r", "pm.environment.set(\"companies\",companies);\r", "" ], "type": "text/javascript" } } ], "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"customer_number\": \"{{company}}\"\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/lookup/customer", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "lookup", "customer" ], "variable": [ { "key": "isv_id", "value": "{{isvid}}", "type": "string", "description": "(Required) " } ] } }, "response": [ { "name": "Success", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "AdminKey", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"customer_number\": \"et officia\"\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/lookup/customer", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "lookup", "customer" ], "variable": [ { "key": "isv_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "[\n \"50985d62-db14-0253-8063-12108fdb7c94\",\n \"urn:uuid:5aeb581e-183c-8e92-69c8-e1dde0c1c5de\"\n]" }, { "name": "Conflict", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "AdminKey", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"customer_number\": \"et officia\"\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/lookup/customer", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "lookup", "customer" ], "variable": [ { "key": "isv_id" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": 48538908,\n \"message\": \"veniam ipsum non\",\n \"help\": \"anim sit non\"\n}" }, { "name": "Server Error", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "AdminKey", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"customer_number\": \"et officia\"\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/lookup/customer", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "lookup", "customer" ], "variable": [ { "key": "isv_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Lookup product", "event": [ { "listen": "test", "script": { "exec": [ "pm.test(\"Status code is 200\", function () {\r", " pm.response.to.have.status(200);\r", "});" ], "type": "text/javascript" } }, { "listen": "prerequest", "script": { "exec": [ "" ], "type": "text/javascript" } } ], "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"product_name\": \"ORCA AVA\"\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/lookup/product", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "lookup", "product" ], "variable": [ { "key": "isv_id", "value": "{{isvid}}", "type": "string", "description": "(Required) " } ] } }, "response": [ { "name": "Success", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "AdminKey", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"customer_number\": \"et officia\"\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/lookup/customer", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "lookup", "customer" ], "variable": [ { "key": "isv_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "[\n \"50985d62-db14-0253-8063-12108fdb7c94\",\n \"urn:uuid:5aeb581e-183c-8e92-69c8-e1dde0c1c5de\"\n]" }, { "name": "Conflict", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "AdminKey", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"customer_number\": \"et officia\"\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/lookup/customer", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "lookup", "customer" ], "variable": [ { "key": "isv_id" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": 48538908,\n \"message\": \"veniam ipsum non\",\n \"help\": \"anim sit non\"\n}" }, { "name": "Server Error", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "AdminKey", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"customer_number\": \"et officia\"\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/lookup/customer", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "lookup", "customer" ], "variable": [ { "key": "isv_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Lookup Licenses", "event": [ { "listen": "test", "script": { "exec": [ "pm.test(\"Status code is 200\", function () {\r", " pm.response.to.have.status(200);\r", "});\r", "\r", "" ], "type": "text/javascript" } } ], "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"client_id\": \"{{clientid}}\",\n \"customer_number\": \"-1\",\n \"product_id\": \"{{productid}}\"\n ,\"legacy_key\": \"AVA 18.1\"\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/lookup/licenses", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "lookup", "licenses" ], "variable": [ { "key": "isv_id", "value": "{{isvid}}", "type": "string", "description": "(Required) " } ] } }, "response": [ { "name": "Success", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "AdminKey", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"client_id\": \"ex et\",\n \"customer_number\": \"labore sed\",\n \"product_id\": \"urn:uuid:f3df9c2d-4970-2198-ba81-2bc01414c070\",\n \"legacy_key\": \"tempor sunt\"\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/lookup/licenses", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "lookup", "licenses" ], "variable": [ { "key": "isv_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "[\n \"50985d62-db14-0253-8063-12108fdb7c94\",\n \"urn:uuid:5aeb581e-183c-8e92-69c8-e1dde0c1c5de\"\n]" }, { "name": "Conflict", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "AdminKey", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"client_id\": \"ex et\",\n \"customer_number\": \"labore sed\",\n \"product_id\": \"urn:uuid:f3df9c2d-4970-2198-ba81-2bc01414c070\",\n \"legacy_key\": \"tempor sunt\"\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/lookup/licenses", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "lookup", "licenses" ], "variable": [ { "key": "isv_id" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": 48538908,\n \"message\": \"veniam ipsum non\",\n \"help\": \"anim sit non\"\n}" }, { "name": "Server Error", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "AdminKey", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"client_id\": \"ex et\",\n \"customer_number\": \"labore sed\",\n \"product_id\": \"urn:uuid:f3df9c2d-4970-2198-ba81-2bc01414c070\",\n \"legacy_key\": \"tempor sunt\"\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/lookup/licenses", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "lookup", "licenses" ], "variable": [ { "key": "isv_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "provisioning", "item": [ { "name": "licenses", "item": [ { "name": "Get licenses from Customer", "event": [ { "listen": "test", "script": { "exec": [ "pm.test(\"Status code is 200\", function () {\r", " pm.response.to.have.status(200);\r", "});" ], "type": "text/javascript" } } ], "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"customer_number\": \"-1\",\n \"product_id\": \"{{productid}}\",\n \"active_licenses_only\": true\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/provisioning/licenses/by_customer", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "provisioning", "licenses", "by_customer" ], "variable": [ { "key": "isv_id", "value": "{{isvid}}", "type": "string", "description": "(Required) " } ] }, "description": "More Information." }, "response": [ { "name": "Success", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "AdminKey", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"customer_number\": \"laborum pariatur ipsum\",\n \"product_id\": \"dd8a1a6c-2ea8-6517-8c69-c4a51786c8ac\",\n \"active_licenses_only\": true\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/provisioning/licenses/by_customer", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "provisioning", "licenses", "by_customer" ], "variable": [ { "key": "isv_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "[\n {\n \"customer_id\": \"urn:uuid:8f82b48c-7775-2cd8-d20f-45f4d5218860\",\n \"name\": \"exercitation consectetur aute eiusmod\",\n \"product_id\": \"urn:uuid:1b9b884c-d3bd-0d64-5377-4c6c4e5e83cb\",\n \"template_id\": \"urn:uuid:e70da843-2b2d-fce0-b1ab-f36f78c0de90\",\n \"token_limit\": -33880178,\n \"trial_days_count\": -85204771,\n \"expiration_mode\": 1,\n \"heartbeat_mode\": 1,\n \"expiration_date_utc\": \"1942-12-23T20:01:33.070Z\",\n \"valid_days_count\": -90784235,\n \"date_of_issue_utc\": \"1974-02-03T09:32:48.143Z\",\n \"is_active\": true,\n \"is_expired\": false,\n \"is_group_valid\": false,\n \"group_count\": -97188466,\n \"id\": \"urn:uuid:4f6e05d7-af5a-9a5a-7f00-732a47e72b1f\",\n \"legacy_license_key\": \"enim culpa\",\n \"license_type_id\": \"d05aa6ee-b420-a8a0-3369-f306717b1705\",\n \"license_type\": {\n \"id\": \"a50c3040-dc19-0853-9861-45300e2f495e\",\n \"name\": \"reprehenderit velit cupidatat incididunt\"\n },\n \"description\": \"Excepteur volup\",\n \"is_temporary\": \"qui mollit\",\n \"goodwill_token_limit\": 93967297,\n \"floating_token_limit\": 98691016,\n \"user_limit\": 60308237,\n \"software_release_limitation_id\": \"8ef97c18-4736-8520-538d-7b9ff5abf126\",\n \"is_expiration_mode_adjustable\": true,\n \"is_software_release_limitation_adjustable\": true,\n \"license_features\": [\n {\n \"feature_id\": \"5281c2d0-1d0f-2415-bafd-e291ce9ff855\",\n \"product_id\": \"e7df29fe-1d40-a79d-5279-7f0b05c17f02\",\n \"id\": \"urn:uuid:c48bc3f3-4c0b-0ca1-80b1-ce6ccd7bbeaf\",\n \"parent_id\": \"urn:uuid:be708ea7-d32b-735f-9178-76b35f6eb4d2\",\n \"sub_features\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"is_adjustable\": true,\n \"is_active\": false,\n \"feature_name\": \"exercitation nulla nostrud esse ut\"\n },\n {\n \"feature_id\": \"67d3acc9-dd4a-1ae6-2ab7-0fe2b2372f56\",\n \"product_id\": \"urn:uuid:674213ef-d300-72dd-af51-df22eadf8018\",\n \"id\": \"urn:uuid:d3c17a90-f982-8e8e-e9c8-52915ae61987\",\n \"parent_id\": \"urn:uuid:bb103395-e65a-6d7f-b77a-a99b97d35199\",\n \"sub_features\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"is_adjustable\": false,\n \"is_active\": true,\n \"feature_name\": \"ut cupidatat eius\"\n }\n ],\n \"license_limitations\": [\n {\n \"limitation_id\": \"urn:uuid:c132bdaa-ee41-c74c-d486-51656715d0d3\",\n \"product_id\": \"e25a7e9d-f0d1-d9c0-fd98-5b9c8e130493\",\n \"id\": \"826026b4-0e42-a546-77d7-0fbccba3e621\",\n \"limit\": 32108351,\n \"consumption_reset_mode\": 1,\n \"consumption_reset_period_days\": 3988260,\n \"is_adjustable\": true,\n \"is_active\": true,\n \"limitation_name\": \"aliquip pariatur\"\n },\n {\n \"limitation_id\": \"urn:uuid:02523604-acee-a991-90d8-3f4a6ad31d2e\",\n \"product_id\": \"56913f98-be02-fc18-2056-d66a32982158\",\n \"id\": \"4e3711cd-1aa6-6587-7fc1-429f4f386b56\",\n \"limit\": 44686717,\n \"consumption_reset_mode\": 2,\n \"consumption_reset_period_days\": 95232030,\n \"is_adjustable\": true,\n \"is_active\": true,\n \"limitation_name\": \"ea aute pariatur\"\n }\n ],\n \"license_variables\": [\n {\n \"product_id\": \"urn:uuid:6be0d59a-5851-46ff-efdf-2250ceaa6966\",\n \"variable_id\": \"urn:uuid:e83ac61d-a010-a302-2036-a66baa3e6a55\",\n \"id\": \"urn:uuid:01762803-9f52-5064-3854-da951d65bc37\",\n \"value\": \"officia m\",\n \"is_adjustable\": true,\n \"is_active\": true,\n \"variable_name\": \"reprehenderit nisi eu\"\n },\n {\n \"product_id\": \"urn:uuid:7a455494-2ac5-f4f3-d01d-b27982db02bb\",\n \"variable_id\": \"urn:uuid:cb2fc71c-1d66-a3e7-b727-27c667883130\",\n \"id\": \"6401fb44-17eb-8e63-87f2-2ea14c5ce542\",\n \"value\": \"aute eu non officia consequat\",\n \"is_adjustable\": true,\n \"is_active\": true,\n \"variable_name\": \"qui veniam sed\"\n }\n ],\n \"created_date_utc\": \"1950-12-15T00:22:23.728Z\",\n \"modified_date_utc\": \"1994-09-13T11:37:42.250Z\",\n \"last_modified_by\": \"magna minim proident\",\n \"customer\": {\n \"company_name\": \"nostrud adipisicing quis\",\n \"country\": \"reprehenderit minim in\",\n \"id\": \"7865b1cf-2319-28c4-98b8-949215040dd7\",\n \"email\": \"nisi non dolor adipisicing\",\n \"street\": \"cillum dolore\",\n \"city\": \"nisi\",\n \"postalcode\": \"velit Lorem\",\n \"phone\": \"Ut anim ad fugiat sunt\",\n \"logo\": {\n \"uri\": \"adipisicing culpa\",\n \"name\": \"enim minim sint ad\"\n },\n \"subscription\": {\n \"id\": \"urn:uuid:e3d822f9-52d5-a62e-6be8-0fdbcc4ac563\",\n \"customer_type_name\": \"dolore anim\"\n },\n \"customer_number\": \"tempor in ad\",\n \"prospect_number\": \"do nostrud velit\",\n \"longitude\": 33421296.091134384,\n \"latitude\": 52247281.296631336,\n \"last_modified_by\": \"cillum Excepteur qui\",\n \"modified_date_utc\": \"2005-09-24T15:30:25.894Z\",\n \"created_date_utc\": \"1992-01-18T14:03:56.138Z\"\n },\n \"product\": {\n \"name\": \"minim Lorem Ut dolor sit\",\n \"prioritized_key\": 1,\n \"id\": \"6556e6ff-545a-ecd6-f258-2a66e3911d09\",\n \"short_description\": \"dolor ut labore consequat dolore\",\n \"description\": \"velit\",\n \"logo\": {\n \"uri\": \"ut\",\n \"name\": \"ipsum commodo nostrud reprehenderit\"\n },\n \"minimum_software_release_id\": \"b1f52067-332b-9497-1757-28e9277ed32e\",\n \"minimum_software_release\": {\n \"id\": \"urn:uuid:85e045f6-d464-7129-bf9d-bc0cc8de8810\",\n \"product_id\": \"urn:uuid:820e4d7a-6707-7812-3cf7-eaa32cf8ad12\",\n \"software_release\": \"ullamco cupidatat Excepteur incididunt\",\n \"description\": \"laborum Lorem officia qui\"\n },\n \"software_release\": [\n {\n \"id\": \"urn:uuid:03220b00-6054-a4c2-93fe-6bc0ccbf8591\",\n \"product_id\": \"1b60053e-1ffe-d1d6-04bf-f89737e5efd0\",\n \"software_release\": \"pariatur ut\",\n \"description\": \"officia\"\n },\n {\n \"id\": \"urn:uuid:df6d75a7-11b0-c987-3387-6783a199c0a0\",\n \"product_id\": \"a1253c2c-4ddf-c53c-3cf5-a51b32fc65bf\",\n \"software_release\": \"officia consectetur in\",\n \"description\": \"non Ut\"\n }\n ],\n \"last_modified_by\": \"pariatur sint occaecat laborum\",\n \"created_date_utc\": \"1991-02-20T10:06:31.286Z\",\n \"modified_date_utc\": \"1992-02-09T03:37:26.454Z\",\n \"is_goodwill_visible\": false,\n \"is_upgrade_compliance_visible\": true,\n \"is_group_compliance_visible\": false,\n \"maximum_inactive_days\": -67460012\n },\n \"template\": {\n \"name\": \"magna\",\n \"product_id\": \"urn:uuid:9f622707-3573-62ec-4863-0a35b82b7f67\",\n \"token_limit\": -21707938,\n \"id\": \"0b07ab0a-fe68-8e7a-eebf-b986fdfeb45d\",\n \"is_active\": false,\n \"product_name\": \"enim commodo dolore aute pariatur\",\n \"description\": \"Duis magna consectetur esse quis\",\n \"short_description\": \"sunt ea quis\",\n \"goodwill_token_limit\": 4885722,\n \"user_limit\": -85329983,\n \"software_release_limitation_id\": \"urn:uuid:ce15378a-fa0f-3f70-e667-e990d43eafc9\",\n \"heartbeat_period\": -52818855,\n \"free_ride\": 61902352,\n \"software_release_limitation\": {\n \"id\": \"urn:uuid:4714da99-64fc-c800-7a0a-72157164a35f\",\n \"product_id\": \"urn:uuid:0c5f186a-776b-1938-67f0-2ef9c8256c76\",\n \"software_release\": \"est ad sit deserunt\",\n \"description\": \"dolor amet\"\n },\n \"is_expiration_mode_adjustable\": false,\n \"is_software_release_limitation_adjustable\": true,\n \"allows_invalid_software_release\": true,\n \"trial_days_count\": -84731532,\n \"expiration_mode\": 2,\n \"heartbeat_mode\": 2,\n \"client_type\": 1,\n \"activation_upon_license_creation\": 1,\n \"token_ui_mode\": 1,\n \"expiration_date_utc\": \"1989-04-27T12:03:10.597Z\",\n \"valid_days_count\": -62272877,\n \"features\": [\n {\n \"feature_id\": \"eae492b8-0d19-9317-72b3-5d72b3b010e1\",\n \"id\": \"urn:uuid:2654ecc3-39ef-3aca-77ea-366e9f1e2a6c\",\n \"is_adjustable\": false,\n \"is_active\": true,\n \"template_id\": \"urn:uuid:62edfef2-1e7a-3b58-2c98-20ea78e52ea9\",\n \"parent_id\": \"urn:uuid:95727b6b-46d4-3fa1-835c-e3c1aefed18c\",\n \"sub_features\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"feature_name\": \"do ut dolore\"\n },\n {\n \"feature_id\": \"50119ac2-be98-9897-9eb2-8a4d4152c88e\",\n \"id\": \"9e27dbad-be55-d429-2854-55442a110966\",\n \"is_adjustable\": false,\n \"is_active\": true,\n \"template_id\": \"urn:uuid:8f3cbf06-73b6-5768-9126-c6f0dc65fcc2\",\n \"parent_id\": \"urn:uuid:76211b70-ec8c-57f8-1906-56b9bbc0c41f\",\n \"sub_features\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"feature_name\": \"magna nisi ullamco veniam\"\n }\n ],\n \"limitations\": [\n {\n \"limitation_id\": \"urn:uuid:850cf52c-fcb9-e36c-73d0-f0e16f8c43d1\",\n \"id\": \"b4cebb81-8359-692a-7fa3-9837d672fabb\",\n \"is_adjustable\": false,\n \"is_active\": false,\n \"template_id\": \"urn:uuid:16fd29f9-3617-6e37-1093-b06955c4a6c6\",\n \"limit\": -5711294,\n \"consumption_reset_mode\": 0,\n \"consumption_reset_period_days\": -26941878,\n \"limitation_name\": \"cillum occaecat dolore cupidatat\"\n },\n {\n \"limitation_id\": \"a6e5e16d-4112-9a3e-8044-6e873fc3b29c\",\n \"id\": \"urn:uuid:dfa55556-251d-108a-a60e-a23ec261498d\",\n \"is_adjustable\": false,\n \"is_active\": false,\n \"template_id\": \"cd97744b-3fcf-ea81-cc7f-70e6cbbb4e7d\",\n \"limit\": 42447627,\n \"consumption_reset_mode\": 0,\n \"consumption_reset_period_days\": 99343309,\n \"limitation_name\": \"est velit\"\n }\n ],\n \"variables\": [\n {\n \"variable_id\": \"urn:uuid:0c9a3b77-2b0a-8e0b-4c60-e9e9e93103d1\",\n \"id\": \"acef4350-2f01-ee99-79c0-66b769890120\",\n \"is_adjustable\": false,\n \"is_active\": true,\n \"template_id\": \"7452b389-3245-daa0-7d5a-81af042c0c1a\",\n \"value\": \"dolore cillum sunt tempor\",\n \"variable_name\": \"ut adipisicing Duis\"\n },\n {\n \"variable_id\": \"urn:uuid:92a687d2-2a44-3e67-8e76-eeec79caaad1\",\n \"id\": \"urn:uuid:3af82030-5d5a-4b32-f763-ad7cbc421e13\",\n \"is_adjustable\": false,\n \"is_active\": true,\n \"template_id\": \"urn:uuid:d516a40f-d157-25a5-f390-40013e84907e\",\n \"value\": \"do nulla Excepteur exercitation\",\n \"variable_name\": \"qui elit\"\n }\n ],\n \"last_modified_by\": \"labore commodo laboris proident ullamco\",\n \"modified_date_utc\": \"2006-07-10T10:28:25.202Z\",\n \"created_date_utc\": \"1988-11-16T03:48:51.207Z\",\n \"provisioning_mode\": 1,\n \"floating_token_limit\": 86199355,\n \"session_period\": -54697685,\n \"is_temporary\": false\n },\n \"software_release_limitation\": {\n \"id\": \"df90b4ef-ca62-5aa3-6536-4f219b7faea0\",\n \"product_id\": \"urn:uuid:3b136410-d81d-c3b9-89cd-59973c49c2e8\",\n \"software_release\": \"laborum consequat\",\n \"description\": \"et laboris ullamco\"\n },\n \"license_users\": [\n {\n \"license_id\": \"urn:uuid:527876b3-1f06-c0b8-7862-429bd7af4571\",\n \"name\": \"amet sit\",\n \"user_id\": \"et nulla elit\",\n \"is_active\": true,\n \"created_date_utc\": \"2019-01-01T16:07:40.758Z\",\n \"modified_date_utc\": \"1990-12-11T05:40:08.982Z\",\n \"last_modified_by\": \"cupidatat in mo\"\n },\n {\n \"license_id\": \"b688ad41-c92a-2241-d4be-05823064eecc\",\n \"name\": \"deserunt\",\n \"user_id\": \"nisi qui\",\n \"is_active\": true,\n \"created_date_utc\": \"1948-10-26T07:47:47.213Z\",\n \"modified_date_utc\": \"1992-11-07T08:02:16.426Z\",\n \"last_modified_by\": \"reprehenderit et\"\n }\n ]\n },\n {\n \"customer_id\": \"2b92119e-08c2-d306-e0bc-1656eb3c077b\",\n \"name\": \"id\",\n \"product_id\": \"715e6539-fd55-82b4-8ecf-159dac15c580\",\n \"template_id\": \"urn:uuid:ad042e72-9740-1010-9ffb-543b0b6a1e99\",\n \"token_limit\": -26609734,\n \"trial_days_count\": -22669034,\n \"expiration_mode\": 3,\n \"heartbeat_mode\": 2,\n \"expiration_date_utc\": \"1974-01-25T03:01:17.653Z\",\n \"valid_days_count\": 1105482,\n \"date_of_issue_utc\": \"1943-03-15T03:10:52.785Z\",\n \"is_active\": true,\n \"is_expired\": true,\n \"is_group_valid\": false,\n \"group_count\": 19074092,\n \"id\": \"urn:uuid:4d113fbe-1a5d-7c90-0e3e-5c717c8685b9\",\n \"legacy_license_key\": \"nulla eiusmod et mollit\",\n \"license_type_id\": \"urn:uuid:a381856f-edf3-4b0f-a8dc-bff067279e01\",\n \"license_type\": {\n \"id\": \"urn:uuid:8c9912f8-61fd-9c17-0222-168f345d6bf2\",\n \"name\": \"do\"\n },\n \"description\": \"labore minim a\",\n \"is_temporary\": \"irure\",\n \"goodwill_token_limit\": -58236829,\n \"floating_token_limit\": 6004350,\n \"user_limit\": 99429394,\n \"software_release_limitation_id\": \"7ca41dfb-1893-279b-cc97-115130f8389d\",\n \"is_expiration_mode_adjustable\": true,\n \"is_software_release_limitation_adjustable\": false,\n \"license_features\": [\n {\n \"feature_id\": \"urn:uuid:47a431cf-11c4-f87b-be8b-23e87b4fea57\",\n \"product_id\": \"urn:uuid:2f735d26-0118-c582-7049-4afc70a1ee45\",\n \"id\": \"urn:uuid:199050da-a3af-021b-a771-9096a3ef1824\",\n \"parent_id\": \"1f25fd70-9d97-7ea6-8668-d7689faa4169\",\n \"sub_features\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"is_adjustable\": true,\n \"is_active\": true,\n \"feature_name\": \"velit pariatur\"\n },\n {\n \"feature_id\": \"urn:uuid:fe6bffeb-9d66-59fb-d47c-76a396dfbcc1\",\n \"product_id\": \"urn:uuid:59f9aa19-fc6c-dbbe-6683-5ec3aae6c91e\",\n \"id\": \"2dc9f86d-bb7a-c299-9ee6-963734d0736a\",\n \"parent_id\": \"6df2804d-4e35-ccee-b720-c521f2f996d3\",\n \"sub_features\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"is_adjustable\": true,\n \"is_active\": false,\n \"feature_name\": \"laborum Excepteur non\"\n }\n ],\n \"license_limitations\": [\n {\n \"limitation_id\": \"3e995133-6a9f-3204-1d90-d4b2cd69adb7\",\n \"product_id\": \"urn:uuid:e83fde4e-6b16-27db-f5e1-cf33554d22de\",\n \"id\": \"urn:uuid:d2b24dde-96e5-6d0c-04b7-b98e1f76bed9\",\n \"limit\": 59363279,\n \"consumption_reset_mode\": 1,\n \"consumption_reset_period_days\": 72353380,\n \"is_adjustable\": false,\n \"is_active\": true,\n \"limitation_name\": \"in\"\n },\n {\n \"limitation_id\": \"urn:uuid:efbf005a-305a-e306-043d-10d17ece4f80\",\n \"product_id\": \"9f29f35d-6ef6-8aac-8d88-33364c6f1b92\",\n \"id\": \"urn:uuid:cb195fe9-ad64-65d9-7326-c31b4b2b9bcd\",\n \"limit\": -87863749,\n \"consumption_reset_mode\": 0,\n \"consumption_reset_period_days\": 79733016,\n \"is_adjustable\": false,\n \"is_active\": true,\n \"limitation_name\": \"eiusmod reprehenderit consequat\"\n }\n ],\n \"license_variables\": [\n {\n \"product_id\": \"urn:uuid:0480d11a-87a8-b220-1fce-0314b959105e\",\n \"variable_id\": \"1b8bdd70-7e0a-3f51-4012-31edfbb3a55a\",\n \"id\": \"fd9de303-abb6-858a-aa1b-ab59eccbea61\",\n \"value\": \"elit enim amet\",\n \"is_adjustable\": true,\n \"is_active\": false,\n \"variable_name\": \"ipsum aliquip veniam sed adipisicing\"\n },\n {\n \"product_id\": \"urn:uuid:c0e42a3f-a31e-bb21-0ced-a29b2be47617\",\n \"variable_id\": \"urn:uuid:5e0c9e52-644f-09a1-c0cc-99d0d8d5f9cf\",\n \"id\": \"urn:uuid:f2e6d023-836a-48ea-44d2-e8bac12e1287\",\n \"value\": \"aliqua anim\",\n \"is_adjustable\": true,\n \"is_active\": true,\n \"variable_name\": \"ex fugiat\"\n }\n ],\n \"created_date_utc\": \"1984-08-25T22:28:45.398Z\",\n \"modified_date_utc\": \"1995-07-06T03:03:13.710Z\",\n \"last_modified_by\": \"id sint quis\",\n \"customer\": {\n \"company_name\": \"velit Ut nulla ut\",\n \"country\": \"Lorem\",\n \"id\": \"urn:uuid:58adfd2b-c8b6-f0f4-c13d-c1cffed94046\",\n \"email\": \"consequat ut fugiat consectetur\",\n \"street\": \"Duis dolore laboris aliquip\",\n \"city\": \"Excepteur\",\n \"postalcode\": \"ess\",\n \"phone\": \"vol\",\n \"logo\": {\n \"uri\": \"sunt nulla voluptate\",\n \"name\": \"consequat\"\n },\n \"subscription\": {\n \"id\": \"urn:uuid:ef1a308c-85c6-39f4-bbc8-02480fb53c5f\",\n \"customer_type_name\": \"ad\"\n },\n \"customer_number\": \"ex elit\",\n \"prospect_number\": \"ad ea ut pariatur\",\n \"longitude\": 82914079.10114872,\n \"latitude\": 23463559.90522486,\n \"last_modified_by\": \"eu ad reprehenderit minim\",\n \"modified_date_utc\": \"1950-10-06T23:22:08.030Z\",\n \"created_date_utc\": \"1963-11-22T08:18:44.690Z\"\n },\n \"product\": {\n \"name\": \"dolor tempor d\",\n \"prioritized_key\": 1,\n \"id\": \"urn:uuid:50598e99-ace7-2efc-d772-c9fbecd5f852\",\n \"short_description\": \"sunt laboris sit dolore\",\n \"description\": \"non\",\n \"logo\": {\n \"uri\": \"incididunt non\",\n \"name\": \"ipsum reprehenderit voluptate\"\n },\n \"minimum_software_release_id\": \"urn:uuid:a3591b96-4d75-43f6-e97b-78ce15ec2736\",\n \"minimum_software_release\": {\n \"id\": \"urn:uuid:611ce4f9-4243-bce1-311d-16267502acd0\",\n \"product_id\": \"urn:uuid:329ddd37-18b5-81c8-33db-09532690e2db\",\n \"software_release\": \"sunt\",\n \"description\": \"mollit reprehenderit exercitation\"\n },\n \"software_release\": [\n {\n \"id\": \"e8d65078-d7f8-173d-b627-46f0404e6de8\",\n \"product_id\": \"0a1fa9a3-eaf6-3052-392f-3890f8b7e320\",\n \"software_release\": \"laboris anim ut consequat\",\n \"description\": \"elit deserunt sit quis \"\n },\n {\n \"id\": \"urn:uuid:0d803adc-049e-ab5a-69ef-2d5d14f1142f\",\n \"product_id\": \"223f014a-21ec-6bd5-02f4-823cc372960b\",\n \"software_release\": \"cillum\",\n \"description\": \"id\"\n }\n ],\n \"last_modified_by\": \"sit voluptate velit\",\n \"created_date_utc\": \"1943-12-19T19:28:29.286Z\",\n \"modified_date_utc\": \"1962-09-12T11:23:04.591Z\",\n \"is_goodwill_visible\": false,\n \"is_upgrade_compliance_visible\": true,\n \"is_group_compliance_visible\": false,\n \"maximum_inactive_days\": -78112773\n },\n \"template\": {\n \"name\": \"in qui eu ullamco\",\n \"product_id\": \"urn:uuid:928b4d6a-6da4-1a8b-5bda-bd01ea9dec21\",\n \"token_limit\": 70061384,\n \"id\": \"urn:uuid:bdd459bc-b81c-a621-25ed-de0c35e9f80a\",\n \"is_active\": false,\n \"product_name\": \"velit Ut commodo\",\n \"description\": \"reprehend\",\n \"short_description\": \"labore minim sed fugiat\",\n \"goodwill_token_limit\": -18145424,\n \"user_limit\": 31890891,\n \"software_release_limitation_id\": \"42883b58-a212-a7b8-4c38-bc99749a7431\",\n \"heartbeat_period\": 80412012,\n \"free_ride\": -7549488,\n \"software_release_limitation\": {\n \"id\": \"urn:uuid:d807340d-60d2-db7b-ddcc-7e668e86a749\",\n \"product_id\": \"a038d0a7-7446-9fea-64b1-2d25f914b034\",\n \"software_release\": \"sunt ut Lorem nulla\",\n \"description\": \"consequat laboris\"\n },\n \"is_expiration_mode_adjustable\": true,\n \"is_software_release_limitation_adjustable\": false,\n \"allows_invalid_software_release\": true,\n \"trial_days_count\": 33348738,\n \"expiration_mode\": 1,\n \"heartbeat_mode\": 2,\n \"client_type\": 0,\n \"activation_upon_license_creation\": 2,\n \"token_ui_mode\": 0,\n \"expiration_date_utc\": \"2018-10-12T07:09:24.063Z\",\n \"valid_days_count\": 72509188,\n \"features\": [\n {\n \"feature_id\": \"urn:uuid:0da572fc-07ae-9e89-1866-ba60ba1d6658\",\n \"id\": \"b3172cd2-14f0-95be-c5be-a783d1402dbb\",\n \"is_adjustable\": true,\n \"is_active\": true,\n \"template_id\": \"1f147aa5-f6f0-5431-4bcc-351dcf07c1a8\",\n \"parent_id\": \"0d2215c1-12af-0c23-7ebe-1a62ea8a5c57\",\n \"sub_features\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"feature_name\": \"non proident\"\n },\n {\n \"feature_id\": \"09846de1-23df-826b-0597-bc354992e325\",\n \"id\": \"898d0089-5e2b-fb11-ae09-c634308d00bb\",\n \"is_adjustable\": true,\n \"is_active\": false,\n \"template_id\": \"urn:uuid:16d3cbe8-50de-05be-6292-87e456fbe830\",\n \"parent_id\": \"urn:uuid:726323b3-9eed-8ee9-038f-d965b7005da5\",\n \"sub_features\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"feature_name\": \"consectetur proident\"\n }\n ],\n \"limitations\": [\n {\n \"limitation_id\": \"15d2e27e-96e3-11be-7a51-1d5e6c029782\",\n \"id\": \"6f0ee082-ada4-a113-5331-2441085b33b3\",\n \"is_adjustable\": false,\n \"is_active\": false,\n \"template_id\": \"8769f255-d2c6-9a7a-e0e3-95964f02e07e\",\n \"limit\": -92258668,\n \"consumption_reset_mode\": 0,\n \"consumption_reset_period_days\": 78876830,\n \"limitation_name\": \"amet fugiat sint sit\"\n },\n {\n \"limitation_id\": \"urn:uuid:e5fee387-4127-5a43-d1a2-1693cb348c02\",\n \"id\": \"e597f5e0-2a53-cd61-46ca-5ca641162c9f\",\n \"is_adjustable\": false,\n \"is_active\": false,\n \"template_id\": \"535ba4d2-012b-e3ae-ab04-a523db8f8e61\",\n \"limit\": 92511308,\n \"consumption_reset_mode\": 0,\n \"consumption_reset_period_days\": 65025203,\n \"limitation_name\": \"Ut in nulla\"\n }\n ],\n \"variables\": [\n {\n \"variable_id\": \"urn:uuid:97ad7336-8827-0a13-2e71-04ab2b9c203f\",\n \"id\": \"urn:uuid:4730ada2-c606-06fd-a673-a75ba3891c5c\",\n \"is_adjustable\": false,\n \"is_active\": true,\n \"template_id\": \"urn:uuid:bfc61370-c844-c69a-8de9-51306fc13d01\",\n \"value\": \"amet sit\",\n \"variable_name\": \"ex ut ea deserunt\"\n },\n {\n \"variable_id\": \"de42b949-ff5f-12cc-c558-2b8876462e69\",\n \"id\": \"a10297e8-e52e-b96d-bd1b-de07d8dfb312\",\n \"is_adjustable\": true,\n \"is_active\": true,\n \"template_id\": \"27932561-0c09-c653-3d49-fe1212fc20a1\",\n \"value\": \"sint proident mag\",\n \"variable_name\": \"mollit ad d\"\n }\n ],\n \"last_modified_by\": \"quis ea enim\",\n \"modified_date_utc\": \"2009-06-30T03:52:12.078Z\",\n \"created_date_utc\": \"1985-04-11T17:37:41.436Z\",\n \"provisioning_mode\": 1,\n \"floating_token_limit\": -49058509,\n \"session_period\": -49048987,\n \"is_temporary\": false\n },\n \"software_release_limitation\": {\n \"id\": \"f1cec69e-9b20-5d7b-af06-089b05817aad\",\n \"product_id\": \"urn:uuid:fdeba29d-f249-fc3e-cf65-373b1e288055\",\n \"software_release\": \"reprehenderit Duis\",\n \"description\": \"esse non\"\n },\n \"license_users\": [\n {\n \"license_id\": \"799cfbe4-c58d-376d-2c7d-8cba551fa79f\",\n \"name\": \"mollit\",\n \"user_id\": \"laboris sint anim dolore\",\n \"is_active\": true,\n \"created_date_utc\": \"1987-01-04T05:43:49.569Z\",\n \"modified_date_utc\": \"1980-02-14T08:35:07.992Z\",\n \"last_modified_by\": \"commodo non deserunt sed\"\n },\n {\n \"license_id\": \"963a9e3c-a7c7-b656-f1d9-12ab4f82c677\",\n \"name\": \"in culpa cillum sunt\",\n \"user_id\": \"ea ad irure\",\n \"is_active\": true,\n \"created_date_utc\": \"1976-04-03T20:18:46.210Z\",\n \"modified_date_utc\": \"1968-11-13T21:32:12.014Z\",\n \"last_modified_by\": \"cupidatat dolor incididunt enim\"\n }\n ]\n }\n]" }, { "name": "Conflict", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "AdminKey", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"customer_number\": \"laborum pariatur ipsum\",\n \"product_id\": \"dd8a1a6c-2ea8-6517-8c69-c4a51786c8ac\",\n \"active_licenses_only\": true\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/provisioning/licenses/by_customer", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "provisioning", "licenses", "by_customer" ], "variable": [ { "key": "isv_id" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": 48538908,\n \"message\": \"veniam ipsum non\",\n \"help\": \"anim sit non\"\n}" }, { "name": "Server Error", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "AdminKey", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"customer_number\": \"laborum pariatur ipsum\",\n \"product_id\": \"dd8a1a6c-2ea8-6517-8c69-c4a51786c8ac\",\n \"active_licenses_only\": true\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/provisioning/licenses/by_customer", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "provisioning", "licenses", "by_customer" ], "variable": [ { "key": "isv_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Get licenses from licensekey", "event": [ { "listen": "test", "script": { "exec": [ "pm.test(\"Status code is 200\", function () {\r", " pm.response.to.have.status(200);\r", "});" ], "type": "text/javascript" } } ], "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"product_id\": \"{{productid}}\",\n \"license_key\": \"d54bb55c-154c-448d-8a54-80a612f7be75\"\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/provisioning/licenses/by_license", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "provisioning", "licenses", "by_license" ], "variable": [ { "key": "isv_id", "value": "{{isvid}}", "type": "string", "description": "(Required) " } ] }, "description": "More Information." }, "response": [ { "name": "Success", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "AdminKey", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"product_id\": \"urn:uuid:f222f206-0540-ce07-cf98-4fb8e6327f96\",\n \"license_key\": \"voluptate sed sit nulla\"\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/provisioning/licenses/by_license", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "provisioning", "licenses", "by_license" ], "variable": [ { "key": "isv_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "[\n {\n \"customer_id\": \"urn:uuid:8f82b48c-7775-2cd8-d20f-45f4d5218860\",\n \"name\": \"exercitation consectetur aute eiusmod\",\n \"product_id\": \"urn:uuid:1b9b884c-d3bd-0d64-5377-4c6c4e5e83cb\",\n \"template_id\": \"urn:uuid:e70da843-2b2d-fce0-b1ab-f36f78c0de90\",\n \"token_limit\": -33880178,\n \"trial_days_count\": -85204771,\n \"expiration_mode\": 1,\n \"heartbeat_mode\": 1,\n \"expiration_date_utc\": \"1942-12-23T20:01:33.070Z\",\n \"valid_days_count\": -90784235,\n \"date_of_issue_utc\": \"1974-02-03T09:32:48.143Z\",\n \"is_active\": true,\n \"is_expired\": false,\n \"is_group_valid\": false,\n \"group_count\": -97188466,\n \"id\": \"urn:uuid:4f6e05d7-af5a-9a5a-7f00-732a47e72b1f\",\n \"legacy_license_key\": \"enim culpa\",\n \"license_type_id\": \"d05aa6ee-b420-a8a0-3369-f306717b1705\",\n \"license_type\": {\n \"id\": \"a50c3040-dc19-0853-9861-45300e2f495e\",\n \"name\": \"reprehenderit velit cupidatat incididunt\"\n },\n \"description\": \"Excepteur volup\",\n \"is_temporary\": \"qui mollit\",\n \"goodwill_token_limit\": 93967297,\n \"floating_token_limit\": 98691016,\n \"user_limit\": 60308237,\n \"software_release_limitation_id\": \"8ef97c18-4736-8520-538d-7b9ff5abf126\",\n \"is_expiration_mode_adjustable\": true,\n \"is_software_release_limitation_adjustable\": true,\n \"license_features\": [\n {\n \"feature_id\": \"5281c2d0-1d0f-2415-bafd-e291ce9ff855\",\n \"product_id\": \"e7df29fe-1d40-a79d-5279-7f0b05c17f02\",\n \"id\": \"urn:uuid:c48bc3f3-4c0b-0ca1-80b1-ce6ccd7bbeaf\",\n \"parent_id\": \"urn:uuid:be708ea7-d32b-735f-9178-76b35f6eb4d2\",\n \"sub_features\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"is_adjustable\": true,\n \"is_active\": false,\n \"feature_name\": \"exercitation nulla nostrud esse ut\"\n },\n {\n \"feature_id\": \"67d3acc9-dd4a-1ae6-2ab7-0fe2b2372f56\",\n \"product_id\": \"urn:uuid:674213ef-d300-72dd-af51-df22eadf8018\",\n \"id\": \"urn:uuid:d3c17a90-f982-8e8e-e9c8-52915ae61987\",\n \"parent_id\": \"urn:uuid:bb103395-e65a-6d7f-b77a-a99b97d35199\",\n \"sub_features\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"is_adjustable\": false,\n \"is_active\": true,\n \"feature_name\": \"ut cupidatat eius\"\n }\n ],\n \"license_limitations\": [\n {\n \"limitation_id\": \"urn:uuid:c132bdaa-ee41-c74c-d486-51656715d0d3\",\n \"product_id\": \"e25a7e9d-f0d1-d9c0-fd98-5b9c8e130493\",\n \"id\": \"826026b4-0e42-a546-77d7-0fbccba3e621\",\n \"limit\": 32108351,\n \"consumption_reset_mode\": 1,\n \"consumption_reset_period_days\": 3988260,\n \"is_adjustable\": true,\n \"is_active\": true,\n \"limitation_name\": \"aliquip pariatur\"\n },\n {\n \"limitation_id\": \"urn:uuid:02523604-acee-a991-90d8-3f4a6ad31d2e\",\n \"product_id\": \"56913f98-be02-fc18-2056-d66a32982158\",\n \"id\": \"4e3711cd-1aa6-6587-7fc1-429f4f386b56\",\n \"limit\": 44686717,\n \"consumption_reset_mode\": 2,\n \"consumption_reset_period_days\": 95232030,\n \"is_adjustable\": true,\n \"is_active\": true,\n \"limitation_name\": \"ea aute pariatur\"\n }\n ],\n \"license_variables\": [\n {\n \"product_id\": \"urn:uuid:6be0d59a-5851-46ff-efdf-2250ceaa6966\",\n \"variable_id\": \"urn:uuid:e83ac61d-a010-a302-2036-a66baa3e6a55\",\n \"id\": \"urn:uuid:01762803-9f52-5064-3854-da951d65bc37\",\n \"value\": \"officia m\",\n \"is_adjustable\": true,\n \"is_active\": true,\n \"variable_name\": \"reprehenderit nisi eu\"\n },\n {\n \"product_id\": \"urn:uuid:7a455494-2ac5-f4f3-d01d-b27982db02bb\",\n \"variable_id\": \"urn:uuid:cb2fc71c-1d66-a3e7-b727-27c667883130\",\n \"id\": \"6401fb44-17eb-8e63-87f2-2ea14c5ce542\",\n \"value\": \"aute eu non officia consequat\",\n \"is_adjustable\": true,\n \"is_active\": true,\n \"variable_name\": \"qui veniam sed\"\n }\n ],\n \"created_date_utc\": \"1950-12-15T00:22:23.728Z\",\n \"modified_date_utc\": \"1994-09-13T11:37:42.250Z\",\n \"last_modified_by\": \"magna minim proident\",\n \"customer\": {\n \"company_name\": \"nostrud adipisicing quis\",\n \"country\": \"reprehenderit minim in\",\n \"id\": \"7865b1cf-2319-28c4-98b8-949215040dd7\",\n \"email\": \"nisi non dolor adipisicing\",\n \"street\": \"cillum dolore\",\n \"city\": \"nisi\",\n \"postalcode\": \"velit Lorem\",\n \"phone\": \"Ut anim ad fugiat sunt\",\n \"logo\": {\n \"uri\": \"adipisicing culpa\",\n \"name\": \"enim minim sint ad\"\n },\n \"subscription\": {\n \"id\": \"urn:uuid:e3d822f9-52d5-a62e-6be8-0fdbcc4ac563\",\n \"customer_type_name\": \"dolore anim\"\n },\n \"customer_number\": \"tempor in ad\",\n \"prospect_number\": \"do nostrud velit\",\n \"longitude\": 33421296.091134384,\n \"latitude\": 52247281.296631336,\n \"last_modified_by\": \"cillum Excepteur qui\",\n \"modified_date_utc\": \"2005-09-24T15:30:25.894Z\",\n \"created_date_utc\": \"1992-01-18T14:03:56.138Z\"\n },\n \"product\": {\n \"name\": \"minim Lorem Ut dolor sit\",\n \"prioritized_key\": 1,\n \"id\": \"6556e6ff-545a-ecd6-f258-2a66e3911d09\",\n \"short_description\": \"dolor ut labore consequat dolore\",\n \"description\": \"velit\",\n \"logo\": {\n \"uri\": \"ut\",\n \"name\": \"ipsum commodo nostrud reprehenderit\"\n },\n \"minimum_software_release_id\": \"b1f52067-332b-9497-1757-28e9277ed32e\",\n \"minimum_software_release\": {\n \"id\": \"urn:uuid:85e045f6-d464-7129-bf9d-bc0cc8de8810\",\n \"product_id\": \"urn:uuid:820e4d7a-6707-7812-3cf7-eaa32cf8ad12\",\n \"software_release\": \"ullamco cupidatat Excepteur incididunt\",\n \"description\": \"laborum Lorem officia qui\"\n },\n \"software_release\": [\n {\n \"id\": \"urn:uuid:03220b00-6054-a4c2-93fe-6bc0ccbf8591\",\n \"product_id\": \"1b60053e-1ffe-d1d6-04bf-f89737e5efd0\",\n \"software_release\": \"pariatur ut\",\n \"description\": \"officia\"\n },\n {\n \"id\": \"urn:uuid:df6d75a7-11b0-c987-3387-6783a199c0a0\",\n \"product_id\": \"a1253c2c-4ddf-c53c-3cf5-a51b32fc65bf\",\n \"software_release\": \"officia consectetur in\",\n \"description\": \"non Ut\"\n }\n ],\n \"last_modified_by\": \"pariatur sint occaecat laborum\",\n \"created_date_utc\": \"1991-02-20T10:06:31.286Z\",\n \"modified_date_utc\": \"1992-02-09T03:37:26.454Z\",\n \"is_goodwill_visible\": false,\n \"is_upgrade_compliance_visible\": true,\n \"is_group_compliance_visible\": false,\n \"maximum_inactive_days\": -67460012\n },\n \"template\": {\n \"name\": \"magna\",\n \"product_id\": \"urn:uuid:9f622707-3573-62ec-4863-0a35b82b7f67\",\n \"token_limit\": -21707938,\n \"id\": \"0b07ab0a-fe68-8e7a-eebf-b986fdfeb45d\",\n \"is_active\": false,\n \"product_name\": \"enim commodo dolore aute pariatur\",\n \"description\": \"Duis magna consectetur esse quis\",\n \"short_description\": \"sunt ea quis\",\n \"goodwill_token_limit\": 4885722,\n \"user_limit\": -85329983,\n \"software_release_limitation_id\": \"urn:uuid:ce15378a-fa0f-3f70-e667-e990d43eafc9\",\n \"heartbeat_period\": -52818855,\n \"free_ride\": 61902352,\n \"software_release_limitation\": {\n \"id\": \"urn:uuid:4714da99-64fc-c800-7a0a-72157164a35f\",\n \"product_id\": \"urn:uuid:0c5f186a-776b-1938-67f0-2ef9c8256c76\",\n \"software_release\": \"est ad sit deserunt\",\n \"description\": \"dolor amet\"\n },\n \"is_expiration_mode_adjustable\": false,\n \"is_software_release_limitation_adjustable\": true,\n \"allows_invalid_software_release\": true,\n \"trial_days_count\": -84731532,\n \"expiration_mode\": 2,\n \"heartbeat_mode\": 2,\n \"client_type\": 1,\n \"activation_upon_license_creation\": 1,\n \"token_ui_mode\": 1,\n \"expiration_date_utc\": \"1989-04-27T12:03:10.597Z\",\n \"valid_days_count\": -62272877,\n \"features\": [\n {\n \"feature_id\": \"eae492b8-0d19-9317-72b3-5d72b3b010e1\",\n \"id\": \"urn:uuid:2654ecc3-39ef-3aca-77ea-366e9f1e2a6c\",\n \"is_adjustable\": false,\n \"is_active\": true,\n \"template_id\": \"urn:uuid:62edfef2-1e7a-3b58-2c98-20ea78e52ea9\",\n \"parent_id\": \"urn:uuid:95727b6b-46d4-3fa1-835c-e3c1aefed18c\",\n \"sub_features\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"feature_name\": \"do ut dolore\"\n },\n {\n \"feature_id\": \"50119ac2-be98-9897-9eb2-8a4d4152c88e\",\n \"id\": \"9e27dbad-be55-d429-2854-55442a110966\",\n \"is_adjustable\": false,\n \"is_active\": true,\n \"template_id\": \"urn:uuid:8f3cbf06-73b6-5768-9126-c6f0dc65fcc2\",\n \"parent_id\": \"urn:uuid:76211b70-ec8c-57f8-1906-56b9bbc0c41f\",\n \"sub_features\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"feature_name\": \"magna nisi ullamco veniam\"\n }\n ],\n \"limitations\": [\n {\n \"limitation_id\": \"urn:uuid:850cf52c-fcb9-e36c-73d0-f0e16f8c43d1\",\n \"id\": \"b4cebb81-8359-692a-7fa3-9837d672fabb\",\n \"is_adjustable\": false,\n \"is_active\": false,\n \"template_id\": \"urn:uuid:16fd29f9-3617-6e37-1093-b06955c4a6c6\",\n \"limit\": -5711294,\n \"consumption_reset_mode\": 0,\n \"consumption_reset_period_days\": -26941878,\n \"limitation_name\": \"cillum occaecat dolore cupidatat\"\n },\n {\n \"limitation_id\": \"a6e5e16d-4112-9a3e-8044-6e873fc3b29c\",\n \"id\": \"urn:uuid:dfa55556-251d-108a-a60e-a23ec261498d\",\n \"is_adjustable\": false,\n \"is_active\": false,\n \"template_id\": \"cd97744b-3fcf-ea81-cc7f-70e6cbbb4e7d\",\n \"limit\": 42447627,\n \"consumption_reset_mode\": 0,\n \"consumption_reset_period_days\": 99343309,\n \"limitation_name\": \"est velit\"\n }\n ],\n \"variables\": [\n {\n \"variable_id\": \"urn:uuid:0c9a3b77-2b0a-8e0b-4c60-e9e9e93103d1\",\n \"id\": \"acef4350-2f01-ee99-79c0-66b769890120\",\n \"is_adjustable\": false,\n \"is_active\": true,\n \"template_id\": \"7452b389-3245-daa0-7d5a-81af042c0c1a\",\n \"value\": \"dolore cillum sunt tempor\",\n \"variable_name\": \"ut adipisicing Duis\"\n },\n {\n \"variable_id\": \"urn:uuid:92a687d2-2a44-3e67-8e76-eeec79caaad1\",\n \"id\": \"urn:uuid:3af82030-5d5a-4b32-f763-ad7cbc421e13\",\n \"is_adjustable\": false,\n \"is_active\": true,\n \"template_id\": \"urn:uuid:d516a40f-d157-25a5-f390-40013e84907e\",\n \"value\": \"do nulla Excepteur exercitation\",\n \"variable_name\": \"qui elit\"\n }\n ],\n \"last_modified_by\": \"labore commodo laboris proident ullamco\",\n \"modified_date_utc\": \"2006-07-10T10:28:25.202Z\",\n \"created_date_utc\": \"1988-11-16T03:48:51.207Z\",\n \"provisioning_mode\": 1,\n \"floating_token_limit\": 86199355,\n \"session_period\": -54697685,\n \"is_temporary\": false\n },\n \"software_release_limitation\": {\n \"id\": \"df90b4ef-ca62-5aa3-6536-4f219b7faea0\",\n \"product_id\": \"urn:uuid:3b136410-d81d-c3b9-89cd-59973c49c2e8\",\n \"software_release\": \"laborum consequat\",\n \"description\": \"et laboris ullamco\"\n },\n \"license_users\": [\n {\n \"license_id\": \"urn:uuid:527876b3-1f06-c0b8-7862-429bd7af4571\",\n \"name\": \"amet sit\",\n \"user_id\": \"et nulla elit\",\n \"is_active\": true,\n \"created_date_utc\": \"2019-01-01T16:07:40.758Z\",\n \"modified_date_utc\": \"1990-12-11T05:40:08.982Z\",\n \"last_modified_by\": \"cupidatat in mo\"\n },\n {\n \"license_id\": \"b688ad41-c92a-2241-d4be-05823064eecc\",\n \"name\": \"deserunt\",\n \"user_id\": \"nisi qui\",\n \"is_active\": true,\n \"created_date_utc\": \"1948-10-26T07:47:47.213Z\",\n \"modified_date_utc\": \"1992-11-07T08:02:16.426Z\",\n \"last_modified_by\": \"reprehenderit et\"\n }\n ]\n },\n {\n \"customer_id\": \"2b92119e-08c2-d306-e0bc-1656eb3c077b\",\n \"name\": \"id\",\n \"product_id\": \"715e6539-fd55-82b4-8ecf-159dac15c580\",\n \"template_id\": \"urn:uuid:ad042e72-9740-1010-9ffb-543b0b6a1e99\",\n \"token_limit\": -26609734,\n \"trial_days_count\": -22669034,\n \"expiration_mode\": 3,\n \"heartbeat_mode\": 2,\n \"expiration_date_utc\": \"1974-01-25T03:01:17.653Z\",\n \"valid_days_count\": 1105482,\n \"date_of_issue_utc\": \"1943-03-15T03:10:52.785Z\",\n \"is_active\": true,\n \"is_expired\": true,\n \"is_group_valid\": false,\n \"group_count\": 19074092,\n \"id\": \"urn:uuid:4d113fbe-1a5d-7c90-0e3e-5c717c8685b9\",\n \"legacy_license_key\": \"nulla eiusmod et mollit\",\n \"license_type_id\": \"urn:uuid:a381856f-edf3-4b0f-a8dc-bff067279e01\",\n \"license_type\": {\n \"id\": \"urn:uuid:8c9912f8-61fd-9c17-0222-168f345d6bf2\",\n \"name\": \"do\"\n },\n \"description\": \"labore minim a\",\n \"is_temporary\": \"irure\",\n \"goodwill_token_limit\": -58236829,\n \"floating_token_limit\": 6004350,\n \"user_limit\": 99429394,\n \"software_release_limitation_id\": \"7ca41dfb-1893-279b-cc97-115130f8389d\",\n \"is_expiration_mode_adjustable\": true,\n \"is_software_release_limitation_adjustable\": false,\n \"license_features\": [\n {\n \"feature_id\": \"urn:uuid:47a431cf-11c4-f87b-be8b-23e87b4fea57\",\n \"product_id\": \"urn:uuid:2f735d26-0118-c582-7049-4afc70a1ee45\",\n \"id\": \"urn:uuid:199050da-a3af-021b-a771-9096a3ef1824\",\n \"parent_id\": \"1f25fd70-9d97-7ea6-8668-d7689faa4169\",\n \"sub_features\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"is_adjustable\": true,\n \"is_active\": true,\n \"feature_name\": \"velit pariatur\"\n },\n {\n \"feature_id\": \"urn:uuid:fe6bffeb-9d66-59fb-d47c-76a396dfbcc1\",\n \"product_id\": \"urn:uuid:59f9aa19-fc6c-dbbe-6683-5ec3aae6c91e\",\n \"id\": \"2dc9f86d-bb7a-c299-9ee6-963734d0736a\",\n \"parent_id\": \"6df2804d-4e35-ccee-b720-c521f2f996d3\",\n \"sub_features\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"is_adjustable\": true,\n \"is_active\": false,\n \"feature_name\": \"laborum Excepteur non\"\n }\n ],\n \"license_limitations\": [\n {\n \"limitation_id\": \"3e995133-6a9f-3204-1d90-d4b2cd69adb7\",\n \"product_id\": \"urn:uuid:e83fde4e-6b16-27db-f5e1-cf33554d22de\",\n \"id\": \"urn:uuid:d2b24dde-96e5-6d0c-04b7-b98e1f76bed9\",\n \"limit\": 59363279,\n \"consumption_reset_mode\": 1,\n \"consumption_reset_period_days\": 72353380,\n \"is_adjustable\": false,\n \"is_active\": true,\n \"limitation_name\": \"in\"\n },\n {\n \"limitation_id\": \"urn:uuid:efbf005a-305a-e306-043d-10d17ece4f80\",\n \"product_id\": \"9f29f35d-6ef6-8aac-8d88-33364c6f1b92\",\n \"id\": \"urn:uuid:cb195fe9-ad64-65d9-7326-c31b4b2b9bcd\",\n \"limit\": -87863749,\n \"consumption_reset_mode\": 0,\n \"consumption_reset_period_days\": 79733016,\n \"is_adjustable\": false,\n \"is_active\": true,\n \"limitation_name\": \"eiusmod reprehenderit consequat\"\n }\n ],\n \"license_variables\": [\n {\n \"product_id\": \"urn:uuid:0480d11a-87a8-b220-1fce-0314b959105e\",\n \"variable_id\": \"1b8bdd70-7e0a-3f51-4012-31edfbb3a55a\",\n \"id\": \"fd9de303-abb6-858a-aa1b-ab59eccbea61\",\n \"value\": \"elit enim amet\",\n \"is_adjustable\": true,\n \"is_active\": false,\n \"variable_name\": \"ipsum aliquip veniam sed adipisicing\"\n },\n {\n \"product_id\": \"urn:uuid:c0e42a3f-a31e-bb21-0ced-a29b2be47617\",\n \"variable_id\": \"urn:uuid:5e0c9e52-644f-09a1-c0cc-99d0d8d5f9cf\",\n \"id\": \"urn:uuid:f2e6d023-836a-48ea-44d2-e8bac12e1287\",\n \"value\": \"aliqua anim\",\n \"is_adjustable\": true,\n \"is_active\": true,\n \"variable_name\": \"ex fugiat\"\n }\n ],\n \"created_date_utc\": \"1984-08-25T22:28:45.398Z\",\n \"modified_date_utc\": \"1995-07-06T03:03:13.710Z\",\n \"last_modified_by\": \"id sint quis\",\n \"customer\": {\n \"company_name\": \"velit Ut nulla ut\",\n \"country\": \"Lorem\",\n \"id\": \"urn:uuid:58adfd2b-c8b6-f0f4-c13d-c1cffed94046\",\n \"email\": \"consequat ut fugiat consectetur\",\n \"street\": \"Duis dolore laboris aliquip\",\n \"city\": \"Excepteur\",\n \"postalcode\": \"ess\",\n \"phone\": \"vol\",\n \"logo\": {\n \"uri\": \"sunt nulla voluptate\",\n \"name\": \"consequat\"\n },\n \"subscription\": {\n \"id\": \"urn:uuid:ef1a308c-85c6-39f4-bbc8-02480fb53c5f\",\n \"customer_type_name\": \"ad\"\n },\n \"customer_number\": \"ex elit\",\n \"prospect_number\": \"ad ea ut pariatur\",\n \"longitude\": 82914079.10114872,\n \"latitude\": 23463559.90522486,\n \"last_modified_by\": \"eu ad reprehenderit minim\",\n \"modified_date_utc\": \"1950-10-06T23:22:08.030Z\",\n \"created_date_utc\": \"1963-11-22T08:18:44.690Z\"\n },\n \"product\": {\n \"name\": \"dolor tempor d\",\n \"prioritized_key\": 1,\n \"id\": \"urn:uuid:50598e99-ace7-2efc-d772-c9fbecd5f852\",\n \"short_description\": \"sunt laboris sit dolore\",\n \"description\": \"non\",\n \"logo\": {\n \"uri\": \"incididunt non\",\n \"name\": \"ipsum reprehenderit voluptate\"\n },\n \"minimum_software_release_id\": \"urn:uuid:a3591b96-4d75-43f6-e97b-78ce15ec2736\",\n \"minimum_software_release\": {\n \"id\": \"urn:uuid:611ce4f9-4243-bce1-311d-16267502acd0\",\n \"product_id\": \"urn:uuid:329ddd37-18b5-81c8-33db-09532690e2db\",\n \"software_release\": \"sunt\",\n \"description\": \"mollit reprehenderit exercitation\"\n },\n \"software_release\": [\n {\n \"id\": \"e8d65078-d7f8-173d-b627-46f0404e6de8\",\n \"product_id\": \"0a1fa9a3-eaf6-3052-392f-3890f8b7e320\",\n \"software_release\": \"laboris anim ut consequat\",\n \"description\": \"elit deserunt sit quis \"\n },\n {\n \"id\": \"urn:uuid:0d803adc-049e-ab5a-69ef-2d5d14f1142f\",\n \"product_id\": \"223f014a-21ec-6bd5-02f4-823cc372960b\",\n \"software_release\": \"cillum\",\n \"description\": \"id\"\n }\n ],\n \"last_modified_by\": \"sit voluptate velit\",\n \"created_date_utc\": \"1943-12-19T19:28:29.286Z\",\n \"modified_date_utc\": \"1962-09-12T11:23:04.591Z\",\n \"is_goodwill_visible\": false,\n \"is_upgrade_compliance_visible\": true,\n \"is_group_compliance_visible\": false,\n \"maximum_inactive_days\": -78112773\n },\n \"template\": {\n \"name\": \"in qui eu ullamco\",\n \"product_id\": \"urn:uuid:928b4d6a-6da4-1a8b-5bda-bd01ea9dec21\",\n \"token_limit\": 70061384,\n \"id\": \"urn:uuid:bdd459bc-b81c-a621-25ed-de0c35e9f80a\",\n \"is_active\": false,\n \"product_name\": \"velit Ut commodo\",\n \"description\": \"reprehend\",\n \"short_description\": \"labore minim sed fugiat\",\n \"goodwill_token_limit\": -18145424,\n \"user_limit\": 31890891,\n \"software_release_limitation_id\": \"42883b58-a212-a7b8-4c38-bc99749a7431\",\n \"heartbeat_period\": 80412012,\n \"free_ride\": -7549488,\n \"software_release_limitation\": {\n \"id\": \"urn:uuid:d807340d-60d2-db7b-ddcc-7e668e86a749\",\n \"product_id\": \"a038d0a7-7446-9fea-64b1-2d25f914b034\",\n \"software_release\": \"sunt ut Lorem nulla\",\n \"description\": \"consequat laboris\"\n },\n \"is_expiration_mode_adjustable\": true,\n \"is_software_release_limitation_adjustable\": false,\n \"allows_invalid_software_release\": true,\n \"trial_days_count\": 33348738,\n \"expiration_mode\": 1,\n \"heartbeat_mode\": 2,\n \"client_type\": 0,\n \"activation_upon_license_creation\": 2,\n \"token_ui_mode\": 0,\n \"expiration_date_utc\": \"2018-10-12T07:09:24.063Z\",\n \"valid_days_count\": 72509188,\n \"features\": [\n {\n \"feature_id\": \"urn:uuid:0da572fc-07ae-9e89-1866-ba60ba1d6658\",\n \"id\": \"b3172cd2-14f0-95be-c5be-a783d1402dbb\",\n \"is_adjustable\": true,\n \"is_active\": true,\n \"template_id\": \"1f147aa5-f6f0-5431-4bcc-351dcf07c1a8\",\n \"parent_id\": \"0d2215c1-12af-0c23-7ebe-1a62ea8a5c57\",\n \"sub_features\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"feature_name\": \"non proident\"\n },\n {\n \"feature_id\": \"09846de1-23df-826b-0597-bc354992e325\",\n \"id\": \"898d0089-5e2b-fb11-ae09-c634308d00bb\",\n \"is_adjustable\": true,\n \"is_active\": false,\n \"template_id\": \"urn:uuid:16d3cbe8-50de-05be-6292-87e456fbe830\",\n \"parent_id\": \"urn:uuid:726323b3-9eed-8ee9-038f-d965b7005da5\",\n \"sub_features\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"feature_name\": \"consectetur proident\"\n }\n ],\n \"limitations\": [\n {\n \"limitation_id\": \"15d2e27e-96e3-11be-7a51-1d5e6c029782\",\n \"id\": \"6f0ee082-ada4-a113-5331-2441085b33b3\",\n \"is_adjustable\": false,\n \"is_active\": false,\n \"template_id\": \"8769f255-d2c6-9a7a-e0e3-95964f02e07e\",\n \"limit\": -92258668,\n \"consumption_reset_mode\": 0,\n \"consumption_reset_period_days\": 78876830,\n \"limitation_name\": \"amet fugiat sint sit\"\n },\n {\n \"limitation_id\": \"urn:uuid:e5fee387-4127-5a43-d1a2-1693cb348c02\",\n \"id\": \"e597f5e0-2a53-cd61-46ca-5ca641162c9f\",\n \"is_adjustable\": false,\n \"is_active\": false,\n \"template_id\": \"535ba4d2-012b-e3ae-ab04-a523db8f8e61\",\n \"limit\": 92511308,\n \"consumption_reset_mode\": 0,\n \"consumption_reset_period_days\": 65025203,\n \"limitation_name\": \"Ut in nulla\"\n }\n ],\n \"variables\": [\n {\n \"variable_id\": \"urn:uuid:97ad7336-8827-0a13-2e71-04ab2b9c203f\",\n \"id\": \"urn:uuid:4730ada2-c606-06fd-a673-a75ba3891c5c\",\n \"is_adjustable\": false,\n \"is_active\": true,\n \"template_id\": \"urn:uuid:bfc61370-c844-c69a-8de9-51306fc13d01\",\n \"value\": \"amet sit\",\n \"variable_name\": \"ex ut ea deserunt\"\n },\n {\n \"variable_id\": \"de42b949-ff5f-12cc-c558-2b8876462e69\",\n \"id\": \"a10297e8-e52e-b96d-bd1b-de07d8dfb312\",\n \"is_adjustable\": true,\n \"is_active\": true,\n \"template_id\": \"27932561-0c09-c653-3d49-fe1212fc20a1\",\n \"value\": \"sint proident mag\",\n \"variable_name\": \"mollit ad d\"\n }\n ],\n \"last_modified_by\": \"quis ea enim\",\n \"modified_date_utc\": \"2009-06-30T03:52:12.078Z\",\n \"created_date_utc\": \"1985-04-11T17:37:41.436Z\",\n \"provisioning_mode\": 1,\n \"floating_token_limit\": -49058509,\n \"session_period\": -49048987,\n \"is_temporary\": false\n },\n \"software_release_limitation\": {\n \"id\": \"f1cec69e-9b20-5d7b-af06-089b05817aad\",\n \"product_id\": \"urn:uuid:fdeba29d-f249-fc3e-cf65-373b1e288055\",\n \"software_release\": \"reprehenderit Duis\",\n \"description\": \"esse non\"\n },\n \"license_users\": [\n {\n \"license_id\": \"799cfbe4-c58d-376d-2c7d-8cba551fa79f\",\n \"name\": \"mollit\",\n \"user_id\": \"laboris sint anim dolore\",\n \"is_active\": true,\n \"created_date_utc\": \"1987-01-04T05:43:49.569Z\",\n \"modified_date_utc\": \"1980-02-14T08:35:07.992Z\",\n \"last_modified_by\": \"commodo non deserunt sed\"\n },\n {\n \"license_id\": \"963a9e3c-a7c7-b656-f1d9-12ab4f82c677\",\n \"name\": \"in culpa cillum sunt\",\n \"user_id\": \"ea ad irure\",\n \"is_active\": true,\n \"created_date_utc\": \"1976-04-03T20:18:46.210Z\",\n \"modified_date_utc\": \"1968-11-13T21:32:12.014Z\",\n \"last_modified_by\": \"cupidatat dolor incididunt enim\"\n }\n ]\n }\n]" }, { "name": "Conflict", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "AdminKey", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"product_id\": \"urn:uuid:f222f206-0540-ce07-cf98-4fb8e6327f96\",\n \"license_key\": \"voluptate sed sit nulla\"\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/provisioning/licenses/by_license", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "provisioning", "licenses", "by_license" ], "variable": [ { "key": "isv_id" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": 48538908,\n \"message\": \"veniam ipsum non\",\n \"help\": \"anim sit non\"\n}" }, { "name": "Server Error", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "AdminKey", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"product_id\": \"urn:uuid:f222f206-0540-ce07-cf98-4fb8e6327f96\",\n \"license_key\": \"voluptate sed sit nulla\"\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/provisioning/licenses/by_license", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "provisioning", "licenses", "by_license" ], "variable": [ { "key": "isv_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Get licenses from User", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"product_id\": \"{{productid}}\",\n \"user_id\": \"cpaul@practice1.com\",\n \"active_licenses_only\": false\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/provisioning/licenses/by_user", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "provisioning", "licenses", "by_user" ], "variable": [ { "key": "isv_id", "value": "{{isvid}}", "type": "string", "description": "(Required) " } ] }, "description": "More Information." }, "response": [ { "name": "Success", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "AdminKey", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"product_id\": \"50256317-8b09-380b-6f70-f47be24fa102\",\n \"user_id\": \"et est\",\n \"active_licenses_only\": false\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/provisioning/licenses/by_user", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "provisioning", "licenses", "by_user" ], "variable": [ { "key": "isv_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "[\n {\n \"customer_id\": \"urn:uuid:8f82b48c-7775-2cd8-d20f-45f4d5218860\",\n \"name\": \"exercitation consectetur aute eiusmod\",\n \"product_id\": \"urn:uuid:1b9b884c-d3bd-0d64-5377-4c6c4e5e83cb\",\n \"template_id\": \"urn:uuid:e70da843-2b2d-fce0-b1ab-f36f78c0de90\",\n \"token_limit\": -33880178,\n \"trial_days_count\": -85204771,\n \"expiration_mode\": 1,\n \"heartbeat_mode\": 1,\n \"expiration_date_utc\": \"1942-12-23T20:01:33.070Z\",\n \"valid_days_count\": -90784235,\n \"date_of_issue_utc\": \"1974-02-03T09:32:48.143Z\",\n \"is_active\": true,\n \"is_expired\": false,\n \"is_group_valid\": false,\n \"group_count\": -97188466,\n \"id\": \"urn:uuid:4f6e05d7-af5a-9a5a-7f00-732a47e72b1f\",\n \"legacy_license_key\": \"enim culpa\",\n \"license_type_id\": \"d05aa6ee-b420-a8a0-3369-f306717b1705\",\n \"license_type\": {\n \"id\": \"a50c3040-dc19-0853-9861-45300e2f495e\",\n \"name\": \"reprehenderit velit cupidatat incididunt\"\n },\n \"description\": \"Excepteur volup\",\n \"is_temporary\": \"qui mollit\",\n \"goodwill_token_limit\": 93967297,\n \"floating_token_limit\": 98691016,\n \"user_limit\": 60308237,\n \"software_release_limitation_id\": \"8ef97c18-4736-8520-538d-7b9ff5abf126\",\n \"is_expiration_mode_adjustable\": true,\n \"is_software_release_limitation_adjustable\": true,\n \"license_features\": [\n {\n \"feature_id\": \"5281c2d0-1d0f-2415-bafd-e291ce9ff855\",\n \"product_id\": \"e7df29fe-1d40-a79d-5279-7f0b05c17f02\",\n \"id\": \"urn:uuid:c48bc3f3-4c0b-0ca1-80b1-ce6ccd7bbeaf\",\n \"parent_id\": \"urn:uuid:be708ea7-d32b-735f-9178-76b35f6eb4d2\",\n \"sub_features\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"is_adjustable\": true,\n \"is_active\": false,\n \"feature_name\": \"exercitation nulla nostrud esse ut\"\n },\n {\n \"feature_id\": \"67d3acc9-dd4a-1ae6-2ab7-0fe2b2372f56\",\n \"product_id\": \"urn:uuid:674213ef-d300-72dd-af51-df22eadf8018\",\n \"id\": \"urn:uuid:d3c17a90-f982-8e8e-e9c8-52915ae61987\",\n \"parent_id\": \"urn:uuid:bb103395-e65a-6d7f-b77a-a99b97d35199\",\n \"sub_features\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"is_adjustable\": false,\n \"is_active\": true,\n \"feature_name\": \"ut cupidatat eius\"\n }\n ],\n \"license_limitations\": [\n {\n \"limitation_id\": \"urn:uuid:c132bdaa-ee41-c74c-d486-51656715d0d3\",\n \"product_id\": \"e25a7e9d-f0d1-d9c0-fd98-5b9c8e130493\",\n \"id\": \"826026b4-0e42-a546-77d7-0fbccba3e621\",\n \"limit\": 32108351,\n \"consumption_reset_mode\": 1,\n \"consumption_reset_period_days\": 3988260,\n \"is_adjustable\": true,\n \"is_active\": true,\n \"limitation_name\": \"aliquip pariatur\"\n },\n {\n \"limitation_id\": \"urn:uuid:02523604-acee-a991-90d8-3f4a6ad31d2e\",\n \"product_id\": \"56913f98-be02-fc18-2056-d66a32982158\",\n \"id\": \"4e3711cd-1aa6-6587-7fc1-429f4f386b56\",\n \"limit\": 44686717,\n \"consumption_reset_mode\": 2,\n \"consumption_reset_period_days\": 95232030,\n \"is_adjustable\": true,\n \"is_active\": true,\n \"limitation_name\": \"ea aute pariatur\"\n }\n ],\n \"license_variables\": [\n {\n \"product_id\": \"urn:uuid:6be0d59a-5851-46ff-efdf-2250ceaa6966\",\n \"variable_id\": \"urn:uuid:e83ac61d-a010-a302-2036-a66baa3e6a55\",\n \"id\": \"urn:uuid:01762803-9f52-5064-3854-da951d65bc37\",\n \"value\": \"officia m\",\n \"is_adjustable\": true,\n \"is_active\": true,\n \"variable_name\": \"reprehenderit nisi eu\"\n },\n {\n \"product_id\": \"urn:uuid:7a455494-2ac5-f4f3-d01d-b27982db02bb\",\n \"variable_id\": \"urn:uuid:cb2fc71c-1d66-a3e7-b727-27c667883130\",\n \"id\": \"6401fb44-17eb-8e63-87f2-2ea14c5ce542\",\n \"value\": \"aute eu non officia consequat\",\n \"is_adjustable\": true,\n \"is_active\": true,\n \"variable_name\": \"qui veniam sed\"\n }\n ],\n \"created_date_utc\": \"1950-12-15T00:22:23.728Z\",\n \"modified_date_utc\": \"1994-09-13T11:37:42.250Z\",\n \"last_modified_by\": \"magna minim proident\",\n \"customer\": {\n \"company_name\": \"nostrud adipisicing quis\",\n \"country\": \"reprehenderit minim in\",\n \"id\": \"7865b1cf-2319-28c4-98b8-949215040dd7\",\n \"email\": \"nisi non dolor adipisicing\",\n \"street\": \"cillum dolore\",\n \"city\": \"nisi\",\n \"postalcode\": \"velit Lorem\",\n \"phone\": \"Ut anim ad fugiat sunt\",\n \"logo\": {\n \"uri\": \"adipisicing culpa\",\n \"name\": \"enim minim sint ad\"\n },\n \"subscription\": {\n \"id\": \"urn:uuid:e3d822f9-52d5-a62e-6be8-0fdbcc4ac563\",\n \"customer_type_name\": \"dolore anim\"\n },\n \"customer_number\": \"tempor in ad\",\n \"prospect_number\": \"do nostrud velit\",\n \"longitude\": 33421296.091134384,\n \"latitude\": 52247281.296631336,\n \"last_modified_by\": \"cillum Excepteur qui\",\n \"modified_date_utc\": \"2005-09-24T15:30:25.894Z\",\n \"created_date_utc\": \"1992-01-18T14:03:56.138Z\"\n },\n \"product\": {\n \"name\": \"minim Lorem Ut dolor sit\",\n \"prioritized_key\": 1,\n \"id\": \"6556e6ff-545a-ecd6-f258-2a66e3911d09\",\n \"short_description\": \"dolor ut labore consequat dolore\",\n \"description\": \"velit\",\n \"logo\": {\n \"uri\": \"ut\",\n \"name\": \"ipsum commodo nostrud reprehenderit\"\n },\n \"minimum_software_release_id\": \"b1f52067-332b-9497-1757-28e9277ed32e\",\n \"minimum_software_release\": {\n \"id\": \"urn:uuid:85e045f6-d464-7129-bf9d-bc0cc8de8810\",\n \"product_id\": \"urn:uuid:820e4d7a-6707-7812-3cf7-eaa32cf8ad12\",\n \"software_release\": \"ullamco cupidatat Excepteur incididunt\",\n \"description\": \"laborum Lorem officia qui\"\n },\n \"software_release\": [\n {\n \"id\": \"urn:uuid:03220b00-6054-a4c2-93fe-6bc0ccbf8591\",\n \"product_id\": \"1b60053e-1ffe-d1d6-04bf-f89737e5efd0\",\n \"software_release\": \"pariatur ut\",\n \"description\": \"officia\"\n },\n {\n \"id\": \"urn:uuid:df6d75a7-11b0-c987-3387-6783a199c0a0\",\n \"product_id\": \"a1253c2c-4ddf-c53c-3cf5-a51b32fc65bf\",\n \"software_release\": \"officia consectetur in\",\n \"description\": \"non Ut\"\n }\n ],\n \"last_modified_by\": \"pariatur sint occaecat laborum\",\n \"created_date_utc\": \"1991-02-20T10:06:31.286Z\",\n \"modified_date_utc\": \"1992-02-09T03:37:26.454Z\",\n \"is_goodwill_visible\": false,\n \"is_upgrade_compliance_visible\": true,\n \"is_group_compliance_visible\": false,\n \"maximum_inactive_days\": -67460012\n },\n \"template\": {\n \"name\": \"magna\",\n \"product_id\": \"urn:uuid:9f622707-3573-62ec-4863-0a35b82b7f67\",\n \"token_limit\": -21707938,\n \"id\": \"0b07ab0a-fe68-8e7a-eebf-b986fdfeb45d\",\n \"is_active\": false,\n \"product_name\": \"enim commodo dolore aute pariatur\",\n \"description\": \"Duis magna consectetur esse quis\",\n \"short_description\": \"sunt ea quis\",\n \"goodwill_token_limit\": 4885722,\n \"user_limit\": -85329983,\n \"software_release_limitation_id\": \"urn:uuid:ce15378a-fa0f-3f70-e667-e990d43eafc9\",\n \"heartbeat_period\": -52818855,\n \"free_ride\": 61902352,\n \"software_release_limitation\": {\n \"id\": \"urn:uuid:4714da99-64fc-c800-7a0a-72157164a35f\",\n \"product_id\": \"urn:uuid:0c5f186a-776b-1938-67f0-2ef9c8256c76\",\n \"software_release\": \"est ad sit deserunt\",\n \"description\": \"dolor amet\"\n },\n \"is_expiration_mode_adjustable\": false,\n \"is_software_release_limitation_adjustable\": true,\n \"allows_invalid_software_release\": true,\n \"trial_days_count\": -84731532,\n \"expiration_mode\": 2,\n \"heartbeat_mode\": 2,\n \"client_type\": 1,\n \"activation_upon_license_creation\": 1,\n \"token_ui_mode\": 1,\n \"expiration_date_utc\": \"1989-04-27T12:03:10.597Z\",\n \"valid_days_count\": -62272877,\n \"features\": [\n {\n \"feature_id\": \"eae492b8-0d19-9317-72b3-5d72b3b010e1\",\n \"id\": \"urn:uuid:2654ecc3-39ef-3aca-77ea-366e9f1e2a6c\",\n \"is_adjustable\": false,\n \"is_active\": true,\n \"template_id\": \"urn:uuid:62edfef2-1e7a-3b58-2c98-20ea78e52ea9\",\n \"parent_id\": \"urn:uuid:95727b6b-46d4-3fa1-835c-e3c1aefed18c\",\n \"sub_features\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"feature_name\": \"do ut dolore\"\n },\n {\n \"feature_id\": \"50119ac2-be98-9897-9eb2-8a4d4152c88e\",\n \"id\": \"9e27dbad-be55-d429-2854-55442a110966\",\n \"is_adjustable\": false,\n \"is_active\": true,\n \"template_id\": \"urn:uuid:8f3cbf06-73b6-5768-9126-c6f0dc65fcc2\",\n \"parent_id\": \"urn:uuid:76211b70-ec8c-57f8-1906-56b9bbc0c41f\",\n \"sub_features\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"feature_name\": \"magna nisi ullamco veniam\"\n }\n ],\n \"limitations\": [\n {\n \"limitation_id\": \"urn:uuid:850cf52c-fcb9-e36c-73d0-f0e16f8c43d1\",\n \"id\": \"b4cebb81-8359-692a-7fa3-9837d672fabb\",\n \"is_adjustable\": false,\n \"is_active\": false,\n \"template_id\": \"urn:uuid:16fd29f9-3617-6e37-1093-b06955c4a6c6\",\n \"limit\": -5711294,\n \"consumption_reset_mode\": 0,\n \"consumption_reset_period_days\": -26941878,\n \"limitation_name\": \"cillum occaecat dolore cupidatat\"\n },\n {\n \"limitation_id\": \"a6e5e16d-4112-9a3e-8044-6e873fc3b29c\",\n \"id\": \"urn:uuid:dfa55556-251d-108a-a60e-a23ec261498d\",\n \"is_adjustable\": false,\n \"is_active\": false,\n \"template_id\": \"cd97744b-3fcf-ea81-cc7f-70e6cbbb4e7d\",\n \"limit\": 42447627,\n \"consumption_reset_mode\": 0,\n \"consumption_reset_period_days\": 99343309,\n \"limitation_name\": \"est velit\"\n }\n ],\n \"variables\": [\n {\n \"variable_id\": \"urn:uuid:0c9a3b77-2b0a-8e0b-4c60-e9e9e93103d1\",\n \"id\": \"acef4350-2f01-ee99-79c0-66b769890120\",\n \"is_adjustable\": false,\n \"is_active\": true,\n \"template_id\": \"7452b389-3245-daa0-7d5a-81af042c0c1a\",\n \"value\": \"dolore cillum sunt tempor\",\n \"variable_name\": \"ut adipisicing Duis\"\n },\n {\n \"variable_id\": \"urn:uuid:92a687d2-2a44-3e67-8e76-eeec79caaad1\",\n \"id\": \"urn:uuid:3af82030-5d5a-4b32-f763-ad7cbc421e13\",\n \"is_adjustable\": false,\n \"is_active\": true,\n \"template_id\": \"urn:uuid:d516a40f-d157-25a5-f390-40013e84907e\",\n \"value\": \"do nulla Excepteur exercitation\",\n \"variable_name\": \"qui elit\"\n }\n ],\n \"last_modified_by\": \"labore commodo laboris proident ullamco\",\n \"modified_date_utc\": \"2006-07-10T10:28:25.202Z\",\n \"created_date_utc\": \"1988-11-16T03:48:51.207Z\",\n \"provisioning_mode\": 1,\n \"floating_token_limit\": 86199355,\n \"session_period\": -54697685,\n \"is_temporary\": false\n },\n \"software_release_limitation\": {\n \"id\": \"df90b4ef-ca62-5aa3-6536-4f219b7faea0\",\n \"product_id\": \"urn:uuid:3b136410-d81d-c3b9-89cd-59973c49c2e8\",\n \"software_release\": \"laborum consequat\",\n \"description\": \"et laboris ullamco\"\n },\n \"license_users\": [\n {\n \"license_id\": \"urn:uuid:527876b3-1f06-c0b8-7862-429bd7af4571\",\n \"name\": \"amet sit\",\n \"user_id\": \"et nulla elit\",\n \"is_active\": true,\n \"created_date_utc\": \"2019-01-01T16:07:40.758Z\",\n \"modified_date_utc\": \"1990-12-11T05:40:08.982Z\",\n \"last_modified_by\": \"cupidatat in mo\"\n },\n {\n \"license_id\": \"b688ad41-c92a-2241-d4be-05823064eecc\",\n \"name\": \"deserunt\",\n \"user_id\": \"nisi qui\",\n \"is_active\": true,\n \"created_date_utc\": \"1948-10-26T07:47:47.213Z\",\n \"modified_date_utc\": \"1992-11-07T08:02:16.426Z\",\n \"last_modified_by\": \"reprehenderit et\"\n }\n ]\n },\n {\n \"customer_id\": \"2b92119e-08c2-d306-e0bc-1656eb3c077b\",\n \"name\": \"id\",\n \"product_id\": \"715e6539-fd55-82b4-8ecf-159dac15c580\",\n \"template_id\": \"urn:uuid:ad042e72-9740-1010-9ffb-543b0b6a1e99\",\n \"token_limit\": -26609734,\n \"trial_days_count\": -22669034,\n \"expiration_mode\": 3,\n \"heartbeat_mode\": 2,\n \"expiration_date_utc\": \"1974-01-25T03:01:17.653Z\",\n \"valid_days_count\": 1105482,\n \"date_of_issue_utc\": \"1943-03-15T03:10:52.785Z\",\n \"is_active\": true,\n \"is_expired\": true,\n \"is_group_valid\": false,\n \"group_count\": 19074092,\n \"id\": \"urn:uuid:4d113fbe-1a5d-7c90-0e3e-5c717c8685b9\",\n \"legacy_license_key\": \"nulla eiusmod et mollit\",\n \"license_type_id\": \"urn:uuid:a381856f-edf3-4b0f-a8dc-bff067279e01\",\n \"license_type\": {\n \"id\": \"urn:uuid:8c9912f8-61fd-9c17-0222-168f345d6bf2\",\n \"name\": \"do\"\n },\n \"description\": \"labore minim a\",\n \"is_temporary\": \"irure\",\n \"goodwill_token_limit\": -58236829,\n \"floating_token_limit\": 6004350,\n \"user_limit\": 99429394,\n \"software_release_limitation_id\": \"7ca41dfb-1893-279b-cc97-115130f8389d\",\n \"is_expiration_mode_adjustable\": true,\n \"is_software_release_limitation_adjustable\": false,\n \"license_features\": [\n {\n \"feature_id\": \"urn:uuid:47a431cf-11c4-f87b-be8b-23e87b4fea57\",\n \"product_id\": \"urn:uuid:2f735d26-0118-c582-7049-4afc70a1ee45\",\n \"id\": \"urn:uuid:199050da-a3af-021b-a771-9096a3ef1824\",\n \"parent_id\": \"1f25fd70-9d97-7ea6-8668-d7689faa4169\",\n \"sub_features\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"is_adjustable\": true,\n \"is_active\": true,\n \"feature_name\": \"velit pariatur\"\n },\n {\n \"feature_id\": \"urn:uuid:fe6bffeb-9d66-59fb-d47c-76a396dfbcc1\",\n \"product_id\": \"urn:uuid:59f9aa19-fc6c-dbbe-6683-5ec3aae6c91e\",\n \"id\": \"2dc9f86d-bb7a-c299-9ee6-963734d0736a\",\n \"parent_id\": \"6df2804d-4e35-ccee-b720-c521f2f996d3\",\n \"sub_features\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"is_adjustable\": true,\n \"is_active\": false,\n \"feature_name\": \"laborum Excepteur non\"\n }\n ],\n \"license_limitations\": [\n {\n \"limitation_id\": \"3e995133-6a9f-3204-1d90-d4b2cd69adb7\",\n \"product_id\": \"urn:uuid:e83fde4e-6b16-27db-f5e1-cf33554d22de\",\n \"id\": \"urn:uuid:d2b24dde-96e5-6d0c-04b7-b98e1f76bed9\",\n \"limit\": 59363279,\n \"consumption_reset_mode\": 1,\n \"consumption_reset_period_days\": 72353380,\n \"is_adjustable\": false,\n \"is_active\": true,\n \"limitation_name\": \"in\"\n },\n {\n \"limitation_id\": \"urn:uuid:efbf005a-305a-e306-043d-10d17ece4f80\",\n \"product_id\": \"9f29f35d-6ef6-8aac-8d88-33364c6f1b92\",\n \"id\": \"urn:uuid:cb195fe9-ad64-65d9-7326-c31b4b2b9bcd\",\n \"limit\": -87863749,\n \"consumption_reset_mode\": 0,\n \"consumption_reset_period_days\": 79733016,\n \"is_adjustable\": false,\n \"is_active\": true,\n \"limitation_name\": \"eiusmod reprehenderit consequat\"\n }\n ],\n \"license_variables\": [\n {\n \"product_id\": \"urn:uuid:0480d11a-87a8-b220-1fce-0314b959105e\",\n \"variable_id\": \"1b8bdd70-7e0a-3f51-4012-31edfbb3a55a\",\n \"id\": \"fd9de303-abb6-858a-aa1b-ab59eccbea61\",\n \"value\": \"elit enim amet\",\n \"is_adjustable\": true,\n \"is_active\": false,\n \"variable_name\": \"ipsum aliquip veniam sed adipisicing\"\n },\n {\n \"product_id\": \"urn:uuid:c0e42a3f-a31e-bb21-0ced-a29b2be47617\",\n \"variable_id\": \"urn:uuid:5e0c9e52-644f-09a1-c0cc-99d0d8d5f9cf\",\n \"id\": \"urn:uuid:f2e6d023-836a-48ea-44d2-e8bac12e1287\",\n \"value\": \"aliqua anim\",\n \"is_adjustable\": true,\n \"is_active\": true,\n \"variable_name\": \"ex fugiat\"\n }\n ],\n \"created_date_utc\": \"1984-08-25T22:28:45.398Z\",\n \"modified_date_utc\": \"1995-07-06T03:03:13.710Z\",\n \"last_modified_by\": \"id sint quis\",\n \"customer\": {\n \"company_name\": \"velit Ut nulla ut\",\n \"country\": \"Lorem\",\n \"id\": \"urn:uuid:58adfd2b-c8b6-f0f4-c13d-c1cffed94046\",\n \"email\": \"consequat ut fugiat consectetur\",\n \"street\": \"Duis dolore laboris aliquip\",\n \"city\": \"Excepteur\",\n \"postalcode\": \"ess\",\n \"phone\": \"vol\",\n \"logo\": {\n \"uri\": \"sunt nulla voluptate\",\n \"name\": \"consequat\"\n },\n \"subscription\": {\n \"id\": \"urn:uuid:ef1a308c-85c6-39f4-bbc8-02480fb53c5f\",\n \"customer_type_name\": \"ad\"\n },\n \"customer_number\": \"ex elit\",\n \"prospect_number\": \"ad ea ut pariatur\",\n \"longitude\": 82914079.10114872,\n \"latitude\": 23463559.90522486,\n \"last_modified_by\": \"eu ad reprehenderit minim\",\n \"modified_date_utc\": \"1950-10-06T23:22:08.030Z\",\n \"created_date_utc\": \"1963-11-22T08:18:44.690Z\"\n },\n \"product\": {\n \"name\": \"dolor tempor d\",\n \"prioritized_key\": 1,\n \"id\": \"urn:uuid:50598e99-ace7-2efc-d772-c9fbecd5f852\",\n \"short_description\": \"sunt laboris sit dolore\",\n \"description\": \"non\",\n \"logo\": {\n \"uri\": \"incididunt non\",\n \"name\": \"ipsum reprehenderit voluptate\"\n },\n \"minimum_software_release_id\": \"urn:uuid:a3591b96-4d75-43f6-e97b-78ce15ec2736\",\n \"minimum_software_release\": {\n \"id\": \"urn:uuid:611ce4f9-4243-bce1-311d-16267502acd0\",\n \"product_id\": \"urn:uuid:329ddd37-18b5-81c8-33db-09532690e2db\",\n \"software_release\": \"sunt\",\n \"description\": \"mollit reprehenderit exercitation\"\n },\n \"software_release\": [\n {\n \"id\": \"e8d65078-d7f8-173d-b627-46f0404e6de8\",\n \"product_id\": \"0a1fa9a3-eaf6-3052-392f-3890f8b7e320\",\n \"software_release\": \"laboris anim ut consequat\",\n \"description\": \"elit deserunt sit quis \"\n },\n {\n \"id\": \"urn:uuid:0d803adc-049e-ab5a-69ef-2d5d14f1142f\",\n \"product_id\": \"223f014a-21ec-6bd5-02f4-823cc372960b\",\n \"software_release\": \"cillum\",\n \"description\": \"id\"\n }\n ],\n \"last_modified_by\": \"sit voluptate velit\",\n \"created_date_utc\": \"1943-12-19T19:28:29.286Z\",\n \"modified_date_utc\": \"1962-09-12T11:23:04.591Z\",\n \"is_goodwill_visible\": false,\n \"is_upgrade_compliance_visible\": true,\n \"is_group_compliance_visible\": false,\n \"maximum_inactive_days\": -78112773\n },\n \"template\": {\n \"name\": \"in qui eu ullamco\",\n \"product_id\": \"urn:uuid:928b4d6a-6da4-1a8b-5bda-bd01ea9dec21\",\n \"token_limit\": 70061384,\n \"id\": \"urn:uuid:bdd459bc-b81c-a621-25ed-de0c35e9f80a\",\n \"is_active\": false,\n \"product_name\": \"velit Ut commodo\",\n \"description\": \"reprehend\",\n \"short_description\": \"labore minim sed fugiat\",\n \"goodwill_token_limit\": -18145424,\n \"user_limit\": 31890891,\n \"software_release_limitation_id\": \"42883b58-a212-a7b8-4c38-bc99749a7431\",\n \"heartbeat_period\": 80412012,\n \"free_ride\": -7549488,\n \"software_release_limitation\": {\n \"id\": \"urn:uuid:d807340d-60d2-db7b-ddcc-7e668e86a749\",\n \"product_id\": \"a038d0a7-7446-9fea-64b1-2d25f914b034\",\n \"software_release\": \"sunt ut Lorem nulla\",\n \"description\": \"consequat laboris\"\n },\n \"is_expiration_mode_adjustable\": true,\n \"is_software_release_limitation_adjustable\": false,\n \"allows_invalid_software_release\": true,\n \"trial_days_count\": 33348738,\n \"expiration_mode\": 1,\n \"heartbeat_mode\": 2,\n \"client_type\": 0,\n \"activation_upon_license_creation\": 2,\n \"token_ui_mode\": 0,\n \"expiration_date_utc\": \"2018-10-12T07:09:24.063Z\",\n \"valid_days_count\": 72509188,\n \"features\": [\n {\n \"feature_id\": \"urn:uuid:0da572fc-07ae-9e89-1866-ba60ba1d6658\",\n \"id\": \"b3172cd2-14f0-95be-c5be-a783d1402dbb\",\n \"is_adjustable\": true,\n \"is_active\": true,\n \"template_id\": \"1f147aa5-f6f0-5431-4bcc-351dcf07c1a8\",\n \"parent_id\": \"0d2215c1-12af-0c23-7ebe-1a62ea8a5c57\",\n \"sub_features\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"feature_name\": \"non proident\"\n },\n {\n \"feature_id\": \"09846de1-23df-826b-0597-bc354992e325\",\n \"id\": \"898d0089-5e2b-fb11-ae09-c634308d00bb\",\n \"is_adjustable\": true,\n \"is_active\": false,\n \"template_id\": \"urn:uuid:16d3cbe8-50de-05be-6292-87e456fbe830\",\n \"parent_id\": \"urn:uuid:726323b3-9eed-8ee9-038f-d965b7005da5\",\n \"sub_features\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"feature_name\": \"consectetur proident\"\n }\n ],\n \"limitations\": [\n {\n \"limitation_id\": \"15d2e27e-96e3-11be-7a51-1d5e6c029782\",\n \"id\": \"6f0ee082-ada4-a113-5331-2441085b33b3\",\n \"is_adjustable\": false,\n \"is_active\": false,\n \"template_id\": \"8769f255-d2c6-9a7a-e0e3-95964f02e07e\",\n \"limit\": -92258668,\n \"consumption_reset_mode\": 0,\n \"consumption_reset_period_days\": 78876830,\n \"limitation_name\": \"amet fugiat sint sit\"\n },\n {\n \"limitation_id\": \"urn:uuid:e5fee387-4127-5a43-d1a2-1693cb348c02\",\n \"id\": \"e597f5e0-2a53-cd61-46ca-5ca641162c9f\",\n \"is_adjustable\": false,\n \"is_active\": false,\n \"template_id\": \"535ba4d2-012b-e3ae-ab04-a523db8f8e61\",\n \"limit\": 92511308,\n \"consumption_reset_mode\": 0,\n \"consumption_reset_period_days\": 65025203,\n \"limitation_name\": \"Ut in nulla\"\n }\n ],\n \"variables\": [\n {\n \"variable_id\": \"urn:uuid:97ad7336-8827-0a13-2e71-04ab2b9c203f\",\n \"id\": \"urn:uuid:4730ada2-c606-06fd-a673-a75ba3891c5c\",\n \"is_adjustable\": false,\n \"is_active\": true,\n \"template_id\": \"urn:uuid:bfc61370-c844-c69a-8de9-51306fc13d01\",\n \"value\": \"amet sit\",\n \"variable_name\": \"ex ut ea deserunt\"\n },\n {\n \"variable_id\": \"de42b949-ff5f-12cc-c558-2b8876462e69\",\n \"id\": \"a10297e8-e52e-b96d-bd1b-de07d8dfb312\",\n \"is_adjustable\": true,\n \"is_active\": true,\n \"template_id\": \"27932561-0c09-c653-3d49-fe1212fc20a1\",\n \"value\": \"sint proident mag\",\n \"variable_name\": \"mollit ad d\"\n }\n ],\n \"last_modified_by\": \"quis ea enim\",\n \"modified_date_utc\": \"2009-06-30T03:52:12.078Z\",\n \"created_date_utc\": \"1985-04-11T17:37:41.436Z\",\n \"provisioning_mode\": 1,\n \"floating_token_limit\": -49058509,\n \"session_period\": -49048987,\n \"is_temporary\": false\n },\n \"software_release_limitation\": {\n \"id\": \"f1cec69e-9b20-5d7b-af06-089b05817aad\",\n \"product_id\": \"urn:uuid:fdeba29d-f249-fc3e-cf65-373b1e288055\",\n \"software_release\": \"reprehenderit Duis\",\n \"description\": \"esse non\"\n },\n \"license_users\": [\n {\n \"license_id\": \"799cfbe4-c58d-376d-2c7d-8cba551fa79f\",\n \"name\": \"mollit\",\n \"user_id\": \"laboris sint anim dolore\",\n \"is_active\": true,\n \"created_date_utc\": \"1987-01-04T05:43:49.569Z\",\n \"modified_date_utc\": \"1980-02-14T08:35:07.992Z\",\n \"last_modified_by\": \"commodo non deserunt sed\"\n },\n {\n \"license_id\": \"963a9e3c-a7c7-b656-f1d9-12ab4f82c677\",\n \"name\": \"in culpa cillum sunt\",\n \"user_id\": \"ea ad irure\",\n \"is_active\": true,\n \"created_date_utc\": \"1976-04-03T20:18:46.210Z\",\n \"modified_date_utc\": \"1968-11-13T21:32:12.014Z\",\n \"last_modified_by\": \"cupidatat dolor incididunt enim\"\n }\n ]\n }\n]" }, { "name": "Conflict", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "AdminKey", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"product_id\": \"50256317-8b09-380b-6f70-f47be24fa102\",\n \"user_id\": \"et est\",\n \"active_licenses_only\": false\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/provisioning/licenses/by_user", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "provisioning", "licenses", "by_user" ], "variable": [ { "key": "isv_id" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": 48538908,\n \"message\": \"veniam ipsum non\",\n \"help\": \"anim sit non\"\n}" }, { "name": "Server Error", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "AdminKey", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"product_id\": \"50256317-8b09-380b-6f70-f47be24fa102\",\n \"user_id\": \"et est\",\n \"active_licenses_only\": false\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/provisioning/licenses/by_user", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "provisioning", "licenses", "by_user" ], "variable": [ { "key": "isv_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Toggle license state.", "event": [ { "listen": "test", "script": { "exec": [ "pm.test(\"Status code is 200\", function () {\r", " pm.response.to.have.status(200);\r", "});" ], "type": "text/javascript" } } ], "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"is_active\": {{$randomBoolean}},\n \"license_key\": \"{{licensekey}}\",\n \"product_id\": \"{{productid}}\"\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/provisioning/licenses/state/toggle", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "provisioning", "licenses", "state", "toggle" ], "variable": [ { "key": "isv_id", "value": "{{isvid}}", "type": "string", "description": "(Required) " } ] }, "description": "Toggle license state." }, "response": [ { "name": "Success", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "AdminKey", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"is_active\": false,\n \"license_key\": \"reprehenderit Duis\",\n \"product_id\": \"urn:uuid:b220e56c-fa03-28f6-5874-8b90e05ea955\"\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/provisioning/licenses/state/toggle", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "provisioning", "licenses", "state", "toggle" ], "variable": [ { "key": "isv_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"product_id\": \"urn:uuid:3329e308-5a37-33f6-45b9-b8f528ac40c2\",\n \"license_id\": \"urn:uuid:a3f6302b-e5f8-96c6-5c8e-1fd2778e3ebe\",\n \"legacy_license_key\": \"ad laboris\",\n \"is_active\": false\n}" }, { "name": "Conflict", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "AdminKey", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"is_active\": false,\n \"license_key\": \"reprehenderit Duis\",\n \"product_id\": \"urn:uuid:b220e56c-fa03-28f6-5874-8b90e05ea955\"\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/provisioning/licenses/state/toggle", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "provisioning", "licenses", "state", "toggle" ], "variable": [ { "key": "isv_id" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": 48538908,\n \"message\": \"veniam ipsum non\",\n \"help\": \"anim sit non\"\n}" }, { "name": "Server Error", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "AdminKey", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"is_active\": false,\n \"license_key\": \"reprehenderit Duis\",\n \"product_id\": \"urn:uuid:b220e56c-fa03-28f6-5874-8b90e05ea955\"\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/provisioning/licenses/state/toggle", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "provisioning", "licenses", "state", "toggle" ], "variable": [ { "key": "isv_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "session", "item": [ { "name": "Closes a session with given Client.", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"client_id\": \"florian@slascone.com_WEBCLIENT2\",\n \"license_id\": \"9143aa68-c319-41c3-9095-e024350418fe\"\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/provisioning/session/close", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "provisioning", "session", "close" ], "variable": [ { "key": "isv_id", "value": "{{isvid}}", "type": "string", "description": "(Required) " } ] }, "description": "Closes a session with given Client.." }, "response": [ { "name": "Success", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "AdminKey", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"client_id\": \"Lorem sit deserunt enim irure\",\n \"license_id\": \"adb2a7af-0c93-0a07-128b-558336c9c6d2\"\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/provisioning/session/close", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "provisioning", "session", "close" ], "variable": [ { "key": "isv_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "\"elit dolor adipisicing\"" }, { "name": "Conflict", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "AdminKey", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"client_id\": \"Lorem sit deserunt enim irure\",\n \"license_id\": \"adb2a7af-0c93-0a07-128b-558336c9c6d2\"\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/provisioning/session/close", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "provisioning", "session", "close" ], "variable": [ { "key": "isv_id" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": 48538908,\n \"message\": \"veniam ipsum non\",\n \"help\": \"anim sit non\"\n}" }, { "name": "Server Error", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "AdminKey", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"client_id\": \"Lorem sit deserunt enim irure\",\n \"license_id\": \"adb2a7af-0c93-0a07-128b-558336c9c6d2\"\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/provisioning/session/close", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "provisioning", "session", "close" ], "variable": [ { "key": "isv_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Opens a session with given Client.", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"client_id\": \"ilias@slascone.com 199.199.199.21\",\n \"license_id\": \"9143aa68-c319-41c3-9095-e024350418fe\"\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/provisioning/session/open", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "provisioning", "session", "open" ], "variable": [ { "key": "isv_id", "value": "{{isvid}}", "type": "string", "description": "(Required) " } ] }, "description": "Opens a session with given Client.." }, "response": [ { "name": "Success", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "AdminKey", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"client_id\": \"Lorem sit deserunt enim irure\",\n \"license_id\": \"adb2a7af-0c93-0a07-128b-558336c9c6d2\"\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/provisioning/session/open", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "provisioning", "session", "open" ], "variable": [ { "key": "isv_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"is_session_valid\": true,\n \"session_valid_until\": \"1975-06-12T15:35:04.939Z\"\n}" }, { "name": "Conflict", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "AdminKey", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"client_id\": \"Lorem sit deserunt enim irure\",\n \"license_id\": \"adb2a7af-0c93-0a07-128b-558336c9c6d2\"\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/provisioning/session/open", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "provisioning", "session", "open" ], "variable": [ { "key": "isv_id" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": 48538908,\n \"message\": \"veniam ipsum non\",\n \"help\": \"anim sit non\"\n}" }, { "name": "Server Error", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "AdminKey", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"client_id\": \"Lorem sit deserunt enim irure\",\n \"license_id\": \"adb2a7af-0c93-0a07-128b-558336c9c6d2\"\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/provisioning/session/open", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "provisioning", "session", "open" ], "variable": [ { "key": "isv_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "validate", "item": [ { "name": "Checks the validity of a license.", "event": [ { "listen": "prerequest", "script": { "exec": [ "" ], "type": "text/javascript" } }, { "listen": "test", "script": { "exec": [ "pm.test(\"Status code is 200\", function () {\r", " pm.response.to.have.status(200);\r", "});" ], "type": "text/javascript" } } ], "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"license_key\": \"{{tokenkey}}\"\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/provisioning/validate", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "provisioning", "validate" ], "variable": [ { "key": "isv_id", "value": "{{isvid}}", "type": "string", "description": "(Required) " } ] }, "description": "Checks the validity of a license." }, "response": [ { "name": "Success", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "AdminKey", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"license_key\": \"reprehenderit\"\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/provisioning/validate", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "provisioning", "validate" ], "variable": [ { "key": "isv_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "[\n {\n \"customer\": {\n \"customer_id\": \"1a68e295-84d1-33ed-c70f-c264de773471\",\n \"company_name\": \"adipisicing elit in Excepteur\",\n \"customer_number\": \"proident\"\n },\n \"license_key\": \"laboris aliquip mollit culpa\",\n \"token_key\": \"urn:uuid:c1ddc38b-f6f7-91b5-9706-e8ba49da972f\",\n \"legacy_license_key\": \"qui ex non in\",\n \"floating_tokens\": 93615499,\n \"user_limits\": -12150393,\n \"provisioning_mode\": 0,\n \"client_type\": 0,\n \"client_id\": \"enim\",\n \"client_description\": \"est Excepteur\",\n \"is_license_valid\": false,\n \"is_license_expired\": true,\n \"is_temporary\": false,\n \"is_software_version_valid\": false,\n \"expiration_date_utc\": \"2010-12-31T01:39:11.354Z\",\n \"software_release_limitation\": {\n \"id\": \"6075c6c7-c2a1-8c36-6b56-903faddd456c\",\n \"product_id\": \"urn:uuid:90c92953-5594-8bec-194c-aae41adac1d6\",\n \"software_release\": \"ad officia\",\n \"description\": \"mollit ut\"\n },\n \"heartbeat_period\": -49503713,\n \"freeride\": -16509269,\n \"product_name\": \"veniam commodo ad tempor\",\n \"template_name\": \"nisi\",\n \"license_name\": \"irure commodo sit sed\",\n \"enforce_software_version_upgrade\": true,\n \"features\": [\n {\n \"id\": \"d2c8aa9d-e340-8f68-3fbe-5f72f01523d3\",\n \"name\": \"do velit ea\"\n },\n {\n \"id\": \"ce4e427e-ff62-cadf-46c4-a9b141fcddde\",\n \"name\": \"deserunt magna\"\n }\n ],\n \"limitations\": [\n {\n \"id\": \"41b38c8f-b252-29d5-d9cd-fbd61807cd02\",\n \"name\": \"aliquip eiusmod\",\n \"value\": -51600493,\n \"consumption_reset_mode\": 0,\n \"consumption_reset_period_days\": -27244683\n },\n {\n \"id\": \"urn:uuid:519c9920-465c-976d-0d99-bbb259c81c38\",\n \"name\": \"et\",\n \"value\": 91445662,\n \"consumption_reset_mode\": 2,\n \"consumption_reset_period_days\": -24015384\n }\n ],\n \"variables\": [\n {\n \"id\": \"600f6afd-8091-914a-47c2-3144b4b8ae3f\",\n \"name\": \"sed amet ea\",\n \"value\": \"Lorem in irure ex\"\n },\n {\n \"id\": \"915dc1e9-6986-36d6-180b-4c4b0b279e41\",\n \"name\": \"Ut laborum veniam\",\n \"value\": \"proident adipisicing id\"\n }\n ],\n \"license_users\": [\n {\n \"license_id\": \"434cbfc0-353a-9e3d-02ff-3d3d844bf732\",\n \"name\": \"dolor\",\n \"user_id\": \"proident culpa ex mollit\",\n \"is_active\": false,\n \"created_date_utc\": \"1969-09-22T20:03:09.192Z\",\n \"modified_date_utc\": \"2004-06-10T09:27:58.678Z\",\n \"last_modified_by\": \"veniam in\"\n },\n {\n \"license_id\": \"urn:uuid:8adf8b68-4ac6-a462-9b18-1b12249fe02f\",\n \"name\": \"laboris\",\n \"user_id\": \"voluptate deserunt magna in\",\n \"is_active\": false,\n \"created_date_utc\": \"1955-08-15T10:59:19.152Z\",\n \"modified_date_utc\": \"1990-08-29T22:51:32.632Z\",\n \"last_modified_by\": \"occa\"\n }\n ]\n },\n {\n \"customer\": {\n \"customer_id\": \"urn:uuid:153c9257-d84a-6b1b-8580-cdde41b5726c\",\n \"company_name\": \"consequat\",\n \"customer_number\": \"sed veniam culpa\"\n },\n \"license_key\": \"officia in Lorem sint\",\n \"token_key\": \"urn:uuid:048d83e0-9cc8-6df5-f567-74edd4148ca2\",\n \"legacy_license_key\": \"non qui ad\",\n \"floating_tokens\": 69927834,\n \"user_limits\": -85738895,\n \"provisioning_mode\": 0,\n \"client_type\": 0,\n \"client_id\": \"sit officia Ex\",\n \"client_description\": \"voluptate veniam\",\n \"is_license_valid\": true,\n \"is_license_expired\": false,\n \"is_temporary\": false,\n \"is_software_version_valid\": true,\n \"expiration_date_utc\": \"2017-11-26T04:28:37.003Z\",\n \"software_release_limitation\": {\n \"id\": \"4e8c671d-3a6f-cf74-538f-eaeef5651a45\",\n \"product_id\": \"urn:uuid:fb788294-84fd-1806-cbae-f481466a5a1c\",\n \"software_release\": \"Ut\",\n \"description\": \"occae\"\n },\n \"heartbeat_period\": -19220092,\n \"freeride\": -82742403,\n \"product_name\": \"consectetur veniam irure\",\n \"template_name\": \"dolore nisi\",\n \"license_name\": \"ut Ut officia\",\n \"enforce_software_version_upgrade\": false,\n \"features\": [\n {\n \"id\": \"urn:uuid:d350f049-884f-2ae3-635c-9ff7e3838ad0\",\n \"name\": \"est aliquip commodo\"\n },\n {\n \"id\": \"urn:uuid:1da55019-37a7-9d5f-c017-266d0742d954\",\n \"name\": \"enim ad dolore exercitation\"\n }\n ],\n \"limitations\": [\n {\n \"id\": \"b4db5b40-39e2-e619-5b67-61b4633177ca\",\n \"name\": \"exercitation veniam amet\",\n \"value\": -1452665,\n \"consumption_reset_mode\": 1,\n \"consumption_reset_period_days\": 79582375\n },\n {\n \"id\": \"urn:uuid:3a4c098a-9cd9-5972-5804-d9d36b5bf474\",\n \"name\": \"ut Excepteur veniam\",\n \"value\": 67089146,\n \"consumption_reset_mode\": 1,\n \"consumption_reset_period_days\": 674615\n }\n ],\n \"variables\": [\n {\n \"id\": \"urn:uuid:ed6eaca0-250d-0b20-600e-e2b2a2982f7c\",\n \"name\": \"labore commodo ex dolore eu\",\n \"value\": \"ut qui incididunt ut\"\n },\n {\n \"id\": \"urn:uuid:b133a3dc-41fe-d508-6e67-3c08a35fd1e5\",\n \"name\": \"elit\",\n \"value\": \"laborum cupidatat irure non in\"\n }\n ],\n \"license_users\": [\n {\n \"license_id\": \"urn:uuid:7539f6fa-aac1-b2db-2dc1-fc13f8b3224b\",\n \"name\": \"occaecat\",\n \"user_id\": \"eiusmod reprehenderit dolor eu\",\n \"is_active\": false,\n \"created_date_utc\": \"1951-08-24T20:01:42.544Z\",\n \"modified_date_utc\": \"2018-10-13T05:33:40.940Z\",\n \"last_modified_by\": \"laboris consequat fugiat ex\"\n },\n {\n \"license_id\": \"urn:uuid:bc921eb0-36e0-fb20-3d10-8b946bb15b60\",\n \"name\": \"sint\",\n \"user_id\": \"voluptate consectetur consequat id occaecat\",\n \"is_active\": false,\n \"created_date_utc\": \"2005-02-03T20:15:32.294Z\",\n \"modified_date_utc\": \"1988-10-25T01:18:56.198Z\",\n \"last_modified_by\": \"aliquip ut id quis\"\n }\n ]\n }\n]" }, { "name": "Conflict", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "AdminKey", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"license_key\": \"reprehenderit\"\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/provisioning/validate", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "provisioning", "validate" ], "variable": [ { "key": "isv_id" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": 48538908,\n \"message\": \"veniam ipsum non\",\n \"help\": \"anim sit non\"\n}" }, { "name": "Server Error", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "AdminKey", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"license_key\": \"reprehenderit\"\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/provisioning/validate", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "provisioning", "validate" ], "variable": [ { "key": "isv_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Checks the consumption status of a limitation.", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"client_id\": \"{{clientid}}\",\n \"limitation_id\": \"{{limitationid}}\"\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/provisioning/validate/consumption", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "provisioning", "validate", "consumption" ], "variable": [ { "key": "isv_id", "value": "{{isvid}}", "type": "string", "description": "(Required) " } ] }, "description": "Checks the consumption status of a limitation." }, "response": [ { "name": "Success", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "AdminKey", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"client_id\": \"voluptate ullamco reprehenderit ipsum\",\n \"limitation_id\": \"67cc8695-f043-2d12-cc21-9094dba5391b\"\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/provisioning/validate/consumption", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "provisioning", "validate", "consumption" ], "variable": [ { "key": "isv_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"limitation_id\": \"urn:uuid:b230f287-3754-dd15-9248-100304b991b4\",\n \"remaining\": -78197359.39927788,\n \"limit\": 60739162.94266978,\n \"last_reset_date_utc\": \"1959-01-22T01:51:26.244Z\",\n \"next_reset_date_utc\": \"1950-09-06T23:36:47.856Z\"\n}" }, { "name": "Conflict", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "AdminKey", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"client_id\": \"voluptate ullamco reprehenderit ipsum\",\n \"limitation_id\": \"67cc8695-f043-2d12-cc21-9094dba5391b\"\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/provisioning/validate/consumption", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "provisioning", "validate", "consumption" ], "variable": [ { "key": "isv_id" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": 48538908,\n \"message\": \"veniam ipsum non\",\n \"help\": \"anim sit non\"\n}" }, { "name": "Server Error", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "AdminKey", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"client_id\": \"voluptate ullamco reprehenderit ipsum\",\n \"limitation_id\": \"67cc8695-f043-2d12-cc21-9094dba5391b\"\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/provisioning/validate/consumption", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "provisioning", "validate", "consumption" ], "variable": [ { "key": "isv_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "Activates a client.", "event": [ { "listen": "test", "script": { "exec": [ "pm.test(\"Status code is 200\", function () {\r", " pm.response.to.have.status(200);\r", "});" ], "type": "text/javascript" } } ], "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"client_id\": \"{{$randomUUID}}\",\n \"license_key\": \"{{licensekey}}\",\n \"product_id\": \"{{productid}}\",\n \"client_name\": \"Postman Test\",\n \"client_description\": \"Postman Test\",\n \"software_version\": \"2.1\"\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/provisioning/activations", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "provisioning", "activations" ], "variable": [ { "key": "isv_id", "value": "{{isvid}}", "type": "string", "description": "(Required) " } ] }, "description": "Activates a client. More Information." }, "response": [ { "name": "Success", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "AdminKey", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"client_id\": \"culpa ex\",\n \"license_key\": \"officia ea\",\n \"product_id\": \"urn:uuid:ea7c124b-e620-d801-3fee-ca6768c7e8f0\",\n \"client_name\": \"fugiat eu\",\n \"client_description\": \"irure dolor minim tempor\",\n \"software_version\": \"eiusmod fugiat\",\n \"timestamp_utc\": \"1983-04-16T02:20:17.107Z\"\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/provisioning/activations", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "provisioning", "activations" ], "variable": [ { "key": "isv_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "[\n {\n \"customer\": {\n \"customer_id\": \"1a68e295-84d1-33ed-c70f-c264de773471\",\n \"company_name\": \"adipisicing elit in Excepteur\",\n \"customer_number\": \"proident\"\n },\n \"license_key\": \"laboris aliquip mollit culpa\",\n \"token_key\": \"urn:uuid:c1ddc38b-f6f7-91b5-9706-e8ba49da972f\",\n \"legacy_license_key\": \"qui ex non in\",\n \"floating_tokens\": 93615499,\n \"user_limits\": -12150393,\n \"provisioning_mode\": 0,\n \"client_type\": 0,\n \"client_id\": \"enim\",\n \"client_description\": \"est Excepteur\",\n \"is_license_valid\": false,\n \"is_license_expired\": true,\n \"is_temporary\": false,\n \"is_software_version_valid\": false,\n \"expiration_date_utc\": \"2010-12-31T01:39:11.354Z\",\n \"software_release_limitation\": {\n \"id\": \"6075c6c7-c2a1-8c36-6b56-903faddd456c\",\n \"product_id\": \"urn:uuid:90c92953-5594-8bec-194c-aae41adac1d6\",\n \"software_release\": \"ad officia\",\n \"description\": \"mollit ut\"\n },\n \"heartbeat_period\": -49503713,\n \"freeride\": -16509269,\n \"product_name\": \"veniam commodo ad tempor\",\n \"template_name\": \"nisi\",\n \"license_name\": \"irure commodo sit sed\",\n \"enforce_software_version_upgrade\": true,\n \"features\": [\n {\n \"id\": \"d2c8aa9d-e340-8f68-3fbe-5f72f01523d3\",\n \"name\": \"do velit ea\"\n },\n {\n \"id\": \"ce4e427e-ff62-cadf-46c4-a9b141fcddde\",\n \"name\": \"deserunt magna\"\n }\n ],\n \"limitations\": [\n {\n \"id\": \"41b38c8f-b252-29d5-d9cd-fbd61807cd02\",\n \"name\": \"aliquip eiusmod\",\n \"value\": -51600493,\n \"consumption_reset_mode\": 0,\n \"consumption_reset_period_days\": -27244683\n },\n {\n \"id\": \"urn:uuid:519c9920-465c-976d-0d99-bbb259c81c38\",\n \"name\": \"et\",\n \"value\": 91445662,\n \"consumption_reset_mode\": 2,\n \"consumption_reset_period_days\": -24015384\n }\n ],\n \"variables\": [\n {\n \"id\": \"600f6afd-8091-914a-47c2-3144b4b8ae3f\",\n \"name\": \"sed amet ea\",\n \"value\": \"Lorem in irure ex\"\n },\n {\n \"id\": \"915dc1e9-6986-36d6-180b-4c4b0b279e41\",\n \"name\": \"Ut laborum veniam\",\n \"value\": \"proident adipisicing id\"\n }\n ],\n \"license_users\": [\n {\n \"license_id\": \"434cbfc0-353a-9e3d-02ff-3d3d844bf732\",\n \"name\": \"dolor\",\n \"user_id\": \"proident culpa ex mollit\",\n \"is_active\": false,\n \"created_date_utc\": \"1969-09-22T20:03:09.192Z\",\n \"modified_date_utc\": \"2004-06-10T09:27:58.678Z\",\n \"last_modified_by\": \"veniam in\"\n },\n {\n \"license_id\": \"urn:uuid:8adf8b68-4ac6-a462-9b18-1b12249fe02f\",\n \"name\": \"laboris\",\n \"user_id\": \"voluptate deserunt magna in\",\n \"is_active\": false,\n \"created_date_utc\": \"1955-08-15T10:59:19.152Z\",\n \"modified_date_utc\": \"1990-08-29T22:51:32.632Z\",\n \"last_modified_by\": \"occa\"\n }\n ]\n },\n {\n \"customer\": {\n \"customer_id\": \"urn:uuid:153c9257-d84a-6b1b-8580-cdde41b5726c\",\n \"company_name\": \"consequat\",\n \"customer_number\": \"sed veniam culpa\"\n },\n \"license_key\": \"officia in Lorem sint\",\n \"token_key\": \"urn:uuid:048d83e0-9cc8-6df5-f567-74edd4148ca2\",\n \"legacy_license_key\": \"non qui ad\",\n \"floating_tokens\": 69927834,\n \"user_limits\": -85738895,\n \"provisioning_mode\": 0,\n \"client_type\": 0,\n \"client_id\": \"sit officia Ex\",\n \"client_description\": \"voluptate veniam\",\n \"is_license_valid\": true,\n \"is_license_expired\": false,\n \"is_temporary\": false,\n \"is_software_version_valid\": true,\n \"expiration_date_utc\": \"2017-11-26T04:28:37.003Z\",\n \"software_release_limitation\": {\n \"id\": \"4e8c671d-3a6f-cf74-538f-eaeef5651a45\",\n \"product_id\": \"urn:uuid:fb788294-84fd-1806-cbae-f481466a5a1c\",\n \"software_release\": \"Ut\",\n \"description\": \"occae\"\n },\n \"heartbeat_period\": -19220092,\n \"freeride\": -82742403,\n \"product_name\": \"consectetur veniam irure\",\n \"template_name\": \"dolore nisi\",\n \"license_name\": \"ut Ut officia\",\n \"enforce_software_version_upgrade\": false,\n \"features\": [\n {\n \"id\": \"urn:uuid:d350f049-884f-2ae3-635c-9ff7e3838ad0\",\n \"name\": \"est aliquip commodo\"\n },\n {\n \"id\": \"urn:uuid:1da55019-37a7-9d5f-c017-266d0742d954\",\n \"name\": \"enim ad dolore exercitation\"\n }\n ],\n \"limitations\": [\n {\n \"id\": \"b4db5b40-39e2-e619-5b67-61b4633177ca\",\n \"name\": \"exercitation veniam amet\",\n \"value\": -1452665,\n \"consumption_reset_mode\": 1,\n \"consumption_reset_period_days\": 79582375\n },\n {\n \"id\": \"urn:uuid:3a4c098a-9cd9-5972-5804-d9d36b5bf474\",\n \"name\": \"ut Excepteur veniam\",\n \"value\": 67089146,\n \"consumption_reset_mode\": 1,\n \"consumption_reset_period_days\": 674615\n }\n ],\n \"variables\": [\n {\n \"id\": \"urn:uuid:ed6eaca0-250d-0b20-600e-e2b2a2982f7c\",\n \"name\": \"labore commodo ex dolore eu\",\n \"value\": \"ut qui incididunt ut\"\n },\n {\n \"id\": \"urn:uuid:b133a3dc-41fe-d508-6e67-3c08a35fd1e5\",\n \"name\": \"elit\",\n \"value\": \"laborum cupidatat irure non in\"\n }\n ],\n \"license_users\": [\n {\n \"license_id\": \"urn:uuid:7539f6fa-aac1-b2db-2dc1-fc13f8b3224b\",\n \"name\": \"occaecat\",\n \"user_id\": \"eiusmod reprehenderit dolor eu\",\n \"is_active\": false,\n \"created_date_utc\": \"1951-08-24T20:01:42.544Z\",\n \"modified_date_utc\": \"2018-10-13T05:33:40.940Z\",\n \"last_modified_by\": \"laboris consequat fugiat ex\"\n },\n {\n \"license_id\": \"urn:uuid:bc921eb0-36e0-fb20-3d10-8b946bb15b60\",\n \"name\": \"sint\",\n \"user_id\": \"voluptate consectetur consequat id occaecat\",\n \"is_active\": false,\n \"created_date_utc\": \"2005-02-03T20:15:32.294Z\",\n \"modified_date_utc\": \"1988-10-25T01:18:56.198Z\",\n \"last_modified_by\": \"aliquip ut id quis\"\n }\n ]\n }\n]" }, { "name": "Server Error", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "AdminKey", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"client_id\": \"culpa ex\",\n \"license_key\": \"officia ea\",\n \"product_id\": \"urn:uuid:ea7c124b-e620-d801-3fee-ca6768c7e8f0\",\n \"client_name\": \"fugiat eu\",\n \"client_description\": \"irure dolor minim tempor\",\n \"software_version\": \"eiusmod fugiat\",\n \"timestamp_utc\": \"1983-04-16T02:20:17.107Z\"\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/provisioning/activations", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "provisioning", "activations" ], "variable": [ { "key": "isv_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Activates a client.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"client_id\": \"{{$randomUUID}}\",\n \"license_key\": \"{{licensekey}}\",\n \"product_id\": \"{{productid}}\",\n \"client_name\": \"Postman Test\",\n \"client_description\": \"Postman Test\",\n \"software_version\": \"2.1\"\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/provisioning/activations", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "provisioning", "activations" ], "variable": [ { "key": "isv_id", "value": "{{isvid}}", "type": "string", "description": "(Required) " } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Length", "value": "909" }, { "key": "Content-Type", "value": "application/json; charset=utf-8" }, { "key": "Content-Encoding", "value": "gzip" }, { "key": "Vary", "value": "Accept-Encoding" }, { "key": "Server", "value": "Microsoft-IIS/10.0" }, { "key": "Request-Context", "value": "appId=cid-v1:b85fa38e-c3fb-4e93-80a8-6d625a68aeb0" }, { "key": "x-slascone-signature", "value": "665FDBD9CF24DC86A42F4AD2C6E8F05E8D209B2887BCFD0EFB9FD30865E2585B" }, { "key": "api-supported-versions", "value": "1.3, 2" }, { "key": "X-Powered-By", "value": "ASP.NET" }, { "key": "Date", "value": "Thu, 23 Sep 2021 07:53:11 GMT" } ], "cookie": [], "body": "{\n \"customer\": {\n \"customer_id\": \"83e310a6-be31-4be0-aa9d-d7001c086b89\",\n \"company_name\": \"Test Customer\",\n \"customer_number\": null\n },\n \"license_key\": \"c441f4e5-a9f5-4152-805b-024390f4abc1\",\n \"token_key\": \"8147995b-3aa0-4116-af79-ac07040c3b05\",\n \"legacy_license_key\": null,\n \"floating_tokens\": null,\n \"user_limits\": null,\n \"provisioning_mode\": 0,\n \"client_type\": 0,\n \"client_id\": \"59c3b0d1-6bc8-49aa-a8d3-62de5e77bbd4\",\n \"client_description\": \"Postman Test\",\n \"is_license_valid\": true,\n \"is_license_expired\": false,\n \"is_temporary\": false,\n \"is_software_version_valid\": true,\n \"expiration_date_utc\": \"2022-09-23T07:53:09.7122937\",\n \"software_release_limitation\": null,\n \"session_period\": 1,\n \"heartbeat_period\": null,\n \"freeride\": null,\n \"product_name\": \"Arthros Shoulder\",\n \"template_name\": \"Arthroscopy: Full Access\",\n \"license_name\": \"New License\",\n \"enforce_software_version_upgrade\": false,\n \"features\": [\n {\n \"id\": \"b08a05ad-58d8-469c-8702-22a80d622282\",\n \"name\": \"Basic Skills\"\n },\n {\n \"id\": \"ebd16c98-4bd3-4a08-bd01-634af715abc9\",\n \"name\": \"Diagnostics\"\n },\n {\n \"id\": \"2b60de0c-9bc0-4269-9d7d-e6dd75439163\",\n \"name\": \"Therapeutic Case\"\n }\n ],\n \"limitations\": [],\n \"variables\": [\n {\n \"id\": \"56bb3fff-fd7d-407f-83de-36d1627d653f\",\n \"name\": \"Unique Device ID\",\n \"value\": \"3B6AFC20-D89E-11DD-81E5-1C872\"\n }\n ],\n \"license_users\": []\n}" } ] }, { "name": "Creates a license heartbeat.", "event": [ { "listen": "test", "script": { "exec": [ "pm.test(\"Status code is 200\", function () {\r", " pm.response.to.have.status(200);\r", "});" ], "type": "text/javascript" } } ], "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"client_id\": \"ilias@slascone.com_WEBCLIENT2\",\n \"operating_system\": \"Web\",\n \"product_id\": \"{{productid}}\",\n \"software_version\": \"2.1\"\n\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/provisioning/heartbeats", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "provisioning", "heartbeats" ], "variable": [ { "key": "isv_id", "value": "{{isvid}}", "type": "string", "description": "(Required) " } ] }, "description": "More Information." }, "response": [ { "name": "Success", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "AdminKey", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"client_id\": \"adipisicing deserunt reprehenderit\",\n \"operating_system\": \"pariatur elit do minim\",\n \"product_id\": \"94d6d8c7-f6f5-e88b-81d5-18009f16cec7\",\n \"software_version\": \"exercitation in amet\",\n \"token_key\": \"urn:uuid:bc65867b-0871-d009-4f35-753055045370\",\n \"group_id\": \"commodo\",\n \"heartbeat_type_id\": \"be7de785-e583-5350-8e5a-c6954d36884c\"\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/provisioning/heartbeats", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "provisioning", "heartbeats" ], "variable": [ { "key": "isv_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "[\n {\n \"customer\": {\n \"customer_id\": \"1a68e295-84d1-33ed-c70f-c264de773471\",\n \"company_name\": \"adipisicing elit in Excepteur\",\n \"customer_number\": \"proident\"\n },\n \"license_key\": \"laboris aliquip mollit culpa\",\n \"token_key\": \"urn:uuid:c1ddc38b-f6f7-91b5-9706-e8ba49da972f\",\n \"legacy_license_key\": \"qui ex non in\",\n \"floating_tokens\": 93615499,\n \"user_limits\": -12150393,\n \"provisioning_mode\": 0,\n \"client_type\": 0,\n \"client_id\": \"enim\",\n \"client_description\": \"est Excepteur\",\n \"is_license_valid\": false,\n \"is_license_expired\": true,\n \"is_temporary\": false,\n \"is_software_version_valid\": false,\n \"expiration_date_utc\": \"2010-12-31T01:39:11.354Z\",\n \"software_release_limitation\": {\n \"id\": \"6075c6c7-c2a1-8c36-6b56-903faddd456c\",\n \"product_id\": \"urn:uuid:90c92953-5594-8bec-194c-aae41adac1d6\",\n \"software_release\": \"ad officia\",\n \"description\": \"mollit ut\"\n },\n \"heartbeat_period\": -49503713,\n \"freeride\": -16509269,\n \"product_name\": \"veniam commodo ad tempor\",\n \"template_name\": \"nisi\",\n \"license_name\": \"irure commodo sit sed\",\n \"enforce_software_version_upgrade\": true,\n \"features\": [\n {\n \"id\": \"d2c8aa9d-e340-8f68-3fbe-5f72f01523d3\",\n \"name\": \"do velit ea\"\n },\n {\n \"id\": \"ce4e427e-ff62-cadf-46c4-a9b141fcddde\",\n \"name\": \"deserunt magna\"\n }\n ],\n \"limitations\": [\n {\n \"id\": \"41b38c8f-b252-29d5-d9cd-fbd61807cd02\",\n \"name\": \"aliquip eiusmod\",\n \"value\": -51600493,\n \"consumption_reset_mode\": 0,\n \"consumption_reset_period_days\": -27244683\n },\n {\n \"id\": \"urn:uuid:519c9920-465c-976d-0d99-bbb259c81c38\",\n \"name\": \"et\",\n \"value\": 91445662,\n \"consumption_reset_mode\": 2,\n \"consumption_reset_period_days\": -24015384\n }\n ],\n \"variables\": [\n {\n \"id\": \"600f6afd-8091-914a-47c2-3144b4b8ae3f\",\n \"name\": \"sed amet ea\",\n \"value\": \"Lorem in irure ex\"\n },\n {\n \"id\": \"915dc1e9-6986-36d6-180b-4c4b0b279e41\",\n \"name\": \"Ut laborum veniam\",\n \"value\": \"proident adipisicing id\"\n }\n ],\n \"license_users\": [\n {\n \"license_id\": \"434cbfc0-353a-9e3d-02ff-3d3d844bf732\",\n \"name\": \"dolor\",\n \"user_id\": \"proident culpa ex mollit\",\n \"is_active\": false,\n \"created_date_utc\": \"1969-09-22T20:03:09.192Z\",\n \"modified_date_utc\": \"2004-06-10T09:27:58.678Z\",\n \"last_modified_by\": \"veniam in\"\n },\n {\n \"license_id\": \"urn:uuid:8adf8b68-4ac6-a462-9b18-1b12249fe02f\",\n \"name\": \"laboris\",\n \"user_id\": \"voluptate deserunt magna in\",\n \"is_active\": false,\n \"created_date_utc\": \"1955-08-15T10:59:19.152Z\",\n \"modified_date_utc\": \"1990-08-29T22:51:32.632Z\",\n \"last_modified_by\": \"occa\"\n }\n ]\n },\n {\n \"customer\": {\n \"customer_id\": \"urn:uuid:153c9257-d84a-6b1b-8580-cdde41b5726c\",\n \"company_name\": \"consequat\",\n \"customer_number\": \"sed veniam culpa\"\n },\n \"license_key\": \"officia in Lorem sint\",\n \"token_key\": \"urn:uuid:048d83e0-9cc8-6df5-f567-74edd4148ca2\",\n \"legacy_license_key\": \"non qui ad\",\n \"floating_tokens\": 69927834,\n \"user_limits\": -85738895,\n \"provisioning_mode\": 0,\n \"client_type\": 0,\n \"client_id\": \"sit officia Ex\",\n \"client_description\": \"voluptate veniam\",\n \"is_license_valid\": true,\n \"is_license_expired\": false,\n \"is_temporary\": false,\n \"is_software_version_valid\": true,\n \"expiration_date_utc\": \"2017-11-26T04:28:37.003Z\",\n \"software_release_limitation\": {\n \"id\": \"4e8c671d-3a6f-cf74-538f-eaeef5651a45\",\n \"product_id\": \"urn:uuid:fb788294-84fd-1806-cbae-f481466a5a1c\",\n \"software_release\": \"Ut\",\n \"description\": \"occae\"\n },\n \"heartbeat_period\": -19220092,\n \"freeride\": -82742403,\n \"product_name\": \"consectetur veniam irure\",\n \"template_name\": \"dolore nisi\",\n \"license_name\": \"ut Ut officia\",\n \"enforce_software_version_upgrade\": false,\n \"features\": [\n {\n \"id\": \"urn:uuid:d350f049-884f-2ae3-635c-9ff7e3838ad0\",\n \"name\": \"est aliquip commodo\"\n },\n {\n \"id\": \"urn:uuid:1da55019-37a7-9d5f-c017-266d0742d954\",\n \"name\": \"enim ad dolore exercitation\"\n }\n ],\n \"limitations\": [\n {\n \"id\": \"b4db5b40-39e2-e619-5b67-61b4633177ca\",\n \"name\": \"exercitation veniam amet\",\n \"value\": -1452665,\n \"consumption_reset_mode\": 1,\n \"consumption_reset_period_days\": 79582375\n },\n {\n \"id\": \"urn:uuid:3a4c098a-9cd9-5972-5804-d9d36b5bf474\",\n \"name\": \"ut Excepteur veniam\",\n \"value\": 67089146,\n \"consumption_reset_mode\": 1,\n \"consumption_reset_period_days\": 674615\n }\n ],\n \"variables\": [\n {\n \"id\": \"urn:uuid:ed6eaca0-250d-0b20-600e-e2b2a2982f7c\",\n \"name\": \"labore commodo ex dolore eu\",\n \"value\": \"ut qui incididunt ut\"\n },\n {\n \"id\": \"urn:uuid:b133a3dc-41fe-d508-6e67-3c08a35fd1e5\",\n \"name\": \"elit\",\n \"value\": \"laborum cupidatat irure non in\"\n }\n ],\n \"license_users\": [\n {\n \"license_id\": \"urn:uuid:7539f6fa-aac1-b2db-2dc1-fc13f8b3224b\",\n \"name\": \"occaecat\",\n \"user_id\": \"eiusmod reprehenderit dolor eu\",\n \"is_active\": false,\n \"created_date_utc\": \"1951-08-24T20:01:42.544Z\",\n \"modified_date_utc\": \"2018-10-13T05:33:40.940Z\",\n \"last_modified_by\": \"laboris consequat fugiat ex\"\n },\n {\n \"license_id\": \"urn:uuid:bc921eb0-36e0-fb20-3d10-8b946bb15b60\",\n \"name\": \"sint\",\n \"user_id\": \"voluptate consectetur consequat id occaecat\",\n \"is_active\": false,\n \"created_date_utc\": \"2005-02-03T20:15:32.294Z\",\n \"modified_date_utc\": \"1988-10-25T01:18:56.198Z\",\n \"last_modified_by\": \"aliquip ut id quis\"\n }\n ]\n }\n]" }, { "name": "imi", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "AdminKey", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"client_id\": \"adipisicing deserunt reprehenderit\",\n \"operating_system\": \"pariatur elit do minim\",\n \"product_id\": \"94d6d8c7-f6f5-e88b-81d5-18009f16cec7\",\n \"software_version\": \"exercitation in amet\",\n \"token_key\": \"urn:uuid:bc65867b-0871-d009-4f35-753055045370\",\n \"group_id\": \"commodo\",\n \"heartbeat_type_id\": \"be7de785-e583-5350-8e5a-c6954d36884c\"\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/provisioning/heartbeats", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "provisioning", "heartbeats" ], "variable": [ { "key": "isv_id" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Server Error", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "AdminKey", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"client_id\": \"adipisicing deserunt reprehenderit\",\n \"operating_system\": \"pariatur elit do minim\",\n \"product_id\": \"94d6d8c7-f6f5-e88b-81d5-18009f16cec7\",\n \"software_version\": \"exercitation in amet\",\n \"token_key\": \"urn:uuid:bc65867b-0871-d009-4f35-753055045370\",\n \"group_id\": \"commodo\",\n \"heartbeat_type_id\": \"be7de785-e583-5350-8e5a-c6954d36884c\"\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/provisioning/heartbeats", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "provisioning", "heartbeats" ], "variable": [ { "key": "isv_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Unassigns a token from a client.", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"token_key\": \"5ca3e938-518f-7249-4a97-93d0b122807c\"\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/provisioning/unassign", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "provisioning", "unassign" ], "variable": [ { "key": "isv_id", "value": "aa9407c0-f84e-8694-cc63-da6c85eb0e62", "type": "string", "description": "(Required) " } ] }, "description": "More Information." }, "response": [ { "name": "Success", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "AdminKey", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"token_key\": \"5ca3e938-518f-7249-4a97-93d0b122807c\"\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/provisioning/unassign", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "provisioning", "unassign" ], "variable": [ { "key": "isv_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "\"elit dolor adipisicing\"" }, { "name": "Conflict", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "AdminKey", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"token_key\": \"5ca3e938-518f-7249-4a97-93d0b122807c\"\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/provisioning/unassign", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "provisioning", "unassign" ], "variable": [ { "key": "isv_id" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": 48538908,\n \"message\": \"veniam ipsum non\",\n \"help\": \"anim sit non\"\n}" }, { "name": "Server Error", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "AdminKey", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"token_key\": \"5ca3e938-518f-7249-4a97-93d0b122807c\"\n}" }, "url": { "raw": "{{baseUrl}}/api/v2/isv/:isv_id/provisioning/unassign", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "isv", ":isv_id", "provisioning", "unassign" ], "variable": [ { "key": "isv_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] } ] } ], "auth": { "type": "apikey", "apikey": [ { "key": "value", "value": "{{pkey_env}}", "type": "string" }, { "key": "key", "value": "ProvisioningKey", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "event": [ { "listen": "prerequest", "script": { "type": "text/javascript", "exec": [ "" ] } }, { "listen": "test", "script": { "type": "text/javascript", "exec": [ "" ] } } ] }