{"info":{"_postman_id":"ffa75c0a-66ef-4928-8274-524f037d6cc8","name":"PowerPro API v1.0.3","description":"<html><head></head><body><h2 id=\"getting-started\">Getting Started</h2>\n<p>The base URL for the API is - <a href=\"https://api.powerprorto.com.au/\">https://api.powerprorto.com.au/</a></p>\n<p>A username and password is required for first access to the API endpoints.</p>\n<h2 id=\"authentication\">Authentication</h2>\n<p>The API accepts multiple kinds of authentication</p>\n<p>For initialisation, to start making requests, the login endpoint accepts</p>\n<ol>\n<li><p>A Username + Password combination using basic auth as the ROOT user</p>\n</li>\n<li><p>An API key using the API key authentication type</p>\n</li>\n</ol>\n<p>These are both done via a POST request using your preferred or provided credentials through the Authentication HTTP header against the login endpoint.</p>\n<p>Once authenticated, a token is returned which should be used in subsequent API calls for other endpoints.</p>\n<p>This token has a lifespan of 60 minutes (One hour) after which the API client should authenticate again in order to use the API. Alternatively, the authentication can be refreshed through the refresh endpoint, provided the token has not expired.</p>\n<p>Example Request</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>POST /auth/login HTTP/1.1\nHost: api.powerprorto.com.au\nX-API-Key: ••••••\n\n</code></pre><h4 id=\"example-responses\">Example Responses</h4>\n<p>Success Response example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"access_token\": ••••••,\n    \"token_type\": \"bearer\",\n    \"expires_in\": 3600,\n    \"message\": \"Success\"\n}\n\n</code></pre>\n<p>Fail Response example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"error\": \"Unauthorized\"\n}\n\n</code></pre>\n<h3 id=\"endpoint-restrictions\">Endpoint Restrictions</h3>\n<p>Some endpoints will only be accessible after retrieving a token by a root user login, or by an API key with significant enough permissions to carry out the designated task.</p>\n<h1 id=\"api-requests\">API Requests</h1>\n<p>API requests typically use the POST method to insert data, the GET method to retrieve data, the PUT method to update data and the Delete method to delete data. The HTTP method used in each API endpoint is detailed in the endpoint specification in this document.</p>\n<h2 id=\"encoding\">Encoding</h2>\n<p>HTTP data exchange (requests and responses) use UTF-8 character encoding.</p>\n<h2 id=\"parameters\">Parameters</h2>\n<ul>\n<li><p>The order of the parameters in the request is not relevant</p>\n</li>\n<li><p>Request parameters documented <strong>in bold</strong> in this document denote a required parameter.</p>\n</li>\n<li><p>Date Request parameters should have a yyyy-mm-dd format</p>\n</li>\n<li><p>Pagination of data occurs via the query parameter ‘page’ and a the page number requested</p>\n</li>\n</ul>\n<h2 id=\"api-responses\">API Responses</h2>\n<h3 id=\"valid-api-responses\">Valid API responses</h3>\n<p>A valid response is one where the http status code is 200 (or 201 for resource creation).</p>\n<p>A valid API response will return JSON content. Below is an abbreviated example of a valid response:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"request_id\" : \"12345678-9012-3456-7890-1234567890123\"\n  \"data\": {\n    \"id\": 1298,\n    \"name\": \"Certificate III in Music\",\n    \"nat_code\": \"CUA30920\",\n    \"location\": \"Perth Northbridge Campus\",\n    \"start_date\": \"2024-9-20\",\n    …\n  },\n  ...\n}\n\n</code></pre>\n<p>Even if there is a data error, providing the access to the API was successful (valid API response) the return content is JSON. In this case a single “error” object containing a “code” and a “description” field as per example below:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"request_id\": \"12345678-9012-3456-7890-1234567890123\"\n  \"error\": {\n    \"code\": 1,\n    \"description\": \"A valid 'XXXX' was not provided\"\n  }\n}\n\n</code></pre>\n<h3 id=\"invalid-api-responses\">Invalid API responses</h3>\n<p>An invalid response is one where the http status code is a 400 level code. These include invalid endpoint, badly formatted requests, etc.</p>\n<p>Contact Support:\n Email: <a href=\"mailto:support@powerprorto.com.au\">support@powerprorto.com.au</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"API Requests","slug":"api-requests"}],"owner":"24496491","collectionId":"ffa75c0a-66ef-4928-8274-524f037d6cc8","publishedId":"2sBXcAJiHu","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-02-11T03:31:52.000Z"},"item":[{"name":"api_keys","item":[{"name":"new","item":[{"name":"Create API key","id":"d4b59854-99b7-4455-a322-432534ffc8e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"has_create_perms","value":"0"},{"key":"has_delete_perms","value":"0"},{"key":"has_rtoadm_perms","value":"0"},{"key":"has_update_perms","value":"0"},{"key":"usage_note","value":"READ ONLY DEV"}]},"url":"https://api.powerprorto.com.au/api_keys/new","description":"<p>Create a new API key. Bearer Token MUST have 'super user / rtoadm' permissions to access this.</p>\n","urlObject":{"path":["api_keys","new"],"host":["https://api.powerprorto.com.au"],"query":[],"variable":[]}},"response":[{"id":"7f9a2b90-f16d-4459-843f-e5f2f6687317","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"has_create_perms","value":"true"},{"key":"has_delete_perms","value":"false"},{"key":"has_rtoadm_perms","value":"false"},{"key":"has_update_perms","value":"true"},{"key":"usage_note","value":"string"}]},"url":"https://api.powerprorto.com.au/api_keys/new"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"key\": \"fake-api-key-12345678\",\n  \"has_create_perms\": false,\n  \"has_delete_perms\": true,\n  \"has_rtoadm_perms\": true,\n  \"has_update_perms\": true,\n  \"usage_note\": \"CRM integration\",\n  \"updated_at\": \"2025-03-07T03:00:40.000000Z\",\n  \"created_at\": \"2025-03-07T03:00:40.000000Z\"\n}"},{"id":"e944c47d-10c8-434d-a4ac-9dea6192698e","name":"Unsuccessful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"has_create_perms","value":"true"},{"key":"has_delete_perms","value":"false"},{"key":"has_rtoadm_perms","value":"false"},{"key":"has_update_perms","value":"true"},{"key":"usage_note","value":"string"}]},"url":"https://api.powerprorto.com.au/api_keys/new"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"error\": \"string\"\n  },\n  {\n    \"error\": \"string\"\n  }\n]"}],"_postman_id":"d4b59854-99b7-4455-a322-432534ffc8e7"}],"id":"c0089bc0-6ce6-49a4-a497-046168fe59b5","_postman_id":"c0089bc0-6ce6-49a4-a497-046168fe59b5","description":""},{"name":"{api_key}}","item":[{"name":"Delete API key","id":"1dfe30c6-7330-4207-8d78-35d59e5a7d50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.powerprorto.com.au/api_keys/string}","description":"<p>Delete an existing API key. Bearer Token MUST have 'super user / rtoadm' permissions to access this.</p>\n","urlObject":{"path":["api_keys","string}"],"host":["https://api.powerprorto.com.au"],"query":[],"variable":[]}},"response":[{"id":"6d564543-e7ce-4d26-8e17-250ccc5a1032","name":"Successful response","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.powerprorto.com.au/api_keys/string}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"request_id\": \"9e34e0ff-9caa-40ff-a301-6bc899c0d85a\",\n  \"data\": [\n    {\n      \"id\": 14,\n      \"second_id\": null,\n      \"email_address\": \"vidatekhelp@gmail.com\",\n      \"given_names\": \"Johnathon\",\n      \"surname\": \"Doe\",\n      \"preferred_name\": \"John\",\n      \"dob\": \"1975-07-26\",\n      \"mobile_phone\": \"0409 000 000\",\n      \"home_phone\": \"0899558877\",\n      \"work_phone\": null,\n      \"company_id\": 29,\n      \"current\": true\n    },\n    {\n      \"id\": 14,\n      \"second_id\": null,\n      \"email_address\": \"vidatekhelp@gmail.com\",\n      \"given_names\": \"Johnathon\",\n      \"surname\": \"Doe\",\n      \"preferred_name\": \"John\",\n      \"dob\": \"1975-07-26\",\n      \"mobile_phone\": \"0409 000 000\",\n      \"home_phone\": \"0899558877\",\n      \"work_phone\": null,\n      \"company_id\": 29,\n      \"current\": true\n    }\n  ]\n}"},{"id":"9ac7130f-3e3e-4e97-9ff2-794641b6fde6","name":"Unsuccessful response","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.powerprorto.com.au/api_keys/string}"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"error\": \"string\"\n  },\n  {\n    \"error\": \"string\"\n  }\n]"}],"_postman_id":"1dfe30c6-7330-4207-8d78-35d59e5a7d50"}],"id":"6017f71a-4385-46c5-b1c1-4ceb6e06b7ec","_postman_id":"6017f71a-4385-46c5-b1c1-4ceb6e06b7ec","description":""},{"name":"List API keys","id":"916a5585-18fb-4ca1-a024-abfa97768a2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.powerprorto.com.au/api_keys","description":"<p>Get a list of api keys. Bearer Token MUST have 'super user / rtoadm' permissions to access this.</p>\n","urlObject":{"path":["api_keys"],"host":["https://api.powerprorto.com.au"],"query":[],"variable":[]}},"response":[{"id":"eb797e1e-ca04-46a2-9248-bc5f0b90cd67","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.powerprorto.com.au/api_keys"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"fake-api-key-1\": {\n      \"usage_note\": \"LMS platform API key\",\n      \"permissions\": [\n        \"read only\",\n        \"read only\"\n      ],\n      \"created_at\": \"2024-12-06T02:23:23.000000Z\",\n      \"updated_at\": \"2024-12-06T02:23:23.000000Z\"\n    }\n  },\n  {\n    \"fake-api-key-1\": {\n      \"usage_note\": \"LMS platform API key\",\n      \"permissions\": [\n        \"read only\",\n        \"read only\"\n      ],\n      \"created_at\": \"2024-12-06T02:23:23.000000Z\",\n      \"updated_at\": \"2024-12-06T02:23:23.000000Z\"\n    }\n  }\n]"},{"id":"2c7a4564-4610-449b-844a-d4dd2d36142b","name":"Unsuccessful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.powerprorto.com.au/api_keys"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"error\": \"string\"\n  },\n  {\n    \"error\": \"string\"\n  }\n]"}],"_postman_id":"916a5585-18fb-4ca1-a024-abfa97768a2b"}],"id":"6fd78f4d-5e7a-45b6-980b-3a8ecfe3bdb4","_postman_id":"6fd78f4d-5e7a-45b6-980b-3a8ecfe3bdb4","description":""},{"name":"auth","item":[{"name":"login","item":[{"name":"Login","id":"c173f313-9c7d-4a49-8c16-5cbf7ccbe5cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.powerprorto.com.au/auth/login","description":"<p>Login to the service and get an authorized token</p>\n","urlObject":{"path":["auth","login"],"host":["https://api.powerprorto.com.au"],"query":[],"variable":[]}},"response":[{"id":"efe1c721-e993-49e4-bfb5-b241207ee5ab","name":"Successful response","originalRequest":{"method":"POST","header":[{"description":"API Key authentication","key":"X-API-Key","value":"string"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":"https://api.powerprorto.com.au/auth/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Keep-Alive","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"string"}],"cookie":[],"responseTime":null,"body":"{\n  \"access_token\": \"string\",\n  \"token_type\": \"string\",\n  \"expires_in\": 5596,\n  \"message\": \"string\"\n}"},{"id":"d8c25d79-8f92-418d-8a0c-3d899fb09123","name":"Unsuccessful response","originalRequest":{"method":"POST","header":[{"description":"API Key authentication","key":"X-API-Key","value":"string"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":"https://api.powerprorto.com.au/auth/login"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Keep-Alive","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"string"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"string\"\n}"}],"_postman_id":"c173f313-9c7d-4a49-8c16-5cbf7ccbe5cb"}],"id":"8733c20c-a8f5-40df-973f-c2f06d73afae","_postman_id":"8733c20c-a8f5-40df-973f-c2f06d73afae","description":""},{"name":"logout","item":[{"name":"Logout","id":"30f1d0e7-3ca3-4fdf-bb77-28326fcf3155","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.powerprorto.com.au/auth/logout","description":"<p>Log out of the service and invalidate the authorized token</p>\n","urlObject":{"path":["auth","logout"],"host":["https://api.powerprorto.com.au"],"query":[],"variable":[]}},"response":[{"id":"7d07dd04-8e6f-4d9c-ad20-5cf60ab0f21d","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.powerprorto.com.au/auth/logout"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Keep-Alive","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"string"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\"\n}"},{"id":"c8c362a0-35f1-4655-8a70-5f108a7c5fb1","name":"Unsuccessful response","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.powerprorto.com.au/auth/logout"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Keep-Alive","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"string"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"string\"\n}"}],"_postman_id":"30f1d0e7-3ca3-4fdf-bb77-28326fcf3155"}],"id":"a4340ab1-e6eb-48b3-a5b0-7a5666a0b0a0","_postman_id":"a4340ab1-e6eb-48b3-a5b0-7a5666a0b0a0","description":""},{"name":"refresh","item":[{"name":"Refresh","id":"62bbefdc-75d4-462b-a42a-ce63d948f3da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.powerprorto.com.au/auth/refresh","description":"<p>Refresh the current Token's validity timer</p>\n","urlObject":{"path":["auth","refresh"],"host":["https://api.powerprorto.com.au"],"query":[],"variable":[]}},"response":[{"id":"e71abd5b-651e-4242-a527-8460058a26fc","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.powerprorto.com.au/auth/refresh"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Keep-Alive","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"string"}],"cookie":[],"responseTime":null,"body":"{\n  \"access_token\": \"string\",\n  \"token_type\": \"string\",\n  \"expires_in\": 5596,\n  \"message\": \"string\"\n}"},{"id":"f0c24079-a0af-4998-bfc6-a3d81e95e08b","name":"Unsuccessful response","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.powerprorto.com.au/auth/refresh"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Keep-Alive","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"string"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"string\"\n}"}],"_postman_id":"62bbefdc-75d4-462b-a42a-ce63d948f3da"}],"id":"8aab7d71-3bc1-4a4d-bd36-d069a4b71ffb","_postman_id":"8aab7d71-3bc1-4a4d-bd36-d069a4b71ffb","description":""}],"id":"4214d312-aaf5-41dd-8649-4859190cc60f","_postman_id":"4214d312-aaf5-41dd-8649-4859190cc60f","description":""},{"name":"clients","item":[{"name":"{client_id}","item":[{"name":"Client by ID","id":"e0d7e7e0-1205-4d8e-b51b-5bda6781f00b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.powerprorto.com.au/clients/:client_id","description":"<p>Fetch data on a client using their ID</p>\n","urlObject":{"path":["clients",":client_id"],"host":["https://api.powerprorto.com.au"],"query":[],"variable":[{"id":"84fe2a3d-9f14-42a0-8fda-995216fa9fa0","description":{"content":"<p>The ID of the client to retrieve</p>\n","type":"text/plain"},"type":"any","value":"1634","key":"client_id"}]}},"response":[{"id":"023d2e2f-891f-456c-838f-209961cf4f55","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.powerprorto.com.au/clients/:client_id","host":["https://api.powerprorto.com.au"],"path":["clients",":client_id"],"variable":[{"key":"client_id","value":"1634","description":"The ID of the client to retrieve"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Keep-Alive","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"string"}],"cookie":[],"responseTime":null,"body":"{\n  \"request_id\": \"9e34e0ff-9caa-40ff-a301-6bc899c0d85a\",\n  \"data\": [\n    {\n      \"id\": 14,\n      \"second_id\": null,\n      \"email_address\": \"vidatekhelp@gmail.com\",\n      \"given_names\": \"Johnathon\",\n      \"surname\": \"Doe\",\n      \"preferred_name\": \"John\",\n      \"dob\": \"1975-07-26\",\n      \"mobile_phone\": \"0409 000 000\",\n      \"home_phone\": \"0899558877\",\n      \"work_phone\": null,\n      \"company_id\": 29,\n      \"current\": true\n    },\n    {\n      \"id\": 14,\n      \"second_id\": null,\n      \"email_address\": \"vidatekhelp@gmail.com\",\n      \"given_names\": \"Johnathon\",\n      \"surname\": \"Doe\",\n      \"preferred_name\": \"John\",\n      \"dob\": \"1975-07-26\",\n      \"mobile_phone\": \"0409 000 000\",\n      \"home_phone\": \"0899558877\",\n      \"work_phone\": null,\n      \"company_id\": 29,\n      \"current\": true\n    }\n  ]\n}"},{"id":"f0deea29-e57a-4e99-b170-1d7081334af4","name":"Unsuccessful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.powerprorto.com.au/clients/:client_id","host":["https://api.powerprorto.com.au"],"path":["clients",":client_id"],"variable":[{"key":"client_id","value":"1634","description":"The ID of the client to retrieve"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Keep-Alive","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"string"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"error\": \"string\"\n  },\n  {\n    \"error\": \"string\"\n  }\n]"}],"_postman_id":"e0d7e7e0-1205-4d8e-b51b-5bda6781f00b"},{"name":"Update client by ID","id":"d1a8719f-0816-4f30-a1c4-6c7bebfd863f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"text/html"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>String(20) : Nullable</p>\n","key":"second_id","value":"DISC1234"},{"description":"<p>String(80) : Nullable</p>\n","key":"email_address","value":"john.doe@example.com"},{"description":"<p>String(4) : Nullable</p>\n","key":"title","value":"Mr"},{"description":"<p>String(64) : Nullable</p>\n","key":"given_names","value":"Johnathon"},{"description":"<p>String(64) : Nullable</p>\n","key":"surname","value":"Doe"},{"description":"<p>String(50) : Nullable</p>\n","key":"preferred_name","value":"John"},{"description":"<p>String(10) : Nullable</p>\n","key":"dob","value":"1990-01-01"},{"description":"<p>String(1) : Nullable : AcceptedValues ['M', 'F', 'X']</p>\n","key":"gender","value":"X"},{"description":"<p>String(20) : Nullable</p>\n","key":"mobile_phone","value":"0400 000 000"},{"description":"<p>String(20) : Nullable</p>\n","key":"home_phone","value":"08 9496 0000"},{"description":"<p>String(20) : Nullable</p>\n","key":"work_phone","value":"08 9199 0000"},{"description":"<p>String(50) : Nullable</p>\n","key":"residential_address_building","value":""},{"description":"<p>String(30) : Nullable</p>\n","key":"residential_address_flat","value":"Unit 1"},{"description":"<p>String(30) : Nullable</p>\n","key":"residential_address_street_no","value":"123"},{"description":"<p>String(70) : Nullable</p>\n","key":"residential_address_street_name","value":"Fake Street"},{"description":"<p>String(50) : Nullable</p>\n","key":"residential_address_location","value":"Perth"},{"description":"<p>String(4) : Nullable</p>\n","key":"residential_address_postcode","value":"6000"},{"description":"<p>String(4) : Nullable</p>\n","key":"residential_address_state","value":"WA"},{"description":"<p>String(150) : Nullable</p>\n","key":"residential_address_country","value":"Australia"},{"description":"<p>String(50) : Nullable</p>\n","key":"postal_address_care_of","value":""},{"description":"<p>String(22) : Nullable</p>\n","key":"postal_address_po_box","value":""},{"description":"<p>String(50) : Nullable</p>\n","key":"postal_address_building","value":""},{"description":"<p>String(30) : Nullable</p>\n","key":"postal_address_flat","value":""},{"description":"<p>String(30) : Nullable</p>\n","key":"postal_address_street_no","value":""},{"description":"<p>String(70) : Nullable</p>\n","key":"postal_address_street_name","value":""},{"description":"<p>String(50) : Nullable</p>\n","key":"postal_address_location","value":""},{"description":"<p>String(4) : Nullable</p>\n","key":"postal_address_postcode","value":""},{"description":"<p>String(4) : Nullable</p>\n","key":"postal_address_state","value":""},{"description":"<p>String(150) : Nullable</p>\n","key":"postal_address_country","value":"string"},{"description":"<p>String(50) : Nullable</p>\n","key":"emergency_local_name","value":"string"},{"description":"<p>String(20) : Nullable</p>\n","key":"emergency_local_relationship","value":"string"},{"description":"<p>String(20) : Nullable</p>\n","key":"emergency_local_phone","value":"string"},{"description":"<p>String(80) : Nullable</p>\n","key":"emergency_local_email","value":"string"},{"description":"<p>String(10) : Nullable</p>\n","key":"avetmiss_usi","value":"string"},{"description":"<p>Boolean : Nullable</p>\n","key":"avetmiss_usi_locate_consent","value":"false"},{"description":"<p>String(85) : Nullable</p>\n","key":"avetmiss_city_of_birth","value":"string"},{"description":"<p>String(50) : Nullable</p>\n","key":"avetmiss_country_of_birth","value":"string"},{"description":"<p>String(50) : Nullable</p>\n","key":"avetmiss_other_lang","value":"string"},{"description":"<p>String(1) : Nullable : AcceptedValues ['1', '2', '3', '4', '@']</p>\n","key":"avetmiss_indigenous","value":"1"},{"description":"<p>String(2) : Nullable : AcceptedValues ['11', '12', '13', '14', '15', '16', '17', '18', '19', '99']</p>\n","key":"avetmiss_disability","value":"15"},{"description":"<p>String(2) : Nullable : AcceptedValues ['02', '08', '09', '10', '11', '12', '@@']</p>\n","key":"avetmiss_highest_school","value":"12"},{"description":"<p>String(24) : Nullable : AcceptedValues ['008', '410', '420', '511', '514', '521', '524', '990'] (Use comma separated values for multiple options)</p>\n","key":"avetmiss_prior_quals","value":"string"},{"description":"<p>Boolean : Nullable</p>\n","key":"avetmiss_at_school","value":"false"},{"description":"<p>String(2) : Nullable : AcceptedValues ['01', '02', '03', '04', '05', '06', '07', '08', '@@']</p>\n","key":"avetmiss_emp_status","value":"06"},{"description":"<p>String(2) : Nullable : AcceptedValues ['01', '02', '03', '04', '05', '06', '07', '08', '11', '12', '13', '@@']</p>\n","key":"avetmiss_study_reason","value":"03"},{"description":"<p>String(1) : Nullable : AcceptedValues ['A', 'C', 'D', 'E', 'I', 'M', 'O']</p>\n","key":"avetmiss_ncver_status","value":"C"},{"description":"<p>String(10) : Nullable</p>\n","key":"avetmiss_qld_luid","value":"string"},{"description":"<p>Integer : Nullable</p>\n","key":"avetmiss_vic_vsn","value":"9517"},{"description":"<p>String(50) : Nullable</p>\n","key":"occupation","value":"string"},{"description":"<p>Integer : Nullable</p>\n","key":"company_id","value":"8417"},{"description":"<p>String(50) : Nullable</p>\n","key":"custom_1","value":"string"},{"description":"<p>String(50) : Nullable</p>\n","key":"custom_2","value":"string"},{"description":"<p>String(50) : Nullable</p>\n","key":"custom_3","value":"string"},{"description":"<p>String(50) : Nullable</p>\n","key":"custom_4","value":"string"},{"description":"<p>String(50) : Nullable</p>\n","key":"custom_5","value":"string"},{"description":"<p>String(50) : Nullable</p>\n","key":"custom_6","value":"string"},{"description":"<p>String(1000) : Nullable</p>\n","key":"notes","value":"string"}]},"url":"https://api.powerprorto.com.au/clients/:client_id","description":"<p>Update a client's data using their ID</p>\n","urlObject":{"path":["clients",":client_id"],"host":["https://api.powerprorto.com.au"],"query":[],"variable":[{"id":"c19cdbb9-f324-43a7-974d-4c46a8cc89b6","description":{"content":"<p>The ID of the client to update</p>\n","type":"text/plain"},"type":"any","value":"1634","key":"client_id"}]}},"response":[{"id":"6b97c661-57a3-4246-9f5d-2d8b61d6f8d4","name":"Successful response","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"text/html"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"String(20) : Nullable","key":"second_id","value":"DISC1234"},{"description":"String(80) : Nullable","key":"email_address","value":"john.doe@example.com"},{"description":"String(4) : Nullable","key":"title","value":"Mr"},{"description":"String(64) : Nullable","key":"given_names","value":"Johnathon"},{"description":"String(64) : Nullable","key":"surname","value":"Doe"},{"description":"String(50) : Nullable","key":"preferred_name","value":"John"},{"description":"String(10) : Nullable","key":"dob","value":"1990-01-01"},{"description":"String(1) : Nullable : AcceptedValues ['M', 'F', 'X']","key":"gender","value":"X"},{"description":"String(20) : Nullable","key":"mobile_phone","value":"0400 000 000"},{"description":"String(20) : Nullable","key":"home_phone","value":"08 9496 0000"},{"description":"String(20) : Nullable","key":"work_phone","value":"08 9199 0000"},{"description":"String(50) : Nullable","key":"residential_address_building","value":""},{"description":"String(30) : Nullable","key":"residential_address_flat","value":"Unit 1"},{"description":"String(30) : Nullable","key":"residential_address_street_no","value":"123"},{"description":"String(70) : Nullable","key":"residential_address_street_name","value":"Fake Street"},{"description":"String(50) : Nullable","key":"residential_address_location","value":"Perth"},{"description":"String(4) : Nullable","key":"residential_address_postcode","value":"6000"},{"description":"String(4) : Nullable","key":"residential_address_state","value":"WA"},{"description":"String(150) : Nullable","key":"residential_address_country","value":"Australia"},{"description":"String(50) : Nullable","key":"postal_address_care_of","value":""},{"description":"String(22) : Nullable","key":"postal_address_po_box","value":""},{"description":"String(50) : Nullable","key":"postal_address_building","value":""},{"description":"String(30) : Nullable","key":"postal_address_flat","value":""},{"description":"String(30) : Nullable","key":"postal_address_street_no","value":""},{"description":"String(70) : Nullable","key":"postal_address_street_name","value":""},{"description":"String(50) : Nullable","key":"postal_address_location","value":""},{"description":"String(4) : Nullable","key":"postal_address_postcode","value":""},{"description":"String(4) : Nullable","key":"postal_address_state","value":""},{"description":"String(150) : Nullable","key":"postal_address_country","value":"string"},{"description":"String(50) : Nullable","key":"emergency_local_name","value":"string"},{"description":"String(20) : Nullable","key":"emergency_local_relationship","value":"string"},{"description":"String(20) : Nullable","key":"emergency_local_phone","value":"string"},{"description":"String(80) : Nullable","key":"emergency_local_email","value":"string"},{"description":"String(10) : Nullable","key":"avetmiss_usi","value":"string"},{"description":"Boolean : Nullable","key":"avetmiss_usi_locate_consent","value":"false"},{"description":"String(85) : Nullable","key":"avetmiss_city_of_birth","value":"string"},{"description":"String(50) : Nullable","key":"avetmiss_country_of_birth","value":"string"},{"description":"String(50) : Nullable","key":"avetmiss_other_lang","value":"string"},{"description":"String(1) : Nullable : AcceptedValues ['1', '2', '3', '4', '@']","key":"avetmiss_indigenous","value":"1"},{"description":"String(2) : Nullable : AcceptedValues ['11', '12', '13', '14', '15', '16', '17', '18', '19', '99']","key":"avetmiss_disability","value":"15"},{"description":"String(2) : Nullable : AcceptedValues ['02', '08', '09', '10', '11', '12', '@@']","key":"avetmiss_highest_school","value":"12"},{"description":"String(24) : Nullable : AcceptedValues ['008', '410', '420', '511', '514', '521', '524', '990'] (Use comma separated values for multiple options)","key":"avetmiss_prior_quals","value":"string"},{"description":"Boolean : Nullable","key":"avetmiss_at_school","value":"false"},{"description":"String(2) : Nullable : AcceptedValues ['01', '02', '03', '04', '05', '06', '07', '08', '@@']","key":"avetmiss_emp_status","value":"06"},{"description":"String(2) : Nullable : AcceptedValues ['01', '02', '03', '04', '05', '06', '07', '08', '11', '12', '13', '@@']","key":"avetmiss_study_reason","value":"03"},{"description":"String(1) : Nullable : AcceptedValues ['A', 'C', 'D', 'E', 'I', 'M', 'O']","key":"avetmiss_ncver_status","value":"C"},{"description":"String(10) : Nullable","key":"avetmiss_qld_luid","value":"string"},{"description":"Integer : Nullable","key":"avetmiss_vic_vsn","value":"9517"},{"description":"String(50) : Nullable","key":"occupation","value":"string"},{"description":"Integer : Nullable","key":"company_id","value":"8417"},{"description":"String(50) : Nullable","key":"custom_1","value":"string"},{"description":"String(50) : Nullable","key":"custom_2","value":"string"},{"description":"String(50) : Nullable","key":"custom_3","value":"string"},{"description":"String(50) : Nullable","key":"custom_4","value":"string"},{"description":"String(50) : Nullable","key":"custom_5","value":"string"},{"description":"String(50) : Nullable","key":"custom_6","value":"string"},{"description":"String(1000) : Nullable","key":"notes","value":"string"}]},"url":{"raw":"https://api.powerprorto.com.au/clients/:client_id","host":["https://api.powerprorto.com.au"],"path":["clients",":client_id"],"variable":[{"key":"client_id","value":"1634","description":"The ID of the client to update"}]}},"status":"Accepted","code":202,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/html"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Keep-Alive","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"string"}],"cookie":[],"responseTime":null,"body":""},{"id":"a12aa30b-6c83-4c74-b48e-f20cfc57515c","name":"Unsuccessful response","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"String(20) : Nullable","key":"second_id","value":"DISC1234"},{"description":"String(80) : Nullable","key":"email_address","value":"john.doe@example.com"},{"description":"String(4) : Nullable","key":"title","value":"Mr"},{"description":"String(64) : Nullable","key":"given_names","value":"Johnathon"},{"description":"String(64) : Nullable","key":"surname","value":"Doe"},{"description":"String(50) : Nullable","key":"preferred_name","value":"John"},{"description":"String(10) : Nullable","key":"dob","value":"1990-01-01"},{"description":"String(1) : Nullable : AcceptedValues ['M', 'F', 'X']","key":"gender","value":"X"},{"description":"String(20) : Nullable","key":"mobile_phone","value":"0400 000 000"},{"description":"String(20) : Nullable","key":"home_phone","value":"08 9496 0000"},{"description":"String(20) : Nullable","key":"work_phone","value":"08 9199 0000"},{"description":"String(50) : Nullable","key":"residential_address_building","value":""},{"description":"String(30) : Nullable","key":"residential_address_flat","value":"Unit 1"},{"description":"String(30) : Nullable","key":"residential_address_street_no","value":"123"},{"description":"String(70) : Nullable","key":"residential_address_street_name","value":"Fake Street"},{"description":"String(50) : Nullable","key":"residential_address_location","value":"Perth"},{"description":"String(4) : Nullable","key":"residential_address_postcode","value":"6000"},{"description":"String(4) : Nullable","key":"residential_address_state","value":"WA"},{"description":"String(150) : Nullable","key":"residential_address_country","value":"Australia"},{"description":"String(50) : Nullable","key":"postal_address_care_of","value":""},{"description":"String(22) : Nullable","key":"postal_address_po_box","value":""},{"description":"String(50) : Nullable","key":"postal_address_building","value":""},{"description":"String(30) : Nullable","key":"postal_address_flat","value":""},{"description":"String(30) : Nullable","key":"postal_address_street_no","value":""},{"description":"String(70) : Nullable","key":"postal_address_street_name","value":""},{"description":"String(50) : Nullable","key":"postal_address_location","value":""},{"description":"String(4) : Nullable","key":"postal_address_postcode","value":""},{"description":"String(4) : Nullable","key":"postal_address_state","value":""},{"description":"String(150) : Nullable","key":"postal_address_country","value":"string"},{"description":"String(50) : Nullable","key":"emergency_local_name","value":"string"},{"description":"String(20) : Nullable","key":"emergency_local_relationship","value":"string"},{"description":"String(20) : Nullable","key":"emergency_local_phone","value":"string"},{"description":"String(80) : Nullable","key":"emergency_local_email","value":"string"},{"description":"String(10) : Nullable","key":"avetmiss_usi","value":"string"},{"description":"Boolean : Nullable","key":"avetmiss_usi_locate_consent","value":"false"},{"description":"String(85) : Nullable","key":"avetmiss_city_of_birth","value":"string"},{"description":"String(50) : Nullable","key":"avetmiss_country_of_birth","value":"string"},{"description":"String(50) : Nullable","key":"avetmiss_other_lang","value":"string"},{"description":"String(1) : Nullable : AcceptedValues ['1', '2', '3', '4', '@']","key":"avetmiss_indigenous","value":"1"},{"description":"String(2) : Nullable : AcceptedValues ['11', '12', '13', '14', '15', '16', '17', '18', '19', '99']","key":"avetmiss_disability","value":"15"},{"description":"String(2) : Nullable : AcceptedValues ['02', '08', '09', '10', '11', '12', '@@']","key":"avetmiss_highest_school","value":"12"},{"description":"String(24) : Nullable : AcceptedValues ['008', '410', '420', '511', '514', '521', '524', '990'] (Use comma separated values for multiple options)","key":"avetmiss_prior_quals","value":"string"},{"description":"Boolean : Nullable","key":"avetmiss_at_school","value":"false"},{"description":"String(2) : Nullable : AcceptedValues ['01', '02', '03', '04', '05', '06', '07', '08', '@@']","key":"avetmiss_emp_status","value":"06"},{"description":"String(2) : Nullable : AcceptedValues ['01', '02', '03', '04', '05', '06', '07', '08', '11', '12', '13', '@@']","key":"avetmiss_study_reason","value":"03"},{"description":"String(1) : Nullable : AcceptedValues ['A', 'C', 'D', 'E', 'I', 'M', 'O']","key":"avetmiss_ncver_status","value":"C"},{"description":"String(10) : Nullable","key":"avetmiss_qld_luid","value":"string"},{"description":"Integer : Nullable","key":"avetmiss_vic_vsn","value":"9517"},{"description":"String(50) : Nullable","key":"occupation","value":"string"},{"description":"Integer : Nullable","key":"company_id","value":"8417"},{"description":"String(50) : Nullable","key":"custom_1","value":"string"},{"description":"String(50) : Nullable","key":"custom_2","value":"string"},{"description":"String(50) : Nullable","key":"custom_3","value":"string"},{"description":"String(50) : Nullable","key":"custom_4","value":"string"},{"description":"String(50) : Nullable","key":"custom_5","value":"string"},{"description":"String(50) : Nullable","key":"custom_6","value":"string"},{"description":"String(1000) : Nullable","key":"notes","value":"string"}]},"url":{"raw":"https://api.powerprorto.com.au/clients/:client_id","host":["https://api.powerprorto.com.au"],"path":["clients",":client_id"],"variable":[{"key":"client_id","value":"1634","description":"The ID of the client to update"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Keep-Alive","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"string"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"error\": \"string\"\n  },\n  {\n    \"error\": \"string\"\n  }\n]"}],"_postman_id":"d1a8719f-0816-4f30-a1c4-6c7bebfd863f"}],"id":"fd851ef1-838c-4e54-8b2e-9f4fac514b3a","_postman_id":"fd851ef1-838c-4e54-8b2e-9f4fac514b3a","description":""},{"name":"active","item":[{"name":"{scope}","item":[{"name":"Get active clients","id":"1c1055b1-f33a-4cc1-be37-7f656a9871a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.powerprorto.com.au/clients/active/:scope?page=1634","description":"<p>Get a list of all clients in the system that are actively studying (Scoped to Units or Modules)</p>\n","urlObject":{"path":["clients","active",":scope"],"host":["https://api.powerprorto.com.au"],"query":[{"description":{"content":"<p>Specify a different result page</p>\n","type":"text/plain"},"key":"page","value":"1634"}],"variable":[{"id":"9dec4153-3f4b-4f04-86da-2260cc2aaa56","description":{"content":"<p>Choice to retrieve active clients defined by active (U)nits, (M)odules, or all (*)</p>\n","type":"text/plain"},"type":"any","value":"U","key":"scope"}]}},"response":[{"id":"48cc7fe3-9c65-47c8-828e-eac68e5e6b27","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.powerprorto.com.au/clients/active/:scope?page=1634","host":["https://api.powerprorto.com.au"],"path":["clients","active",":scope"],"query":[{"description":"Specify a different result page","key":"page","value":"1634"}],"variable":[{"key":"scope","value":"U","description":"Choice to retrieve active clients defined by active (U)nits, (M)odules, or all (*)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Keep-Alive","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"string"}],"cookie":[],"responseTime":null,"body":"{\n  \"request_id\": \"9e34e0ff-9caa-40ff-a301-6bc899c0d85a\",\n  \"data\": [\n    {\n      \"id\": 14,\n      \"second_id\": null,\n      \"email_address\": \"vidatekhelp@gmail.com\",\n      \"given_names\": \"Monica\",\n      \"surname\": \"Martinez\",\n      \"preferred_name\": \"Monica\",\n      \"dob\": \"1975-07-26\",\n      \"mobile_phone\": \"0409 116 852\",\n      \"home_phone\": \"0899558877\",\n      \"work_phone\": null,\n      \"company_id\": 29,\n      \"course_list\": \"ABC20333,BUS40127\"\n    },\n    {\n      \"id\": 14,\n      \"second_id\": null,\n      \"email_address\": \"vidatekhelp@gmail.com\",\n      \"given_names\": \"Monica\",\n      \"surname\": \"Martinez\",\n      \"preferred_name\": \"Monica\",\n      \"dob\": \"1975-07-26\",\n      \"mobile_phone\": \"0409 116 852\",\n      \"home_phone\": \"0899558877\",\n      \"work_phone\": null,\n      \"company_id\": 29,\n      \"course_list\": \"ABC20333,BUS40127\"\n    }\n  ],\n  \"pages\": 573\n}"},{"id":"70e0f359-9836-413a-8fa7-7ae49501ec3b","name":"Unsuccessful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.powerprorto.com.au/clients/active/:scope?page=1634","host":["https://api.powerprorto.com.au"],"path":["clients","active",":scope"],"query":[{"description":"Specify a different result page","key":"page","value":"1634"}],"variable":[{"key":"scope","value":"U","description":"Choice to retrieve active clients defined by active (U)nits, (M)odules, or all (*)"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Keep-Alive","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"string"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"error\": \"string\"\n  },\n  {\n    \"error\": \"string\"\n  }\n]"}],"_postman_id":"1c1055b1-f33a-4cc1-be37-7f656a9871a4"}],"id":"23f967a9-3d7a-4937-8b68-1ac2b3afbb5b","_postman_id":"23f967a9-3d7a-4937-8b68-1ac2b3afbb5b","description":""}],"id":"68279360-5c26-43f2-b552-951723d4c4d0","_postman_id":"68279360-5c26-43f2-b552-951723d4c4d0","description":""},{"name":"secondary_id","item":[{"name":"{secondary_id}","item":[{"name":"Client by secondary ID","id":"f031c837-7d30-46e7-8fd5-4e3e907b41c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.powerprorto.com.au/clients/secondary_id/:secondary_id","description":"<p>Fetch data on a client using their secondary ID</p>\n","urlObject":{"path":["clients","secondary_id",":secondary_id"],"host":["https://api.powerprorto.com.au"],"query":[],"variable":[{"id":"2fe27745-4dc0-4114-bf95-a6236f72562f","description":{"content":"<p>The Secondary ID of the client to retrieve</p>\n","type":"text/plain"},"type":"any","value":"string","key":"secondary_id"}]}},"response":[{"id":"f71d84e1-bc95-4043-99bf-500c0ec02cc5","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.powerprorto.com.au/clients/secondary_id/:secondary_id","host":["https://api.powerprorto.com.au"],"path":["clients","secondary_id",":secondary_id"],"variable":[{"key":"secondary_id","value":"string","description":"The Secondary ID of the client to retrieve"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Keep-Alive","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"string"}],"cookie":[],"responseTime":null,"body":"{\n  \"request_id\": \"9e34e0ff-9caa-40ff-a301-6bc899c0d85a\",\n  \"data\": [\n    {\n      \"id\": 14,\n      \"second_id\": null,\n      \"email_address\": \"vidatekhelp@gmail.com\",\n      \"given_names\": \"Johnathon\",\n      \"surname\": \"Doe\",\n      \"preferred_name\": \"John\",\n      \"dob\": \"1975-07-26\",\n      \"mobile_phone\": \"0409 000 000\",\n      \"home_phone\": \"0899558877\",\n      \"work_phone\": null,\n      \"company_id\": 29,\n      \"current\": true\n    },\n    {\n      \"id\": 14,\n      \"second_id\": null,\n      \"email_address\": \"vidatekhelp@gmail.com\",\n      \"given_names\": \"Johnathon\",\n      \"surname\": \"Doe\",\n      \"preferred_name\": \"John\",\n      \"dob\": \"1975-07-26\",\n      \"mobile_phone\": \"0409 000 000\",\n      \"home_phone\": \"0899558877\",\n      \"work_phone\": null,\n      \"company_id\": 29,\n      \"current\": true\n    }\n  ],\n  \"pages\": 573\n}"},{"id":"383d6573-6ca3-4ac6-a596-4bef6381161c","name":"Unsuccessful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.powerprorto.com.au/clients/secondary_id/:secondary_id","host":["https://api.powerprorto.com.au"],"path":["clients","secondary_id",":secondary_id"],"variable":[{"key":"secondary_id","value":"string","description":"The Secondary ID of the client to retrieve"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Keep-Alive","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"string"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"error\": \"string\"\n  },\n  {\n    \"error\": \"string\"\n  }\n]"}],"_postman_id":"f031c837-7d30-46e7-8fd5-4e3e907b41c7"}],"id":"96e71b9a-5e1b-412e-883d-2031ef4e956a","_postman_id":"96e71b9a-5e1b-412e-883d-2031ef4e956a","description":""}],"id":"82ef2523-6212-4c86-b776-0fc4c6291dd1","_postman_id":"82ef2523-6212-4c86-b776-0fc4c6291dd1","description":""},{"name":"email","item":[{"name":"{email}","item":[{"name":"Client by email","id":"5f32d4f6-6a55-4626-a5c7-d4020bbdc195","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.powerprorto.com.au/clients/email/:email","description":"<p>Fetch data on a client using their email address</p>\n","urlObject":{"path":["clients","email",":email"],"host":["https://api.powerprorto.com.au"],"query":[],"variable":[{"id":"c0f05b46-970f-41da-bb23-93db617b9c2d","description":{"content":"<p>The email of the client to retrieve</p>\n","type":"text/plain"},"type":"any","value":"string","key":"email"}]}},"response":[{"id":"de93c9c2-1341-4434-af53-6a37ef1fd4fd","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.powerprorto.com.au/clients/email/:email","host":["https://api.powerprorto.com.au"],"path":["clients","email",":email"],"variable":[{"key":"email","value":"string","description":"The email of the client to retrieve"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Keep-Alive","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"string"}],"cookie":[],"responseTime":null,"body":"{\n  \"request_id\": \"9e34e0ff-9caa-40ff-a301-6bc899c0d85a\",\n  \"data\": [\n    {\n      \"id\": 14,\n      \"second_id\": null,\n      \"email_address\": \"vidatekhelp@gmail.com\",\n      \"given_names\": \"Johnathon\",\n      \"surname\": \"Doe\",\n      \"preferred_name\": \"John\",\n      \"dob\": \"1975-07-26\",\n      \"mobile_phone\": \"0409 000 000\",\n      \"home_phone\": \"0899558877\",\n      \"work_phone\": null,\n      \"company_id\": 29,\n      \"current\": true\n    },\n    {\n      \"id\": 14,\n      \"second_id\": null,\n      \"email_address\": \"vidatekhelp@gmail.com\",\n      \"given_names\": \"Johnathon\",\n      \"surname\": \"Doe\",\n      \"preferred_name\": \"John\",\n      \"dob\": \"1975-07-26\",\n      \"mobile_phone\": \"0409 000 000\",\n      \"home_phone\": \"0899558877\",\n      \"work_phone\": null,\n      \"company_id\": 29,\n      \"current\": true\n    }\n  ]\n}"},{"id":"3a1e9e70-06e4-487d-9dda-69efac293e6a","name":"Unsuccessful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.powerprorto.com.au/clients/email/:email","host":["https://api.powerprorto.com.au"],"path":["clients","email",":email"],"variable":[{"key":"email","value":"string","description":"The email of the client to retrieve"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Keep-Alive","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"string"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"error\": \"string\"\n  },\n  {\n    \"error\": \"string\"\n  }\n]"}],"_postman_id":"5f32d4f6-6a55-4626-a5c7-d4020bbdc195"}],"id":"b9a07dee-4686-456f-a262-02b716246fcc","_postman_id":"b9a07dee-4686-456f-a262-02b716246fcc","description":""}],"id":"87306e34-8497-4979-a693-7b25378e289c","_postman_id":"87306e34-8497-4979-a693-7b25378e289c","description":""},{"name":"All clients","id":"03acd02b-d6c3-4701-b0c0-3aec11a389e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.powerprorto.com.au/clients?page=1634","description":"<p>Get a list of all clients in the system</p>\n","urlObject":{"path":["clients"],"host":["https://api.powerprorto.com.au"],"query":[{"description":{"content":"<p>Specify a different result page</p>\n","type":"text/plain"},"key":"page","value":"1634"}],"variable":[]}},"response":[{"id":"6d8abfbb-81bb-4e88-96fd-5e26d76dab5f","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.powerprorto.com.au/clients?page=1634","host":["https://api.powerprorto.com.au"],"path":["clients"],"query":[{"description":"Specify a different result page","key":"page","value":"1634"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Keep-Alive","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"string"}],"cookie":[],"responseTime":null,"body":"{\n  \"request_id\": \"9e34e0ff-9caa-40ff-a301-6bc899c0d85a\",\n  \"data\": [\n    {\n      \"id\": 14,\n      \"second_id\": null,\n      \"email_address\": \"vidatekhelp@gmail.com\",\n      \"given_names\": \"Monica\",\n      \"surname\": \"Martinez\",\n      \"preferred_name\": \"Monica\",\n      \"dob\": \"1975-07-26\",\n      \"mobile_phone\": \"0409 116 852\",\n      \"home_phone\": \"0899558877\",\n      \"work_phone\": null,\n      \"company_id\": 29\n    },\n    {\n      \"id\": 14,\n      \"second_id\": null,\n      \"email_address\": \"vidatekhelp@gmail.com\",\n      \"given_names\": \"Monica\",\n      \"surname\": \"Martinez\",\n      \"preferred_name\": \"Monica\",\n      \"dob\": \"1975-07-26\",\n      \"mobile_phone\": \"0409 116 852\",\n      \"home_phone\": \"0899558877\",\n      \"work_phone\": null,\n      \"company_id\": 29\n    }\n  ],\n  \"pages\": 573\n}"},{"id":"4ef4902e-9996-4445-b6ba-9c3a3cfd316e","name":"Unsuccessful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.powerprorto.com.au/clients?page=1634","host":["https://api.powerprorto.com.au"],"path":["clients"],"query":[{"description":"Specify a different result page","key":"page","value":"1634"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Keep-Alive","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"string"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"error\": \"string\"\n  },\n  {\n    \"error\": \"string\"\n  }\n]"}],"_postman_id":"03acd02b-d6c3-4701-b0c0-3aec11a389e8"},{"name":"Create client","id":"e53eb2e2-f0d7-4056-9149-289d2b5e534e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>String(80) : REQUIRED</p>\n","key":"email_address","value":"john.doe@example.com"},{"description":"<p>String(64) : REQUIRED</p>\n","key":"given_names","value":"Johnathon"},{"description":"<p>String(64) : REQUIRED</p>\n","key":"surname","value":"Doe"},{"description":"<p>String(10) : REQUIRED</p>\n","key":"dob","value":"1990-01-01"},{"description":"<p>String(20) : Nullable</p>\n","key":"second_id","value":"DISC1234"},{"description":"<p>String(4) : Nullable</p>\n","key":"title","value":"Mr"},{"description":"<p>String(50) : Nullable</p>\n","key":"preferred_name","value":"John"},{"description":"<p>String(1) : Nullable : AcceptedValues ['M', 'F', 'X']</p>\n","key":"gender","value":"F"},{"description":"<p>String(20) : Nullable</p>\n","key":"mobile_phone","value":"0400 000 000"},{"description":"<p>String(20) : Nullable</p>\n","key":"home_phone","value":"08 9496 0000"},{"description":"<p>String(20) : Nullable</p>\n","key":"work_phone","value":"08 9199 0000"},{"description":"<p>String(50) : Nullable</p>\n","key":"residential_address_building","value":""},{"description":"<p>String(30) : Nullable</p>\n","key":"residential_address_flat","value":"Unit 1"},{"description":"<p>String(30) : Nullable</p>\n","key":"residential_address_street_no","value":"123"},{"description":"<p>String(70) : Nullable</p>\n","key":"residential_address_street_name","value":"Fake Street"},{"description":"<p>String(50) : Nullable</p>\n","key":"residential_address_location","value":"Perth"},{"description":"<p>String(4) : Nullable</p>\n","key":"residential_address_postcode","value":"6000"},{"description":"<p>String(4) : Nullable</p>\n","key":"residential_address_state","value":"WA"},{"description":"<p>String(150) : Nullable</p>\n","key":"residential_address_country","value":"Australia"},{"description":"<p>String(50) : Nullable</p>\n","key":"postal_address_care_of","value":""},{"description":"<p>String(22) : Nullable</p>\n","key":"postal_address_po_box","value":""},{"description":"<p>String(50) : Nullable</p>\n","key":"postal_address_building","value":""},{"description":"<p>String(30) : Nullable</p>\n","key":"postal_address_flat","value":""},{"description":"<p>String(30) : Nullable</p>\n","key":"postal_address_street_no","value":""},{"description":"<p>String(70) : Nullable</p>\n","key":"postal_address_street_name","value":""},{"description":"<p>String(50) : Nullable</p>\n","key":"postal_address_location","value":""},{"description":"<p>String(4) : Nullable</p>\n","key":"postal_address_postcode","value":""},{"description":"<p>String(4) : Nullable</p>\n","key":"postal_address_state","value":""},{"description":"<p>String(150) : Nullable</p>\n","key":"postal_address_country","value":"string"},{"description":"<p>String(50) : Nullable</p>\n","key":"emergency_local_name","value":"string"},{"description":"<p>String(20) : Nullable</p>\n","key":"emergency_local_relationship","value":"string"},{"description":"<p>String(20) : Nullable</p>\n","key":"emergency_local_phone","value":"string"},{"description":"<p>String(80) : Nullable</p>\n","key":"emergency_local_email","value":"string"},{"description":"<p>String(10) : Nullable</p>\n","key":"avetmiss_usi","value":"string"},{"description":"<p>Boolean : Nullable</p>\n","key":"avetmiss_usi_locate_consent","value":"true"},{"description":"<p>String(85) : Nullable</p>\n","key":"avetmiss_city_of_birth","value":"string"},{"description":"<p>String(50) : Nullable</p>\n","key":"avetmiss_country_of_birth","value":"string"},{"description":"<p>String(50) : Nullable</p>\n","key":"avetmiss_other_lang","value":"string"},{"description":"<p>String(1) : Nullable : AcceptedValues ['1', '2', '3', '4', '@']</p>\n","key":"avetmiss_indigenous","value":"3"},{"description":"<p>String(2) : Nullable : AcceptedValues ['11', '12', '13', '14', '15', '16', '17', '18', '19', '99']</p>\n","key":"avetmiss_disability","value":"11"},{"description":"<p>String(2) : Nullable : AcceptedValues ['02', '08', '09', '10', '11', '12', '@@']</p>\n","key":"avetmiss_highest_school","value":"12"},{"description":"<p>String(24) : Nullable : AcceptedValues ['008', '410', '420', '511', '514', '521', '524', '990'] (Use comma separated values for multiple options)</p>\n","key":"avetmiss_prior_quals","value":"string"},{"description":"<p>Boolean : Nullable</p>\n","key":"avetmiss_at_school","value":"true"},{"description":"<p>String(2) : Nullable : AcceptedValues ['01', '02', '03', '04', '05', '06', '07', '08', '@@']</p>\n","key":"avetmiss_emp_status","value":"05"},{"description":"<p>String(2) : Nullable : AcceptedValues ['01', '02', '03', '04', '05', '06', '07', '08', '11', '12', '13', '@@']</p>\n","key":"avetmiss_study_reason","value":"13"},{"description":"<p>String(1) : Nullable : AcceptedValues ['A', 'C', 'D', 'E', 'I', 'M', 'O']</p>\n","key":"avetmiss_ncver_status","value":"C"},{"description":"<p>String(10) : Nullable</p>\n","key":"avetmiss_qld_luid","value":"string"},{"description":"<p>Integer : Nullable</p>\n","key":"avetmiss_vic_vsn","value":"8732"},{"description":"<p>String(50) : Nullable</p>\n","key":"occupation","value":"string"},{"description":"<p>Integer : Nullable</p>\n","key":"company_id","value":"1784"},{"description":"<p>String(50) : Nullable</p>\n","key":"custom_1","value":"string"},{"description":"<p>String(50) : Nullable</p>\n","key":"custom_2","value":"string"},{"description":"<p>String(50) : Nullable</p>\n","key":"custom_3","value":"string"},{"description":"<p>String(50) : Nullable</p>\n","key":"custom_4","value":"string"},{"description":"<p>String(50) : Nullable</p>\n","key":"custom_5","value":"string"},{"description":"<p>String(50) : Nullable</p>\n","key":"custom_6","value":"string"},{"description":"<p>String(1000) : Nullable</p>\n","key":"notes","value":"string"}]},"url":"https://api.powerprorto.com.au/clients","description":"<p>Create a new client to add into PowerPro</p>\n","urlObject":{"path":["clients"],"host":["https://api.powerprorto.com.au"],"query":[],"variable":[]}},"response":[{"id":"5cb50bdc-3544-49ee-a170-825ab76f37f7","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"String(80) : REQUIRED","key":"email_address","value":"john.doe@example.com"},{"description":"String(64) : REQUIRED","key":"given_names","value":"Johnathon"},{"description":"String(64) : REQUIRED","key":"surname","value":"Doe"},{"description":"String(10) : REQUIRED","key":"dob","value":"1990-01-01"},{"description":"String(20) : Nullable","key":"second_id","value":"DISC1234"},{"description":"String(4) : Nullable","key":"title","value":"Mr"},{"description":"String(50) : Nullable","key":"preferred_name","value":"John"},{"description":"String(1) : Nullable : AcceptedValues ['M', 'F', 'X']","key":"gender","value":"F"},{"description":"String(20) : Nullable","key":"mobile_phone","value":"0400 000 000"},{"description":"String(20) : Nullable","key":"home_phone","value":"08 9496 0000"},{"description":"String(20) : Nullable","key":"work_phone","value":"08 9199 0000"},{"description":"String(50) : Nullable","key":"residential_address_building","value":""},{"description":"String(30) : Nullable","key":"residential_address_flat","value":"Unit 1"},{"description":"String(30) : Nullable","key":"residential_address_street_no","value":"123"},{"description":"String(70) : Nullable","key":"residential_address_street_name","value":"Fake Street"},{"description":"String(50) : Nullable","key":"residential_address_location","value":"Perth"},{"description":"String(4) : Nullable","key":"residential_address_postcode","value":"6000"},{"description":"String(4) : Nullable","key":"residential_address_state","value":"WA"},{"description":"String(150) : Nullable","key":"residential_address_country","value":"Australia"},{"description":"String(50) : Nullable","key":"postal_address_care_of","value":""},{"description":"String(22) : Nullable","key":"postal_address_po_box","value":""},{"description":"String(50) : Nullable","key":"postal_address_building","value":""},{"description":"String(30) : Nullable","key":"postal_address_flat","value":""},{"description":"String(30) : Nullable","key":"postal_address_street_no","value":""},{"description":"String(70) : Nullable","key":"postal_address_street_name","value":""},{"description":"String(50) : Nullable","key":"postal_address_location","value":""},{"description":"String(4) : Nullable","key":"postal_address_postcode","value":""},{"description":"String(4) : Nullable","key":"postal_address_state","value":""},{"description":"String(150) : Nullable","key":"postal_address_country","value":"string"},{"description":"String(50) : Nullable","key":"emergency_local_name","value":"string"},{"description":"String(20) : Nullable","key":"emergency_local_relationship","value":"string"},{"description":"String(20) : Nullable","key":"emergency_local_phone","value":"string"},{"description":"String(80) : Nullable","key":"emergency_local_email","value":"string"},{"description":"String(10) : Nullable","key":"avetmiss_usi","value":"string"},{"description":"Boolean : Nullable","key":"avetmiss_usi_locate_consent","value":"true"},{"description":"String(85) : Nullable","key":"avetmiss_city_of_birth","value":"string"},{"description":"String(50) : Nullable","key":"avetmiss_country_of_birth","value":"string"},{"description":"String(50) : Nullable","key":"avetmiss_other_lang","value":"string"},{"description":"String(1) : Nullable : AcceptedValues ['1', '2', '3', '4', '@']","key":"avetmiss_indigenous","value":"3"},{"description":"String(2) : Nullable : AcceptedValues ['11', '12', '13', '14', '15', '16', '17', '18', '19', '99']","key":"avetmiss_disability","value":"11"},{"description":"String(2) : Nullable : AcceptedValues ['02', '08', '09', '10', '11', '12', '@@']","key":"avetmiss_highest_school","value":"12"},{"description":"String(24) : Nullable : AcceptedValues ['008', '410', '420', '511', '514', '521', '524', '990'] (Use comma separated values for multiple options)","key":"avetmiss_prior_quals","value":"string"},{"description":"Boolean : Nullable","key":"avetmiss_at_school","value":"true"},{"description":"String(2) : Nullable : AcceptedValues ['01', '02', '03', '04', '05', '06', '07', '08', '@@']","key":"avetmiss_emp_status","value":"05"},{"description":"String(2) : Nullable : AcceptedValues ['01', '02', '03', '04', '05', '06', '07', '08', '11', '12', '13', '@@']","key":"avetmiss_study_reason","value":"13"},{"description":"String(1) : Nullable : AcceptedValues ['A', 'C', 'D', 'E', 'I', 'M', 'O']","key":"avetmiss_ncver_status","value":"C"},{"description":"String(10) : Nullable","key":"avetmiss_qld_luid","value":"string"},{"description":"Integer : Nullable","key":"avetmiss_vic_vsn","value":"8732"},{"description":"String(50) : Nullable","key":"occupation","value":"string"},{"description":"Integer : Nullable","key":"company_id","value":"1784"},{"description":"String(50) : Nullable","key":"custom_1","value":"string"},{"description":"String(50) : Nullable","key":"custom_2","value":"string"},{"description":"String(50) : Nullable","key":"custom_3","value":"string"},{"description":"String(50) : Nullable","key":"custom_4","value":"string"},{"description":"String(50) : Nullable","key":"custom_5","value":"string"},{"description":"String(50) : Nullable","key":"custom_6","value":"string"},{"description":"String(1000) : Nullable","key":"notes","value":"string"}]},"url":"https://api.powerprorto.com.au/clients"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Keep-Alive","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"string"}],"cookie":[],"responseTime":null,"body":"{\n  \"request_id\": \"9e34e0ff-9caa-40ff-a301-6bc899c0d85a\",\n  \"data\": [\n    {\n      \"client_id\": 1234,\n      \"info\": \"Client Created\"\n    },\n    {\n      \"client_id\": 1234,\n      \"info\": \"Client Created\"\n    }\n  ]\n}"},{"id":"c2e39722-3bb8-4ab0-917f-7ced993380fc","name":"Unsuccessful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"String(80) : REQUIRED","key":"email_address","value":"john.doe@example.com"},{"description":"String(64) : REQUIRED","key":"given_names","value":"Johnathon"},{"description":"String(64) : REQUIRED","key":"surname","value":"Doe"},{"description":"String(10) : REQUIRED","key":"dob","value":"1990-01-01"},{"description":"String(20) : Nullable","key":"second_id","value":"DISC1234"},{"description":"String(4) : Nullable","key":"title","value":"Mr"},{"description":"String(50) : Nullable","key":"preferred_name","value":"John"},{"description":"String(1) : Nullable : AcceptedValues ['M', 'F', 'X']","key":"gender","value":"F"},{"description":"String(20) : Nullable","key":"mobile_phone","value":"0400 000 000"},{"description":"String(20) : Nullable","key":"home_phone","value":"08 9496 0000"},{"description":"String(20) : Nullable","key":"work_phone","value":"08 9199 0000"},{"description":"String(50) : Nullable","key":"residential_address_building","value":""},{"description":"String(30) : Nullable","key":"residential_address_flat","value":"Unit 1"},{"description":"String(30) : Nullable","key":"residential_address_street_no","value":"123"},{"description":"String(70) : Nullable","key":"residential_address_street_name","value":"Fake Street"},{"description":"String(50) : Nullable","key":"residential_address_location","value":"Perth"},{"description":"String(4) : Nullable","key":"residential_address_postcode","value":"6000"},{"description":"String(4) : Nullable","key":"residential_address_state","value":"WA"},{"description":"String(150) : Nullable","key":"residential_address_country","value":"Australia"},{"description":"String(50) : Nullable","key":"postal_address_care_of","value":""},{"description":"String(22) : Nullable","key":"postal_address_po_box","value":""},{"description":"String(50) : Nullable","key":"postal_address_building","value":""},{"description":"String(30) : Nullable","key":"postal_address_flat","value":""},{"description":"String(30) : Nullable","key":"postal_address_street_no","value":""},{"description":"String(70) : Nullable","key":"postal_address_street_name","value":""},{"description":"String(50) : Nullable","key":"postal_address_location","value":""},{"description":"String(4) : Nullable","key":"postal_address_postcode","value":""},{"description":"String(4) : Nullable","key":"postal_address_state","value":""},{"description":"String(150) : Nullable","key":"postal_address_country","value":"string"},{"description":"String(50) : Nullable","key":"emergency_local_name","value":"string"},{"description":"String(20) : Nullable","key":"emergency_local_relationship","value":"string"},{"description":"String(20) : Nullable","key":"emergency_local_phone","value":"string"},{"description":"String(80) : Nullable","key":"emergency_local_email","value":"string"},{"description":"String(10) : Nullable","key":"avetmiss_usi","value":"string"},{"description":"Boolean : Nullable","key":"avetmiss_usi_locate_consent","value":"true"},{"description":"String(85) : Nullable","key":"avetmiss_city_of_birth","value":"string"},{"description":"String(50) : Nullable","key":"avetmiss_country_of_birth","value":"string"},{"description":"String(50) : Nullable","key":"avetmiss_other_lang","value":"string"},{"description":"String(1) : Nullable : AcceptedValues ['1', '2', '3', '4', '@']","key":"avetmiss_indigenous","value":"3"},{"description":"String(2) : Nullable : AcceptedValues ['11', '12', '13', '14', '15', '16', '17', '18', '19', '99']","key":"avetmiss_disability","value":"11"},{"description":"String(2) : Nullable : AcceptedValues ['02', '08', '09', '10', '11', '12', '@@']","key":"avetmiss_highest_school","value":"12"},{"description":"String(24) : Nullable : AcceptedValues ['008', '410', '420', '511', '514', '521', '524', '990'] (Use comma separated values for multiple options)","key":"avetmiss_prior_quals","value":"string"},{"description":"Boolean : Nullable","key":"avetmiss_at_school","value":"true"},{"description":"String(2) : Nullable : AcceptedValues ['01', '02', '03', '04', '05', '06', '07', '08', '@@']","key":"avetmiss_emp_status","value":"05"},{"description":"String(2) : Nullable : AcceptedValues ['01', '02', '03', '04', '05', '06', '07', '08', '11', '12', '13', '@@']","key":"avetmiss_study_reason","value":"13"},{"description":"String(1) : Nullable : AcceptedValues ['A', 'C', 'D', 'E', 'I', 'M', 'O']","key":"avetmiss_ncver_status","value":"C"},{"description":"String(10) : Nullable","key":"avetmiss_qld_luid","value":"string"},{"description":"Integer : Nullable","key":"avetmiss_vic_vsn","value":"8732"},{"description":"String(50) : Nullable","key":"occupation","value":"string"},{"description":"Integer : Nullable","key":"company_id","value":"1784"},{"description":"String(50) : Nullable","key":"custom_1","value":"string"},{"description":"String(50) : Nullable","key":"custom_2","value":"string"},{"description":"String(50) : Nullable","key":"custom_3","value":"string"},{"description":"String(50) : Nullable","key":"custom_4","value":"string"},{"description":"String(50) : Nullable","key":"custom_5","value":"string"},{"description":"String(50) : Nullable","key":"custom_6","value":"string"},{"description":"String(1000) : Nullable","key":"notes","value":"string"}]},"url":"https://api.powerprorto.com.au/clients"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Keep-Alive","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"string"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"error\": \"string\"\n  },\n  {\n    \"error\": \"string\"\n  }\n]"}],"_postman_id":"e53eb2e2-f0d7-4056-9149-289d2b5e534e"}],"id":"c0faef29-47a1-4985-bed9-9e9f27c42d8e","_postman_id":"c0faef29-47a1-4985-bed9-9e9f27c42d8e","description":""},{"name":"companies","item":[{"name":"{company_id}","item":[{"name":"Company by ID","id":"7b718d68-8ebd-444e-bf28-c71df7af8f85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.powerprorto.com.au/companies/:company_id","description":"<p>Fetch data on a company using their ID</p>\n","urlObject":{"path":["companies",":company_id"],"host":["https://api.powerprorto.com.au"],"query":[],"variable":[{"id":"4cdc090f-e6ee-41e9-9197-43de91e27575","description":{"content":"<p>The ID of the company to search</p>\n","type":"text/plain"},"type":"any","value":"1634","key":"company_id"}]}},"response":[{"id":"b7019203-a6a3-4a07-8d7c-ef6e29450438","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.powerprorto.com.au/companies/:company_id","host":["https://api.powerprorto.com.au"],"path":["companies",":company_id"],"variable":[{"key":"company_id","value":"1634","description":"The ID of the company to search"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Keep-Alive","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"string"}],"cookie":[],"responseTime":null,"body":"{\n  \"request_id\": \"9e34e0ff-9caa-40ff-a301-6bc899c0d85a\",\n  \"data\": [\n    {\n      \"id\": 14,\n      \"second_id\": \"string\",\n      \"name\": \"Big Company\",\n      \"legal_name\": \"Big Company PTY Ltd\",\n      \"contact_person\": \"Jack Russel\",\n      \"phone\": \"(08) 9999 0000\",\n      \"mobile\": \"0400 000 000\",\n      \"email\": \"jr@bc.com.au\",\n      \"accounts_email\": \"TFvdt@NAJemvEjleISPXKIvwddvbyf.isd\",\n      \"abn\": \"123456789\",\n      \"active\": true\n    },\n    {\n      \"id\": 14,\n      \"second_id\": \"string\",\n      \"name\": \"Big Company\",\n      \"legal_name\": \"Big Company PTY Ltd\",\n      \"contact_person\": \"Jack Russel\",\n      \"phone\": \"(08) 9999 0000\",\n      \"mobile\": \"0400 000 000\",\n      \"email\": \"jr@bc.com.au\",\n      \"accounts_email\": \"X9TKYy6zOhIQ6@nkhCwYX.ed\",\n      \"abn\": \"123456789\",\n      \"active\": true\n    }\n  ],\n  \"pages\": 573\n}"},{"id":"7732056b-7270-40a8-9406-c661d89685f9","name":"Unsuccessful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.powerprorto.com.au/companies/:company_id","host":["https://api.powerprorto.com.au"],"path":["companies",":company_id"],"variable":[{"key":"company_id","value":"1634","description":"The ID of the company to search"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Keep-Alive","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"string"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"error\": \"string\"\n  },\n  {\n    \"error\": \"string\"\n  }\n]"}],"_postman_id":"7b718d68-8ebd-444e-bf28-c71df7af8f85"},{"name":"Update company by ID","id":"5b5a7fbd-8e4b-401f-8989-5ff433371792","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"second_id","value":"DISC1234"},{"key":"name","value":"Acquisitions Inc."},{"key":"legal_name","value":"Acquisitions Incorporated"},{"key":"contact_person","value":"John Doe"},{"key":"phone","value":"08 9496 0000"},{"key":"mobile","value":"0400 000 000"},{"key":"email","value":"john.doe@example.com"},{"key":"accounts_email","value":"john.doe@example.com"},{"key":"abn","value":"string"},{"key":"active","value":"false"}]},"url":"https://api.powerprorto.com.au/companies/:company_id","description":"<p>Update a company's data using their ID</p>\n","urlObject":{"path":["companies",":company_id"],"host":["https://api.powerprorto.com.au"],"query":[],"variable":[{"id":"84c2f76c-5572-4e52-af64-99d9a2bdc41b","description":{"content":"<p>The ID of the company to update</p>\n","type":"text/plain"},"type":"any","value":"1634","key":"company_id"}]}},"response":[{"id":"614c98d8-cfc4-4825-a18d-77f48696d062","name":"Successful response","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"second_id","value":"DISC1234"},{"key":"name","value":"Acquisitions Inc."},{"key":"legal_name","value":"Acquisitions Incorporated"},{"key":"contact_person","value":"John Doe"},{"key":"phone","value":"08 9496 0000"},{"key":"mobile","value":"0400 000 000"},{"key":"email","value":"john.doe@example.com"},{"key":"accounts_email","value":"john.doe@example.com"},{"key":"abn","value":"string"},{"key":"active","value":"false"}]},"url":{"raw":"https://api.powerprorto.com.au/companies/:company_id","host":["https://api.powerprorto.com.au"],"path":["companies",":company_id"],"variable":[{"key":"company_id","value":"1634","description":"The ID of the company to update"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Keep-Alive","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"string"}],"cookie":[],"responseTime":null,"body":"{\n  \"request_id\": \"9e34e0ff-9caa-40ff-a301-6bc899c0d85a\",\n  \"data\": [\n    {\n      \"company_id\": 1234,\n      \"info\": \"Company Created\"\n    },\n    {\n      \"company_id\": 1234,\n      \"info\": \"Company Created\"\n    }\n  ]\n}"},{"id":"40047492-100b-43eb-a409-94566fcdb54d","name":"Unsuccessful response","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"second_id","value":"DISC1234"},{"key":"name","value":"Acquisitions Inc."},{"key":"legal_name","value":"Acquisitions Incorporated"},{"key":"contact_person","value":"John Doe"},{"key":"phone","value":"08 9496 0000"},{"key":"mobile","value":"0400 000 000"},{"key":"email","value":"john.doe@example.com"},{"key":"accounts_email","value":"john.doe@example.com"},{"key":"abn","value":"string"},{"key":"active","value":"false"}]},"url":{"raw":"https://api.powerprorto.com.au/companies/:company_id","host":["https://api.powerprorto.com.au"],"path":["companies",":company_id"],"variable":[{"key":"company_id","value":"1634","description":"The ID of the company to update"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Keep-Alive","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"string"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"error\": \"string\"\n  },\n  {\n    \"error\": \"string\"\n  }\n]"}],"_postman_id":"5b5a7fbd-8e4b-401f-8989-5ff433371792"}],"id":"20cfe51e-c212-4944-87e2-819ef9898cc5","_postman_id":"20cfe51e-c212-4944-87e2-819ef9898cc5","description":""},{"name":"active","item":[{"name":"{scope}","item":[{"name":"Active Companies","id":"b718e407-a50c-4e8b-850b-de48d96251e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.powerprorto.com.au/companies/active/:scope?page=1634","description":"<p>Get a list of all companies in the system that are not marked as inactive</p>\n","urlObject":{"path":["companies","active",":scope"],"host":["https://api.powerprorto.com.au"],"query":[{"description":{"content":"<p>Specify a different result page</p>\n","type":"text/plain"},"key":"page","value":"1634"}],"variable":[{"id":"28e3d18b-b6ac-4602-b751-223d73397fd4","description":{"content":"<p>The scope for this object is currently limited to 'all' (*)</p>\n","type":"text/plain"},"type":"any","value":"*","key":"scope"}]}},"response":[{"id":"7e43654a-7f74-47af-be35-2736193818e2","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.powerprorto.com.au/companies/active/:scope?page=1634","host":["https://api.powerprorto.com.au"],"path":["companies","active",":scope"],"query":[{"description":"Specify a different result page","key":"page","value":"1634"}],"variable":[{"key":"scope","value":"*","description":"The scope for this object is currently limited to 'all' (*)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Keep-Alive","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"string"}],"cookie":[],"responseTime":null,"body":"{\n  \"request_id\": \"9e34e0ff-9caa-40ff-a301-6bc899c0d85a\",\n  \"data\": [\n    {\n      \"id\": 14,\n      \"second_id\": \"string\",\n      \"name\": \"Big Company\",\n      \"legal_name\": \"Big Company PTY Ltd\",\n      \"contact_person\": \"Jack Russel\",\n      \"phone\": \"(08) 9999 0000\",\n      \"mobile\": \"0400 000 000\",\n      \"email\": \"jr@bc.com.au\",\n      \"accounts_email\": \"TFvdt@NAJemvEjleISPXKIvwddvbyf.isd\",\n      \"abn\": \"123456789\",\n      \"active\": true\n    },\n    {\n      \"id\": 14,\n      \"second_id\": \"string\",\n      \"name\": \"Big Company\",\n      \"legal_name\": \"Big Company PTY Ltd\",\n      \"contact_person\": \"Jack Russel\",\n      \"phone\": \"(08) 9999 0000\",\n      \"mobile\": \"0400 000 000\",\n      \"email\": \"jr@bc.com.au\",\n      \"accounts_email\": \"X9TKYy6zOhIQ6@nkhCwYX.ed\",\n      \"abn\": \"123456789\",\n      \"active\": true\n    }\n  ],\n  \"pages\": 573\n}"},{"id":"532d4c16-d0be-402c-9eec-57ec8a1cbf13","name":"Unsuccessful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.powerprorto.com.au/companies/active/:scope?page=1634","host":["https://api.powerprorto.com.au"],"path":["companies","active",":scope"],"query":[{"description":"Specify a different result page","key":"page","value":"1634"}],"variable":[{"key":"scope","value":"*","description":"The scope for this object is currently limited to 'all' (*)"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Keep-Alive","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"string"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"error\": \"string\"\n  },\n  {\n    \"error\": \"string\"\n  }\n]"}],"_postman_id":"b718e407-a50c-4e8b-850b-de48d96251e8"}],"id":"06ab2fb3-8641-41c1-b2ad-de97bb69cb63","_postman_id":"06ab2fb3-8641-41c1-b2ad-de97bb69cb63","description":""}],"id":"9a99a002-6db6-4166-a7f4-4456d32dd1d7","_postman_id":"9a99a002-6db6-4166-a7f4-4456d32dd1d7","description":""},{"name":"secondary_id","item":[{"name":"{secondary_id}","item":[{"name":"Companies by secondary_id","id":"cf29db6c-1976-49fb-bcd3-31743b9c56f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.powerprorto.com.au/companies/secondary_id/:secondary_id","description":"<p>Fetch data on a company using their secondary ID</p>\n","urlObject":{"path":["companies","secondary_id",":secondary_id"],"host":["https://api.powerprorto.com.au"],"query":[],"variable":[{"id":"9b13a99f-7d97-40c4-bfa0-70d751bf6b7b","description":{"content":"<p>The secondary_id of the company to search</p>\n","type":"text/plain"},"type":"any","value":"string","key":"secondary_id"}]}},"response":[{"id":"cd01a9e5-b882-4a5a-ae4c-61c2f6d1a134","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.powerprorto.com.au/companies/secondary_id/:secondary_id","host":["https://api.powerprorto.com.au"],"path":["companies","secondary_id",":secondary_id"],"variable":[{"key":"secondary_id","value":"string","description":"The secondary_id of the company to search"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Keep-Alive","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"string"}],"cookie":[],"responseTime":null,"body":"{\n  \"request_id\": \"9e34e0ff-9caa-40ff-a301-6bc899c0d85a\",\n  \"data\": [\n    {\n      \"id\": 14,\n      \"second_id\": \"string\",\n      \"name\": \"Big Company\",\n      \"legal_name\": \"Big Company PTY Ltd\",\n      \"contact_person\": \"Jack Russel\",\n      \"phone\": \"(08) 9999 0000\",\n      \"mobile\": \"0400 000 000\",\n      \"email\": \"jr@bc.com.au\",\n      \"accounts_email\": \"TFvdt@NAJemvEjleISPXKIvwddvbyf.isd\",\n      \"abn\": \"123456789\",\n      \"active\": true\n    },\n    {\n      \"id\": 14,\n      \"second_id\": \"string\",\n      \"name\": \"Big Company\",\n      \"legal_name\": \"Big Company PTY Ltd\",\n      \"contact_person\": \"Jack Russel\",\n      \"phone\": \"(08) 9999 0000\",\n      \"mobile\": \"0400 000 000\",\n      \"email\": \"jr@bc.com.au\",\n      \"accounts_email\": \"X9TKYy6zOhIQ6@nkhCwYX.ed\",\n      \"abn\": \"123456789\",\n      \"active\": true\n    }\n  ],\n  \"pages\": 573\n}"},{"id":"5f908ebf-7958-49cb-a502-09f0dbd39343","name":"Unsuccessful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.powerprorto.com.au/companies/secondary_id/:secondary_id","host":["https://api.powerprorto.com.au"],"path":["companies","secondary_id",":secondary_id"],"variable":[{"key":"secondary_id","value":"string","description":"The secondary_id of the company to search"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Keep-Alive","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"string"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"error\": \"string\"\n  },\n  {\n    \"error\": \"string\"\n  }\n]"}],"_postman_id":"cf29db6c-1976-49fb-bcd3-31743b9c56f1"}],"id":"54a6c4f1-2d3d-40cd-8ac9-4939eb55f145","_postman_id":"54a6c4f1-2d3d-40cd-8ac9-4939eb55f145","description":""}],"id":"4f033b11-14d6-49aa-9000-af3fce27c479","_postman_id":"4f033b11-14d6-49aa-9000-af3fce27c479","description":""},{"name":"name_pattern","item":[{"name":"{name_pattern}","item":[{"name":"Companies by name pattern","id":"e39b8396-5892-4c04-850f-bea00c4f59a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.powerprorto.com.au/companies/name_pattern/:name_pattern","description":"<p>Fetch data on a company/companies using a name pattern search</p>\n","urlObject":{"path":["companies","name_pattern",":name_pattern"],"host":["https://api.powerprorto.com.au"],"query":[],"variable":[{"id":"50b8709a-0ae7-48b0-b9b0-61f1103520f9","description":{"content":"<p>The name_pattern of the company to search</p>\n","type":"text/plain"},"type":"any","value":"string","key":"name_pattern"}]}},"response":[{"id":"b4b46e60-5874-47ed-baba-03585332f8c4","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.powerprorto.com.au/companies/name_pattern/:name_pattern","host":["https://api.powerprorto.com.au"],"path":["companies","name_pattern",":name_pattern"],"variable":[{"key":"name_pattern","value":"string","description":"The name_pattern of the company to search"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Keep-Alive","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"string"}],"cookie":[],"responseTime":null,"body":"{\n  \"request_id\": \"9e34e0ff-9caa-40ff-a301-6bc899c0d85a\",\n  \"data\": [\n    {\n      \"id\": 14,\n      \"second_id\": \"string\",\n      \"name\": \"Big Company\",\n      \"legal_name\": \"Big Company PTY Ltd\",\n      \"contact_person\": \"Jack Russel\",\n      \"phone\": \"(08) 9999 0000\",\n      \"mobile\": \"0400 000 000\",\n      \"email\": \"jr@bc.com.au\",\n      \"accounts_email\": \"TFvdt@NAJemvEjleISPXKIvwddvbyf.isd\",\n      \"abn\": \"123456789\",\n      \"active\": true\n    },\n    {\n      \"id\": 14,\n      \"second_id\": \"string\",\n      \"name\": \"Big Company\",\n      \"legal_name\": \"Big Company PTY Ltd\",\n      \"contact_person\": \"Jack Russel\",\n      \"phone\": \"(08) 9999 0000\",\n      \"mobile\": \"0400 000 000\",\n      \"email\": \"jr@bc.com.au\",\n      \"accounts_email\": \"X9TKYy6zOhIQ6@nkhCwYX.ed\",\n      \"abn\": \"123456789\",\n      \"active\": true\n    }\n  ],\n  \"pages\": 573\n}"},{"id":"d61d56d9-d64f-4551-a014-8c6bd05e7c5f","name":"Unsuccessful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.powerprorto.com.au/companies/name_pattern/:name_pattern","host":["https://api.powerprorto.com.au"],"path":["companies","name_pattern",":name_pattern"],"variable":[{"key":"name_pattern","value":"string","description":"The name_pattern of the company to search"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Keep-Alive","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"string"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"error\": \"string\"\n  },\n  {\n    \"error\": \"string\"\n  }\n]"}],"_postman_id":"e39b8396-5892-4c04-850f-bea00c4f59a5"}],"id":"dccdef0f-ce8b-4652-bc9b-7f58fd291520","_postman_id":"dccdef0f-ce8b-4652-bc9b-7f58fd291520","description":""}],"id":"74632acd-2a47-4089-8f6e-7fe68d3e04d0","_postman_id":"74632acd-2a47-4089-8f6e-7fe68d3e04d0","description":""},{"name":"All companies","id":"7cafde8c-cb3d-47b4-b46e-0d452c7ef0a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.powerprorto.com.au/companies?page=1634","description":"<p>Get a list of all companies in the system</p>\n","urlObject":{"path":["companies"],"host":["https://api.powerprorto.com.au"],"query":[{"description":{"content":"<p>Specify a different result page</p>\n","type":"text/plain"},"key":"page","value":"1634"}],"variable":[]}},"response":[{"id":"34a8f356-14ce-48fc-a97e-c8045d8174d8","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.powerprorto.com.au/companies?page=1634","host":["https://api.powerprorto.com.au"],"path":["companies"],"query":[{"description":"Specify a different result page","key":"page","value":"1634"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Keep-Alive","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"string"}],"cookie":[],"responseTime":null,"body":"{\n  \"request_id\": \"9e34e0ff-9caa-40ff-a301-6bc899c0d85a\",\n  \"data\": [\n    {\n      \"id\": 14,\n      \"second_id\": \"string\",\n      \"name\": \"Big Company\",\n      \"legal_name\": \"Big Company PTY Ltd\",\n      \"contact_person\": \"Jack Russel\",\n      \"phone\": \"(08) 9999 0000\",\n      \"mobile\": \"0400 000 000\",\n      \"email\": \"jr@bc.com.au\",\n      \"accounts_email\": \"TFvdt@NAJemvEjleISPXKIvwddvbyf.isd\",\n      \"abn\": \"123456789\",\n      \"active\": true\n    },\n    {\n      \"id\": 14,\n      \"second_id\": \"string\",\n      \"name\": \"Big Company\",\n      \"legal_name\": \"Big Company PTY Ltd\",\n      \"contact_person\": \"Jack Russel\",\n      \"phone\": \"(08) 9999 0000\",\n      \"mobile\": \"0400 000 000\",\n      \"email\": \"jr@bc.com.au\",\n      \"accounts_email\": \"X9TKYy6zOhIQ6@nkhCwYX.ed\",\n      \"abn\": \"123456789\",\n      \"active\": true\n    }\n  ],\n  \"pages\": 573\n}"},{"id":"cc7d5069-491d-421a-8a0e-644d4e4f0f42","name":"Unsuccessful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.powerprorto.com.au/companies?page=1634","host":["https://api.powerprorto.com.au"],"path":["companies"],"query":[{"description":"Specify a different result page","key":"page","value":"1634"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Keep-Alive","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"string"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"error\": \"string\"\n  },\n  {\n    \"error\": \"string\"\n  }\n]"}],"_postman_id":"7cafde8c-cb3d-47b4-b46e-0d452c7ef0a1"},{"name":"Create a company","id":"28f1a211-6d6f-40ea-bf63-04ac08596a93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"Acquisitions Inc."},{"key":"second_id","value":"DISC1234"},{"key":"legal_name","value":"Acquisitions Incorporated"},{"key":"contact_person","value":"John Doe"},{"key":"phone","value":"08 9496 0000"},{"key":"mobile","value":"0400 000 000"},{"key":"email","value":"john.doe@example.com"},{"key":"accounts_email","value":"john.doe@example.com"},{"key":"abn","value":"string"},{"key":"active","value":"false"}]},"url":"https://api.powerprorto.com.au/companies","description":"<p>Create a new company to add into PowerPro</p>\n","urlObject":{"path":["companies"],"host":["https://api.powerprorto.com.au"],"query":[],"variable":[]}},"response":[{"id":"bfac4b1f-b1e3-4f21-8db5-f81079e55ceb","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"Acquisitions Inc."},{"key":"second_id","value":"DISC1234"},{"key":"legal_name","value":"Acquisitions Incorporated"},{"key":"contact_person","value":"John Doe"},{"key":"phone","value":"08 9496 0000"},{"key":"mobile","value":"0400 000 000"},{"key":"email","value":"john.doe@example.com"},{"key":"accounts_email","value":"john.doe@example.com"},{"key":"abn","value":"string"},{"key":"active","value":"false"}]},"url":"https://api.powerprorto.com.au/companies"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Keep-Alive","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"string"}],"cookie":[],"responseTime":null,"body":"{\n  \"request_id\": \"9e34e0ff-9caa-40ff-a301-6bc899c0d85a\",\n  \"data\": [\n    {\n      \"company_id\": 1234,\n      \"info\": \"Company Created\"\n    },\n    {\n      \"company_id\": 1234,\n      \"info\": \"Company Created\"\n    }\n  ]\n}"},{"id":"3e1752e3-cc13-4493-8741-f866f6f2305f","name":"Unsuccessful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"Acquisitions Inc."},{"key":"second_id","value":"DISC1234"},{"key":"legal_name","value":"Acquisitions Incorporated"},{"key":"contact_person","value":"John Doe"},{"key":"phone","value":"08 9496 0000"},{"key":"mobile","value":"0400 000 000"},{"key":"email","value":"john.doe@example.com"},{"key":"accounts_email","value":"john.doe@example.com"},{"key":"abn","value":"string"},{"key":"active","value":"false"}]},"url":"https://api.powerprorto.com.au/companies"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Keep-Alive","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"string"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"error\": \"string\"\n  },\n  {\n    \"error\": \"string\"\n  }\n]"}],"_postman_id":"28f1a211-6d6f-40ea-bf63-04ac08596a93"}],"id":"23971d5c-a4ee-47a8-bd89-d9f8edf5a479","_postman_id":"23971d5c-a4ee-47a8-bd89-d9f8edf5a479","description":""},{"name":"courses","item":[{"name":"{course_id}","item":[{"name":"Course by ID","id":"0b3499cc-d836-4a75-b324-6d6550afbeb1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.powerprorto.com.au/courses/:course_id","description":"<p>Fetch data on a course using its' ID</p>\n","urlObject":{"path":["courses",":course_id"],"host":["https://api.powerprorto.com.au"],"query":[],"variable":[{"id":"34e127a6-c08b-40e9-b533-bfba3c751f00","description":{"content":"<p>The ID of the course to search</p>\n","type":"text/plain"},"type":"any","value":"1634","key":"course_id"}]}},"response":[{"id":"fd06c624-593f-4a4c-b2ed-bfe7ded57b80","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.powerprorto.com.au/courses/:course_id","host":["https://api.powerprorto.com.au"],"path":["courses",":course_id"],"variable":[{"key":"course_id","value":"1634","description":"The ID of the course to search"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Keep-Alive","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"string"}],"cookie":[],"responseTime":null,"body":"{\n  \"request_id\": \"9e34e0ff-9caa-40ff-a301-6bc899c0d85a\",\n  \"data\": [\n    {\n      \"id\": 14,\n      \"master_course\": true,\n      \"accredited\": false,\n      \"active\": false,\n      \"national_code\": \"ACM30317\",\n      \"qualification_level\": \"Certificate III\",\n      \"program_name\": \"Captive Animals\",\n      \"version\": \"STARTING 2022 GERO\",\n      \"training_org\": \"Wandejup Training\",\n      \"dates\": {\n        \"start_date\": \"2020-09-07\",\n        \"end_date\": \"2022-11-27\"\n      },\n      \"location\": {\n        \"location_name\": \"Geraldton Training Centre\",\n        \"location_address\": \"123 Fake Street\",\n        \"location_town\": \"Geraldton\",\n        \"location_pcode\": \"6030\",\n        \"location_state\": \"WA\",\n        \"trainers\": \"X\"\n      },\n      \"numbers\": {\n        \"min_seats\": 5484,\n        \"max_seats\": 50,\n        \"enrolments\": 55\n      },\n      \"avetmiss\": {\n        \"avetmiss_report\": true,\n        \"avetmiss_format\": \"VIC\"\n      },\n      \"rapt\": {\n        \"rapt_report\": true\n      },\n      \"web\": {\n        \"web_enabled\": false,\n        \"web_course_name\": \"Certificate III in Captive Animals **\",\n        \"web_notes\": \"12 week training Program\\\\rThe Vet, the Zoo, the animals and you\",\n        \"web_visible_to_public\": false,\n        \"web_visible_from\": \"2016-04-15\",\n        \"web_visible_to\": \"1975-07-26\",\n        \"web_enrol_fee\": \"1.00\",\n        \"web_course_fee\": \"5.00\",\n        \"web_discount_code\": \"EXAMPLE\",\n        \"web_discounted_val\": \"2.00\",\n        \"web_enrol_link\": \"https://web.powerprorto.com.au/\",\n        \"web_group_enrol_link\": \"https://web.powerprorto.com.au/\"\n      },\n      \"lms_course_export\": false,\n      \"lms_course_code\": \"XYZ123\"\n    },\n    {\n      \"id\": 14,\n      \"master_course\": true,\n      \"accredited\": false,\n      \"active\": true,\n      \"national_code\": \"ACM30317\",\n      \"qualification_level\": \"Certificate III\",\n      \"program_name\": \"Captive Animals\",\n      \"version\": \"STARTING 2022 GERO\",\n      \"training_org\": \"Wandejup Training\",\n      \"dates\": {\n        \"start_date\": \"2020-09-07\",\n        \"end_date\": \"2022-11-27\"\n      },\n      \"location\": {\n        \"location_name\": \"Geraldton Training Centre\",\n        \"location_address\": \"123 Fake Street\",\n        \"location_town\": \"Geraldton\",\n        \"location_pcode\": \"6030\",\n        \"location_state\": \"WA\",\n        \"trainers\": \"X\"\n      },\n      \"numbers\": {\n        \"min_seats\": 7875,\n        \"max_seats\": 50,\n        \"enrolments\": 55\n      },\n      \"avetmiss\": {\n        \"avetmiss_report\": false,\n        \"avetmiss_format\": \"VIC\"\n      },\n      \"rapt\": {\n        \"rapt_report\": true\n      },\n      \"web\": {\n        \"web_enabled\": true,\n        \"web_course_name\": \"Certificate III in Captive Animals **\",\n        \"web_notes\": \"12 week training Program\\\\rThe Vet, the Zoo, the animals and you\",\n        \"web_visible_to_public\": true,\n        \"web_visible_from\": \"1953-07-25\",\n        \"web_visible_to\": \"1975-07-26\",\n        \"web_enrol_fee\": \"1.00\",\n        \"web_course_fee\": \"5.00\",\n        \"web_discount_code\": \"EXAMPLE\",\n        \"web_discounted_val\": \"2.00\",\n        \"web_enrol_link\": \"https://web.powerprorto.com.au/\",\n        \"web_group_enrol_link\": \"https://web.powerprorto.com.au/\"\n      },\n      \"lms_course_export\": true,\n      \"lms_course_code\": \"XYZ123\"\n    }\n  ],\n  \"pages\": 573\n}"},{"id":"86a2c5d1-aa92-432b-af89-204799cc7704","name":"Unsuccessful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.powerprorto.com.au/courses/:course_id","host":["https://api.powerprorto.com.au"],"path":["courses",":course_id"],"variable":[{"key":"course_id","value":"1634","description":"The ID of the course to search"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Keep-Alive","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"string"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"error\": \"string\"\n  },\n  {\n    \"error\": \"string\"\n  }\n]"}],"_postman_id":"0b3499cc-d836-4a75-b324-6d6550afbeb1"},{"name":"Update course by ID","id":"d7e9a775-dc0c-403e-ac15-5f63c98a0835","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"active","value":"false"},{"key":"national_code","value":"string"},{"key":"qualification_level","value":"ADV"},{"key":"program_name","value":"string"},{"key":"start_date","value":"1953-01-02"},{"key":"end_date","value":"1950-08-16"},{"key":"version","value":"string"},{"key":"location_name","value":"string"},{"key":"trainer_name","value":"string"},{"key":"trainer_remove_existing","value":"true"},{"key":"min_seats","value":"6909"},{"key":"max_seats","value":"2818"},{"key":"avetmiss_report","value":"true"},{"key":"avetmiss_format","value":"TAS"},{"key":"web_enabled","value":"true"},{"key":"web_course_name","value":"string"},{"key":"web_notes","value":"string"},{"key":"web_visible_to_public","value":"true"},{"key":"web_visible_from","value":"1954-04-01"},{"key":"web_visible_to","value":"1971-09-29"},{"description":"<p>A numeric value with a max length of 9 digits and 2 decimal places</p>\n","key":"web_enrol_fee","value":"1234567.89"},{"description":"<p>A numeric value with a max length of 9 digits and 2 decimal places</p>\n","key":"web_course_fee","value":"1234567.89"},{"key":"web_discount_code","value":"string"},{"description":"<p>A numeric value with a max length of 9 digits and 2 decimal places</p>\n","key":"web_discounted_val","value":"1234567.89"},{"key":"rapt_report","value":"false"}]},"url":"https://api.powerprorto.com.au/courses/:course_id","description":"<p>Update a course's data using its' ID</p>\n","urlObject":{"path":["courses",":course_id"],"host":["https://api.powerprorto.com.au"],"query":[],"variable":[{"id":"d96b793d-ed4c-45ee-b67d-7f587b03db7f","description":{"content":"<p>The ID of the course to update</p>\n","type":"text/plain"},"type":"any","value":"1634","key":"course_id"}]}},"response":[{"id":"5fe90256-a77f-47bf-a33b-588c5cfc708c","name":"Successful response","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"active","value":"false"},{"key":"national_code","value":"string"},{"key":"qualification_level","value":"ADV"},{"key":"program_name","value":"string"},{"key":"start_date","value":"1953-01-02"},{"key":"end_date","value":"1950-08-16"},{"key":"version","value":"string"},{"key":"location_name","value":"string"},{"key":"trainer_name","value":"string"},{"key":"trainer_remove_existing","value":"true"},{"key":"min_seats","value":"6909"},{"key":"max_seats","value":"2818"},{"key":"avetmiss_report","value":"true"},{"key":"avetmiss_format","value":"TAS"},{"key":"web_enabled","value":"true"},{"key":"web_course_name","value":"string"},{"key":"web_notes","value":"string"},{"key":"web_visible_to_public","value":"true"},{"key":"web_visible_from","value":"1954-04-01"},{"key":"web_visible_to","value":"1971-09-29"},{"description":"A numeric value with a max length of 9 digits and 2 decimal places","key":"web_enrol_fee","value":"1234567.89"},{"description":"A numeric value with a max length of 9 digits and 2 decimal places","key":"web_course_fee","value":"1234567.89"},{"key":"web_discount_code","value":"string"},{"description":"A numeric value with a max length of 9 digits and 2 decimal places","key":"web_discounted_val","value":"1234567.89"},{"key":"rapt_report","value":"false"}]},"url":{"raw":"https://api.powerprorto.com.au/courses/:course_id","host":["https://api.powerprorto.com.au"],"path":["courses",":course_id"],"variable":[{"key":"course_id","value":"1634","description":"The ID of the course to update"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Keep-Alive","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"string"}],"cookie":[],"responseTime":null,"body":"{\n  \"request_id\": \"9e34e0ff-9caa-40ff-a301-6bc899c0d85a\",\n  \"data\": [\n    {\n      \"course_id\": 1234,\n      \"info\": \"Course updated\"\n    },\n    {\n      \"course_id\": 1234,\n      \"info\": \"Course updated\"\n    }\n  ]\n}"},{"id":"e1b43ca5-2892-4375-836b-7c18f98b0d46","name":"Unsuccessful response","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"active","value":"false"},{"key":"national_code","value":"string"},{"key":"qualification_level","value":"ADV"},{"key":"program_name","value":"string"},{"key":"start_date","value":"1953-01-02"},{"key":"end_date","value":"1950-08-16"},{"key":"version","value":"string"},{"key":"location_name","value":"string"},{"key":"trainer_name","value":"string"},{"key":"trainer_remove_existing","value":"true"},{"key":"min_seats","value":"6909"},{"key":"max_seats","value":"2818"},{"key":"avetmiss_report","value":"true"},{"key":"avetmiss_format","value":"TAS"},{"key":"web_enabled","value":"true"},{"key":"web_course_name","value":"string"},{"key":"web_notes","value":"string"},{"key":"web_visible_to_public","value":"true"},{"key":"web_visible_from","value":"1954-04-01"},{"key":"web_visible_to","value":"1971-09-29"},{"description":"A numeric value with a max length of 9 digits and 2 decimal places","key":"web_enrol_fee","value":"1234567.89"},{"description":"A numeric value with a max length of 9 digits and 2 decimal places","key":"web_course_fee","value":"1234567.89"},{"key":"web_discount_code","value":"string"},{"description":"A numeric value with a max length of 9 digits and 2 decimal places","key":"web_discounted_val","value":"1234567.89"},{"key":"rapt_report","value":"false"}]},"url":{"raw":"https://api.powerprorto.com.au/courses/:course_id","host":["https://api.powerprorto.com.au"],"path":["courses",":course_id"],"variable":[{"key":"course_id","value":"1634","description":"The ID of the course to update"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Keep-Alive","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"string"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"error\": \"string\"\n  },\n  {\n    \"error\": \"string\"\n  }\n]"}],"_postman_id":"d7e9a775-dc0c-403e-ac15-5f63c98a0835"}],"id":"eabcecf6-8c42-4bbe-9c06-13420d26ecbc","_postman_id":"eabcecf6-8c42-4bbe-9c06-13420d26ecbc","description":""},{"name":"active","item":[{"name":"{scope}","item":[{"name":"Get active courses","id":"88bae2f1-c4e4-4674-b422-d62e45e0231a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.powerprorto.com.au/courses/active/:scope?page=1634","description":"<p>Get a list of all courses in the system that are not archived</p>\n","urlObject":{"path":["courses","active",":scope"],"host":["https://api.powerprorto.com.au"],"query":[{"description":{"content":"<p>Specify a different result page</p>\n","type":"text/plain"},"key":"page","value":"1634"}],"variable":[{"id":"ffa9f7f4-0a9b-44e0-9028-849a2a05a022","description":{"content":"<p>Choice to retrieve active clients defined by active (U)nits, (M)odules, or all (*)</p>\n","type":"text/plain"},"type":"any","value":"U","key":"scope"}]}},"response":[{"id":"6464c9a5-feb3-4b74-a9bb-c16654c38535","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.powerprorto.com.au/courses/active/:scope?page=1634","host":["https://api.powerprorto.com.au"],"path":["courses","active",":scope"],"query":[{"description":"Specify a different result page","key":"page","value":"1634"}],"variable":[{"key":"scope","value":"U","description":"Choice to retrieve active clients defined by active (U)nits, (M)odules, or all (*)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Keep-Alive","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"string"}],"cookie":[],"responseTime":null,"body":"{\n  \"request_id\": \"9e34e0ff-9caa-40ff-a301-6bc899c0d85a\",\n  \"data\": [\n    {\n      \"id\": 14,\n      \"master_course\": true,\n      \"accredited\": false,\n      \"active\": false,\n      \"national_code\": \"ACM30317\",\n      \"qualification_level\": \"Certificate III\",\n      \"program_name\": \"Captive Animals\",\n      \"version\": \"STARTING 2022 GERO\",\n      \"training_org\": \"Wandejup Training\",\n      \"dates\": {\n        \"start_date\": \"2020-09-07\",\n        \"end_date\": \"2022-11-27\"\n      },\n      \"location\": {\n        \"location_name\": \"Geraldton Training Centre\",\n        \"location_address\": \"123 Fake Street\",\n        \"location_town\": \"Geraldton\",\n        \"location_pcode\": \"6030\",\n        \"location_state\": \"WA\",\n        \"trainers\": \"X\"\n      },\n      \"numbers\": {\n        \"min_seats\": 5484,\n        \"max_seats\": 50,\n        \"enrolments\": 55\n      },\n      \"avetmiss\": {\n        \"avetmiss_report\": true,\n        \"avetmiss_format\": \"VIC\"\n      },\n      \"rapt\": {\n        \"rapt_report\": true\n      },\n      \"web\": {\n        \"web_enabled\": false,\n        \"web_course_name\": \"Certificate III in Captive Animals **\",\n        \"web_notes\": \"12 week training Program\\\\rThe Vet, the Zoo, the animals and you\",\n        \"web_visible_to_public\": false,\n        \"web_visible_from\": \"2016-04-15\",\n        \"web_visible_to\": \"1975-07-26\",\n        \"web_enrol_fee\": \"1.00\",\n        \"web_course_fee\": \"5.00\",\n        \"web_discount_code\": \"EXAMPLE\",\n        \"web_discounted_val\": \"2.00\",\n        \"web_enrol_link\": \"https://web.powerprorto.com.au/\",\n        \"web_group_enrol_link\": \"https://web.powerprorto.com.au/\"\n      },\n      \"lms_course_export\": false,\n      \"lms_course_code\": \"XYZ123\"\n    },\n    {\n      \"id\": 14,\n      \"master_course\": true,\n      \"accredited\": false,\n      \"active\": true,\n      \"national_code\": \"ACM30317\",\n      \"qualification_level\": \"Certificate III\",\n      \"program_name\": \"Captive Animals\",\n      \"version\": \"STARTING 2022 GERO\",\n      \"training_org\": \"Wandejup Training\",\n      \"dates\": {\n        \"start_date\": \"2020-09-07\",\n        \"end_date\": \"2022-11-27\"\n      },\n      \"location\": {\n        \"location_name\": \"Geraldton Training Centre\",\n        \"location_address\": \"123 Fake Street\",\n        \"location_town\": \"Geraldton\",\n        \"location_pcode\": \"6030\",\n        \"location_state\": \"WA\",\n        \"trainers\": \"X\"\n      },\n      \"numbers\": {\n        \"min_seats\": 7875,\n        \"max_seats\": 50,\n        \"enrolments\": 55\n      },\n      \"avetmiss\": {\n        \"avetmiss_report\": false,\n        \"avetmiss_format\": \"VIC\"\n      },\n      \"rapt\": {\n        \"rapt_report\": true\n      },\n      \"web\": {\n        \"web_enabled\": true,\n        \"web_course_name\": \"Certificate III in Captive Animals **\",\n        \"web_notes\": \"12 week training Program\\\\rThe Vet, the Zoo, the animals and you\",\n        \"web_visible_to_public\": true,\n        \"web_visible_from\": \"1953-07-25\",\n        \"web_visible_to\": \"1975-07-26\",\n        \"web_enrol_fee\": \"1.00\",\n        \"web_course_fee\": \"5.00\",\n        \"web_discount_code\": \"EXAMPLE\",\n        \"web_discounted_val\": \"2.00\",\n        \"web_enrol_link\": \"https://web.powerprorto.com.au/\",\n        \"web_group_enrol_link\": \"https://web.powerprorto.com.au/\"\n      },\n      \"lms_course_export\": true,\n      \"lms_course_code\": \"XYZ123\"\n    }\n  ],\n  \"pages\": 573\n}"},{"id":"86cd4b80-1265-444e-856a-0630ed09c208","name":"Unsuccessful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.powerprorto.com.au/courses/active/:scope?page=1634","host":["https://api.powerprorto.com.au"],"path":["courses","active",":scope"],"query":[{"description":"Specify a different result page","key":"page","value":"1634"}],"variable":[{"key":"scope","value":"U","description":"Choice to retrieve active clients defined by active (U)nits, (M)odules, or all (*)"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Keep-Alive","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"string"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"error\": \"string\"\n  },\n  {\n    \"error\": \"string\"\n  }\n]"}],"_postman_id":"88bae2f1-c4e4-4674-b422-d62e45e0231a"}],"id":"d96daf77-7fca-4859-a28d-8481d4577385","_postman_id":"d96daf77-7fca-4859-a28d-8481d4577385","description":""}],"id":"78be2fa2-7208-4a5d-a7fc-5d7ab15d3829","_postman_id":"78be2fa2-7208-4a5d-a7fc-5d7ab15d3829","description":""},{"name":"All Courses","id":"98b5676b-07e1-40b0-bedc-1cba13d2417f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.powerprorto.com.au/courses","description":"<p>Get a list of all courses in the system</p>\n","urlObject":{"path":["courses"],"host":["https://api.powerprorto.com.au"],"query":[],"variable":[]}},"response":[{"id":"3446e97b-0c4e-4ef2-9663-b6dbb89c113e","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.powerprorto.com.au/courses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Keep-Alive","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"string"}],"cookie":[],"responseTime":null,"body":"{\n  \"request_id\": \"9e34e0ff-9caa-40ff-a301-6bc899c0d85a\",\n  \"data\": [\n    {\n      \"id\": 14,\n      \"master_course\": true,\n      \"accredited\": false,\n      \"active\": false,\n      \"national_code\": \"ACM30317\",\n      \"qualification_level\": \"Certificate III\",\n      \"program_name\": \"Captive Animals\",\n      \"version\": \"STARTING 2022 GERO\",\n      \"training_org\": \"Wandejup Training\",\n      \"dates\": {\n        \"start_date\": \"2020-09-07\",\n        \"end_date\": \"2022-11-27\"\n      },\n      \"location\": {\n        \"location_name\": \"Geraldton Training Centre\",\n        \"location_address\": \"123 Fake Street\",\n        \"location_town\": \"Geraldton\",\n        \"location_pcode\": \"6030\",\n        \"location_state\": \"WA\",\n        \"trainers\": \"X\"\n      },\n      \"numbers\": {\n        \"min_seats\": 5484,\n        \"max_seats\": 50,\n        \"enrolments\": 55\n      },\n      \"avetmiss\": {\n        \"avetmiss_report\": true,\n        \"avetmiss_format\": \"VIC\"\n      },\n      \"rapt\": {\n        \"rapt_report\": true\n      },\n      \"web\": {\n        \"web_enabled\": false,\n        \"web_course_name\": \"Certificate III in Captive Animals **\",\n        \"web_notes\": \"12 week training Program\\\\rThe Vet, the Zoo, the animals and you\",\n        \"web_visible_to_public\": false,\n        \"web_visible_from\": \"2016-04-15\",\n        \"web_visible_to\": \"1975-07-26\",\n        \"web_enrol_fee\": \"1.00\",\n        \"web_course_fee\": \"5.00\",\n        \"web_discount_code\": \"EXAMPLE\",\n        \"web_discounted_val\": \"2.00\",\n        \"web_enrol_link\": \"https://web.powerprorto.com.au/\",\n        \"web_group_enrol_link\": \"https://web.powerprorto.com.au/\"\n      },\n      \"lms_course_export\": false,\n      \"lms_course_code\": \"XYZ123\"\n    },\n    {\n      \"id\": 14,\n      \"master_course\": true,\n      \"accredited\": false,\n      \"active\": true,\n      \"national_code\": \"ACM30317\",\n      \"qualification_level\": \"Certificate III\",\n      \"program_name\": \"Captive Animals\",\n      \"version\": \"STARTING 2022 GERO\",\n      \"training_org\": \"Wandejup Training\",\n      \"dates\": {\n        \"start_date\": \"2020-09-07\",\n        \"end_date\": \"2022-11-27\"\n      },\n      \"location\": {\n        \"location_name\": \"Geraldton Training Centre\",\n        \"location_address\": \"123 Fake Street\",\n        \"location_town\": \"Geraldton\",\n        \"location_pcode\": \"6030\",\n        \"location_state\": \"WA\",\n        \"trainers\": \"X\"\n      },\n      \"numbers\": {\n        \"min_seats\": 7875,\n        \"max_seats\": 50,\n        \"enrolments\": 55\n      },\n      \"avetmiss\": {\n        \"avetmiss_report\": false,\n        \"avetmiss_format\": \"VIC\"\n      },\n      \"rapt\": {\n        \"rapt_report\": true\n      },\n      \"web\": {\n        \"web_enabled\": true,\n        \"web_course_name\": \"Certificate III in Captive Animals **\",\n        \"web_notes\": \"12 week training Program\\\\rThe Vet, the Zoo, the animals and you\",\n        \"web_visible_to_public\": true,\n        \"web_visible_from\": \"1953-07-25\",\n        \"web_visible_to\": \"1975-07-26\",\n        \"web_enrol_fee\": \"1.00\",\n        \"web_course_fee\": \"5.00\",\n        \"web_discount_code\": \"EXAMPLE\",\n        \"web_discounted_val\": \"2.00\",\n        \"web_enrol_link\": \"https://web.powerprorto.com.au/\",\n        \"web_group_enrol_link\": \"https://web.powerprorto.com.au/\"\n      },\n      \"lms_course_export\": true,\n      \"lms_course_code\": \"XYZ123\"\n    }\n  ],\n  \"pages\": 573\n}"},{"id":"7d9a1763-577e-4c10-a381-1d2eba9278cb","name":"Unsuccessful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.powerprorto.com.au/courses"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Keep-Alive","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"string"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"error\": \"string\"\n  },\n  {\n    \"error\": \"string\"\n  }\n]"}],"_postman_id":"98b5676b-07e1-40b0-bedc-1cba13d2417f"}],"id":"479d688e-360f-46a1-88da-32c0cb5311ef","_postman_id":"479d688e-360f-46a1-88da-32c0cb5311ef","description":""},{"name":"custom","item":[{"name":"Fetch Custom","id":"14625d82-dd31-4387-a2f0-53c4477ef2b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.powerprorto.com.au/custom","description":"<p>Fetch custom data based on a purchased custom endpoint</p>\n","urlObject":{"path":["custom"],"host":["https://api.powerprorto.com.au"],"query":[],"variable":[]}},"response":[{"id":"c0edd08b-2750-4a37-bc7f-66b23f09778e","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.powerprorto.com.au/custom"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Keep-Alive","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"string"}],"cookie":[],"responseTime":null,"body":"{\n  \"request_id\": \"9e34e0ff-9caa-40ff-a301-6bc899c0d85a\",\n  \"data\": [\n    \"\",\n    \"\"\n  ],\n  \"pages\": 573\n}"},{"id":"cf9352dc-b1b6-4390-9367-abc3e8f1f093","name":"Unsuccessful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.powerprorto.com.au/custom"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Keep-Alive","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"string"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"error\": \"string\"\n  },\n  {\n    \"error\": \"string\"\n  }\n]"}],"_postman_id":"14625d82-dd31-4387-a2f0-53c4477ef2b5"},{"name":"Update custom","id":"01e5340b-aec0-4c86-9980-c71342f38865","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.powerprorto.com.au/custom","description":"<p>Update custom data based on a purchased custom endpoint</p>\n","urlObject":{"path":["custom"],"host":["https://api.powerprorto.com.au"],"query":[],"variable":[]}},"response":[{"id":"352c45f9-b2a7-4e40-bcbb-121cfd9a9196","name":"Successful response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.powerprorto.com.au/custom"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"c9c46f0d-28ff-43df-b74e-ec620ba9adf3","name":"Unsuccessful response","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.powerprorto.com.au/custom"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Keep-Alive","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"string"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"error\": \"string\"\n  },\n  {\n    \"error\": \"string\"\n  }\n]"}],"_postman_id":"01e5340b-aec0-4c86-9980-c71342f38865"},{"name":"Custom Create","id":"b91ab604-9f73-487c-879d-65c380f28476","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.powerprorto.com.au/custom","description":"<p>Insert custom data based on a purchased custom endpoint</p>\n","urlObject":{"path":["custom"],"host":["https://api.powerprorto.com.au"],"query":[],"variable":[]}},"response":[{"id":"c91bd4e5-d768-48d5-aea2-ac26becf23a9","name":"Successful response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.powerprorto.com.au/custom"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"1aee5e80-9b31-43ba-bfd0-ab2be62199b0","name":"Unsuccessful response","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.powerprorto.com.au/custom"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Keep-Alive","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"string"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"error\": \"string\"\n  },\n  {\n    \"error\": \"string\"\n  }\n]"}],"_postman_id":"b91ab604-9f73-487c-879d-65c380f28476"}],"id":"0a6aa8e9-cea1-4c06-a844-8bb6a5995a3c","_postman_id":"0a6aa8e9-cea1-4c06-a844-8bb6a5995a3c","description":""},{"name":"enrolments","item":[{"name":"{enrolment_id}","item":[{"name":"units","item":[{"name":"{unit_code}","item":[{"name":"Unit result by Enrolment ID","id":"75aff075-49cf-461e-9039-c2d7cdf1f1ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.powerprorto.com.au/enrolments/:enrolment_id/units/:unit_code","description":"<p>Fetch data on an enrolments specific unit using the enrolments ID and the Unit Code</p>\n","urlObject":{"path":["enrolments",":enrolment_id","units",":unit_code"],"host":["https://api.powerprorto.com.au"],"query":[],"variable":[{"id":"5b80eff3-0343-4a58-8cb0-615c51ebf360","description":{"content":"<p>The ID of the enrolment to search</p>\n","type":"text/plain"},"type":"any","value":"1634","key":"enrolment_id"},{"id":"d9656df6-f271-4983-bf96-8cc6ac7efbcf","description":{"content":"<p>The unit code of the enrolment for which to check the result</p>\n","type":"text/plain"},"type":"any","value":"string","key":"unit_code"}]}},"response":[{"id":"715d215e-e676-4305-b753-0ad4f0b96f5c","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.powerprorto.com.au/enrolments/:enrolment_id/units/:unit_code","host":["https://api.powerprorto.com.au"],"path":["enrolments",":enrolment_id","units",":unit_code"],"variable":[{"key":"enrolment_id","value":"1634","description":"The ID of the enrolment to search"},{"key":"unit_code","value":"string","description":"The unit code of the enrolment for which to check the result"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Keep-Alive","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"string"}],"cookie":[],"responseTime":null,"body":"{\n  \"request_id\": \"9e34e0ff-9caa-40ff-a301-6bc899c0d85a\",\n  \"data\": [\n    {\n      \"request_id\": \"9dc21dc0-2cae-469b-b235-0c6809bb9c49\",\n      \"data\": [\n        {\n          \"unit_code\": \"ACMCAN311\",\n          \"unit_name\": \"Care for young animals\",\n          \"unit_hours\": 40,\n          \"unit_active\": false,\n          \"start_date\": \"2022-02-10\",\n          \"end_date\": null,\n          \"outcome_code\": null,\n          \"outcome_description\": null,\n          \"hours_attended\": 40,\n          \"unit_enrolment_mandatory\": true,\n          \"training_plan_start\": \"2022-02-10\",\n          \"training_plan_end\": \"2022-02-10\",\n          \"training_plan_trainer\": \"string\",\n          \"training_plan_assessment_mode\": \"string\",\n          \"pre_requisites_missing\": \"string\",\n          \"location_name\": \"Murchison house\",\n          \"location_address\": \"42 Sandford Street\",\n          \"location_town\": \"Geraldton\",\n          \"location_pcode\": \"6030\",\n          \"location_state\": \"WA\",\n          \"avetmiss_reportable\": true,\n          \"avetmiss_tuition_fee\": \"0.00\",\n          \"rapt_outcome\": \"string\",\n          \"rapt_course_fee\": \"0.00\",\n          \"rapt_resource_fee\": \"0.00\",\n          \"rapt_rpl_fee\": \"string\",\n          \"rapt_icll\": \"string\",\n          \"rapt_census_date\": \"1959-04-26\",\n          \"rapt_cps\": \"string\",\n          \"rapt_fee_exemption\": \"Z\",\n          \"rapt_unit_hours\": 40,\n          \"flags\": \"string\",\n          \"short_comment\": \"string\",\n          \"last_modified_by\": \"string\",\n          \"last_modified_on\": \"2010-09-22T06:16:57.789Z\",\n          \"course\": {\n            \"id\": \"string\",\n            \"accredited\": true,\n            \"active\": false\n          },\n          \"dates\": {\n            \"enrolment\": \"2012-03-01\",\n            \"completion\": \"1976-12-04\",\n            \"withdrawn\": \"2005-12-08\",\n            \"expected_start\": \"2002-05-11\",\n            \"expected_end\": \"1996-07-06\",\n            \"sent_to_elearning\": \"1983-04-20\",\n            \"completion_doc_issued\": \"1947-08-26\"\n          },\n          \"avetmiss\": {\n            \"report\": true,\n            \"fund_src_national\": \"1946-04-21\",\n            \"fund_src_state\": \"1983-04-20\",\n            \"fee_exemption_code\": \"1964-10-19\",\n            \"training_contract\": \"2021-09-22\",\n            \"client_id_apprent\": \"1952-05-20\",\n            \"purchasing_contract\": \"1978-12-12\",\n            \"purchasing_schedule\": \"1964-01-26\",\n            \"vet_in_school\": false\n          },\n          \"rapt\": {\n            \"report\": \"string\",\n            \"cps_id\": false\n          },\n          \"subjects\": {\n            \"enrolled\": \"string\",\n            \"completed\": true\n          },\n          \"my_fields\": {\n            \"1\": \"string\",\n            \"2\": \"string\",\n            \"3\": \"string\",\n            \"4\": \"string\",\n            \"5\": \"string\",\n            \"6\": \"string\",\n            \"7\": \"string\",\n            \"8\": \"string\",\n            \"9\": \"string\",\n            \"10\": \"string\"\n          }\n        },\n        {\n          \"unit_code\": \"ACMCAN311\",\n          \"unit_name\": \"Care for young animals\",\n          \"unit_hours\": 40,\n          \"unit_active\": false,\n          \"start_date\": \"2022-02-10\",\n          \"end_date\": null,\n          \"outcome_code\": null,\n          \"outcome_description\": null,\n          \"hours_attended\": 40,\n          \"unit_enrolment_mandatory\": true,\n          \"training_plan_start\": \"2022-02-10\",\n          \"training_plan_end\": \"2022-02-10\",\n          \"training_plan_trainer\": \"string\",\n          \"training_plan_assessment_mode\": \"string\",\n          \"pre_requisites_missing\": \"string\",\n          \"location_name\": \"Murchison house\",\n          \"location_address\": \"42 Sandford Street\",\n          \"location_town\": \"Geraldton\",\n          \"location_pcode\": \"6030\",\n          \"location_state\": \"WA\",\n          \"avetmiss_reportable\": true,\n          \"avetmiss_tuition_fee\": \"0.00\",\n          \"rapt_outcome\": \"string\",\n          \"rapt_course_fee\": \"0.00\",\n          \"rapt_resource_fee\": \"0.00\",\n          \"rapt_rpl_fee\": \"string\",\n          \"rapt_icll\": \"string\",\n          \"rapt_census_date\": \"1969-10-25\",\n          \"rapt_cps\": \"string\",\n          \"rapt_fee_exemption\": \"Z\",\n          \"rapt_unit_hours\": 40,\n          \"flags\": \"string\",\n          \"short_comment\": \"string\",\n          \"last_modified_by\": \"string\",\n          \"last_modified_on\": \"1951-10-08T02:09:15.305Z\",\n          \"course\": {\n            \"id\": \"string\",\n            \"accredited\": false,\n            \"active\": true\n          },\n          \"dates\": {\n            \"enrolment\": \"1954-08-14\",\n            \"completion\": \"1997-08-04\",\n            \"withdrawn\": \"2003-10-09\",\n            \"expected_start\": \"1953-11-01\",\n            \"expected_end\": \"1955-01-13\",\n            \"sent_to_elearning\": \"2021-09-03\",\n            \"completion_doc_issued\": \"2001-09-06\"\n          },\n          \"avetmiss\": {\n            \"report\": true,\n            \"fund_src_national\": \"2012-06-20\",\n            \"fund_src_state\": \"2016-08-23\",\n            \"fee_exemption_code\": \"2020-03-06\",\n            \"training_contract\": \"1986-09-07\",\n            \"client_id_apprent\": \"1958-09-04\",\n            \"purchasing_contract\": \"2019-11-24\",\n            \"purchasing_schedule\": \"1995-07-16\",\n            \"vet_in_school\": false\n          },\n          \"rapt\": {\n            \"report\": \"string\",\n            \"cps_id\": true\n          },\n          \"subjects\": {\n            \"enrolled\": \"string\",\n            \"completed\": true\n          },\n          \"my_fields\": {\n            \"1\": \"string\",\n            \"2\": \"string\",\n            \"3\": \"string\",\n            \"4\": \"string\",\n            \"5\": \"string\",\n            \"6\": \"string\",\n            \"7\": \"string\",\n            \"8\": \"string\",\n            \"9\": \"string\",\n            \"10\": \"string\"\n          }\n        }\n      ]\n    },\n    {\n      \"request_id\": \"9dc21dc0-2cae-469b-b235-0c6809bb9c49\",\n      \"data\": [\n        {\n          \"unit_code\": \"ACMCAN311\",\n          \"unit_name\": \"Care for young animals\",\n          \"unit_hours\": 40,\n          \"unit_active\": false,\n          \"start_date\": \"2022-02-10\",\n          \"end_date\": null,\n          \"outcome_code\": null,\n          \"outcome_description\": null,\n          \"hours_attended\": 40,\n          \"unit_enrolment_mandatory\": true,\n          \"training_plan_start\": \"2022-02-10\",\n          \"training_plan_end\": \"2022-02-10\",\n          \"training_plan_trainer\": \"string\",\n          \"training_plan_assessment_mode\": \"string\",\n          \"pre_requisites_missing\": \"string\",\n          \"location_name\": \"Murchison house\",\n          \"location_address\": \"42 Sandford Street\",\n          \"location_town\": \"Geraldton\",\n          \"location_pcode\": \"6030\",\n          \"location_state\": \"WA\",\n          \"avetmiss_reportable\": true,\n          \"avetmiss_tuition_fee\": \"0.00\",\n          \"rapt_outcome\": \"string\",\n          \"rapt_course_fee\": \"0.00\",\n          \"rapt_resource_fee\": \"0.00\",\n          \"rapt_rpl_fee\": \"string\",\n          \"rapt_icll\": \"string\",\n          \"rapt_census_date\": \"1965-08-19\",\n          \"rapt_cps\": \"string\",\n          \"rapt_fee_exemption\": \"Z\",\n          \"rapt_unit_hours\": 40,\n          \"flags\": \"string\",\n          \"short_comment\": \"string\",\n          \"last_modified_by\": \"string\",\n          \"last_modified_on\": \"1995-02-28T05:42:31.278Z\",\n          \"course\": {\n            \"id\": \"string\",\n            \"accredited\": true,\n            \"active\": true\n          },\n          \"dates\": {\n            \"enrolment\": \"2018-07-13\",\n            \"completion\": \"1950-05-09\",\n            \"withdrawn\": \"1986-07-01\",\n            \"expected_start\": \"1961-10-09\",\n            \"expected_end\": \"2003-02-04\",\n            \"sent_to_elearning\": \"1957-01-15\",\n            \"completion_doc_issued\": \"1956-04-02\"\n          },\n          \"avetmiss\": {\n            \"report\": true,\n            \"fund_src_national\": \"2005-09-27\",\n            \"fund_src_state\": \"1949-02-13\",\n            \"fee_exemption_code\": \"2022-03-20\",\n            \"training_contract\": \"1987-12-08\",\n            \"client_id_apprent\": \"1976-11-12\",\n            \"purchasing_contract\": \"1978-09-10\",\n            \"purchasing_schedule\": \"2006-07-16\",\n            \"vet_in_school\": true\n          },\n          \"rapt\": {\n            \"report\": \"string\",\n            \"cps_id\": false\n          },\n          \"subjects\": {\n            \"enrolled\": \"string\",\n            \"completed\": true\n          },\n          \"my_fields\": {\n            \"1\": \"string\",\n            \"2\": \"string\",\n            \"3\": \"string\",\n            \"4\": \"string\",\n            \"5\": \"string\",\n            \"6\": \"string\",\n            \"7\": \"string\",\n            \"8\": \"string\",\n            \"9\": \"string\",\n            \"10\": \"string\"\n          }\n        },\n        {\n          \"unit_code\": \"ACMCAN311\",\n          \"unit_name\": \"Care for young animals\",\n          \"unit_hours\": 40,\n          \"unit_active\": false,\n          \"start_date\": \"2022-02-10\",\n          \"end_date\": null,\n          \"outcome_code\": null,\n          \"outcome_description\": null,\n          \"hours_attended\": 40,\n          \"unit_enrolment_mandatory\": true,\n          \"training_plan_start\": \"2022-02-10\",\n          \"training_plan_end\": \"2022-02-10\",\n          \"training_plan_trainer\": \"string\",\n          \"training_plan_assessment_mode\": \"string\",\n          \"pre_requisites_missing\": \"string\",\n          \"location_name\": \"Murchison house\",\n          \"location_address\": \"42 Sandford Street\",\n          \"location_town\": \"Geraldton\",\n          \"location_pcode\": \"6030\",\n          \"location_state\": \"WA\",\n          \"avetmiss_reportable\": true,\n          \"avetmiss_tuition_fee\": \"0.00\",\n          \"rapt_outcome\": \"string\",\n          \"rapt_course_fee\": \"0.00\",\n          \"rapt_resource_fee\": \"0.00\",\n          \"rapt_rpl_fee\": \"string\",\n          \"rapt_icll\": \"string\",\n          \"rapt_census_date\": \"1975-08-25\",\n          \"rapt_cps\": \"string\",\n          \"rapt_fee_exemption\": \"Z\",\n          \"rapt_unit_hours\": 40,\n          \"flags\": \"string\",\n          \"short_comment\": \"string\",\n          \"last_modified_by\": \"string\",\n          \"last_modified_on\": \"1978-08-25T19:57:06.226Z\",\n          \"course\": {\n            \"id\": \"string\",\n            \"accredited\": true,\n            \"active\": true\n          },\n          \"dates\": {\n            \"enrolment\": \"1970-03-17\",\n            \"completion\": \"2010-06-12\",\n            \"withdrawn\": \"1970-06-30\",\n            \"expected_start\": \"1964-08-20\",\n            \"expected_end\": \"2008-09-29\",\n            \"sent_to_elearning\": \"1947-01-06\",\n            \"completion_doc_issued\": \"1990-07-26\"\n          },\n          \"avetmiss\": {\n            \"report\": true,\n            \"fund_src_national\": \"2001-09-10\",\n            \"fund_src_state\": \"1996-06-17\",\n            \"fee_exemption_code\": \"2013-08-15\",\n            \"training_contract\": \"1974-09-24\",\n            \"client_id_apprent\": \"1956-04-12\",\n            \"purchasing_contract\": \"1982-06-17\",\n            \"purchasing_schedule\": \"1985-10-04\",\n            \"vet_in_school\": false\n          },\n          \"rapt\": {\n            \"report\": \"string\",\n            \"cps_id\": true\n          },\n          \"subjects\": {\n            \"enrolled\": \"string\",\n            \"completed\": true\n          },\n          \"my_fields\": {\n            \"1\": \"string\",\n            \"2\": \"string\",\n            \"3\": \"string\",\n            \"4\": \"string\",\n            \"5\": \"string\",\n            \"6\": \"string\",\n            \"7\": \"string\",\n            \"8\": \"string\",\n            \"9\": \"string\",\n            \"10\": \"string\"\n          }\n        }\n      ]\n    }\n  ],\n  \"pages\": 573\n}"},{"id":"2a0c2018-b86f-4848-8763-4ef3f0a0a853","name":"Unsuccessful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.powerprorto.com.au/enrolments/:enrolment_id/units/:unit_code","host":["https://api.powerprorto.com.au"],"path":["enrolments",":enrolment_id","units",":unit_code"],"variable":[{"key":"enrolment_id","value":"1634","description":"The ID of the enrolment to search"},{"key":"unit_code","value":"string","description":"The unit code of the enrolment for which to check the result"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Keep-Alive","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"string"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"error\": \"string\"\n  },\n  {\n    \"error\": \"string\"\n  }\n]"}],"_postman_id":"75aff075-49cf-461e-9039-c2d7cdf1f1ad"},{"name":"Result Enrolment Unit","id":"5f7d0450-03ad-4f35-8df7-651dff6f99e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"start_date","value":"2022-02-10"},{"key":"end_date","value":"2022-02-10"},{"key":"result","value":"CO"},{"key":"training_plan_start","value":"2022-02-10"},{"key":"training_plan_end","value":"2022-02-10"},{"key":"short_note","value":"string"}]},"url":"https://api.powerprorto.com.au/enrolments/:enrolment_id/units/:unit_code","description":"<p>Update result data on an enrolments specific unit using the enrolments ID and the Unit Code</p>\n","urlObject":{"path":["enrolments",":enrolment_id","units",":unit_code"],"host":["https://api.powerprorto.com.au"],"query":[],"variable":[{"id":"c9bc34b3-170e-43ab-834d-0720f7d3a2c3","description":{"content":"<p>The ID of the enrolment to search</p>\n","type":"text/plain"},"type":"any","value":"1634","key":"enrolment_id"},{"id":"900ab056-f746-4950-85e1-e77b6d81f8bf","description":{"content":"<p>The unit code of the enrolment for which to update the result</p>\n","type":"text/plain"},"type":"any","value":"string","key":"unit_code"}]}},"response":[{"id":"5cf11031-de92-43a0-9d67-dd4baf57d983","name":"Successful response","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"start_date","value":"2022-02-10"},{"key":"end_date","value":"2022-02-10"},{"key":"result","value":"CO"},{"key":"training_plan_start","value":"2022-02-10"},{"key":"training_plan_end","value":"2022-02-10"},{"key":"short_note","value":"string"}]},"url":{"raw":"https://api.powerprorto.com.au/enrolments/:enrolment_id/units/:unit_code","host":["https://api.powerprorto.com.au"],"path":["enrolments",":enrolment_id","units",":unit_code"],"variable":[{"key":"enrolment_id","value":"1634","description":"The ID of the enrolment to search"},{"key":"unit_code","value":"string","description":"The unit code of the enrolment for which to update the result"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Keep-Alive","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"string"}],"cookie":[],"responseTime":null,"body":"{\n  \"request_id\": \"9e34e0ff-9caa-40ff-a301-6bc899c0d85a\",\n  \"data\": [\n    {\n      \"enrolment_id\": 1234,\n      \"info\": \"Unit Enrolment Updated\"\n    },\n    {\n      \"enrolment_id\": 1234,\n      \"info\": \"Unit Enrolment Updated\"\n    }\n  ]\n}"},{"id":"28fc8f75-3991-41ad-9dfd-d3dfdd9f6719","name":"Unsuccessful response","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"start_date","value":"2022-02-10"},{"key":"end_date","value":"2022-02-10"},{"key":"result","value":"CO"},{"key":"training_plan_start","value":"2022-02-10"},{"key":"training_plan_end","value":"2022-02-10"},{"key":"short_note","value":"string"}]},"url":{"raw":"https://api.powerprorto.com.au/enrolments/:enrolment_id/units/:unit_code","host":["https://api.powerprorto.com.au"],"path":["enrolments",":enrolment_id","units",":unit_code"],"variable":[{"key":"enrolment_id","value":"1634","description":"The ID of the enrolment to search"},{"key":"unit_code","value":"string","description":"The unit code of the enrolment for which to update the result"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Keep-Alive","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"string"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"error\": \"string\"\n  },\n  {\n    \"error\": \"string\"\n  }\n]"}],"_postman_id":"5f7d0450-03ad-4f35-8df7-651dff6f99e6"}],"id":"87501673-014c-4b81-904b-8957ee45fed5","_postman_id":"87501673-014c-4b81-904b-8957ee45fed5","description":""},{"name":"Results by Enrolment ID","id":"5f32f092-44e4-4067-becc-ffefa7033ca8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.powerprorto.com.au/enrolments/:enrolment_id/units","description":"<p>Fetch results from all units attached to an enrolment using the enrolments ID</p>\n","urlObject":{"path":["enrolments",":enrolment_id","units"],"host":["https://api.powerprorto.com.au"],"query":[],"variable":[{"id":"f49a23a0-671e-4d75-ae8c-7b3b3287f32b","description":{"content":"<p>The ID of the enrolment to fetch results for</p>\n","type":"text/plain"},"type":"any","value":"1634","key":"enrolment_id"}]}},"response":[{"id":"45cb15ff-2872-446c-b788-31c3e147c9d7","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.powerprorto.com.au/enrolments/:enrolment_id/units","host":["https://api.powerprorto.com.au"],"path":["enrolments",":enrolment_id","units"],"variable":[{"key":"enrolment_id","value":"1634","description":"The ID of the enrolment to fetch results for"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Keep-Alive","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"string"}],"cookie":[],"responseTime":null,"body":"{\n  \"request_id\": \"9e34e0ff-9caa-40ff-a301-6bc899c0d85a\",\n  \"data\": [\n    {\n      \"request_id\": \"9dc21dc0-2cae-469b-b235-0c6809bb9c49\",\n      \"data\": [\n        {\n          \"enrolment_id\": 8000,\n          \"client_id\": 2025000001,\n          \"enrolment_type\": \"Manual enrolment\",\n          \"booking_status\": \"Confirmed\",\n          \"completion_status\": \"Completed\",\n          \"lln_assistence_required\": false,\n          \"cc_email_addres\": \"afqisFUgW73@b.sya\",\n          \"referral\": \"string\",\n          \"usi_status\": \"Verified\",\n          \"course\": {\n            \"id\": \"string\",\n            \"accredited\": false,\n            \"active\": false\n          },\n          \"dates\": {\n            \"enrolment\": \"1959-10-14\",\n            \"completion\": \"1990-03-14\",\n            \"withdrawn\": \"2004-05-16\",\n            \"expected_start\": \"1998-05-22\",\n            \"expected_end\": \"2010-10-27\",\n            \"sent_to_elearning\": \"1946-12-05\",\n            \"completion_doc_issued\": \"1993-09-20\"\n          },\n          \"avetmiss\": {\n            \"report\": false,\n            \"fund_src_national\": \"2000-01-07\",\n            \"fund_src_state\": \"1967-02-26\",\n            \"fee_exemption_code\": \"1988-02-28\",\n            \"training_contract\": \"1978-02-03\",\n            \"client_id_apprent\": \"1957-10-20\",\n            \"purchasing_contract\": \"1974-07-22\",\n            \"purchasing_schedule\": \"1999-02-09\",\n            \"vet_in_school\": true\n          },\n          \"rapt\": {\n            \"report\": \"string\",\n            \"cps_id\": true\n          },\n          \"subjects\": {\n            \"enrolled\": \"string\",\n            \"completed\": \"string\"\n          },\n          \"my_fields\": {\n            \"1\": \"string\",\n            \"2\": \"string\",\n            \"3\": \"string\",\n            \"4\": \"string\",\n            \"5\": \"string\",\n            \"6\": \"string\",\n            \"7\": \"string\",\n            \"8\": \"string\",\n            \"9\": \"string\",\n            \"10\": \"string\"\n          }\n        },\n        {\n          \"enrolment_id\": 8000,\n          \"client_id\": 2025000001,\n          \"enrolment_type\": \"Manual enrolment\",\n          \"booking_status\": \"Confirmed\",\n          \"completion_status\": \"Completed\",\n          \"lln_assistence_required\": true,\n          \"cc_email_addres\": \"j0hSvk@xRuAhIJphpIBFArGksqTfi.in\",\n          \"referral\": \"string\",\n          \"usi_status\": \"Verified\",\n          \"course\": {\n            \"id\": \"string\",\n            \"accredited\": false,\n            \"active\": false\n          },\n          \"dates\": {\n            \"enrolment\": \"1963-07-18\",\n            \"completion\": \"1984-07-26\",\n            \"withdrawn\": \"1975-03-11\",\n            \"expected_start\": \"1975-10-20\",\n            \"expected_end\": \"1946-11-01\",\n            \"sent_to_elearning\": \"2021-02-24\",\n            \"completion_doc_issued\": \"2001-10-17\"\n          },\n          \"avetmiss\": {\n            \"report\": true,\n            \"fund_src_national\": \"2000-08-01\",\n            \"fund_src_state\": \"2016-08-04\",\n            \"fee_exemption_code\": \"2016-06-20\",\n            \"training_contract\": \"1961-11-22\",\n            \"client_id_apprent\": \"2007-12-26\",\n            \"purchasing_contract\": \"1981-08-20\",\n            \"purchasing_schedule\": \"1984-12-24\",\n            \"vet_in_school\": false\n          },\n          \"rapt\": {\n            \"report\": \"string\",\n            \"cps_id\": true\n          },\n          \"subjects\": {\n            \"enrolled\": \"string\",\n            \"completed\": \"string\"\n          },\n          \"my_fields\": {\n            \"1\": \"string\",\n            \"2\": \"string\",\n            \"3\": \"string\",\n            \"4\": \"string\",\n            \"5\": \"string\",\n            \"6\": \"string\",\n            \"7\": \"string\",\n            \"8\": \"string\",\n            \"9\": \"string\",\n            \"10\": \"string\"\n          }\n        }\n      ]\n    },\n    {\n      \"request_id\": \"9dc21dc0-2cae-469b-b235-0c6809bb9c49\",\n      \"data\": [\n        {\n          \"enrolment_id\": 8000,\n          \"client_id\": 2025000001,\n          \"enrolment_type\": \"Manual enrolment\",\n          \"booking_status\": \"Confirmed\",\n          \"completion_status\": \"Completed\",\n          \"lln_assistence_required\": true,\n          \"cc_email_addres\": \"lEA7S7A6@fwwWfEMlVnZMZwQuUfuLPbmckLX.icv\",\n          \"referral\": \"string\",\n          \"usi_status\": \"Verified\",\n          \"course\": {\n            \"id\": \"string\",\n            \"accredited\": false,\n            \"active\": false\n          },\n          \"dates\": {\n            \"enrolment\": \"1991-08-23\",\n            \"completion\": \"1997-01-26\",\n            \"withdrawn\": \"1980-11-13\",\n            \"expected_start\": \"1996-12-07\",\n            \"expected_end\": \"2000-03-04\",\n            \"sent_to_elearning\": \"2019-12-30\",\n            \"completion_doc_issued\": \"1962-08-01\"\n          },\n          \"avetmiss\": {\n            \"report\": true,\n            \"fund_src_national\": \"2000-07-12\",\n            \"fund_src_state\": \"1992-08-20\",\n            \"fee_exemption_code\": \"1962-03-25\",\n            \"training_contract\": \"1954-04-28\",\n            \"client_id_apprent\": \"2009-08-17\",\n            \"purchasing_contract\": \"2021-07-22\",\n            \"purchasing_schedule\": \"1960-05-01\",\n            \"vet_in_school\": false\n          },\n          \"rapt\": {\n            \"report\": \"string\",\n            \"cps_id\": true\n          },\n          \"subjects\": {\n            \"enrolled\": \"string\",\n            \"completed\": \"string\"\n          },\n          \"my_fields\": {\n            \"1\": \"string\",\n            \"2\": \"string\",\n            \"3\": \"string\",\n            \"4\": \"string\",\n            \"5\": \"string\",\n            \"6\": \"string\",\n            \"7\": \"string\",\n            \"8\": \"string\",\n            \"9\": \"string\",\n            \"10\": \"string\"\n          }\n        },\n        {\n          \"enrolment_id\": 8000,\n          \"client_id\": 2025000001,\n          \"enrolment_type\": \"Manual enrolment\",\n          \"booking_status\": \"Confirmed\",\n          \"completion_status\": \"Completed\",\n          \"lln_assistence_required\": true,\n          \"cc_email_addres\": \"cKtSstP@KBVbearELHhl.rnmc\",\n          \"referral\": \"string\",\n          \"usi_status\": \"Verified\",\n          \"course\": {\n            \"id\": \"string\",\n            \"accredited\": false,\n            \"active\": true\n          },\n          \"dates\": {\n            \"enrolment\": \"1980-12-22\",\n            \"completion\": \"1974-10-31\",\n            \"withdrawn\": \"1990-06-02\",\n            \"expected_start\": \"1971-10-18\",\n            \"expected_end\": \"1964-10-04\",\n            \"sent_to_elearning\": \"1999-10-28\",\n            \"completion_doc_issued\": \"1957-12-25\"\n          },\n          \"avetmiss\": {\n            \"report\": false,\n            \"fund_src_national\": \"1985-08-16\",\n            \"fund_src_state\": \"1971-01-15\",\n            \"fee_exemption_code\": \"1968-10-16\",\n            \"training_contract\": \"2019-09-03\",\n            \"client_id_apprent\": \"1982-10-20\",\n            \"purchasing_contract\": \"1959-08-24\",\n            \"purchasing_schedule\": \"1980-06-26\",\n            \"vet_in_school\": false\n          },\n          \"rapt\": {\n            \"report\": \"string\",\n            \"cps_id\": true\n          },\n          \"subjects\": {\n            \"enrolled\": \"string\",\n            \"completed\": \"string\"\n          },\n          \"my_fields\": {\n            \"1\": \"string\",\n            \"2\": \"string\",\n            \"3\": \"string\",\n            \"4\": \"string\",\n            \"5\": \"string\",\n            \"6\": \"string\",\n            \"7\": \"string\",\n            \"8\": \"string\",\n            \"9\": \"string\",\n            \"10\": \"string\"\n          }\n        }\n      ]\n    }\n  ],\n  \"pages\": 573\n}"},{"id":"efa1c77d-28cf-4c8b-8e3e-16331a503d90","name":"Unsuccessful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.powerprorto.com.au/enrolments/:enrolment_id/units","host":["https://api.powerprorto.com.au"],"path":["enrolments",":enrolment_id","units"],"variable":[{"key":"enrolment_id","value":"1634","description":"The ID of the enrolment to fetch results for"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Keep-Alive","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"string"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"error\": \"string\"\n  },\n  {\n    \"error\": \"string\"\n  }\n]"}],"_postman_id":"5f32f092-44e4-4067-becc-ffefa7033ca8"}],"id":"c2480303-e8ee-450f-a415-b4f58d736e35","_postman_id":"c2480303-e8ee-450f-a415-b4f58d736e35","description":""},{"name":"contact_logs","item":[{"name":"Contact Log by enrolment ID","id":"5887c44f-be05-41b0-be6d-53a1cda2f90e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>String(10) : Nullable</p>\n","key":"contact_date","value":"1990-01-01"},{"description":"<p>String(30000) : REQUIRED</p>\n","key":"contact_text","value":"string"},{"description":"<p>String(32) : Nullable</p>\n","key":"contact_username","value":"string"},{"description":"<p>String(150) : REQUIRED</p>\n","key":"contact_type","value":"string"},{"description":"<p>Boolean : Nullable</p>\n","key":"contact_open","value":"false"},{"description":"<p>String(180) : Nullable</p>\n","key":"user_notes","value":"string"},{"description":"<p>String(10) : Nullable</p>\n","key":"contact_follow_up","value":"1955-11-23"},{"description":"<p>String(60) : Nullable</p>\n","key":"follow_up_assigned_to","value":"string"}]},"url":"https://api.powerprorto.com.au/enrolments/:enrolment_id/contact_logs","description":"<p>Create a contact log to be inserted onto an existing enrolment using its ID</p>\n","urlObject":{"path":["enrolments",":enrolment_id","contact_logs"],"host":["https://api.powerprorto.com.au"],"query":[],"variable":[{"id":"193ea017-4be7-4d62-912f-373f420bdb75","description":{"content":"<p>The ID of the enrolment to attach the contact log to</p>\n","type":"text/plain"},"type":"any","value":"1634","key":"enrolment_id"}]}},"response":[{"id":"e6879284-f79c-486f-ba86-593982943eb2","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"String(10) : Nullable","key":"contact_date","value":"1990-01-01"},{"description":"String(30000) : REQUIRED","key":"contact_text","value":"string"},{"description":"String(32) : Nullable","key":"contact_username","value":"string"},{"description":"String(150) : REQUIRED","key":"contact_type","value":"string"},{"description":"Boolean : Nullable","key":"contact_open","value":"false"},{"description":"String(180) : Nullable","key":"user_notes","value":"string"},{"description":"String(10) : Nullable","key":"contact_follow_up","value":"1955-11-23"},{"description":"String(60) : Nullable","key":"follow_up_assigned_to","value":"string"}]},"url":{"raw":"https://api.powerprorto.com.au/enrolments/:enrolment_id/contact_logs","host":["https://api.powerprorto.com.au"],"path":["enrolments",":enrolment_id","contact_logs"],"variable":[{"key":"enrolment_id","value":"1634","description":"The ID of the enrolment to attach the contact log to"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Keep-Alive","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"string"}],"cookie":[],"responseTime":null,"body":"{\n  \"request_id\": \"9e34e0ff-9caa-40ff-a301-6bc899c0d85a\",\n  \"data\": [\n    {\n      \"contact_log_id\": 1234,\n      \"info\": \"Contact Log Created\"\n    },\n    {\n      \"contact_log_id\": 1234,\n      \"info\": \"Contact Log Created\"\n    }\n  ]\n}"},{"id":"aec63aef-a512-4cb1-8514-3923a6097fbc","name":"Unsuccessful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"String(10) : Nullable","key":"contact_date","value":"1990-01-01"},{"description":"String(30000) : REQUIRED","key":"contact_text","value":"string"},{"description":"String(32) : Nullable","key":"contact_username","value":"string"},{"description":"String(150) : REQUIRED","key":"contact_type","value":"string"},{"description":"Boolean : Nullable","key":"contact_open","value":"false"},{"description":"String(180) : Nullable","key":"user_notes","value":"string"},{"description":"String(10) : Nullable","key":"contact_follow_up","value":"1955-11-23"},{"description":"String(60) : Nullable","key":"follow_up_assigned_to","value":"string"}]},"url":{"raw":"https://api.powerprorto.com.au/enrolments/:enrolment_id/contact_logs","host":["https://api.powerprorto.com.au"],"path":["enrolments",":enrolment_id","contact_logs"],"variable":[{"key":"enrolment_id","value":"1634","description":"The ID of the enrolment to attach the contact log to"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Keep-Alive","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"string"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"error\": \"string\"\n  },\n  {\n    \"error\": \"string\"\n  }\n]"}],"_postman_id":"5887c44f-be05-41b0-be6d-53a1cda2f90e"}],"id":"5d1b9066-f1ad-4e2c-b3b1-8f3371c01b33","_postman_id":"5d1b9066-f1ad-4e2c-b3b1-8f3371c01b33","description":""},{"name":"documents","item":[{"name":"Document by enrolment ID","id":"b6ed1b44-eebb-45f5-8044-517e10176d0c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"document_type\": \"string\",\n  \"file_name\": \"string\",\n  \"document_data\": \"string\",\n  \"document_description\": \"string\",\n  \"uploaded_on\": \"1979-05-23\",\n  \"uploaded_by\": \"string\",\n  \"unit_1\": \"string\",\n  \"unit_2\": \"string\",\n  \"unit_3\": \"string\",\n  \"unit_4\": \"string\",\n  \"unit_5\": \"string\",\n  \"unit_6\": \"string\",\n  \"unit_7\": \"string\",\n  \"unit_8\": \"string\",\n  \"active\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.powerprorto.com.au/enrolments/:enrolment_id/documents","description":"<p>Create a document to be inserted onto an existing enrolment using its ID</p>\n","urlObject":{"path":["enrolments",":enrolment_id","documents"],"host":["https://api.powerprorto.com.au"],"query":[],"variable":[{"id":"641c2f04-2b3b-4894-a7cd-294f08461c3a","description":{"content":"<p>The ID of the enrolment to attach the document to</p>\n","type":"text/plain"},"type":"any","value":"1634","key":"enrolment_id"}]}},"response":[{"id":"67859fe9-f797-4928-b30c-b42b2a12e225","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"document_type\": \"string\",\n  \"file_name\": \"string\",\n  \"document_data\": \"string\",\n  \"document_description\": \"string\",\n  \"uploaded_on\": \"1979-05-23\",\n  \"uploaded_by\": \"string\",\n  \"unit_1\": \"string\",\n  \"unit_2\": \"string\",\n  \"unit_3\": \"string\",\n  \"unit_4\": \"string\",\n  \"unit_5\": \"string\",\n  \"unit_6\": \"string\",\n  \"unit_7\": \"string\",\n  \"unit_8\": \"string\",\n  \"active\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.powerprorto.com.au/enrolments/:enrolment_id/documents","host":["https://api.powerprorto.com.au"],"path":["enrolments",":enrolment_id","documents"],"variable":[{"key":"enrolment_id","value":"1634","description":"The ID of the enrolment to attach the document to"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Keep-Alive","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"string"}],"cookie":[],"responseTime":null,"body":"{\n  \"request_id\": \"9e34e0ff-9caa-40ff-a301-6bc899c0d85a\",\n  \"data\": [\n    {\n      \"document_id\": 1234,\n      \"info\": \"Document Created\"\n    },\n    {\n      \"document_id\": 1234,\n      \"info\": \"Document Created\"\n    }\n  ]\n}"},{"id":"842bd2b6-add8-4a0b-ad84-58ab5c805b53","name":"Unsuccessful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"document_type\": \"string\",\n  \"file_name\": \"string\",\n  \"document_data\": \"string\",\n  \"document_description\": \"string\",\n  \"uploaded_on\": \"1979-05-23\",\n  \"uploaded_by\": \"string\",\n  \"unit_1\": \"string\",\n  \"unit_2\": \"string\",\n  \"unit_3\": \"string\",\n  \"unit_4\": \"string\",\n  \"unit_5\": \"string\",\n  \"unit_6\": \"string\",\n  \"unit_7\": \"string\",\n  \"unit_8\": \"string\",\n  \"active\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.powerprorto.com.au/enrolments/:enrolment_id/documents","host":["https://api.powerprorto.com.au"],"path":["enrolments",":enrolment_id","documents"],"variable":[{"key":"enrolment_id","value":"1634","description":"The ID of the enrolment to attach the document to"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Keep-Alive","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"string"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"error\": \"string\"\n  },\n  {\n    \"error\": \"string\"\n  }\n]"}],"_postman_id":"b6ed1b44-eebb-45f5-8044-517e10176d0c"}],"id":"901d5a7b-ee56-4d48-8fb1-9c16258fef0b","_postman_id":"901d5a7b-ee56-4d48-8fb1-9c16258fef0b","description":""},{"name":"Enrolment by ID","id":"ae10dc2e-080a-4fcb-a5f5-b22c5735c9a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.powerprorto.com.au/enrolments/:enrolment_id","description":"<p>Fetch data on an enrolment using its ID</p>\n","urlObject":{"path":["enrolments",":enrolment_id"],"host":["https://api.powerprorto.com.au"],"query":[],"variable":[{"id":"a5447ef0-0f80-455b-a7ac-59c511f2d981","description":{"content":"<p>The ID of the enrolment to search</p>\n","type":"text/plain"},"type":"any","value":"1634","key":"enrolment_id"}]}},"response":[{"id":"de3df2a3-a9db-4fb5-982e-3f64dd5226d6","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.powerprorto.com.au/enrolments/:enrolment_id","host":["https://api.powerprorto.com.au"],"path":["enrolments",":enrolment_id"],"variable":[{"key":"enrolment_id","value":"1634","description":"The ID of the enrolment to search"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Keep-Alive","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"string"}],"cookie":[],"responseTime":null,"body":"{\n  \"request_id\": \"9e34e0ff-9caa-40ff-a301-6bc899c0d85a\",\n  \"data\": [\n    {\n      \"request_id\": \"9dc21dc0-2cae-469b-b235-0c6809bb9c49\",\n      \"data\": [\n        {\n          \"enrolment_id\": 8000,\n          \"client_id\": 2025000001,\n          \"enrolment_type\": \"Manual enrolment\",\n          \"booking_status\": \"Confirmed\",\n          \"completion_status\": \"Completed\",\n          \"lln_assistence_required\": false,\n          \"cc_email_addres\": \"afqisFUgW73@b.sya\",\n          \"referral\": \"string\",\n          \"usi_status\": \"Verified\",\n          \"course\": {\n            \"id\": \"string\",\n            \"accredited\": false,\n            \"active\": false\n          },\n          \"dates\": {\n            \"enrolment\": \"1959-10-14\",\n            \"completion\": \"1990-03-14\",\n            \"withdrawn\": \"2004-05-16\",\n            \"expected_start\": \"1998-05-22\",\n            \"expected_end\": \"2010-10-27\",\n            \"sent_to_elearning\": \"1946-12-05\",\n            \"completion_doc_issued\": \"1993-09-20\"\n          },\n          \"avetmiss\": {\n            \"report\": false,\n            \"fund_src_national\": \"2000-01-07\",\n            \"fund_src_state\": \"1967-02-26\",\n            \"fee_exemption_code\": \"1988-02-28\",\n            \"training_contract\": \"1978-02-03\",\n            \"client_id_apprent\": \"1957-10-20\",\n            \"purchasing_contract\": \"1974-07-22\",\n            \"purchasing_schedule\": \"1999-02-09\",\n            \"vet_in_school\": true\n          },\n          \"rapt\": {\n            \"report\": \"string\",\n            \"cps_id\": true\n          },\n          \"subjects\": {\n            \"enrolled\": \"string\",\n            \"completed\": \"string\"\n          },\n          \"my_fields\": {\n            \"1\": \"string\",\n            \"2\": \"string\",\n            \"3\": \"string\",\n            \"4\": \"string\",\n            \"5\": \"string\",\n            \"6\": \"string\",\n            \"7\": \"string\",\n            \"8\": \"string\",\n            \"9\": \"string\",\n            \"10\": \"string\"\n          }\n        },\n        {\n          \"enrolment_id\": 8000,\n          \"client_id\": 2025000001,\n          \"enrolment_type\": \"Manual enrolment\",\n          \"booking_status\": \"Confirmed\",\n          \"completion_status\": \"Completed\",\n          \"lln_assistence_required\": true,\n          \"cc_email_addres\": \"j0hSvk@xRuAhIJphpIBFArGksqTfi.in\",\n          \"referral\": \"string\",\n          \"usi_status\": \"Verified\",\n          \"course\": {\n            \"id\": \"string\",\n            \"accredited\": false,\n            \"active\": false\n          },\n          \"dates\": {\n            \"enrolment\": \"1963-07-18\",\n            \"completion\": \"1984-07-26\",\n            \"withdrawn\": \"1975-03-11\",\n            \"expected_start\": \"1975-10-20\",\n            \"expected_end\": \"1946-11-01\",\n            \"sent_to_elearning\": \"2021-02-24\",\n            \"completion_doc_issued\": \"2001-10-17\"\n          },\n          \"avetmiss\": {\n            \"report\": true,\n            \"fund_src_national\": \"2000-08-01\",\n            \"fund_src_state\": \"2016-08-04\",\n            \"fee_exemption_code\": \"2016-06-20\",\n            \"training_contract\": \"1961-11-22\",\n            \"client_id_apprent\": \"2007-12-26\",\n            \"purchasing_contract\": \"1981-08-20\",\n            \"purchasing_schedule\": \"1984-12-24\",\n            \"vet_in_school\": false\n          },\n          \"rapt\": {\n            \"report\": \"string\",\n            \"cps_id\": true\n          },\n          \"subjects\": {\n            \"enrolled\": \"string\",\n            \"completed\": \"string\"\n          },\n          \"my_fields\": {\n            \"1\": \"string\",\n            \"2\": \"string\",\n            \"3\": \"string\",\n            \"4\": \"string\",\n            \"5\": \"string\",\n            \"6\": \"string\",\n            \"7\": \"string\",\n            \"8\": \"string\",\n            \"9\": \"string\",\n            \"10\": \"string\"\n          }\n        }\n      ]\n    },\n    {\n      \"request_id\": \"9dc21dc0-2cae-469b-b235-0c6809bb9c49\",\n      \"data\": [\n        {\n          \"enrolment_id\": 8000,\n          \"client_id\": 2025000001,\n          \"enrolment_type\": \"Manual enrolment\",\n          \"booking_status\": \"Confirmed\",\n          \"completion_status\": \"Completed\",\n          \"lln_assistence_required\": true,\n          \"cc_email_addres\": \"lEA7S7A6@fwwWfEMlVnZMZwQuUfuLPbmckLX.icv\",\n          \"referral\": \"string\",\n          \"usi_status\": \"Verified\",\n          \"course\": {\n            \"id\": \"string\",\n            \"accredited\": false,\n            \"active\": false\n          },\n          \"dates\": {\n            \"enrolment\": \"1991-08-23\",\n            \"completion\": \"1997-01-26\",\n            \"withdrawn\": \"1980-11-13\",\n            \"expected_start\": \"1996-12-07\",\n            \"expected_end\": \"2000-03-04\",\n            \"sent_to_elearning\": \"2019-12-30\",\n            \"completion_doc_issued\": \"1962-08-01\"\n          },\n          \"avetmiss\": {\n            \"report\": true,\n            \"fund_src_national\": \"2000-07-12\",\n            \"fund_src_state\": \"1992-08-20\",\n            \"fee_exemption_code\": \"1962-03-25\",\n            \"training_contract\": \"1954-04-28\",\n            \"client_id_apprent\": \"2009-08-17\",\n            \"purchasing_contract\": \"2021-07-22\",\n            \"purchasing_schedule\": \"1960-05-01\",\n            \"vet_in_school\": false\n          },\n          \"rapt\": {\n            \"report\": \"string\",\n            \"cps_id\": true\n          },\n          \"subjects\": {\n            \"enrolled\": \"string\",\n            \"completed\": \"string\"\n          },\n          \"my_fields\": {\n            \"1\": \"string\",\n            \"2\": \"string\",\n            \"3\": \"string\",\n            \"4\": \"string\",\n            \"5\": \"string\",\n            \"6\": \"string\",\n            \"7\": \"string\",\n            \"8\": \"string\",\n            \"9\": \"string\",\n            \"10\": \"string\"\n          }\n        },\n        {\n          \"enrolment_id\": 8000,\n          \"client_id\": 2025000001,\n          \"enrolment_type\": \"Manual enrolment\",\n          \"booking_status\": \"Confirmed\",\n          \"completion_status\": \"Completed\",\n          \"lln_assistence_required\": true,\n          \"cc_email_addres\": \"cKtSstP@KBVbearELHhl.rnmc\",\n          \"referral\": \"string\",\n          \"usi_status\": \"Verified\",\n          \"course\": {\n            \"id\": \"string\",\n            \"accredited\": false,\n            \"active\": true\n          },\n          \"dates\": {\n            \"enrolment\": \"1980-12-22\",\n            \"completion\": \"1974-10-31\",\n            \"withdrawn\": \"1990-06-02\",\n            \"expected_start\": \"1971-10-18\",\n            \"expected_end\": \"1964-10-04\",\n            \"sent_to_elearning\": \"1999-10-28\",\n            \"completion_doc_issued\": \"1957-12-25\"\n          },\n          \"avetmiss\": {\n            \"report\": false,\n            \"fund_src_national\": \"1985-08-16\",\n            \"fund_src_state\": \"1971-01-15\",\n            \"fee_exemption_code\": \"1968-10-16\",\n            \"training_contract\": \"2019-09-03\",\n            \"client_id_apprent\": \"1982-10-20\",\n            \"purchasing_contract\": \"1959-08-24\",\n            \"purchasing_schedule\": \"1980-06-26\",\n            \"vet_in_school\": false\n          },\n          \"rapt\": {\n            \"report\": \"string\",\n            \"cps_id\": true\n          },\n          \"subjects\": {\n            \"enrolled\": \"string\",\n            \"completed\": \"string\"\n          },\n          \"my_fields\": {\n            \"1\": \"string\",\n            \"2\": \"string\",\n            \"3\": \"string\",\n            \"4\": \"string\",\n            \"5\": \"string\",\n            \"6\": \"string\",\n            \"7\": \"string\",\n            \"8\": \"string\",\n            \"9\": \"string\",\n            \"10\": \"string\"\n          }\n        }\n      ]\n    }\n  ],\n  \"pages\": 573\n}"},{"id":"8e25e911-6b39-498c-9f80-52626e2e1877","name":"Unsuccessful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.powerprorto.com.au/enrolments/:enrolment_id","host":["https://api.powerprorto.com.au"],"path":["enrolments",":enrolment_id"],"variable":[{"key":"enrolment_id","value":"1634","description":"The ID of the enrolment to search"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Keep-Alive","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"string"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"error\": \"string\"\n  },\n  {\n    \"error\": \"string\"\n  }\n]"}],"_postman_id":"ae10dc2e-080a-4fcb-a5f5-b22c5735c9a6"},{"name":"LLND by Enrolment ID","id":"8e468897-79b6-4c28-9879-d8d2aaaa791d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.powerprorto.com.au/enrolments/:enrolment_id/llnd/","description":"<p>Fetch data on an enrolment using its ID</p>\n","urlObject":{"path":["enrolments",":enrolment_id","llnd",""],"host":["https://api.powerprorto.com.au"],"query":[],"variable":[{"description":{"content":"<p>The ID of the enrolment to search</p>\n","type":"text/plain"},"type":"any","value":"9556","key":"enrolment_id"}]}},"response":[{"id":"bd3e7c0f-19c7-4814-adb3-7690e9950012","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.powerprorto.com.au/enrolments/:enrolment_id","host":["https://api.powerprorto.com.au"],"path":["enrolments",":enrolment_id"],"variable":[{"key":"enrolment_id","value":"1634","description":"The ID of the enrolment to search"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Keep-Alive","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"string"}],"cookie":[],"responseTime":null,"body":"{\n  \"request_id\": \"9e34e0ff-9caa-40ff-a301-6bc899c0d85a\",\n  \"data\": [\n    {\n      \"request_id\": \"9dc21dc0-2cae-469b-b235-0c6809bb9c49\",\n      \"data\": [\n        {\n          \"enrolment_id\": 8000,\n          \"client_id\": 2025000001,\n          \"enrolment_type\": \"Manual enrolment\",\n          \"booking_status\": \"Confirmed\",\n          \"completion_status\": \"Completed\",\n          \"lln_assistence_required\": false,\n          \"cc_email_addres\": \"afqisFUgW73@b.sya\",\n          \"referral\": \"string\",\n          \"usi_status\": \"Verified\",\n          \"course\": {\n            \"id\": \"string\",\n            \"accredited\": false,\n            \"active\": false\n          },\n          \"dates\": {\n            \"enrolment\": \"1959-10-14\",\n            \"completion\": \"1990-03-14\",\n            \"withdrawn\": \"2004-05-16\",\n            \"expected_start\": \"1998-05-22\",\n            \"expected_end\": \"2010-10-27\",\n            \"sent_to_elearning\": \"1946-12-05\",\n            \"completion_doc_issued\": \"1993-09-20\"\n          },\n          \"avetmiss\": {\n            \"report\": false,\n            \"fund_src_national\": \"2000-01-07\",\n            \"fund_src_state\": \"1967-02-26\",\n            \"fee_exemption_code\": \"1988-02-28\",\n            \"training_contract\": \"1978-02-03\",\n            \"client_id_apprent\": \"1957-10-20\",\n            \"purchasing_contract\": \"1974-07-22\",\n            \"purchasing_schedule\": \"1999-02-09\",\n            \"vet_in_school\": true\n          },\n          \"rapt\": {\n            \"report\": \"string\",\n            \"cps_id\": true\n          },\n          \"subjects\": {\n            \"enrolled\": \"string\",\n            \"completed\": \"string\"\n          },\n          \"my_fields\": {\n            \"1\": \"string\",\n            \"2\": \"string\",\n            \"3\": \"string\",\n            \"4\": \"string\",\n            \"5\": \"string\",\n            \"6\": \"string\",\n            \"7\": \"string\",\n            \"8\": \"string\",\n            \"9\": \"string\",\n            \"10\": \"string\"\n          }\n        },\n        {\n          \"enrolment_id\": 8000,\n          \"client_id\": 2025000001,\n          \"enrolment_type\": \"Manual enrolment\",\n          \"booking_status\": \"Confirmed\",\n          \"completion_status\": \"Completed\",\n          \"lln_assistence_required\": true,\n          \"cc_email_addres\": \"j0hSvk@xRuAhIJphpIBFArGksqTfi.in\",\n          \"referral\": \"string\",\n          \"usi_status\": \"Verified\",\n          \"course\": {\n            \"id\": \"string\",\n            \"accredited\": false,\n            \"active\": false\n          },\n          \"dates\": {\n            \"enrolment\": \"1963-07-18\",\n            \"completion\": \"1984-07-26\",\n            \"withdrawn\": \"1975-03-11\",\n            \"expected_start\": \"1975-10-20\",\n            \"expected_end\": \"1946-11-01\",\n            \"sent_to_elearning\": \"2021-02-24\",\n            \"completion_doc_issued\": \"2001-10-17\"\n          },\n          \"avetmiss\": {\n            \"report\": true,\n            \"fund_src_national\": \"2000-08-01\",\n            \"fund_src_state\": \"2016-08-04\",\n            \"fee_exemption_code\": \"2016-06-20\",\n            \"training_contract\": \"1961-11-22\",\n            \"client_id_apprent\": \"2007-12-26\",\n            \"purchasing_contract\": \"1981-08-20\",\n            \"purchasing_schedule\": \"1984-12-24\",\n            \"vet_in_school\": false\n          },\n          \"rapt\": {\n            \"report\": \"string\",\n            \"cps_id\": true\n          },\n          \"subjects\": {\n            \"enrolled\": \"string\",\n            \"completed\": \"string\"\n          },\n          \"my_fields\": {\n            \"1\": \"string\",\n            \"2\": \"string\",\n            \"3\": \"string\",\n            \"4\": \"string\",\n            \"5\": \"string\",\n            \"6\": \"string\",\n            \"7\": \"string\",\n            \"8\": \"string\",\n            \"9\": \"string\",\n            \"10\": \"string\"\n          }\n        }\n      ]\n    },\n    {\n      \"request_id\": \"9dc21dc0-2cae-469b-b235-0c6809bb9c49\",\n      \"data\": [\n        {\n          \"enrolment_id\": 8000,\n          \"client_id\": 2025000001,\n          \"enrolment_type\": \"Manual enrolment\",\n          \"booking_status\": \"Confirmed\",\n          \"completion_status\": \"Completed\",\n          \"lln_assistence_required\": true,\n          \"cc_email_addres\": \"lEA7S7A6@fwwWfEMlVnZMZwQuUfuLPbmckLX.icv\",\n          \"referral\": \"string\",\n          \"usi_status\": \"Verified\",\n          \"course\": {\n            \"id\": \"string\",\n            \"accredited\": false,\n            \"active\": false\n          },\n          \"dates\": {\n            \"enrolment\": \"1991-08-23\",\n            \"completion\": \"1997-01-26\",\n            \"withdrawn\": \"1980-11-13\",\n            \"expected_start\": \"1996-12-07\",\n            \"expected_end\": \"2000-03-04\",\n            \"sent_to_elearning\": \"2019-12-30\",\n            \"completion_doc_issued\": \"1962-08-01\"\n          },\n          \"avetmiss\": {\n            \"report\": true,\n            \"fund_src_national\": \"2000-07-12\",\n            \"fund_src_state\": \"1992-08-20\",\n            \"fee_exemption_code\": \"1962-03-25\",\n            \"training_contract\": \"1954-04-28\",\n            \"client_id_apprent\": \"2009-08-17\",\n            \"purchasing_contract\": \"2021-07-22\",\n            \"purchasing_schedule\": \"1960-05-01\",\n            \"vet_in_school\": false\n          },\n          \"rapt\": {\n            \"report\": \"string\",\n            \"cps_id\": true\n          },\n          \"subjects\": {\n            \"enrolled\": \"string\",\n            \"completed\": \"string\"\n          },\n          \"my_fields\": {\n            \"1\": \"string\",\n            \"2\": \"string\",\n            \"3\": \"string\",\n            \"4\": \"string\",\n            \"5\": \"string\",\n            \"6\": \"string\",\n            \"7\": \"string\",\n            \"8\": \"string\",\n            \"9\": \"string\",\n            \"10\": \"string\"\n          }\n        },\n        {\n          \"enrolment_id\": 8000,\n          \"client_id\": 2025000001,\n          \"enrolment_type\": \"Manual enrolment\",\n          \"booking_status\": \"Confirmed\",\n          \"completion_status\": \"Completed\",\n          \"lln_assistence_required\": true,\n          \"cc_email_addres\": \"cKtSstP@KBVbearELHhl.rnmc\",\n          \"referral\": \"string\",\n          \"usi_status\": \"Verified\",\n          \"course\": {\n            \"id\": \"string\",\n            \"accredited\": false,\n            \"active\": true\n          },\n          \"dates\": {\n            \"enrolment\": \"1980-12-22\",\n            \"completion\": \"1974-10-31\",\n            \"withdrawn\": \"1990-06-02\",\n            \"expected_start\": \"1971-10-18\",\n            \"expected_end\": \"1964-10-04\",\n            \"sent_to_elearning\": \"1999-10-28\",\n            \"completion_doc_issued\": \"1957-12-25\"\n          },\n          \"avetmiss\": {\n            \"report\": false,\n            \"fund_src_national\": \"1985-08-16\",\n            \"fund_src_state\": \"1971-01-15\",\n            \"fee_exemption_code\": \"1968-10-16\",\n            \"training_contract\": \"2019-09-03\",\n            \"client_id_apprent\": \"1982-10-20\",\n            \"purchasing_contract\": \"1959-08-24\",\n            \"purchasing_schedule\": \"1980-06-26\",\n            \"vet_in_school\": false\n          },\n          \"rapt\": {\n            \"report\": \"string\",\n            \"cps_id\": true\n          },\n          \"subjects\": {\n            \"enrolled\": \"string\",\n            \"completed\": \"string\"\n          },\n          \"my_fields\": {\n            \"1\": \"string\",\n            \"2\": \"string\",\n            \"3\": \"string\",\n            \"4\": \"string\",\n            \"5\": \"string\",\n            \"6\": \"string\",\n            \"7\": \"string\",\n            \"8\": \"string\",\n            \"9\": \"string\",\n            \"10\": \"string\"\n          }\n        }\n      ]\n    }\n  ],\n  \"pages\": 573\n}"},{"id":"59a98290-741c-4b00-b441-9e3b83dd3a73","name":"Unsuccessful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.powerprorto.com.au/enrolments/:enrolment_id","host":["https://api.powerprorto.com.au"],"path":["enrolments",":enrolment_id"],"variable":[{"key":"enrolment_id","value":"1634","description":"The ID of the enrolment to search"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Keep-Alive","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"string"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"error\": \"string\"\n  },\n  {\n    \"error\": \"string\"\n  }\n]"}],"_postman_id":"8e468897-79b6-4c28-9879-d8d2aaaa791d"},{"name":"LLND bleh","id":"7d90406b-84c8-4f07-b633-0139b9654baf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"score_language","value":"20","type":"text","uuid":"2f13a3d3-76d1-4bb4-82d2-d234cf9aff09"},{"key":"score_literacy","value":"30","type":"text","uuid":"e1a1fd18-6e0c-4540-b5b4-304890bdf671"},{"key":"score_numeracy","value":"40","type":"text","uuid":"1ed6318c-1f76-40bc-adf0-86fba1243547"},{"key":"score_digital","value":"50","type":"text","uuid":"35e11948-eb5e-4c25-ac33-c5a36294d10e"},{"key":"score_overall","value":"167","type":"text","uuid":"28f256e4-0727-4f60-b958-06e63aff0453"},{"key":"date_imported","value":"","type":"text","uuid":"8d2c9c34-d0e6-4729-9952-19ee2546daa1","disabled":true}]},"url":"https://api.powerprorto.com.au/enrolments/:enrolment_id/llnd/","description":"<p>Fetch data on an enrolment using its ID</p>\n","urlObject":{"path":["enrolments",":enrolment_id","llnd",""],"host":["https://api.powerprorto.com.au"],"query":[],"variable":[{"description":{"content":"<p>The ID of the enrolment to search</p>\n","type":"text/plain"},"type":"any","value":"9556","key":"enrolment_id"}]}},"response":[{"id":"b26fd96d-aff6-45e2-b681-29a0fe364417","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.powerprorto.com.au/enrolments/:enrolment_id","host":["https://api.powerprorto.com.au"],"path":["enrolments",":enrolment_id"],"variable":[{"key":"enrolment_id","value":"1634","description":"The ID of the enrolment to search"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Keep-Alive","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"string"}],"cookie":[],"responseTime":null,"body":"{\n  \"request_id\": \"9e34e0ff-9caa-40ff-a301-6bc899c0d85a\",\n  \"data\": [\n    {\n      \"request_id\": \"9dc21dc0-2cae-469b-b235-0c6809bb9c49\",\n      \"data\": [\n        {\n          \"enrolment_id\": 8000,\n          \"client_id\": 2025000001,\n          \"enrolment_type\": \"Manual enrolment\",\n          \"booking_status\": \"Confirmed\",\n          \"completion_status\": \"Completed\",\n          \"lln_assistence_required\": false,\n          \"cc_email_addres\": \"afqisFUgW73@b.sya\",\n          \"referral\": \"string\",\n          \"usi_status\": \"Verified\",\n          \"course\": {\n            \"id\": \"string\",\n            \"accredited\": false,\n            \"active\": false\n          },\n          \"dates\": {\n            \"enrolment\": \"1959-10-14\",\n            \"completion\": \"1990-03-14\",\n            \"withdrawn\": \"2004-05-16\",\n            \"expected_start\": \"1998-05-22\",\n            \"expected_end\": \"2010-10-27\",\n            \"sent_to_elearning\": \"1946-12-05\",\n            \"completion_doc_issued\": \"1993-09-20\"\n          },\n          \"avetmiss\": {\n            \"report\": false,\n            \"fund_src_national\": \"2000-01-07\",\n            \"fund_src_state\": \"1967-02-26\",\n            \"fee_exemption_code\": \"1988-02-28\",\n            \"training_contract\": \"1978-02-03\",\n            \"client_id_apprent\": \"1957-10-20\",\n            \"purchasing_contract\": \"1974-07-22\",\n            \"purchasing_schedule\": \"1999-02-09\",\n            \"vet_in_school\": true\n          },\n          \"rapt\": {\n            \"report\": \"string\",\n            \"cps_id\": true\n          },\n          \"subjects\": {\n            \"enrolled\": \"string\",\n            \"completed\": \"string\"\n          },\n          \"my_fields\": {\n            \"1\": \"string\",\n            \"2\": \"string\",\n            \"3\": \"string\",\n            \"4\": \"string\",\n            \"5\": \"string\",\n            \"6\": \"string\",\n            \"7\": \"string\",\n            \"8\": \"string\",\n            \"9\": \"string\",\n            \"10\": \"string\"\n          }\n        },\n        {\n          \"enrolment_id\": 8000,\n          \"client_id\": 2025000001,\n          \"enrolment_type\": \"Manual enrolment\",\n          \"booking_status\": \"Confirmed\",\n          \"completion_status\": \"Completed\",\n          \"lln_assistence_required\": true,\n          \"cc_email_addres\": \"j0hSvk@xRuAhIJphpIBFArGksqTfi.in\",\n          \"referral\": \"string\",\n          \"usi_status\": \"Verified\",\n          \"course\": {\n            \"id\": \"string\",\n            \"accredited\": false,\n            \"active\": false\n          },\n          \"dates\": {\n            \"enrolment\": \"1963-07-18\",\n            \"completion\": \"1984-07-26\",\n            \"withdrawn\": \"1975-03-11\",\n            \"expected_start\": \"1975-10-20\",\n            \"expected_end\": \"1946-11-01\",\n            \"sent_to_elearning\": \"2021-02-24\",\n            \"completion_doc_issued\": \"2001-10-17\"\n          },\n          \"avetmiss\": {\n            \"report\": true,\n            \"fund_src_national\": \"2000-08-01\",\n            \"fund_src_state\": \"2016-08-04\",\n            \"fee_exemption_code\": \"2016-06-20\",\n            \"training_contract\": \"1961-11-22\",\n            \"client_id_apprent\": \"2007-12-26\",\n            \"purchasing_contract\": \"1981-08-20\",\n            \"purchasing_schedule\": \"1984-12-24\",\n            \"vet_in_school\": false\n          },\n          \"rapt\": {\n            \"report\": \"string\",\n            \"cps_id\": true\n          },\n          \"subjects\": {\n            \"enrolled\": \"string\",\n            \"completed\": \"string\"\n          },\n          \"my_fields\": {\n            \"1\": \"string\",\n            \"2\": \"string\",\n            \"3\": \"string\",\n            \"4\": \"string\",\n            \"5\": \"string\",\n            \"6\": \"string\",\n            \"7\": \"string\",\n            \"8\": \"string\",\n            \"9\": \"string\",\n            \"10\": \"string\"\n          }\n        }\n      ]\n    },\n    {\n      \"request_id\": \"9dc21dc0-2cae-469b-b235-0c6809bb9c49\",\n      \"data\": [\n        {\n          \"enrolment_id\": 8000,\n          \"client_id\": 2025000001,\n          \"enrolment_type\": \"Manual enrolment\",\n          \"booking_status\": \"Confirmed\",\n          \"completion_status\": \"Completed\",\n          \"lln_assistence_required\": true,\n          \"cc_email_addres\": \"lEA7S7A6@fwwWfEMlVnZMZwQuUfuLPbmckLX.icv\",\n          \"referral\": \"string\",\n          \"usi_status\": \"Verified\",\n          \"course\": {\n            \"id\": \"string\",\n            \"accredited\": false,\n            \"active\": false\n          },\n          \"dates\": {\n            \"enrolment\": \"1991-08-23\",\n            \"completion\": \"1997-01-26\",\n            \"withdrawn\": \"1980-11-13\",\n            \"expected_start\": \"1996-12-07\",\n            \"expected_end\": \"2000-03-04\",\n            \"sent_to_elearning\": \"2019-12-30\",\n            \"completion_doc_issued\": \"1962-08-01\"\n          },\n          \"avetmiss\": {\n            \"report\": true,\n            \"fund_src_national\": \"2000-07-12\",\n            \"fund_src_state\": \"1992-08-20\",\n            \"fee_exemption_code\": \"1962-03-25\",\n            \"training_contract\": \"1954-04-28\",\n            \"client_id_apprent\": \"2009-08-17\",\n            \"purchasing_contract\": \"2021-07-22\",\n            \"purchasing_schedule\": \"1960-05-01\",\n            \"vet_in_school\": false\n          },\n          \"rapt\": {\n            \"report\": \"string\",\n            \"cps_id\": true\n          },\n          \"subjects\": {\n            \"enrolled\": \"string\",\n            \"completed\": \"string\"\n          },\n          \"my_fields\": {\n            \"1\": \"string\",\n            \"2\": \"string\",\n            \"3\": \"string\",\n            \"4\": \"string\",\n            \"5\": \"string\",\n            \"6\": \"string\",\n            \"7\": \"string\",\n            \"8\": \"string\",\n            \"9\": \"string\",\n            \"10\": \"string\"\n          }\n        },\n        {\n          \"enrolment_id\": 8000,\n          \"client_id\": 2025000001,\n          \"enrolment_type\": \"Manual enrolment\",\n          \"booking_status\": \"Confirmed\",\n          \"completion_status\": \"Completed\",\n          \"lln_assistence_required\": true,\n          \"cc_email_addres\": \"cKtSstP@KBVbearELHhl.rnmc\",\n          \"referral\": \"string\",\n          \"usi_status\": \"Verified\",\n          \"course\": {\n            \"id\": \"string\",\n            \"accredited\": false,\n            \"active\": true\n          },\n          \"dates\": {\n            \"enrolment\": \"1980-12-22\",\n            \"completion\": \"1974-10-31\",\n            \"withdrawn\": \"1990-06-02\",\n            \"expected_start\": \"1971-10-18\",\n            \"expected_end\": \"1964-10-04\",\n            \"sent_to_elearning\": \"1999-10-28\",\n            \"completion_doc_issued\": \"1957-12-25\"\n          },\n          \"avetmiss\": {\n            \"report\": false,\n            \"fund_src_national\": \"1985-08-16\",\n            \"fund_src_state\": \"1971-01-15\",\n            \"fee_exemption_code\": \"1968-10-16\",\n            \"training_contract\": \"2019-09-03\",\n            \"client_id_apprent\": \"1982-10-20\",\n            \"purchasing_contract\": \"1959-08-24\",\n            \"purchasing_schedule\": \"1980-06-26\",\n            \"vet_in_school\": false\n          },\n          \"rapt\": {\n            \"report\": \"string\",\n            \"cps_id\": true\n          },\n          \"subjects\": {\n            \"enrolled\": \"string\",\n            \"completed\": \"string\"\n          },\n          \"my_fields\": {\n            \"1\": \"string\",\n            \"2\": \"string\",\n            \"3\": \"string\",\n            \"4\": \"string\",\n            \"5\": \"string\",\n            \"6\": \"string\",\n            \"7\": \"string\",\n            \"8\": \"string\",\n            \"9\": \"string\",\n            \"10\": \"string\"\n          }\n        }\n      ]\n    }\n  ],\n  \"pages\": 573\n}"},{"id":"40fd6d57-2ec6-4168-a82c-f9db3efd58fc","name":"Unsuccessful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.powerprorto.com.au/enrolments/:enrolment_id","host":["https://api.powerprorto.com.au"],"path":["enrolments",":enrolment_id"],"variable":[{"key":"enrolment_id","value":"1634","description":"The ID of the enrolment to search"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Keep-Alive","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"string"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"error\": \"string\"\n  },\n  {\n    \"error\": \"string\"\n  }\n]"}],"_postman_id":"7d90406b-84c8-4f07-b633-0139b9654baf"},{"name":"Update enrolment by ID","id":"ebfd9145-1f38-4da4-bda9-51671f13ca85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"booking_status","value":"C"},{"key":"enrolment_date","value":"2022-04-20"},{"key":"expected_start","value":"1964-03-02"},{"key":"expected_end","value":"1959-01-06"},{"key":"withdraw_date","value":"1994-10-03"},{"key":"additional_cc_email","value":"john.doe@example.com"},{"key":"add_elective","value":"string"},{"key":"my_field1","value":"string"},{"key":"my_field2","value":"string"},{"key":"my_field3","value":"string"},{"key":"my_field4","value":"string"},{"key":"my_field5","value":"string"},{"key":"my_field6","value":"string"},{"key":"my_field7","value":"string"},{"key":"my_field8","value":"string"},{"key":"my_field9","value":"string"},{"key":"my_field10","value":"string"},{"key":"notes","value":"string"}]},"url":"https://api.powerprorto.com.au/enrolments/:enrolment_id","description":"<p>Update an enrolment's data using its ID</p>\n","urlObject":{"path":["enrolments",":enrolment_id"],"host":["https://api.powerprorto.com.au"],"query":[],"variable":[{"id":"bb7c5681-be66-4825-9a06-aff4798434b0","description":{"content":"<p>The ID of the enrolment to update</p>\n","type":"text/plain"},"type":"any","value":"1634","key":"enrolment_id"}]}},"response":[{"id":"5846e4f4-23f8-499d-b26a-f21da1425b4f","name":"Successful response","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"booking_status","value":"C"},{"key":"enrolment_date","value":"2022-04-20"},{"key":"expected_start","value":"1964-03-02"},{"key":"expected_end","value":"1959-01-06"},{"key":"withdraw_date","value":"1994-10-03"},{"key":"additional_cc_email","value":"john.doe@example.com"},{"key":"add_elective","value":"string"},{"key":"my_field1","value":"string"},{"key":"my_field2","value":"string"},{"key":"my_field3","value":"string"},{"key":"my_field4","value":"string"},{"key":"my_field5","value":"string"},{"key":"my_field6","value":"string"},{"key":"my_field7","value":"string"},{"key":"my_field8","value":"string"},{"key":"my_field9","value":"string"},{"key":"my_field10","value":"string"},{"key":"notes","value":"string"}]},"url":{"raw":"https://api.powerprorto.com.au/enrolments/:enrolment_id","host":["https://api.powerprorto.com.au"],"path":["enrolments",":enrolment_id"],"variable":[{"key":"enrolment_id","value":"1634","description":"The ID of the enrolment to update"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Keep-Alive","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"string"}],"cookie":[],"responseTime":null,"body":"{\n  \"request_id\": \"9e34e0ff-9caa-40ff-a301-6bc899c0d85a\",\n  \"data\": [\n    {\n      \"enrolment_id\": 1234,\n      \"info\": \"Enrolment record updated\"\n    },\n    {\n      \"enrolment_id\": 1234,\n      \"info\": \"Enrolment record updated\"\n    }\n  ]\n}"},{"id":"66744eec-c4fc-45bd-9d4e-7e5ff03eb87e","name":"Unsuccessful response","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"booking_status","value":"C"},{"key":"enrolment_date","value":"2022-04-20"},{"key":"expected_start","value":"1964-03-02"},{"key":"expected_end","value":"1959-01-06"},{"key":"withdraw_date","value":"1994-10-03"},{"key":"additional_cc_email","value":"john.doe@example.com"},{"key":"add_elective","value":"string"},{"key":"my_field1","value":"string"},{"key":"my_field2","value":"string"},{"key":"my_field3","value":"string"},{"key":"my_field4","value":"string"},{"key":"my_field5","value":"string"},{"key":"my_field6","value":"string"},{"key":"my_field7","value":"string"},{"key":"my_field8","value":"string"},{"key":"my_field9","value":"string"},{"key":"my_field10","value":"string"},{"key":"notes","value":"string"}]},"url":{"raw":"https://api.powerprorto.com.au/enrolments/:enrolment_id","host":["https://api.powerprorto.com.au"],"path":["enrolments",":enrolment_id"],"variable":[{"key":"enrolment_id","value":"1634","description":"The ID of the enrolment to update"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Keep-Alive","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"string"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"error\": \"string\"\n  },\n  {\n    \"error\": \"string\"\n  }\n]"}],"_postman_id":"ebfd9145-1f38-4da4-bda9-51671f13ca85"},{"name":"LLND by enrol ID","id":"db7561b7-ab5e-42ff-b464-c5daac486fd5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"score_language","value":"20","type":"text"},{"key":"score_literacy","value":"30","type":"text"},{"key":"score_numeracy","value":"40","type":"text"},{"key":"score_digital","value":"50","type":"text"},{"key":"score_overall","value":"167","type":"text"},{"key":"date_imported","value":"","type":"text","disabled":true}]},"url":"https://api.powerprorto.com.au/enrolments/:enrolment_id/llnd/","description":"<p>Update an enrolment's data using its ID</p>\n","urlObject":{"path":["enrolments",":enrolment_id","llnd",""],"host":["https://api.powerprorto.com.au"],"query":[],"variable":[{"description":{"content":"<p>The ID of the enrolment to update</p>\n","type":"text/plain"},"type":"any","value":"9556","key":"enrolment_id"}]}},"response":[{"id":"a4da521c-6ebf-4bb6-9c8e-3382158d17b6","name":"Successful response","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"booking_status","value":"C"},{"key":"enrolment_date","value":"2022-04-20"},{"key":"expected_start","value":"1964-03-02"},{"key":"expected_end","value":"1959-01-06"},{"key":"withdraw_date","value":"1994-10-03"},{"key":"additional_cc_email","value":"john.doe@example.com"},{"key":"add_elective","value":"string"},{"key":"my_field1","value":"string"},{"key":"my_field2","value":"string"},{"key":"my_field3","value":"string"},{"key":"my_field4","value":"string"},{"key":"my_field5","value":"string"},{"key":"my_field6","value":"string"},{"key":"my_field7","value":"string"},{"key":"my_field8","value":"string"},{"key":"my_field9","value":"string"},{"key":"my_field10","value":"string"},{"key":"notes","value":"string"}]},"url":{"raw":"https://api.powerprorto.com.au/enrolments/:enrolment_id","host":["https://api.powerprorto.com.au"],"path":["enrolments",":enrolment_id"],"variable":[{"key":"enrolment_id","value":"1634","description":"The ID of the enrolment to update"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Keep-Alive","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"string"}],"cookie":[],"responseTime":null,"body":"{\n  \"request_id\": \"9e34e0ff-9caa-40ff-a301-6bc899c0d85a\",\n  \"data\": [\n    {\n      \"enrolment_id\": 1234,\n      \"info\": \"Enrolment record updated\"\n    },\n    {\n      \"enrolment_id\": 1234,\n      \"info\": \"Enrolment record updated\"\n    }\n  ]\n}"},{"id":"1304ee16-bef8-4584-8735-5fd073dce6fd","name":"Unsuccessful response","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"booking_status","value":"C"},{"key":"enrolment_date","value":"2022-04-20"},{"key":"expected_start","value":"1964-03-02"},{"key":"expected_end","value":"1959-01-06"},{"key":"withdraw_date","value":"1994-10-03"},{"key":"additional_cc_email","value":"john.doe@example.com"},{"key":"add_elective","value":"string"},{"key":"my_field1","value":"string"},{"key":"my_field2","value":"string"},{"key":"my_field3","value":"string"},{"key":"my_field4","value":"string"},{"key":"my_field5","value":"string"},{"key":"my_field6","value":"string"},{"key":"my_field7","value":"string"},{"key":"my_field8","value":"string"},{"key":"my_field9","value":"string"},{"key":"my_field10","value":"string"},{"key":"notes","value":"string"}]},"url":{"raw":"https://api.powerprorto.com.au/enrolments/:enrolment_id","host":["https://api.powerprorto.com.au"],"path":["enrolments",":enrolment_id"],"variable":[{"key":"enrolment_id","value":"1634","description":"The ID of the enrolment to update"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Keep-Alive","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"string"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"error\": \"string\"\n  },\n  {\n    \"error\": \"string\"\n  }\n]"}],"_postman_id":"db7561b7-ab5e-42ff-b464-c5daac486fd5"}],"id":"427a06b9-1a62-440a-afd3-95965474b557","_postman_id":"427a06b9-1a62-440a-afd3-95965474b557","description":""},{"name":"active","item":[{"name":"{scope}","item":[{"name":"Get Active Enrolments","id":"1fed6460-9060-487b-817a-6e214100d1f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.powerprorto.com.au/enrolments/active/:scope?page=1634","description":"<p>Get a list of all enrolments in the system that are in progress (Scoped to Units or Modules)</p>\n","urlObject":{"path":["enrolments","active",":scope"],"host":["https://api.powerprorto.com.au"],"query":[{"description":{"content":"<p>Specify a different result page</p>\n","type":"text/plain"},"key":"page","value":"1634"}],"variable":[{"id":"ee4a9ac9-23b4-4849-b4f7-eef76bb23672","description":{"content":"<p>Choice to retrieve active clients defined by active (U)nits, (M)odules, or all (*)</p>\n","type":"text/plain"},"type":"any","value":"U","key":"scope"}]}},"response":[{"id":"65947a59-a959-49d0-9dee-013c79806005","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.powerprorto.com.au/enrolments/active/:scope?page=1634","host":["https://api.powerprorto.com.au"],"path":["enrolments","active",":scope"],"query":[{"description":"Specify a different result page","key":"page","value":"1634"}],"variable":[{"key":"scope","value":"U","description":"Choice to retrieve active clients defined by active (U)nits, (M)odules, or all (*)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Keep-Alive","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"string"}],"cookie":[],"responseTime":null,"body":"{\n  \"request_id\": \"9e34e0ff-9caa-40ff-a301-6bc899c0d85a\",\n  \"data\": [\n    {\n      \"request_id\": \"9dc21dc0-2cae-469b-b235-0c6809bb9c49\",\n      \"data\": [\n        {\n          \"enrolment_id\": 8000,\n          \"client_id\": 2025000001,\n          \"enrolment_type\": \"Manual enrolment\",\n          \"booking_status\": \"Confirmed\",\n          \"completion_status\": \"Completed\",\n          \"lln_assistence_required\": false,\n          \"cc_email_addres\": \"afqisFUgW73@b.sya\",\n          \"referral\": \"string\",\n          \"usi_status\": \"Verified\",\n          \"course\": {\n            \"id\": \"string\",\n            \"accredited\": false,\n            \"active\": false\n          },\n          \"dates\": {\n            \"enrolment\": \"1959-10-14\",\n            \"completion\": \"1990-03-14\",\n            \"withdrawn\": \"2004-05-16\",\n            \"expected_start\": \"1998-05-22\",\n            \"expected_end\": \"2010-10-27\",\n            \"sent_to_elearning\": \"1946-12-05\",\n            \"completion_doc_issued\": \"1993-09-20\"\n          },\n          \"avetmiss\": {\n            \"report\": false,\n            \"fund_src_national\": \"2000-01-07\",\n            \"fund_src_state\": \"1967-02-26\",\n            \"fee_exemption_code\": \"1988-02-28\",\n            \"training_contract\": \"1978-02-03\",\n            \"client_id_apprent\": \"1957-10-20\",\n            \"purchasing_contract\": \"1974-07-22\",\n            \"purchasing_schedule\": \"1999-02-09\",\n            \"vet_in_school\": true\n          },\n          \"rapt\": {\n            \"report\": \"string\",\n            \"cps_id\": true\n          },\n          \"subjects\": {\n            \"enrolled\": \"string\",\n            \"completed\": \"string\"\n          },\n          \"my_fields\": {\n            \"1\": \"string\",\n            \"2\": \"string\",\n            \"3\": \"string\",\n            \"4\": \"string\",\n            \"5\": \"string\",\n            \"6\": \"string\",\n            \"7\": \"string\",\n            \"8\": \"string\",\n            \"9\": \"string\",\n            \"10\": \"string\"\n          }\n        },\n        {\n          \"enrolment_id\": 8000,\n          \"client_id\": 2025000001,\n          \"enrolment_type\": \"Manual enrolment\",\n          \"booking_status\": \"Confirmed\",\n          \"completion_status\": \"Completed\",\n          \"lln_assistence_required\": true,\n          \"cc_email_addres\": \"j0hSvk@xRuAhIJphpIBFArGksqTfi.in\",\n          \"referral\": \"string\",\n          \"usi_status\": \"Verified\",\n          \"course\": {\n            \"id\": \"string\",\n            \"accredited\": false,\n            \"active\": false\n          },\n          \"dates\": {\n            \"enrolment\": \"1963-07-18\",\n            \"completion\": \"1984-07-26\",\n            \"withdrawn\": \"1975-03-11\",\n            \"expected_start\": \"1975-10-20\",\n            \"expected_end\": \"1946-11-01\",\n            \"sent_to_elearning\": \"2021-02-24\",\n            \"completion_doc_issued\": \"2001-10-17\"\n          },\n          \"avetmiss\": {\n            \"report\": true,\n            \"fund_src_national\": \"2000-08-01\",\n            \"fund_src_state\": \"2016-08-04\",\n            \"fee_exemption_code\": \"2016-06-20\",\n            \"training_contract\": \"1961-11-22\",\n            \"client_id_apprent\": \"2007-12-26\",\n            \"purchasing_contract\": \"1981-08-20\",\n            \"purchasing_schedule\": \"1984-12-24\",\n            \"vet_in_school\": false\n          },\n          \"rapt\": {\n            \"report\": \"string\",\n            \"cps_id\": true\n          },\n          \"subjects\": {\n            \"enrolled\": \"string\",\n            \"completed\": \"string\"\n          },\n          \"my_fields\": {\n            \"1\": \"string\",\n            \"2\": \"string\",\n            \"3\": \"string\",\n            \"4\": \"string\",\n            \"5\": \"string\",\n            \"6\": \"string\",\n            \"7\": \"string\",\n            \"8\": \"string\",\n            \"9\": \"string\",\n            \"10\": \"string\"\n          }\n        }\n      ]\n    },\n    {\n      \"request_id\": \"9dc21dc0-2cae-469b-b235-0c6809bb9c49\",\n      \"data\": [\n        {\n          \"enrolment_id\": 8000,\n          \"client_id\": 2025000001,\n          \"enrolment_type\": \"Manual enrolment\",\n          \"booking_status\": \"Confirmed\",\n          \"completion_status\": \"Completed\",\n          \"lln_assistence_required\": true,\n          \"cc_email_addres\": \"lEA7S7A6@fwwWfEMlVnZMZwQuUfuLPbmckLX.icv\",\n          \"referral\": \"string\",\n          \"usi_status\": \"Verified\",\n          \"course\": {\n            \"id\": \"string\",\n            \"accredited\": false,\n            \"active\": false\n          },\n          \"dates\": {\n            \"enrolment\": \"1991-08-23\",\n            \"completion\": \"1997-01-26\",\n            \"withdrawn\": \"1980-11-13\",\n            \"expected_start\": \"1996-12-07\",\n            \"expected_end\": \"2000-03-04\",\n            \"sent_to_elearning\": \"2019-12-30\",\n            \"completion_doc_issued\": \"1962-08-01\"\n          },\n          \"avetmiss\": {\n            \"report\": true,\n            \"fund_src_national\": \"2000-07-12\",\n            \"fund_src_state\": \"1992-08-20\",\n            \"fee_exemption_code\": \"1962-03-25\",\n            \"training_contract\": \"1954-04-28\",\n            \"client_id_apprent\": \"2009-08-17\",\n            \"purchasing_contract\": \"2021-07-22\",\n            \"purchasing_schedule\": \"1960-05-01\",\n            \"vet_in_school\": false\n          },\n          \"rapt\": {\n            \"report\": \"string\",\n            \"cps_id\": true\n          },\n          \"subjects\": {\n            \"enrolled\": \"string\",\n            \"completed\": \"string\"\n          },\n          \"my_fields\": {\n            \"1\": \"string\",\n            \"2\": \"string\",\n            \"3\": \"string\",\n            \"4\": \"string\",\n            \"5\": \"string\",\n            \"6\": \"string\",\n            \"7\": \"string\",\n            \"8\": \"string\",\n            \"9\": \"string\",\n            \"10\": \"string\"\n          }\n        },\n        {\n          \"enrolment_id\": 8000,\n          \"client_id\": 2025000001,\n          \"enrolment_type\": \"Manual enrolment\",\n          \"booking_status\": \"Confirmed\",\n          \"completion_status\": \"Completed\",\n          \"lln_assistence_required\": true,\n          \"cc_email_addres\": \"cKtSstP@KBVbearELHhl.rnmc\",\n          \"referral\": \"string\",\n          \"usi_status\": \"Verified\",\n          \"course\": {\n            \"id\": \"string\",\n            \"accredited\": false,\n            \"active\": true\n          },\n          \"dates\": {\n            \"enrolment\": \"1980-12-22\",\n            \"completion\": \"1974-10-31\",\n            \"withdrawn\": \"1990-06-02\",\n            \"expected_start\": \"1971-10-18\",\n            \"expected_end\": \"1964-10-04\",\n            \"sent_to_elearning\": \"1999-10-28\",\n            \"completion_doc_issued\": \"1957-12-25\"\n          },\n          \"avetmiss\": {\n            \"report\": false,\n            \"fund_src_national\": \"1985-08-16\",\n            \"fund_src_state\": \"1971-01-15\",\n            \"fee_exemption_code\": \"1968-10-16\",\n            \"training_contract\": \"2019-09-03\",\n            \"client_id_apprent\": \"1982-10-20\",\n            \"purchasing_contract\": \"1959-08-24\",\n            \"purchasing_schedule\": \"1980-06-26\",\n            \"vet_in_school\": false\n          },\n          \"rapt\": {\n            \"report\": \"string\",\n            \"cps_id\": true\n          },\n          \"subjects\": {\n            \"enrolled\": \"string\",\n            \"completed\": \"string\"\n          },\n          \"my_fields\": {\n            \"1\": \"string\",\n            \"2\": \"string\",\n            \"3\": \"string\",\n            \"4\": \"string\",\n            \"5\": \"string\",\n            \"6\": \"string\",\n            \"7\": \"string\",\n            \"8\": \"string\",\n            \"9\": \"string\",\n            \"10\": \"string\"\n          }\n        }\n      ]\n    }\n  ],\n  \"pages\": 573\n}"},{"id":"9ec4a9c5-7a12-4257-9a3c-4ff38fd24531","name":"Unsuccessful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.powerprorto.com.au/enrolments/active/:scope?page=1634","host":["https://api.powerprorto.com.au"],"path":["enrolments","active",":scope"],"query":[{"description":"Specify a different result page","key":"page","value":"1634"}],"variable":[{"key":"scope","value":"U","description":"Choice to retrieve active clients defined by active (U)nits, (M)odules, or all (*)"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Keep-Alive","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"string"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"error\": \"string\"\n  },\n  {\n    \"error\": \"string\"\n  }\n]"}],"_postman_id":"1fed6460-9060-487b-817a-6e214100d1f0"}],"id":"af9980c5-d2b9-44e2-8a23-a8499d174fe9","_postman_id":"af9980c5-d2b9-44e2-8a23-a8499d174fe9","description":""}],"id":"0c799e76-bb21-46ad-a69e-c89094ba5836","_postman_id":"0c799e76-bb21-46ad-a69e-c89094ba5836","description":""},{"name":"courses","item":[{"name":"{course_id}","item":[{"name":"Enrolments by course ID","id":"bbc89825-0ac2-44d5-a93b-af9a81889831","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.powerprorto.com.au/enrolments/courses/:course_id","description":"<p>Fetch data on a series of enrolments connected to a courses ID</p>\n","urlObject":{"path":["enrolments","courses",":course_id"],"host":["https://api.powerprorto.com.au"],"query":[],"variable":[{"id":"f54835f7-e874-40fd-b211-66636d9c6372","description":{"content":"<p>The ID of the course to find enrolments for</p>\n","type":"text/plain"},"type":"any","value":"1634","key":"course_id"}]}},"response":[{"id":"10692296-3f12-42e9-a8ba-9a9ae987b71d","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.powerprorto.com.au/enrolments/courses/:course_id","host":["https://api.powerprorto.com.au"],"path":["enrolments","courses",":course_id"],"variable":[{"key":"course_id","value":"1634","description":"The ID of the course to find enrolments for"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Keep-Alive","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"string"}],"cookie":[],"responseTime":null,"body":"{\n  \"request_id\": \"9e34e0ff-9caa-40ff-a301-6bc899c0d85a\",\n  \"data\": [\n    {\n      \"request_id\": \"9dc21dc0-2cae-469b-b235-0c6809bb9c49\",\n      \"data\": [\n        {\n          \"enrolment_id\": 8000,\n          \"client_id\": 2025000001,\n          \"enrolment_type\": \"Manual enrolment\",\n          \"booking_status\": \"Confirmed\",\n          \"completion_status\": \"Completed\",\n          \"lln_assistence_required\": false,\n          \"cc_email_addres\": \"afqisFUgW73@b.sya\",\n          \"referral\": \"string\",\n          \"usi_status\": \"Verified\",\n          \"course\": {\n            \"id\": \"string\",\n            \"accredited\": false,\n            \"active\": false\n          },\n          \"dates\": {\n            \"enrolment\": \"1959-10-14\",\n            \"completion\": \"1990-03-14\",\n            \"withdrawn\": \"2004-05-16\",\n            \"expected_start\": \"1998-05-22\",\n            \"expected_end\": \"2010-10-27\",\n            \"sent_to_elearning\": \"1946-12-05\",\n            \"completion_doc_issued\": \"1993-09-20\"\n          },\n          \"avetmiss\": {\n            \"report\": false,\n            \"fund_src_national\": \"2000-01-07\",\n            \"fund_src_state\": \"1967-02-26\",\n            \"fee_exemption_code\": \"1988-02-28\",\n            \"training_contract\": \"1978-02-03\",\n            \"client_id_apprent\": \"1957-10-20\",\n            \"purchasing_contract\": \"1974-07-22\",\n            \"purchasing_schedule\": \"1999-02-09\",\n            \"vet_in_school\": true\n          },\n          \"rapt\": {\n            \"report\": \"string\",\n            \"cps_id\": true\n          },\n          \"subjects\": {\n            \"enrolled\": \"string\",\n            \"completed\": \"string\"\n          },\n          \"my_fields\": {\n            \"1\": \"string\",\n            \"2\": \"string\",\n            \"3\": \"string\",\n            \"4\": \"string\",\n            \"5\": \"string\",\n            \"6\": \"string\",\n            \"7\": \"string\",\n            \"8\": \"string\",\n            \"9\": \"string\",\n            \"10\": \"string\"\n          }\n        },\n        {\n          \"enrolment_id\": 8000,\n          \"client_id\": 2025000001,\n          \"enrolment_type\": \"Manual enrolment\",\n          \"booking_status\": \"Confirmed\",\n          \"completion_status\": \"Completed\",\n          \"lln_assistence_required\": true,\n          \"cc_email_addres\": \"j0hSvk@xRuAhIJphpIBFArGksqTfi.in\",\n          \"referral\": \"string\",\n          \"usi_status\": \"Verified\",\n          \"course\": {\n            \"id\": \"string\",\n            \"accredited\": false,\n            \"active\": false\n          },\n          \"dates\": {\n            \"enrolment\": \"1963-07-18\",\n            \"completion\": \"1984-07-26\",\n            \"withdrawn\": \"1975-03-11\",\n            \"expected_start\": \"1975-10-20\",\n            \"expected_end\": \"1946-11-01\",\n            \"sent_to_elearning\": \"2021-02-24\",\n            \"completion_doc_issued\": \"2001-10-17\"\n          },\n          \"avetmiss\": {\n            \"report\": true,\n            \"fund_src_national\": \"2000-08-01\",\n            \"fund_src_state\": \"2016-08-04\",\n            \"fee_exemption_code\": \"2016-06-20\",\n            \"training_contract\": \"1961-11-22\",\n            \"client_id_apprent\": \"2007-12-26\",\n            \"purchasing_contract\": \"1981-08-20\",\n            \"purchasing_schedule\": \"1984-12-24\",\n            \"vet_in_school\": false\n          },\n          \"rapt\": {\n            \"report\": \"string\",\n            \"cps_id\": true\n          },\n          \"subjects\": {\n            \"enrolled\": \"string\",\n            \"completed\": \"string\"\n          },\n          \"my_fields\": {\n            \"1\": \"string\",\n            \"2\": \"string\",\n            \"3\": \"string\",\n            \"4\": \"string\",\n            \"5\": \"string\",\n            \"6\": \"string\",\n            \"7\": \"string\",\n            \"8\": \"string\",\n            \"9\": \"string\",\n            \"10\": \"string\"\n          }\n        }\n      ]\n    },\n    {\n      \"request_id\": \"9dc21dc0-2cae-469b-b235-0c6809bb9c49\",\n      \"data\": [\n        {\n          \"enrolment_id\": 8000,\n          \"client_id\": 2025000001,\n          \"enrolment_type\": \"Manual enrolment\",\n          \"booking_status\": \"Confirmed\",\n          \"completion_status\": \"Completed\",\n          \"lln_assistence_required\": true,\n          \"cc_email_addres\": \"lEA7S7A6@fwwWfEMlVnZMZwQuUfuLPbmckLX.icv\",\n          \"referral\": \"string\",\n          \"usi_status\": \"Verified\",\n          \"course\": {\n            \"id\": \"string\",\n            \"accredited\": false,\n            \"active\": false\n          },\n          \"dates\": {\n            \"enrolment\": \"1991-08-23\",\n            \"completion\": \"1997-01-26\",\n            \"withdrawn\": \"1980-11-13\",\n            \"expected_start\": \"1996-12-07\",\n            \"expected_end\": \"2000-03-04\",\n            \"sent_to_elearning\": \"2019-12-30\",\n            \"completion_doc_issued\": \"1962-08-01\"\n          },\n          \"avetmiss\": {\n            \"report\": true,\n            \"fund_src_national\": \"2000-07-12\",\n            \"fund_src_state\": \"1992-08-20\",\n            \"fee_exemption_code\": \"1962-03-25\",\n            \"training_contract\": \"1954-04-28\",\n            \"client_id_apprent\": \"2009-08-17\",\n            \"purchasing_contract\": \"2021-07-22\",\n            \"purchasing_schedule\": \"1960-05-01\",\n            \"vet_in_school\": false\n          },\n          \"rapt\": {\n            \"report\": \"string\",\n            \"cps_id\": true\n          },\n          \"subjects\": {\n            \"enrolled\": \"string\",\n            \"completed\": \"string\"\n          },\n          \"my_fields\": {\n            \"1\": \"string\",\n            \"2\": \"string\",\n            \"3\": \"string\",\n            \"4\": \"string\",\n            \"5\": \"string\",\n            \"6\": \"string\",\n            \"7\": \"string\",\n            \"8\": \"string\",\n            \"9\": \"string\",\n            \"10\": \"string\"\n          }\n        },\n        {\n          \"enrolment_id\": 8000,\n          \"client_id\": 2025000001,\n          \"enrolment_type\": \"Manual enrolment\",\n          \"booking_status\": \"Confirmed\",\n          \"completion_status\": \"Completed\",\n          \"lln_assistence_required\": true,\n          \"cc_email_addres\": \"cKtSstP@KBVbearELHhl.rnmc\",\n          \"referral\": \"string\",\n          \"usi_status\": \"Verified\",\n          \"course\": {\n            \"id\": \"string\",\n            \"accredited\": false,\n            \"active\": true\n          },\n          \"dates\": {\n            \"enrolment\": \"1980-12-22\",\n            \"completion\": \"1974-10-31\",\n            \"withdrawn\": \"1990-06-02\",\n            \"expected_start\": \"1971-10-18\",\n            \"expected_end\": \"1964-10-04\",\n            \"sent_to_elearning\": \"1999-10-28\",\n            \"completion_doc_issued\": \"1957-12-25\"\n          },\n          \"avetmiss\": {\n            \"report\": false,\n            \"fund_src_national\": \"1985-08-16\",\n            \"fund_src_state\": \"1971-01-15\",\n            \"fee_exemption_code\": \"1968-10-16\",\n            \"training_contract\": \"2019-09-03\",\n            \"client_id_apprent\": \"1982-10-20\",\n            \"purchasing_contract\": \"1959-08-24\",\n            \"purchasing_schedule\": \"1980-06-26\",\n            \"vet_in_school\": false\n          },\n          \"rapt\": {\n            \"report\": \"string\",\n            \"cps_id\": true\n          },\n          \"subjects\": {\n            \"enrolled\": \"string\",\n            \"completed\": \"string\"\n          },\n          \"my_fields\": {\n            \"1\": \"string\",\n            \"2\": \"string\",\n            \"3\": \"string\",\n            \"4\": \"string\",\n            \"5\": \"string\",\n            \"6\": \"string\",\n            \"7\": \"string\",\n            \"8\": \"string\",\n            \"9\": \"string\",\n            \"10\": \"string\"\n          }\n        }\n      ]\n    }\n  ],\n  \"pages\": 573\n}"},{"id":"4dad43cc-443c-44f9-b0ca-447b405123a8","name":"Unsuccessful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.powerprorto.com.au/enrolments/courses/:course_id","host":["https://api.powerprorto.com.au"],"path":["enrolments","courses",":course_id"],"variable":[{"key":"course_id","value":"1634","description":"The ID of the course to find enrolments for"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Keep-Alive","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"string"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"error\": \"string\"\n  },\n  {\n    \"error\": \"string\"\n  }\n]"}],"_postman_id":"bbc89825-0ac2-44d5-a93b-af9a81889831"}],"id":"1d2e30aa-99db-4965-99f7-15e7979337b6","_postman_id":"1d2e30aa-99db-4965-99f7-15e7979337b6","description":""}],"id":"cbec498d-fe42-4a5b-9c68-302fa31480d0","_postman_id":"cbec498d-fe42-4a5b-9c68-302fa31480d0","description":""},{"name":"clients","item":[{"name":"{client_id}","item":[{"name":"Enrolments by client ID","id":"9dce99c0-d7b0-4cde-aa59-9da88cae09c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.powerprorto.com.au/enrolments/clients/:client_id","description":"<p>Fetch data on a series of enrolments connected to a clients ID</p>\n","urlObject":{"path":["enrolments","clients",":client_id"],"host":["https://api.powerprorto.com.au"],"query":[],"variable":[{"id":"aff41c8e-4fd0-44e2-8803-a6128f0d6d5c","description":{"content":"<p>The ID of the client for which to return existing enrolments of</p>\n","type":"text/plain"},"type":"any","value":"1634","key":"client_id"}]}},"response":[{"id":"b66abceb-a020-4cad-8e8d-47ec0d157cd5","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.powerprorto.com.au/enrolments/clients/:client_id","host":["https://api.powerprorto.com.au"],"path":["enrolments","clients",":client_id"],"variable":[{"key":"client_id","value":"1634","description":"The ID of the client for which to return existing enrolments of"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Keep-Alive","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"string"}],"cookie":[],"responseTime":null,"body":"{\n  \"request_id\": \"9e34e0ff-9caa-40ff-a301-6bc899c0d85a\",\n  \"data\": [\n    {\n      \"request_id\": \"9dc21dc0-2cae-469b-b235-0c6809bb9c49\",\n      \"data\": [\n        {\n          \"enrolment_id\": 8000,\n          \"client_id\": 2025000001,\n          \"enrolment_type\": \"Manual enrolment\",\n          \"booking_status\": \"Confirmed\",\n          \"completion_status\": \"Completed\",\n          \"lln_assistence_required\": false,\n          \"cc_email_addres\": \"afqisFUgW73@b.sya\",\n          \"referral\": \"string\",\n          \"usi_status\": \"Verified\",\n          \"course\": {\n            \"id\": \"string\",\n            \"accredited\": false,\n            \"active\": false\n          },\n          \"dates\": {\n            \"enrolment\": \"1959-10-14\",\n            \"completion\": \"1990-03-14\",\n            \"withdrawn\": \"2004-05-16\",\n            \"expected_start\": \"1998-05-22\",\n            \"expected_end\": \"2010-10-27\",\n            \"sent_to_elearning\": \"1946-12-05\",\n            \"completion_doc_issued\": \"1993-09-20\"\n          },\n          \"avetmiss\": {\n            \"report\": false,\n            \"fund_src_national\": \"2000-01-07\",\n            \"fund_src_state\": \"1967-02-26\",\n            \"fee_exemption_code\": \"1988-02-28\",\n            \"training_contract\": \"1978-02-03\",\n            \"client_id_apprent\": \"1957-10-20\",\n            \"purchasing_contract\": \"1974-07-22\",\n            \"purchasing_schedule\": \"1999-02-09\",\n            \"vet_in_school\": true\n          },\n          \"rapt\": {\n            \"report\": \"string\",\n            \"cps_id\": true\n          },\n          \"subjects\": {\n            \"enrolled\": \"string\",\n            \"completed\": \"string\"\n          },\n          \"my_fields\": {\n            \"1\": \"string\",\n            \"2\": \"string\",\n            \"3\": \"string\",\n            \"4\": \"string\",\n            \"5\": \"string\",\n            \"6\": \"string\",\n            \"7\": \"string\",\n            \"8\": \"string\",\n            \"9\": \"string\",\n            \"10\": \"string\"\n          }\n        },\n        {\n          \"enrolment_id\": 8000,\n          \"client_id\": 2025000001,\n          \"enrolment_type\": \"Manual enrolment\",\n          \"booking_status\": \"Confirmed\",\n          \"completion_status\": \"Completed\",\n          \"lln_assistence_required\": true,\n          \"cc_email_addres\": \"j0hSvk@xRuAhIJphpIBFArGksqTfi.in\",\n          \"referral\": \"string\",\n          \"usi_status\": \"Verified\",\n          \"course\": {\n            \"id\": \"string\",\n            \"accredited\": false,\n            \"active\": false\n          },\n          \"dates\": {\n            \"enrolment\": \"1963-07-18\",\n            \"completion\": \"1984-07-26\",\n            \"withdrawn\": \"1975-03-11\",\n            \"expected_start\": \"1975-10-20\",\n            \"expected_end\": \"1946-11-01\",\n            \"sent_to_elearning\": \"2021-02-24\",\n            \"completion_doc_issued\": \"2001-10-17\"\n          },\n          \"avetmiss\": {\n            \"report\": true,\n            \"fund_src_national\": \"2000-08-01\",\n            \"fund_src_state\": \"2016-08-04\",\n            \"fee_exemption_code\": \"2016-06-20\",\n            \"training_contract\": \"1961-11-22\",\n            \"client_id_apprent\": \"2007-12-26\",\n            \"purchasing_contract\": \"1981-08-20\",\n            \"purchasing_schedule\": \"1984-12-24\",\n            \"vet_in_school\": false\n          },\n          \"rapt\": {\n            \"report\": \"string\",\n            \"cps_id\": true\n          },\n          \"subjects\": {\n            \"enrolled\": \"string\",\n            \"completed\": \"string\"\n          },\n          \"my_fields\": {\n            \"1\": \"string\",\n            \"2\": \"string\",\n            \"3\": \"string\",\n            \"4\": \"string\",\n            \"5\": \"string\",\n            \"6\": \"string\",\n            \"7\": \"string\",\n            \"8\": \"string\",\n            \"9\": \"string\",\n            \"10\": \"string\"\n          }\n        }\n      ]\n    },\n    {\n      \"request_id\": \"9dc21dc0-2cae-469b-b235-0c6809bb9c49\",\n      \"data\": [\n        {\n          \"enrolment_id\": 8000,\n          \"client_id\": 2025000001,\n          \"enrolment_type\": \"Manual enrolment\",\n          \"booking_status\": \"Confirmed\",\n          \"completion_status\": \"Completed\",\n          \"lln_assistence_required\": true,\n          \"cc_email_addres\": \"lEA7S7A6@fwwWfEMlVnZMZwQuUfuLPbmckLX.icv\",\n          \"referral\": \"string\",\n          \"usi_status\": \"Verified\",\n          \"course\": {\n            \"id\": \"string\",\n            \"accredited\": false,\n            \"active\": false\n          },\n          \"dates\": {\n            \"enrolment\": \"1991-08-23\",\n            \"completion\": \"1997-01-26\",\n            \"withdrawn\": \"1980-11-13\",\n            \"expected_start\": \"1996-12-07\",\n            \"expected_end\": \"2000-03-04\",\n            \"sent_to_elearning\": \"2019-12-30\",\n            \"completion_doc_issued\": \"1962-08-01\"\n          },\n          \"avetmiss\": {\n            \"report\": true,\n            \"fund_src_national\": \"2000-07-12\",\n            \"fund_src_state\": \"1992-08-20\",\n            \"fee_exemption_code\": \"1962-03-25\",\n            \"training_contract\": \"1954-04-28\",\n            \"client_id_apprent\": \"2009-08-17\",\n            \"purchasing_contract\": \"2021-07-22\",\n            \"purchasing_schedule\": \"1960-05-01\",\n            \"vet_in_school\": false\n          },\n          \"rapt\": {\n            \"report\": \"string\",\n            \"cps_id\": true\n          },\n          \"subjects\": {\n            \"enrolled\": \"string\",\n            \"completed\": \"string\"\n          },\n          \"my_fields\": {\n            \"1\": \"string\",\n            \"2\": \"string\",\n            \"3\": \"string\",\n            \"4\": \"string\",\n            \"5\": \"string\",\n            \"6\": \"string\",\n            \"7\": \"string\",\n            \"8\": \"string\",\n            \"9\": \"string\",\n            \"10\": \"string\"\n          }\n        },\n        {\n          \"enrolment_id\": 8000,\n          \"client_id\": 2025000001,\n          \"enrolment_type\": \"Manual enrolment\",\n          \"booking_status\": \"Confirmed\",\n          \"completion_status\": \"Completed\",\n          \"lln_assistence_required\": true,\n          \"cc_email_addres\": \"cKtSstP@KBVbearELHhl.rnmc\",\n          \"referral\": \"string\",\n          \"usi_status\": \"Verified\",\n          \"course\": {\n            \"id\": \"string\",\n            \"accredited\": false,\n            \"active\": true\n          },\n          \"dates\": {\n            \"enrolment\": \"1980-12-22\",\n            \"completion\": \"1974-10-31\",\n            \"withdrawn\": \"1990-06-02\",\n            \"expected_start\": \"1971-10-18\",\n            \"expected_end\": \"1964-10-04\",\n            \"sent_to_elearning\": \"1999-10-28\",\n            \"completion_doc_issued\": \"1957-12-25\"\n          },\n          \"avetmiss\": {\n            \"report\": false,\n            \"fund_src_national\": \"1985-08-16\",\n            \"fund_src_state\": \"1971-01-15\",\n            \"fee_exemption_code\": \"1968-10-16\",\n            \"training_contract\": \"2019-09-03\",\n            \"client_id_apprent\": \"1982-10-20\",\n            \"purchasing_contract\": \"1959-08-24\",\n            \"purchasing_schedule\": \"1980-06-26\",\n            \"vet_in_school\": false\n          },\n          \"rapt\": {\n            \"report\": \"string\",\n            \"cps_id\": true\n          },\n          \"subjects\": {\n            \"enrolled\": \"string\",\n            \"completed\": \"string\"\n          },\n          \"my_fields\": {\n            \"1\": \"string\",\n            \"2\": \"string\",\n            \"3\": \"string\",\n            \"4\": \"string\",\n            \"5\": \"string\",\n            \"6\": \"string\",\n            \"7\": \"string\",\n            \"8\": \"string\",\n            \"9\": \"string\",\n            \"10\": \"string\"\n          }\n        }\n      ]\n    }\n  ],\n  \"pages\": 573\n}"},{"id":"8470f658-7b16-4179-9538-701ffa6cfa4f","name":"Unsuccessful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.powerprorto.com.au/enrolments/clients/:client_id","host":["https://api.powerprorto.com.au"],"path":["enrolments","clients",":client_id"],"variable":[{"key":"client_id","value":"1634","description":"The ID of the client for which to return existing enrolments of"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Keep-Alive","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"string"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"error\": \"string\"\n  },\n  {\n    \"error\": \"string\"\n  }\n]"}],"_postman_id":"9dce99c0-d7b0-4cde-aa59-9da88cae09c7"}],"id":"c794b95c-f590-4535-8a69-9c1209428f54","_postman_id":"c794b95c-f590-4535-8a69-9c1209428f54","description":""}],"id":"a6fd587c-6f1c-452c-9869-54777819fee4","_postman_id":"a6fd587c-6f1c-452c-9869-54777819fee4","description":""},{"name":"All enrolments","id":"be12f291-2cc3-49a1-8e68-d440bcb4de2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.powerprorto.com.au/enrolments","description":"<p>Get a list of all enrolments in the system</p>\n","urlObject":{"path":["enrolments"],"host":["https://api.powerprorto.com.au"],"query":[],"variable":[]}},"response":[{"id":"5ff6170c-15d8-4e78-8687-b77386dcf7aa","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.powerprorto.com.au/enrolments"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Keep-Alive","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"string"}],"cookie":[],"responseTime":null,"body":"{\n  \"request_id\": \"9e34e0ff-9caa-40ff-a301-6bc899c0d85a\",\n  \"data\": [\n    {\n      \"request_id\": \"9dc21dc0-2cae-469b-b235-0c6809bb9c49\",\n      \"data\": [\n        {\n          \"enrolment_id\": 8000,\n          \"client_id\": 2025000001,\n          \"enrolment_type\": \"Manual enrolment\",\n          \"booking_status\": \"Confirmed\",\n          \"completion_status\": \"Completed\",\n          \"lln_assistence_required\": false,\n          \"cc_email_addres\": \"afqisFUgW73@b.sya\",\n          \"referral\": \"string\",\n          \"usi_status\": \"Verified\",\n          \"course\": {\n            \"id\": \"string\",\n            \"accredited\": false,\n            \"active\": false\n          },\n          \"dates\": {\n            \"enrolment\": \"1959-10-14\",\n            \"completion\": \"1990-03-14\",\n            \"withdrawn\": \"2004-05-16\",\n            \"expected_start\": \"1998-05-22\",\n            \"expected_end\": \"2010-10-27\",\n            \"sent_to_elearning\": \"1946-12-05\",\n            \"completion_doc_issued\": \"1993-09-20\"\n          },\n          \"avetmiss\": {\n            \"report\": false,\n            \"fund_src_national\": \"2000-01-07\",\n            \"fund_src_state\": \"1967-02-26\",\n            \"fee_exemption_code\": \"1988-02-28\",\n            \"training_contract\": \"1978-02-03\",\n            \"client_id_apprent\": \"1957-10-20\",\n            \"purchasing_contract\": \"1974-07-22\",\n            \"purchasing_schedule\": \"1999-02-09\",\n            \"vet_in_school\": true\n          },\n          \"rapt\": {\n            \"report\": \"string\",\n            \"cps_id\": true\n          },\n          \"subjects\": {\n            \"enrolled\": \"string\",\n            \"completed\": \"string\"\n          },\n          \"my_fields\": {\n            \"1\": \"string\",\n            \"2\": \"string\",\n            \"3\": \"string\",\n            \"4\": \"string\",\n            \"5\": \"string\",\n            \"6\": \"string\",\n            \"7\": \"string\",\n            \"8\": \"string\",\n            \"9\": \"string\",\n            \"10\": \"string\"\n          }\n        },\n        {\n          \"enrolment_id\": 8000,\n          \"client_id\": 2025000001,\n          \"enrolment_type\": \"Manual enrolment\",\n          \"booking_status\": \"Confirmed\",\n          \"completion_status\": \"Completed\",\n          \"lln_assistence_required\": true,\n          \"cc_email_addres\": \"j0hSvk@xRuAhIJphpIBFArGksqTfi.in\",\n          \"referral\": \"string\",\n          \"usi_status\": \"Verified\",\n          \"course\": {\n            \"id\": \"string\",\n            \"accredited\": false,\n            \"active\": false\n          },\n          \"dates\": {\n            \"enrolment\": \"1963-07-18\",\n            \"completion\": \"1984-07-26\",\n            \"withdrawn\": \"1975-03-11\",\n            \"expected_start\": \"1975-10-20\",\n            \"expected_end\": \"1946-11-01\",\n            \"sent_to_elearning\": \"2021-02-24\",\n            \"completion_doc_issued\": \"2001-10-17\"\n          },\n          \"avetmiss\": {\n            \"report\": true,\n            \"fund_src_national\": \"2000-08-01\",\n            \"fund_src_state\": \"2016-08-04\",\n            \"fee_exemption_code\": \"2016-06-20\",\n            \"training_contract\": \"1961-11-22\",\n            \"client_id_apprent\": \"2007-12-26\",\n            \"purchasing_contract\": \"1981-08-20\",\n            \"purchasing_schedule\": \"1984-12-24\",\n            \"vet_in_school\": false\n          },\n          \"rapt\": {\n            \"report\": \"string\",\n            \"cps_id\": true\n          },\n          \"subjects\": {\n            \"enrolled\": \"string\",\n            \"completed\": \"string\"\n          },\n          \"my_fields\": {\n            \"1\": \"string\",\n            \"2\": \"string\",\n            \"3\": \"string\",\n            \"4\": \"string\",\n            \"5\": \"string\",\n            \"6\": \"string\",\n            \"7\": \"string\",\n            \"8\": \"string\",\n            \"9\": \"string\",\n            \"10\": \"string\"\n          }\n        }\n      ]\n    },\n    {\n      \"request_id\": \"9dc21dc0-2cae-469b-b235-0c6809bb9c49\",\n      \"data\": [\n        {\n          \"enrolment_id\": 8000,\n          \"client_id\": 2025000001,\n          \"enrolment_type\": \"Manual enrolment\",\n          \"booking_status\": \"Confirmed\",\n          \"completion_status\": \"Completed\",\n          \"lln_assistence_required\": true,\n          \"cc_email_addres\": \"lEA7S7A6@fwwWfEMlVnZMZwQuUfuLPbmckLX.icv\",\n          \"referral\": \"string\",\n          \"usi_status\": \"Verified\",\n          \"course\": {\n            \"id\": \"string\",\n            \"accredited\": false,\n            \"active\": false\n          },\n          \"dates\": {\n            \"enrolment\": \"1991-08-23\",\n            \"completion\": \"1997-01-26\",\n            \"withdrawn\": \"1980-11-13\",\n            \"expected_start\": \"1996-12-07\",\n            \"expected_end\": \"2000-03-04\",\n            \"sent_to_elearning\": \"2019-12-30\",\n            \"completion_doc_issued\": \"1962-08-01\"\n          },\n          \"avetmiss\": {\n            \"report\": true,\n            \"fund_src_national\": \"2000-07-12\",\n            \"fund_src_state\": \"1992-08-20\",\n            \"fee_exemption_code\": \"1962-03-25\",\n            \"training_contract\": \"1954-04-28\",\n            \"client_id_apprent\": \"2009-08-17\",\n            \"purchasing_contract\": \"2021-07-22\",\n            \"purchasing_schedule\": \"1960-05-01\",\n            \"vet_in_school\": false\n          },\n          \"rapt\": {\n            \"report\": \"string\",\n            \"cps_id\": true\n          },\n          \"subjects\": {\n            \"enrolled\": \"string\",\n            \"completed\": \"string\"\n          },\n          \"my_fields\": {\n            \"1\": \"string\",\n            \"2\": \"string\",\n            \"3\": \"string\",\n            \"4\": \"string\",\n            \"5\": \"string\",\n            \"6\": \"string\",\n            \"7\": \"string\",\n            \"8\": \"string\",\n            \"9\": \"string\",\n            \"10\": \"string\"\n          }\n        },\n        {\n          \"enrolment_id\": 8000,\n          \"client_id\": 2025000001,\n          \"enrolment_type\": \"Manual enrolment\",\n          \"booking_status\": \"Confirmed\",\n          \"completion_status\": \"Completed\",\n          \"lln_assistence_required\": true,\n          \"cc_email_addres\": \"cKtSstP@KBVbearELHhl.rnmc\",\n          \"referral\": \"string\",\n          \"usi_status\": \"Verified\",\n          \"course\": {\n            \"id\": \"string\",\n            \"accredited\": false,\n            \"active\": true\n          },\n          \"dates\": {\n            \"enrolment\": \"1980-12-22\",\n            \"completion\": \"1974-10-31\",\n            \"withdrawn\": \"1990-06-02\",\n            \"expected_start\": \"1971-10-18\",\n            \"expected_end\": \"1964-10-04\",\n            \"sent_to_elearning\": \"1999-10-28\",\n            \"completion_doc_issued\": \"1957-12-25\"\n          },\n          \"avetmiss\": {\n            \"report\": false,\n            \"fund_src_national\": \"1985-08-16\",\n            \"fund_src_state\": \"1971-01-15\",\n            \"fee_exemption_code\": \"1968-10-16\",\n            \"training_contract\": \"2019-09-03\",\n            \"client_id_apprent\": \"1982-10-20\",\n            \"purchasing_contract\": \"1959-08-24\",\n            \"purchasing_schedule\": \"1980-06-26\",\n            \"vet_in_school\": false\n          },\n          \"rapt\": {\n            \"report\": \"string\",\n            \"cps_id\": true\n          },\n          \"subjects\": {\n            \"enrolled\": \"string\",\n            \"completed\": \"string\"\n          },\n          \"my_fields\": {\n            \"1\": \"string\",\n            \"2\": \"string\",\n            \"3\": \"string\",\n            \"4\": \"string\",\n            \"5\": \"string\",\n            \"6\": \"string\",\n            \"7\": \"string\",\n            \"8\": \"string\",\n            \"9\": \"string\",\n            \"10\": \"string\"\n          }\n        }\n      ]\n    }\n  ],\n  \"pages\": 573\n}"},{"id":"ebb98fdd-00fd-4288-85e8-0f12f46acb7a","name":"Unsuccessful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.powerprorto.com.au/enrolments"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Keep-Alive","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"string"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"error\": \"string\"\n  },\n  {\n    \"error\": \"string\"\n  }\n]"}],"_postman_id":"be12f291-2cc3-49a1-8e68-d440bcb4de2a"},{"name":"Create enrolment","id":"0b9c2350-d874-4057-ae33-d34e65843f30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"course_id","value":"6022"},{"key":"client_id","value":"6761"},{"key":"invoice_type_student","value":"true"},{"key":"enrolment_date","value":"1988-02-06"},{"key":"booking_status","value":"C"},{"key":"additional_cc_email","value":"john.doe@example.com"},{"key":"enrol_in_electives","value":"true"},{"key":"lookup_unit_results","value":"false"},{"key":"lln_assistance_required","value":"false"},{"key":"power_qr_consent","value":"false"},{"key":"lead_source","value":"string"},{"key":"my_field1","value":"string"},{"key":"my_field2","value":"string"},{"key":"my_field3","value":"string"},{"key":"my_field4","value":"string"},{"key":"my_field5","value":"string"},{"key":"my_field6","value":"string"},{"key":"my_field7","value":"string"},{"key":"my_field8","value":"string"},{"key":"my_field9","value":"string"},{"key":"my_field10","value":"string"},{"key":"invoice_create","value":"false"},{"key":"invoice_doc_template","value":"string"},{"key":"invoice_description","value":"string"},{"description":"<p>A numeric value with a max length of 9 digits and 2 decimal places</p>\n","key":"invoice_value","value":"1234567.89"},{"description":"<p>A numeric value with a max length of 9 digits and 2 decimal places</p>\n","key":"invoice_gst_value","value":"1234567.89"},{"key":"invoice_purchase_order","value":"string"},{"key":"payment_create","value":"false"},{"description":"<p>A numeric value with a max length of 9 digits and 2 decimal places</p>\n","key":"payment_value","value":"1234567.89"},{"key":"payment_mode","value":"string"},{"key":"payment_reference","value":"string"}]},"url":"https://api.powerprorto.com.au/enrolments","description":"<p>Create a new enrolment to add into PowerPro</p>\n","urlObject":{"path":["enrolments"],"host":["https://api.powerprorto.com.au"],"query":[],"variable":[]}},"response":[{"id":"64406abf-ceaa-4c7d-8f80-8758ecfb5afa","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"course_id","value":"6022"},{"key":"client_id","value":"6761"},{"key":"invoice_type_student","value":"true"},{"key":"enrolment_date","value":"1988-02-06"},{"key":"booking_status","value":"C"},{"key":"additional_cc_email","value":"john.doe@example.com"},{"key":"enrol_in_electives","value":"true"},{"key":"lookup_unit_results","value":"false"},{"key":"lln_assistance_required","value":"false"},{"key":"power_qr_consent","value":"false"},{"key":"lead_source","value":"string"},{"key":"my_field1","value":"string"},{"key":"my_field2","value":"string"},{"key":"my_field3","value":"string"},{"key":"my_field4","value":"string"},{"key":"my_field5","value":"string"},{"key":"my_field6","value":"string"},{"key":"my_field7","value":"string"},{"key":"my_field8","value":"string"},{"key":"my_field9","value":"string"},{"key":"my_field10","value":"string"},{"key":"invoice_create","value":"false"},{"key":"invoice_doc_template","value":"string"},{"key":"invoice_description","value":"string"},{"description":"A numeric value with a max length of 9 digits and 2 decimal places","key":"invoice_value","value":"1234567.89"},{"description":"A numeric value with a max length of 9 digits and 2 decimal places","key":"invoice_gst_value","value":"1234567.89"},{"key":"invoice_purchase_order","value":"string"},{"key":"payment_create","value":"false"},{"description":"A numeric value with a max length of 9 digits and 2 decimal places","key":"payment_value","value":"1234567.89"},{"key":"payment_mode","value":"string"},{"key":"payment_reference","value":"string"}]},"url":"https://api.powerprorto.com.au/enrolments"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Keep-Alive","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"string"}],"cookie":[],"responseTime":null,"body":"{\n  \"request_id\": \"9e34e0ff-9caa-40ff-a301-6bc899c0d85a\",\n  \"data\": [\n    {\n      \"enrolment_id\": 1234,\n      \"info\": \"Enrolment Created\"\n    },\n    {\n      \"enrolment_id\": 1234,\n      \"info\": \"Enrolment Created\"\n    }\n  ]\n}"},{"id":"ad122658-ae4b-411f-b498-4c8d8d921c13","name":"Unsuccessful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"course_id","value":"6022"},{"key":"client_id","value":"6761"},{"key":"invoice_type_student","value":"true"},{"key":"enrolment_date","value":"1988-02-06"},{"key":"booking_status","value":"C"},{"key":"additional_cc_email","value":"john.doe@example.com"},{"key":"enrol_in_electives","value":"true"},{"key":"lookup_unit_results","value":"false"},{"key":"lln_assistance_required","value":"false"},{"key":"power_qr_consent","value":"false"},{"key":"lead_source","value":"string"},{"key":"my_field1","value":"string"},{"key":"my_field2","value":"string"},{"key":"my_field3","value":"string"},{"key":"my_field4","value":"string"},{"key":"my_field5","value":"string"},{"key":"my_field6","value":"string"},{"key":"my_field7","value":"string"},{"key":"my_field8","value":"string"},{"key":"my_field9","value":"string"},{"key":"my_field10","value":"string"},{"key":"invoice_create","value":"false"},{"key":"invoice_doc_template","value":"string"},{"key":"invoice_description","value":"string"},{"description":"A numeric value with a max length of 9 digits and 2 decimal places","key":"invoice_value","value":"1234567.89"},{"description":"A numeric value with a max length of 9 digits and 2 decimal places","key":"invoice_gst_value","value":"1234567.89"},{"key":"invoice_purchase_order","value":"string"},{"key":"payment_create","value":"false"},{"description":"A numeric value with a max length of 9 digits and 2 decimal places","key":"payment_value","value":"1234567.89"},{"key":"payment_mode","value":"string"},{"key":"payment_reference","value":"string"}]},"url":"https://api.powerprorto.com.au/enrolments"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Keep-Alive","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"string"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"string"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"error\": \"string\"\n  },\n  {\n    \"error\": \"string\"\n  }\n]"}],"_postman_id":"0b9c2350-d874-4057-ae33-d34e65843f30"}],"id":"1c2b0585-9398-4426-8434-c53dd66454ff","_postman_id":"1c2b0585-9398-4426-8434-c53dd66454ff","description":""}],"variable":[{"key":"baseUrl","value":"https://api.powerprorto.com.au"},{"key":"api_key","value":"string"}]}