{"info":{"_postman_id":"87701887-506b-4f05-b204-fed896d5a7b4","name":"WEM DER API Reference","description":"<html><head></head><body><p>The Distributed Energy Resource Register (DERR) is an AEMO platform used by the Network Operator in the Wholesale Electricity Market (WEM) to register and maintain DER Generation Information. This information is submitted and managed using three APIs:</p>\n<ul>\n<li>OAuth API: Generating an OAuth access token to access the WEM DER NMI and WEM DER Installation APIs.</li>\n<li>WEM DER NMI API: Creating, updating and retrieving NMI records.</li>\n<li>WEM DER Installation API: Creating, updating and retrieving DER Installation records.</li>\n</ul>\n<h1 id=\"audience\">Audience</h1>\n<p>The primary audience is IT staff in the Network Operator's organisation.</p>\n<p><strong>Note</strong>: WEM DER APIs access and use is limited to AEMO and the Network Operator only.</p>\n<h1 id=\"assumed-knowledge\">Assumed knowledge</h1>\n<ol><li><p>API and JSON or YAML basics.</p></li><li><p><a href=\"https://visualisations.aemo.com.au/aemo/web-help/Content/API_Reference/API_introduction.htm?TocPath=API%20Reference|_____0\">AEMO's API Reference</a>.</p></li><li><p><a href=\"https://visualisations.aemo.com.au/aemo/web-help/Content/TLSCertificateManagement/TLSCertificateManagement.htm?TocPath=TLS&nbsp;Certificate\">TLS Certificate Management</a>.</p></li></ol>\n\n<h1 id=\"prerequisites\">Prerequisites</h1>\n<p>Before you can use the WEM DER APIs, you must:</p>\n<ul>\n<li>Understand the procedures governing the operation of the market relating to<br>  wholesale trading of electricity and the provision of ancillary services.</li>\n<li>Have an API gateway and a TLS certificate.</li>\n<li>Test your submission in the pre-production environment before submitting to production. AEMO encourages to use the pre-production environment to test procedures and train staff.</li>\n</ul>\n<h1 id=\"parameters\">Parameters</h1>\n<p>Path or query parameters.</p>\n<h1 id=\"api-portal\">API portal</h1>\n<h3 id=\"pre-production\">Pre-production</h3>\n<p><a href=\"https://developer-portal-ppd.aemo.com.au/wem-der-nmi\">WEM DER NMI API</a><br><a href=\"https://dev.aemo.com.au/wem-der-installation-v2\">WEM Installation API</a></p>\n<h3 id=\"production\">Production</h3>\n<p><a href=\"https://dev.aemo.com.au/wem-der-nmi%22\">WEM DER NMI API</a></p>\n<p><a href=\"https://dev.aemo.com.au/wem-der-installation-v2\">WEM Installation API</a></p>\n<h1 id=\"related-information\">Related information</h1>\n<ul>\n<li><a href=\"https://www.aemo.com.au/energy-systems/electricity/wholesale-electricity-market-wem/procedures-policies-and-guides/procedures\">AEMO | WEM Procedures</a></li>\n<li><a href=\"https://aemo.com.au/energy-systems/electricity/der-register/data-der/data-dashboard-wa\">AEMO | DER data dashboard WA</a></li>\n<li><a href=\"https://aemo.com.au/energy-systems/electricity/der-register/der-register-reference-information\">AEMO | DER Register Reference Information</a></li>\n<li><a href=\"https://aemo.com.au/-/media/files/market-it-systems/der-guides/wem-der-register-technical-specification-and-release-schedule.pdf?la=en\">WEM DER Technical Specification V2.00</a></li>\n</ul>\n<h1 id=\"authorisation\">Authorisation</h1>\n<p>Authorisation is only applicable to AEMO and the Network Operator.</p>\n<p>WEM DER Installation API requests and WEM DER NMI API requests are authorised with an OAuth token. The token is created using API keys generated in an app in the API portal. For help, see the <a href=\"https://aemo.com.au/-/media/files/market-it-systems/der-guides/wem-der-register-technical-specification-and-release-schedule.pdf?la=en\">WEM DERR Technical Specification</a>.</p>\n<p>When making an API request, include the OAuth token string in a HTTPS Authorization header.</p>\n<h1 id=\"compression\">Compression</h1>\n\n<p>You can submit your API requests compressed or uncompressed. Compression protocols are gzip or deflate.</p>\n\n<h1 id=\"throttling\">Throttling</h1>\n\n<p>To control traffic, AEMO implements Throttling on API Endpoint requests.</p>\n\n<p>The WEM DER Installation API has a rate limit of 6000 requests per minute. When calls exceed the limit, a 429 “Too Many Requests” response code is returned.</p>\n<h1 id=\"submission-gateway-addresses\">Submission gateway addresses</h1>\n\n<h2 id=\"internet\">Internet</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Environment</strong></th>\n<th><strong>Base URL</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>NMI API  <br>pre-production</td>\n<td><a href=\"https://partner.api.preprod.aemo.com.au/wem/v1/der-register\">https://partner.api.preprod.aemo.com.au/wem/v1/der-register</a></td>\n</tr>\n<tr>\n<td>NMI API  <br>production</td>\n<td><a href=\"https://partner.api.prod.aemo.com.au/wem/v1/der-register\">https://partner.api.prod.aemo.com.au/wem/v1/der-register</a></td>\n</tr>\n<tr>\n<td>V2 WEM DER Installation API  <br>pre-production</td>\n<td><a href=\"https://partner.api.preprod.aemo.com.au/v2/der-register\">https://partner.api.preprod.aemo.com.au/v2/der-register</a></td>\n</tr>\n<tr>\n<td>V2 WEM DER Installation API  <br>production</td>\n<td><a href=\"https://partner.api.aemo.com.au/v2/der-register\">https://partner.api.aemo.com.au/v2/der-register</a></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"oauth\">OAuth</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Environment</strong></th>\n<th><strong>Base URL</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Pre-production</td>\n<td><a href=\"https://api.preprod.aemo.com.au/oauth/v1/\">https://api.preprod.aemo.com.au/oauth/v1/</a></td>\n</tr>\n<tr>\n<td>Production</td>\n<td><a href=\"https://api.prod.aemo.com.au/oauth/v1/\">https://api.prod.aemo.com.au/oauth/v1/</a></td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"submission-size\">Submission size</h1>\n<p>A submission request or response has a payload limit of 10 MB (compressed or uncompressed).</p>\n<h1 id=\"identifying-api-calls\">Identifying API calls</h1>\n<p>A transaction ID is assigned to every API call to uniquely identify every API request to help with support and triaging issues.</p>\n<p>If there is an issue with a request, the Network Operator can provide the Transaction ID provided in the API response to assist AEMO in identifying any issues.</p>\n<h1 id=\"response-codes\">Response codes</h1>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Response</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Successful response</td>\n<td>200</td>\n<td>200 OK The API request was successful.</td>\n</tr>\n<tr>\n<td>Successful Created response</td>\n<td>201</td>\n<td>201 Created The API request was successful and created a new record.</td>\n</tr>\n<tr>\n<td>Bad Request</td>\n<td>400</td>\n<td>400 Bad Request The API request was malformed, check the submitted request parameters or body are valid.</td>\n</tr>\n<tr>\n<td>Invalid Credentials</td>\n<td>401</td>\n<td>401 Unauthorized. Check that the provided credentials are correct and have not expired.</td>\n</tr>\n<tr>\n<td>Not found</td>\n<td>404</td>\n<td>404 Resource Not Found - refer to example below. The URL used for the API is incorrect.</td>\n</tr>\n<tr>\n<td>Bad HTTP Method</td>\n<td>405</td>\n<td>405 Method Not Allowed - refer to example below. The HTTP Method (GET, POST, PUT, etc…) is not valid for the API.</td>\n</tr>\n<tr>\n<td>Content-Length header required</td>\n<td>411</td>\n<td>411 Length Required The Content-Length HTTP header was not provided.</td>\n</tr>\n<tr>\n<td>Unsupported media type</td>\n<td>415</td>\n<td>415 Unsupported Media Type The Content-Type header must be application/json</td>\n</tr>\n<tr>\n<td>Business validation error</td>\n<td>422</td>\n<td>422 Unprocessable Entity The request was well formed but the submitted content failed business validation rules.</td>\n</tr>\n<tr>\n<td>Too Many Requests</td>\n<td>429</td>\n<td>429 Too Many Requests DER Register calls allow a maximum of 6000 requests per minute. Check that the API calls are not exceeding this limit.</td>\n</tr>\n<tr>\n<td>Internal Server Error</td>\n<td>500</td>\n<td>500 Internal Server Error There was an unexpected error in AEMO’s systems while processing this request. Try again, or if this continues then raise a support call to AEMO.</td>\n</tr>\n<tr>\n<td>Application Unavailable</td>\n<td>503</td>\n<td>503 Service Unavailable The API is not currently available. Check if there is a planned or unplanned outage.</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"validation\">Validation</h1>\n\n<p>There are several validation levels to ensure data is correctly submitted to the WEM DER Register by the Network Operator:</p>\n<ul>\n<li>WEM DER NMI API: Two validation levels – JSON schema validation and first level validations.</li>\n<li>WEM DER Installation API: Three validation levels – JSON schema validation, first level validations and second level validations.</li>\n</ul>\n<p>For more details on the validation errors and how to resolve them, see the <a href=\"https://aemo.com.au/-/media/files/market-it-systems/der-guides/wem-der-register-technical-specification-and-release-schedule.pdf?la=en\">WEM DER Technical Specification v2.00</a>.</p>\n<h2 id=\"json-schema-validations\">JSON schema validations</h2>\n<p>AEMO's system validates the API request payload. If it fails validation, a 400 HTTP response status code is returned. A 1020 JSON error code can also be returned in the response with specific details of the error.</p>\n<h2 id=\"first-level-validation\">First level validation</h2>\n<p>First level validations check the data submitted for a create or update API requests are valid according to the validation rules.</p>\n<p>A 200 or 201 response code indicates a successful request and the change is accepted to the DER Register data.</p>\n<p>If the request fails first level validation the API returns a 422 HTTP response code. First level validation errors are indicated in the “code” field with an error code in the range of 1000 to 1999 with details of the error.</p>\n<h2 id=\"second-level-validation\">Second level validation</h2>\n<p>When creating or updating DER Register records using the WEM DER Installation API, second level validations occur after the request has passed the first level validations and the API returns a successful 201 or 200 response.</p>\n<p>If the request fails second level validation, errors are indicated in the response under “exceptions” with an error code of 2023, 2024 or 2040 and details of the error. The submitted data is accepted, but the installation stage is set to ‘Conditional’, and the data is recorded in the DER Register along with the exceptions.</p>\n<p>See the WEM DERR Technical Specification for more information on resolving errors.</p>\n<h1 id=\"api-endpoints-and-response-details\">API endpoints and response details</h1>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Audience","slug":"audience"},{"content":"Assumed knowledge","slug":"assumed-knowledge"},{"content":"Prerequisites","slug":"prerequisites"},{"content":"Parameters","slug":"parameters"},{"content":"API portal","slug":"api-portal"},{"content":"Related information","slug":"related-information"},{"content":"Authorisation","slug":"authorisation"},{"content":"Compression","slug":"compression"},{"content":"Throttling","slug":"throttling"},{"content":"Submission gateway addresses","slug":"submission-gateway-addresses"},{"content":"Submission size","slug":"submission-size"},{"content":"Identifying API calls","slug":"identifying-api-calls"},{"content":"Response codes","slug":"response-codes"},{"content":"Validation","slug":"validation"},{"content":"API endpoints and response details","slug":"api-endpoints-and-response-details"}],"owner":"26491644","collectionId":"87701887-506b-4f05-b204-fed896d5a7b4","publishedId":"2s9Xxzsrcb","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"492249","highlight":"B766C2"},"publishDate":"2023-11-23T01:34:32.000Z"},"item":[{"name":"OAuth API","item":[{"name":"token","event":[{"listen":"test","script":{"id":"d5b68e75-1764-4be2-8fe2-ad81f6d54416","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"accessToken\", jsonData.access_token);"],"type":"text/javascript"}}],"id":"3ac95ec5-73bb-44dc-ba95-93d5d976a1e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Basic MTBsY3FZQUNpcGE2WXh3QnRvNkVnM0M4NE9iRHpCdEo6dmtzOVp2SkhtdGVKcGx2bA==","description":"<p>Client ID and secret values as a Basic Authentication header, status: required</p>\n","type":"text"}],"url":"https://api.prod.aemo.com.au/oauth/v1/token?grant_type=client_credentials","urlObject":{"protocol":"https","host":["api.prod.aemo.com.au/oauth/v1/token"],"query":[{"description":{"content":"<p>The grant type.</p>\n","type":"text/plain"},"key":"grant_type","value":"client_credentials"}],"variable":[]}},"response":[{"id":"ff8ed286-9eab-42bd-84ed-65f81d05ee5e","name":"token","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic MTBsY3FZQUNpcGE2WXh3QnRvNkVnM0M4NE9iRHpCdEo6dmtzOVp2SkhtdGVKcGx2bA==","description":"Client ID and secret (i.e. API key and secret) values as a Basic Authentication header.","type":"text"}],"url":{"raw":"https://api.prod.aemo.com.au/oauth/v1//oauth/v1/token?grant_type=client_credentials","protocol":"https","host":["api.prod.aemo.com.au/oauth/v1/"],"path":["oauth","v1","token"],"query":[{"key":"grant_type","value":"client_credentials","description":"The grant type."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"transactionID\": \"890448741511466-c-gsy1-329-6131174-1\",\n    \"acess_token\": \"iqdiIbWggxbQjBEoph5D0NRFzOSt\",\n    \"access_token_expires_in\": \"3599\"\n}"}],"_postman_id":"3ac95ec5-73bb-44dc-ba95-93d5d976a1e9"}],"id":"77894548-3778-41dd-9835-60b6ad685aa8","description":"<p>The OAuth API generates access tokens in JSON Web Token (JWT) format. The tokens are used for authorising API requests.</p>\n<h3 id=\"status\">Status</h3>\n<p>Final. The design is available for participants to use.</p>\n","_postman_id":"77894548-3778-41dd-9835-60b6ad685aa8"},{"name":"WEM DER NMI API","item":[{"name":"createNMI","id":"571c4e62-4991-4743-8a89-f1c26d64155a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{accessToken}}","type":"text","description":"<p>The access token received from the OAuth API, status: required</p>\n"},{"key":"X-initiatingParticipantID","value":"EHUB","type":"text","description":"<p>Participant ID, type: string, status: required</p>\n"},{"key":"X-market","value":"WEM","type":"text","description":"<p>Identifies the market, status: required, type: string</p>\n"},{"key":"Accept","value":"application/json","type":"text","description":"<p>Identifies the content types accepted by the client, option: application/json , type: string</p>\n"},{"key":"Accept-Encoding","value":"gzip, compress, or deflate","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"nmi\": \"string\",\r\n    \"substation\": \"string\",\r\n    \"postCode\": \"string\",\r\n    \"tni\": \"string\",\r\n    \"status\": \"string\"\r\n}"},"url":"https://partner.api.aemo.com.au/wem/v1/der-register/nmi-details","urlObject":{"protocol":"https","path":["nmi-details"],"host":["partner.api.aemo.com.au/wem/v1/der-register"],"query":[],"variable":[]}},"response":[{"id":"93156fca-9de2-426e-94f9-52c1464af49e","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{accessToken}}","type":"text","description":"The access token received from the OAuth API, status: required"},{"key":"Accept","name":"Content-Type","value":"application/json","description":"Identifies the content types accepted by the client, option: application/json , type: string","type":"text"},{"key":"X-initiatingParticipantID","value":"EHUB","type":"text","description":"Participant ID, type: string, status: required"},{"key":"X-market","value":"WEM","type":"text","description":"Identifies the market, status: required, type: string"}],"body":{"mode":"raw","raw":"{\r\n    \"nmi\": \"string\",\r\n    \"substation\": \"string\",\r\n    \"postCode\": \"string\",\r\n    \"tni\": \"string\",\r\n    \"status\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://partner.api.aemo.com.au/wem/v1/der-register/nmi-details"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"transactionId\": \"44b10adc-069f-66fb-a657-d96e4d4e6c46\",\n    \"data\": {}\n}\n"},{"id":"0f381da3-46b1-491f-91b2-be9d261cc53b","name":"Bad Request with 1020 error code","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{accessToken}}","type":"text","description":"The access token received from the OAuth API, status: required"},{"key":"Accept","name":"Content-Type","value":"application/json","description":"Identifies the content types accepted by the client, option: application/json , type: string","type":"text"},{"key":"X-initiatingParticipantID","value":"EHUB","type":"text","description":"Participant ID, type: string, status: required"},{"key":"X-market","value":"WEM","type":"text","description":"Identifies the market, status: required, type: string"}],"body":{"mode":"raw","raw":"{\r\n    \"nmi\": \"string\",\r\n    \"substation\": \"sub\",\r\n    \"postCode\": \"6000\",\r\n    \"tni\": \"tni1\",\r\n    \"status\": \"Inactivestatus\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://partner.api.aemo.com.au/wem/v1/der-register/nmi-details"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"transactionId\": \"3de65a57-e1d3-4a94-9619-d4aab5424bdb\",\n    \"data\": {},\n    \"errors\": [\n        {\n            \"code\": 1020,\n            \"title\": \"request.body.status\",\n            \"detail\": \"is not one of enum values: Active,Extinct\",\n            \"source\": null\n        },\n    ]\n}"},{"id":"7150145f-2f8c-4aa7-9763-097952bb9efa","name":"Business validation error with 1000 and 1010 error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{accessToken}}","type":"text","description":"The access token received from the OAuth API, status: required"},{"key":"Accept","name":"Content-Type","value":"application/json","description":"Identifies the content types accepted by the client, option: application/json , type: string","type":"text"},{"key":"X-initiatingParticipantID","value":"EHUB","type":"text","description":"Participant ID, type: string, status: required"},{"key":"X-market","value":"WEM","type":"text","description":"Identifies the market, status: required, type: string"}],"body":{"mode":"raw","raw":"{\r\n    \"nmi\": \"800A000000\",\r\n    \"substation\": \"subeeeee\",\r\n    \"postCode\": \"6000\",\r\n    \"tni\": \"tni2\",\r\n    \"status\": \"Active\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://partner.api.aemo.com.au/wem/v1/der-register/nmi-details"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"transactionId\": \"bc5701d2-4dcf-49d5-b11f-08d5db9c63a0\",\n    \"errors\": [\n        {\n            \"code\": \"1010\",\n            \"title\": \"Level 1 Validation Failed\",\n            \"detail\": \"1010 - Invalid submission: Value must be between 8001000000 and 8020999999 or WAAA000000 to WAAAZZZZZZ excluding WAAAW.\",\n            \"source\": \"\"\n        }\n    ]\n}\n"}],"_postman_id":"571c4e62-4991-4743-8a89-f1c26d64155a"},{"name":"getNMI","id":"6c760ce8-e88c-489b-920d-5293f516df61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{accessToken}}","type":"text","description":"<p>The access token received from the OAuth API, status: required</p>\n"},{"key":"X-initiatingParticipantID","value":"EHUB","type":"text","description":"<p>Participant ID, type: string, status: required</p>\n"},{"key":"X-market","value":"WEM","type":"text","description":"<p>Identifies the market, status: required, type: string</p>\n"}],"url":"https://partner.api.aemo.com.au/wem/v1/der-register/nmi-details/:NMI","description":"<p>Get NMI record details.</p>\n","urlObject":{"protocol":"https","path":["nmi-details",":NMI"],"host":["partner.api.aemo.com.au/wem/v1/der-register"],"query":[],"variable":[{"description":{"content":"<p>The National Metering Identifier allocated by the Network Operator for each Connection Point where the DER installation has been installed \nPermitted range: 8001000000 to 8020999999 or WAAA000000 to WAAAZZZZZZ excluding WAAAW</p>\n","type":"text/plain"},"type":"any","value":"","key":"NMI"}]}},"response":[{"id":"d5ae14ae-3cd8-45da-b781-fc9bdc431f4d","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{accessToken}}","type":"text","description":"The access token received from the OAuth API, status: required"},{"key":"X-initiatingParticipantID","value":"EHUB","type":"text","description":"Identifies which Participant ID the Participant User is acting for, status: required"},{"key":"X-market","value":"WEM","type":"text","description":"Identifies the market, status: required, type: string"}],"url":{"raw":"https://partner.api.aemo.com.au/wem/v1/der-register/nmi-details/:NMI","protocol":"https","host":["partner.api.aemo.com.au/wem/v1/der-register"],"path":["nmi-details",":NMI"],"variable":[{"key":"NMI","value":"","description":"The National Metering Identifier allocated by the Network Operator for each Connection Point where the DER installation has been installed \nPermitted range: 8001000000 to 8020999999 or WAAA000000 to WAAAZZZZZZ excluding WAAAW"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"transactionId\": \"<GUID>\",\n    \"data\": {\n        \"nmi\": \"string\",\n        \"substation\": \"string\",\n        \"postCode\": \"string\",\n        \"tni\": \"string\",\n        \"status\": \"string\",\n        \"recordCreationDate\": \"string:date-time\",\n        \"recordUpdateDate\": \"string:date-time\"\n    }\n}"},{"id":"1277212b-e769-451c-82a8-d6622b10d1bc","name":"Not found","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{accessToken}}","type":"text","description":"The access token received from the OAuth API, status: required"},{"key":"X-initiatingParticipantID","value":"EHUB","type":"text","description":"Identifies which Participant ID the Participant User is acting for, status: required"},{"key":"X-market","value":"WEM","type":"text","description":"Identifies the market, status: required, type: string"}],"url":{"raw":"https://partner.api.aemo.com.au/wem/v1/der-register/nmi-details/:NMI","protocol":"https","host":["partner.api.aemo.com.au/wem/v1/der-register"],"path":["nmi-details",":NMI"],"variable":[{"key":"NMI","value":null,"description":"The National Metering Identifier allocated by the Network Operator for each Connection Point where the DER installation has been installed \nPermitted range: 8001000000 to 8020999999 or WAAA000000 to WAAAZZZZZZ excluding WAAAW"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"transactionId\": \"1a0fe9e1-8f0a-48c3-957b-c7d7c1c76875\",\n    \"errors\": [\n        {\n            \"code\": \"1010\",\n            \"title\": \"Level 1 Validation Failed\",\n            \"detail\": \"1010 - Invalid submission: NMI does not exist.\",\n            \"source\": \"\"\n        }\n    ]\n}"}],"_postman_id":"6c760ce8-e88c-489b-920d-5293f516df61"},{"name":"updateNMI","id":"2b5c0d01-1df1-4ab1-94e9-a44b0c2e4c7f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{accessToken}}","type":"text","description":"<p>The access token received from the OAuth API, status: required</p>\n"},{"key":"Accept","value":"application/json","type":"text","description":"<p>Identifies the content types accepted by the client, option: application/json , type: string</p>\n"},{"key":"X-initiatingParticipantID","value":"EHUB","type":"text","description":"<p>Participant ID, type: string, status: required</p>\n"},{"key":"X-market","value":"WEM","type":"text","description":"<p>Identifies the market, status: required, type: string</p>\n"}],"body":{"mode":"raw","raw":"{\r\n    \"nmi\": \"string\",\r\n    \"substation\": \"string\",\r\n    \"postCode\": \"string\",\r\n    \"tni\": \"string\",\r\n    \"status\": \"string\"\r\n}\r\n"},"url":"https://partner.api.aemo.com.au/wem/v1/der-register/nmi-details/:NMI","description":"<p>Update a NMI record.</p>\n","urlObject":{"protocol":"https","path":["nmi-details",":NMI"],"host":["partner.api.aemo.com.au/wem/v1/der-register"],"query":[],"variable":[{"description":{"content":"<p>The National Metering Identifier allocated by the Network Operator for each Connection Point where the DER installation has been installed \nPermitted range: 8001000000 to 8020999999 or WAAA000000 to WAAAZZZZZZ excluding WAAAW</p>\n","type":"text/plain"},"type":"any","value":"","key":"NMI"}]}},"response":[{"id":"7726d983-7f7b-4ac2-b24e-ec93938850b1","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{accessToken}}","type":"text","description":"The access token received from the OAuth API, status: required"},{"key":"Accept","value":"application/json","type":"text","description":"Identifies the content types accepted by the client, option: application/json , type: string"},{"key":"X-initiatingParticipantID","value":"EHUB","type":"text","description":"Participant ID, type: string, status: required"},{"key":"X-market","value":"WEM","type":"text","description":"Identifies the market, status: required, type: string"}],"body":{"mode":"raw","raw":"{\r\n    \"nmi\": \"string\",\r\n    \"substation\": \"string\",\r\n    \"postCode\": \"string\",\r\n    \"tni\": \"string\",\r\n    \"status\": \"string\"\r\n}\r\n"},"url":{"raw":"https://partner.api.aemo.com.au/wem/v1/der-registernmi-details/:NMI","protocol":"https","host":["partner.api.aemo.com.au/wem/v1/der-registernmi-details"],"path":[":NMI"],"variable":[{"key":"NMI","value":"","description":"The National Metering Identifier allocated by the Network Operator for each Connection Point where the DER installation has been installed \nPermitted range: 8001000000 to 8020999999 or WAAA000000 to WAAAZZZZZZ excluding WAAAW"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"transactionId\": \"c34a899c-f73f-427d-bbab-6fb0676g1e87\",\n    \"data\": {}\n}"},{"id":"855f1f5e-51cb-46cf-b6eb-06b9df30d2d0","name":"Business validation error 1020 and 1010 error","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{accessToken}}","type":"text","description":"The access token received from the OAuth API, status: required."},{"key":"Accept","name":"Content-Type","value":"application/json","description":"Identifies the content types accepted by the client, option: application/json , type: string","type":"text"},{"key":"X-initiatingParticipantID","value":"EHUB","type":"text","description":"Participant ID, type: string, status: required"},{"key":"X-market","value":"WEM","type":"text","description":"Identifies the market, status: required, type: string"}],"body":{"mode":"raw","raw":"{\r\n    \"substation\": \"\\b\",\r\n    \"nmi\": \"string\",\r\n    \"status\": \"Active\",\r\n    \"postCode\": \"6000\",\r\n    \"tni\": \"ccc\\b\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://partner.api.aemo.com.au/wem/v1/der-registernmi-details/:NMI","protocol":"https","host":["partner.api.aemo.com.au/wem/v1/der-registernmi-details"],"path":[":NMI"],"variable":[{"key":"NMI","value":null,"description":"The National Metering Identifier allocated by the Network Operator for each Connection Point where the DER installation has been installed \nPermitted range: 8001000000 to 8020999999 or WAAA000000 to WAAAZZZZZZ excluding WAAAW"}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"transactionId\": \"d0dd3b4c-4968-438c-b3a5-423b2e410g62\",\n    \"errors\": [\n        {\n            \"code\": \"1020\",\n            \"title\": \"Level 1 Validation Failed\",\n            \"detail\": \"tni contains control characters. [\\n, \\r, \\t, \\f, \\b, \\\", \\\\] are not allowed.\",\n            \"source\": \"\"\n        },\n        {\n            \"code\": \"1020\",\n            \"title\": \"Level 1 Validation Failed\",\n            \"detail\": \"substation contains control characters. [\\n, \\r, \\t, \\f, \\b, \\\", \\\\] are not allowed.\",\n            \"source\": \"\"\n        },\n        {\n            \"code\": \"1010\",\n            \"title\": \"Level 1 Validation Failed\",\n            \"detail\": \"1010 - Invalid submission: NMI does not exist.\",\n            \"source\": \"\"\n        }\n    ]\n}\n"}],"_postman_id":"2b5c0d01-1df1-4ab1-94e9-a44b0c2e4c7f"}],"id":"4164007f-3215-4c6a-9891-12f475375ada","description":"<p>The WEM DER NMI API creates, updates, and retrieves details of the NMIs submitted to the DER Register.</p>\n<h3 id=\"api-status\">API status</h3>\n<p>The design is ready for the Network Operator to use.</p>\n<h3 id=\"nmi-record-properties\">NMI record properties</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>nmi</td>\n<td>string, , maximum 10</td>\n<td>false</td>\n<td>Unique identifier for each connection point where the DER installation has been installed or approved</td>\n</tr>\n<tr>\n<td>substation</td>\n<td>string , maximum 40</td>\n<td>false</td>\n<td>Substation</td>\n</tr>\n<tr>\n<td>postCode</td>\n<td>string</td>\n<td>false</td>\n<td>Postcode  <br />Allowed values: 6000-699</td>\n</tr>\n<tr>\n<td>tni</td>\n<td>string</td>\n<td>false</td>\n<td>Transmission Node Identifier (TNI) Code representing a Transmission Connection Point</td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>false</td>\n<td>NMI status  <br />Allowed values: Inactive,Active,Extinct</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"4164007f-3215-4c6a-9891-12f475375ada"},{"name":"V2 WEM DER Installation API","item":[{"name":"install","id":"19522f5a-cba2-4d88-9b2d-d7e7aae42c7f","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{accessToken}}","description":"<p>The access token received from the OAuth API, status: required</p>\n","type":"text"},{"key":"X-initiatingParticipantID","value":"EHUB","description":"<p>Participant ID, type: string, status: required</p>\n","type":"text"},{"key":"X-market","value":"WEM","description":"<p>Identifies the market, status: required, type: string</p>\n","type":"text"},{"key":"Accept","value":"application/json","description":"<p>Identifies the content types accepted by the client, option: application/json , type: string</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"data\": \r\n    {\r\n        \"nmi\": \"string\",\r\n        \"jobNumber\": \"string\",\r\n        \"approvedCapacity\": \"number\",\r\n        \"loadCapacity\": \"number\",\r\n        \"exportLimitkW\": \"number\",\r\n        \"importLimitkW\": \" number\",\r\n        \"availablePhasesCount\": \"number\",\r\n        \"installedPhasesCount\": \"number\",\r\n        \"islandableInstallation\": \"string\",\r\n        \"centralProtectionControl\": \"string\",\r\n        \"underFrequencyProtection\": \"number\",\r\n        \"underFrequencyProtectionDelay\": \"number\",\r\n        \"overFrequencyProtection\": \"number\",\r\n        \"overFrequencyProtectionDelay\": \"number\",\r\n        \"underVoltageProtection\": \"number\",\r\n        \"underVoltageProtectionDelay\": \"number\",\r\n        \"overVoltageProtection\": \"number\",\r\n        \"overVoltageProtectionDelay\": \"number\",\r\n        \"sustainedOverVoltage\": \"number\",\r\n        \"sustainedOverVoltageDelay\": \"number\",\r\n        \"frequencyRateOfChange\": \"number\",\r\n        \"voltageVectorShift\": \"number\",\r\n        \"interTripScheme\": \"string\",\r\n        \"neutralVoltageDisplacement\": \"number\",\r\n        \"otherProtection\": \"number\",\r\n        \"installerId\": \"string\",\r\n        \"comments\": \"string\",\r\n        \"acConnections\": \r\n        [\r\n            {\r\n                \"nspConnectionId\": \"string\",\r\n                \"commissioningDate\": \"string:date\",\r\n                \"equipmentType\": \"string\",\r\n                \"count\": \"number\",\r\n                \"status\": \"string\",\r\n                \"equipmentInjectionCapacity\": \"number\",\r\n                \"equipmentWithdrawalCapacity\": \"number\",\r\n                \"evseOwnershipStatus\": \"string\",\r\n                \"authorisedAgent\": \"string\",\r\n                \"managementMethod\": \"string\",\r\n                \"frequencyRateOfChange\": \"number\",\r\n                \"voltageVectorShift\": \"number\",\r\n                \"interTripScheme\": \"string\",\r\n                \"neutralVoltageDisplacement\": \"number\",\r\n                \"details\":\r\n                {\r\n                   \r\n                    \"serialNumbers\": [\"string\"],\r\n                    \"manufacturerName\": \"string\",\r\n                    \"modelNumber\": \"string\",\r\n                    \"equipmentSeries\": \"string\",\r\n                    \"equipmentStandard\": \"string\",\r\n                    \"regionSetting\": \"string\",\r\n                    \"additionalRequirements\": \"string\",\r\n                    \"sustainOpOvervoltLimit\": \"number\",\r\n                    \"stopAtOverFreq\": \"number\",\r\n                    \"stopAtUnderFreq\": \"number\",\r\n                    \"dredInverterInteraction\": \"number\",\r\n                    \"invVoltWattRespMode\": \"string\",\r\n                    \"invWattRespV1\": \"number\",\r\n                    \"invWattRespV2\": \"number\",\r\n                    \"invWattRespV3\": \"number\",\r\n                    \"invWattRespV4\": \"number\",\r\n                    \"invWattRespPAtV1\": \"number\",\r\n                    \"invWattRespPAtV2\": \"number\",\r\n                    \"invWattRespPAtV3\": \"number\",\r\n                    \"invWattRespPAtV4\": \"number\",\r\n                    \"invVoltVarRespMode\": \"string\",\r\n                    \"invVarRespV1\": \"number\",\r\n                    \"invVarRespV2\": \"number\",\r\n                    \"invVarRespV3\": \"number\",\r\n                    \"invVarRespV4\": \"number\",\r\n                    \"invVarRespQAtV1\": \"number\",\r\n                    \"invVarRespQAtV2\": \"number\",\r\n                    \"invVarRespQAtV3\": \"number\",\r\n                    \"invVarRespQAtV4\": \"number\",\r\n                    \"invReactivePowerMode\": \"string\",\r\n                    \"invFixReactivePower\": \"number\",\r\n                    \"fixPowerFactorMode\": \"string\",\r\n                    \"fixPowerFactor\": \"number\",\r\n                    \"fixPowerFactorQuad\": \"string\",\r\n                    \"powerRespMode\": \"string\",\r\n                    \"referencePointP1\": \"number\",\r\n                    \"referencePointP2\": \"number\",\r\n                    \"powerFactorAtP1\": \"number\",\r\n                    \"powerFactorQuadAtP1\": \"string\",\r\n                    \"powerFactorAtP2\": \"number\",\r\n                    \"powerFactorQuadAtP2\": \"string\",\r\n                    \"powerRateLimitMode\": \"string\",\r\n                    \"powerRampRate\": \"number\",\r\n                    \"reactivePowerRegulation\": \"string\",\r\n                    \"voltageSetPoint\": \"number\",\r\n                    \"voltageSetPointUnit\": \"string\",\r\n                    \"deadband\": \"number\",\r\n                    \"droop\": \"number\",\r\n                    \"baseForDroop\": \"number\",\r\n                    \"reactivePowerSourceLimit\": \"number\",\r\n                    \"reactivePowerSinkLimit\": \"number\",\r\n                    \"reactiveFixPowerFactor\": \"number\",\r\n                    \"reactiveFixPowerFactorQuad\": \"string\",\r\n                    \"generatorRampRate\": \"number\",\r\n                    \"powerRampGradient\": \"number\",\r\n                    \"frequencySensitiveMode\": \"string\",\r\n                    \"frequencyDeadband\": \"number\",\r\n                    \"frequencyDroop\": \"number\"\r\n                },\r\n                \"devices\": \r\n                [\r\n                    {\r\n                        \"nspDeviceId\": \"string\",\r\n                        \"type\": \"string\",\r\n                        \"comments\": \"string\",\r\n                        \"count\": \"number\",\r\n                        \"status\": \"string\",\r\n                        \"details\":\r\n                        {\r\n                            \"manufacturerName\": \"string\",\r\n                            \"modelNumber\": \"string\",\r\n                            \"nominalRatedCapacity\": \"number\",\r\n                            \"nominalLoadCapacity\": \"number\",\r\n                            \"nominalStorageCapacity\": \"number\"\r\n                        }\r\n                    }\r\n                ]\r\n            }\r\n        ]\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://partner.api.aemo.com.au/v2/der-register/installation","description":"<p>Create a DER installation record.</p>\n<p>For more information on the example requests, see Appendix B in <a href=\"https://aemo.com.au/-/media/files/market-it-systems/der-guides/wem-der-register-technical-specification-and-release-schedule.pdf?la=en\">WEM DER Technical Specification.</a></p>\n","urlObject":{"protocol":"https","path":["installation"],"host":["partner.api.aemo.com.au/v2/der-register"],"query":[],"variable":[]}},"response":[{"id":"5db42bb7-124c-4efe-be67-3d778e99bb82","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{accessToken}}","description":"The access token received from the OAuth API, status: required","type":"text"},{"key":"X-initiatingParticipantID","value":"EHUB","description":"Required Participant ID, type: string, status: required","type":"text"},{"key":"X-market","value":"WEM","description":"Identifies the market, status: required, type: string","type":"text"},{"key":"Accept","value":"application/json","description":"Identifies the content types accepted by the client, option: application/json , type: string","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"data\": \r\n    {\r\n        \"nmi\": \"string\",\r\n        \"jobNumber\": \"string\",\r\n        \"approvedCapacity\": \"number\",\r\n        \"loadCapacity\": \"number\",\r\n        \"exportLimitkW\": \"number\",\r\n        \"importLimitkW\": \" number\",\r\n        \"availablePhasesCount\": \"number\",\r\n        \"installedPhasesCount\": \"number\",\r\n        \"islandableInstallation\": \"string\",\r\n        \"centralProtectionControl\": \"string\",\r\n        \"underFrequencyProtection\": \"number\",\r\n        \"underFrequencyProtectionDelay\": \"number\",\r\n        \"overFrequencyProtection\": \"number\",\r\n        \"overFrequencyProtectionDelay\": \"number\",\r\n        \"underVoltageProtection\": \"number\",\r\n        \"underVoltageProtectionDelay\": \"number\",\r\n        \"overVoltageProtection\": \"number\",\r\n        \"overVoltageProtectionDelay\": \"number\",\r\n        \"sustainedOverVoltage\": \"number\",\r\n        \"sustainedOverVoltageDelay\": \"number\",\r\n        \"frequencyRateOfChange\": \"number\",\r\n        \"voltageVectorShift\": \"number\",\r\n        \"interTripScheme\": \"string\",\r\n        \"neutralVoltageDisplacement\": \"number\",\r\n        \"otherProtection\": \"number\",\r\n        \"installerId\": \"string\",\r\n        \"comments\": \"string\",\r\n        \"acConnections\": \r\n        [\r\n            {\r\n                \"nspConnectionId\": \"string\",\r\n                \"commissioningDate\": \"string:date\",\r\n                \"equipmentType\": \"string\",\r\n                \"count\": \"number\",\r\n                \"status\": \"string\",\r\n                \"equipmentInjectionCapacity\": \"number\",\r\n                \"equipmentWithdrawalCapacity\": \"number\",\r\n                \"evseOwnershipStatus\": \"string\",\r\n                \"authorisedAgent\": \"string\",\r\n                \"managementMethod\": \"string\",\r\n                \"frequencyRateOfChange\": \"number\",\r\n                \"voltageVectorShift\": \"number\",\r\n                \"interTripScheme\": \"string\",\r\n                \"neutralVoltageDisplacement\": \"number\",\r\n                \"details\":\r\n                {\r\n                   \r\n                    \"serialNumbers\": [\"string\"],\r\n                    \"manufacturerName\": \"string\",\r\n                    \"modelNumber\": \"string\",\r\n                    \"equipmentSeries\": \"string\",\r\n                    \"equipmentStandard\": \"string\",\r\n                    \"regionSetting\": \"string\",\r\n                    \"additionalRequirements\": \"string\",\r\n                    \"sustainOpOvervoltLimit\": \"number\",\r\n                    \"stopAtOverFreq\": \"number\",\r\n                    \"stopAtUnderFreq\": \"number\",\r\n                    \"dredInverterInteraction\": \"number\",\r\n                    \"invVoltWattRespMode\": \"string\",\r\n                    \"invWattRespV1\": \"number\",\r\n                    \"invWattRespV2\": \"number\",\r\n                    \"invWattRespV3\": \"number\",\r\n                    \"invWattRespV4\": \"number\",\r\n                    \"invWattRespPAtV1\": \"number\",\r\n                    \"invWattRespPAtV2\": \"number\",\r\n                    \"invWattRespPAtV3\": \"number\",\r\n                    \"invWattRespPAtV4\": \"number\",\r\n                    \"invVoltVarRespMode\": \"string\",\r\n                    \"invVarRespV1\": \"number\",\r\n                    \"invVarRespV2\": \"number\",\r\n                    \"invVarRespV3\": \"number\",\r\n                    \"invVarRespV4\": \"number\",\r\n                    \"invVarRespQAtV1\": \"number\",\r\n                    \"invVarRespQAtV2\": \"number\",\r\n                    \"invVarRespQAtV3\": \"number\",\r\n                    \"invVarRespQAtV4\": \"number\",\r\n                    \"invReactivePowerMode\": \"string\",\r\n                    \"invFixReactivePower\": \"number\",\r\n                    \"fixPowerFactorMode\": \"string\",\r\n                    \"fixPowerFactor\": \"number\",\r\n                    \"fixPowerFactorQuad\": \"string\",\r\n                    \"powerRespMode\": \"string\",\r\n                    \"referencePointP1\": \"number\",\r\n                    \"referencePointP2\": \"number\",\r\n                    \"powerFactorAtP1\": \"number\",\r\n                    \"powerFactorQuadAtP1\": \"string\",\r\n                    \"powerFactorAtP2\": \"number\",\r\n                    \"powerFactorQuadAtP2\": \"string\",\r\n                    \"powerRateLimitMode\": \"string\",\r\n                    \"powerRampRate\": \"number\",\r\n                    \"reactivePowerRegulation\": \"string\",\r\n                    \"voltageSetPoint\": \"number\",\r\n                    \"voltageSetPointUnit\": \"string\",\r\n                    \"deadband\": \"number\",\r\n                    \"droop\": \"number\",\r\n                    \"baseForDroop\": \"number\",\r\n                    \"reactivePowerSourceLimit\": \"number\",\r\n                    \"reactivePowerSinkLimit\": \"number\",\r\n                    \"reactiveFixPowerFactor\": \"number\",\r\n                    \"reactiveFixPowerFactorQuad\": \"string\",\r\n                    \"generatorRampRate\": \"number\",\r\n                    \"powerRampGradient\": \"number\",\r\n                    \"frequencySensitiveMode\": \"string\",\r\n                    \"frequencyDeadband\": \"number\",\r\n                    \"frequencyDroop\": \"number\"\r\n                },\r\n                \"devices\": \r\n                [\r\n                    {\r\n                        \"nspDeviceId\": \"string\",\r\n                        \"type\": \"string\",\r\n                        \"comments\": \"string\",\r\n                        \"count\": \"number\",\r\n                        \"status\": \"string\",\r\n                        \"details\":\r\n                        {\r\n                            \"manufacturerName\": \"string\",\r\n                            \"modelNumber\": \"string\",\r\n                            \"nominalRatedCapacity\": \"number\",\r\n                            \"nominalLoadCapacity\": \"number\",\r\n                            \"nominalStorageCapacity\": \"number\"\r\n                        }\r\n                    }\r\n                ]\r\n            }\r\n        ]\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://partner.api.aemo.com.au/v2/der-register/v2/der-register/installation"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"transactionId\": \"string\",\r\n    \"data\":\r\n    {\r\n        \"nmi\": \"string\",\r\n        \"recordCreationDate\": \"string:date-time\",\r\n\t      \"recordUpdateDate\": \"string:date-time\"\r\n\t\t...\r\n        \"acConnections\": \r\n        [\r\n            {\r\n                \"connectionId\": \"number\",\r\n                \"nspConnectionId\": \"string\",\r\n                \"installationStage\": \"string\",\r\n                \"recordConfirmedDate\": \"string:date-time\",\r\n                \"recordCreationDate\": \"string:date-time\",\r\n\t      \t\t \"recordUpdateDate\": \"string:date-time\"\r\n\t\t\t ...\r\n                \"details\":\r\n                {\r\n\t\t\t   ...\r\n                },\r\n                \"devices\": \r\n                [\r\n                    {\r\n                        \"deviceId\": \"number\",\r\n                        \"nspDeviceId\": \"string\",\r\n                \t  \"installationStage\": \"string\",\r\n          \t         \"recordConfirmedDate\": \"string:date-time\",\r\n                \t  \"recordCreationDate\": \"string:date-time\",\r\n\t\t\t      \t  \"recordUpdateDate\": \"string:date-time\"\r\n\t\t\t\t  ...\r\n                        \"details\":\r\n                        {\r\n\t\t\t\t    ...\r\n                        }\r\n                    }\r\n                ]\r\n            }\r\n        ],\r\n        \"exceptions\":\r\n        [\r\n            {\r\n                \"exceptionId\": \"number\",\r\n                \"code\": \"number\",\r\n                \"title\": \"string\",\r\n                \"detail\": \"string\",\r\n                \"deviceId\": \"number\",\r\n                \"connectionId\": \"number\"\r\n            }\r\n        ]\r\n    }\r\n}\r\n"},{"id":"1bf7de97-c93c-4a5f-9f60-0a8770f344e8","name":"Single DER installation/Connection ID for DER Equipment Type – 5 kVA Solar PV Inverter with one DER Device Type – Solar PV (for the Solar PV panels","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{accessToken}}","description":"The access token received from the OAuth API, status: required","type":"text"},{"key":"X-initiatingParticipantID","value":"EHUB","description":"Participant ID, type: string, status: required","type":"text"},{"key":"X-market","value":"WEM","description":"Identifies the market, status: required, type: string","type":"text"},{"key":"Accept","value":"application/json","description":"Identifies the content types accepted by the client, option: application/json , type: string","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"data\": {\r\n\t\t\"nmi\": \"10 digit nmi\",\r\n\t\t\"jobNumber\": \"Job Number\",\r\n\t\t\"approvedCapacity\": 5,\r\n\t\t\"loadCapacity\": 0,\r\n\t\t\"exportLimitkW\": 5,\r\n\t\t\"importLimitkW\": 0,\r\n\t\t\"availablePhasesCount\": 1,\r\n\t\t\"installedPhasesCount\": 1,\r\n\t\t\"islandableInstallation\": \"No\",\r\n\t\t\"centralProtectionControl\": \"No\",\r\n\t\t\"underFrequencyProtection\": null,\r\n\t\t\"underFrequencyProtectionDelay\": null,\r\n\t\t\"overFrequencyProtection\": null,\r\n\t\t\"overFrequencyProtectionDelay\": null,\r\n\t\t\"underVoltageProtection\": null,\r\n\t\t\"underVoltageProtectionDelay\": null,\r\n\t\t\"overVoltageProtection\": null,\r\n\t\t\"overVoltageProtectionDelay\": null,\r\n\t\t\"sustainedOverVoltage\": null,\r\n\t\t\"sustainedOverVoltageDelay\": null,\r\n\t\t\"frequencyRateOfChange\": null,\r\n\t\t\"voltageVectorShift\": null,\r\n\t\t\"interTripScheme\": null,\r\n\t\t\"neutralVoltageDisplacement\": null,\r\n\t\t\"otherProtection\": null,\r\n\t\t\"installerId\": \"123456789\",\r\n\t\t\"comments\": \"Comments\",\r\n\t\t\"acConnections\": [\r\n\t\t\t{\r\n\t\t\t\t\"connectionId\": null,\r\n\t\t\t\t\"nspConnectionId\": \"nspConnectionId\",\r\n\t\t\t\t\"commissioningDate\": \"2023-10-03\",\r\n\t\t\t\t\"equipmentType\": \"Solar PV Inverter\",\r\n\t\t\t\t\"count\": 1,\r\n\t\t\t\t\"status\": \"Active\",\r\n\t\t\t\t\"equipmentInjectionCapacity\": 5,\r\n\t\t\t\t\"equipmentWithdrawalCapacity\": 0,\r\n\t\t\t\t\"evseOwnershipStatus\": null,\r\n\t\t\t\t\"authorisedAgent\": \"agent name\",\r\n\t\t\t\t\"managementMethod\": \"OEM API\",\r\n\t\t\t\t\"frequencyRateOfChange\": null,\r\n\t\t\t\t\"voltageVectorShift\": null,\r\n\t\t\t\t\"interTripScheme\": null,\r\n\t\t\t\t\"neutralVoltageDisplacement\": null,\r\n\t\t\t\t\"details\": {\r\n\t\t\t\t\t\"serialNumbers\": [\r\n\t\t\t\t\t\t\"123456789\"\r\n\t\t\t\t\t],\r\n\t\t\t\t\t\"manufacturerName\": \"Manufactuer name\",\r\n\t\t\t\t\t\"modelNumber\": \"Model Number\",\r\n\t\t\t\t\t\"equipmentSeries\": \"Equipment Series\",\r\n\t\t\t\t\t\"equipmentStandard\": \"AS/NZS.4777.2:2020\",\r\n\t\t\t\t\t\"regionSetting\": \"B\",\r\n\t\t\t\t\t\"additionalRequirements\": \"None\",\r\n\t\t\t\t\t\"sustainOpOvervoltLimit\": null,\r\n\t\t\t\t\t\"stopAtOverFreq\": null,\r\n\t\t\t\t\t\"stopAtUnderFreq\": null,\r\n\t\t\t\t\t\"dredInverterInteraction\": null,\r\n\t\t\t\t\t\"invVoltWattRespMode\": null,\r\n\t\t\t\t\t\"invWattRespV1\": null,\r\n\t\t\t\t\t\"invWattRespV2\": null,\r\n\t\t\t\t\t\"invWattRespV3\": null,\r\n\t\t\t\t\t\"invWattRespV4\": null,\r\n\t\t\t\t\t\"invWattRespPAtV1\": null,\r\n\t\t\t\t\t\"invWattRespPAtV2\": null,\r\n\t\t\t\t\t\"invWattRespPAtV3\": null,\r\n\t\t\t\t\t\"invWattRespPAtV4\": null,\r\n\t\t\t\t\t\"invVoltVarRespMode\": null,\r\n\t\t\t\t\t\"invVarRespV1\": null,\r\n\t\t\t\t\t\"invVarRespV2\": null,\r\n\t\t\t\t\t\"invVarRespV3\": null,\r\n\t\t\t\t\t\"invVarRespV4\": null,\r\n\t\t\t\t\t\"invVarRespQAtV1\": null,\r\n\t\t\t\t\t\"invVarRespQAtV2\": null,\r\n\t\t\t\t\t\"invVarRespQAtV3\": null,\r\n\t\t\t\t\t\"invVarRespQAtV4\": null,\r\n\t\t\t\t\t\"invReactivePowerMode\": null,\r\n\t\t\t\t\t\"invFixReactivePower\": null,\r\n\t\t\t\t\t\"fixPowerFactorMode\": null,\r\n\t\t\t\t\t\"fixPowerFactor\": null,\r\n\t\t\t\t\t\"fixPowerFactorQuad\": null,\r\n\t\t\t\t\t\"powerRespMode\": null,\r\n\t\t\t\t\t\"referencePointP1\": null,\r\n\t\t\t\t\t\"referencePointP2\": null,\r\n\t\t\t\t\t\"powerFactorAtP1\": null,\r\n\t\t\t\t\t\"powerFactorQuadAtP1\": null,\r\n\t\t\t\t\t\"powerFactorAtP2\": null,\r\n\t\t\t\t\t\"powerFactorQuadAtP2\": null,\r\n\t\t\t\t\t\"powerRateLimitMode\": null,\r\n\t\t\t\t\t\"powerRampRate\": null,\r\n\t\t\t\t\t\"reactivePowerRegulation\": null,\r\n\t\t\t\t\t\"voltageSetPoint\": null,\r\n\t\t\t\t\t\"voltageSetPointUnit\": null,\r\n\t\t\t\t\t\"deadband\": null,\r\n\t\t\t\t\t\"droop\": null,\r\n\t\t\t\t\t\"baseForDroop\": null,\r\n\t\t\t\t\t\"reactivePowerSourceLimit\": null,\r\n\t\t\t\t\t\"reactivePowerSinkLimit\": null,\r\n\t\t\t\t\t\"reactiveFixPowerFactor\": null,\r\n\t\t\t\t\t\"reactiveFixPowerFactorQuad\": null,\r\n\t\t\t\t\t\"generatorRampRate\": null,\r\n\t\t\t\t\t\"powerRampGradient\": null,\r\n\t\t\t\t\t\"frequencySensitiveMode\": null,\r\n\t\t\t\t\t\"frequencyDeadband\": null,\r\n\t\t\t\t\t\"frequencyDroop\": null\r\n\t\t\t\t},\r\n\t\t\t\t\"devices\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"deviceId\": null,\r\n\t\t\t\t\t\t\"nspDeviceId\": \"nspDeviceId\",\r\n\t\t\t\t\t\t\"type\": \"Solar PV\",\r\n\t\t\t\t\t\t\"comments\": \"Device Comments\",\r\n\t\t\t\t\t\t\"count\": 20,\r\n\t\t\t\t\t\t\"status\": \"Active\",\r\n\t\t\t\t\t\t\"details\": {\r\n\t\t\t\t\t\t\t\"manufacturerName\": \"Manufacturer Name\",\r\n\t\t\t\t\t\t\t\"modelNumber\": \"Model Number\",\r\n\t\t\t\t\t\t\t\"nominalRatedCapacity\": 0.3,\r\n\t\t\t\t\t\t\t\"nominalLoadCapacity\": 0,\r\n\t\t\t\t\t\t\t\"nominalStorageCapacity\": 0\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t}\r\n\t\t\t\t]\r\n\t\t\t}\r\n\t\t]\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://partner.api.aemo.com.au/v2/der-register/installation"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"exceptions\": [],\n        \"nmi\": \"10 digit nmi\",\n        \"jobNumber\": \"Job Number\",\n        \"installationStage\": \"Confirmed\",\n        \"recordConfirmedDate\": \"2023-10-13T13:35:00.955+08:00\",\n        \"approvedCapacity\": 5,\n        \"loadCapacity\": 0,\n        \"exportLimitkW\": 5,\n        \"importLimitKw\": 0,\n        \"availablePhasesCount\": 1,\n        \"installedPhasesCount\": 1,\n        \"islandableInstallation\": \"No\",\n        \"centralProtectionControl\": \"No\",\n        \"installerId\": \"123456789\",\n        \"comments\": \"Comments\",\n        \"acConnections\": [\n            {\n                \"connectionId\": 200000006518641,\n                \"installationStage\": \"Confirmed\",\n                \"recordConfirmedDate\": \"2023-10-13T13:35:00.955+08:00\",\n                \"nspConnectionId\": \"nspConnectionId\",\n                \"commissioningDate\": \"2023-10-03\",\n                \"equipmentType\": \"Solar PV Inverter\",\n                \"count\": 1,\n                \"status\": \"Active\",\n                \"equipmentInjectionCapacity\": 5,\n                \"equipmentWithdrawalCapacity\": 0,\n                \"authorisedAgent\": \"Synergy\",\n                \"managementMethod\": \"OEM API\",\n                \"details\": {\n                    \"serialNumbers\": [\n                        \"123456789\"\n                    ],\n                    \"manufacturerName\": \"Manufactuer\",\n                    \"modelNumber\": \"Model Number\",\n                    \"equipmentSeries\": \"Equipment Series\",\n                    \"equipmentStandard\": \"AS/NZS.4777.2:2020\",\n                    \"regionSetting\": \"B\",\n                    \"additionalRequirements\": \"None\"\n                },\n                \"devices\": [\n                    {\n                        \"deviceId\": 200000006583989,\n                        \"installationStage\": \"Confirmed\",\n                        \"recordConfirmedDate\": \"2023-10-12T08:39:53.496+08:00\",\n                        \"nspDeviceId\": \"nspDeviceId\",\n                        \"type\": \"Solar PV\",\n                        \"comments\": \"Device Comments\",\n                        \"count\": 20,\n                        \"status\": \"Active\",\n                        \"details\": {\n                            \"manufacturerName\": \"Manufacturer Name\",\n                            \"modelNumber\": \"Model Number\",\n                            \"nominalRatedCapacity\": 0.3,\n                            \"nominalLoadCapacity\": 0,\n                            \"nominalStorageCapacity\": 0\n                        },\n                        \"recordCreationDate\": \"2023-10-13T13:35:00.955+08:00\",\n                        \"recordUpdateDate\": \"2023-10-13T13:35:00.955+08:00\"\n                    }\n                ],\n                \"recordCreationDate\": \"2023-10-13T13:35:00.955+08:00\",\n                \"recordUpdateDate\": \"2023-10-13T13:35:00.955+08:00\"\n            }\n        ],\n        \"recordCreationDate\": \"2023-10-13T13:35:00.955+08:00\",\n        \"recordUpdateDate\": \"2023-10-13T13:35:00.955+08:00\"\n    }\n}"},{"id":"a76e85f3-2876-483e-b9a4-96bd5793adb5","name":"Two DER installations/Connection IDs for each DER Equipment Type of Solar PV Inverter and Battery Storage Inverter (12 kVA combined) + Export Limit with two different DER Device Types of Solar PV (for the Solar PV panels) and Storage","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{accessToken}}","description":"The access token received from the OAuth API, status: required","type":"text"},{"key":"X-initiatingParticipantID","value":"EHUB","description":"Participant ID, type: string, status: required","type":"text"},{"key":"X-market","value":"WEM","description":"Identifies the market, status: required, type: string","type":"text"},{"key":"Accept","value":"application/json","description":"Identifies the content types accepted by the client, option: application/json , type: string","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"data\": {\r\n\t\t\"nmi\": \"10 digit nmi\",\r\n\t\t\"jobNumber\": \"Job Number\",\r\n\t\t\"approvedCapacity\": 12,\r\n\t\t\"loadCapacity\": 6,\r\n\t\t\"exportLimitkW\": 0,\r\n\t\t\"importLimitkW\": 0,\r\n\t\t\"availablePhasesCount\": 1,\r\n\t\t\"installedPhasesCount\": 1,\r\n\t\t\"islandableInstallation\": \"Yes\",\r\n\t\t\"centralProtectionControl\": \"No\",\r\n\t\t\"underFrequencyProtection\": null,\r\n\t\t\"underFrequencyProtectionDelay\": null,\r\n\t\t\"overFrequencyProtection\": null,\r\n\t\t\"overFrequencyProtectionDelay\": null,\r\n\t\t\"underVoltageProtection\": null,\r\n\t\t\"underVoltageProtectionDelay\": null,\r\n\t\t\"overVoltageProtection\": null,\r\n\t\t\"overVoltageProtectionDelay\": null,\r\n\t\t\"sustainedOverVoltage\": null,\r\n\t\t\"sustainedOverVoltageDelay\": null,\r\n\t\t\"frequencyRateOfChange\": null,\r\n\t\t\"voltageVectorShift\": null,\r\n\t\t\"interTripScheme\": null,\r\n\t\t\"neutralVoltageDisplacement\": null,\r\n\t\t\"otherProtection\": null,\r\n\t\t\"installerId\": \"123456789\",\r\n\t\t\"comments\": \"comments\",\r\n\t\t\"acConnections\": [\r\n\t\t\t{\r\n\t\t\t\t\"connectionId\": null,\r\n\t\t\t\t\"nspConnectionId\": \"nspConnectionId\",\r\n\t\t\t\t\"commissioningDate\": \"2023-10-12\",\r\n\t\t\t\t\"equipmentType\": \"Solar PV Inverter\",\r\n\t\t\t\t\"count\": 1,\r\n\t\t\t\t\"status\": \"Active\",\r\n\t\t\t\t\"equipmentInjectionCapacity\": 6,\r\n\t\t\t\t\"equipmentWithdrawalCapacity\": 0,\r\n\t\t\t\t\"evseOwnershipStatus\": null,\r\n\t\t\t\t\"authorisedAgent\": null,\r\n\t\t\t\t\"managementMethod\": null,\r\n\t\t\t\t\"frequencyRateOfChange\": null,\r\n\t\t\t\t\"voltageVectorShift\": null,\r\n\t\t\t\t\"interTripScheme\": null,\r\n\t\t\t\t\"neutralVoltageDisplacement\": null,\r\n\t\t\t\t\"details\": {\r\n\t\t\t\t\t\"serialNumbers\": [\r\n\t\t\t\t\t\t\"123456789\"\r\n\t\t\t\t\t],\r\n\t\t\t\t\t\"manufacturerName\": \"Manufactuer\",\r\n\t\t\t\t\t\"modelNumber\": \"Model Number\",\r\n\t\t\t\t\t\"equipmentSeries\": \"Equipment Series\",\r\n\t\t\t\t\t\"equipmentStandard\": \"AS/NZS.4777.2:2020\",\r\n\t\t\t\t\t\"regionSetting\": \"B\",\r\n\t\t\t\t\t\"additionalRequirements\": \"None\",\r\n\t\t\t\t\t\"sustainOpOvervoltLimit\": null,\r\n\t\t\t\t\t\"stopAtOverFreq\": null,\r\n\t\t\t\t\t\"stopAtUnderFreq\": null,\r\n\t\t\t\t\t\"dredInverterInteraction\": null,\r\n\t\t\t\t\t\"invVoltWattRespMode\": null,\r\n\t\t\t\t\t\"invWattRespV1\": null,\r\n\t\t\t\t\t\"invWattRespV2\": null,\r\n\t\t\t\t\t\"invWattRespV3\": null,\r\n\t\t\t\t\t\"invWattRespV4\": null,\r\n\t\t\t\t\t\"invWattRespPAtV1\": null,\r\n\t\t\t\t\t\"invWattRespPAtV2\": null,\r\n\t\t\t\t\t\"invWattRespPAtV3\": null,\r\n\t\t\t\t\t\"invWattRespPAtV4\": null,\r\n\t\t\t\t\t\"invVoltVarRespMode\": null,\r\n\t\t\t\t\t\"invVarRespV1\": null,\r\n\t\t\t\t\t\"invVarRespV2\": null,\r\n\t\t\t\t\t\"invVarRespV3\": null,\r\n\t\t\t\t\t\"invVarRespV4\": null,\r\n\t\t\t\t\t\"invVarRespQAtV1\": null,\r\n\t\t\t\t\t\"invVarRespQAtV2\": null,\r\n\t\t\t\t\t\"invVarRespQAtV3\": null,\r\n\t\t\t\t\t\"invVarRespQAtV4\": null,\r\n\t\t\t\t\t\"invReactivePowerMode\": null,\r\n\t\t\t\t\t\"invFixReactivePower\": null,\r\n\t\t\t\t\t\"fixPowerFactorMode\": null,\r\n\t\t\t\t\t\"fixPowerFactor\": null,\r\n\t\t\t\t\t\"fixPowerFactorQuad\": null,\r\n\t\t\t\t\t\"powerRespMode\": null,\r\n\t\t\t\t\t\"referencePointP1\": null,\r\n\t\t\t\t\t\"referencePointP2\": null,\r\n\t\t\t\t\t\"powerFactorAtP1\": null,\r\n\t\t\t\t\t\"powerFactorQuadAtP1\": null,\r\n\t\t\t\t\t\"powerFactorAtP2\": null,\r\n\t\t\t\t\t\"powerFactorQuadAtP2\": null,\r\n\t\t\t\t\t\"powerRateLimitMode\": null,\r\n\t\t\t\t\t\"powerRampRate\": null,\r\n\t\t\t\t\t\"reactivePowerRegulation\": null,\r\n\t\t\t\t\t\"voltageSetPoint\": null,\r\n\t\t\t\t\t\"voltageSetPointUnit\": null,\r\n\t\t\t\t\t\"deadband\": null,\r\n\t\t\t\t\t\"droop\": null,\r\n\t\t\t\t\t\"baseForDroop\": null,\r\n\t\t\t\t\t\"reactivePowerSourceLimit\": null,\r\n\t\t\t\t\t\"reactivePowerSinkLimit\": null,\r\n\t\t\t\t\t\"reactiveFixPowerFactor\": null,\r\n\t\t\t\t\t\"reactiveFixPowerFactorQuad\": null,\r\n\t\t\t\t\t\"generatorRampRate\": null,\r\n\t\t\t\t\t\"powerRampGradient\": null,\r\n\t\t\t\t\t\"frequencySensitiveMode\": null,\r\n\t\t\t\t\t\"frequencyDeadband\": null,\r\n\t\t\t\t\t\"frequencyDroop\": null\r\n\t\t\t\t},\r\n\t\t\t\t\"devices\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"deviceId\": null,\r\n\t\t\t\t\t\t\"nspDeviceId\": \"nspDeviceId\",\r\n\t\t\t\t\t\t\"type\": \"Solar PV\",\r\n\t\t\t\t\t\t\"comments\": \"Device Comments\",\r\n\t\t\t\t\t\t\"count\": 30,\r\n\t\t\t\t\t\t\"status\": \"Active\",\r\n\t\t\t\t\t\t\"details\": {\r\n\t\t\t\t\t\t\t\"manufacturerName\": \"Manufacturer Name\",\r\n\t\t\t\t\t\t\t\"modelNumber\": \"Model Number\",\r\n\t\t\t\t\t\t\t\"nominalRatedCapacity\": 0.25,\r\n\t\t\t\t\t\t\t\"nominalLoadCapacity\": 0,\r\n\t\t\t\t\t\t\t\"nominalStorageCapacity\": 0\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t}\r\n\t\t\t\t]\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"connectionId\": null,\r\n\t\t\t\t\"nspConnectionId\": \"nspConnectionId\",\r\n\t\t\t\t\"commissioningDate\": \"2023-10-12\",\r\n\t\t\t\t\"equipmentType\": \"Battery Storage Inverter\",\r\n\t\t\t\t\"count\": 1,\r\n\t\t\t\t\"status\": \"Active\",\r\n\t\t\t\t\"equipmentInjectionCapacity\": 6,\r\n\t\t\t\t\"equipmentWithdrawalCapacity\": 6,\r\n\t\t\t\t\"evseOwnershipStatus\": null,\r\n\t\t\t\t\"authorisedAgent\": null,\r\n\t\t\t\t\"managementMethod\": null,\r\n\t\t\t\t\"frequencyRateOfChange\": null,\r\n\t\t\t\t\"voltageVectorShift\": null,\r\n\t\t\t\t\"interTripScheme\": null,\r\n\t\t\t\t\"neutralVoltageDisplacement\": null,\r\n\t\t\t\t\"details\": {\r\n\t\t\t\t\t\"serialNumbers\": [\r\n\t\t\t\t\t\t\"123456789\"\r\n\t\t\t\t\t],\r\n\t\t\t\t\t\"manufacturerName\": \"Manufactuer\",\r\n\t\t\t\t\t\"modelNumber\": \"Model Number\",\r\n\t\t\t\t\t\"equipmentSeries\": \"Equipment Series\",\r\n\t\t\t\t\t\"equipmentStandard\": \"AS/NZS.4777.2:2020\",\r\n\t\t\t\t\t\"regionSetting\": \"B\",\r\n\t\t\t\t\t\"additionalRequirements\": \"None\",\r\n\t\t\t\t\t\"sustainOpOvervoltLimit\": null,\r\n\t\t\t\t\t\"stopAtOverFreq\": null,\r\n\t\t\t\t\t\"stopAtUnderFreq\": null,\r\n\t\t\t\t\t\"dredInverterInteraction\": null,\r\n\t\t\t\t\t\"invVoltWattRespMode\": null,\r\n\t\t\t\t\t\"invWattRespV1\": null,\r\n\t\t\t\t\t\"invWattRespV2\": null,\r\n\t\t\t\t\t\"invWattRespV3\": null,\r\n\t\t\t\t\t\"invWattRespV4\": null,\r\n\t\t\t\t\t\"invWattRespPAtV1\": null,\r\n\t\t\t\t\t\"invWattRespPAtV2\": null,\r\n\t\t\t\t\t\"invWattRespPAtV3\": null,\r\n\t\t\t\t\t\"invWattRespPAtV4\": null,\r\n\t\t\t\t\t\"invVoltVarRespMode\": null,\r\n\t\t\t\t\t\"invVarRespV1\": null,\r\n\t\t\t\t\t\"invVarRespV2\": null,\r\n\t\t\t\t\t\"invVarRespV3\": null,\r\n\t\t\t\t\t\"invVarRespV4\": null,\r\n\t\t\t\t\t\"invVarRespQAtV1\": null,\r\n\t\t\t\t\t\"invVarRespQAtV2\": null,\r\n\t\t\t\t\t\"invVarRespQAtV3\": null,\r\n\t\t\t\t\t\"invVarRespQAtV4\": null,\r\n\t\t\t\t\t\"invReactivePowerMode\": null,\r\n\t\t\t\t\t\"invFixReactivePower\": null,\r\n\t\t\t\t\t\"fixPowerFactorMode\": null,\r\n\t\t\t\t\t\"fixPowerFactor\": null,\r\n\t\t\t\t\t\"fixPowerFactorQuad\": null,\r\n\t\t\t\t\t\"powerRespMode\": null,\r\n\t\t\t\t\t\"referencePointP1\": null,\r\n\t\t\t\t\t\"referencePointP2\": null,\r\n\t\t\t\t\t\"powerFactorAtP1\": null,\r\n\t\t\t\t\t\"powerFactorQuadAtP1\": null,\r\n\t\t\t\t\t\"powerFactorAtP2\": null,\r\n\t\t\t\t\t\"powerFactorQuadAtP2\": null,\r\n\t\t\t\t\t\"powerRateLimitMode\": null,\r\n\t\t\t\t\t\"powerRampRate\": null,\r\n\t\t\t\t\t\"reactivePowerRegulation\": null,\r\n\t\t\t\t\t\"voltageSetPoint\": null,\r\n\t\t\t\t\t\"voltageSetPointUnit\": null,\r\n\t\t\t\t\t\"deadband\": null,\r\n\t\t\t\t\t\"droop\": null,\r\n\t\t\t\t\t\"baseForDroop\": null,\r\n\t\t\t\t\t\"reactivePowerSourceLimit\": null,\r\n\t\t\t\t\t\"reactivePowerSinkLimit\": null,\r\n\t\t\t\t\t\"reactiveFixPowerFactor\": null,\r\n\t\t\t\t\t\"reactiveFixPowerFactorQuad\": null,\r\n\t\t\t\t\t\"generatorRampRate\": null,\r\n\t\t\t\t\t\"powerRampGradient\": null,\r\n\t\t\t\t\t\"frequencySensitiveMode\": null,\r\n\t\t\t\t\t\"frequencyDeadband\": null,\r\n\t\t\t\t\t\"frequencyDroop\": null\r\n\t\t\t\t},\r\n\t\t\t\t\"devices\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"deviceId\": null,\r\n\t\t\t\t\t\t\"nspDeviceId\": \"nspDeviceId\",\r\n\t\t\t\t\t\t\"type\": \"Storage\",\r\n\t\t\t\t\t\t\"comments\": \"Device Comments\",\r\n\t\t\t\t\t\t\"count\": 1,\r\n\t\t\t\t\t\t\"status\": \"Active\",\r\n\t\t\t\t\t\t\"details\": {\r\n\t\t\t\t\t\t\t\"manufacturerName\": \"Manufacturer Name\",\r\n\t\t\t\t\t\t\t\"modelNumber\": \"Model Number\",\r\n\t\t\t\t\t\t\t\"nominalRatedCapacity\": 6,\r\n\t\t\t\t\t\t\t\"nominalLoadCapacity\": 6,\r\n\t\t\t\t\t\t\t\"nominalStorageCapacity\": 13\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t}\r\n\t\t\t\t]\r\n\t\t\t}\r\n\t\t]\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://partner.api.aemo.com.au/v2/der-register/installation"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"exceptions\": [],\n        \"nmi\": \"10 digit nmi\",\n        \"jobNumber\": \"Job Number\",\n        \"installationStage\": \"Confirmed\",\n        \"recordConfirmedDate\": \"2023-10-14T12:49:24.410+08:00\",\n        \"approvedCapacity\": 12,\n        \"loadCapacity\": 6,\n        \"exportLimitkW\": 0,\n        \"importLimitKw\": 0,\n        \"availablePhasesCount\": 1,\n        \"installedPhasesCount\": 1,\n        \"islandableInstallation\": \"Yes\",\n        \"centralProtectionControl\": \"No\",\n        \"installerId\": \"123456789\",\n        \"comments\": \"comments\",\n        \"acConnections\": [\n            {\n                \"connectionId\": 200000006518665,\n                \"installationStage\": \"Confirmed\",\n                \"recordConfirmedDate\": \"2023-10-14T12:49:24.410+08:00\",\n                \"nspConnectionId\": \"nspConnectionId\",\n                \"commissioningDate\": \"2023-10-12\",\n                \"equipmentType\": \"Solar PV Inverter\",\n                \"count\": 1,\n                \"status\": \"Active\",\n                \"equipmentInjectionCapacity\": 6,\n                \"equipmentWithdrawalCapacity\": 0,\n                \"details\": {\n                    \"serialNumbers\": [\n                        \"123456789\"\n                    ],\n                    \"manufacturerName\": \"Manufactuer\",\n                    \"modelNumber\": \"Model Number\",\n                    \"equipmentSeries\": \"Equipment Series\",\n                    \"equipmentStandard\": \"AS/NZS.4777.2:2020\",\n                    \"regionSetting\": \"B\",\n                    \"additionalRequirements\": \"None\"\n                },\n                \"devices\": [\n                    {\n                        \"deviceId\": 200000006584014,\n                        \"installationStage\": \"Confirmed\",\n                        \"recordConfirmedDate\": \"2023-10-14T08:39:53.496+08:00\",\n                        \"nspDeviceId\": \"nspDeviceId\",\n                        \"type\": \"Solar PV\",\n                        \"comments\": \"Device Comments\",\n                        \"count\": 30,\n                        \"status\": \"Active\",\n                        \"details\": {\n                            \"manufacturerName\": \"Manufacturer Name\",\n                            \"modelNumber\": \"Model Number\",\n                            \"nominalRatedCapacity\": 0.25,\n                            \"nominalLoadCapacity\": 0,\n                            \"nominalStorageCapacity\": 0\n                        },\n                        \"recordCreationDate\": \"2023-10-14T12:49:24.410+08:00\",\n                        \"recordUpdateDate\": \"2023-10-14T12:49:24.410+08:00\"\n                    }\n                ],\n                \"recordCreationDate\": \"2023-10-14T12:49:24.410+08:00\",\n                \"recordUpdateDate\": \"2023-10-14T12:49:24.410+08:00\"\n            },\n            {\n                \"connectionId\": 200000006518666,\n                \"installationStage\": \"Confirmed\",\n                \"recordConfirmedDate\": \"2023-10-14T12:49:24.410+08:00\",\n                \"nspConnectionId\": \"nspConnectionId for Example3b\",\n                \"commissioningDate\": \"2023-10-12\",\n                \"equipmentType\": \"Battery Storage Inverter\",\n                \"count\": 1,\n                \"status\": \"Active\",\n                \"equipmentInjectionCapacity\": 6,\n                \"equipmentWithdrawalCapacity\": 6,\n                \"details\": {\n                    \"serialNumbers\": [\n                        \"123456789\"\n                    ],\n                    \"manufacturerName\": \"Manufactuer\",\n                    \"modelNumber\": \"Model Number\",\n                    \"equipmentSeries\": \"Equipment Series\",\n                    \"equipmentStandard\": \"AS/NZS.4777.2:2020\",\n                    \"regionSetting\": \"B\",\n                    \"additionalRequirements\": \"None\"\n                },\n                \"devices\": [\n                    {\n                        \"deviceId\": 200000006584015,\n                        \"installationStage\": \"Confirmed\",\n                        \"recordConfirmedDate\": \"2023-10-14T08:39:53.496+08:00\",\n                        \"nspDeviceId\": \"nspDeviceId\",\n                        \"type\": \"Storage\",\n                        \"comments\": \"Device Comments\",\n                        \"count\": 1,\n                        \"status\": \"Active\",\n                        \"details\": {\n                            \"manufacturerName\": \"Manufacturer Name\",\n                            \"modelNumber\": \"Model Number\",\n                            \"nominalRatedCapacity\": 6,\n                            \"nominalLoadCapacity\": 6,\n                            \"nominalStorageCapacity\": 13\n                        },\n                        \"recordCreationDate\": \"2023-10-14T12:49:24.410+08:00\",\n                        \"recordUpdateDate\": \"2023-10-14T12:49:24.410+08:00\"\n                    }\n                ],\n                \"recordCreationDate\": \"2023-10-14T12:49:24.410+08:00\",\n                \"recordUpdateDate\": \"2023-10-14T12:49:24.410+08:00\"\n            }\n        ],\n        \"recordCreationDate\": \"2023-10-14T12:49:24.410+08:00\",\n        \"recordUpdateDate\": \"2023-10-14T12:49:24.410+08:00\"\n    }\n}"},{"id":"78bbbabc-769b-462f-a326-b24c4cb51f4e","name":"install","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{accessToken}}","description":"The access token received from the OAuth API, status: required","type":"text"},{"key":"X-initiatingParticipantID","value":"EHUB","description":"Participant ID, type: string, status: required","type":"text"},{"key":"X-market","value":"WEM","description":"Identifies the market, status: required, type: string","type":"text"},{"key":"Accept","value":"application/json","description":"Identifies the content types accepted by the client, option: application/json , type: string","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"data\": {\r\n\t\t\"nmi\": \"10 digit nmi\",\r\n\t\t\"jobNumber\": \"Job Number\",\r\n\t\t\"approvedCapacity\": 0,\r\n\t\t\"loadCapacity\": 7,\r\n\t\t\"exportLimitkW\": 0,\r\n\t\t\"importLimitkW\": 7,\r\n\t\t\"availablePhasesCount\": 1,\r\n\t\t\"installedPhasesCount\": 1,\r\n\t\t\"islandableInstallation\": \"No\",\r\n\t\t\"centralProtectionControl\": \"No\",\r\n\t\t\"underFrequencyProtection\": null,\r\n\t\t\"underFrequencyProtectionDelay\": null,\r\n\t\t\"overFrequencyProtection\": null,\r\n\t\t\"overFrequencyProtectionDelay\": null,\r\n\t\t\"underVoltageProtection\": null,\r\n\t\t\"underVoltageProtectionDelay\": null,\r\n\t\t\"overVoltageProtection\": null,\r\n\t\t\"overVoltageProtectionDelay\": null,\r\n\t\t\"sustainedOverVoltage\": null,\r\n\t\t\"sustainedOverVoltageDelay\": null,\r\n\t\t\"frequencyRateOfChange\": null,\r\n\t\t\"voltageVectorShift\": null,\r\n\t\t\"interTripScheme\": null,\r\n\t\t\"neutralVoltageDisplacement\": null,\r\n\t\t\"otherProtection\": null,\r\n\t\t\"installerId\": \"123456789\",\r\n\t\t\"comments\": \"comments\",\r\n\t\t\"acConnections\": [\r\n\t\t\t{\r\n\t\t\t\t\"connectionId\": null,\r\n\t\t\t\t\"nspConnectionId\": \"nspConnectionId\",\r\n\t\t\t\t\"commissioningDate\": \"2023-10-12\",\r\n\t\t\t\t\"equipmentType\": \"EVSE no V2G\",\r\n\t\t\t\t\"count\": 1,\r\n\t\t\t\t\"status\": \"Active\",\r\n\t\t\t\t\"equipmentInjectionCapacity\": 0,\r\n\t\t\t\t\"equipmentWithdrawalCapacity\": 7,\r\n\t\t\t\t\"evseOwnershipStatus\": \"Private\",\r\n\t\t\t\t\"authorisedAgent\": \"null\",\r\n\t\t\t\t\"managementMethod\": \"null\",\r\n\t\t\t\t\"frequencyRateOfChange\": null,\r\n\t\t\t\t\"voltageVectorShift\": null,\r\n\t\t\t\t\"interTripScheme\": null,\r\n\t\t\t\t\"neutralVoltageDisplacement\": null,\r\n\t\t\t\t\"details\": {\r\n\t\t\t\t\t\"serialNumbers\": [\r\n\t\t\t\t\t\t\"123456789\"\r\n\t\t\t\t\t],\r\n\t\t\t\t\t\"manufacturerName\": \"Manufactuer name\",\r\n\t\t\t\t\t\"modelNumber\": \"Model Number\",\r\n\t\t\t\t\t\"equipmentSeries\": \"Equipment Series\",\r\n\t\t\t\t\t\"equipmentStandard\": \"Equipment standard\",\r\n\t\t\t\t\t\"regionSetting\": null,\r\n\t\t\t\t\t\"additionalRequirements\": null,\r\n\t\t\t\t\t\"sustainOpOvervoltLimit\": null,\r\n\t\t\t\t\t\"stopAtOverFreq\": null,\r\n\t\t\t\t\t\"stopAtUnderFreq\": null,\r\n\t\t\t\t\t\"dredInverterInteraction\": null,\r\n\t\t\t\t\t\"invVoltWattRespMode\": null,\r\n\t\t\t\t\t\"invWattRespV1\": null,\r\n\t\t\t\t\t\"invWattRespV2\": null,\r\n\t\t\t\t\t\"invWattRespV3\": null,\r\n\t\t\t\t\t\"invWattRespV4\": null,\r\n\t\t\t\t\t\"invWattRespPAtV1\": null,\r\n\t\t\t\t\t\"invWattRespPAtV2\": null,\r\n\t\t\t\t\t\"invWattRespPAtV3\": null,\r\n\t\t\t\t\t\"invWattRespPAtV4\": null,\r\n\t\t\t\t\t\"invVoltVarRespMode\": null,\r\n\t\t\t\t\t\"invVarRespV1\": null,\r\n\t\t\t\t\t\"invVarRespV2\": null,\r\n\t\t\t\t\t\"invVarRespV3\": null,\r\n\t\t\t\t\t\"invVarRespV4\": null,\r\n\t\t\t\t\t\"invVarRespQAtV1\": null,\r\n\t\t\t\t\t\"invVarRespQAtV2\": null,\r\n\t\t\t\t\t\"invVarRespQAtV3\": null,\r\n\t\t\t\t\t\"invVarRespQAtV4\": null,\r\n\t\t\t\t\t\"invReactivePowerMode\": null,\r\n\t\t\t\t\t\"invFixReactivePower\": null,\r\n\t\t\t\t\t\"fixPowerFactorMode\": null,\r\n\t\t\t\t\t\"fixPowerFactor\": null,\r\n\t\t\t\t\t\"fixPowerFactorQuad\": null,\r\n\t\t\t\t\t\"powerRespMode\": null,\r\n\t\t\t\t\t\"referencePointP1\": null,\r\n\t\t\t\t\t\"referencePointP2\": null,\r\n\t\t\t\t\t\"powerFactorAtP1\": null,\r\n\t\t\t\t\t\"powerFactorQuadAtP1\": null,\r\n\t\t\t\t\t\"powerFactorAtP2\": null,\r\n\t\t\t\t\t\"powerFactorQuadAtP2\": null,\r\n\t\t\t\t\t\"powerRateLimitMode\": null,\r\n\t\t\t\t\t\"powerRampRate\": null,\r\n\t\t\t\t\t\"reactivePowerRegulation\": null,\r\n\t\t\t\t\t\"voltageSetPoint\": null,\r\n\t\t\t\t\t\"voltageSetPointUnit\": null,\r\n\t\t\t\t\t\"deadband\": null,\r\n\t\t\t\t\t\"droop\": null,\r\n\t\t\t\t\t\"baseForDroop\": null,\r\n\t\t\t\t\t\"reactivePowerSourceLimit\": null,\r\n\t\t\t\t\t\"reactivePowerSinkLimit\": null,\r\n\t\t\t\t\t\"reactiveFixPowerFactor\": null,\r\n\t\t\t\t\t\"reactiveFixPowerFactorQuad\": null,\r\n\t\t\t\t\t\"generatorRampRate\": null,\r\n\t\t\t\t\t\"powerRampGradient\": null,\r\n\t\t\t\t\t\"frequencySensitiveMode\": null,\r\n\t\t\t\t\t\"frequencyDeadband\": null,\r\n\t\t\t\t\t\"frequencyDroop\": null\r\n\t\t\t\t},\r\n\t\t\t\t\"devices\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"deviceId\": null,\r\n\t\t\t\t\t\t\"nspDeviceId\": \"nspDeviceId\",\r\n\t\t\t\t\t\t\"type\": \"Controlled load\",\r\n\t\t\t\t\t\t\"comments\": \"Device comments\",\r\n\t\t\t\t\t\t\"count\": 1,\r\n\t\t\t\t\t\t\"status\": \"Active\",\r\n\t\t\t\t\t\t\"details\": {\r\n\t\t\t\t\t\t\t\"manufacturerName\": \"Unknown\",\r\n\t\t\t\t\t\t\t\"modelNumber\": \"Unknown\",\r\n\t\t\t\t\t\t\t\"nominalRatedCapacity\": 0,\r\n\t\t\t\t\t\t\t\"nominalLoadCapacity\": 7,\r\n\t\t\t\t\t\t\t\"nominalStorageCapacity\": 0\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t}\r\n\t\t\t\t]\r\n\t\t\t}\r\n\t\t]\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://partner.api.aemo.com.au/v2/der-register/installation"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"exceptions\": [],\n        \"nmi\": \"10 digit nmi\",\n        \"jobNumber\": \"Job Number\",\n        \"installationStage\": \"Confirmed\",\n        \"recordConfirmedDate\": \"2023-10-13T13:52:57.085+08:00\",\n        \"approvedCapacity\": 0,\n        \"loadCapacity\": 7,\n        \"exportLimitkW\": 0,\n        \"importLimitKw\": 7,\n        \"availablePhasesCount\": 1,\n        \"installedPhasesCount\": 1,\n        \"islandableInstallation\": \"No\",\n        \"centralProtectionControl\": \"No\",\n        \"installerId\": \"123456789\",\n        \"comments\": \"comments\",\n        \"acConnections\": [\n            {\n                \"connectionId\": 200000006518648,\n                \"installationStage\": \"Confirmed\",\n                \"recordConfirmedDate\": \"2023-10-13T13:52:57.085+08:00\",\n                \"nspConnectionId\": \"nspConnectionId\",\n                \"commissioningDate\": \"2023-10-12\",\n                \"equipmentType\": \"EVSE no V2G\",\n                \"count\": 1,\n                \"status\": \"Active\",\n                \"equipmentInjectionCapacity\": 0,\n                \"equipmentWithdrawalCapacity\": 7,\n                \"evseOwnershipStatus\": \"Private\",\n                \"details\": {\n                    \"serialNumbers\": [\n                        \"123456789\"\n                    ],\n                    \"manufacturerName\": \"Manufactuer name\",\n                    \"modelNumber\": \"Model Number\",\n                    \"equipmentSeries\": \"Equipment Series\",\n                    \"equipmentStandard\": \"Equipment standard\"\n                },\n                \"devices\": [\n                    {\n                        \"deviceId\": 200000006583997,\n                        \"installationStage\": \"Confirmed\",\n                        \"recordConfirmedDate\": \"2023-10-12T08:39:53.496+08:00\",\n                        \"nspDeviceId\": \"nspDeviceId\",\n                        \"type\": \"Controlled load\",\n                        \"comments\": \"Device comments\",\n                        \"count\": 1,\n                        \"status\": \"Active\",\n                        \"details\": {\n                            \"manufacturerName\": \"Unknown\",\n                            \"modelNumber\": \"Unknown\",\n                            \"nominalRatedCapacity\": 0,\n                            \"nominalLoadCapacity\": 7,\n                            \"nominalStorageCapacity\": 0\n                        },\n                        \"recordCreationDate\": \"2023-10-13T13:52:57.085+08:00\",\n                        \"recordUpdateDate\": \"2023-10-13T13:52:57.085+08:00\"\n                    }\n                ],\n                \"recordCreationDate\": \"2023-10-13T13:52:57.085+08:00\",\n                \"recordUpdateDate\": \"2023-10-13T13:52:57.085+08:00\"\n            }\n        ],\n        \"recordCreationDate\": \"2023-10-13T13:52:57.085+08:00\",\n        \"recordUpdateDate\": \"2023-10-13T13:52:57.085+08:00\"\n    }\n}"},{"id":"5d0f93b0-dd08-4d2a-8aa3-defca5463d30","name":"Two DER Installations/Connection IDs for each DER Equipment Type of EVSE V2G 7 kVA and EVSE V2G 14 kVA with two different DER Device Types – Controlled load & Storage","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{accessToken}}","description":"The access token received from the OAuth API, status: required","type":"text"},{"key":"X-initiatingParticipantID","value":"EHUB","description":"Participant ID, type: string, status: required","type":"text"},{"key":"X-market","value":"WEM","description":"Identifies the market, status: required, type: string","type":"text"},{"key":"Accept","value":"application/json","description":"Identifies the content types accepted by the client, option: application/json , type: string","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"data\": {\r\n\t\t\"nmi\": \"10 digit nmi\",\r\n\t\t\"jobNumber\": \"Job Number\",\r\n\t\t\"approvedCapacity\": 14,\r\n\t\t\"loadCapacity\": 21,\r\n\t\t\"exportLimitkW\": 0,\r\n\t\t\"importLimitkW\": 21,\r\n\t\t\"availablePhasesCount\": 1,\r\n\t\t\"installedPhasesCount\": 1,\r\n\t\t\"islandableInstallation\": \"No\",\r\n\t\t\"centralProtectionControl\": \"No\",\r\n\t\t\"underFrequencyProtection\": null,\r\n\t\t\"underFrequencyProtectionDelay\": null,\r\n\t\t\"overFrequencyProtection\": null,\r\n\t\t\"overFrequencyProtectionDelay\": null,\r\n\t\t\"underVoltageProtection\": null,\r\n\t\t\"underVoltageProtectionDelay\": null,\r\n\t\t\"overVoltageProtection\": null,\r\n\t\t\"overVoltageProtectionDelay\": null,\r\n\t\t\"sustainedOverVoltage\": null,\r\n\t\t\"sustainedOverVoltageDelay\": null,\r\n\t\t\"frequencyRateOfChange\": null,\r\n\t\t\"voltageVectorShift\": null,\r\n\t\t\"interTripScheme\": null,\r\n\t\t\"neutralVoltageDisplacement\": null,\r\n\t\t\"otherProtection\": null,\r\n\t\t\"installerId\": \"123456789\",\r\n\t\t\"comments\": \"Comments\",\r\n\t\t\"acConnections\": [\r\n\t\t\t{\r\n\t\t\t\t\"connectionId\": null,\r\n\t\t\t\t\"nspConnectionId\": \"nspConnectionId\",\r\n\t\t\t\t\"commissioningDate\": \"2023-10-12\",\r\n\t\t\t\t\"equipmentType\": \"EVSE V2G\",\r\n\t\t\t\t\"count\": 1,\r\n\t\t\t\t\"status\": \"Active\",\r\n\t\t\t\t\"equipmentInjectionCapacity\": 14,\r\n\t\t\t\t\"equipmentWithdrawalCapacity\": 14,\r\n\t\t\t\t\"evseOwnershipStatus\": \"Fleet\",\r\n\t\t\t\t\"authorisedAgent\": 'Agent name\",\r\n\t\t\t\t\"managementMethod\": \"OEM API,\r\n\t\t\t\t\"frequencyRateOfChange\": null,\r\n\t\t\t\t\"voltageVectorShift\": null,\r\n\t\t\t\t\"interTripScheme\": null,\r\n\t\t\t\t\"neutralVoltageDisplacement\": null,\r\n\t\t\t\t\"details\": {\r\n\t\t\t\t\t\"serialNumbers\": [\r\n\t\t\t\t\t\t\"123456789\"\r\n\t\t\t\t\t],\r\n\t\t\t\t\t\"manufacturerName\": \"Manufactuer\",\r\n\t\t\t\t\t\"modelNumber\": \"Model Number\",\r\n\t\t\t\t\t\"equipmentSeries\": \"Equipment Series\",\r\n\t\t\t\t\t\"equipmentStandard\": \"Equipment Standard\",\r\n\t\t\t\t\t\"regionSetting\": \"B\",\r\n\t\t\t\t\t\"additionalRequirements\": null,\r\n\t\t\t\t\t\"sustainOpOvervoltLimit\": null,\r\n\t\t\t\t\t\"stopAtOverFreq\": null,\r\n\t\t\t\t\t\"stopAtUnderFreq\": null,\r\n\t\t\t\t\t\"dredInverterInteraction\": null,\r\n\t\t\t\t\t\"invVoltWattRespMode\": null,\r\n\t\t\t\t\t\"invWattRespV1\": null,\r\n\t\t\t\t\t\"invWattRespV2\": null,\r\n\t\t\t\t\t\"invWattRespV3\": null,\r\n\t\t\t\t\t\"invWattRespV4\": null,\r\n\t\t\t\t\t\"invWattRespPAtV1\": null,\r\n\t\t\t\t\t\"invWattRespPAtV2\": null,\r\n\t\t\t\t\t\"invWattRespPAtV3\": null,\r\n\t\t\t\t\t\"invWattRespPAtV4\": null,\r\n\t\t\t\t\t\"invVoltVarRespMode\": null,\r\n\t\t\t\t\t\"invVarRespV1\": null,\r\n\t\t\t\t\t\"invVarRespV2\": null,\r\n\t\t\t\t\t\"invVarRespV3\": null,\r\n\t\t\t\t\t\"invVarRespV4\": null,\r\n\t\t\t\t\t\"invVarRespQAtV1\": null,\r\n\t\t\t\t\t\"invVarRespQAtV2\": null,\r\n\t\t\t\t\t\"invVarRespQAtV3\": null,\r\n\t\t\t\t\t\"invVarRespQAtV4\": null,\r\n\t\t\t\t\t\"invReactivePowerMode\": null,\r\n\t\t\t\t\t\"invFixReactivePower\": null,\r\n\t\t\t\t\t\"fixPowerFactorMode\": null,\r\n\t\t\t\t\t\"fixPowerFactor\": null,\r\n\t\t\t\t\t\"fixPowerFactorQuad\": null,\r\n\t\t\t\t\t\"powerRespMode\": null,\r\n\t\t\t\t\t\"referencePointP1\": null,\r\n\t\t\t\t\t\"referencePointP2\": null,\r\n\t\t\t\t\t\"powerFactorAtP1\": null,\r\n\t\t\t\t\t\"powerFactorQuadAtP1\": null,\r\n\t\t\t\t\t\"powerFactorAtP2\": null,\r\n\t\t\t\t\t\"powerFactorQuadAtP2\": null,\r\n\t\t\t\t\t\"powerRateLimitMode\": null,\r\n\t\t\t\t\t\"powerRampRate\": null,\r\n\t\t\t\t\t\"reactivePowerRegulation\": null,\r\n\t\t\t\t\t\"voltageSetPoint\": null,\r\n\t\t\t\t\t\"voltageSetPointUnit\": null,\r\n\t\t\t\t\t\"deadband\": null,\r\n\t\t\t\t\t\"droop\": null,\r\n\t\t\t\t\t\"baseForDroop\": null,\r\n\t\t\t\t\t\"reactivePowerSourceLimit\": null,\r\n\t\t\t\t\t\"reactivePowerSinkLimit\": null,\r\n\t\t\t\t\t\"reactiveFixPowerFactor\": null,\r\n\t\t\t\t\t\"reactiveFixPowerFactorQuad\": null,\r\n\t\t\t\t\t\"generatorRampRate\": null,\r\n\t\t\t\t\t\"powerRampGradient\": null,\r\n\t\t\t\t\t\"frequencySensitiveMode\": null,\r\n\t\t\t\t\t\"frequencyDeadband\": null,\r\n\t\t\t\t\t\"frequencyDroop\": null\r\n\t\t\t\t},\r\n\t\t\t\t\"devices\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"deviceId\": null,\r\n\t\t\t\t\t\t\"nspDeviceId\": \"nspDeviceId\",\r\n\t\t\t\t\t\t\"type\": \"Storage\",\r\n\t\t\t\t\t\t\"comments\": \"Device Comments\",\r\n\t\t\t\t\t\t\"count\": 1,\r\n\t\t\t\t\t\t\"status\": \"Active\",\r\n\t\t\t\t\t\t\"details\": {\r\n\t\t\t\t\t\t\t\"manufacturerName\": \"Unknown\",\r\n\t\t\t\t\t\t\t\"modelNumber\": \"Unknown\",\r\n\t\t\t\t\t\t\t\"nominalRatedCapacity\": 14,\r\n\t\t\t\t\t\t\t\"nominalLoadCapacity\": 14,\r\n\t\t\t\t\t\t\t\"nominalStorageCapacity\": 200\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t}\r\n\t\t\t\t]\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"connectionId\": null,\r\n\t\t\t\t\"nspConnectionId\": \"nspConnectionId\",\r\n\t\t\t\t\"commissioningDate\": \"2023-10-12\",\r\n\t\t\t\t\"equipmentType\": \"EVSE no V2G\",\r\n\t\t\t\t\"count\": 1,\r\n\t\t\t\t\"status\": \"Active\",\r\n\t\t\t\t\"equipmentInjectionCapacity\": 0,\r\n\t\t\t\t\"equipmentWithdrawalCapacity\": 7,\r\n\t\t\t\t\"evseOwnershipStatus\": null,\r\n\t\t\t\t\"authorisedAgent\": null,\r\n\t\t\t\t\"managementMethod\": null,\r\n\t\t\t\t\"frequencyRateOfChange\": null,\r\n\t\t\t\t\"voltageVectorShift\": null,\r\n\t\t\t\t\"interTripScheme\": null,\r\n\t\t\t\t\"neutralVoltageDisplacement\": null,\r\n\t\t\t\t\"details\": {\r\n\t\t\t\t\t\"serialNumbers\": [\r\n\t\t\t\t\t\t\"123456789\"\r\n\t\t\t\t\t],\r\n\t\t\t\t\t\"manufacturerName\": \"Manufactuer\",\r\n\t\t\t\t\t\"modelNumber\": \"Model Number\",\r\n\t\t\t\t\t\"equipmentSeries\": \"Equipment Series\",\r\n\t\t\t\t\t\"equipmentStandard\": \"Equipment Standard\",\r\n\t\t\t\t\t\"regionSetting\": null,\r\n\t\t\t\t\t\"additionalRequirements\": null,\r\n\t\t\t\t\t\"sustainOpOvervoltLimit\": null,\r\n\t\t\t\t\t\"stopAtOverFreq\": null,\r\n\t\t\t\t\t\"stopAtUnderFreq\": null,\r\n\t\t\t\t\t\"dredInverterInteraction\": null,\r\n\t\t\t\t\t\"invVoltWattRespMode\": null,\r\n\t\t\t\t\t\"invWattRespV1\": null,\r\n\t\t\t\t\t\"invWattRespV2\": null,\r\n\t\t\t\t\t\"invWattRespV3\": null,\r\n\t\t\t\t\t\"invWattRespV4\": null,\r\n\t\t\t\t\t\"invWattRespPAtV1\": null,\r\n\t\t\t\t\t\"invWattRespPAtV2\": null,\r\n\t\t\t\t\t\"invWattRespPAtV3\": null,\r\n\t\t\t\t\t\"invWattRespPAtV4\": null,\r\n\t\t\t\t\t\"invVoltVarRespMode\": null,\r\n\t\t\t\t\t\"invVarRespV1\": null,\r\n\t\t\t\t\t\"invVarRespV2\": null,\r\n\t\t\t\t\t\"invVarRespV3\": null,\r\n\t\t\t\t\t\"invVarRespV4\": null,\r\n\t\t\t\t\t\"invVarRespQAtV1\": null,\r\n\t\t\t\t\t\"invVarRespQAtV2\": null,\r\n\t\t\t\t\t\"invVarRespQAtV3\": null,\r\n\t\t\t\t\t\"invVarRespQAtV4\": null,\r\n\t\t\t\t\t\"invReactivePowerMode\": null,\r\n\t\t\t\t\t\"invFixReactivePower\": null,\r\n\t\t\t\t\t\"fixPowerFactorMode\": null,\r\n\t\t\t\t\t\"fixPowerFactor\": null,\r\n\t\t\t\t\t\"fixPowerFactorQuad\": null,\r\n\t\t\t\t\t\"powerRespMode\": null,\r\n\t\t\t\t\t\"referencePointP1\": null,\r\n\t\t\t\t\t\"referencePointP2\": null,\r\n\t\t\t\t\t\"powerFactorAtP1\": null,\r\n\t\t\t\t\t\"powerFactorQuadAtP1\": null,\r\n\t\t\t\t\t\"powerFactorAtP2\": null,\r\n\t\t\t\t\t\"powerFactorQuadAtP2\": null,\r\n\t\t\t\t\t\"powerRateLimitMode\": null,\r\n\t\t\t\t\t\"powerRampRate\": null,\r\n\t\t\t\t\t\"reactivePowerRegulation\": null,\r\n\t\t\t\t\t\"voltageSetPoint\": null,\r\n\t\t\t\t\t\"voltageSetPointUnit\": null,\r\n\t\t\t\t\t\"deadband\": null,\r\n\t\t\t\t\t\"droop\": null,\r\n\t\t\t\t\t\"baseForDroop\": null,\r\n\t\t\t\t\t\"reactivePowerSourceLimit\": null,\r\n\t\t\t\t\t\"reactivePowerSinkLimit\": null,\r\n\t\t\t\t\t\"reactiveFixPowerFactor\": null,\r\n\t\t\t\t\t\"reactiveFixPowerFactorQuad\": null,\r\n\t\t\t\t\t\"generatorRampRate\": null,\r\n\t\t\t\t\t\"powerRampGradient\": null,\r\n\t\t\t\t\t\"frequencySensitiveMode\": null,\r\n\t\t\t\t\t\"frequencyDeadband\": null,\r\n\t\t\t\t\t\"frequencyDroop\": null\r\n\t\t\t\t},\r\n\t\t\t\t\"devices\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"deviceId\": null,\r\n\t\t\t\t\t\t\"nspDeviceId\": \"nspDeviceId\",\r\n\t\t\t\t\t\t\"type\": \"Controlled load\",\r\n\t\t\t\t\t\t\"comments\": \"Device Comments\",\r\n\t\t\t\t\t\t\"count\": 1,\r\n\t\t\t\t\t\t\"status\": \"Active\",\r\n\t\t\t\t\t\t\"details\": {\r\n\t\t\t\t\t\t\t\"manufacturerName\": \"Unknown\",\r\n\t\t\t\t\t\t\t\"modelNumber\": \"Unknown\",\r\n\t\t\t\t\t\t\t\"nominalRatedCapacity\": 0,\r\n\t\t\t\t\t\t\t\"nominalLoadCapacity\": 7,\r\n\t\t\t\t\t\t\t\"nominalStorageCapacity\": 0\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t}\r\n\t\t\t\t]\r\n\t\t\t}\r\n\t\t]\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://partner.api.aemo.com.au/v2/der-register/installation"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"exceptions\": [],\n        \"nmi\": \"10 digit nmi\",\n        \"jobNumber\": \"Job Number\",\n        \"installationStage\": \"Confirmed\",\n        \"recordConfirmedDate\": \"2023-10-13T14:02:13.748+08:00\",\n        \"approvedCapacity\": 14,\n        \"loadCapacity\": 21,\n        \"exportLimitkW\": 0,\n        \"importLimitKw\": 21,\n        \"availablePhasesCount\": 1,\n        \"installedPhasesCount\": 1,\n        \"islandableInstallation\": \"No\",\n        \"centralProtectionControl\": \"No\",\n        \"installerId\": \"123456789\",\n        \"comments\": \"Comments\",\n        \"acConnections\": [\n            {\n                \"connectionId\": 200000006518651,\n                \"installationStage\": \"Confirmed\",\n                \"recordConfirmedDate\": \"2023-10-13T14:02:13.748+08:00\",\n                \"nspConnectionId\": \"nspConnectionId\",\n                \"commissioningDate\": \"2023-10-12\",\n                \"equipmentType\": \"EVSE V2G\",\n                \"count\": 1,\n                \"status\": \"Active\",\n                \"equipmentInjectionCapacity\": 14,\n                \"equipmentWithdrawalCapacity\": 14,\n                \"evseOwnershipStatus\": \"Fleet\",\n                \"authorisedAgent\": \"agent name\",\n                \"managementMethod\": \"OEM API\",\n                \"details\": {\n                    \"serialNumbers\": [\n                        \"123456789\"\n                    ],\n                    \"manufacturerName\": \"Manufactuer\",\n                    \"modelNumber\": \"Model Number\",\n                    \"equipmentSeries\": \"Equipment Series\",\n                    \"equipmentStandard\": \"Equipment Standard\",\n                    \"regionSetting\": \"B\"\n                },\n                \"devices\": [\n                    {\n                        \"deviceId\": 200000006584000,\n                        \"installationStage\": \"Confirmed\",\n                        \"recordConfirmedDate\": \"2023-10-13T08:40:23.318+08:00\",\n                        \"nspDeviceId\": \"nspDeviceId\",\n                        \"type\": \"Storage\",\n                        \"comments\": \"Device Comments\",\n                        \"count\": 1,\n                        \"status\": \"Active\",\n                        \"details\": {\n                            \"manufacturerName\": \"Unknown\",\n                            \"modelNumber\": \"Unknown\",\n                            \"nominalRatedCapacity\": 14,\n                            \"nominalLoadCapacity\": 14,\n                            \"nominalStorageCapacity\": 200\n                        },\n                        \"recordCreationDate\": \"2023-10-13T14:02:13.748+08:00\",\n                        \"recordUpdateDate\": \"2023-10-13T14:02:13.748+08:00\"\n                    }\n                ],\n                \"recordCreationDate\": \"2023-10-13T14:02:13.748+08:00\",\n                \"recordUpdateDate\": \"2023-10-13T14:02:13.748+08:00\"\n            },\n            {\n                \"connectionId\": 200000006518652,\n                \"installationStage\": \"Confirmed\",\n                \"recordConfirmedDate\": \"2023-10-13T14:02:13.748+08:00\",\n                \"nspConnectionId\": \"nspConnectionId\",\n                \"commissioningDate\": \"2023-10-12\",\n                \"equipmentType\": \"EVSE no V2G\",\n                \"count\": 1,\n                \"status\": \"Active\",\n                \"equipmentInjectionCapacity\": 0,\n                \"equipmentWithdrawalCapacity\": 7,\n                \"details\": {\n                    \"serialNumbers\": [\n                        \"123456789\"\n                    ],\n                    \"manufacturerName\": \"Manufactuer\",\n                    \"modelNumber\": \"Model Number\",\n                    \"equipmentSeries\": \"Equipment Series\",\n                    \"equipmentStandard\": \"Equipment Standard\"\n                },\n                \"devices\": [\n                    {\n                        \"deviceId\": 200000006584001,\n                        \"installationStage\": \"Confirmed\",\n                        \"recordConfirmedDate\": \"2023-10-12T08:40:23.318+08:00\",\n                        \"nspDeviceId\": \"nspDeviceId\",\n                        \"type\": \"Controlled load\",\n                        \"comments\": \"Device Comments\",\n                        \"count\": 1,\n                        \"status\": \"Active\",\n                        \"details\": {\n                            \"manufacturerName\": \"Unknown\",\n                            \"modelNumber\": \"Unknown\",\n                            \"nominalRatedCapacity\": 0,\n                            \"nominalLoadCapacity\": 7,\n                            \"nominalStorageCapacity\": 0\n                        },\n                        \"recordCreationDate\": \"2023-10-13T14:02:13.748+08:00\",\n                        \"recordUpdateDate\": \"2023-10-13T14:02:13.748+08:00\"\n                    }\n                ],\n                \"recordCreationDate\": \"2023-10-13T14:02:13.748+08:00\",\n                \"recordUpdateDate\": \"2023-10-13T14:02:13.748+08:00\"\n            }\n        ],\n        \"recordCreationDate\": \"2023-10-13T14:02:13.748+08:00\",\n        \"recordUpdateDate\": \"2023-10-13T14:02:13.748+08:00\"\n    }\n}"}],"_postman_id":"19522f5a-cba2-4d88-9b2d-d7e7aae42c7f"},{"name":"getInstallRecord","id":"58282bca-d2ae-4180-9ceb-6b875641904d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{accessToken}}","description":"<p>The access token received from the OAuth API, status: required</p>\n","type":"text"},{"key":"X-initiatingParticipantID","value":"EHUB","type":"text","description":"<p>Participant ID, type: string, status: required</p>\n"},{"key":"X-market","value":"WEM","type":"text","description":"<p>Identifies the market, status: required, type: string</p>\n"}],"url":"https://partner.api.aemo.com.au/v2/der-register/installation/:NMI","description":"<p>Retrieve an installation record.</p>\n","urlObject":{"protocol":"https","path":["installation",":NMI"],"host":["partner.api.aemo.com.au/v2/der-register"],"query":[],"variable":[{"description":{"content":"<p>The National Metering Identifier for each connection point where the DER installation is installed. Permitted range is 8001000000-8020999999, or WAAA000000 to WAAAZZZZZZ excluding WAAAW</p>\n","type":"text/plain"},"type":"any","value":"{NMI}","key":"NMI"}]}},"response":[{"id":"dc572532-8115-44e3-b506-7fe3282f73e5","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{accessToken}}","description":"The access token received from the OAuth API, status: required","type":"text"},{"key":"X-initiatingParticipantID","value":"EHUB","type":"text","description":"Participant ID, type: string, status: required"},{"key":"X-market","value":"WEM","type":"text","description":"Identifies the market, status: required, type: string"}],"url":{"raw":"https://partner.api.aemo.com.au/v2/der-register/installation/:NMI","protocol":"https","host":["partner.api.aemo.com.au/v2/der-register"],"path":["installation",":NMI"],"variable":[{"key":"NMI","value":"{NMI}","description":"The National Metering Identifier allocated by the Network Operator for each Connection Point where the DER installation has been installed. Permitted Range is 8001000000 to 8020999999 or WAAA000000 to WAAAZZZZZZ excluding WAAAW."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"data\": \r\n    {\r\n        \"nmi\": \"string\",\r\n        \"jobNumber\": \"string\",\r\n        \"recordCreationDate\": \"string:date-time\",\r\n\t    \"recordUpdateDate\": \"string:date-time\",\r\n        \"approvedCapacity\": \"number\",\r\n        \"loadCapacity\": \"number\",\r\n        \"exportLimitkW\": \"number\",\r\n        \"importLimitkW\": \" number\",\r\n        \"availablePhasesCount\": \"number\",\r\n        \"installedPhasesCount\": \"number\",\r\n        \"islandableInstallation\": \"string\",\r\n        \"centralProtectionControl\": \"string\",\r\n        \"underFrequencyProtection\": \"number\",\r\n        \"underFrequencyProtectionDelay\": \"number\",\r\n        \"overFrequencyProtection\": \"number\",\r\n        \"overFrequencyProtectionDelay\": \"number\",\r\n        \"underVoltageProtection\": \"number\",\r\n        \"underVoltageProtectionDelay\": \"number\",\r\n        \"overVoltageProtection\": \"number\",\r\n        \"overVoltageProtectionDelay\": \"number\",\r\n        \"sustainedOverVoltage\": \"number\",\r\n        \"sustainedOverVoltageDelay\": \"number\",\r\n        \"frequencyRateOfChange\": \"number\",\r\n        \"voltageVectorShift\": \"number\",\r\n        \"interTripScheme\": \"string\",\r\n        \"neutralVoltageDisplacement\": \"number\",\r\n        \"otherProtection\": \"number\",\r\n        \"installerId\": \"string\",\r\n        \"comments\": \"string\",\r\n        \"acConnections\": \r\n        [\r\n            {\r\n                \"connectionId\": \"number\",\r\n                \"nspConnectionId\": \"string\",\r\n                \"commissioningDate\": \"string:date\",\r\n                \"installationStage\": \"string\",\r\n                \"recordConfirmedDate\": \"string:date-time\",\r\n                \"recordCreationDate\": \"string:date-time\",\r\n\t      \t\t \"recordUpdateDate\": \"string:date-time\",\r\n                \"equipmentType\": \"string\",\r\n                \"count\": \"number\",\r\n                \"status\": \"string\",\r\n                \"equipmentInjectionCapacity\": \"number\",\r\n                \"equipmentWithdrawalCapacity\": \"number\",\r\n                \"evseOwnershipStatus\": \"string\",\r\n                \"authorisedAgent\": \"string\",\r\n                \"managementMethod\": \"string\",\r\n                \"frequencyRateOfChange\": \"number\",\r\n                \"voltageVectorShift\": \"number\",\r\n                \"interTripScheme\": \"string\",\r\n                \"neutralVoltageDisplacement\": \"number\",\r\n                \"details\":\r\n                {\r\n                    \"serialNumbers\": [\"string\"],\r\n                    \"manufacturerName\": \"string\",\r\n                    \"modelNumber\": \"string\",\r\n                    \"equipmentSeries\": \"string\",\r\n                    \"equipmentStandard\": \"string\",\r\n                    \"regionSetting\": \"string\",\r\n                    \"additionalRequirements\": \"string\",\r\n                    \"sustainOpOvervoltLimit\": \"number\",\r\n                    \"stopAtOverFreq\": \"number\",\r\n                    \"stopAtUnderFreq\": \"number\",\r\n                    \"dredInverterInteraction\": \"number\",\r\n                    \"invVoltWattRespMode\": \"string\",\r\n                    \"invWattRespV1\": \"number\",\r\n                    \"invWattRespV2\": \"number\",\r\n                    \"invWattRespV3\": \"number\",\r\n                    \"invWattRespV4\": \"number\",\r\n                    \"invWattRespPAtV1\": \"number\",\r\n                    \"invWattRespPAtV2\": \"number\",\r\n                    \"invWattRespPAtV3\": \"number\",\r\n                    \"invWattRespPAtV4\": \"number\",\r\n                    \"invVoltVarRespMode\": \"string\",\r\n                    \"invVarRespV1\": \"number\",\r\n                    \"invVarRespV2\": \"number\",\r\n                    \"invVarRespV3\": \"number\",\r\n                    \"invVarRespV4\": \"number\",\r\n                    \"invVarRespQAtV1\": \"number\",\r\n                    \"invVarRespQAtV2\": \"number\",\r\n                    \"invVarRespQAtV3\": \"number\",\r\n                    \"invVarRespQAtV4\": \"number\",\r\n                    \"invReactivePowerMode\": \"string\",\r\n                    \"invFixReactivePower\": \"number\",\r\n                    \"fixPowerFactorMode\": \"string\",\r\n                    \"fixPowerFactor\": \"number\",\r\n                    \"fixPowerFactorQuad\": \"string\",\r\n                    \"powerRespMode\": \"string\",\r\n                    \"referencePointP1\": \"number\",\r\n                    \"referencePointP2\": \"number\",\r\n                    \"powerFactorAtP1\": \"number\",\r\n                    \"powerFactorQuadAtP1\": \"string\",\r\n                    \"powerFactorAtP2\": \"number\",\r\n                    \"powerFactorQuadAtP2\": \"string\",\r\n                    \"powerRateLimitMode\": \"string\",\r\n                    \"powerRampRate\": \"number\",\r\n                    \"reactivePowerRegulation\": \"string\",\r\n                    \"voltageSetPoint\": \"number\",\r\n                    \"voltageSetPointUnit\": \"string\",\r\n                    \"deadband\": \"number\",\r\n                    \"droop\": \"number\",\r\n                    \"baseForDroop\": \"number\",\r\n                    \"reactivePowerSourceLimit\": \"number\",\r\n                    \"reactivePowerSinkLimit\": \"number\",\r\n                    \"reactiveFixPowerFactor\": \"number\",\r\n                    \"reactiveFixPowerFactorQuad\": \"string\",\r\n                    \"generatorRampRate\": \"number\",\r\n                    \"powerRampGradient\": \"number\",\r\n                    \"frequencySensitiveMode\": \"string\",\r\n                    \"frequencyDeadband\": \"number\",\r\n                    \"frequencyDroop\": \"number\"\r\n                },\r\n                \"devices\": \r\n                [\r\n                    {\r\n                        \"deviceId\": \"number\",\r\n                        \"nspDeviceId\": \"string\",\r\n                        \"installationStage\": \"string\",\r\n                        \"recordConfirmedDate\": \"string:date-time\",\r\n                        \"recordCreationDate\": \"string:date-time\",\r\n\t      \t\t         \"recordUpdateDate\": \"string:date-time\",\r\n                        \"type\": \"string\",\r\n                        \"comments\": \"string\",\r\n                        \"count\": \"number\",\r\n                        \"status\": \"string\",\r\n                        \"details\":\r\n                        {\r\n                            \"manufacturerName\": \"string\",\r\n                            \"modelNumber\": \"string\",\r\n                            \"nominalRatedCapacity\": \"number\",\r\n                            \"nominalLoadCapacity\": \"number\",\r\n                            \"nominalStorageCapacity\": \"number\"\r\n                        }\r\n                    }\r\n                ]\r\n            }\r\n        ],\r\n        \"exceptions\":\r\n        [\r\n            {\r\n                \"exceptionId\": \"number\",\r\n                \"code\": \"number\",\r\n                \"title\": \"string\",\r\n                \"detail\": \"string\",\r\n                \"deviceId\": \"number\",\r\n                \"connectionId\": \"number\",\r\n            }\r\n        ]\r\n\r\n    }\r\n}\r\n"}],"_postman_id":"58282bca-d2ae-4180-9ceb-6b875641904d"},{"name":"getInstallRecords","id":"aa4cb4aa-75b8-41f7-b25e-f5f2856326b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{accessToken}}","description":"<p>The access token received from the OAuth API, status: required</p>\n","type":"text"},{"key":"X-initiatingParticipantID","value":"EHUB","type":"text","description":"<p>Participant ID, type: string, status: required</p>\n"},{"key":"X-market","value":"WEM","type":"text","description":"<p>Identifies the market, status: required, type: string</p>\n"}],"url":"https://partner.api.aemo.com.au/v2/der-register/installation/?NMI&installationStage&equipmentType&deviceType&fromCommissioningDate&toCommissioningDate&page&pageSize","description":"<p>Retrieves the current version of one or more DER records by parameter.</p>\n<p>At least one query parameter must be provided. For help, see Params.</p>\n","urlObject":{"protocol":"https","path":["installation",""],"host":["partner.api.aemo.com.au/v2/der-register"],"query":[{"description":{"content":"<p>Returns records for the specified NMIs, type: string</p>\n","type":"text/plain"},"key":"NMI","value":null},{"description":{"content":"<p>Returns records where the installation stage is:\n-<code>Confirmed</code> – both the connection and device are confirmed\n-<code>Conditional</code> – at least one connection or device is conditional\nType: string</p>\n","type":"text/plain"},"key":"installationStage","value":null},{"description":{"content":"<p>Specified <code>equipmentType</code>, type: string, one of:</p>\n<ul>\n<li>Inverter</li>\n<li>Other</li>\n<li>Battery Storage Inverter</li>\n<li>Controllable Load</li>\n<li>Hybrid Inverter</li>\n<li>EVSE V2G</li>\n<li>EVSE no V2G</li>\n<li>Rotating Machine</li>\n<li>Solar PV Inverter\nNote: Unknown_equipment is not supported</li>\n</ul>\n","type":"text/plain"},"key":"equipmentType","value":null},{"description":{"content":"<p>Specified <code>deviceType</code>, type: string, one of:</p>\n<ul>\n<li>Solar PV</li>\n<li>Storage</li>\n<li>Controlled load</li>\n<li>Co Tri-generation</li>\n<li>Fossil</li>\n<li>Liquid fuel</li>\n<li>Other</li>\n<li>Hydro</li>\n<li>Wind</li>\n<li>Waste to energy</li>\n<li>Unknown_Device</li>\n</ul>\n","type":"text/plain"},"key":"deviceType","value":null},{"description":{"content":"<p>Returns records where the CommissioningDate is greater than or equal to this value, format: yyyy-mm-dd, type: string</p>\n","type":"text/plain"},"key":"fromCommissioningDate","value":null},{"description":{"content":"<p>Return records where the CommissioningDate is less than or equal to this value, format: yyyy-mm-dd</p>\n","type":"text/plain"},"key":"toCommissioningDate","value":null},{"description":{"content":"<p>The pages of records to return\nA number between 1 and the total number of available pages, type: string</p>\n","type":"text/plain"},"key":"page","value":null},{"description":{"content":"<p>How many records to return in the response\nOne of 25, 50 or 100, type: string</p>\n","type":"text/plain"},"key":"pageSize","value":null}],"variable":[]}},"response":[{"id":"8cc0f980-8781-40dc-84c2-d2f5d422d0be","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{accessToken}}","description":"The access token received from the OAuth API, status: required","type":"text"},{"key":"X-initiatingParticipantID","value":"EHUB","type":"text","description":"Participant ID, type: string, status: required"},{"key":"X-market","value":"WEM","type":"text","description":"Identifies the market, status: required, type: string"}],"url":{"raw":"https://partner.api.aemo.com.au/v2/der-register/installation?NMI&installationStage&equipmentType&deviceType&fromCommissioningDate&toCommissioningDate&page&pageSize","protocol":"https","host":["partner.api.aemo.com.au/v2/der-register"],"path":["installation"],"query":[{"key":"NMI","value":null,"description":"Returns records for the specified NMIs, type: string"},{"key":"installationStage","value":null,"description":"Returns records where the installation stage is:\n-```Confirmed``` – both the connection and device are confirmed\n-```Conditional``` – at least one connection or device is conditional\nType: string"},{"key":"equipmentType","value":null,"description":"Specified ```equipmentType```, type: string, one of:\n-\tInverter\n-\tOther\n-\tBattery Storage Inverter\n-\tControllable Load\n-\tHybrid Inverter\n-\tEVSE V2G\n-\tEVSE no V2G\n-\tRotating Machine\n-\tSolar PV Inverter\nNote: Unknown_equipment is not supported\n"},{"key":"deviceType","value":null,"description":"Specified ```deviceType```, type: string, one of:\n-\tSolar PV\n-\tStorage\n-\tControlled load\n-\tCo Tri-generation\n-\tFossil\n-\tLiquid fuel\n-\tOther\n-\tHydro\n-\t Wind\n-\tWaste to energy\n-\tUnknown_Device"},{"key":"fromCommissioningDate","value":null,"description":"Returns records where the CommissioningDate is greater than or equal to this value, format: yyyy-mm-dd, type: string"},{"key":"toCommissioningDate","value":null,"description":"Return records where the CommissioningDate is less than or equal to this value, format: yyyy-mm-dd, type: string"},{"key":"page","value":null,"description":"The pages of records to return\n\nA number between 1 and the total number of available pages, type: string\n"},{"key":"pageSize","value":null,"description":"How many records to return in the response.\nOne of 25, 50 or 100, type: string\n"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"derRecords\": [\n            {\n                \"nmi\": \"string\",\n                \"jobNumber\": \"string\",\n                \"recordCreationDate\": \"string:date-time\",\n                \"recordUpdateDate\": \"string:date-time\",\n                \"approvedCapacity\": \"number\",\n                \"loadCapacity\": \"number\"\n                ...\n            }\n        ]\n    },\n    \"meta\": {\n        \"totalRecords\": 422,\n        \"totalPages\": 17\n    }\n}"},{"id":"bc0c3fa4-05bc-4f73-ba16-68fcd05e1f54","name":"Request for 3 NMIs","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{accessToken}}","description":"The access token received from the OAuth API, status: required","type":"text"},{"key":"X-initiatingParticipantID","value":"EHUB","type":"text","description":"Participant ID, type: string, status: required"},{"key":"X-market","value":"WEM","type":"text","description":"Identifies the market, status: required, type: string"}],"url":{"raw":"https://partner.api.aemo.com.au/v2/der-register/installation/?NMI&installationStage&equipmentType&deviceType&fromCommissioningDate&toCommissioningDate&page&pageSize","protocol":"https","host":["partner.api.aemo.com.au/v2/der-register"],"path":["installation",""],"query":[{"key":"NMI","value":null,"description":"Returns records for the specified NMIs, type: string"},{"key":"installationStage","value":null,"description":"Returns records where the installation stage is:\n-```Confirmed``` – both the connection and device are confirmed\n-```Conditional``` – at least one connection or device is conditional\nType: string"},{"key":"equipmentType","value":null,"description":"Specified ```equipmentType```, type: string, one of:\n-\tInverter\n-\tOther\n-\tBattery Storage Inverter\n-\tControllable Load\n-\tHybrid Inverter\n-\tEVSE V2G\n-\tEVSE no V2G\n-\tRotating Machine\n-\tSolar PV Inverter\nNote: Unknown_equipment is not supported"},{"key":"deviceType","value":null,"description":"Specified ```deviceType```, type: string, one of:\n-\tSolar PV\n-\tStorage\n-\tControlled load\n-\tCo Tri-generation\n-\tFossil\n-\tLiquid fuel\n-\tOther\n-\tHydro\n-\t Wind\n-\tWaste to energy\n-\tUnknown_Device"},{"key":"fromCommissioningDate","value":null,"description":"Returns records where the CommissioningDate is greater than or equal to this value, format: yyyy-mm-dd, type: string"},{"key":"toCommissioningDate","value":null,"description":"Return records where the CommissioningDate is less than or equal to this value, format: yyyy-mm-dd"},{"key":"page","value":null,"description":"The pages of records to return\nA number between 1 and the total number of available pages, type: string"},{"key":"pageSize","value":null,"description":"How many records to return in the response\nOne of 25, 50 or 100, type: string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{    \"data\": {\r\n        \"derRecords\": [\r\n            {\r\n                \"nmi\": \"nmi example A\",\r\n                \"jobNumber\": \"job number\",\r\n                \"installationStage\": \"Confirmed\",\r\n                \"approvedCapacity\": 29.900,\r\n                \"availablePhasesCount\": 1,\r\n                \"installedPhasesCount\": 1,\r\n                \"islandableInstallation\": \"No\",\r\n                \"centralProtectionControl\": \"No\",\r\n                \"installerId\": \"installer id\",\r\n                \"comments\": \"comments\",\r\n                \"acConnections\": [\r\n                    {\r\n                        \"connectionId\": connectionid,\r\n                        \"installationStage\": \"Confirmed\",\r\n                        \"recordConfirmedDate\": \"2021-02-26T07:26:32.803+08:00\",\r\n                        \"nspConnectionId\": \"nspconnectionid\",\r\n                        \"commissioningDate\": \"2021-01-19\",\r\n                        \"equipmentType\": \"Inverter\",\r\n                        \"count\": 1,\r\n                        \"status\": \"Active\",\r\n                        \"equipmentInjectionCapacity\": 0.000,\r\n                        \"details\": {},\r\n                        \"devices\": [\r\n                            {\r\n                                \"deviceId\": deviceid,\r\n                                \"installationStage\": \"Confirmed\",\r\n                                \"recordConfirmedDate\": \"2021-02-26T07:26:32.803+08:00\",\r\n                                \"nspDeviceId\": \"nsp device id\",\r\n                                \"type\": \"Solar PV\",\r\n                                \"count\": 1,\r\n                                \"status\": \"Active\",\r\n                                \"details\": {\r\n                                    \"nominalRatedCapacity\": 39.960,\r\n                                    \"nominalStorageCapacity\": 0.000\r\n                                },\r\n                                \"recordCreationDate\": \"2021-02-26T07:26:32.803+08:00\",\r\n                                \"recordUpdateDate\": \"2021-02-26T07:26:32.803+08:00\"\r\n                            }\r\n                        ],\r\n                        \"recordCreationDate\": \"2021-02-26T07:26:32.803+08:00\",\r\n                        \"recordUpdateDate\": \"2021-02-26T07:26:32.803+08:00\"\r\n                    }\r\n                ],\r\n                \"recordCreationDate\": \"2021-02-26T07:26:32.803+08:00\",\r\n                \"recordUpdateDate\": \"2021-02-26T07:26:32.803+08:00\"\r\n            },\r\n            {\r\n                 nmi\": \"nmi example B,\r\n                \"jobNumber\": \"job number\",\r\n                \"installationStage\": \"Conditional\",\r\n                \"approvedCapacity\": 5,\r\n                \"loadCapacity\": 5,\r\n                \"exportLimitkW\": 5,\r\n                \"importLimitKw\": 0,\r\n                \"availablePhasesCount\": 1,\r\n                \"installedPhasesCount\": 1,\r\n                \"islandableInstallation\": \"Yes\",\r\n                \"centralProtectionControl\": \"No\",\r\n                \"acConnections\": [\r\n                    {\r\n                        \"connectionId\": connection id,\r\n                        \"installationStage\": \"Conditional\",\r\n                        \"commissioningDate\": \"2023-10-11\",\r\n                        \"equipmentType\": \"Hybrid Inverter\",\r\n                        \"count\": 1,\r\n                        \"status\": \"Active\",\r\n                        \"details\": {},\r\n                        \"devices\": [\r\n                            {\r\n                                \"deviceId\": deviceid,\r\n                                \"installationStage\": \"Conditional\",\r\n                                \"nspDeviceId\": \"nsp device id\",\r\n                                \"type\": \"Storage\",\r\n                                \"count\": 1,\r\n                                \"status\": \"Active\",\r\n                                \"details\": {},\r\n                                \"recordCreationDate\": \"2023-10-28T16:47:42.553+08:00\",\r\n                                \"recordUpdateDate\": \"2023-10-28T16:47:42.553+08:00\"\r\n                            }\r\n                        ],\r\n                        \"recordCreationDate\": \"2023-10-28T19:18:14.660+08:00\",\r\n                        \"recordUpdateDate\": \"2023-10-28T19:18:14.660+08:00\"\r\n                    }\r\n                ],\r\n                \"recordCreationDate\": \"2023-10-28T16:47:42.553+08:00\",\r\n                \"recordUpdateDate\": \"2023-10-28T16:47:42.553+08:00\"\r\n            },\r\n            {\r\n                \"nmi\": \"nmi example C\",\r\n                \"jobNumber\": \"job number\",\r\n                \"installationStage\": \"Conditional\",\r\n                \"approvedCapacity\": 14,\r\n                \"loadCapacity\": 21,\r\n                \"exportLimitkW\": 0,\r\n                \"importLimitKw\": 7,\r\n                \"availablePhasesCount\": 1,\r\n                \"installedPhasesCount\": 1,\r\n                \"islandableInstallation\": \"Yes\",\r\n                \"centralProtectionControl\": \"No\",\r\n                \"acConnections\": [\r\n                    {\r\n                        \"connectionId\": connectionid,\r\n                        \"installationStage\": \"Conditional\",\r\n                        \"commissioningDate\": \"2023-10-11\",\r\n                        \"equipmentType\": \"EVSE V2G\",\r\n                        \"count\": 1,\r\n                        \"status\": \"Active\",\r\n                        \"details\": {},\r\n                        \"devices\": [\r\n                            {\r\n                                \"deviceId\": deviceid,\r\n                                \"installationStage\": \"Conditional\",\r\n                                \"type\": \"Storage\",\r\n                                \"count\": 1,\r\n                                \"status\": \"Active\",\r\n                                \"details\": {},\r\n                                \"recordCreationDate\": \"2023-10-28T16:53:04.403+08:00\",\r\n                                \"recordUpdateDate\": \"2023-10-28T16:53:04.403+08:00\"\r\n                            }\r\n                        ],\r\n                        \"recordCreationDate\": \"2023-10-28T16:53:04.403+08:00\",\r\n                        \"recordUpdateDate\": \"2023-10-28T16:53:04.403+08:00\"\r\n                    }\r\n                ],\r\n                \"recordCreationDate\": \"2023-10-28T16:53:04.403+08:00\",\r\n                \"recordUpdateDate\": \"2023-10-28T16:53:04.403+08:00\"\r\n            },\r\n           \"meta\": { \r\n        \"totalRecords\": 3,\r\n        \"totalPages\": 1    }}\r\n         "}],"_postman_id":"aa4cb4aa-75b8-41f7-b25e-f5f2856326b8"},{"name":"getInstallHistory","id":"abf36df7-071b-44a2-a230-9dc0ab789157","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{accessToken}}","description":"<p>The access token received from the OAuth API, status: required</p>\n","type":"text"},{"key":"X-initiatingParticipantID","value":"EHUB","type":"text","description":"<p>Participant ID, type: string, status: required</p>\n"},{"key":"X-market","value":"WEM","type":"text","description":"<p>Identifies the market, status: required, type: string</p>\n"}],"url":"https://partner.api.aemo.com.au/v2/der-register/installation/:NMI/history","description":"<p>Retrieves the current and historical versions of a DER installation for a single NMI. This includes information about the installation, AC Connection and Device details.</p>\n<p>The returned records have a <code>recordStartDate</code> and <code>recordEndDate</code> indicating when the record was valid.<br />The records are not returned in a hierarchical structure, instead the version history is returned for the elements: <code>installation</code>, <code>acConnection</code>, <code>acConnectionDetails</code> and <code>device</code> for the respective NMI.</p>\n","urlObject":{"protocol":"https","path":["installation",":NMI","history"],"host":["partner.api.aemo.com.au/v2/der-register"],"query":[],"variable":[{"description":{"content":"<p>The National Metering Identifier for each connection point where the DER installation is installed. Permitted range is 8001000000-8020999999, or WAAA000000 to WAAAZZZZZZ excluding WAAAW</p>\n","type":"text/plain"},"type":"any","value":"{NMI}","key":"NMI"}]}},"response":[{"id":"73c78e1e-ae98-4cb1-936d-ffa8991ba495","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{accessToken}}","description":"The access token received from the OAuth API, status: required","type":"text"},{"key":"X-initiatingParticipantID","value":"EHUB","type":"text","description":"Participant ID, type: string, status: required"},{"key":"X-market","value":"WEM","type":"text","description":"Identifies the market, status: required, type: string"}],"url":{"raw":"https://partner.api.aemo.com.au/v2/der-register/installation/:NMI","protocol":"https","host":["partner.api.aemo.com.au/v2/der-register"],"path":["installation",":NMI"],"variable":[{"key":"NMI","value":"{NMI}","description":"The National Metering Identifier allocated by the Network Operator for each Connection Point where the DER installation has been installed. Permitted Range is 8001000000 to 8020999999 or WAAA000000 to WAAAZZZZZZ excluding WAAAW, status: Required"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"\r\n{\r\n    \"data\": \r\n    {\r\n       \"installations\":[\r\n         {\r\n            \"nmi\": \"string\",\r\n            \"jobNumber\": \"string\",\r\n            \"recordCreationDate\": \"string:date-time\",\r\n\t          \"recordUpdateDate\": \"string:date-time\",\r\n\t          \"recordStartDate\": \"string:date-time\",\r\n\t          \"recordEndDate\": \"string:date-time\",\r\n            ...\r\n\t\t }\r\n\t     ],\r\n\t     \"acConnections\": [\r\n\t\t{\r\n           \"connectionId\": \"number\",\r\n           \"recordCreationDate\": \"string:date-time\",\r\n\t      \t   \"recordUpdateDate\": \"string:date-time\",\r\n\t\t   \"recordStartDate\": \"string:date-time\",\r\n\t\t   \"recordEndDate\": \"string:date-time\",\r\n\t\t   ...\r\n\t\t}\r\n\t     ],\r\n       \"acConnectionDetails\": [\r\n         {\r\n           \"connectionId\": \"number\",\r\n       \t  \"recordCreationDate\": \"string:date-time\",\r\n\t      \t  \"recordUpdateDate\": \"string:date-time\",\r\n\t\t  \"recordStartDate\": \"string:date-time\",\r\n\t\t  \"recordEndDate\": \"string:date-time\",\r\n\t\t  ...\r\n\t\t}\r\n\t     ],\r\n\t     \"devices\": [\r\n\t       {\r\n           \"connectionId\": \"number\",\r\n           \"deviceId\": \"number\",\r\n       \t  \"recordCreationDate\": \"string:date-time\",\r\n\t      \t  \"recordUpdateDate\": \"string:date-time\",\r\n\t\t  \"recordStartDate\": \"string:date-time\",\r\n\t\t  \"recordEndDate\": \"string:date-time\",\r\n\t\t  ...\r\n\t       }\r\n\t     ]\r\n\t  }\r\n}\r\n"},{"id":"502afecb-bf0c-4ce4-9d37-719b4924bde9","name":"getInstallHistory","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{accessToken}}","description":"The access token received from the OAuth API, status: required","type":"text"},{"key":"X-initiatingParticipantID","value":"EHUB","type":"text","description":"Participant ID, type: string, status: required"},{"key":"X-market","value":"WEM","type":"text","description":"Identifies the market, status: required, type: string"}],"url":{"raw":"https://partner.api.aemo.com.au/v2/der-register/installation/:NMI/history","protocol":"https","host":["partner.api.aemo.com.au/v2/der-register"],"path":["installation",":NMI","history"],"variable":[{"key":"NMI","value":"{NMI}","description":"The National Metering Identifier for each connection point where the DER installation is installed. Permitted range is 8001000000-8020999999, or WAAA000000 to WAAAZZZZZZ excluding WAAAW"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"installations\": [\n            {\n                \"nmi\": \"2000012345\",\n                \"installationStage\": \"Confirmed\",\n                \"recordConfirmedDate\": \"2023-10-18T14:32:07.887+08:00\",\n                \"lnsp_id\": \"lnsp id\",\n                \"jobNumber\": \"Job Number\",\n                \"installer_id\": \"123456789\",\n                \"approvedCapacity\": 5,\n                \"loadCapacity\": 0,\n                \"exportLimitkW\": 5,\n                \"importLimitKw\": 0,\n                \"availablePhasesCount\": 1,\n                \"installedPhasesCount\": 1,\n                \"islandableInstallation\": \"No\",\n                \"comments\": \"comments\",\n                \"centralProtectionControl\": \"No\",\n                \"recordCreationDate\": \"2023-10-18T14:32:07.887+08:00\",\n                \"recordUpdateDate\": \"2023-10-18T14:32:07.887+08:00\",\n                \"recordStartDate\": \"2023-10-18T14:32:07.887+08:00\",\n                \"recordEndDate\": \"9999-12-30T22:00:00.000+08:00\"\n            }\n        ],\n        \"acConnections\": [\n            {\n                \"connectionId\": 200000006518712,\n                \"nspConnectionId\": \"nspConnectionId\",\n                \"installationStage\": \"Confirmed\",\n                \"recordConfirmedDate\": \"2023-10-18T14:32:07.887+08:00\",\n                \"commissioningDate\": \"2023-10-12\",\n                \"authorisedAgent\": \"agent name\",\n                \"managementMethod\": \"OEM API\",\n                \"equipmentType\": \"Solar PV Inverter\",\n                \"count\": 1,\n                \"equipmentInjectionCapacity\": 5,\n                \"equipmentWithdrawalCapacity\": 0,\n                \"status\": \"Active\",\n                \"recordCreationDate\": \"2023-10-18T14:32:07.887+08:00\",\n                \"recordUpdateDate\": \"2023-10-18T14:32:07.887+08:00\",\n                \"recordStartDate\": \"2023-10-18T14:32:07.887+08:00\",\n                \"recordEndDate\": \"9999-12-30T22:00:00.000+08:00\"\n            }\n        ],\n        \"acConnectionDetails\": [\n            {\n                \"connectionId\": 200000006518712,\n                \"regionSetting\": \"B\",\n                \"serialNumbers\": \"123456789\",\n                \"manufacturerName\": \"Manufacturer\",\n                \"modelNumber\": \"Model Number\",\n                \"equipmentSeries\": \"Equipment Series\",\n                \"equipmentStandard\": \"AS/NZS.4777.2:2020\",\n                \"additionalRequirements\": \"None\",\n                \"recordCreationDate\": \"2023-09-18T14:32:07.887+08:00\",\n                \"recordUpdateDate\": \"2023-09-18T14:32:07.887+08:00\",\n                \"recordStartDate\": \"2023-09-18T14:32:07.887+08:00\",\n                \"recordEndDate\": \"9999-12-30T22:00:00.000+08:00\"\n            }\n        ],\n        \"devices\": [\n            {\n                \"deviceId\": 200000006584062,\n                \"connectionId\": 200000006518712,\n                \"nmi\": \"10 digit nmi\",\n                \"nspDeviceId\": \"nspDeviceId\",\n                \"type\": \"Solar PV\",\n                \"count\": 20,\n                \"installationStage\": \"Confirmed\",\n                \"recordConfirmedDate\": \"2023-10-12T08:40:23.320+08:00\",\n                \"status\": \"Active\",\n                \"comments\": \"Device Comment\",\n                \"manufacturerName\": \"Manufacturer Name\",\n                \"modelNumber\": \"Model Number\",\n                \"nominalRatedCapacity\": 0.3,\n                \"nominalLoadCapacity\": 0,\n                \"nominalStorageCapacity\": 0,\n                \"recordCreationDate\": \"2023-10-18T14:32:07.887+08:00\",\n                \"recordUpdateDate\": \"2023-10-18T14:32:07.887+08:00\",\n                \"recordStartDate\": \"2023-10-18T14:32:07.887+08:00\",\n                \"recordEndDate\": \"9999-12-30T22:00:00.000+08:00\"\n            }\n        ]\n    }\n}"}],"_postman_id":"abf36df7-071b-44a2-a230-9dc0ab789157"},{"name":"updateInstall","id":"fdfc7cb0-63bd-41ee-b684-bf4dd46840e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{accessToken}}","description":"<p>The access token received from the OAuth API, status: required</p>\n","type":"text"},{"key":"X-initiatingParticipantID","value":"EHUB","description":"<p>Required Participant ID, type: string, status: required</p>\n","type":"text"},{"key":"X-market","value":"WEM","description":"<p>Identifies the market, status: required, type: string</p>\n","type":"text"},{"key":"Accept","value":"application/json","description":"<p>Identifies the content types accepted by the client, option: application/json , type: string</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"data\": \r\n    {\r\n        \"nmi\": \"string\",\r\n        \"jobNumber\": \"string\",\r\n        \"approvedCapacity\": \"number\",\r\n        \"loadCapacity\": \"number\",\r\n        \"exportLimitkW\": \"number\",\r\n        \"importLimitkW\": \" number\",\r\n        \"availablePhasesCount\": \"number\",\r\n        \"installedPhasesCount\": \"number\",\r\n        \"islandableInstallation\": \"string\",\r\n        \"centralProtectionControl\": \"string\",\r\n        \"underFrequencyProtection\": \"number\",\r\n        \"underFrequencyProtectionDelay\": \"number\",\r\n        \"overFrequencyProtection\": \"number\",\r\n        \"overFrequencyProtectionDelay\": \"number\",\r\n        \"underVoltageProtection\": \"number\",\r\n        \"underVoltageProtectionDelay\": \"number\",\r\n        \"overVoltageProtection\": \"number\",\r\n        \"overVoltageProtectionDelay\": \"number\",\r\n        \"sustainedOverVoltage\": \"number\",\r\n        \"sustainedOverVoltageDelay\": \"number\",\r\n        \"frequencyRateOfChange\": \"number\",\r\n        \"voltageVectorShift\": \"number\",\r\n        \"interTripScheme\": \"string\",\r\n        \"neutralVoltageDisplacement\": \"number\",\r\n        \"otherProtection\": \"number\",\r\n        \"installerId\": \"string\",\r\n        \"comments\": \"string\",\r\n        \"acConnections\": \r\n        [\r\n            {\r\n                \"nspConnectionId\": \"string\",\r\n                \"commissioningDate\": \"string:date\",\r\n                \"equipmentType\": \"string\",\r\n                \"count\": \"number\",\r\n                \"status\": \"string\",\r\n                \"equipmentInjectionCapacity\": \"number\",\r\n                \"equipmentWithdrawalCapacity\": \"number\",\r\n                \"evseOwnershipStatus\": \"string\",\r\n                \"authorisedAgent\": \"string\",\r\n                \"managementMethod\": \"string\",\r\n                \"frequencyRateOfChange\": \"number\",\r\n                \"voltageVectorShift\": \"number\",\r\n                \"interTripScheme\": \"string\",\r\n                \"neutralVoltageDisplacement\": \"number\",\r\n                \"details\":\r\n                {\r\n                   \r\n                    \"serialNumbers\": [\"string\"],\r\n                    \"manufacturerName\": \"string\",\r\n                    \"modelNumber\": \"string\",\r\n                    \"equipmentSeries\": \"string\",\r\n                    \"equipmentStandard\": \"string\",\r\n                    \"regionSetting\": \"string\",\r\n                    \"additionalRequirements\": \"string\",\r\n                    \"sustainOpOvervoltLimit\": \"number\",\r\n                    \"stopAtOverFreq\": \"number\",\r\n                    \"stopAtUnderFreq\": \"number\",\r\n                    \"dredInverterInteraction\": \"number\",\r\n                    \"invVoltWattRespMode\": \"string\",\r\n                    \"invWattRespV1\": \"number\",\r\n                    \"invWattRespV2\": \"number\",\r\n                    \"invWattRespV3\": \"number\",\r\n                    \"invWattRespV4\": \"number\",\r\n                    \"invWattRespPAtV1\": \"number\",\r\n                    \"invWattRespPAtV2\": \"number\",\r\n                    \"invWattRespPAtV3\": \"number\",\r\n                    \"invWattRespPAtV4\": \"number\",\r\n                    \"invVoltVarRespMode\": \"string\",\r\n                    \"invVarRespV1\": \"number\",\r\n                    \"invVarRespV2\": \"number\",\r\n                    \"invVarRespV3\": \"number\",\r\n                    \"invVarRespV4\": \"number\",\r\n                    \"invVarRespQAtV1\": \"number\",\r\n                    \"invVarRespQAtV2\": \"number\",\r\n                    \"invVarRespQAtV3\": \"number\",\r\n                    \"invVarRespQAtV4\": \"number\",\r\n                    \"invReactivePowerMode\": \"string\",\r\n                    \"invFixReactivePower\": \"number\",\r\n                    \"fixPowerFactorMode\": \"string\",\r\n                    \"fixPowerFactor\": \"number\",\r\n                    \"fixPowerFactorQuad\": \"string\",\r\n                    \"powerRespMode\": \"string\",\r\n                    \"referencePointP1\": \"number\",\r\n                    \"referencePointP2\": \"number\",\r\n                    \"powerFactorAtP1\": \"number\",\r\n                    \"powerFactorQuadAtP1\": \"string\",\r\n                    \"powerFactorAtP2\": \"number\",\r\n                    \"powerFactorQuadAtP2\": \"string\",\r\n                    \"powerRateLimitMode\": \"string\",\r\n                    \"powerRampRate\": \"number\",\r\n                    \"reactivePowerRegulation\": \"string\",\r\n                    \"voltageSetPoint\": \"number\",\r\n                    \"voltageSetPointUnit\": \"string\",\r\n                    \"deadband\": \"number\",\r\n                    \"droop\": \"number\",\r\n                    \"baseForDroop\": \"number\",\r\n                    \"reactivePowerSourceLimit\": \"number\",\r\n                    \"reactivePowerSinkLimit\": \"number\",\r\n                    \"reactiveFixPowerFactor\": \"number\",\r\n                    \"reactiveFixPowerFactorQuad\": \"string\",\r\n                    \"generatorRampRate\": \"number\",\r\n                    \"powerRampGradient\": \"number\",\r\n                    \"frequencySensitiveMode\": \"string\",\r\n                    \"frequencyDeadband\": \"number\",\r\n                    \"frequencyDroop\": \"number\"\r\n                },\r\n                \"devices\": \r\n                [\r\n                    {\r\n                        \"nspDeviceId\": \"string\",\r\n                        \"type\": \"string\",\r\n                        \"comments\": \"string\",\r\n                        \"count\": \"number\",\r\n                        \"status\": \"string\",\r\n                        \"details\":\r\n                        {\r\n                            \"manufacturerName\": \"string\",\r\n                            \"modelNumber\": \"string\",\r\n                            \"nominalRatedCapacity\": \"number\",\r\n                            \"nominalLoadCapacity\": \"number\",\r\n                            \"nominalStorageCapacity\": \"number\"\r\n                        }\r\n                    }\r\n                ]\r\n            }\r\n        ]\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://partner.api.aemo.com.au/v2/der-register/installation/:NMI","description":"<p>Update an existing DER Installation record. It is used to:</p>\n<ul>\n<li>Change existing installation, connection or device information.</li>\n<li>Add new connections or devices for the installation.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["installation",":NMI"],"host":["partner.api.aemo.com.au/v2/der-register"],"query":[],"variable":[{"description":{"content":"<p>NMI to update, status: required</p>\n","type":"text/plain"},"type":"any","value":"string","key":"NMI"}]}},"response":[{"id":"a2fd9463-8d03-4d19-8397-8147944ec0ab","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{accessToken}}","description":"The access token received from the OAuth API, status: required","type":"text"},{"key":"X-initiatingParticipantID","value":"EHUB","description":"Required Participant ID, type: string, status: required","type":"text"},{"key":"X-market","value":"WEM","description":"Identifies the market, status: required, type: string","type":"text"},{"key":"Accept","value":"application/json","description":"Identifies the content types accepted by the client, option: application/json , type: string","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"data\": {\r\n        \"recordCreationDate\": \"string\",\r\n        \"recordUpdateDate\": \"string\",\r\n        \"nmi\": \"string\",\r\n        \"jobNumber\": \"string\",\r\n        \"approvedCapacity\": 0,\r\n        \"loadCapacity\": 0,\r\n        \"exportLimitkW\": 0,\r\n        \"importLimitKw\": 0,\r\n        \"availablePhasesCount\": 0,\r\n        \"installedPhasesCount\": 0,\r\n        \"islandableInstallation\": \"string\",\r\n        \"centralProtectionControl\": \"string\",\r\n        \"underFrequencyProtection\": 0,\r\n        \"underFrequencyProtectionDelay\": 0,\r\n        \"overFrequencyProtection\": 0,\r\n        \"overFrequencyProtectionDelay\": 0,\r\n        \"underVoltageProtection\": 0,\r\n        \"underVoltageProtectionDelay\": 0,\r\n        \"overVoltageProtection\": 0,\r\n        \"overVoltageProtectionDelay\": 0,\r\n        \"sustainedOverVoltage\": 0,\r\n        \"sustainedOverVoltageDelay\": 0,\r\n        \"frequencyRateOfChange\": 0,\r\n        \"voltageVectorShift\": 0,\r\n        \"interTripScheme\": \"string\",\r\n        \"neutralVoltageDisplacement\": 0,\r\n        \"otherProtection\": \"string\",\r\n        \"installerId\": \"string\",\r\n        \"comments\": \"string\",\r\n        \"acConnections\": [{\r\n            \"recordCreationDate\": \"string\",\r\n            \"recordUpdateDate\": \"string\",\r\n            \"connectionId\": 0,\r\n            \"installationStage\": \"string\",\r\n            \"recordConfirmedDate\": \"string\",\r\n            \"nspConnectionId\": \"string\",\r\n            \"commissioningDate\": \"string\",\r\n            \"equipmentType\": \"string\",\r\n            \"count\": 0,\r\n            \"status\": \"string\",\r\n            \"equipmentInjectionCapacity\": 0,\r\n            \"equipmentWithdrawalCapacity\": 0,\r\n            \"evseOwnershipStatus\": \"string\",\r\n            \"authorisedAgent\": \"string\",\r\n            \"managementMethod\": \"string\",\r\n            \"frequencyRateOfChange\": 0,\r\n            \"voltageVectorShift\": 0,\r\n            \"interTripScheme\": \"string\",\r\n            \"neutralVoltageDisplacement\": 0,\r\n            \"details\": {\r\n                \"recordCreationDate\": \"string\",\r\n                \"recordUpdateDate\": \"string\",\r\n                \"serialNumbers\": [\"string\"],\r\n                \"manufacturerName\": \"string\",\r\n                \"modelNumber\": \"string\",\r\n                \"equipmentSeries\": \"string\",\r\n                \"equipmentStandard\": \"string\",\r\n                \"regionSetting\": \"string\",\r\n                \"additionalRequirements\": \"string\",\r\n                \"sustainOpOvervoltLimit\": 0,\r\n                \"stopAtOverFreq\": 0,\r\n                \"stopAtUnderFreq\": 0,\r\n                \"dredInverterInteraction\": \"string\",\r\n                \"invVoltWattRespMode\": \"string\",\r\n                \"invWattRespV1\": 0,\r\n                \"invWattRespV2\": 0,\r\n                \"invWattRespV3\": 0,\r\n                \"invWattRespV4\": 0,\r\n                \"invWattRespPAtV1\": 0,\r\n                \"invWattRespPAtV2\": 0,\r\n                \"invWattRespPAtV3\": 0,\r\n                \"invWattRespPAtV4\": 0,\r\n                \"invVoltVarRespMode\": \"string\",\r\n                \"invVarRespV1\": 0,\r\n                \"invVarRespV2\": 0,\r\n                \"invVarRespV3\": 0,\r\n                \"invVarRespV4\": 0,\r\n                \"invVarRespQAtV1\": 0,\r\n                \"invVarRespQAtV2\": 0,\r\n                \"invVarRespQAtV3\": 0,\r\n                \"invVarRespQAtV4\": 0,\r\n                \"invReactivePowerMode\": \"string\",\r\n                \"invFixReactivePower\": 0,\r\n                \"fixPowerFactorMode\": \"string\",\r\n                \"fixPowerFactor\": 0,\r\n                \"fixPowerFactorQuad\": \"string\",\r\n                \"powerRespMode\": \"string\",\r\n                \"referencePointP1\": 0,\r\n                \"referencePointP2\": 0,\r\n                \"powerFactorAtP1\": 0,\r\n                \"powerFactorQuadAtP1\": \"string\",\r\n                \"powerFactorAtP2\": 0,\r\n                \"powerFactorQuadAtP2\": \"string\",\r\n                \"powerRateLimitMode\": \"string\",\r\n                \"powerRampRate\": 0,\r\n                \"reactivePowerRegulation\": \"string\",\r\n                \"voltageSetPoint\": 0,\r\n                \"voltageSetPointUnit\": \"string\",\r\n                \"deadband\": 0,\r\n                \"droop\": 0,\r\n                \"baseForDroop\": 0,\r\n                \"reactivePowerSourceLimit\": 0,\r\n                \"reactivePowerSinkLimit\": 0,\r\n                \"reactiveFixPowerFactor\": 0,\r\n                \"reactiveFixPowerFactorQuad\": \"string\",\r\n                \"generatorRampRate\": \"string\",\r\n                \"powerRampGradient\": 0,\r\n                \"frequencySensitiveMode\": \"string\",\r\n                \"frequencyDeadband\": 0,\r\n                \"frequencyDroop\": 0\r\n            },\r\n            \"devices\": [{\r\n                \"recordCreationDate\": \"string\",\r\n                \"recordUpdateDate\": \"string\",\r\n                \"deviceId\": 0,\r\n                \"installationStage\": \"string\",\r\n                \"recordConfirmedDate\": \"string\",\r\n                \"nspDeviceId\": \"string\",\r\n                \"type\": \"string\",\r\n                \"comments\": \"string\",\r\n                \"count\": 0,\r\n                \"status\": \"string\",\r\n                \"details\": {\r\n                    \"recordCreationDate\": \"string\",\r\n                    \"recordUpdateDate\": \"string\",\r\n                    \"manufacturerName\": \"string\",\r\n                    \"modelNumber\": \"string\",\r\n                    \"nominalRatedCapacity\": 0,\r\n                    \"nominalLoadCapacity\": 0,\r\n                    \"nominalStorageCapacity\": 0\r\n                }\r\n            }]\r\n        }]\r\n    }\r\n}"},"url":{"raw":"https://partner.api.aemo.com.au/v2/der-register/installation/:NMI","protocol":"https","host":["partner.api.aemo.com.au/v2/der-register"],"path":["installation",":NMI"],"variable":[{"key":"NMI","value":"string","description":"NMI to update, status: required"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": \n    {\n        \"nmi\": \"string\",\n        \"jobNumber\": \"string\",\n        \"approvedCapacity\": \"number\",\n        \"loadCapacity\": \"number\",\n        \"exportLimitkW\": \"number\",\n        \"importLimitkW\": \" number\",\n        \"availablePhasesCount\": \"number\",\n        \"installedPhasesCount\": \"number\",\n        \"islandableInstallation\": \"string\",\n        \"centralProtectionControl\": \"string\",\n        \"underFrequencyProtection\": \"number\",\n        \"underFrequencyProtectionDelay\": \"number\",\n        \"overFrequencyProtection\": \"number\",\n        \"overFrequencyProtectionDelay\": \"number\",\n        \"underVoltageProtection\": \"number\",\n        \"underVoltageProtectionDelay\": \"number\",\n        \"overVoltageProtection\": \"number\",\n        \"overVoltageProtectionDelay\": \"number\",\n        \"sustainedOverVoltage\": \"number\",\n        \"sustainedOverVoltageDelay\": \"number\",\n        \"frequencyRateOfChange\": \"number\",\n        \"voltageVectorShift\": \"number\",\n        \"interTripScheme\": \"string\",\n        \"neutralVoltageDisplacement\": \"number\",\n        \"otherProtection\": \"number\",\n        \"installerId\": \"string\",\n        \"comments\": \"string\",\n        \"acConnections\": \n        [\n            {\n                \"nspConnectionId\": \"string\",\n                \"commissioningDate\": \"string:date\",\n                \"equipmentType\": \"string\",\n                \"count\": \"number\",\n                \"status\": \"string\",\n                \"equipmentInjectionCapacity\": \"number\",\n                \"equipmentWithdrawalCapacity\": \"number\",\n                \"evseOwnershipStatus\": \"string\",\n                \"authorisedAgent\": \"string\",\n                \"managementMethod\": \"string\",\n                \"frequencyRateOfChange\": \"number\",\n                \"voltageVectorShift\": \"number\",\n                \"interTripScheme\": \"string\",\n                \"neutralVoltageDisplacement\": \"number\",\n                \"details\":\n                {\n                   \n                    \"serialNumbers\": [\"string\"],\n                    \"manufacturerName\": \"string\",\n                    \"modelNumber\": \"string\",\n                    \"equipmentSeries\": \"string\",\n                    \"equipmentStandard\": \"string\",\n                    \"regionSetting\": \"string\",\n                    \"additionalRequirements\": \"string\",\n                    \"sustainOpOvervoltLimit\": \"number\",\n                    \"stopAtOverFreq\": \"number\",\n                    \"stopAtUnderFreq\": \"number\",\n                    \"dredInverterInteraction\": \"number\",\n                    \"invVoltWattRespMode\": \"string\",\n                    \"invWattRespV1\": \"number\",\n                    \"invWattRespV2\": \"number\",\n                    \"invWattRespV3\": \"number\",\n                    \"invWattRespV4\": \"number\",\n                    \"invWattRespPAtV1\": \"number\",\n                    \"invWattRespPAtV2\": \"number\",\n                    \"invWattRespPAtV3\": \"number\",\n                    \"invWattRespPAtV4\": \"number\",\n                    \"invVoltVarRespMode\": \"string\",\n                    \"invVarRespV1\": \"number\",\n                    \"invVarRespV2\": \"number\",\n                    \"invVarRespV3\": \"number\",\n                    \"invVarRespV4\": \"number\",\n                    \"invVarRespQAtV1\": \"number\",\n                    \"invVarRespQAtV2\": \"number\",\n                    \"invVarRespQAtV3\": \"number\",\n                    \"invVarRespQAtV4\": \"number\",\n                    \"invReactivePowerMode\": \"string\",\n                    \"invFixReactivePower\": \"number\",\n                    \"fixPowerFactorMode\": \"string\",\n                    \"fixPowerFactor\": \"number\",\n                    \"fixPowerFactorQuad\": \"string\",\n                    \"powerRespMode\": \"string\",\n                    \"referencePointP1\": \"number\",\n                    \"referencePointP2\": \"number\",\n                    \"powerFactorAtP1\": \"number\",\n                    \"powerFactorQuadAtP1\": \"string\",\n                    \"powerFactorAtP2\": \"number\",\n                    \"powerFactorQuadAtP2\": \"string\",\n                    \"powerRateLimitMode\": \"string\",\n                    \"powerRampRate\": \"number\",\n                    \"reactivePowerRegulation\": \"string\",\n                    \"voltageSetPoint\": \"number\",\n                    \"voltageSetPointUnit\": \"string\",\n                    \"deadband\": \"number\",\n                    \"droop\": \"number\",\n                    \"baseForDroop\": \"number\",\n                    \"reactivePowerSourceLimit\": \"number\",\n                    \"reactivePowerSinkLimit\": \"number\",\n                    \"reactiveFixPowerFactor\": \"number\",\n                    \"reactiveFixPowerFactorQuad\": \"string\",\n                    \"generatorRampRate\": \"number\",\n                    \"powerRampGradient\": \"number\",\n                    \"frequencySensitiveMode\": \"string\",\n                    \"frequencyDeadband\": \"number\",\n                    \"frequencyDroop\": \"number\"\n                },\n                \"devices\": \n                [\n                    {\n                        \"nspDeviceId\": \"string\",\n                        \"type\": \"string\",\n                        \"comments\": \"string\",\n                        \"count\": \"number\",\n                        \"status\": \"string\",\n                        \"details\":\n                        {\n                            \"manufacturerName\": \"string\",\n                            \"modelNumber\": \"string\",\n                            \"nominalRatedCapacity\": \"number\",\n                            \"nominalLoadCapacity\": \"number\",\n                            \"nominalStorageCapacity\": \"number\"\n                        }\n                    }\n                ]\n            }\n        ]\n    }\n}\n"},{"id":"70394372-7fcd-4e57-a6e5-fd2db283c676","name":"Bad request with 1020 and 1111 error codes","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{accessToken}}","description":"The access token received from the OAuth API, status: required","type":"text"},{"key":"X-initiatingParticipantID","value":"EHUB","description":"Required Participant ID, type: string, status: required","type":"text"},{"key":"X-market","value":"WEM","description":"Identifies the market, status: required, type: string","type":"text"},{"key":"Accept","value":"application/json","description":"Identifies the content types accepted by the client, option: application/json , type: string","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"data\": {\r\n        \"recordCreationDate\": \"string\",\r\n        \"recordUpdateDate\": \"string\",\r\n        \"nmi\": \"string\",\r\n        \"jobNumber\": \"string\",\r\n        \"approvedCapacity\": 0,\r\n        \"loadCapacity\": 0,\r\n        \"exportLimitkW\": 0,\r\n        \"importLimitKw\": 0,\r\n        \"availablePhasesCount\": 0,\r\n        \"installedPhasesCount\": 0,\r\n        \"islandableInstallation\": \"string\",\r\n        \"centralProtectionControl\": \"string\",\r\n        \"underFrequencyProtection\": 0,\r\n        \"underFrequencyProtectionDelay\": 0,\r\n        \"overFrequencyProtection\": 0,\r\n        \"overFrequencyProtectionDelay\": 0,\r\n        \"underVoltageProtection\": 0,\r\n        \"underVoltageProtectionDelay\": 0,\r\n        \"overVoltageProtection\": 0,\r\n        \"overVoltageProtectionDelay\": 0,\r\n        \"sustainedOverVoltage\": 0,\r\n        \"sustainedOverVoltageDelay\": 0,\r\n        \"frequencyRateOfChange\": 0,\r\n        \"voltageVectorShift\": 0,\r\n        \"interTripScheme\": \"string\",\r\n        \"neutralVoltageDisplacement\": 0,\r\n        \"otherProtection\": \"string\",\r\n        \"installerId\": \"string\",\r\n        \"comments\": \"string\",\r\n        \"acConnections\": [{\r\n            \"recordCreationDate\": \"string\",\r\n            \"recordUpdateDate\": \"string\",\r\n            \"connectionId\": 0,\r\n            \"installationStage\": \"string\",\r\n            \"recordConfirmedDate\": \"string\",\r\n            \"nspConnectionId\": \"string\",\r\n            \"commissioningDate\": \"string\",\r\n            \"equipmentType\": \"string\",\r\n            \"count\": 0,\r\n            \"status\": \"string\",\r\n            \"equipmentInjectionCapacity\": 0,\r\n            \"equipmentWithdrawalCapacity\": 0,\r\n            \"evseOwnershipStatus\": \"string\",\r\n            \"authorisedAgent\": \"string\",\r\n            \"managementMethod\": \"string\",\r\n            \"frequencyRateOfChange\": 0,\r\n            \"voltageVectorShift\": 0,\r\n            \"interTripScheme\": \"string\",\r\n            \"neutralVoltageDisplacement\": 0,\r\n            \"details\": {\r\n                \"recordCreationDate\": \"string\",\r\n                \"recordUpdateDate\": \"string\",\r\n                \"serialNumbers\": [\"string\"],\r\n                \"manufacturerName\": \"string\",\r\n                \"modelNumber\": \"string\",\r\n                \"equipmentSeries\": \"string\",\r\n                \"equipmentStandard\": \"string\",\r\n                \"regionSetting\": \"string\",\r\n                \"additionalRequirements\": \"string\",\r\n                \"sustainOpOvervoltLimit\": 0,\r\n                \"stopAtOverFreq\": 0,\r\n                \"stopAtUnderFreq\": 0,\r\n                \"dredInverterInteraction\": \"string\",\r\n                \"invVoltWattRespMode\": \"string\",\r\n                \"invWattRespV1\": 0,\r\n                \"invWattRespV2\": 0,\r\n                \"invWattRespV3\": 0,\r\n                \"invWattRespV4\": 0,\r\n                \"invWattRespPAtV1\": 0,\r\n                \"invWattRespPAtV2\": 0,\r\n                \"invWattRespPAtV3\": 0,\r\n                \"invWattRespPAtV4\": 0,\r\n                \"invVoltVarRespMode\": \"string\",\r\n                \"invVarRespV1\": 0,\r\n                \"invVarRespV2\": 0,\r\n                \"invVarRespV3\": 0,\r\n                \"invVarRespV4\": 0,\r\n                \"invVarRespQAtV1\": 0,\r\n                \"invVarRespQAtV2\": 0,\r\n                \"invVarRespQAtV3\": 0,\r\n                \"invVarRespQAtV4\": 0,\r\n                \"invReactivePowerMode\": \"string\",\r\n                \"invFixReactivePower\": 0,\r\n                \"fixPowerFactorMode\": \"string\",\r\n                \"fixPowerFactor\": 0,\r\n                \"fixPowerFactorQuad\": \"string\",\r\n                \"powerRespMode\": \"string\",\r\n                \"referencePointP1\": 0,\r\n                \"referencePointP2\": 0,\r\n                \"powerFactorAtP1\": 0,\r\n                \"powerFactorQuadAtP1\": \"string\",\r\n                \"powerFactorAtP2\": 0,\r\n                \"powerFactorQuadAtP2\": \"string\",\r\n                \"powerRateLimitMode\": \"string\",\r\n                \"powerRampRate\": 0,\r\n                \"reactivePowerRegulation\": \"string\",\r\n                \"voltageSetPoint\": 0,\r\n                \"voltageSetPointUnit\": \"string\",\r\n                \"deadband\": 0,\r\n                \"droop\": 0,\r\n                \"baseForDroop\": 0,\r\n                \"reactivePowerSourceLimit\": 0,\r\n                \"reactivePowerSinkLimit\": 0,\r\n                \"reactiveFixPowerFactor\": 0,\r\n                \"reactiveFixPowerFactorQuad\": \"string\",\r\n                \"generatorRampRate\": \"string\",\r\n                \"powerRampGradient\": 0,\r\n                \"frequencySensitiveMode\": \"string\",\r\n                \"frequencyDeadband\": 0,\r\n                \"frequencyDroop\": 0\r\n            },\r\n            \"devices\": [{\r\n                \"recordCreationDate\": \"string\",\r\n                \"recordUpdateDate\": \"string\",\r\n                \"deviceId\": 0,\r\n                \"installationStage\": \"string\",\r\n                \"recordConfirmedDate\": \"string\",\r\n                \"nspDeviceId\": \"string\",\r\n                \"type\": \"string\",\r\n                \"comments\": \"string\",\r\n                \"count\": 0,\r\n                \"status\": \"string\",\r\n                \"details\": {\r\n                    \"recordCreationDate\": \"string\",\r\n                    \"recordUpdateDate\": \"string\",\r\n                    \"manufacturerName\": \"string\",\r\n                    \"modelNumber\": \"string\",\r\n                    \"nominalRatedCapacity\": 0,\r\n                    \"nominalLoadCapacity\": 0,\r\n                    \"nominalStorageCapacity\": 0\r\n                }\r\n            }]\r\n        }]\r\n    }\r\n}"},"url":{"raw":"https://partner.api.aemo.com.au/v2/der-register/installation/:NMI","protocol":"https","host":["partner.api.aemo.com.au/v2/der-register"],"path":["installation",":NMI"],"variable":[{"key":"NMI","value":"string","description":"NMI to update, status: required"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"                          \r\n{\r\n    \"errors\": [\r\n        {\r\n            \"code\": \"1020\",\r\n            \"title\": \"installation.acConnections.statusCode\",\r\n            \"detail\": \"Must be one of: Active, Decommissioned\",\r\n            \"source\": null\r\n        },\r\n        {\r\n            \"code\": 1111,\r\n            \"title\": \"installation.acConnections.count\",\r\n            \"detail\": \"Invalid submission Number of Devices and AC Connections must match. \",\r\n            \"source\": null\r\n        }\r\n    ]\r\n    \r\n"}],"_postman_id":"fdfc7cb0-63bd-41ee-b684-bf4dd46840e5"}],"id":"ebc56385-ca8d-49f6-a230-257100aa69ca","description":"<p>Creating, updating and retrieving DER installation records.</p>\n<h2 id=\"status\">Status</h2>\n<p>Final. The design is ready for the Network Operator to use.</p>\n","_postman_id":"ebc56385-ca8d-49f6-a230-257100aa69ca"}],"event":[{"listen":"prerequest","script":{"id":"66865f7c-3ddc-4667-85c3-17fba42e9abb","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0c579e71-4820-41de-9eb6-a120c539935b","type":"text/javascript","exec":[""]}}],"variable":[{"key":"baseUrl","value":"partner.api.aemo.com.au/wem/v1/der-register"},{"key":"oauth-baseUrl","value":"api.prod.aemo.com.au/oauth/v1/"},{"key":"v2_baseURL","value":"partner.api.aemo.com.au/v2/der-register"},{"key":"api-baseUrl","value":"partner.api.aemo.com.au/wem/v1/der-register"}]}