{"info":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","description":"<html><head></head><body><p>The Submission API enables participants to submit data to the Gas Bulletin Board (GBB).</p>\n<p>For details on the business rules for this API, see the <a href=\"https://www.aemo.com.au/-/media/files/gas/natural_gas_services_bulletin_board/site-content/gbb-documents/guides-and-procedures/bb-data-submission-guide.pdf?la=en\">BB Submission Guide</a>.</p>\n<h1 id=\"api-status\">API status</h1>\n<p>In progress. This API includes a new blendCurtailment endpoint.</p>\n<h1 id=\"assumed-knowledge\">Assumed knowledge</h1>\n<ul>\n<li><p>API and JSON or YAML basics</p>\n</li>\n<li><p><a href=\"https://visualisations.aemo.com.au/aemo/web-help/Content/API_Reference/API_introduction.htm?tocpath=API\">API Reference</a></p>\n</li>\n<li><p><a href=\"https://visualisations.aemo.com.au/aemo/web-help/Content/ConnectingToAEMO/Interfaces.htm?tocpath=Connecting%20to%20Market%20Systems%7C_____0\">Connecting to Markets Systems</a></p>\n</li>\n</ul>\n<h1 id=\"getting-access\">Getting access</h1>\n<p>Registration is required to be a participant in the GBB. See <a href=\"https://aemo.com.au/en/energy-systems/gas/gas-bulletin-board-gbb/gbb-facility-registration\">GBB facility registration</a>.</p>\n<h1 id=\"prerequisites\">Prerequisites</h1>\n<p>Before using the Submission API, you must:</p>\n<ul>\n<li><p>Have a Participant ID. If your company is a Registered Participant, it is set up during the registration process.Have a Participant ID with an effective date of registration.</p>\n</li>\n<li><p>Have a user ID and password with access rights provided by your company's participant administrator. For details, see user rights access below.</p>\n</li>\n<li><p>Understand the applicable rules and procedures. See <strong>Related rules and procedures</strong>.</p>\n</li>\n<li><p>Have an API gateway and a <a href=\"https://dev.aemo.com.au/tls-certificates\">TLS certificate.</a></p>\n</li>\n<li><p>Test your submission in the pre-production environment before submitting to production. AEMO encourages participants to use the pre-production environment to test procedures and train staff.</p>\n</li>\n</ul>\n<h1 id=\"api-portal\">API portal</h1>\n<p>Pre-production: <a href=\"https://dev.preprod.aemo.com.au/submission\">https://dev.preprod.aemo.com.au/submission</a></p>\n<p>Production: <a href=\"https://dev.aemo.com.au/submission\">https://dev.aemo.com.au/submission</a></p>\n<h1 id=\"related-rules-and-procedures\">Related rules and procedures</h1>\n<ul>\n<li><p><a href=\"https://energy-rules.aemc.gov.au/ngr/471/259623#18\">NGR Part 18: Natural Gas Services Bulletin Board - AEMC Energy Rules</a></p>\n</li>\n<li><p><a href=\"https://energy-rules.aemc.gov.au/ngr/471\">NGR Part 27: East coast gas system reliability and supply adequacy</a></p>\n</li>\n<li><p><a href=\"https://www.aemo.com.au/energy-systems/gas/gas-bulletin-board-gbb/procedures-policies-and-guides/procedures-and-guides\">AEMO | Procedures and guides</a></p>\n</li>\n</ul>\n<h1 id=\"authentication\">Authentication</h1>\n<ul>\n<li><p>API connections use mTLS certificates to secure the transport layer with encrypted communication and secure interactions between participants’ and AEMO’s systems.</p>\n</li>\n<li><p>TLS <a href=\"https://dev.aemo.com.au/tls-certificates\">certificates</a> are self-managed by participants.</p>\n</li>\n<li><p>All communications between AEMO’s API gateway and participants’ gateways use HTTPS. AEMO APIs do not support HTTP.</p>\n</li>\n</ul>\n<h1 id=\"authorisation\">Authorisation</h1>\n<p>All API requests are authorised by Basic HTTP authentication (<a href=\"https://dev.aemo.com.au/urm-username-password\">Basic Auth</a>) using a Base64-encoded username and password. The credentials are assigned by your company’s participant administrator.</p>\n<p>When making an API request, include the Base64-encoded string in a HTTPS Authorization header.</p>\n<h1 id=\"user-rights-access\">User rights access</h1>\n<p>Participant administrators provide access to the Submission API using the <strong>GBB - Gas Bulletin Board</strong> entity.</p>\n<p>Participants Users provide the base-64 encoded URM credentials in the Basic Auth header.</p>\n<p>For details about user rights access, creating new Participant Users and assigning rights, see the <a href=\"https://visualisations.aemo.com.au/aemo/web-help/Content/UserRightsManagement/URM.htm?tocpath=User%20Rights%20Management%7C_____0\">User RIghts Management help</a>.</p>\n<h1 id=\"compression\">Compression</h1>\n<p>You can submit your API compressed or uncompressed. Compression protocols are gzip or deflate.</p>\n<h1 id=\"throttling\">Throttling</h1>\n<p>To control traffic, AEMO implements throttling on API endpoint requests. When requests exceed the throttling limit, a HTTP 429 or 422 response is returned.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Throttling level</strong></th>\n<th><strong>Limit</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Level 1</td>\n<td>60 requests/min per X-initiatingParticipantID</td>\n</tr>\n<tr>\n<td>Level 2</td>\n<td>250 requests/min</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"api-gateway\">API gateway</h1>\n<p>Participants can connect to the AEMO API Gateway through the internet or MarketNet. See <a href=\"https://portal.preprod.nemnet.net.au/help/Content/API_Reference/URL_format.htm?TocPath=API%20Reference%7CAbout%20AEMO%E2%80%99s%20APIs%7CURL%20format%7C_____0\">URL format</a> in the API Reference.</p>\n<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=\"submission-interfaces\">Submission interfaces</h1>\n<p>In addition to the API, you can use the Markets Portal to submit GBB data and retrieve private reports. For details, see <a href=\"https://visualisations.aemo.com.au/aemo/web-help/Content/GasBulletinBoard/GBB.htm?tocpath=Gas%20Bulletin%20Board%20(GBB)%7C_____0\">GBB</a> in Markets Portal Help.</p>\n<h1 id=\"response-codes\">Response codes</h1>\n<p>See <a href=\"https://portal.preprod.nemnet.net.au/help/Content/API_Reference/HTTP_response.htm?TocPath=API%20Reference%7CAbout%20AEMO%E2%80%99s%20APIs%7CHTTP%20response%7C_____0\">HTTP Response Codes</a> in Markets Portal Help.</p>\n<h1 id=\"response-fields\">Response fields</h1>\n<p>A submission response returns a <code>data</code> object with the results of a submission and an <code>errors</code> array.</p>\n<p>Successful submission response example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"data\": {},\n  \"errors\": null\n}\n\n</code></pre>\n<p>An unsuccessful submission reponse with 422 status code includes the transaction error code and error details in the <code>errors</code> array. Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    {\n    \"data\": {},\n    \"errors\": [\n        {\n            \"code\": 73,\n            \"title\": \"InvalidBuySell\",\n            \"detail\": \"BuySell value 24.1 is not valid\",\n            \"source\": null\n        }\n    ]\n}\n\n</code></pre>\n<p>For a complete list of validation errors, see <strong>Validation error codes</strong>.</p>\n<h1 id=\"validation-error-codes\">Validation error codes</h1>\n<p>The following tables lists validation error codes for all transaction types.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Label</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>{0}</td>\n<td>The invalid data provided for a field in the uploaded file</td>\n</tr>\n<tr>\n<td>{1}</td>\n<td>The data type for a field in the uploaded file</td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error code</th>\n<th>Error type</th>\n<th>Transaction log description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>0</td>\n<td>File processing success</td>\n<td>File processed without errors or alarms, {0} rows accepted</td>\n</tr>\n<tr>\n<td>1</td>\n<td>File processing error</td>\n<td>Unexpected file processing error</td>\n</tr>\n<tr>\n<td>2</td>\n<td>File processing error</td>\n<td>Unexpected file processing error</td>\n</tr>\n<tr>\n<td>3</td>\n<td>File processing error</td>\n<td>File name provided does not comply with COMPID_TRANSACTIONNAME_CCYYMMDDHHMMSS.CSV naming convention</td>\n</tr>\n<tr>\n<td>4</td>\n<td>File processing error</td>\n<td>The transaction name {0} within the file name provided is not of a known type</td>\n</tr>\n<tr>\n<td>5</td>\n<td>File processing error</td>\n<td>The transaction fields do not match those associated to the transaction name</td>\n</tr>\n<tr>\n<td>8</td>\n<td>File processing error</td>\n<td>Invalid data provided {0} for type {1}</td>\n</tr>\n<tr>\n<td>9</td>\n<td>File processing error</td>\n<td>Empty file submitted</td>\n</tr>\n<tr>\n<td>89</td>\n<td>File processing error</td>\n<td>Rows with duplicate key information are present in the file</td>\n</tr>\n<tr>\n<td>20</td>\n<td>Date</td>\n<td>The GasDate {0} provided is not a valid date</td>\n</tr>\n<tr>\n<td>21</td>\n<td>Date</td>\n<td>The GasDate {0:yyyy-MM-dd HH:mm:ss} provided must be a current or future date</td>\n</tr>\n<tr>\n<td>22</td>\n<td>Date</td>\n<td>The EffectiveDate {0} provided is not a valid date</td>\n</tr>\n<tr>\n<td>23</td>\n<td>Date</td>\n<td>Effective Date {1:yyyy-MM-dd HH:mm:ss} for facility {0} is in the past</td>\n</tr>\n<tr>\n<td>24</td>\n<td>Date</td>\n<td>The TerminationDate {0} provided is not a valid date</td>\n</tr>\n<tr>\n<td>25</td>\n<td>Date</td>\n<td>The TerminationDate {0:yyyy-MM-dd HH:mm:ss} provided must be a current or future date</td>\n</tr>\n<tr>\n<td>26</td>\n<td>Date</td>\n<td>Gas Date {1:yyyy-MM-dd HH:mm:ss} for facility {0} is not a historical date</td>\n</tr>\n<tr>\n<td>27</td>\n<td>Date</td>\n<td>The TerminationDate {0:yyyy-MM-dd HH:mm:ss} must be later than the EffectiveDate</td>\n</tr>\n<tr>\n<td>28</td>\n<td>Date</td>\n<td>ToGasDate must be equal to or greater than FromGasDate</td>\n</tr>\n<tr>\n<td>29</td>\n<td>Date</td>\n<td>Effective Date {1:yyyy-MM-dd} for connection point {0} is in the past</td>\n</tr>\n<tr>\n<td>30</td>\n<td>Date</td>\n<td>Month {0} provided is not valid. Must be between 1 and 12</td>\n</tr>\n<tr>\n<td>31</td>\n<td>Date</td>\n<td>Year {0} provided is not valid</td>\n</tr>\n<tr>\n<td>32</td>\n<td>Date</td>\n<td>Gas Date {0:yyyy-MM-dd HH:mm:ss} is not a historical date</td>\n</tr>\n<tr>\n<td>33</td>\n<td>Date</td>\n<td>FromGasDate must be equal to or greater than current gas day</td>\n</tr>\n<tr>\n<td>34</td>\n<td>Date</td>\n<td>FromGasDate must not overlap the date range of any other row for the same FacilityId and Outlook Type</td>\n</tr>\n<tr>\n<td>35</td>\n<td>Date</td>\n<td>ToGasDate must not overlap the date range of any other row for the same FacilityId and Outlook Type</td>\n</tr>\n<tr>\n<td>36</td>\n<td>Date</td>\n<td>FromGasDate and ToGasDate can only be a maximum of one calendar month apart</td>\n</tr>\n<tr>\n<td>37</td>\n<td>Date</td>\n<td>Gas Date {0:yyyy-MM-dd} can be for either of D, D+1 or D+2</td>\n</tr>\n<tr>\n<td>105</td>\n<td>Date</td>\n<td>Gas Date is older than a month</td>\n</tr>\n<tr>\n<td>40</td>\n<td>Identifier</td>\n<td>Facility Id {0} does not exist in the database</td>\n</tr>\n<tr>\n<td>41</td>\n<td>Identifier</td>\n<td>Participant is not the registered operator of Facility {0}</td>\n</tr>\n<tr>\n<td>42</td>\n<td>Identifier</td>\n<td>Zone ID {0} does not exist in the database</td>\n</tr>\n<tr>\n<td>43</td>\n<td>Identifier</td>\n<td>Zone ID {1} is not associated with Facility Id {0}</td>\n</tr>\n<tr>\n<td>44</td>\n<td>Identifier</td>\n<td>The OfferId provided does not exist in the database</td>\n</tr>\n<tr>\n<td>45</td>\n<td>Identifier</td>\n<td>The UserId provided does not exist on the database.</td>\n</tr>\n<tr>\n<td>46</td>\n<td>Identifier</td>\n<td>The UserId provided is not associated with the file provider</td>\n</tr>\n<tr>\n<td>47</td>\n<td>Identifier</td>\n<td>The EventId provided does not exist on the database.</td>\n</tr>\n<tr>\n<td>48</td>\n<td>Identifier</td>\n<td>The file provider is not authorised to upload transactions of this type</td>\n</tr>\n<tr>\n<td>49</td>\n<td>Identifier</td>\n<td>ConnectionPointId {0} does not exist in the database</td>\n</tr>\n<tr>\n<td>50</td>\n<td>Identifier</td>\n<td>Participant is not the registered operator of connection point {0}.</td>\n</tr>\n<tr>\n<td>51</td>\n<td>Identifier</td>\n<td>Participant is not permitted to submit data for {0} transactions.</td>\n</tr>\n<tr>\n<td>52</td>\n<td>Identifier</td>\n<td>Zone does not exist in the database for Facility {0}</td>\n</tr>\n<tr>\n<td>53</td>\n<td>Identifier</td>\n<td>Facility Id {0} is not a valid storage facility</td>\n</tr>\n<tr>\n<td>54</td>\n<td>Identifier</td>\n<td>Facility Id {0} is not a valid pipeline</td>\n</tr>\n<tr>\n<td>60</td>\n<td>Type</td>\n<td>Capacity type {1} for facility {0} is not valid</td>\n</tr>\n<tr>\n<td>61</td>\n<td>Type</td>\n<td>Demand type {1} for facility {0} is not valid</td>\n</tr>\n<tr>\n<td>62</td>\n<td>Type</td>\n<td>Nomination type {1} for facility {0} is not valid.</td>\n</tr>\n<tr>\n<td>63</td>\n<td>Type</td>\n<td>Outlook type {1} for facility {0} is not valid</td>\n</tr>\n<tr>\n<td>64</td>\n<td>Type</td>\n<td>Flow type {1} for facility {0} is not valid</td>\n</tr>\n<tr>\n<td>65</td>\n<td>Type</td>\n<td>Offer type {1} for facility {0} is not valid</td>\n</tr>\n<tr>\n<td>66</td>\n<td>Type</td>\n<td>Status type {1} for facility {0} is not valid</td>\n</tr>\n<tr>\n<td>67</td>\n<td>Type</td>\n<td>Event type {1} for facility {0} is not valid</td>\n</tr>\n<tr>\n<td>68</td>\n<td>Type</td>\n<td>Flag type {1} for facility {0} is not valid</td>\n</tr>\n<tr>\n<td>69</td>\n<td>Type</td>\n<td>Quality type {1} for facility {0} is not valid</td>\n</tr>\n<tr>\n<td>70</td>\n<td>Type</td>\n<td>Outlook type {0} is not valid for a pipeline. Valid values are TRANC and REVC</td>\n</tr>\n<tr>\n<td>71</td>\n<td>Type</td>\n<td>Outlook type {0} is not valid for a storage facility. Valid values are PRODC, WDLC, INJC</td>\n</tr>\n<tr>\n<td>72</td>\n<td>Type</td>\n<td>Outlook type {0} is not valid for a production facility. Valid value is PRODC</td>\n</tr>\n<tr>\n<td>73</td>\n<td>Type</td>\n<td>BuySell value {0} is not valid</td>\n</tr>\n<tr>\n<td>74</td>\n<td>Type</td>\n<td>Nomination type {0} is invalid for a Declared Transmission System facility. Valid values are D+0, D+1, D+2, D+3, D+4, D+5 or D+6</td>\n</tr>\n<tr>\n<td>75</td>\n<td>Type</td>\n<td>Nomination type {0} is invalid for a non-Declared Transmission System facility. Valid values are FCNOM, FIRMN or FIRMR</td>\n</tr>\n<tr>\n<td>76</td>\n<td>Type</td>\n<td>Flow Direction {0} is not valid</td>\n</tr>\n<tr>\n<td>77</td>\n<td>Type</td>\n<td>Transmission Direction {0} is not valid</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"api-endpoints\">API endpoints</h1>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"API status","slug":"api-status"},{"content":"Assumed knowledge","slug":"assumed-knowledge"},{"content":"Getting access","slug":"getting-access"},{"content":"Prerequisites","slug":"prerequisites"},{"content":"API portal","slug":"api-portal"},{"content":"Related rules and procedures","slug":"related-rules-and-procedures"},{"content":"Authentication","slug":"authentication"},{"content":"Authorisation","slug":"authorisation"},{"content":"User rights access","slug":"user-rights-access"},{"content":"Compression","slug":"compression"},{"content":"Throttling","slug":"throttling"},{"content":"API gateway","slug":"api-gateway"},{"content":"Submission size","slug":"submission-size"},{"content":"Submission interfaces","slug":"submission-interfaces"},{"content":"Response codes","slug":"response-codes"},{"content":"Response fields","slug":"response-fields"},{"content":"Validation error codes","slug":"validation-error-codes"},{"content":"API endpoints","slug":"api-endpoints"}],"owner":"26491644","collectionId":"df5a7f32-5a89-4087-a958-bc35797d43fb","publishedId":"2s93m8xzcw","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-05-29T05:38:39.000Z"},"item":[{"name":"registeredParticipantCode","item":[{"name":"TC1 200 Response","id":"7ffa7bda-3771-461c-afb2-d5d3494ab201","protocolProfileBehavior":{"strictSSL":false,"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[{"description":"<p>(Required) The ID of the Initiating Participant</p>\n","key":"X-initiatingParticipantID","value":"13"},{"description":"<p>(Required) The market type that the request applies.</p>\n","key":"X-market","value":"GAS"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/registeredParticipantCode","description":"<p>Get participant code</p>\n","urlObject":{"path":["registeredParticipantCode"],"host":["https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1"],"query":[],"variable":[]}},"response":[{"id":"c2170d51-d318-40a4-9cbd-b2efbc4e6014","name":"registeredParticipantCode","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/registeredParticipantCode"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7ffa7bda-3771-461c-afb2-d5d3494ab201"},{"name":"TC2 200 Invalid CompanyId","id":"d2f783c9-f877-4168-88c4-2e8652deda2b","protocolProfileBehavior":{"strictSSL":false,"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[{"description":"<p>(Required) The ID of the Initiating Participant</p>\n","key":"X-initiatingParticipantID","value":"999999"},{"description":"<p>(Required) The market type that the request applies.</p>\n","key":"X-market","value":"GAS"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/registeredParticipantCode","description":"<p>Get participant code</p>\n","urlObject":{"path":["registeredParticipantCode"],"host":["https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1"],"query":[],"variable":[]}},"response":[{"id":"754ea127-ed3b-47f3-86f9-1b56ae2345a8","name":"registeredParticipantCode","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/registeredParticipantCode"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d2f783c9-f877-4168-88c4-2e8652deda2b"},{"name":"TC3 403","id":"9fda9567-61cf-4bab-9db4-2ae192041ca2","protocolProfileBehavior":{"strictSSL":false,"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[{"description":"<p>(Required) The market type that the request applies.</p>\n","key":"X-market","value":"GAS"},{"key":"Accept","type":"text","value":"application/json"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/registeredParticipantCode","description":"<p>Get participant code</p>\n","urlObject":{"path":["registeredParticipantCode"],"host":["https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1"],"query":[],"variable":[]}},"response":[{"id":"8581e328-6c9c-46c0-ae65-b35a0a38a179","name":"registeredParticipantCode","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/registeredParticipantCode"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9fda9567-61cf-4bab-9db4-2ae192041ca2"}],"id":"27801cda-8603-42e1-9a35-d7857c64cc8d","_postman_id":"27801cda-8603-42e1-9a35-d7857c64cc8d","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}}},{"name":"BBCapacityTransaction","item":[{"name":"TC1 200","id":"837f4a9e-a684-4668-82d6-533a5077a784","protocolProfileBehavior":{"strictSSL":false,"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The ID of the Initiating Participant</p>\n","key":"X-initiatingParticipantID","value":"94"},{"description":"<p>(Required) The market type that the request applies.</p>\n","key":"X-market","value":"GAS"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"ItemList\": [\n        {\n            \"TradeDate\": \"2018-03-01\",\n            \"FromGasDate\": \"2020-09-01\",\n            \"ToGasDate\": \"2020-10-31\",\n            \"BuyerName\": \"Strategic Gas Market Trading Pty Ltd\",\n            \"SellerName\": \"Dalby Biorefinery Pty Ltd\",\n            \"StandardOTSA\": \"NO\",\n            \"BBTransportationServiceType\": \"FORWARD_HAUL\",\n            \"Priority\": \"High\",\n            \"Quantity\": 1300,\n            \"MHQ\": 60,\n            \"Price\": 0.2,\n            \"TradeId\": 1008,\n            \"FacilityId\": 540057,\n            \"FlowDirection\": \"EAST\",\n            \"ReceiptPointId\": 1490022,\n            \"DeliveryPointId\": 1404089,\n            \"PriceStructure\": \"\",\n            \"PriceEscalationMechanism\": \"\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/BBCapacityTransaction","description":"<p>Provides information on BB Capacity Transactions, excluding those concluded through the gas trading exchange.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}},"urlObject":{"path":["BBCapacityTransaction"],"host":["https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1"],"query":[],"variable":[]}},"response":[{"id":"6ab55f66-a7ef-45a3-b189-f47b461d759e","name":"Successful","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"TradeDate\": \"2018-03-01\",\n  \"FromGasDate\": \"2018-03-10\",\n  \"ToGasDate\": \"2018-03-20\",\n  \"BuyerName\": \"Star Energy\",\n  \"SellerName\": \"ENERGYCO1\",\n  \"StandardOTSA\": \"false\",\n  \"BBTransportationServiceType\": \"LOAN\",\n  \"Priority\": \"Secondary firm\",\n  \"Quantity\": 240,\n  \"MHQ\": 10,\n  \"Price\": 4.2,\n  \"TradeId\": 123456,\n  \"FacilityId\": 520001,\n  \"FacilityName\": \"Tamworth pipeline\",\n  \"FlowDirection\": \"EAST\",\n  \"ReceiptPointId\": 3001,\n  \"PriceStructure\": \"Variable\",\n  \"PriceEscalationMechanism\": \"10% per annum\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/BBCapacityTransaction"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"837f4a9e-a684-4668-82d6-533a5077a784"},{"name":"TC2 422","id":"68a2fc8d-9ab2-4b44-9b2a-898f2b3ca839","protocolProfileBehavior":{"strictSSL":false,"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The ID of the Initiating Participant</p>\n","key":"X-initiatingParticipantID","value":"13"},{"description":"<p>(Required) The market type that the request applies.</p>\n","key":"X-market","value":"GAS"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"ItemList\": [\n        {\n            \"TradeDate\": \"2018-03-01\",\n            \"FromGasDate\": \"2018-03-10\",\n            \"ToGasDate\": \"2018-03-20\",\n            \"BuyerName\": \"Star Energy\",\n            \"SellerName\": \"ENERGYCO1\",\n            \"StandardOTSA\": \"false\",\n            \"BBTransportationServiceType\": \"LOAN\",\n            \"Priority\": \"Secondary firm\",\n            \"Quantity\": 240,\n            \"MHQ\": 10,\n            \"Price\": 4.2,\n            \"TradeId\": 1000,\n            \"FacilityName\": \"Tamworth pipeline\",\n            \"FlowDirection\": \"EAST\",\n            \"ReceiptPointId\": 3001,\n            \"PriceStructure\": \"Variable\",\n            \"PriceEscalationMechanism\": \"10% per annum\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/BBCapacityTransaction","description":"<p>Provides information on BB Capacity Transactions, excluding those concluded through the gas trading exchange.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}},"urlObject":{"path":["BBCapacityTransaction"],"host":["https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1"],"query":[],"variable":[]}},"response":[{"id":"0feb79ab-84d4-4e80-95a5-c05ac6222610","name":"Successful","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"TradeDate\": \"2018-03-01\",\n  \"FromGasDate\": \"2018-03-10\",\n  \"ToGasDate\": \"2018-03-20\",\n  \"BuyerName\": \"Star Energy\",\n  \"SellerName\": \"ENERGYCO1\",\n  \"StandardOTSA\": \"false\",\n  \"BBTransportationServiceType\": \"LOAN\",\n  \"Priority\": \"Secondary firm\",\n  \"Quantity\": 240,\n  \"MHQ\": 10,\n  \"Price\": 4.2,\n  \"TradeId\": 123456,\n  \"FacilityId\": 520001,\n  \"FacilityName\": \"Tamworth pipeline\",\n  \"FlowDirection\": \"EAST\",\n  \"ReceiptPointId\": 3001,\n  \"PriceStructure\": \"Variable\",\n  \"PriceEscalationMechanism\": \"10% per annum\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/BBCapacityTransaction"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"68a2fc8d-9ab2-4b44-9b2a-898f2b3ca839"}],"id":"cfa049f1-457c-4cf3-a98f-bbda9482e34d","description":"<p>Provides information on BB capacity transactions, excluding those concluded through the gas trading exchange.  </p>\n<p>The earlier of:</p>\n<ul>\n<li><p>one business day after the trade date for the BB capacity transaction; and</p>\n</li>\n<li><p>the day prior to the date on which the service term for the BB capacity transaction starts, or where the service term for a BB capacity transaction starts on the trade date for the transaction, as soon as reasonably practicable on the trade date.</p>\n</li>\n</ul>\n","_postman_id":"cfa049f1-457c-4cf3-a98f-bbda9482e34d","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}}},{"name":"connectionPointNameplateRating","item":[{"name":"TC1 200","id":"65905c7c-d5d1-40d7-a2bb-2f79e48e7d0d","protocolProfileBehavior":{"strictSSL":false,"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The ID of the Initiating Participant</p>\n","key":"X-initiatingParticipantID","value":"13"},{"description":"<p>(Required) The market type that the request applies.</p>\n","key":"X-market","value":"GAS"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"ItemList\": [\n        {\n            \"ConnectionPointId\": 1303014,\n            \"CapacityQuantity\": 201.65,\n            \"EffectiveDate\": \"2018-08-06\",\n            \"Description\": \"This is some comments\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/connectionPointNameplateRating","description":"<p>Provides nameplate ratings:</p>\n<ul>\n<li><p>For each connection point owned, controlled, or operated by the BB pipeline operator and connected to each of its BB pipelines.</p>\n</li>\n<li><p>For each connection point owned, controlled, or operated by the Part 24 facility operator and connected to each of its transitional compression facilities.</p>\n</li>\n<li><p>For each connection point connected to each of its pipelines which is not owned, controlled, or operated by the BB pipeline operator, where the connection point nameplate rating has been provided to the BB pipeline operator by the facility who owns, controls, or operates the connection point.</p>\n</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}},"urlObject":{"path":["connectionPointNameplateRating"],"host":["https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1"],"query":[],"variable":[]}},"response":[{"id":"de325a8e-89f4-4b82-8851-b5841408e505","name":"This response is provided when there is an invalid Role i.e. user does not have permission to submit this request.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"ConnectionPointId\": 1301002,\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/connectionPointNameplateRating"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"c71bf635-8a7c-4282-aa2c-78184c68a612","name":"The service cannot be found for the endpoint reference (EPR) <URI>","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"ConnectionPointId\": 1301002,\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/connectionPointNameplateRating"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"11daeb5a-76e6-4dcc-ae3d-ff8949a44362","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"ConnectionPointId\": 1301002,\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/connectionPointNameplateRating"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"34bf85ec-7e3b-4d0c-af68-0d9f34c482da","name":"This response is provided when any there are any Business validation failures, then entire submission is rejected.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"ConnectionPointId\": 1301002,\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/connectionPointNameplateRating"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"f14b2c39-706c-4c3a-84c8-a2c6f7c336f3","name":"This response is provided when \"Authorisation\" is missing from the header OR user/password is incorrect/not provided OR user account is locked out.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"ConnectionPointId\": 1301002,\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/connectionPointNameplateRating"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"09e88b8e-ede3-4d0a-91e3-cba47d168fc3","name":"This response is provided when the throttling limits are reached.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"ConnectionPointId\": 1301002,\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/connectionPointNameplateRating"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"bc578782-d95f-4542-9a51-479510c9eb78","name":"Successful request.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"ConnectionPointId\": 1301002,\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/connectionPointNameplateRating"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"0816371c-23e7-4cb2-b9fe-fbff6d6b00de","name":"Invalid Method used (e.g. GET used instead of POST)","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"ConnectionPointId\": 1301002,\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/connectionPointNameplateRating"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"23b5d100-58dc-4722-9def-acf1374c1390","name":"This response is provided when the resource missing from URL or incorrect.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"ConnectionPointId\": 1301002,\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/connectionPointNameplateRating"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"963255dc-583a-4aec-947a-7f5d3cca9fd4","name":"This response is provided when \"Content-Length\" is missing from the Header","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"ConnectionPointId\": 1301002,\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/connectionPointNameplateRating"},"status":"Length Required","code":411,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"805c0eb3-3682-46e9-bcec-36880293c6ce","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"ConnectionPointId\": 1301002,\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/connectionPointNameplateRating"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"65905c7c-d5d1-40d7-a2bb-2f79e48e7d0d"},{"name":"TC2 422","id":"159bbba4-1280-415c-b287-ef21c586132b","protocolProfileBehavior":{"strictSSL":false,"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The ID of the Initiating Participant</p>\n","key":"X-initiatingParticipantID","value":"13"},{"description":"<p>(Required) The market type that the request applies.</p>\n","key":"X-market","value":"GAS"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"ItemList\": [\n        {\n            \"ConnectionPointId\": 1505009,\n            \"CapacityQuantity\": 201.65,\n            \"EffectiveDate\": \"2018-08-06\",\n            \"Description\": \"This is some comments\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/connectionPointNameplateRating","description":"<p>Provides nameplate ratings:</p>\n<ul>\n<li><p>For each connection point owned, controlled, or operated by the BB pipeline operator and connected to each of its BB pipelines.</p>\n</li>\n<li><p>For each connection point owned, controlled, or operated by the Part 24 facility operator and connected to each of its transitional compression facilities.</p>\n</li>\n<li><p>For each connection point connected to each of its pipelines which is not owned, controlled, or operated by the BB pipeline operator, where the connection point nameplate rating has been provided to the BB pipeline operator by the facility who owns, controls, or operates the connection point.</p>\n</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}},"urlObject":{"path":["connectionPointNameplateRating"],"host":["https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1"],"query":[],"variable":[]}},"response":[{"id":"a08366b9-8d31-4e90-9eae-bed248930a22","name":"The service cannot be found for the endpoint reference (EPR) <URI>","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"ConnectionPointId\": 1301002,\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/connectionPointNameplateRating"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"678aaefe-f7c4-4941-b1b6-ac3a64fb1365","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"ConnectionPointId\": 1301002,\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/connectionPointNameplateRating"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"00877134-d9eb-4d8a-95ae-007846cc1756","name":"This response is provided when there is an invalid Role i.e. user does not have permission to submit this request.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"ConnectionPointId\": 1301002,\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/connectionPointNameplateRating"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"69cf7337-22a3-42b6-9e6e-79becb1e9886","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"ConnectionPointId\": 1301002,\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/connectionPointNameplateRating"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"ae18cb0b-c0b2-49f4-a686-aed4c8f3a083","name":"This response is provided when any there are any Business validation failures, then entire submission is rejected.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"ConnectionPointId\": 1301002,\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/connectionPointNameplateRating"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"ddc9cc8e-a328-4aa9-bc00-78193efa8fe9","name":"This response is provided when \"Authorisation\" is missing from the header OR user/password is incorrect/not provided OR user account is locked out.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"ConnectionPointId\": 1301002,\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/connectionPointNameplateRating"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"82c203b6-b435-43e7-890e-dbd24f471c6f","name":"This response is provided when \"Content-Length\" is missing from the Header","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"ConnectionPointId\": 1301002,\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/connectionPointNameplateRating"},"status":"Length Required","code":411,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"766371e7-ca0f-4bd9-976f-9d18a89e7df6","name":"This response is provided when the resource missing from URL or incorrect.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"ConnectionPointId\": 1301002,\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/connectionPointNameplateRating"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"df0c152d-abec-4fc6-aa8a-12534f74556c","name":"Successful request.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"ConnectionPointId\": 1301002,\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/connectionPointNameplateRating"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"70dd54cb-1626-4efb-9316-2754274d4c0c","name":"Invalid Method used (e.g. GET used instead of POST)","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"ConnectionPointId\": 1301002,\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/connectionPointNameplateRating"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"b5ab89cb-6454-4416-94ff-1e3b3cb55f9a","name":"This response is provided when the throttling limits are reached.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"ConnectionPointId\": 1301002,\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/connectionPointNameplateRating"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"159bbba4-1280-415c-b287-ef21c586132b"}],"id":"235c344f-4cbb-4e2b-b4fb-f83c0ac7df14","_postman_id":"235c344f-4cbb-4e2b-b4fb-f83c0ac7df14","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}}},{"name":"dailyProductionAndFlow","item":[{"name":"TC1 200","id":"5228b378-8bb8-4229-abee-c6fae5f6d84a","protocolProfileBehavior":{"strictSSL":false,"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The ID of the Initiating Participant</p>\n","key":"X-initiatingParticipantID","value":"13"},{"description":"<p>(Required) The market type that the request applies.</p>\n","key":"X-market","value":"GAS"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"ItemList\": [\n        {\n            \"GasDate\": \"2021-12-04T00:00:00+10:00\",\n            \"FacilityId\": \"530110\",\n            \"FacilityName\": \"Moomba to Sydney Pipeline1\",\n            \"ConnectionPointId\": 1303204,\n            \"FlowDirection\": \"N/A\",\n            \"ActualQuantity\": 0,\n            \"Quality\": \"OK\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyProductionAndFlow","description":"<p>Provide on each gas day D, the BB facility operator’s daily gas flow data for receipts and deliveries and transitional compression facility operator’s daily gas compression.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}},"urlObject":{"path":["dailyProductionAndFlow"],"host":["https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1"],"query":[],"variable":[]}},"response":[{"id":"96ba93dd-7eae-4a3f-b91c-26204d51995b","name":"Successful request.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ConnectionPointId\": 1301002,\n  \"FlowDirection\": \"RECEIPT\",\n  \"ActualQuantity\": 32.232,\n  \"Quality\": \"OK\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyProductionAndFlow"},"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\": \"db793cdd-48bf-417a-a86c-e05942a035b1\",\n    \"data\": {},\n    \"errors\": [],\n    \"warnings\": []\n}"},{"id":"d2d94154-da59-4605-9d2c-2c0fcdf7db4b","name":"This response is provided when any there are any Business validation failures, then entire submission is rejected.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ConnectionPointId\": 1301002,\n  \"FlowDirection\": \"RECEIPT\",\n  \"ActualQuantity\": 32.232,\n  \"Quality\": \"OK\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyProductionAndFlow"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"data\": {},\r\n    \"errors\": [{\r\n        \"code\": 73,\r\n        \"title\": \"InvalidBuySell\",\r\n        \"detail\": \"BuySell value 24.1 is not valid\",\r\n        \"source\": \"\"\r\n    }]\r\n}"},{"id":"2095f8ca-41d3-4da2-9f5a-2e454123f985","name":"This response is provided when \"Authorisation\" is missing from the header OR user/password is incorrect/not provided OR user account is locked out.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ConnectionPointId\": 1301002,\n  \"FlowDirection\": \"RECEIPT\",\n  \"ActualQuantity\": 32.232,\n  \"Quality\": \"OK\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyProductionAndFlow"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"Exception\": \"Unauthorized:Invalid UserName or Password\"\r\n}\r\n"},{"id":"8fac8e57-1267-4a85-8600-efec40756ad0","name":"This response is provided when the throttling limits are reached.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ConnectionPointId\": 1301002,\n  \"FlowDirection\": \"RECEIPT\",\n  \"ActualQuantity\": 32.232,\n  \"Quality\": \"OK\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyProductionAndFlow"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"de578de3-1aa7-4d74-a92a-a852a765b0b8","name":"Invalid Method used (e.g. GET used instead of POST)","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ConnectionPointId\": 1301002,\n  \"FlowDirection\": \"RECEIPT\",\n  \"ActualQuantity\": 32.232,\n  \"Quality\": \"OK\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyProductionAndFlow"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"Exception\": \"Input request HTTP method is <Invalid Method passed> but operation <Resource Name> accepts only: [<Valid Method>]\"\r\n}"},{"id":"4d7036ed-507e-4e47-bc8f-34e00bd91a27","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ConnectionPointId\": 1301002,\n  \"FlowDirection\": \"RECEIPT\",\n  \"ActualQuantity\": 32.232,\n  \"Quality\": \"OK\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyProductionAndFlow"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"Exception\": \"Application Unavailable\"\r\n}"},{"id":"c2ea110e-3038-4fbb-91ee-33810f776015","name":"This response is provided when \"Content-Length\" is missing from the Header","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ConnectionPointId\": 1301002,\n  \"FlowDirection\": \"RECEIPT\",\n  \"ActualQuantity\": 32.232,\n  \"Quality\": \"OK\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyProductionAndFlow"},"status":"Length Required","code":411,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"c5686920-27ec-4808-92ff-ef5576f9fcb1","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ConnectionPointId\": 1301002,\n  \"FlowDirection\": \"RECEIPT\",\n  \"ActualQuantity\": 32.232,\n  \"Quality\": \"OK\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyProductionAndFlow"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"Exception\": \"Application Unavailable\"\r\n}"},{"id":"73d2b58f-4cab-4a3f-91c8-2fb0bf70e3f8","name":"This response is provided when the resource missing from URL or incorrect.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ConnectionPointId\": 1301002,\n  \"FlowDirection\": \"RECEIPT\",\n  \"ActualQuantity\": 32.232,\n  \"Quality\": \"OK\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyProductionAndFlow"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"Exception\": \"Resources for the endpoint URI not found. Endpoint URI: <Resource>\"\r\n}"},{"id":"f8415ac1-879b-41a5-8b30-35baa1853e23","name":"This response is provided when there is an invalid Role i.e. user does not have permission to submit this request.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ConnectionPointId\": 1301002,\n  \"FlowDirection\": \"RECEIPT\",\n  \"ActualQuantity\": 32.232,\n  \"Quality\": \"OK\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyProductionAndFlow"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"937fa201-3846-49b7-8b18-85d1cec06cbd","name":"The service cannot be found for the endpoint reference (EPR) <URI>","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ConnectionPointId\": 1301002,\n  \"FlowDirection\": \"RECEIPT\",\n  \"ActualQuantity\": 32.232,\n  \"Quality\": \"OK\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyProductionAndFlow"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"Fault\": \"<SystemMessageExceptionDump>\"\r\n}"}],"_postman_id":"5228b378-8bb8-4229-abee-c6fae5f6d84a"},{"name":"TC2 422","id":"665366e9-b79e-4862-b704-769b5a7c59cc","protocolProfileBehavior":{"strictSSL":false,"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The ID of the Initiating Participant</p>\n","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"<p>(Required) The market type that the request applies.</p>\n","key":"X-market","value":"GAS"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"ItemList\": [\n        {\n            \"GasDate\": \"2021-12-04T00:00:00+10:00\",\n            \"FacilityId\": \"530110\",\n            \"FacilityName\": \"Moomba to Sydney Pipeline1\",\n            \"ConnectionPointId\": 1303204,\n            \"FlowDirection\": \"N/A\",\n            \"ActualQuantity\": 0,\n            \"Quality\": \"OK\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyProductionAndFlow","description":"<p>Provide on each gas day D, the BB facility operator’s daily gas flow data for receipts and deliveries and transitional compression facility operator’s daily gas compression.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}},"urlObject":{"path":["dailyProductionAndFlow"],"host":["https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1"],"query":[],"variable":[]}},"response":[{"id":"0b3ecbb9-e0b2-4824-9ee7-6315cbfe0e00","name":"Successful request.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ConnectionPointId\": 1301002,\n  \"FlowDirection\": \"RECEIPT\",\n  \"ActualQuantity\": 32.232,\n  \"Quality\": \"OK\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyProductionAndFlow"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"cef7d42c-65b6-4e44-b3ad-d9407fba4b8d","name":"This response is provided when any there are any Business validation failures, then entire submission is rejected.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ConnectionPointId\": 1301002,\n  \"FlowDirection\": \"RECEIPT\",\n  \"ActualQuantity\": 32.232,\n  \"Quality\": \"OK\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyProductionAndFlow"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"005ce86a-e858-4fbe-ae96-ad38076c2be2","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ConnectionPointId\": 1301002,\n  \"FlowDirection\": \"RECEIPT\",\n  \"ActualQuantity\": 32.232,\n  \"Quality\": \"OK\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyProductionAndFlow"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"06a019f5-a6e2-46fa-bcac-bd94b9a2ed75","name":"This response is provided when \"Authorisation\" is missing from the header OR user/password is incorrect/not provided OR user account is locked out.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ConnectionPointId\": 1301002,\n  \"FlowDirection\": \"RECEIPT\",\n  \"ActualQuantity\": 32.232,\n  \"Quality\": \"OK\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyProductionAndFlow"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"735e9118-e832-4198-a817-e8fa6e4e53ca","name":"This response is provided when \"Content-Length\" is missing from the Header","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ConnectionPointId\": 1301002,\n  \"FlowDirection\": \"RECEIPT\",\n  \"ActualQuantity\": 32.232,\n  \"Quality\": \"OK\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyProductionAndFlow"},"status":"Length Required","code":411,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"777b62e2-1d44-4d0b-bf01-974c996ce4f5","name":"Invalid Method used (e.g. GET used instead of POST)","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ConnectionPointId\": 1301002,\n  \"FlowDirection\": \"RECEIPT\",\n  \"ActualQuantity\": 32.232,\n  \"Quality\": \"OK\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyProductionAndFlow"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"2cc7e35c-187f-4257-9550-96cf7293e830","name":"This response is provided when there is an invalid Role i.e. user does not have permission to submit this request.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ConnectionPointId\": 1301002,\n  \"FlowDirection\": \"RECEIPT\",\n  \"ActualQuantity\": 32.232,\n  \"Quality\": \"OK\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyProductionAndFlow"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"288aa183-7e32-434a-9577-2220409e0320","name":"This response is provided when the throttling limits are reached.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ConnectionPointId\": 1301002,\n  \"FlowDirection\": \"RECEIPT\",\n  \"ActualQuantity\": 32.232,\n  \"Quality\": \"OK\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyProductionAndFlow"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"3ffba049-dab2-4134-a1c9-9c1d3ce5dff9","name":"This response is provided when the resource missing from URL or incorrect.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ConnectionPointId\": 1301002,\n  \"FlowDirection\": \"RECEIPT\",\n  \"ActualQuantity\": 32.232,\n  \"Quality\": \"OK\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyProductionAndFlow"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"3b2421af-ef35-45fc-bfa6-ab6187ac1c2a","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ConnectionPointId\": 1301002,\n  \"FlowDirection\": \"RECEIPT\",\n  \"ActualQuantity\": 32.232,\n  \"Quality\": \"OK\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyProductionAndFlow"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"63250b5c-0e30-48ca-812f-feb7be59d005","name":"The service cannot be found for the endpoint reference (EPR) <URI>","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ConnectionPointId\": 1301002,\n  \"FlowDirection\": \"RECEIPT\",\n  \"ActualQuantity\": 32.232,\n  \"Quality\": \"OK\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyProductionAndFlow"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"665366e9-b79e-4862-b704-769b5a7c59cc"},{"name":"TC3 422","id":"701effa1-4999-4110-8d20-336e438ae958","protocolProfileBehavior":{"strictSSL":false,"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The ID of the Initiating Participant</p>\n","key":"X-initiatingParticipantID","value":"13"},{"description":"<p>(Required) The market type that the request applies.</p>\n","key":"X-market","value":"GAS"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"ItemList\": [\n        {\n            \"GasDate\": \"2021-06-25T00:00:00+10:00\",\n            \"FacilityId\": \"530041\",\n            \"ConnectionPointId\": null,\n            \"FlowDirection\": \"COMPRESSED\",\n            \"ActualQuantity\": \"0\",\n            \"Quality\": \"OK\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyProductionAndFlow","description":"<p>Provide on each gas day D, the BB facility operator’s daily gas flow data for receipts and deliveries and transitional compression facility operator’s daily gas compression.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}},"urlObject":{"path":["dailyProductionAndFlow"],"host":["https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1"],"query":[],"variable":[]}},"response":[{"id":"a93f2356-55c2-4277-89eb-620e7d118568","name":"This response is provided when the throttling limits are reached.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ConnectionPointId\": 1301002,\n  \"FlowDirection\": \"RECEIPT\",\n  \"ActualQuantity\": 32.232,\n  \"Quality\": \"OK\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyProductionAndFlow"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"35e6acee-b137-4a5a-a1b7-16eb0c42fa07","name":"Invalid Method used (e.g. GET used instead of POST)","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ConnectionPointId\": 1301002,\n  \"FlowDirection\": \"RECEIPT\",\n  \"ActualQuantity\": 32.232,\n  \"Quality\": \"OK\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyProductionAndFlow"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"0e2b73a8-36eb-4c2c-83ab-b2f931ad4160","name":"This response is provided when any there are any Business validation failures, then entire submission is rejected.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ConnectionPointId\": 1301002,\n  \"FlowDirection\": \"RECEIPT\",\n  \"ActualQuantity\": 32.232,\n  \"Quality\": \"OK\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyProductionAndFlow"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"4de4d030-548e-4089-8ff6-7f6defb5161a","name":"This response is provided when \"Authorisation\" is missing from the header OR user/password is incorrect/not provided OR user account is locked out.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ConnectionPointId\": 1301002,\n  \"FlowDirection\": \"RECEIPT\",\n  \"ActualQuantity\": 32.232,\n  \"Quality\": \"OK\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyProductionAndFlow"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"ab40f1d7-851c-4829-b944-0febd6eea0ac","name":"Successful request.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ConnectionPointId\": 1301002,\n  \"FlowDirection\": \"RECEIPT\",\n  \"ActualQuantity\": 32.232,\n  \"Quality\": \"OK\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyProductionAndFlow"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"4739b9de-64ae-4fe0-8c1f-ea3127ff645a","name":"This response is provided when \"Content-Length\" is missing from the Header","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ConnectionPointId\": 1301002,\n  \"FlowDirection\": \"RECEIPT\",\n  \"ActualQuantity\": 32.232,\n  \"Quality\": \"OK\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyProductionAndFlow"},"status":"Length Required","code":411,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"c226b92f-a6a2-4403-b31b-4c6e087cd949","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ConnectionPointId\": 1301002,\n  \"FlowDirection\": \"RECEIPT\",\n  \"ActualQuantity\": 32.232,\n  \"Quality\": \"OK\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyProductionAndFlow"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"80df714c-7028-4fe8-b3ce-430695c3c252","name":"The service cannot be found for the endpoint reference (EPR) <URI>","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ConnectionPointId\": 1301002,\n  \"FlowDirection\": \"RECEIPT\",\n  \"ActualQuantity\": 32.232,\n  \"Quality\": \"OK\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyProductionAndFlow"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"6f8741c4-f8b9-4f37-8619-70a065c3b9a4","name":"This response is provided when the resource missing from URL or incorrect.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ConnectionPointId\": 1301002,\n  \"FlowDirection\": \"RECEIPT\",\n  \"ActualQuantity\": 32.232,\n  \"Quality\": \"OK\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyProductionAndFlow"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"4d16d48b-4759-47fb-9a18-0035fc26d814","name":"This response is provided when there is an invalid Role i.e. user does not have permission to submit this request.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ConnectionPointId\": 1301002,\n  \"FlowDirection\": \"RECEIPT\",\n  \"ActualQuantity\": 32.232,\n  \"Quality\": \"OK\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyProductionAndFlow"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"97be7294-bebb-4c8f-8f70-025632d249d1","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ConnectionPointId\": 1301002,\n  \"FlowDirection\": \"RECEIPT\",\n  \"ActualQuantity\": 32.232,\n  \"Quality\": \"OK\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyProductionAndFlow"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"701effa1-4999-4110-8d20-336e438ae958"}],"id":"2bafb3f3-66b2-485c-bfae-b7fa3474e497","description":"<p>Provide on each gas day D, the BB reporting entities daily gas flow data for receipts and deliveries and BB compression facility operator’s daily gas compression for gas day D-1.</p>\n","_postman_id":"2bafb3f3-66b2-485c-bfae-b7fa3474e497","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}}},{"name":"dailyStorage","item":[{"name":"TC1 200","id":"60611661-448a-4a8b-b05c-3c1068725422","protocolProfileBehavior":{"strictSSL":false,"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The ID of the Initiating Participant</p>\n","key":"X-initiatingParticipantID","value":"94"},{"description":"<p>(Required) The market type that the request applies.</p>\n","key":"X-market","value":"GAS"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"ItemList\": [\n        {\n            \"GasDate\": \"2022-01-31T00:00:00+10:00\",\n            \"FacilityId\": \"530038\",\n            \"ActualQuantity\": 7000,\n            \"CushionGasQuantity\": 10\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyStorage","description":"<p>Provide on each gas day D, the actual quantity of natural gas held in each storage facility at the end of the gas day D.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}},"urlObject":{"path":["dailyStorage"],"host":["https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1"],"query":[],"variable":[]}},"response":[{"id":"53faa569-c1a3-4850-9cf9-a36a20082a05","name":"Successful request.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ActualQuantity\": 32.232\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyStorage"},"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\": \"db793cdd-48bf-417a-a86c-e05942a035b1\",\n    \"data\": {},\n    \"errors\": [],\n    \"warnings\": []\n}"},{"id":"eb410cc4-0071-48fe-91e4-26be1a8a1cce","name":"This response is provided when any there are any Business validation failures, then entire submission is rejected.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ActualQuantity\": 32.232\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyStorage"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"e9194be2-0759-43cc-bba4-4785b4b5a355","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ActualQuantity\": 32.232\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyStorage"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"785ea23d-e2e3-44cb-b62c-8e9840e3134a","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ActualQuantity\": 32.232\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyStorage"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"0191f4d5-163f-4b6c-b938-e3bc9435d5c9","name":"The service cannot be found for the endpoint reference (EPR) <URI>","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ActualQuantity\": 32.232\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyStorage"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"f058052d-1009-4c24-a4d8-66e26117849e","name":"This response is provided when the throttling limits are reached.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ActualQuantity\": 32.232\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyStorage"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"af4a9730-a355-4782-a333-1097af1748e4","name":"This response is provided when there is an invalid Role i.e. user does not have permission to submit this request.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ActualQuantity\": 32.232\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyStorage"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"b0ea6ec6-968a-46a8-9b6b-f2720e22a061","name":"This response is provided when \"Authorisation\" is missing from the header OR user/password is incorrect/not provided OR user account is locked out.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ActualQuantity\": 32.232\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyStorage"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"769979e2-b686-4421-86f8-5f450be29ad4","name":"This response is provided when the resource missing from URL or incorrect.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ActualQuantity\": 32.232\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyStorage"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"d3ccf860-76f6-42d4-ae3c-5f7748ad3404","name":"Invalid Method used (e.g. GET used instead of POST)","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ActualQuantity\": 32.232\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyStorage"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"70210d98-f00e-430b-b3c8-4fe20c6d22d9","name":"This response is provided when \"Content-Length\" is missing from the Header","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ActualQuantity\": 32.232\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyStorage"},"status":"Length Required","code":411,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"60611661-448a-4a8b-b05c-3c1068725422"},{"name":"TC2 422","id":"8ede7dfb-5632-4bc7-a033-a36ac15520a1","protocolProfileBehavior":{"strictSSL":false,"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The ID of the Initiating Participant</p>\n","key":"X-initiatingParticipantID","value":"13"},{"description":"<p>(Required) The market type that the request applies.</p>\n","key":"X-market","value":"GAS"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"ItemList\": [\n        {\n            \"GasDate\": \"2021-06-11T00:00:00+10:00\",\n            \"FacilityId\": \"530038\",\n            \"ActualQuantity\": 7000,\n            \"CushionGasQuantity\": 10\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyStorage","description":"<p>Provide on each gas day D, the actual quantity of natural gas held in each storage facility at the end of the gas day D.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}},"urlObject":{"path":["dailyStorage"],"host":["https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1"],"query":[],"variable":[]}},"response":[{"id":"35f2a0bc-c340-40b7-98b7-0cc8c19fec42","name":"This response is provided when there is an invalid Role i.e. user does not have permission to submit this request.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ActualQuantity\": 32.232\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyStorage"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d428a731-9fb0-48d4-8732-850ad7c11397","name":"This response is provided when the throttling limits are reached.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ActualQuantity\": 32.232\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyStorage"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ae767b6d-3cd5-4d7b-82fa-d5bb3adacebf","name":"This response is provided when \"Content-Length\" is missing from the Header","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ActualQuantity\": 32.232\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyStorage"},"status":"Length Required","code":411,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d3c69e84-c77d-4b9a-8df0-19231158beea","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ActualQuantity\": 32.232\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyStorage"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"319846fc-c17c-4bce-94f3-c24d96a759cc","name":"Invalid Method used (e.g. GET used instead of POST)","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ActualQuantity\": 32.232\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyStorage"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"2e87c10c-1512-441a-b981-ed33fba0a51a","name":"Successful request.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ActualQuantity\": 32.232\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyStorage"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ac14285d-c952-4d2b-af51-f9cbf4934ab2","name":"This response is provided when the resource missing from URL or incorrect.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ActualQuantity\": 32.232\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyStorage"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"677780c0-8bde-4918-b3ff-43b85b2213dd","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ActualQuantity\": 32.232\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyStorage"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"ff7f694e-e8a9-44c3-9059-84aadfb1a73e","name":"This response is provided when any there are any Business validation failures, then entire submission is rejected.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ActualQuantity\": 32.232\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyStorage"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"f68bbd2d-ec50-4df6-bfaa-1b956c53b818","name":"The service cannot be found for the endpoint reference (EPR) <URI>","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ActualQuantity\": 32.232\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyStorage"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"96343882-648a-47ac-9b37-c910845ec666","name":"This response is provided when \"Authorisation\" is missing from the header OR user/password is incorrect/not provided OR user account is locked out.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ActualQuantity\": 32.232\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyStorage"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"8ede7dfb-5632-4bc7-a033-a36ac15520a1"}],"id":"ce4571f8-9fc4-44e5-b16c-ea8083f14527","description":"<p>Provide on each gas day D+1, the actual quantity of natural gas held in each BB storage facility and LNG import facility for gas day D and any cushion gas quantity for BB storage facilities.</p>\n","_postman_id":"ce4571f8-9fc4-44e5-b16c-ea8083f14527","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}}},{"name":"DomesticSupplyForecast","item":[{"name":"DomesticSupplyForecast_200","event":[{"listen":"test","script":{"id":"410eb220-b3f2-48fa-a50e-4dbb1c5b30d0","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"3d26a4ab-6a30-4d04-9868-52cee2bbb6bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-InitiatingParticipantID","value":"222","type":"text"},{"key":"X-market","value":"GAS","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ItemList\": [\r\n        {\r\n            \"FacilityId\": 544160,\r\n            \"Year\": 2023,\r\n            \"Month\": 6,\r\n            \"DomesticGas\": 101.111\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/DomesticSupplyForecast","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}},"urlObject":{"path":["DomesticSupplyForecast"],"host":["https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"3d26a4ab-6a30-4d04-9868-52cee2bbb6bb"},{"name":"DomesticSupplyForecast_422","event":[{"listen":"test","script":{"id":"27ccdd89-0376-4e6f-8d3f-53fc772b279c","exec":["pm.test(\"Status code is 422\", function () {\r","    pm.response.to.have.status(422);\r","});"],"type":"text/javascript"}}],"id":"e33acfe4-8a54-46c5-a456-a387763da776","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-InitiatingParticipantID","value":"222","type":"text"},{"key":"X-market","value":"GAS","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ItemList\": [\r\n        {\r\n            \"FacilityId\": null,\r\n            \"Year\": null,\r\n            \"Month\": null,\r\n            \"DomesticGas\": null\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/DomesticSupplyForecast","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}},"urlObject":{"path":["DomesticSupplyForecast"],"host":["https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"e33acfe4-8a54-46c5-a456-a387763da776"}],"id":"f0b4e419-da7c-4f27-a40c-ed089f2856a7","description":"<p>Provides information about domestic supply for months M to M+5 on the last gas day of each month M-1.</p>\n","_postman_id":"f0b4e419-da7c-4f27-a40c-ed089f2856a7","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}}},{"name":"ExpectedDailyGasDemand","item":[{"name":"ExpectedDailyGasDemand_422","event":[{"listen":"test","script":{"id":"c7fe3196-9710-49d2-949d-727855252332","exec":["pm.test(\"Status code is 422\", function () {\r","    pm.response.to.have.status(422);\r","});"],"type":"text/javascript"}}],"id":"8c8c602f-4de5-4634-83e0-513e599ce6be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-InitiatingParticipantID","value":"295","type":"text"},{"key":"X-market","value":"GAS","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ItemList\": [\r\n        {\r\n            \"GasDate\": null,\r\n            \"FacilityId\": null,\r\n            \"ForecastQuantity\": null,\r\n            \"DemandZoneId\": null,\r\n            \"PurchasesGSA\": null,\r\n            \"PurchasesGSH\": null,\r\n            \"GSHLocation\": null,\r\n            \"PurchasesMKtSameZone\": null,\r\n            \"PurchasesMKtDiffZone\": null,\r\n            \"Description\": \"This is sample Description\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/ExpectedDailyGasDemand","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}},"urlObject":{"path":["ExpectedDailyGasDemand"],"host":["https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"8c8c602f-4de5-4634-83e0-513e599ce6be"},{"name":"ExpectedDailyGasDemand_200","event":[{"listen":"test","script":{"id":"d364765e-d36a-498f-8510-2672a63607b9","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"5ef4294e-3f20-43f9-a621-103f166c38aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-InitiatingParticipantID","value":"13","type":"text"},{"key":"X-market","value":"GAS","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ItemList\": [\r\n        {\r\n            \"GasDate\": \"2023-07-21\",\r\n            \"FacilityId\": \"\",\r\n            \"ForecastQuantity\": 100.5,\r\n            \"DemandZoneId\": \"SESA-DE-01\",\r\n            \"PurchasesGSA\": 20.1,\r\n            \"PurchasesGSH\": 30.2,\r\n            \"GSHLocation\": 1,\r\n            \"PurchasesMKtSameZone\": 40.1,\r\n            \"PurchasesMKtDiffZone\": 10.1,\r\n            \"Description\": \"This is sample Description\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/ExpectedDailyGasDemand","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}},"urlObject":{"path":["ExpectedDailyGasDemand"],"host":["https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"5ef4294e-3f20-43f9-a621-103f166c38aa"}],"id":"ec6f7be6-0da8-4c57-b900-7c3e301ffd0e","description":"<p>Provide on each gas day D-1 for gas days D to D+6, the relevant entities expected daily gas<br />demand, and estimated breakdown of supply sources.</p>\n","_postman_id":"ec6f7be6-0da8-4c57-b900-7c3e301ffd0e","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}}},{"name":"ExportForecast","item":[{"name":"ExportForecast_200","event":[{"listen":"test","script":{"id":"2196301e-a06f-4014-b04f-3a3e90caa558","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"3cceec90-263f-409a-b2e2-1755a2a8748e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-InitiatingParticipantID","value":"222","type":"text"},{"key":"X-market","value":"GAS","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ItemList\": [\r\n        {\r\n            \"FacilityId\": 544160,\r\n            \"Year\": 2023,\r\n            \"Month\": 5,\r\n            \"ExportGas\": 102.333\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/ExportForecast","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}},"urlObject":{"path":["ExportForecast"],"host":["https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"3cceec90-263f-409a-b2e2-1755a2a8748e"},{"name":"ExportForecast_422","event":[{"listen":"test","script":{"id":"97bfdb3b-2c99-45d2-9124-c9cc9d8a8642","exec":["pm.test(\"Status code is 422\", function () {\r","    pm.response.to.have.status(422);\r","});"],"type":"text/javascript"}}],"id":"7e70f2d9-3d98-45c1-86c9-bdc96e008f75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-InitiatingParticipantID","value":"222","type":"text"},{"key":"X-market","value":"GAS","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ItemList\": [\r\n        {\r\n            \"FacilityId\": null,\r\n            \"Year\": null,\r\n            \"Month\": null,\r\n            \"ExportGas\": null\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/ExportForecast","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}},"urlObject":{"path":["ExportForecast"],"host":["https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"7e70f2d9-3d98-45c1-86c9-bdc96e008f75"}],"id":"ce10371e-491f-43eb-8ad9-7764b2543504","description":"<p>Provides on the last gas day of each month M-1, information about LNG exports for months M to M+5.</p>\n","_postman_id":"ce10371e-491f-43eb-8ad9-7764b2543504","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}}},{"name":"FacilityDevelopment","item":[{"name":"TC1 200","id":"5581e68d-cf3d-4dfb-a458-ec65528ff959","protocolProfileBehavior":{"strictSSL":false,"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The ID of the Initiating Participant</p>\n","key":"X-initiatingParticipantID","value":"36"},{"description":"<p>(Required) The market type that the request applies.</p>\n","key":"X-market","value":"GAS"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"ItemList\": [\n        {\n            \"DevFacilityID\": 114444,\n            \"EffectiveDate\": \"2023-12-01T00:00:00+10:00\",\n            \"ProposedName\": \"samle dev facility\",\n            \"CapacityFrom\": 500.365,\n            \"CapacityTo\": 600.365,\n            \"PlannedCommissionFrom\": \"2023-12\",\n            \"PlannedCommissionTo\": \"2024-03\",\n            \"DevelopmentStage\": \"PROPOSED\",\n            \"Location\": \"Sydney\",\n            \"Comments\": \"sample comments\",\n            \"RelatedFacilityId\": \"\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/FacilityDevelopment","description":"<p>Provide on each gas day D, the BB facility operator’s daily gas flow data for receipts and deliveries and transitional compression facility operator’s daily gas compression</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}},"urlObject":{"path":["FacilityDevelopment"],"host":["https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1"],"query":[],"variable":[]}},"response":[{"id":"f457e66a-a4a7-46f7-8827-0f48d123e3e6","name":"The service cannot be found for the endpoint reference (EPR) <URI>","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ConnectionPointId\": 1301002,\n  \"FlowDirection\": \"RECEIPT\",\n  \"ActualQuantity\": 32.232,\n  \"Quality\": \"OK\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyProductionAndFlow"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"5f2b1bc5-c5c1-4bd0-a872-4d1439c50359","name":"Successful request.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ConnectionPointId\": 1301002,\n  \"FlowDirection\": \"RECEIPT\",\n  \"ActualQuantity\": 32.232,\n  \"Quality\": \"OK\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyProductionAndFlow"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"74d882c9-6975-4c56-8987-57b1cc10aeba","name":"This response is provided when the resource missing from URL or incorrect.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ConnectionPointId\": 1301002,\n  \"FlowDirection\": \"RECEIPT\",\n  \"ActualQuantity\": 32.232,\n  \"Quality\": \"OK\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyProductionAndFlow"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"08933329-0b30-4a80-bb42-1649058a41da","name":"This response is provided when \"Content-Length\" is missing from the Header","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ConnectionPointId\": 1301002,\n  \"FlowDirection\": \"RECEIPT\",\n  \"ActualQuantity\": 32.232,\n  \"Quality\": \"OK\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyProductionAndFlow"},"status":"Length Required","code":411,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"7a21b61f-fb8d-437b-bd2e-2e084c759d9b","name":"Invalid Method used (e.g. GET used instead of POST)","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ConnectionPointId\": 1301002,\n  \"FlowDirection\": \"RECEIPT\",\n  \"ActualQuantity\": 32.232,\n  \"Quality\": \"OK\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyProductionAndFlow"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"a677adda-a8bf-419e-a42f-2529a2f30582","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ConnectionPointId\": 1301002,\n  \"FlowDirection\": \"RECEIPT\",\n  \"ActualQuantity\": 32.232,\n  \"Quality\": \"OK\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyProductionAndFlow"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"89c53210-9748-4b6a-9433-dc879351c3b0","name":"This response is provided when \"Authorisation\" is missing from the header OR user/password is incorrect/not provided OR user account is locked out.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ConnectionPointId\": 1301002,\n  \"FlowDirection\": \"RECEIPT\",\n  \"ActualQuantity\": 32.232,\n  \"Quality\": \"OK\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyProductionAndFlow"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"7c9fbe9f-037e-461d-bc46-c98221a0f600","name":"This response is provided when any there are any Business validation failures, then entire submission is rejected.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ConnectionPointId\": 1301002,\n  \"FlowDirection\": \"RECEIPT\",\n  \"ActualQuantity\": 32.232,\n  \"Quality\": \"OK\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyProductionAndFlow"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"3cc56657-3341-4c01-9412-75886d254772","name":"This response is provided when there is an invalid Role i.e. user does not have permission to submit this request.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ConnectionPointId\": 1301002,\n  \"FlowDirection\": \"RECEIPT\",\n  \"ActualQuantity\": 32.232,\n  \"Quality\": \"OK\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyProductionAndFlow"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"6d4f9231-c92b-40dd-a1c3-4db647b2152d","name":"This response is provided when the throttling limits are reached.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ConnectionPointId\": 1301002,\n  \"FlowDirection\": \"RECEIPT\",\n  \"ActualQuantity\": 32.232,\n  \"Quality\": \"OK\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyProductionAndFlow"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"9bd08d6c-92ad-4625-8964-8622c6def481","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ConnectionPointId\": 1301002,\n  \"FlowDirection\": \"RECEIPT\",\n  \"ActualQuantity\": 32.232,\n  \"Quality\": \"OK\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyProductionAndFlow"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"5581e68d-cf3d-4dfb-a458-ec65528ff959"},{"name":"TC2 422","id":"1ace28f8-4f82-4f00-afb6-b3453aa7a50a","protocolProfileBehavior":{"strictSSL":false,"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The ID of the Initiating Participant</p>\n","key":"X-initiatingParticipantID","value":"13"},{"description":"<p>(Required) The market type that the request applies.</p>\n","key":"X-market","value":"GAS"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"ItemList\": [\n        {\n            \"DevFacilityID\": 114444,\n            \"EffectiveDate\": \"2023-12-01T00:00:00+10:00\",\n            \"ProposedName\": \"samle dev facility\",\n            \"CapacityFrom\": 500.365,\n            \"CapacityTo\": 600.365,\n            \"PlannedCommissionFrom\": \"2023-12\",\n            \"PlannedCommissionTo\": \"2024-03\",\n            \"DevelopmentStage\": \"PROPOSED\",\n            \"Location\": \"Sydney\",\n            \"Comments\": \"sample comments\",\n            \"RelatedFacilityId\": \"\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/FacilityDevelopment","description":"<p>Provide on each gas day D, the BB facility operator’s daily gas flow data for receipts and deliveries and transitional compression facility operator’s daily gas compression</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}},"urlObject":{"path":["FacilityDevelopment"],"host":["https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1"],"query":[],"variable":[]}},"response":[{"id":"2949f783-9370-4821-bdc0-c9a35a0f4212","name":"The service cannot be found for the endpoint reference (EPR) <URI>","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ConnectionPointId\": 1301002,\n  \"FlowDirection\": \"RECEIPT\",\n  \"ActualQuantity\": 32.232,\n  \"Quality\": \"OK\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyProductionAndFlow"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"f51ce088-972b-4412-90d6-0f9f0506acfa","name":"This response is provided when \"Authorisation\" is missing from the header OR user/password is incorrect/not provided OR user account is locked out.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ConnectionPointId\": 1301002,\n  \"FlowDirection\": \"RECEIPT\",\n  \"ActualQuantity\": 32.232,\n  \"Quality\": \"OK\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyProductionAndFlow"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"f7915ba3-5b43-4e10-901c-5b217c48d609","name":"This response is provided when the throttling limits are reached.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ConnectionPointId\": 1301002,\n  \"FlowDirection\": \"RECEIPT\",\n  \"ActualQuantity\": 32.232,\n  \"Quality\": \"OK\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyProductionAndFlow"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e7e8ef07-4546-4caf-902c-041926b7472a","name":"This response is provided when \"Content-Length\" is missing from the Header","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ConnectionPointId\": 1301002,\n  \"FlowDirection\": \"RECEIPT\",\n  \"ActualQuantity\": 32.232,\n  \"Quality\": \"OK\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyProductionAndFlow"},"status":"Length Required","code":411,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"5005ca43-9897-4f80-ac50-0198205865f1","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ConnectionPointId\": 1301002,\n  \"FlowDirection\": \"RECEIPT\",\n  \"ActualQuantity\": 32.232,\n  \"Quality\": \"OK\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyProductionAndFlow"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"2080306f-781f-40a4-ba0d-e8212f738985","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ConnectionPointId\": 1301002,\n  \"FlowDirection\": \"RECEIPT\",\n  \"ActualQuantity\": 32.232,\n  \"Quality\": \"OK\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyProductionAndFlow"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"30814a78-3890-4397-89d8-3d4711ecd4f8","name":"Successful request.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ConnectionPointId\": 1301002,\n  \"FlowDirection\": \"RECEIPT\",\n  \"ActualQuantity\": 32.232,\n  \"Quality\": \"OK\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyProductionAndFlow"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"b7364954-c3b9-4141-ad5f-86e6f1607a67","name":"This response is provided when there is an invalid Role i.e. user does not have permission to submit this request.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ConnectionPointId\": 1301002,\n  \"FlowDirection\": \"RECEIPT\",\n  \"ActualQuantity\": 32.232,\n  \"Quality\": \"OK\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyProductionAndFlow"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"a7a4aa64-e933-4f14-8fac-915598e21ee1","name":"Invalid Method used (e.g. GET used instead of POST)","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ConnectionPointId\": 1301002,\n  \"FlowDirection\": \"RECEIPT\",\n  \"ActualQuantity\": 32.232,\n  \"Quality\": \"OK\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyProductionAndFlow"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"53351b67-41d8-4251-9bf7-9acdf3e5fe37","name":"This response is provided when any there are any Business validation failures, then entire submission is rejected.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ConnectionPointId\": 1301002,\n  \"FlowDirection\": \"RECEIPT\",\n  \"ActualQuantity\": 32.232,\n  \"Quality\": \"OK\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyProductionAndFlow"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"fdf7a340-9243-4fe3-9feb-3732d78df36c","name":"This response is provided when the resource missing from URL or incorrect.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ConnectionPointId\": 1301002,\n  \"FlowDirection\": \"RECEIPT\",\n  \"ActualQuantity\": 32.232,\n  \"Quality\": \"OK\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyProductionAndFlow"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"1ace28f8-4f82-4f00-afb6-b3453aa7a50a"}],"id":"7dafae5e-be68-4e03-9e75-f91e9e5c5896","description":"<p>To provide information on facility development project.</p>\n","_postman_id":"7dafae5e-be68-4e03-9e75-f91e9e5c5896","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}}},{"name":"GasFieldInterest","item":[{"name":"TC2 422","id":"f6e318a7-e153-4585-bf40-fda9c327d916","protocolProfileBehavior":{"strictSSL":false,"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The ID of the Initiating Participant</p>\n","key":"X-initiatingParticipantID","value":"13"},{"description":"<p>(Required) The market type that the request applies.</p>\n","key":"X-market","value":"GAS"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"ItemList\": [\n        {\n            \"FieldInterestId\": 9001,\n            \"EffectiveDate\": \"2021-06-08\",\n            \"DevelopedReserve1P\": 123543435435435.456,\n            \"DevelopedReserve2P\": 123.456,\n            \"DevelopedReserve3P\": 123.456,\n            \"UndevelopedReserve1P\": 123.456,\n            \"UndevelopedReserve2P\": 123.456,\n            \"UndevelopedReserve3P\": 123.456,\n            \"Resources2C\": 123.456,\n            \"ProductionChangeReserve2P\": -123.456,\n            \"ProvedAreaExtensionReserve2P\": 123.456,\n            \"PercentageChangeReserve2P\": 123.456,\n            \"UpwardRevisionFrom3PReserveTo2P\": 123.456,\n            \"DownwardRevisionFrom2PReserveTo3P\": -123.456,\n            \"OtherRevisionsReserve2P\": 123.456,\n            \"MaturitySubClass2P\": \"On production\",\n            \"MaturitySubClass2C\": \"Development pending\",\n            \"MinDate2P\": \"2022-10-01\",\n            \"MaxDate2P\": \"2022-12-01\",\n            \"MinDate2C\": \"2022-10-01\",\n            \"MaxDate2C\": \"2022-12-01\",\n            \"ExpectedBarriers2C\": \"Price Forecast\",\n            \"IncreaseReserveEstimatePrice2P\": 1.234,\n            \"DecreaseReserveEstimatePrice2P\": -1.234,\n            \"ResourcesEstimateMethod\": \"Deterministic\",\n            \"ConversionFactorQtyTCFToPJ\": 909.000,\n            \"EconomicAssumption\": \"Gas price of $10\",\n            \"UpdateReason\": \"Annual Update\",\n            \"PreparedBy\": \"Joe Brown\",\n            \"PreparationIndependenceStatement\": \"YES\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/GasFieldInterest","description":"<p>Provide on each gas day D, the actual quantity of natural gas held in each storage facility at the end of the gas day D.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}},"urlObject":{"path":["GasFieldInterest"],"host":["https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1"],"query":[],"variable":[]}},"response":[{"id":"c2e8d64e-5680-4622-8a75-6d59e51c2d5d","name":"This response is provided when the resource missing from URL or incorrect.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ActualQuantity\": 32.232\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyStorage"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"0d5bb287-5562-4bc9-b115-74b95b5ab64b","name":"Invalid Method used (e.g. GET used instead of POST)","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ActualQuantity\": 32.232\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyStorage"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"a44d5d77-5bf8-48d9-a437-8b281c4127fa","name":"This response is provided when the throttling limits are reached.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ActualQuantity\": 32.232\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyStorage"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d6aa804e-f754-40ae-aaae-a3c6e00f713f","name":"This response is provided when there is an invalid Role i.e. user does not have permission to submit this request.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ActualQuantity\": 32.232\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyStorage"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"052ec2e8-280c-4cc4-a278-535ad02def98","name":"This response is provided when \"Authorisation\" is missing from the header OR user/password is incorrect/not provided OR user account is locked out.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ActualQuantity\": 32.232\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyStorage"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"f53bf74b-8928-4a62-b0e5-a414ba4ccbe6","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ActualQuantity\": 32.232\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyStorage"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"461522e9-0ac0-404e-ba7b-5b6b5ed4d361","name":"This response is provided when any there are any Business validation failures, then entire submission is rejected.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ActualQuantity\": 32.232\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyStorage"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"a2c6ea1c-dd1d-431a-8788-66196cef655c","name":"Successful request.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ActualQuantity\": 32.232\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyStorage"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"fd7ee784-4a3b-4970-8699-bc529a46de91","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ActualQuantity\": 32.232\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyStorage"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"3bf5daf2-d720-4bc7-afc2-9b2329853feb","name":"This response is provided when \"Content-Length\" is missing from the Header","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ActualQuantity\": 32.232\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyStorage"},"status":"Length Required","code":411,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"b5776ea5-7e71-47a6-8d49-749308c60754","name":"The service cannot be found for the endpoint reference (EPR) <URI>","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ActualQuantity\": 32.232\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyStorage"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"f6e318a7-e153-4585-bf40-fda9c327d916"},{"name":"TC1 200","id":"ec43e1e3-7d59-40f7-aea3-333f85b8fff6","protocolProfileBehavior":{"strictSSL":false,"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The ID of the Initiating Participant</p>\n","key":"X-initiatingParticipantID","value":"94"},{"description":"<p>(Required) The market type that the request applies.</p>\n","key":"X-market","value":"GAS"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"ItemList\": [\n        {\n            \"FieldInterestId\": 9001,\n            \"EffectiveDate\": \"2021-06-08\",\n            \"DevelopedReserve1P\": 123.456,\n            \"DevelopedReserve2P\": 123.456,\n            \"DevelopedReserve3P\": 123.456,\n            \"UndevelopedReserve1P\": 123.456,\n            \"UndevelopedReserve2P\": 123.456,\n            \"UndevelopedReserve3P\": 123.456,\n            \"Resources2C\": 123.456,\n            \"ProductionChangeReserve2P\": -123.456,\n            \"ProvedAreaExtensionReserve2P\": 123.456,\n            \"PercentageChangeReserve2P\": 123.456,\n            \"UpwardRevisionFrom3PReserveTo2P\": 123.456,\n            \"DownwardRevisionFrom2PReserveTo3P\": -123.456,\n            \"OtherRevisionsReserve2P\": 123.456,\n            \"MaturitySubClass2P\": \"On production\",\n            \"MaturitySubClass2C\": \"Development pending\",\n            \"MinDate2P\": \"2022-10-01\",\n            \"MaxDate2P\": \"2022-12-01\",\n            \"MinDate2C\": \"2022-10-01\",\n            \"MaxDate2C\": \"2022-12-01\",\n            \"ExpectedBarriers2C\": \"Price Forecast\",\n            \"IncreaseReserveEstimatePrice2P\": 1.234,\n            \"DecreaseReserveEstimatePrice2P\": -1.234,\n            \"ResourcesEstimateMethod\": \"Deterministic\",\n            \"ConversionFactorQtyTCFToPJ\": 909.000,\n            \"EconomicAssumption\": \"Gas price of $10\",\n            \"UpdateReason\": \"Annual Update\",\n            \"PreparedBy\": \"Joe Brown\",\n            \"PreparationIndependenceStatement\": \"YES\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/GasFieldInterest","description":"<p>Provide on each gas day D, the actual quantity of natural gas held in each storage facility at the end of the gas day D.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}},"urlObject":{"path":["GasFieldInterest"],"host":["https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1"],"query":[],"variable":[]}},"response":[{"id":"fe4c86f1-118b-4916-aa6c-dc20af19af48","name":"This response is provided when there is an invalid Role i.e. user does not have permission to submit this request.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ActualQuantity\": 32.232\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyStorage"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"03afcc24-aadc-445e-9e92-469fd545aaad","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ActualQuantity\": 32.232\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyStorage"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"051da350-117c-440e-a019-dcba1fb408e0","name":"This response is provided when \"Content-Length\" is missing from the Header","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ActualQuantity\": 32.232\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyStorage"},"status":"Length Required","code":411,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"8dc5f14e-fe4a-4254-a71d-cb8731466778","name":"This response is provided when \"Authorisation\" is missing from the header OR user/password is incorrect/not provided OR user account is locked out.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ActualQuantity\": 32.232\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyStorage"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"25fee3c5-308c-4ef8-8ffe-32c4fb55fb46","name":"Successful request.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ActualQuantity\": 32.232\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyStorage"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e43644ac-0255-4923-aacc-5881c207d2b0","name":"Invalid Method used (e.g. GET used instead of POST)","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ActualQuantity\": 32.232\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyStorage"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"0700d2bc-a8b6-4576-8b9e-dd34b6d86efd","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ActualQuantity\": 32.232\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyStorage"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"8cc81090-6cdb-4fd6-88c5-04ecbe00a16c","name":"The service cannot be found for the endpoint reference (EPR) <URI>","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ActualQuantity\": 32.232\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyStorage"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"6d07ffd0-ff36-4db0-ab49-42951af4a679","name":"This response is provided when the throttling limits are reached.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ActualQuantity\": 32.232\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyStorage"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"9bc2de79-4f27-437c-8301-1070aa688d83","name":"This response is provided when any there are any Business validation failures, then entire submission is rejected.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ActualQuantity\": 32.232\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyStorage"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"dc63952d-2991-4d54-b6de-918d158f69a7","name":"This response is provided when the resource missing from URL or incorrect.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"ActualQuantity\": 32.232\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/dailyStorage"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"ec43e1e3-7d59-40f7-aea3-333f85b8fff6"}],"id":"68c36c7e-0948-49d6-813e-5f2f676d60df","description":"<p>To provide reserve and resource information about a BB field interest.</p>\n","_postman_id":"68c36c7e-0948-49d6-813e-5f2f676d60df","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}}},{"name":"GasFieldInterestDetail","item":[{"name":"TC1 200","id":"6691b166-a5a2-45c8-a864-b15482f37113","protocolProfileBehavior":{"strictSSL":false,"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The ID of the Initiating Participant</p>\n","key":"X-initiatingParticipantID","value":"13"},{"description":"<p>(Required) The market type that the request applies.</p>\n","key":"X-market","value":"GAS"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"ItemList\": [\n        {\n            \"FieldInterestId\": 9000,\n            \"EffectiveDate\": \"2023-06-23\",\n            \"PetroleumTenements\": \"Petroleum Tenement 3A\",\n            \"ProcessingFacilities\": \"\",\n            \"ResourceClassification\": \"Conventional\",\n            \"ResourceSubClassification\": \"\",\n            \"NatureofGas\": \"Dry gas\",\n            \"TenementShare\": 50.544\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/GasFieldInterestDetail","description":"<p>Provide nameplate ratings-</p>\n<ul>\n<li>For each connection point owned, controlled, or operated by the BB pipeline operator and connected to each of its BB pipelines.</li>\n<li>For each connection point owned, controlled, or operated by the Part 24 facility operator and connected to each of its transitional compression facilities.</li>\n<li>For each connection point connected to each of its pipelines which is not owned, controlled, or operated by the BB pipeline operator, where the connection point nameplate rating has been provided to the BB pipeline operator by the facility who owns, controls, or operates the connection point.</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}},"urlObject":{"path":["GasFieldInterestDetail"],"host":["https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1"],"query":[],"variable":[]}},"response":[{"id":"e973d675-5396-43dc-ab83-7707fda42e34","name":"This response is provided when \"Content-Length\" is missing from the Header","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"ConnectionPointId\": 1301002,\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/connectionPointNameplateRating"},"status":"Length Required","code":411,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"99c07d81-36e6-4b2b-b709-49ed4489c477","name":"This response is provided when the throttling limits are reached.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"ConnectionPointId\": 1301002,\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/connectionPointNameplateRating"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"a372c34c-9e01-45bb-aedd-4d04798cd016","name":"This response is provided when \"Authorisation\" is missing from the header OR user/password is incorrect/not provided OR user account is locked out.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"ConnectionPointId\": 1301002,\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/connectionPointNameplateRating"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"a710591c-3c48-4968-979f-6d93647683ee","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"ConnectionPointId\": 1301002,\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/connectionPointNameplateRating"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"be7a76a5-abaa-4951-a095-54a2a81bdbd9","name":"This response is provided when any there are any Business validation failures, then entire submission is rejected.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"ConnectionPointId\": 1301002,\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/connectionPointNameplateRating"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"12e2ed4c-1446-42c7-9b2a-881d43b8cc9f","name":"Successful request.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"ConnectionPointId\": 1301002,\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/connectionPointNameplateRating"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"dc76f6ce-576e-4bf4-987d-e7219cfe2c1b","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"ConnectionPointId\": 1301002,\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/connectionPointNameplateRating"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"cf48edde-1efb-403c-9b0b-f16bbd9f624e","name":"The service cannot be found for the endpoint reference (EPR) <URI>","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"ConnectionPointId\": 1301002,\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/connectionPointNameplateRating"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"2563f054-ce22-404e-bec0-e7d75f02ea76","name":"Invalid Method used (e.g. GET used instead of POST)","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"ConnectionPointId\": 1301002,\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/connectionPointNameplateRating"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"e8582dd1-334b-4faf-bf76-f610479ed444","name":"This response is provided when the resource missing from URL or incorrect.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"ConnectionPointId\": 1301002,\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/connectionPointNameplateRating"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"5f821cb8-1929-4edb-803c-5bafcce4034e","name":"This response is provided when there is an invalid Role i.e. user does not have permission to submit this request.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"ConnectionPointId\": 1301002,\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/connectionPointNameplateRating"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6691b166-a5a2-45c8-a864-b15482f37113"},{"name":"TC2 422","id":"d2d171d3-ee0d-4c3b-8bdc-af64c3597361","protocolProfileBehavior":{"strictSSL":false,"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The ID of the Initiating Participant</p>\n","key":"X-initiatingParticipantID","value":"94"},{"description":"<p>(Required) The market type that the request applies.</p>\n","key":"X-market","value":"GAS"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"ItemList\": [\n        {\n            \"FieldInterestId\": 9000,\n            \"EffectiveDate\": \"2023-06-23\",\n            \"PetroleumTenements\": \"Petroleum Tenement 3A\",\n            \"ProcessingFacilities\": \"\",\n            \"ResourceClassification\": \"Conventional\",\n            \"ResourceSubClassification\": \"\",\n            \"NatureofGas\": \"Dry gas\",\n            \"TenementShare\": 150.544\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/GasFieldInterestDetail","description":"<p>Provide nameplate ratings-</p>\n<ul>\n<li>For each connection point owned, controlled, or operated by the BB pipeline operator and connected to each of its BB pipelines.</li>\n<li>For each connection point owned, controlled, or operated by the Part 24 facility operator and connected to each of its transitional compression facilities.</li>\n<li>For each connection point connected to each of its pipelines which is not owned, controlled, or operated by the BB pipeline operator, where the connection point nameplate rating has been provided to the BB pipeline operator by the facility who owns, controls, or operates the connection point.</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}},"urlObject":{"path":["GasFieldInterestDetail"],"host":["https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1"],"query":[],"variable":[]}},"response":[{"id":"27a72dcb-4588-4ace-8010-7777d2fe6fa0","name":"The service cannot be found for the endpoint reference (EPR) <URI>","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"ConnectionPointId\": 1301002,\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/connectionPointNameplateRating"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"42ee11ee-c229-47ac-8432-7a55f74c18b4","name":"This response is provided when \"Content-Length\" is missing from the Header","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"ConnectionPointId\": 1301002,\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/connectionPointNameplateRating"},"status":"Length Required","code":411,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"fca6a0da-c239-45b3-a2e6-2c0ab6ac0083","name":"This response is provided when \"Authorisation\" is missing from the header OR user/password is incorrect/not provided OR user account is locked out.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"ConnectionPointId\": 1301002,\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/connectionPointNameplateRating"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"e71b267e-5042-4fab-b5a5-8838c5539974","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"ConnectionPointId\": 1301002,\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/connectionPointNameplateRating"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"77161c03-8bf6-4b38-a9a2-b7b1fe06725c","name":"Invalid Method used (e.g. GET used instead of POST)","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"ConnectionPointId\": 1301002,\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/connectionPointNameplateRating"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"5f2a0c67-cdc7-42ad-a29c-f73bf0570f33","name":"This response is provided when there is an invalid Role i.e. user does not have permission to submit this request.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"ConnectionPointId\": 1301002,\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/connectionPointNameplateRating"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"1b822c7c-e4e9-4083-834d-7f895d3733a3","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"ConnectionPointId\": 1301002,\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/connectionPointNameplateRating"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"63685d4b-6a8a-47d4-b2d7-00fca0daba9d","name":"This response is provided when any there are any Business validation failures, then entire submission is rejected.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"ConnectionPointId\": 1301002,\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/connectionPointNameplateRating"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"b793dbf3-7a96-4aea-a7a0-4cd0306f14f7","name":"This response is provided when the resource missing from URL or incorrect.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"ConnectionPointId\": 1301002,\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/connectionPointNameplateRating"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"7dbea84f-3429-475d-92e9-5af91df95d53","name":"Successful request.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"ConnectionPointId\": 1301002,\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/connectionPointNameplateRating"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"91cfb7f6-9a12-4b5a-b573-54bdebc8c5c6","name":"This response is provided when the throttling limits are reached.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"ConnectionPointId\": 1301002,\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/connectionPointNameplateRating"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d2d171d3-ee0d-4c3b-8bdc-af64c3597361"}],"id":"c92ae453-6d57-4375-b01b-de01318ddc57","description":"<p>Provide information about a BB field interest.</p>\n","_postman_id":"c92ae453-6d57-4375-b01b-de01318ddc57","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}}},{"name":"LinepackCapacityAdequacy","item":[{"name":"TC1 200","id":"b1ec8bcb-14da-4180-90d9-2b14cad6f696","protocolProfileBehavior":{"strictSSL":false,"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The ID of the Initiating Participant</p>\n","key":"X-initiatingParticipantID","value":"13"},{"description":"<p>(Required) The market type that the request applies.</p>\n","key":"X-market","value":"GAS"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"ItemList\": [\n        {\n            \"GasDate\": \"2018-09-23\",\n            \"Flag\": \"AMBER\",\n            \"FacilityId\": 520001,\n            \"Description\": \"sample comments\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/linepackCapacityAdequacy","description":"<p>Provide a Linepack Capacity Adequacy (LCA) report that indicates (flags) the status for each pipeline and transitional compression facility for a three-day outlook period. The flags are traffic light colours (Green, Amber, Red) indicates the LCA status for each pipeline.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}},"urlObject":{"path":["linepackCapacityAdequacy"],"host":["https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1"],"query":[],"variable":[]}},"response":[{"id":"14c6d0b6-ca65-4c11-8f2e-68838467c67e","name":"This response is provided when the throttling limits are reached.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"Flag\": \"AMBER\",\n  \"FacilityId\": 520001,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/linepackCapacityAdequacy"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"0b4f4924-3460-4453-ae13-c3a891a8b241","name":"This response is provided when there is an invalid Role i.e. user does not have permission to submit this request.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"Flag\": \"AMBER\",\n  \"FacilityId\": 520001,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/linepackCapacityAdequacy"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"675458e7-b688-414e-a4b5-90bfd74a7373","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"Flag\": \"AMBER\",\n  \"FacilityId\": 520001,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/linepackCapacityAdequacy"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"06e448e9-a251-4177-bd92-b5d9b63612ae","name":"This response is provided when the resource missing from URL or incorrect.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"Flag\": \"AMBER\",\n  \"FacilityId\": 520001,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/linepackCapacityAdequacy"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"d60e91eb-c32c-4584-9032-785d4768f6e0","name":"Successful request.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"Flag\": \"AMBER\",\n  \"FacilityId\": 520001,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/linepackCapacityAdequacy"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"3bae294e-14f2-491f-98d6-0a98cc35e394","name":"Invalid Method used (e.g. GET used instead of POST)","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"Flag\": \"AMBER\",\n  \"FacilityId\": 520001,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/linepackCapacityAdequacy"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"244f51b2-2222-4935-bd4c-c22cd1e24bc4","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"Flag\": \"AMBER\",\n  \"FacilityId\": 520001,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/linepackCapacityAdequacy"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"1962feac-6597-46e9-aac9-f81593221e1d","name":"This response is provided when any there are any Business validation failures, then entire submission is rejected.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"Flag\": \"AMBER\",\n  \"FacilityId\": 520001,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/linepackCapacityAdequacy"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"7278ebab-013a-4834-959c-e60f730076cb","name":"This response is provided when \"Content-Length\" is missing from the Header","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"Flag\": \"AMBER\",\n  \"FacilityId\": 520001,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/linepackCapacityAdequacy"},"status":"Length Required","code":411,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d47b2d3d-8522-458b-905b-f6f2d8c23457","name":"The service cannot be found for the endpoint reference (EPR) <URI>","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"Flag\": \"AMBER\",\n  \"FacilityId\": 520001,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/linepackCapacityAdequacy"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"005bccbd-f4e8-4192-afa5-b3a94cb2c709","name":"This response is provided when \"Authorisation\" is missing from the header OR user/password is incorrect/not provided OR user account is locked out.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"Flag\": \"AMBER\",\n  \"FacilityId\": 520001,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/linepackCapacityAdequacy"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"b1ec8bcb-14da-4180-90d9-2b14cad6f696"},{"name":"TC2 422","id":"4e237733-c80e-4d1d-b067-5a70705078c9","protocolProfileBehavior":{"strictSSL":false,"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The ID of the Initiating Participant</p>\n","key":"X-initiatingParticipantID","value":"13"},{"description":"<p>(Required) The market type that the request applies.</p>\n","key":"X-market","value":"GAS"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"ItemList\": [\n        {\n            \"GasDate\": \"2018-09-23\",\n            \"Flag\": \"AMBER\",\n            \"FacilityId\": 520001,\n            \"Description\": \"sample comments\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/linepackCapacityAdequacy","description":"<p>Provide a Linepack Capacity Adequacy (LCA) report that indicates (flags) the status for each pipeline and transitional compression facility for a three-day outlook period. The flags are traffic light colours (Green, Amber, Red) indicates the LCA status for each pipeline.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}},"urlObject":{"path":["linepackCapacityAdequacy"],"host":["https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1"],"query":[],"variable":[]}},"response":[{"id":"0d32d324-91e4-42a5-965a-4b19e4b4f92d","name":"This response is provided when the resource missing from URL or incorrect.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"Flag\": \"AMBER\",\n  \"FacilityId\": 520001,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/linepackCapacityAdequacy"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"32dc831f-2486-4add-8eba-5523127ba4c1","name":"Invalid Method used (e.g. GET used instead of POST)","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"Flag\": \"AMBER\",\n  \"FacilityId\": 520001,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/linepackCapacityAdequacy"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"05de2d26-b688-45d8-baac-38e821cb82a5","name":"The service cannot be found for the endpoint reference (EPR) <URI>","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"Flag\": \"AMBER\",\n  \"FacilityId\": 520001,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/linepackCapacityAdequacy"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"4b1002d7-b53a-4187-9455-a5589edfd089","name":"Successful request.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"Flag\": \"AMBER\",\n  \"FacilityId\": 520001,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/linepackCapacityAdequacy"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"db331f99-2066-4509-a6a7-e5c6ad09d633","name":"This response is provided when \"Authorisation\" is missing from the header OR user/password is incorrect/not provided OR user account is locked out.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"Flag\": \"AMBER\",\n  \"FacilityId\": 520001,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/linepackCapacityAdequacy"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"50561734-64cb-422c-aaa6-7b9087a3d4f1","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"Flag\": \"AMBER\",\n  \"FacilityId\": 520001,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/linepackCapacityAdequacy"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"e57837db-d0a1-4f29-b47a-12f273c96ed4","name":"This response is provided when \"Content-Length\" is missing from the Header","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"Flag\": \"AMBER\",\n  \"FacilityId\": 520001,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/linepackCapacityAdequacy"},"status":"Length Required","code":411,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"70cc3ea1-07bc-41a2-a4f3-5bade0117581","name":"This response is provided when there is an invalid Role i.e. user does not have permission to submit this request.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"Flag\": \"AMBER\",\n  \"FacilityId\": 520001,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/linepackCapacityAdequacy"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"24cfeb56-077e-4188-88e3-2e8f63068b53","name":"This response is provided when any there are any Business validation failures, then entire submission is rejected.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"Flag\": \"AMBER\",\n  \"FacilityId\": 520001,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/linepackCapacityAdequacy"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"40b655e5-f0d0-4ec9-9694-569a3366550b","name":"This response is provided when the throttling limits are reached.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"Flag\": \"AMBER\",\n  \"FacilityId\": 520001,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/linepackCapacityAdequacy"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"dd8ac320-53a7-45c3-9b65-a111f9278b6b","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"Flag\": \"AMBER\",\n  \"FacilityId\": 520001,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/linepackCapacityAdequacy"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"4e237733-c80e-4d1d-b067-5a70705078c9"}],"id":"73cfe3cc-efb2-4d2a-886a-13d3b8f3d953","description":"<p>Provide on any gas day D, the BB pipeline and BB compression facility operator’s Linepack<br />Capacity Adequacy (LCA) flag for gas days D to D+2.</p>\n","_postman_id":"73cfe3cc-efb2-4d2a-886a-13d3b8f3d953","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}}},{"name":"LinePackForecast","item":[{"name":"LinePackForecast_200","event":[{"listen":"test","script":{"id":"3b324f13-d23f-4a8f-8606-c741f9210bb2","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"fc7fab04-b4f4-4407-8382-3a61f43c7ae6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-InitiatingParticipantID","value":"222","type":"text"},{"key":"X-market","value":"GAS","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ItemList\": [\r\n        {\r\n            \"FacilityId\": 540092,\r\n            \"GasDate\": \"2023-04-29\",\r\n            \"LinepackZoneId\": \"SESA-LP-01\",\r\n            \"LinepackType\": \"Operational\",\r\n            \"ForecastQuantity\": 52349.522,\r\n            \"Description\": \"This is sample Description\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/LinePackForecast","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}},"urlObject":{"path":["LinePackForecast"],"host":["https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"fc7fab04-b4f4-4407-8382-3a61f43c7ae6"},{"name":"LinePackForecast_422","event":[{"listen":"test","script":{"id":"2d456056-318b-4911-a917-359b163901f8","exec":["pm.test(\"Status code is 422\", function () {\r","    pm.response.to.have.status(422);\r","});"],"type":"text/javascript"}}],"id":"6329aa66-447c-4b45-8da4-b07e966205b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-InitiatingParticipantID","value":"222","type":"text"},{"key":"X-market","value":"GAS","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ItemList\": [\r\n        {\r\n            \"FacilityId\": null,\r\n            \"GasDate\": null,\r\n            \"LinepackZoneId\": null,\r\n            \"LinepackType\": null,\r\n            \"ForecastQuantity\": null,\r\n            \"Description\": \"This is sample Description\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/LinePackForecast","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}},"urlObject":{"path":["LinePackForecast"],"host":["https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"6329aa66-447c-4b45-8da4-b07e966205b1"}],"id":"1dfa2f7a-48db-41a2-86b5-bb40770e5890","description":"<p>Provide on each gas day D-1 for gas days D to D+6, the relevant entities expected beginning-of day linepack forecasts.</p>\n","_postman_id":"1dfa2f7a-48db-41a2-86b5-bb40770e5890","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}}},{"name":"LNGShipment","item":[{"name":"TC1 200","id":"e014658e-8d3e-4ac7-86f4-1ab87e6de652","protocolProfileBehavior":{"strictSSL":false,"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The ID of the Initiating Participant</p>\n","key":"X-initiatingParticipantID","value":"274"},{"description":"<p>(Required) The market type that the request applies.</p>\n","key":"X-market","value":"GAS"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"ItemList\": [\n        {\n            \"FacilityId\": 590002,\n            \"TransactionId\": null,\n            \"VolumePJ\": 3.564,\n            \"ShipmentDate\": \"2021-03-25T00:00:00+10:00\",\n            \"Cancelled\":0\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/LNGShipment","description":"<p>Provide a Linepack Capacity Adequacy (LCA) report that indicates (flags) the status for each pipeline and transitional compression facility for a three-day outlook period. The flags are traffic light colours (Green, Amber, Red) indicates the LCA status for each pipeline.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}},"urlObject":{"path":["LNGShipment"],"host":["https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1"],"query":[],"variable":[]}},"response":[{"id":"6c47bef9-4dde-4539-a9d8-f865112219e1","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"Flag\": \"AMBER\",\n  \"FacilityId\": 520001,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/linepackCapacityAdequacy"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"9df157dd-a2fa-4f0a-9096-b9f92674bea8","name":"The service cannot be found for the endpoint reference (EPR) <URI>","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"Flag\": \"AMBER\",\n  \"FacilityId\": 520001,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/linepackCapacityAdequacy"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"92ea9b83-7190-4c1a-9c59-097f96f6001c","name":"This response is provided when there is an invalid Role i.e. user does not have permission to submit this request.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"Flag\": \"AMBER\",\n  \"FacilityId\": 520001,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/linepackCapacityAdequacy"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ee4a3dec-9d77-4b10-a60c-be325e720784","name":"This response is provided when \"Content-Length\" is missing from the Header","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"Flag\": \"AMBER\",\n  \"FacilityId\": 520001,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/linepackCapacityAdequacy"},"status":"Length Required","code":411,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"5303e981-d78f-4b4a-9eca-c27feb0614ef","name":"This response is provided when the throttling limits are reached.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"Flag\": \"AMBER\",\n  \"FacilityId\": 520001,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/linepackCapacityAdequacy"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"dcc3e217-c193-4801-8121-7fd92e1ca219","name":"This response is provided when any there are any Business validation failures, then entire submission is rejected.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"Flag\": \"AMBER\",\n  \"FacilityId\": 520001,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/linepackCapacityAdequacy"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"d07c4997-dde5-4241-810c-325dd4563455","name":"Invalid Method used (e.g. GET used instead of POST)","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"Flag\": \"AMBER\",\n  \"FacilityId\": 520001,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/linepackCapacityAdequacy"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"d24904f8-52db-494c-8e0b-53574b54a45d","name":"Successful request.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"Flag\": \"AMBER\",\n  \"FacilityId\": 520001,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/linepackCapacityAdequacy"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"fa83baf5-b4a0-46d5-8759-abad8f0501f2","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"Flag\": \"AMBER\",\n  \"FacilityId\": 520001,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/linepackCapacityAdequacy"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"2b36157f-83a6-495c-91b8-1ef46446d2e3","name":"This response is provided when the resource missing from URL or incorrect.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"Flag\": \"AMBER\",\n  \"FacilityId\": 520001,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/linepackCapacityAdequacy"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"34fa0296-c89a-4acc-ba65-1c581387a49a","name":"This response is provided when \"Authorisation\" is missing from the header OR user/password is incorrect/not provided OR user account is locked out.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"Flag\": \"AMBER\",\n  \"FacilityId\": 520001,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/linepackCapacityAdequacy"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"e014658e-8d3e-4ac7-86f4-1ab87e6de652"},{"name":"TC2 422","id":"e743add3-2e6b-4def-bd26-84819f46539d","protocolProfileBehavior":{"strictSSL":false,"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The ID of the Initiating Participant</p>\n","key":"X-initiatingParticipantID","value":"13"},{"description":"<p>(Required) The market type that the request applies.</p>\n","key":"X-market","value":"GAS"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"ItemList\": [\n        {\n            \"FacilityId\": 590002,\n            \"TransactionId\": null,\n            \"VolumePJ\": 32343232432324324.564,\n            \"ShipmentDate\": \"2021-03-25T00:00:00+10:00\",\n            \"Cancelled\":0\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/LNGShipment","description":"<p>Provide a Linepack Capacity Adequacy (LCA) report that indicates (flags) the status for each pipeline and transitional compression facility for a three-day outlook period. The flags are traffic light colours (Green, Amber, Red) indicates the LCA status for each pipeline.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}},"urlObject":{"path":["LNGShipment"],"host":["https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1"],"query":[],"variable":[]}},"response":[{"id":"a0579d5d-4a12-429c-90a6-fca9eda968f3","name":"This response is provided when there is an invalid Role i.e. user does not have permission to submit this request.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"Flag\": \"AMBER\",\n  \"FacilityId\": 520001,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/linepackCapacityAdequacy"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"3d633a50-34ec-4db0-b87e-25a61f585f56","name":"This response is provided when \"Authorisation\" is missing from the header OR user/password is incorrect/not provided OR user account is locked out.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"Flag\": \"AMBER\",\n  \"FacilityId\": 520001,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/linepackCapacityAdequacy"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"c2b53793-6d98-485f-b72d-ceb60f6befd8","name":"This response is provided when the throttling limits are reached.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"Flag\": \"AMBER\",\n  \"FacilityId\": 520001,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/linepackCapacityAdequacy"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f077baed-1e8c-4160-90a2-5f0458387f14","name":"This response is provided when the resource missing from URL or incorrect.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"Flag\": \"AMBER\",\n  \"FacilityId\": 520001,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/linepackCapacityAdequacy"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"d159fa36-97dc-4336-8a58-9b0b95825c6d","name":"Invalid Method used (e.g. GET used instead of POST)","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"Flag\": \"AMBER\",\n  \"FacilityId\": 520001,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/linepackCapacityAdequacy"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"2da68e89-1048-449c-9251-d6c62589e486","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"Flag\": \"AMBER\",\n  \"FacilityId\": 520001,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/linepackCapacityAdequacy"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"69142f12-0c4d-4e29-831d-2fa8c21a9c15","name":"The service cannot be found for the endpoint reference (EPR) <URI>","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"Flag\": \"AMBER\",\n  \"FacilityId\": 520001,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/linepackCapacityAdequacy"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"2551fdd0-6d0d-4bd0-a532-fcbf20e42bed","name":"This response is provided when \"Content-Length\" is missing from the Header","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"Flag\": \"AMBER\",\n  \"FacilityId\": 520001,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/linepackCapacityAdequacy"},"status":"Length Required","code":411,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ca7ed454-4c94-4334-9e9d-c1687ddfc68b","name":"This response is provided when any there are any Business validation failures, then entire submission is rejected.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"Flag\": \"AMBER\",\n  \"FacilityId\": 520001,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/linepackCapacityAdequacy"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"ea8b912e-dd0c-4b61-8441-d73bb4481015","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"Flag\": \"AMBER\",\n  \"FacilityId\": 520001,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/linepackCapacityAdequacy"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"2b771e23-452b-4bad-bc5f-fe11d9367318","name":"Successful request.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"Flag\": \"AMBER\",\n  \"FacilityId\": 520001,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/linepackCapacityAdequacy"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e743add3-2e6b-4def-bd26-84819f46539d"}],"id":"ccd4359d-3081-46a7-967b-47f41c5b0269","description":"<p>Provides information on LNG Import and Export Shipments.</p>\n","_postman_id":"ccd4359d-3081-46a7-967b-47f41c5b0269","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}}},{"name":"LNGTransaction","item":[{"name":"TC1 200","id":"8f3f9d6d-e0f1-4250-8d91-ff99abf55180","protocolProfileBehavior":{"strictSSL":false,"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The ID of the Initiating Participant</p>\n","key":"X-initiatingParticipantID","value":"222"},{"description":"<p>(Required) The market type that the request applies.</p>\n","key":"X-market","value":"GAS"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"ItemList\": [\n        {\n            \"TransactionId\": null,\n            \"FacilityId\": 544160,\n            \"TradeDate\": \"2022-04-01\",\n            \"VolumePJ\": 2.333,\n            \"SellingParties\": \"Star Energy\",\n            \"BuyingParties\": \"Purple Energy\",\n            \"SupplyPeriodStart\": \"2022-04-03\",\n            \"SupplyPeriodEnd\": \"2022-05-31\",\n            \"FOBPrice\": 12.321,\n            \"PriceStructure\": \"Variable\",\n            \"Cancelled\": 0,\n            \"Description\":\"sample\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/LNGTransaction","description":"<p>Provide details of any activity expected to affect the daily capacity of a BB pipeline, BB production, or BB storage facility in the next 36 months.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}},"urlObject":{"path":["LNGTransaction"],"host":["https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1"],"query":[],"variable":[]}},"response":[{"id":"6fff2d55-6a23-4cbc-ae93-4402024a4644","name":"Invalid Method used (e.g. GET used instead of POST)","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"FromGasDate\": \"2018-03-10\",\n  \"ToGasDate\": \"2018-03-20\",\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This transmission capacity is the amount of gas that the Culcairn delivery point is able to withdraw from this pipeline facility. This capacity is dependent on the forecast DTS demand and the availability of key assets on this pipeline facility\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/mediumTermCapacityOutlook"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"5337e48f-6152-414f-a3d3-eee652910146","name":"This response is provided when the resource missing from URL or incorrect.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"FromGasDate\": \"2018-03-10\",\n  \"ToGasDate\": \"2018-03-20\",\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This transmission capacity is the amount of gas that the Culcairn delivery point is able to withdraw from this pipeline facility. This capacity is dependent on the forecast DTS demand and the availability of key assets on this pipeline facility\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/mediumTermCapacityOutlook"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"539ff4c9-e89a-47a7-97c2-8b96fade4707","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"FromGasDate\": \"2018-03-10\",\n  \"ToGasDate\": \"2018-03-20\",\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This transmission capacity is the amount of gas that the Culcairn delivery point is able to withdraw from this pipeline facility. This capacity is dependent on the forecast DTS demand and the availability of key assets on this pipeline facility\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/mediumTermCapacityOutlook"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"48846f67-4158-4cb2-af62-93e603379cab","name":"This response is provided when \"Content-Length\" is missing from the Header","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"FromGasDate\": \"2018-03-10\",\n  \"ToGasDate\": \"2018-03-20\",\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This transmission capacity is the amount of gas that the Culcairn delivery point is able to withdraw from this pipeline facility. This capacity is dependent on the forecast DTS demand and the availability of key assets on this pipeline facility\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/mediumTermCapacityOutlook"},"status":"Length Required","code":411,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"7e229859-66a7-4018-b0b5-0941cf495299","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"FromGasDate\": \"2018-03-10\",\n  \"ToGasDate\": \"2018-03-20\",\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This transmission capacity is the amount of gas that the Culcairn delivery point is able to withdraw from this pipeline facility. This capacity is dependent on the forecast DTS demand and the availability of key assets on this pipeline facility\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/mediumTermCapacityOutlook"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"708a4bd8-ec5f-40fa-bcff-514fb472fa53","name":"This response is provided when the throttling limits are reached.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"FromGasDate\": \"2018-03-10\",\n  \"ToGasDate\": \"2018-03-20\",\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This transmission capacity is the amount of gas that the Culcairn delivery point is able to withdraw from this pipeline facility. This capacity is dependent on the forecast DTS demand and the availability of key assets on this pipeline facility\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/mediumTermCapacityOutlook"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"979e8dcb-ba03-442f-9d17-6be789c4e69f","name":"Successful request.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"FromGasDate\": \"2018-03-10\",\n  \"ToGasDate\": \"2018-03-20\",\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This transmission capacity is the amount of gas that the Culcairn delivery point is able to withdraw from this pipeline facility. This capacity is dependent on the forecast DTS demand and the availability of key assets on this pipeline facility\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/mediumTermCapacityOutlook"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"bb4182f7-ceec-4b8d-bfd5-a5a03ca904aa","name":"This response is provided when there is an invalid Role i.e. user does not have permission to submit this request.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"FromGasDate\": \"2018-03-10\",\n  \"ToGasDate\": \"2018-03-20\",\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This transmission capacity is the amount of gas that the Culcairn delivery point is able to withdraw from this pipeline facility. This capacity is dependent on the forecast DTS demand and the availability of key assets on this pipeline facility\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/mediumTermCapacityOutlook"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"a3229d8b-70d1-41b9-a0d3-5b553d345364","name":"This response is provided when \"Authorisation\" is missing from the header OR user/password is incorrect/not provided OR user account is locked out.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"FromGasDate\": \"2018-03-10\",\n  \"ToGasDate\": \"2018-03-20\",\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This transmission capacity is the amount of gas that the Culcairn delivery point is able to withdraw from this pipeline facility. This capacity is dependent on the forecast DTS demand and the availability of key assets on this pipeline facility\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/mediumTermCapacityOutlook"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"d8bf7a38-6d14-433e-82bf-5f971d7beedf","name":"The service cannot be found for the endpoint reference (EPR) <URI>","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"FromGasDate\": \"2018-03-10\",\n  \"ToGasDate\": \"2018-03-20\",\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This transmission capacity is the amount of gas that the Culcairn delivery point is able to withdraw from this pipeline facility. This capacity is dependent on the forecast DTS demand and the availability of key assets on this pipeline facility\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/mediumTermCapacityOutlook"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"b986ac21-bf51-41c7-9a56-75b23cf13778","name":"This response is provided when any there are any Business validation failures, then entire submission is rejected.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"FromGasDate\": \"2018-03-10\",\n  \"ToGasDate\": \"2018-03-20\",\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This transmission capacity is the amount of gas that the Culcairn delivery point is able to withdraw from this pipeline facility. This capacity is dependent on the forecast DTS demand and the availability of key assets on this pipeline facility\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/mediumTermCapacityOutlook"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"8f3f9d6d-e0f1-4250-8d91-ff99abf55180"},{"name":"TC2 422","id":"c007782c-cf27-4470-a286-3154cb1c0ddc","protocolProfileBehavior":{"strictSSL":false,"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The ID of the Initiating Participant</p>\n","key":"X-initiatingParticipantID","value":"13"},{"description":"<p>(Required) The market type that the request applies.</p>\n","key":"X-market","value":"GAS"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"ItemList\": [\n        {\n            \"FacilityId\": 544160,\n            \"TransactionId\": null,\n            \"TradeDate\": \"2022-07-01T00:00:00+10:00\",\n            \"VolumePJ\": 4.00,\n            \"SellingParties\": \"seller Energy\",\n            \"BuyingParties\": \"buyer Energy\",\n            \"SupplyPeriodStart\": \"2022-07-01T00:00:00+10:00\",\n            \"SupplyPeriodEnd\": \"2022-07-31T00:00:00+10:00\",\n            \"FOBPrice\": 35.00,\n            \"PriceStructure\": \"fixed\",\n            \"Cancelled\": 0,\n            \"Description\":\"sample\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/LNGTransaction","description":"<p>Provide details of any activity expected to affect the daily capacity of a BB pipeline, BB production, or BB storage facility in the next 36 months.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}},"urlObject":{"path":["LNGTransaction"],"host":["https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1"],"query":[],"variable":[]}},"response":[{"id":"9c6e47cc-d056-4636-84a8-b9afdc676556","name":"Successful request.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"FromGasDate\": \"2018-03-10\",\n  \"ToGasDate\": \"2018-03-20\",\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This transmission capacity is the amount of gas that the Culcairn delivery point is able to withdraw from this pipeline facility. This capacity is dependent on the forecast DTS demand and the availability of key assets on this pipeline facility\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/mediumTermCapacityOutlook"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"048269da-1c9d-4322-bb7c-7299a299bab0","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"FromGasDate\": \"2018-03-10\",\n  \"ToGasDate\": \"2018-03-20\",\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This transmission capacity is the amount of gas that the Culcairn delivery point is able to withdraw from this pipeline facility. This capacity is dependent on the forecast DTS demand and the availability of key assets on this pipeline facility\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/mediumTermCapacityOutlook"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"07ac7c7b-f576-4faf-9272-92e049550529","name":"This response is provided when there is an invalid Role i.e. user does not have permission to submit this request.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"FromGasDate\": \"2018-03-10\",\n  \"ToGasDate\": \"2018-03-20\",\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This transmission capacity is the amount of gas that the Culcairn delivery point is able to withdraw from this pipeline facility. This capacity is dependent on the forecast DTS demand and the availability of key assets on this pipeline facility\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/mediumTermCapacityOutlook"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"8a5276c9-0a03-464e-8923-940fbf09393e","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"FromGasDate\": \"2018-03-10\",\n  \"ToGasDate\": \"2018-03-20\",\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This transmission capacity is the amount of gas that the Culcairn delivery point is able to withdraw from this pipeline facility. This capacity is dependent on the forecast DTS demand and the availability of key assets on this pipeline facility\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/mediumTermCapacityOutlook"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"53a5dc76-bcd8-42fc-b3ce-4e9c28a1b85a","name":"Invalid Method used (e.g. GET used instead of POST)","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"FromGasDate\": \"2018-03-10\",\n  \"ToGasDate\": \"2018-03-20\",\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This transmission capacity is the amount of gas that the Culcairn delivery point is able to withdraw from this pipeline facility. This capacity is dependent on the forecast DTS demand and the availability of key assets on this pipeline facility\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/mediumTermCapacityOutlook"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"3ab21719-d082-430a-8aa1-b5e3db241776","name":"This response is provided when any there are any Business validation failures, then entire submission is rejected.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"FromGasDate\": \"2018-03-10\",\n  \"ToGasDate\": \"2018-03-20\",\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This transmission capacity is the amount of gas that the Culcairn delivery point is able to withdraw from this pipeline facility. This capacity is dependent on the forecast DTS demand and the availability of key assets on this pipeline facility\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/mediumTermCapacityOutlook"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"195927f1-2dec-49ad-9dd4-7feb51447ffc","name":"The service cannot be found for the endpoint reference (EPR) <URI>","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"FromGasDate\": \"2018-03-10\",\n  \"ToGasDate\": \"2018-03-20\",\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This transmission capacity is the amount of gas that the Culcairn delivery point is able to withdraw from this pipeline facility. This capacity is dependent on the forecast DTS demand and the availability of key assets on this pipeline facility\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/mediumTermCapacityOutlook"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"7268d2f1-fe92-4bad-a8db-e615fa7e543f","name":"This response is provided when the throttling limits are reached.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"FromGasDate\": \"2018-03-10\",\n  \"ToGasDate\": \"2018-03-20\",\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This transmission capacity is the amount of gas that the Culcairn delivery point is able to withdraw from this pipeline facility. This capacity is dependent on the forecast DTS demand and the availability of key assets on this pipeline facility\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/mediumTermCapacityOutlook"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"892e4185-3ed1-406b-af5a-2743893120fe","name":"This response is provided when \"Authorisation\" is missing from the header OR user/password is incorrect/not provided OR user account is locked out.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"FromGasDate\": \"2018-03-10\",\n  \"ToGasDate\": \"2018-03-20\",\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This transmission capacity is the amount of gas that the Culcairn delivery point is able to withdraw from this pipeline facility. This capacity is dependent on the forecast DTS demand and the availability of key assets on this pipeline facility\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/mediumTermCapacityOutlook"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"bee91312-7a78-42dd-bae9-444224402020","name":"This response is provided when the resource missing from URL or incorrect.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"FromGasDate\": \"2018-03-10\",\n  \"ToGasDate\": \"2018-03-20\",\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This transmission capacity is the amount of gas that the Culcairn delivery point is able to withdraw from this pipeline facility. This capacity is dependent on the forecast DTS demand and the availability of key assets on this pipeline facility\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/mediumTermCapacityOutlook"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"cf2385af-3e29-42e4-885b-8576fdeac0be","name":"This response is provided when \"Content-Length\" is missing from the Header","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"FromGasDate\": \"2018-03-10\",\n  \"ToGasDate\": \"2018-03-20\",\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This transmission capacity is the amount of gas that the Culcairn delivery point is able to withdraw from this pipeline facility. This capacity is dependent on the forecast DTS demand and the availability of key assets on this pipeline facility\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/mediumTermCapacityOutlook"},"status":"Length Required","code":411,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c007782c-cf27-4470-a286-3154cb1c0ddc"}],"id":"6d249bf7-cd8c-4b28-aa07-63c1e18b4580","description":"<p>Provides information on Short term LNG Export transactions.</p>\n","_postman_id":"6d249bf7-cd8c-4b28-aa07-63c1e18b4580","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}}},{"name":"MediumTermCapacityOutlook","item":[{"name":"TC1 200","id":"e03b838c-055d-472c-96e8-c771b3da71c5","protocolProfileBehavior":{"strictSSL":false,"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The ID of the Initiating Participant</p>\n","key":"X-initiatingParticipantID","value":"94"},{"description":"<p>(Required) The market type that the request applies.</p>\n","key":"X-market","value":"GAS"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"ItemList\": [\n        {\n            \"FacilityId\": 520053,\n            \"FromGasDate\": \"2022-06-10\",\n            \"ToGasDate\": \"2022-06-20\",\n            \"CapacityType\": \"MDQ\",\n            \"OutlookQuantity\": 200.531,\n            \"CapacityDescription\": \"This transmission capacity is the amount of gas that the Culcairn delivery point is able to withdraw from this pipeline facility. This capacity is dependent on the forecast DTS demand and the availability of key assets on this pipeline facility\",\n            \"ReceiptLocation\": 1502045,\n            \"DeliveryLocation\": 1202052,\n            \"Description\": \"comments\",\n            \"RecallTime\": 1000,\n            \"RecallDescription\": \" ea commodo consequat. Duis aute irure dolor in Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/mediumTermCapacityOutlook","description":"<p>Provide details of any activity expected to affect the daily capacity of a BB pipeline, BB production, or BB storage facility in the next 36 months.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}},"urlObject":{"path":["mediumTermCapacityOutlook"],"host":["https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1"],"query":[],"variable":[]}},"response":[{"id":"ed1f6c4c-010f-4a6a-bc81-8676697c550b","name":"This response is provided when there is an invalid Role i.e. user does not have permission to submit this request.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"FromGasDate\": \"2018-03-10\",\n  \"ToGasDate\": \"2018-03-20\",\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This transmission capacity is the amount of gas that the Culcairn delivery point is able to withdraw from this pipeline facility. This capacity is dependent on the forecast DTS demand and the availability of key assets on this pipeline facility\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/mediumTermCapacityOutlook"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d7c1717a-a3a6-4739-bc32-b25efc585a1b","name":"This response is provided when the throttling limits are reached.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"FromGasDate\": \"2018-03-10\",\n  \"ToGasDate\": \"2018-03-20\",\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This transmission capacity is the amount of gas that the Culcairn delivery point is able to withdraw from this pipeline facility. This capacity is dependent on the forecast DTS demand and the availability of key assets on this pipeline facility\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/mediumTermCapacityOutlook"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"142fed5c-7140-4659-99e3-7f6e857a2631","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"FromGasDate\": \"2018-03-10\",\n  \"ToGasDate\": \"2018-03-20\",\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This transmission capacity is the amount of gas that the Culcairn delivery point is able to withdraw from this pipeline facility. This capacity is dependent on the forecast DTS demand and the availability of key assets on this pipeline facility\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/mediumTermCapacityOutlook"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"51311fee-6d3f-4060-ae35-5996ec61234b","name":"This response is provided when \"Authorisation\" is missing from the header OR user/password is incorrect/not provided OR user account is locked out.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"FromGasDate\": \"2018-03-10\",\n  \"ToGasDate\": \"2018-03-20\",\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This transmission capacity is the amount of gas that the Culcairn delivery point is able to withdraw from this pipeline facility. This capacity is dependent on the forecast DTS demand and the availability of key assets on this pipeline facility\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/mediumTermCapacityOutlook"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"b49b6da9-e297-4ef8-b3c4-b45b4f8e1e26","name":"The service cannot be found for the endpoint reference (EPR) <URI>","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"FromGasDate\": \"2018-03-10\",\n  \"ToGasDate\": \"2018-03-20\",\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This transmission capacity is the amount of gas that the Culcairn delivery point is able to withdraw from this pipeline facility. This capacity is dependent on the forecast DTS demand and the availability of key assets on this pipeline facility\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/mediumTermCapacityOutlook"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"07cc39b7-b29c-4d4f-9a46-83869a5d9788","name":"Invalid Method used (e.g. GET used instead of POST)","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"FromGasDate\": \"2018-03-10\",\n  \"ToGasDate\": \"2018-03-20\",\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This transmission capacity is the amount of gas that the Culcairn delivery point is able to withdraw from this pipeline facility. This capacity is dependent on the forecast DTS demand and the availability of key assets on this pipeline facility\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/mediumTermCapacityOutlook"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"6f7b5c12-58ca-4a86-906d-5f551f0c63d2","name":"Successful request.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"FromGasDate\": \"2018-03-10\",\n  \"ToGasDate\": \"2018-03-20\",\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This transmission capacity is the amount of gas that the Culcairn delivery point is able to withdraw from this pipeline facility. This capacity is dependent on the forecast DTS demand and the availability of key assets on this pipeline facility\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/mediumTermCapacityOutlook"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"0e9bc51c-79cb-4d43-940f-0c8d878f3e6a","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"FromGasDate\": \"2018-03-10\",\n  \"ToGasDate\": \"2018-03-20\",\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This transmission capacity is the amount of gas that the Culcairn delivery point is able to withdraw from this pipeline facility. This capacity is dependent on the forecast DTS demand and the availability of key assets on this pipeline facility\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/mediumTermCapacityOutlook"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"02469b7a-3e23-4ab9-82c6-984801f6ab75","name":"This response is provided when \"Content-Length\" is missing from the Header","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"FromGasDate\": \"2018-03-10\",\n  \"ToGasDate\": \"2018-03-20\",\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This transmission capacity is the amount of gas that the Culcairn delivery point is able to withdraw from this pipeline facility. This capacity is dependent on the forecast DTS demand and the availability of key assets on this pipeline facility\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/mediumTermCapacityOutlook"},"status":"Length Required","code":411,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"bc66bee7-5d03-4c5c-9059-b6a6e80b8ce8","name":"This response is provided when any there are any Business validation failures, then entire submission is rejected.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"FromGasDate\": \"2018-03-10\",\n  \"ToGasDate\": \"2018-03-20\",\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This transmission capacity is the amount of gas that the Culcairn delivery point is able to withdraw from this pipeline facility. This capacity is dependent on the forecast DTS demand and the availability of key assets on this pipeline facility\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/mediumTermCapacityOutlook"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"a046e797-d1ce-46fd-8cc8-642ad150bb25","name":"This response is provided when the resource missing from URL or incorrect.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"FromGasDate\": \"2018-03-10\",\n  \"ToGasDate\": \"2018-03-20\",\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This transmission capacity is the amount of gas that the Culcairn delivery point is able to withdraw from this pipeline facility. This capacity is dependent on the forecast DTS demand and the availability of key assets on this pipeline facility\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/mediumTermCapacityOutlook"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"e03b838c-055d-472c-96e8-c771b3da71c5"},{"name":"TC2 422","id":"eabf749a-a854-4093-8c65-b497f46e41dd","protocolProfileBehavior":{"strictSSL":false,"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The ID of the Initiating Participant</p>\n","key":"X-initiatingParticipantID","value":"13"},{"description":"<p>(Required) The market type that the request applies.</p>\n","key":"X-market","value":"GAS"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"ItemList\": [\n        {\n            \"FacilityId\": 530110,\n            \"FromGasDate\": \"2022-06-10\",\n            \"ToGasDate\": \"2022-06-20\",\n            \"CapacityType\": \"MDQ\",\n            \"OutlookQuantity\": 200.531,\n            \"CapacityDescription\": \"This transmission capacity is the amount of gas that the Culcairn delivery point is able to withdraw from this pipeline facility. This capacity is dependent on the forecast DTS demand and the availability of key assets on this pipeline facility\",\n            \"ReceiptLocation\": 1200001,\n            \"DeliveryLocation\": 1300056,\n            \"Description\": \"This is some comments\",\n            \"RecallTime\": 1057578787874656876800,\n            \"RecallDescription\": \"\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/mediumTermCapacityOutlook","description":"<p>Provide details of any activity expected to affect the daily capacity of a BB pipeline, BB production, or BB storage facility in the next 36 months.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}},"urlObject":{"path":["mediumTermCapacityOutlook"],"host":["https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1"],"query":[],"variable":[]}},"response":[{"id":"da5e68ac-a660-4f81-bde0-5e1ea27c3014","name":"Invalid Method used (e.g. GET used instead of POST)","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"FromGasDate\": \"2018-03-10\",\n  \"ToGasDate\": \"2018-03-20\",\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This transmission capacity is the amount of gas that the Culcairn delivery point is able to withdraw from this pipeline facility. This capacity is dependent on the forecast DTS demand and the availability of key assets on this pipeline facility\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/mediumTermCapacityOutlook"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"fb8c3310-8830-487a-9e5b-a1dc5e4a9985","name":"This response is provided when there is an invalid Role i.e. user does not have permission to submit this request.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"FromGasDate\": \"2018-03-10\",\n  \"ToGasDate\": \"2018-03-20\",\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This transmission capacity is the amount of gas that the Culcairn delivery point is able to withdraw from this pipeline facility. This capacity is dependent on the forecast DTS demand and the availability of key assets on this pipeline facility\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/mediumTermCapacityOutlook"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"db389cc8-6d36-4be7-8ae6-c110d9f4b583","name":"This response is provided when the resource missing from URL or incorrect.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"FromGasDate\": \"2018-03-10\",\n  \"ToGasDate\": \"2018-03-20\",\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This transmission capacity is the amount of gas that the Culcairn delivery point is able to withdraw from this pipeline facility. This capacity is dependent on the forecast DTS demand and the availability of key assets on this pipeline facility\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/mediumTermCapacityOutlook"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"9e98f74c-73a2-4630-8714-cd1a44f3537f","name":"This response is provided when \"Authorisation\" is missing from the header OR user/password is incorrect/not provided OR user account is locked out.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"FromGasDate\": \"2018-03-10\",\n  \"ToGasDate\": \"2018-03-20\",\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This transmission capacity is the amount of gas that the Culcairn delivery point is able to withdraw from this pipeline facility. This capacity is dependent on the forecast DTS demand and the availability of key assets on this pipeline facility\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/mediumTermCapacityOutlook"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"11f7c38e-fe03-4e8b-a50f-28a730851e74","name":"Successful request.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"FromGasDate\": \"2018-03-10\",\n  \"ToGasDate\": \"2018-03-20\",\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This transmission capacity is the amount of gas that the Culcairn delivery point is able to withdraw from this pipeline facility. This capacity is dependent on the forecast DTS demand and the availability of key assets on this pipeline facility\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/mediumTermCapacityOutlook"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"bc45de0e-c4fd-4ca3-b3c4-1d47750c9144","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"FromGasDate\": \"2018-03-10\",\n  \"ToGasDate\": \"2018-03-20\",\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This transmission capacity is the amount of gas that the Culcairn delivery point is able to withdraw from this pipeline facility. This capacity is dependent on the forecast DTS demand and the availability of key assets on this pipeline facility\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/mediumTermCapacityOutlook"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"5561aa60-7735-4da3-8839-4f13e56a97d5","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"FromGasDate\": \"2018-03-10\",\n  \"ToGasDate\": \"2018-03-20\",\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This transmission capacity is the amount of gas that the Culcairn delivery point is able to withdraw from this pipeline facility. This capacity is dependent on the forecast DTS demand and the availability of key assets on this pipeline facility\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/mediumTermCapacityOutlook"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"327f6fb9-8622-48bc-92b1-6e5462edde64","name":"This response is provided when the throttling limits are reached.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"FromGasDate\": \"2018-03-10\",\n  \"ToGasDate\": \"2018-03-20\",\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This transmission capacity is the amount of gas that the Culcairn delivery point is able to withdraw from this pipeline facility. This capacity is dependent on the forecast DTS demand and the availability of key assets on this pipeline facility\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/mediumTermCapacityOutlook"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f9f6d688-3c95-45d2-a320-11a3963e84d0","name":"This response is provided when any there are any Business validation failures, then entire submission is rejected.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"FromGasDate\": \"2018-03-10\",\n  \"ToGasDate\": \"2018-03-20\",\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This transmission capacity is the amount of gas that the Culcairn delivery point is able to withdraw from this pipeline facility. This capacity is dependent on the forecast DTS demand and the availability of key assets on this pipeline facility\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/mediumTermCapacityOutlook"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"d078ffc0-f77b-44e9-bf6e-feb66ea2ee42","name":"The service cannot be found for the endpoint reference (EPR) <URI>","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"FromGasDate\": \"2018-03-10\",\n  \"ToGasDate\": \"2018-03-20\",\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This transmission capacity is the amount of gas that the Culcairn delivery point is able to withdraw from this pipeline facility. This capacity is dependent on the forecast DTS demand and the availability of key assets on this pipeline facility\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/mediumTermCapacityOutlook"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"38b89fde-e30a-4b1c-96ff-245ec6f59fa4","name":"This response is provided when \"Content-Length\" is missing from the Header","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"FromGasDate\": \"2018-03-10\",\n  \"ToGasDate\": \"2018-03-20\",\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This transmission capacity is the amount of gas that the Culcairn delivery point is able to withdraw from this pipeline facility. This capacity is dependent on the forecast DTS demand and the availability of key assets on this pipeline facility\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": \"This is some comments\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/mediumTermCapacityOutlook"},"status":"Length Required","code":411,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"eabf749a-a854-4093-8c65-b497f46e41dd"}],"id":"28d5a998-43ab-41ae-8100-83423bdd00b6","description":"<p>Provide details of any activity expected to affect the daily capacity of a BB pipeline, BB production, BB storage, BB Compression, LNG export or LNG import facility in the next 24 months beyond the current short term capacity outlook.</p>\n","_postman_id":"28d5a998-43ab-41ae-8100-83423bdd00b6","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}}},{"name":"NameplateRating","item":[{"name":"TC1 200","id":"bab1ffd0-50e7-4eed-941e-7fd69455d68e","protocolProfileBehavior":{"strictSSL":false,"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The ID of the Initiating Participant</p>\n","key":"X-initiatingParticipantID","value":"94"},{"description":"<p>(Required) The market type that the request applies.</p>\n","key":"X-market","value":"GAS"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"ItemList\": [\n        {\n            \"FacilityId\": 520053,\n            \"CapacityType\": \"MDQ\",\n            \"CapacityQuantity\": 201.65,\n            \"EffectiveDate\": \"2022-08-06\",\n            \"Description\": \"comments\",\n            \"CapacityDescription\": \"comments\",\n            \"ReceiptLocation\": 1502045,\n            \"DeliveryLocation\": 1202052\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nameplateRating","description":"<p>Provide the nameplate rating of each facility or information about any planned permanent capacity reduction or expansion due to modification of the facility.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}},"urlObject":{"path":["nameplateRating"],"host":["https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1"],"query":[],"variable":[]}},"response":[{"id":"7ca9940e-bc58-4612-9b1a-3e1b047947e4","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"STORAGE\",\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\",\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nameplateRating"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"12a43408-2479-4daa-af33-335cddbd89ba","name":"Invalid Method used (e.g. GET used instead of POST)","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"STORAGE\",\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\",\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nameplateRating"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"967313e7-f6d1-4610-8252-e88c54321139","name":"This response is provided when the resource missing from URL or incorrect.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"STORAGE\",\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\",\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nameplateRating"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"8744e196-5ff7-401b-8d09-011704bd3199","name":"This response is provided when the throttling limits are reached.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"STORAGE\",\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\",\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nameplateRating"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"3e8fcde9-fd33-4be8-9b28-1609e191ec4d","name":"The service cannot be found for the endpoint reference (EPR) <URI>","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"STORAGE\",\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\",\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nameplateRating"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"321dd8e6-bd19-4160-92e7-166918271f3f","name":"This response is provided when \"Content-Length\" is missing from the Header","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"STORAGE\",\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\",\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nameplateRating"},"status":"Length Required","code":411,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"66b4f948-6938-470c-86e9-95d550667a02","name":"This response is provided when any there are any Business validation failures, then entire submission is rejected.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"STORAGE\",\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\",\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nameplateRating"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"c779302b-f555-4ec7-ba8e-9abdfeb03c15","name":"Successful request.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"STORAGE\",\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\",\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nameplateRating"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"77d958d7-c146-447f-9c9e-0e891c4ea61f","name":"This response is provided when \"Authorisation\" is missing from the header OR user/password is incorrect/not provided OR user account is locked out.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"STORAGE\",\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\",\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nameplateRating"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"7c35c58b-0393-431d-9417-60f4259b2ad1","name":"This response is provided when there is an invalid Role i.e. user does not have permission to submit this request.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"STORAGE\",\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\",\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nameplateRating"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"4ed513ab-a76c-4243-819b-1592c042ec3e","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"STORAGE\",\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\",\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nameplateRating"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"bab1ffd0-50e7-4eed-941e-7fd69455d68e"},{"name":"TC2 422","id":"a85e7521-18c7-49a3-8ed7-5f448edf57b5","protocolProfileBehavior":{"strictSSL":false,"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The ID of the Initiating Participant</p>\n","key":"X-initiatingParticipantID","value":"13"},{"description":"<p>(Required) The market type that the request applies.</p>\n","key":"X-market","value":"GAS"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"ItemList\": [\n        {\n            \"FacilityId\": 336666,\n            \"CapacityType\": \"MDQ\",\n            \"CapacityQuantity\": 201.65,\n            \"EffectiveDate\": \"2018-08-06\",\n            \"Description\": \"comments\",\n            \"CapacityDescription\": \"comments\",\n            \"ReceiptLocation\": 1506562045,\n            \"DeliveryLocation\": 120552052\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nameplateRating","description":"<p>Provide the nameplate rating of each facility or information about any planned permanent capacity reduction or expansion due to modification of the facility.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}},"urlObject":{"path":["nameplateRating"],"host":["https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1"],"query":[],"variable":[]}},"response":[{"id":"2f088279-0686-4814-9a79-d15995d1f5d9","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"STORAGE\",\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\",\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nameplateRating"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"1720f43f-47fc-45c0-b512-cac577cacc33","name":"Invalid Method used (e.g. GET used instead of POST)","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"STORAGE\",\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\",\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nameplateRating"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"6b648293-c50e-4314-8f2c-1c524ffd14cc","name":"Successful request.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"STORAGE\",\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\",\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nameplateRating"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"4c458559-aa36-4d02-9c0c-3f277c7f8e45","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"STORAGE\",\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\",\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nameplateRating"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"8f215a79-0f01-493b-a558-20cca8de594a","name":"This response is provided when any there are any Business validation failures, then entire submission is rejected.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"STORAGE\",\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\",\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nameplateRating"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"c64b9b55-f8a0-45fb-9e62-bda641be566f","name":"This response is provided when the throttling limits are reached.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"STORAGE\",\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\",\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nameplateRating"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e96af932-58a7-4473-85aa-615ddd436fca","name":"This response is provided when the resource missing from URL or incorrect.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"STORAGE\",\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\",\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nameplateRating"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"835cc7ca-8bf6-46c5-a8d7-4832e568b3d5","name":"This response is provided when \"Content-Length\" is missing from the Header","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"STORAGE\",\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\",\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nameplateRating"},"status":"Length Required","code":411,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"b4390597-b374-41c9-a09b-0738efbad622","name":"This response is provided when \"Authorisation\" is missing from the header OR user/password is incorrect/not provided OR user account is locked out.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"STORAGE\",\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\",\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nameplateRating"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"28835242-79d1-4538-8191-c5d87f4a287d","name":"The service cannot be found for the endpoint reference (EPR) <URI>","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"STORAGE\",\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\",\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nameplateRating"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"e1cf87cc-50eb-42e1-aa5a-47b38be0126a","name":"This response is provided when there is an invalid Role i.e. user does not have permission to submit this request.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"STORAGE\",\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\",\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nameplateRating"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a85e7521-18c7-49a3-8ed7-5f448edf57b5"}],"id":"2d13592d-292a-46eb-878e-e82f1b823a4a","description":"<p>Provide the nameplate rating of each BB facility annually or information about any planned<br />permanent capacity reduction or expansion due to modification of the BB facility. With respect to production capacity, Standing Capacity should take long term field performance trends into account.</p>\n","_postman_id":"2d13592d-292a-46eb-878e-e82f1b823a4a","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}}},{"name":"NominationsAndForecasts","item":[{"name":"TC1 200","id":"58151ffc-d809-4c86-ad0c-bf18e1f84711","protocolProfileBehavior":{"strictSSL":false,"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The ID of the Initiating Participant</p>\n","key":"X-initiatingParticipantID","value":"94"},{"description":"<p>(Required) The market type that the request applies.</p>\n","key":"X-market","value":"GAS"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"ItemList\": [\n        {\n            \"GasDate\": \"2022-09-23\",\n            \"FacilityId\": 520053,\n            \"FlowDirection\": \"DELIVERY\",\n            \"NominationQuantity\": 32.561,\n            \"ConnectionPointId\": 1202052\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecasts","description":"<p>For BB pipelines forming part of a Declared Transmission System, provide on each gas day the aggregated scheduled injections and aggregated scheduled withdrawals at each controllable system point for gas day D to D+2.<br />For all other BB facility operators, provide on each gas day D the aggregated nominated and forecast injections and aggregated nominated and forecast withdrawals for gas day D to D+6.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}},"urlObject":{"path":["nominationsAndForecasts"],"host":["https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1"],"query":[],"variable":[]}},"response":[{"id":"7b4badb1-21d7-4b70-b43d-c23ac493598c","name":"This response is provided when there is an invalid Role i.e. user does not have permission to submit this request.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"FlowDirection\": \"COMPRESS\",\n  \"NominationQuantity\": 32.561,\n  \"ConnectionPointId\": 1301002\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecasts"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"42a9f8af-f40e-4afe-9ac9-bd857b5ebe3f","name":"Invalid Method used (e.g. GET used instead of POST)","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"FlowDirection\": \"COMPRESS\",\n  \"NominationQuantity\": 32.561,\n  \"ConnectionPointId\": 1301002\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecasts"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"53282b7e-8ccd-463f-8e4d-f84097b98695","name":"This response is provided when \"Authorisation\" is missing from the header OR user/password is incorrect/not provided OR user account is locked out.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"FlowDirection\": \"COMPRESS\",\n  \"NominationQuantity\": 32.561,\n  \"ConnectionPointId\": 1301002\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecasts"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"55403f1f-932b-4d76-86c3-8e2026bc29aa","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"FlowDirection\": \"COMPRESS\",\n  \"NominationQuantity\": 32.561,\n  \"ConnectionPointId\": 1301002\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecasts"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"bbc0553d-6070-47bc-a6f8-5e7e158bf077","name":"This response is provided when any there are any Business validation failures, then entire submission is rejected.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"FlowDirection\": \"COMPRESS\",\n  \"NominationQuantity\": 32.561,\n  \"ConnectionPointId\": 1301002\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecasts"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"80205961-3f1f-4017-a92e-68944b9506db","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"FlowDirection\": \"COMPRESS\",\n  \"NominationQuantity\": 32.561,\n  \"ConnectionPointId\": 1301002\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecasts"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"9cad6e07-35ae-41ff-a687-3413c75efe92","name":"This response is provided when \"Content-Length\" is missing from the Header","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"FlowDirection\": \"COMPRESS\",\n  \"NominationQuantity\": 32.561,\n  \"ConnectionPointId\": 1301002\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecasts"},"status":"Length Required","code":411,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"4d331372-4286-4586-8769-8d22324ab447","name":"This response is provided when the throttling limits are reached.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"FlowDirection\": \"COMPRESS\",\n  \"NominationQuantity\": 32.561,\n  \"ConnectionPointId\": 1301002\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecasts"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"dda14c39-0952-4cac-acf9-aea209bb941c","name":"Successful request.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"FlowDirection\": \"COMPRESS\",\n  \"NominationQuantity\": 32.561,\n  \"ConnectionPointId\": 1301002\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecasts"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"3a0db888-e11f-4b9d-a4fa-f01872097258","name":"This response is provided when the resource missing from URL or incorrect.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"FlowDirection\": \"COMPRESS\",\n  \"NominationQuantity\": 32.561,\n  \"ConnectionPointId\": 1301002\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecasts"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"f3b665c9-3c6f-4d31-bfec-18df32f911a0","name":"The service cannot be found for the endpoint reference (EPR) <URI>","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"FlowDirection\": \"COMPRESS\",\n  \"NominationQuantity\": 32.561,\n  \"ConnectionPointId\": 1301002\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecasts"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"58151ffc-d809-4c86-ad0c-bf18e1f84711"},{"name":"TC2 422","id":"3eb61760-caf2-4ad8-ab74-c6cf73761234","protocolProfileBehavior":{"strictSSL":false,"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The ID of the Initiating Participant</p>\n","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"<p>(Required) The market type that the request applies.</p>\n","key":"X-market","value":"GAS"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"ItemList\": [\n        {\n            \"GasDate\": \"2018-09-23\",\n            \"FacilityId\": 520001,\n            \"FlowDirection\": \"COMPRESS\",\n            \"NominationQuantity\": 32.561,\n            \"ConnectionPointId\": 1301002\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecasts","description":"<p>For BB pipelines forming part of a Declared Transmission System, provide on each gas day the aggregated scheduled injections and aggregated scheduled withdrawals at each controllable system point for gas day D to D+2.<br />For all other BB facility operators, provide on each gas day D the aggregated nominated and forecast injections and aggregated nominated and forecast withdrawals for gas day D to D+6.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}},"urlObject":{"path":["nominationsAndForecasts"],"host":["https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1"],"query":[],"variable":[]}},"response":[{"id":"586c950d-d7fb-4721-87a6-70116ce1ad90","name":"This response is provided when any there are any Business validation failures, then entire submission is rejected.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"FlowDirection\": \"COMPRESS\",\n  \"NominationQuantity\": 32.561,\n  \"ConnectionPointId\": 1301002\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecasts"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"e6d95643-5e47-4236-8b7c-46de52dcf679","name":"This response is provided when the throttling limits are reached.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"FlowDirection\": \"COMPRESS\",\n  \"NominationQuantity\": 32.561,\n  \"ConnectionPointId\": 1301002\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecasts"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f2f17ccd-397a-4bf0-ae61-1e408b661086","name":"This response is provided when the resource missing from URL or incorrect.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"FlowDirection\": \"COMPRESS\",\n  \"NominationQuantity\": 32.561,\n  \"ConnectionPointId\": 1301002\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecasts"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"a54c9bd1-e241-449f-adbe-45b2df725df3","name":"This response is provided when \"Authorisation\" is missing from the header OR user/password is incorrect/not provided OR user account is locked out.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"FlowDirection\": \"COMPRESS\",\n  \"NominationQuantity\": 32.561,\n  \"ConnectionPointId\": 1301002\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecasts"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"d5442d20-a98e-45df-986b-ba5356f84174","name":"This response is provided when there is an invalid Role i.e. user does not have permission to submit this request.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"FlowDirection\": \"COMPRESS\",\n  \"NominationQuantity\": 32.561,\n  \"ConnectionPointId\": 1301002\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecasts"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"82c6e216-6ee0-488b-a967-70f447f89057","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"FlowDirection\": \"COMPRESS\",\n  \"NominationQuantity\": 32.561,\n  \"ConnectionPointId\": 1301002\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecasts"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"4dcc36c8-788d-4d89-9f35-7f93c1d9d8f6","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"FlowDirection\": \"COMPRESS\",\n  \"NominationQuantity\": 32.561,\n  \"ConnectionPointId\": 1301002\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecasts"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"38429677-78cc-4a0f-b5fc-df7c26395cc5","name":"Invalid Method used (e.g. GET used instead of POST)","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"FlowDirection\": \"COMPRESS\",\n  \"NominationQuantity\": 32.561,\n  \"ConnectionPointId\": 1301002\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecasts"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"8a8cf7e3-b1b8-48cc-8c77-2946d5ffb502","name":"Successful request.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"FlowDirection\": \"COMPRESS\",\n  \"NominationQuantity\": 32.561,\n  \"ConnectionPointId\": 1301002\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecasts"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f18af9f3-770e-4014-bbf2-8dca842eae3e","name":"The service cannot be found for the endpoint reference (EPR) <URI>","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"FlowDirection\": \"COMPRESS\",\n  \"NominationQuantity\": 32.561,\n  \"ConnectionPointId\": 1301002\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecasts"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"f606289f-f20b-4ad0-9a50-1bc554f44c51","name":"This response is provided when \"Content-Length\" is missing from the Header","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"FlowDirection\": \"COMPRESS\",\n  \"NominationQuantity\": 32.561,\n  \"ConnectionPointId\": 1301002\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecasts"},"status":"Length Required","code":411,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3eb61760-caf2-4ad8-ab74-c6cf73761234"}],"id":"cdf21e9c-9366-47e6-9c5d-336b8f2b67e1","description":"<p>For BB pipelines forming part of a Declared Transmission System, provide on each gas day, the aggregated scheduled injections and aggregated scheduled withdrawals at each controllable system point for D to D+2.  </p>\n<p>For all other BB reporting entities, provide on each gas day D the aggregated nominated and<br />forecast injections and aggregated nominated and forecast withdrawals for D to D+6.</p>\n","_postman_id":"cdf21e9c-9366-47e6-9c5d-336b8f2b67e1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}}},{"name":"ShipperList","item":[{"name":"TC1 200","id":"edd12fb2-078e-46c4-be23-0355e7dbeecb","protocolProfileBehavior":{"strictSSL":false,"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The ID of the Initiating Participant</p>\n","key":"X-initiatingParticipantID","value":"94"},{"description":"<p>(Required) The market type that the request applies.</p>\n","key":"X-market","value":"GAS"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"ItemList\": [\n        {\n            \"FacilityId\": 580030,\n            \"ShipperName\": \"storage\",\n            \"EffectiveDate\": \"2021-11-25T00:00:00+10:00\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/ShipperList","description":"<p>Provide the nameplate rating of each facility or information about any planned permanent capacity reduction or expansion due to modification of the facility.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}},"urlObject":{"path":["ShipperList"],"host":["https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1"],"query":[],"variable":[]}},"response":[{"id":"ae1ff1a0-079f-4edb-a73d-013997871a91","name":"Successful request.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"STORAGE\",\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\",\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nameplateRating"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"7d55568b-6b17-4db9-9c6c-b12b6e868836","name":"This response is provided when \"Content-Length\" is missing from the Header","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"STORAGE\",\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\",\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nameplateRating"},"status":"Length Required","code":411,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"603aa187-ebc5-4b03-8479-9c63a6d305b1","name":"Invalid Method used (e.g. GET used instead of POST)","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"STORAGE\",\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\",\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nameplateRating"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"462b5287-9d37-42df-905d-876bb07e8efb","name":"This response is provided when the throttling limits are reached.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"STORAGE\",\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\",\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nameplateRating"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"6b1b9df4-7247-4da4-8731-ccef5f0c8e43","name":"The service cannot be found for the endpoint reference (EPR) <URI>","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"STORAGE\",\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\",\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nameplateRating"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"7187f261-f7ef-4eab-a4dc-7e96c2db2397","name":"This response is provided when the resource missing from URL or incorrect.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"STORAGE\",\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\",\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nameplateRating"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"ee734010-b0ba-4468-a0a4-981f7b90d95e","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"STORAGE\",\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\",\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nameplateRating"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"d39ac9d8-9048-4b2e-8fc8-415aa1d13d86","name":"This response is provided when any there are any Business validation failures, then entire submission is rejected.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"STORAGE\",\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\",\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nameplateRating"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"a575e7c7-8b92-4146-a6b4-e146cd960155","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"STORAGE\",\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\",\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nameplateRating"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"929bae63-5d71-4dc7-9ea1-187b2652c931","name":"This response is provided when \"Authorisation\" is missing from the header OR user/password is incorrect/not provided OR user account is locked out.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"STORAGE\",\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\",\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nameplateRating"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"7b4b75df-4bab-4379-a82c-0531fe3b3282","name":"This response is provided when there is an invalid Role i.e. user does not have permission to submit this request.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"STORAGE\",\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\",\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nameplateRating"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"edd12fb2-078e-46c4-be23-0355e7dbeecb"},{"name":"TC2 422","id":"69fd7374-a0bd-403d-9228-8e2d1299878d","protocolProfileBehavior":{"strictSSL":false,"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The ID of the Initiating Participant</p>\n","key":"X-initiatingParticipantID","value":"13"},{"description":"<p>(Required) The market type that the request applies.</p>\n","key":"X-market","value":"GAS"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"ItemList\": [\n        {\n            \"FacilityId\": 58003024324,\n            \"ShipperName\": \"storage\",\n            \"EffectiveDate\": \"2021-11-25T00:00:00+10:00\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/ShipperList","description":"<p>Provide the nameplate rating of each facility or information about any planned permanent capacity reduction or expansion due to modification of the facility.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}},"urlObject":{"path":["ShipperList"],"host":["https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1"],"query":[],"variable":[]}},"response":[{"id":"8e4abcb2-96f5-42d1-970e-aaba93368ad8","name":"Invalid Method used (e.g. GET used instead of POST)","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"STORAGE\",\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\",\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nameplateRating"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"55ce7832-c6ff-488a-975b-74059354f165","name":"This response is provided when any there are any Business validation failures, then entire submission is rejected.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"STORAGE\",\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\",\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nameplateRating"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"01573030-f5c5-4a08-8b50-0881c0514cc3","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"STORAGE\",\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\",\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nameplateRating"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"9dd8e110-16ef-46a1-b685-f26c2afa0671","name":"Successful request.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"STORAGE\",\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\",\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nameplateRating"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"df2acf11-0181-45e7-9d05-325253d65719","name":"This response is provided when \"Content-Length\" is missing from the Header","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"STORAGE\",\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\",\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nameplateRating"},"status":"Length Required","code":411,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f28ee9c9-f294-4806-a741-c8ae456ed01a","name":"This response is provided when \"Authorisation\" is missing from the header OR user/password is incorrect/not provided OR user account is locked out.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"STORAGE\",\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\",\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nameplateRating"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"5a2fd9a6-339c-4f78-a9d8-94b02107cbea","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"STORAGE\",\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\",\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nameplateRating"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"0ea6dec2-4b92-42f6-849e-c6153e347b13","name":"This response is provided when the resource missing from URL or incorrect.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"STORAGE\",\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\",\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nameplateRating"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"cb0ef4dd-cc6a-44b3-a5ea-cf91472ada2f","name":"This response is provided when the throttling limits are reached.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"STORAGE\",\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\",\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nameplateRating"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"2bbfb227-3815-4cd7-acce-18bd63bbfecf","name":"This response is provided when there is an invalid Role i.e. user does not have permission to submit this request.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"STORAGE\",\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\",\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nameplateRating"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"11638158-5a5c-4041-9968-b3b3dacc9117","name":"The service cannot be found for the endpoint reference (EPR) <URI>","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"STORAGE\",\n  \"CapacityQuantity\": 201.65,\n  \"EffectiveDate\": \"2018-08-06\",\n  \"Description\": \"This is some comments\",\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nameplateRating"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"69fd7374-a0bd-403d-9228-8e2d1299878d"}],"id":"acc9aee7-95cc-43e5-9f11-4c3b5b0c159b","description":"<p>Provides details on the BB shippers who have contracted primary firm capacity on the BB facility. It includes the following facility types:</p>\n<ul>\n<li><p>Primary Storage capacity</p>\n</li>\n<li><p>Primary Compression capacity</p>\n</li>\n<li><p>Primary Pipeline capacity</p>\n</li>\n</ul>\n","_postman_id":"acc9aee7-95cc-43e5-9f11-4c3b5b0c159b","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}}},{"name":"ShortTermCapacityOutlook","item":[{"name":"TC1 200","id":"d3f3510a-1193-443c-abfb-075e9ed38bfb","protocolProfileBehavior":{"strictSSL":false,"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The ID of the Initiating Participant</p>\n","key":"X-initiatingParticipantID","value":"94"},{"description":"<p>(Required) The market type that the request applies.</p>\n","key":"X-market","value":"GAS"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"ItemList\": [\n        {\n            \"GasDate\": \"2022-09-23\",\n            \"FacilityId\": 520053,\n            \"CapacityType\": \"MDQ\",\n            \"OutlookQuantity\": 200.531,\n            \"CapacityDescription\": \"This is some comments\",\n            \"ReceiptLocation\": 1502045,\n            \"DeliveryLocation\": 1202052,\n            \"Description\": \"sample desc\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/shortTermCapacityOutlook","description":"<p>Provide on each gas day D, the BB facility operator’s good faith estimate of the daily capacity of the BB Facility for gas days D+1 to D+7.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}},"urlObject":{"path":["shortTermCapacityOutlook"],"host":["https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1"],"query":[],"variable":[]}},"response":[{"id":"31eae086-7865-4c9e-b3fe-89cfa30a53ba","name":"Successful request.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": {}\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/shortTermCapacityOutlook"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"c259d16d-3e0d-4b9d-9f9d-4dca3729acca","name":"This response is provided when the throttling limits are reached.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": {}\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/shortTermCapacityOutlook"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"789ed984-9c6a-4ac1-8709-41d2661402b5","name":"This response is provided when the resource missing from URL or incorrect.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": {}\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/shortTermCapacityOutlook"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"d377cd1b-9839-4a36-9ca0-f20c696e4ec2","name":"This response is provided when there is an invalid Role i.e. user does not have permission to submit this request.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": {}\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/shortTermCapacityOutlook"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"3564827b-8617-44a9-940f-734974f92613","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": {}\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/shortTermCapacityOutlook"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"2af1ec3e-96b7-47cb-87d2-db68a1501f58","name":"This response is provided when \"Authorisation\" is missing from the header OR user/password is incorrect/not provided OR user account is locked out.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": {}\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/shortTermCapacityOutlook"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"870f7e34-fdd8-467c-b014-84f78484c4fb","name":"Invalid Method used (e.g. GET used instead of POST)","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": {}\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/shortTermCapacityOutlook"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"b2df23b1-6fb1-491a-8766-b263838c84de","name":"This response is provided when \"Content-Length\" is missing from the Header","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": {}\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/shortTermCapacityOutlook"},"status":"Length Required","code":411,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"08cc8b46-6cb1-4d91-b09e-c7534e247f88","name":"This response is provided when any there are any Business validation failures, then entire submission is rejected.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": {}\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/shortTermCapacityOutlook"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"b657b406-3624-4f70-9080-856bc87fd6c9","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": {}\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/shortTermCapacityOutlook"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"3a44f6e4-e88d-42e9-8ce2-58aff6053583","name":"The service cannot be found for the endpoint reference (EPR) <URI>","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": {}\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/shortTermCapacityOutlook"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"d3f3510a-1193-443c-abfb-075e9ed38bfb"},{"name":"TC2 422","id":"a7ec4014-f92b-4abf-866a-cac09025ce64","protocolProfileBehavior":{"strictSSL":false,"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The ID of the Initiating Participant</p>\n","key":"X-initiatingParticipantID","value":"13"},{"description":"<p>(Required) The market type that the request applies.</p>\n","key":"X-market","value":"GAS"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"ItemList\": [\n        {\n            \"GasDate\": \"2018-09-23\",\n            \"FacilityId\": 520001,\n            \"CapacityType\": \"RECEIPT\",\n            \"OutlookQuantity\": -343343434200.531,\n            \"FlowDirection\": \"DELIVERY\",\n            \"CapacityDescription\": \"omments\",\n            \"ReceiptLocation\": 1502045,\n            \"DeliveryLocation\": 1202052,\n            \"Description\": \"\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/shortTermCapacityOutlook","description":"<p>Provide on each gas day D, the BB facility operator’s good faith estimate of the daily capacity of the BB Facility for gas days D+1 to D+7.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}},"urlObject":{"path":["shortTermCapacityOutlook"],"host":["https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1"],"query":[],"variable":[]}},"response":[{"id":"1a2b3275-887f-4bc0-a62f-91125d47a2a0","name":"The service cannot be found for the endpoint reference (EPR) <URI>","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": {}\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/shortTermCapacityOutlook"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"b528fcd6-3fae-4e28-9618-1fa81b341655","name":"This response is provided when \"Content-Length\" is missing from the Header","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": {}\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/shortTermCapacityOutlook"},"status":"Length Required","code":411,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"0fbad0c4-85e8-4e98-91e5-d2520d3a5cdf","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": {}\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/shortTermCapacityOutlook"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"edcf95af-818f-4ddf-bb90-4d99c6f728ab","name":"Successful request.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": {}\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/shortTermCapacityOutlook"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"a952e462-d20b-4910-a7c8-5d6fb4465dec","name":"This response is provided when the resource missing from URL or incorrect.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": {}\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/shortTermCapacityOutlook"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"cdd82a2b-557c-4b0f-93b2-3a07231e6518","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": {}\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/shortTermCapacityOutlook"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"d16eea28-9e7e-41f8-ac6f-7194f2ffc4f4","name":"This response is provided when any there are any Business validation failures, then entire submission is rejected.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": {}\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/shortTermCapacityOutlook"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"8353f16b-01f3-47b0-8891-02e0fb01c353","name":"This response is provided when the throttling limits are reached.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": {}\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/shortTermCapacityOutlook"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"258fb7a1-9031-4269-bcbd-8d06cf5d53e6","name":"This response is provided when \"Authorisation\" is missing from the header OR user/password is incorrect/not provided OR user account is locked out.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": {}\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/shortTermCapacityOutlook"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"a63ba6a8-8402-4255-8d51-6b648eb70ce1","name":"This response is provided when there is an invalid Role i.e. user does not have permission to submit this request.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": {}\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/shortTermCapacityOutlook"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"60549344-3453-4aa1-82b8-ea98ac5a2c5a","name":"Invalid Method used (e.g. GET used instead of POST)","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": {}\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/shortTermCapacityOutlook"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"a7ec4014-f92b-4abf-866a-cac09025ce64"}],"id":"42715c67-b1a6-4c83-abb7-80a8641c64a8","description":"<p>Provide on each gas day D-1 the BB reporting entity’s good faith estimate of the daily capacity of the BB facility for gas days D to D+6.</p>\n","_postman_id":"42715c67-b1a6-4c83-abb7-80a8641c64a8","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}}},{"name":"ShortTermTransaction","item":[{"name":"TC1 200","id":"c2ea166c-e4b5-4710-ad29-2f9374a1cdee","protocolProfileBehavior":{"strictSSL":false,"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The ID of the Initiating Participant</p>\n","key":"X-initiatingParticipantID","value":"94"},{"description":"<p>(Required) The market type that the request applies.</p>\n","key":"X-market","value":"GAS"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"ItemList\": [\n        {\n            \"TransactionId\": null,\n            \"TradeDate\": \"2021-10-21T00:00:00\",\n            \"FromGasDate\": \"2021-10-23T00:00:00\",\n            \"ToGasDate\": \"2021-10-24T00:00:00\",\n            \"BuyerName\": \"1111Conventional buyer\",\n            \"SellerName\": \"111subclass seller\",\n            \"State\": \"VIC\",\n            \"Location\": \"Melbourne\",\n            \"TransactionType\": \"Supply\",\n            \"TransactionQuantity\": 10000.555,\n            \"MaximumDailyQuantity\": 0.555,\n            \"TakeOrPayQuantity\": 5000.111,\n            \"Price\": 10.45,\n            \"PriceStructure\": \"Fixed\",\n            \"PriceEscalationMechanism\": \"call\",\n            \"Cancelled\": 1,\n            \"Description\":\"sample\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/ShortTermTransaction","description":"<p>Provide on each gas day D, the BB facility operator’s good faith estimate of the daily capacity of the BB Facility for gas days D+1 to D+7.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}},"urlObject":{"path":["ShortTermTransaction"],"host":["https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1"],"query":[],"variable":[]}},"response":[{"id":"99fdc8db-476c-4c02-86e0-9056b25e4720","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": {}\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/shortTermCapacityOutlook"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"c7789fa3-7091-4e4b-b4f2-df67f0e5c98e","name":"This response is provided when \"Content-Length\" is missing from the Header","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": {}\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/shortTermCapacityOutlook"},"status":"Length Required","code":411,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d5145361-0046-46d6-8361-2f17e29123e8","name":"This response is provided when the resource missing from URL or incorrect.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": {}\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/shortTermCapacityOutlook"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"10c1c918-e39a-4837-aa6c-a5f4f2f58c6d","name":"This response is provided when the throttling limits are reached.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": {}\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/shortTermCapacityOutlook"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"79bcede6-23e6-4720-82ba-0e957056e07f","name":"This response is provided when \"Authorisation\" is missing from the header OR user/password is incorrect/not provided OR user account is locked out.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": {}\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/shortTermCapacityOutlook"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"b64099f8-d370-40d0-9216-6c013e9f8a36","name":"Successful request.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": {}\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/shortTermCapacityOutlook"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"20c88890-f637-4e41-b61f-c18d251d3cd2","name":"This response is provided when any there are any Business validation failures, then entire submission is rejected.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": {}\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/shortTermCapacityOutlook"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"0706c1bf-5a7e-4389-8885-5f550c5c1d17","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": {}\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/shortTermCapacityOutlook"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"cc0c2c3b-9b1f-4939-88c7-f18212bb6bab","name":"This response is provided when there is an invalid Role i.e. user does not have permission to submit this request.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": {}\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/shortTermCapacityOutlook"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"63dcccb8-764a-4afd-a607-55c9ae72696d","name":"Invalid Method used (e.g. GET used instead of POST)","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": {}\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/shortTermCapacityOutlook"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"dc8a1149-a854-4a24-96d5-6abbd271c6a9","name":"The service cannot be found for the endpoint reference (EPR) <URI>","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": {}\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/shortTermCapacityOutlook"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"c2ea166c-e4b5-4710-ad29-2f9374a1cdee"},{"name":"TC2 422","id":"94584c76-5464-486c-bd2d-86cbfe8aef60","protocolProfileBehavior":{"strictSSL":false,"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The ID of the Initiating Participant</p>\n","key":"X-initiatingParticipantID","value":"13"},{"description":"<p>(Required) The market type that the request applies.</p>\n","key":"X-market","value":"GAS"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"ItemList\": [\n        {\n            \"TransactionId\": null,\n            \"TradeDate\": \"2021-10-21T00:00:00\",\n            \"FromGasDate\": \"2022-10-23T00:00:00\",\n            \"ToGasDate\": \"2021-10-24T00:00:00\",\n            \"BuyerName\": \"1111Conventional buyer\",\n            \"SellerName\": \"111subclass seller\",\n            \"State\": \"VIC\",\n            \"Location\": \"Melbourne\",\n            \"TransactionType\": \"Supply\",\n            \"TransactionQuantity\": 100324344432324324400.555,\n            \"MaximumDailyQuantity\": 0.555,\n            \"TakeOrPayQuantity\": 5000.111,\n            \"Price\": 1042433242432432432432432.45,\n            \"PriceStructure\": \"Fixed\",\n            \"PriceEscalationMechanism\": \"call\",\n            \"Cancelled\": -1,\n            \"Description\":\"sample\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/ShortTermTransaction","description":"<p>Provide on each gas day D, the BB facility operator’s good faith estimate of the daily capacity of the BB Facility for gas days D+1 to D+7.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}},"urlObject":{"path":["ShortTermTransaction"],"host":["https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1"],"query":[],"variable":[]}},"response":[{"id":"f6ace6b5-8f7e-41e6-a2b3-7eb3f82086bd","name":"Successful request.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": {}\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/shortTermCapacityOutlook"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f1d39d44-f760-47dc-8357-c209adf416fe","name":"This response is provided when the resource missing from URL or incorrect.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": {}\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/shortTermCapacityOutlook"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"11fecb01-2ddb-452e-91f1-2d0a72704d2b","name":"This response is provided when \"Content-Length\" is missing from the Header","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": {}\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/shortTermCapacityOutlook"},"status":"Length Required","code":411,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f6858473-35aa-4a0e-afc2-a26934d35101","name":"This response is provided when any there are any Business validation failures, then entire submission is rejected.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": {}\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/shortTermCapacityOutlook"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"5a118d16-5325-4a4d-869a-864240fdc0b0","name":"This response is provided when the throttling limits are reached.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": {}\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/shortTermCapacityOutlook"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"babd2a36-e70f-48e6-8b8c-752a6d574635","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": {}\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/shortTermCapacityOutlook"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"f20973ca-6a21-45ba-a386-a60c9dc77bdc","name":"The service cannot be found for the endpoint reference (EPR) <URI>","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": {}\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/shortTermCapacityOutlook"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"6f1e95dd-87b0-4536-ab0e-a9f413e42754","name":"Invalid Method used (e.g. GET used instead of POST)","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": {}\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/shortTermCapacityOutlook"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"3822ca31-f8e7-4621-865c-ae43ebddd505","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": {}\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/shortTermCapacityOutlook"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"a63913dc-a589-4708-a539-1d8d24f165e3","name":"This response is provided when there is an invalid Role i.e. user does not have permission to submit this request.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": {}\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/shortTermCapacityOutlook"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"48356653-e3dc-4153-8a3d-38d43f14eb28","name":"This response is provided when \"Authorisation\" is missing from the header OR user/password is incorrect/not provided OR user account is locked out.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": {}\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/shortTermCapacityOutlook"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"94584c76-5464-486c-bd2d-86cbfe8aef60"}],"id":"82032547-4da9-40a9-8de4-90f77c979415","description":"<p>Provides information on Short term gas transactions, excluding those concluded through the gas trading exchange.</p>\n","_postman_id":"82032547-4da9-40a9-8de4-90f77c979415","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}}},{"name":"StorageCapacity","item":[{"name":"TC1 200","id":"e0e4bb91-fa41-4933-8572-3c881987f172","protocolProfileBehavior":{"strictSSL":false,"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The ID of the Initiating Participant</p>\n","key":"X-initiatingParticipantID","value":"13"},{"description":"<p>(Required) The market type that the request applies.</p>\n","key":"X-market","value":"GAS"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \"ItemList\": [\n        {\n            \"TradeId\": null,\n            \"TradeDate\": \"2021-03-01\",\n            \"FromGasDate\": \"2021-03-03\",\n            \"ToGasDate\": \"2021-05-01\",\n            \"BuyerName\": \"Star Energy\",\n            \"SellerName\": \"Purple Energy\",\n            \"FacilityId\": 530038,\n            \"Priority\": \"Secondary firm\",\n            \"MaximumStorageQuantity\": 345.678,\n            \"InjectionCapacity\": 4.333,\n            \"WithdrawalCapacity\": 5.676,\n            \"Price\": 4.20,\n            \"PriceStructure\": \"Variable\",\n            \"PriceEscalationMechanism\": \"\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/StorageCapacity","description":"<p>For BB pipelines forming part of a Declared Transmission System, provide on each gas day the aggregated scheduled injections and aggregated scheduled withdrawals at each controllable system point for gas day D to D+2.<br />For all other BB facility operators, provide on each gas day D the aggregated nominated and forecast injections and aggregated nominated and forecast withdrawals for gas day D to D+6.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}},"urlObject":{"path":["StorageCapacity"],"host":["https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1"],"query":[],"variable":[]}},"response":[{"id":"d99ade2e-1ad9-4cab-84fb-1a7658655ed2","name":"This response is provided when \"Authorisation\" is missing from the header OR user/password is incorrect/not provided OR user account is locked out.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"FlowDirection\": \"COMPRESS\",\n  \"NominationQuantity\": 32.561,\n  \"ConnectionPointId\": 1301002\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecasts"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"50f4d36e-e654-4db1-82c1-e1b6a1afcf73","name":"This response is provided when the resource missing from URL or incorrect.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"FlowDirection\": \"COMPRESS\",\n  \"NominationQuantity\": 32.561,\n  \"ConnectionPointId\": 1301002\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecasts"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"a96067f9-7eb6-4539-90b6-2d3d91aaafb2","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"FlowDirection\": \"COMPRESS\",\n  \"NominationQuantity\": 32.561,\n  \"ConnectionPointId\": 1301002\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecasts"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"cc6819c7-f5b6-4447-8902-9910cbf4c8f2","name":"This response is provided when any there are any Business validation failures, then entire submission is rejected.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"FlowDirection\": \"COMPRESS\",\n  \"NominationQuantity\": 32.561,\n  \"ConnectionPointId\": 1301002\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecasts"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"839fca90-0480-4f9e-b565-ec7eafdf961f","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"FlowDirection\": \"COMPRESS\",\n  \"NominationQuantity\": 32.561,\n  \"ConnectionPointId\": 1301002\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecasts"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"523efd9a-16cb-4623-9805-f5c02762d5da","name":"Successful request.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"FlowDirection\": \"COMPRESS\",\n  \"NominationQuantity\": 32.561,\n  \"ConnectionPointId\": 1301002\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecasts"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"2098bc75-9171-492a-8580-462a30b9a252","name":"This response is provided when there is an invalid Role i.e. user does not have permission to submit this request.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"FlowDirection\": \"COMPRESS\",\n  \"NominationQuantity\": 32.561,\n  \"ConnectionPointId\": 1301002\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecasts"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"422ebd75-eb3b-4d81-82d3-c04fce9ea94d","name":"This response is provided when the throttling limits are reached.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"FlowDirection\": \"COMPRESS\",\n  \"NominationQuantity\": 32.561,\n  \"ConnectionPointId\": 1301002\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecasts"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"7a7c8355-e4f4-4468-af19-44074c1fcf9b","name":"The service cannot be found for the endpoint reference (EPR) <URI>","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"FlowDirection\": \"COMPRESS\",\n  \"NominationQuantity\": 32.561,\n  \"ConnectionPointId\": 1301002\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecasts"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"b9fcd5cf-1e2b-4381-89a7-9c2c79caa589","name":"This response is provided when \"Content-Length\" is missing from the Header","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"FlowDirection\": \"COMPRESS\",\n  \"NominationQuantity\": 32.561,\n  \"ConnectionPointId\": 1301002\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecasts"},"status":"Length Required","code":411,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"0169475f-6906-4b1b-858f-597cc9f199e5","name":"Invalid Method used (e.g. GET used instead of POST)","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"FlowDirection\": \"COMPRESS\",\n  \"NominationQuantity\": 32.561,\n  \"ConnectionPointId\": 1301002\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecasts"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"e0e4bb91-fa41-4933-8572-3c881987f172"},{"name":"TC2 422","id":"2eddd977-fc1f-497f-98cb-cc756d22d91e","protocolProfileBehavior":{"strictSSL":false,"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The ID of the Initiating Participant</p>\n","key":"X-initiatingParticipantID","value":"94"},{"description":"<p>(Required) The market type that the request applies.</p>\n","key":"X-market","value":"GAS"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \"ItemList\": [\n        {\n            \"TradeId\": null,\n            \"TradeDate\": \"2021-03-01\",\n            \"FromGasDate\": \"2022-03-03\",\n            \"ToGasDate\": \"2021-05-01\",\n            \"BuyerName\": \"Star Energy\",\n            \"SellerName\": \"Purple Energy\",\n            \"FacilityId\": 530038,\n            \"Priority\": \"Secondary firm\",\n            \"MaximumStorageQuantity\": 345.678,\n            \"InjectionCapacity\": 43244323442423434324.333,\n            \"WithdrawalCapacity\": 5.676,\n            \"Price\": 4.20,\n            \"PriceStructure\": \"Variable\",\n            \"PriceEscalationMechanism\": \"\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/StorageCapacity","description":"<p>For BB pipelines forming part of a Declared Transmission System, provide on each gas day the aggregated scheduled injections and aggregated scheduled withdrawals at each controllable system point for gas day D to D+2.<br />For all other BB facility operators, provide on each gas day D the aggregated nominated and forecast injections and aggregated nominated and forecast withdrawals for gas day D to D+6.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}},"urlObject":{"path":["StorageCapacity"],"host":["https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1"],"query":[],"variable":[]}},"response":[{"id":"c845df82-d298-499b-b2ef-1d43efc63e19","name":"This response is provided when there is an invalid Role i.e. user does not have permission to submit this request.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"FlowDirection\": \"COMPRESS\",\n  \"NominationQuantity\": 32.561,\n  \"ConnectionPointId\": 1301002\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecasts"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"5fd816ee-5a0b-47c2-9bb5-373beed00920","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"FlowDirection\": \"COMPRESS\",\n  \"NominationQuantity\": 32.561,\n  \"ConnectionPointId\": 1301002\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecasts"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"c18ce46d-90d1-40b4-af1f-045866a7c89f","name":"The service cannot be found for the endpoint reference (EPR) <URI>","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"FlowDirection\": \"COMPRESS\",\n  \"NominationQuantity\": 32.561,\n  \"ConnectionPointId\": 1301002\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecasts"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"c521b7cf-bdc3-482d-993e-75bdd11d29e4","name":"Successful request.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"FlowDirection\": \"COMPRESS\",\n  \"NominationQuantity\": 32.561,\n  \"ConnectionPointId\": 1301002\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecasts"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"239521f1-8723-48e9-b5d7-81b4df2005d9","name":"Invalid Method used (e.g. GET used instead of POST)","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"FlowDirection\": \"COMPRESS\",\n  \"NominationQuantity\": 32.561,\n  \"ConnectionPointId\": 1301002\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecasts"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"3d67ef28-f857-4cb5-ad43-a7fc8d5a5f5a","name":"This response is provided when \"Authorisation\" is missing from the header OR user/password is incorrect/not provided OR user account is locked out.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"FlowDirection\": \"COMPRESS\",\n  \"NominationQuantity\": 32.561,\n  \"ConnectionPointId\": 1301002\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecasts"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"a49a7709-3a20-4ec3-a961-8d29d0bde231","name":"This response is provided when the throttling limits are reached.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"FlowDirection\": \"COMPRESS\",\n  \"NominationQuantity\": 32.561,\n  \"ConnectionPointId\": 1301002\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecasts"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"c86b8778-04f4-4782-bd92-bed053d411ab","name":"This response is provided when any there are any Business validation failures, then entire submission is rejected.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"FlowDirection\": \"COMPRESS\",\n  \"NominationQuantity\": 32.561,\n  \"ConnectionPointId\": 1301002\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecasts"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"6d0db21d-82f0-4cfd-a26e-b1ba086aba71","name":"This response is provided when the resource missing from URL or incorrect.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"FlowDirection\": \"COMPRESS\",\n  \"NominationQuantity\": 32.561,\n  \"ConnectionPointId\": 1301002\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecasts"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"177e2459-aa57-4bb5-b477-7551962bfd9e","name":"This response is provided when \"Content-Length\" is missing from the Header","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"FlowDirection\": \"COMPRESS\",\n  \"NominationQuantity\": 32.561,\n  \"ConnectionPointId\": 1301002\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecasts"},"status":"Length Required","code":411,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"8758abf4-1b4a-4dc3-a053-8a76c6f63027","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"GasDate\": \"2018-09-23\",\n  \"FacilityId\": 520001,\n  \"FlowDirection\": \"COMPRESS\",\n  \"NominationQuantity\": 32.561,\n  \"ConnectionPointId\": 1301002\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecasts"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"2eddd977-fc1f-497f-98cb-cc756d22d91e"}],"id":"d954e153-3f4c-45a0-9a7c-6536cb82f646","description":"<p>Provides information on Storage capacity transactions.</p>\n","_postman_id":"d954e153-3f4c-45a0-9a7c-6536cb82f646","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}}},{"name":"UncontractedCapacityOutlook","item":[{"name":"TC1 200","id":"4e71c74c-6a59-4dbe-bb4b-60c7cb2b2155","protocolProfileBehavior":{"strictSSL":false,"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The ID of the Initiating Participant</p>\n","key":"X-initiatingParticipantID","value":"94"},{"description":"<p>(Required) The market type that the request applies.</p>\n","key":"X-market","value":"GAS"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"ItemList\": [\n        {\n            \"FacilityId\": 520053,\n            \"OutlookMonth\": 6,\n            \"OutlookYear\": 2022,\n            \"CapacityType\": \"MDQ\",\n            \"OutlookQuantity\": 255.531,\n            \"CapacityDescription\": \"comments\",\n            \"ReceiptLocation\": 1502045,\n            \"DeliveryLocation\": 1202052,\n            \"Description\": \"\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/uncontractedCapacityOutlook","description":"<p>Provides information on -</p>\n<ul>\n<li>Uncontracted primary pipeline capacity on BB pipelines for the next 36 months. Note- This does not include BB pipelines in the Declared Transmission System.</li>\n<li>Uncontracted storage capacity on BB storage facilities for the next 36 months.</li>\n<li>Uncontracted primary compression capacity on transitional compression facilities for the next 36 months.</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}},"urlObject":{"path":["uncontractedCapacityOutlook"],"host":["https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1"],"query":[],"variable":[]}},"response":[{"id":"d251a5fe-7561-4724-b16e-a184111988ed","name":"This response is provided when the throttling limits are reached.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"OutlookMonth\": 4,\n  \"OutlookYear\": 2018,\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": {}\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/uncontractedCapacityOutlook"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"c3c7dfaf-263e-4cce-ac0d-dec4162c2ddc","name":"Successful request.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"OutlookMonth\": 4,\n  \"OutlookYear\": 2018,\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": {}\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/uncontractedCapacityOutlook"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"6c382e6b-0d62-49ec-82bf-6fd719ea43b0","name":"This response is provided when \"Content-Length\" is missing from the Header","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"OutlookMonth\": 4,\n  \"OutlookYear\": 2018,\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": {}\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/uncontractedCapacityOutlook"},"status":"Length Required","code":411,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"dc709e3c-2d89-4b45-bccc-185094f848ca","name":"The service cannot be found for the endpoint reference (EPR) <URI>","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"OutlookMonth\": 4,\n  \"OutlookYear\": 2018,\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": {}\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/uncontractedCapacityOutlook"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"735d98c8-24e1-4a93-9035-dca5e77faa5e","name":"Invalid Method used (e.g. GET used instead of POST)","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"OutlookMonth\": 4,\n  \"OutlookYear\": 2018,\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": {}\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/uncontractedCapacityOutlook"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"ee124350-e726-4822-8886-28dfc50c16e3","name":"This response is provided when the resource missing from URL or incorrect.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"OutlookMonth\": 4,\n  \"OutlookYear\": 2018,\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": {}\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/uncontractedCapacityOutlook"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"86d61922-70ef-42e8-a01f-60b022a84e0d","name":"This response is provided when \"Authorisation\" is missing from the header OR user/password is incorrect/not provided OR user account is locked out.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"OutlookMonth\": 4,\n  \"OutlookYear\": 2018,\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": {}\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/uncontractedCapacityOutlook"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"54bfeeb4-34b7-4a20-8455-7de777ce59d7","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"OutlookMonth\": 4,\n  \"OutlookYear\": 2018,\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": {}\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/uncontractedCapacityOutlook"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"3a1df184-5077-4704-a6eb-d987c6574d60","name":"This response is provided when there is an invalid Role i.e. user does not have permission to submit this request.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"OutlookMonth\": 4,\n  \"OutlookYear\": 2018,\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": {}\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/uncontractedCapacityOutlook"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"5f6bd433-8d6c-46c9-ba7a-b3ef64a2ace1","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"OutlookMonth\": 4,\n  \"OutlookYear\": 2018,\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": {}\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/uncontractedCapacityOutlook"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"cbbb99fc-a9ce-49c1-9f92-e4460a42a884","name":"This response is provided when any there are any Business validation failures, then entire submission is rejected.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"OutlookMonth\": 4,\n  \"OutlookYear\": 2018,\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": {}\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/uncontractedCapacityOutlook"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"4e71c74c-6a59-4dbe-bb4b-60c7cb2b2155"},{"name":"TC2 422","id":"6614b90b-5136-4217-a27b-f6e2ece3ca53","protocolProfileBehavior":{"strictSSL":false,"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The ID of the Initiating Participant</p>\n","key":"X-initiatingParticipantID","value":"94"},{"description":"<p>(Required) The market type that the request applies.</p>\n","key":"X-market","value":"GAS"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"ItemList\": [\n        {\n            \"FacilityId\": 520053,\n            \"OutlookMonth\": 6,\n            \"OutlookYear\": 2022,\n            \"CapacityType\": \"MDQ\",\n            \"FlowDirection\": \"RECEIPT\",\n            \"OutlookQuantity\": 255.531,\n            \"CapacityDescription\": \"comments\",\n            \"ReceiptLocation\": 3243432,\n            \"DeliveryLocation\": 23432433,\n            \"Description\": \"\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/uncontractedCapacityOutlook","description":"<p>Provides information on -</p>\n<ul>\n<li>Uncontracted primary pipeline capacity on BB pipelines for the next 36 months. Note- This does not include BB pipelines in the Declared Transmission System.</li>\n<li>Uncontracted storage capacity on BB storage facilities for the next 36 months.</li>\n<li>Uncontracted primary compression capacity on transitional compression facilities for the next 36 months.</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}},"urlObject":{"path":["uncontractedCapacityOutlook"],"host":["https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1"],"query":[],"variable":[]}},"response":[{"id":"f102fddd-65da-440d-88b2-0d20a8d54278","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"OutlookMonth\": 4,\n  \"OutlookYear\": 2018,\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": {}\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/uncontractedCapacityOutlook"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"947699e7-ed33-48e4-8780-edeb03bcee08","name":"This response is provided when any there are any Business validation failures, then entire submission is rejected.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"OutlookMonth\": 4,\n  \"OutlookYear\": 2018,\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": {}\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/uncontractedCapacityOutlook"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"3d6d1e37-2b9d-48ac-9c82-bad3cd45a570","name":"This response is provided when there is an invalid Role i.e. user does not have permission to submit this request.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"OutlookMonth\": 4,\n  \"OutlookYear\": 2018,\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": {}\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/uncontractedCapacityOutlook"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"9ee5be2b-0cea-4fbf-bacb-58ff6eb7e73d","name":"This response is provided when \"Authorisation\" is missing from the header OR user/password is incorrect/not provided OR user account is locked out.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"OutlookMonth\": 4,\n  \"OutlookYear\": 2018,\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": {}\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/uncontractedCapacityOutlook"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"2a4fc433-db3d-4b77-a713-6a086c49cd0d","name":"The service cannot be found for the endpoint reference (EPR) <URI>","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"OutlookMonth\": 4,\n  \"OutlookYear\": 2018,\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": {}\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/uncontractedCapacityOutlook"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"7424fcbb-a102-4f95-a7bb-18d80545c6b2","name":"This response is provided when the throttling limits are reached.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"OutlookMonth\": 4,\n  \"OutlookYear\": 2018,\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": {}\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/uncontractedCapacityOutlook"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"853d131f-4812-4a6c-a909-f849835e459e","name":"This response is provided when the resource missing from URL or incorrect.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"OutlookMonth\": 4,\n  \"OutlookYear\": 2018,\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": {}\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/uncontractedCapacityOutlook"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"71799f31-d633-4f85-97c3-4e2edfcb2fbb","name":"Successful request.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"OutlookMonth\": 4,\n  \"OutlookYear\": 2018,\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": {}\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/uncontractedCapacityOutlook"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"6e1a4acd-fae9-4c8e-a924-9676dde2806e","name":"Invalid Method used (e.g. GET used instead of POST)","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"OutlookMonth\": 4,\n  \"OutlookYear\": 2018,\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": {}\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/uncontractedCapacityOutlook"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"0ea39c53-b7ee-4c2c-bd5f-38ee7f8fa4ce","name":"This response is provided when \"Content-Length\" is missing from the Header","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"OutlookMonth\": 4,\n  \"OutlookYear\": 2018,\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": {}\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/uncontractedCapacityOutlook"},"status":"Length Required","code":411,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"0cdc86b2-8fe8-4457-be67-e1562b52981c","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"body":{"mode":"raw","raw":"{\n  \"FacilityId\": 520001,\n  \"OutlookMonth\": 4,\n  \"OutlookYear\": 2018,\n  \"CapacityType\": \"MDQ\",\n  \"OutlookQuantity\": 200.531,\n  \"FlowDirection\": \"DELIVERY\",\n  \"CapacityDescription\": \"This is some comments\",\n  \"ReceiptLocation\": 1200001,\n  \"DeliveryLocation\": 1300056,\n  \"Description\": {}\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/uncontractedCapacityOutlook"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"6614b90b-5136-4217-a27b-f6e2ece3ca53"}],"id":"1e646d7e-3243-4b72-9004-cd538af60f86","description":"<p>Provides information on uncontracted primary capacity on BB pipelines, BB storage facilities, BB compression, BB Production and LNG import facilities for the next 36 months.<br />Note: This does not include BB pipelines in the Declared Transmission System.</p>\n","_postman_id":"1e646d7e-3243-4b72-9004-cd538af60f86","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}}},{"name":"BBCapacityTransactionReport","item":[{"name":"TC1 200","id":"fbd47d44-70c1-46ec-ac03-c84397f055b7","protocolProfileBehavior":{"strictSSL":false,"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) The ID of the Initiating Participant</p>\n","key":"X-initiatingParticipantID","value":"94"},{"description":"<p>(Required) The market type that the request applies.</p>\n","key":"X-market","value":"GAS"},{"key":"Accept","value":"application/json"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/BBCapacityTransactionReport","description":"<p>Provides information on BB Capacity Transactions, excluding those concluded through the gas trading exchange.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}},"urlObject":{"path":["BBCapacityTransactionReport"],"host":["https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1"],"query":[],"variable":[]}},"response":[{"id":"06a13dfa-c748-49e1-80ce-2ad708957aff","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/BBCapacityTransactionReport"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"6f24bb99-6fdb-40f5-a3fe-3ac13ab7978d","name":"This response is provided when any there are any Business validation failures, then entire submission is rejected.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/BBCapacityTransactionReport"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"8b334f13-2535-4acc-8a3b-048a0d3cbda2","name":"This response is provided when \"Authorisation\" is missing from the header OR user/password is incorrect/not provided OR user account is locked out.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/BBCapacityTransactionReport"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"b2a679c1-fb68-4274-9e04-1d7d2e0029f8","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/BBCapacityTransactionReport"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"0a62ce40-17fb-459e-9b8a-859521d9ec27","name":"Invalid Method used (e.g. GET used instead of POST)","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/BBCapacityTransactionReport"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"01e66a97-1ddf-4c71-bf23-36e64ec7c7de","name":"This response is provided when the resource missing from URL or incorrect.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/BBCapacityTransactionReport"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"e862c418-7bcd-49f6-a0b6-c2052f4942a0","name":"This response is provided when \"Content-Length\" is missing from the Header","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/BBCapacityTransactionReport"},"status":"Length Required","code":411,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"9c46a0c0-6aca-4352-a272-e532849e9287","name":"Successful Resonse with BBCapacityTransactionDataList","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/BBCapacityTransactionReport"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"2b33948f-3fcb-46e0-b0d8-6f21b439f345","name":"The service cannot be found for the endpoint reference (EPR) <URI>","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/BBCapacityTransactionReport"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"c9c1fa30-cdd0-4989-b439-f80844573533","name":"This response is provided when there is an invalid Role i.e. user does not have permission to submit this request.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/BBCapacityTransactionReport"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"9bf76ad2-065e-4559-9286-bf6931109165","name":"This response is provided when the throttling limits are reached.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/BBCapacityTransactionReport"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fbd47d44-70c1-46ec-ac03-c84397f055b7"}],"id":"f35d6e7e-dc11-4a80-9b3d-13f12e48355d","_postman_id":"f35d6e7e-dc11-4a80-9b3d-13f12e48355d","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}}},{"name":"FieldInterestReport","item":[{"name":"TC1 200","id":"66c0af29-3c22-4067-bea2-f66bc5e9403b","protocolProfileBehavior":{"strictSSL":false,"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) The ID of the Initiating Participant</p>\n","key":"X-initiatingParticipantID","value":"94"},{"description":"<p>(Required) The market type that the request applies.</p>\n","key":"X-market","value":"GAS"},{"key":"Accept","value":"application/json"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/FieldInterestReport?FromEffectiveDate=2022-01-01","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}},"urlObject":{"path":["FieldInterestReport"],"host":["https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1"],"query":[{"key":"FromEffectiveDate","value":"2022-01-01"}],"variable":[]}},"response":[{"id":"556449e4-1444-4deb-bc3e-649ab21b194e","name":"The service cannot be found for the endpoint reference (EPR) <URI>","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecastsNonAggregate"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"ff1ab9b9-d535-4f96-af1f-5d992faf3eb0","name":"Invalid Method used (e.g. GET used instead of POST)","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecastsNonAggregate"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"834cb887-b01d-4238-b796-85aa69bba77a","name":"This response is provided when \"Authorisation\" is missing from the header OR user/password is incorrect/not provided OR user account is locked out.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecastsNonAggregate"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"65904215-daeb-4348-9bb7-05fe3bd04a8a","name":"This response is provided when any there are any Business validation failures, then entire submission is rejected.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecastsNonAggregate"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"185d2ac8-cd39-4b30-baa4-49a11dbc721b","name":"Successful Resonse with NominationsAndForecastsList","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecastsNonAggregate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"af1c464a-1115-4a16-9f50-b573ad9e1fb6","name":"This response is provided when the resource missing from URL or incorrect.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecastsNonAggregate"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"5f27b9f7-4e7b-4bf2-a024-2c8a7e1f13cf","name":"This response is provided when \"Content-Length\" is missing from the Header","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecastsNonAggregate"},"status":"Length Required","code":411,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"9e1715fd-e5b0-48a0-b7ab-d89f68a055de","name":"This response is provided when the throttling limits are reached.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecastsNonAggregate"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"fcd02ec5-705b-49a6-ba7e-05d9710a5ca2","name":"This response is provided when there is an invalid Role i.e. user does not have permission to submit this request.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecastsNonAggregate"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"829cfcc2-fb0f-4b8b-b4fe-0af1e4e7700c","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecastsNonAggregate"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"57904439-e073-4a0d-9fc1-a906ff313ee4","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecastsNonAggregate"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"66c0af29-3c22-4067-bea2-f66bc5e9403b"}],"id":"738aef06-c0a4-4939-83b7-a802b7affb61","_postman_id":"738aef06-c0a4-4939-83b7-a802b7affb61","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}}},{"name":"LNGShipmentReport","item":[{"name":"TC1 200","id":"9b2e2b24-af2c-4bc9-8216-be68685213c8","protocolProfileBehavior":{"strictSSL":false,"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) The ID of the Initiating Participant</p>\n","key":"X-initiatingParticipantID","value":"13"},{"description":"<p>(Required) The market type that the request applies.</p>\n","key":"X-market","value":"GAS"},{"key":"Accept","value":"application/json"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/LNGShipmentReport?FromShipmentDate=2022-01-01","description":"<p>Provides information on BB Capacity Transactions, excluding those concluded through the gas trading exchange.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}},"urlObject":{"path":["LNGShipmentReport"],"host":["https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1"],"query":[{"key":"FromShipmentDate","value":"2022-01-01"}],"variable":[]}},"response":[{"id":"9faf0d58-2edd-4595-bb84-6de3bf6166da","name":"This response is provided when the throttling limits are reached.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/BBCapacityTransactionReport"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"6dca7023-418e-43b9-a960-bca917d09dc3","name":"The service cannot be found for the endpoint reference (EPR) <URI>","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/BBCapacityTransactionReport"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"6ff2bb8d-2222-454e-8702-1667187b7a9f","name":"This response is provided when \"Authorisation\" is missing from the header OR user/password is incorrect/not provided OR user account is locked out.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/BBCapacityTransactionReport"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"5cf0c7df-7346-4671-b6f1-f92a12bd05b8","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/BBCapacityTransactionReport"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"7167d08f-14e7-4e81-811e-5f972b820126","name":"This response is provided when \"Content-Length\" is missing from the Header","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/BBCapacityTransactionReport"},"status":"Length Required","code":411,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"b9f68327-e520-4822-a24b-64c7692c41ac","name":"This response is provided when there is an invalid Role i.e. user does not have permission to submit this request.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/BBCapacityTransactionReport"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d6cabb0a-edfb-4996-b234-efb327ad4f26","name":"This response is provided when the resource missing from URL or incorrect.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/BBCapacityTransactionReport"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"117633b2-800c-435c-bb95-dc498bb100ab","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/BBCapacityTransactionReport"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"9f1d98fe-5ac4-4a85-979d-323f70961770","name":"This response is provided when any there are any Business validation failures, then entire submission is rejected.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/BBCapacityTransactionReport"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"702ecb85-17cb-44ff-8c51-3b0714742217","name":"Invalid Method used (e.g. GET used instead of POST)","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/BBCapacityTransactionReport"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"ecf825fb-03c8-42a8-9064-8315b47bf70b","name":"Successful Resonse with BBCapacityTransactionDataList","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/BBCapacityTransactionReport"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"9b2e2b24-af2c-4bc9-8216-be68685213c8"}],"id":"6298364f-6c44-492e-ac5f-5dd88ba094a9","_postman_id":"6298364f-6c44-492e-ac5f-5dd88ba094a9","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}}},{"name":"LNGTransactionReport","item":[{"name":"TC1 200","id":"a3b2d494-9151-4903-8d5a-c8f9108ba0c1","protocolProfileBehavior":{"strictSSL":false,"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) The ID of the Initiating Participant</p>\n","key":"X-initiatingParticipantID","value":"94"},{"description":"<p>(Required) The market type that the request applies.</p>\n","key":"X-market","value":"GAS"},{"key":"Accept","value":"application/json"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/LNGTransactionReport?FromTradeDate=2022-01-01","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}},"urlObject":{"path":["LNGTransactionReport"],"host":["https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1"],"query":[{"key":"FromTradeDate","value":"2022-01-01"}],"variable":[]}},"response":[{"id":"fc038303-e305-4507-8b4e-3d8eb0ccffc9","name":"This response is provided when the resource missing from URL or incorrect.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecastsNonAggregate"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"ca3c5c31-b48e-4108-b0e6-df5059b233a9","name":"This response is provided when \"Content-Length\" is missing from the Header","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecastsNonAggregate"},"status":"Length Required","code":411,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d797db8e-5dce-48be-bb72-91dad7ba06d8","name":"This response is provided when \"Authorisation\" is missing from the header OR user/password is incorrect/not provided OR user account is locked out.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecastsNonAggregate"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"e580bcbc-4742-42c6-becf-94288afceaa4","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecastsNonAggregate"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"1b4bcf15-c053-4ae4-8bf6-3597a1f23817","name":"The service cannot be found for the endpoint reference (EPR) <URI>","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecastsNonAggregate"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"68ad4213-b238-42a8-870e-f3692443a0d9","name":"This response is provided when the throttling limits are reached.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecastsNonAggregate"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"81fa4b7c-faa3-4898-8411-6ea595960c23","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecastsNonAggregate"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"bb5cb896-06cc-41ea-ad93-e8e9ea163449","name":"This response is provided when there is an invalid Role i.e. user does not have permission to submit this request.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecastsNonAggregate"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e3c014e6-7f65-489f-aaf1-c5e2437628e3","name":"This response is provided when any there are any Business validation failures, then entire submission is rejected.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecastsNonAggregate"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"94782598-862c-43af-a058-c639865a1bc5","name":"Invalid Method used (e.g. GET used instead of POST)","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecastsNonAggregate"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"e92318c2-0f7f-4d7c-877f-3854cd3017fe","name":"Successful Resonse with NominationsAndForecastsList","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecastsNonAggregate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"a3b2d494-9151-4903-8d5a-c8f9108ba0c1"}],"id":"5eaec0e2-064c-4b50-b13d-bcd389bfcb83","_postman_id":"5eaec0e2-064c-4b50-b13d-bcd389bfcb83","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}}},{"name":"NominationsAndForecastsNonAggregate Report","item":[{"name":"TC1 200","id":"d10accd0-a116-4569-b4f0-559f20dad1db","protocolProfileBehavior":{"strictSSL":false,"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) The ID of the Initiating Participant</p>\n","key":"X-initiatingParticipantID","value":"94"},{"description":"<p>(Required) The market type that the request applies.</p>\n","key":"X-market","value":"GAS"},{"key":"Accept","value":"application/json"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecastsNonAggregate?FacilityIds=520053&GasDate=2022-01-01","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}},"urlObject":{"path":["nominationsAndForecastsNonAggregate"],"host":["https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1"],"query":[{"key":"FacilityIds","value":"520053"},{"key":"GasDate","value":"2022-01-01"}],"variable":[]}},"response":[{"id":"ef347f59-77f2-4d8b-b2bf-b8f94358e03b","name":"Successful Resonse with NominationsAndForecastsList","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecastsNonAggregate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"eb5eb8f1-722a-4fff-879d-01e98f792aeb","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecastsNonAggregate"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"5c1434c3-6831-4e4b-b010-e664b77288c9","name":"This response is provided when \"Authorisation\" is missing from the header OR user/password is incorrect/not provided OR user account is locked out.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecastsNonAggregate"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"b4fde8b7-b2ef-4e0a-b7c8-a1da96812e9a","name":"This response is provided when there is an invalid Role i.e. user does not have permission to submit this request.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecastsNonAggregate"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"124374be-890c-447d-a04b-bf87ed4dcb16","name":"This response is provided when the throttling limits are reached.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecastsNonAggregate"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"6e096a91-97af-4f0d-8a5f-14b959f78ee3","name":"The service cannot be found for the endpoint reference (EPR) <URI>","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecastsNonAggregate"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"0c826b11-20c8-4067-ad12-e87231241ce9","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecastsNonAggregate"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"69ec5698-581c-426d-aa18-0353a7149109","name":"This response is provided when \"Content-Length\" is missing from the Header","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecastsNonAggregate"},"status":"Length Required","code":411,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"b5eb1909-053d-4460-9aa6-92b6a9d5dcb3","name":"This response is provided when the resource missing from URL or incorrect.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecastsNonAggregate"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"c3e335ac-badf-43ce-b643-1003d6322d84","name":"This response is provided when any there are any Business validation failures, then entire submission is rejected.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecastsNonAggregate"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"d0af663e-2129-4811-ae2d-3c6b4b4a664e","name":"Invalid Method used (e.g. GET used instead of POST)","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecastsNonAggregate"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"d10accd0-a116-4569-b4f0-559f20dad1db"},{"name":"TC2 400","id":"86cb5b65-088f-43c3-82e1-5d6510fbbbc2","protocolProfileBehavior":{"strictSSL":false,"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) The ID of the Initiating Participant</p>\n","key":"X-initiatingParticipantID","value":"13"},{"description":"<p>(Required) The market type that the request applies.</p>\n","key":"X-market","value":"GAS"},{"key":"Accept","value":"application/json"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecastsNonAggregate?FacilityIds=adsaaf&GasDate=2022-09-23","description":"<p>Get Nominations and forecasts</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}},"urlObject":{"path":["nominationsAndForecastsNonAggregate"],"host":["https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1"],"query":[{"key":"FacilityIds","value":"adsaaf"},{"key":"GasDate","value":"2022-09-23"}],"variable":[]}},"response":[{"id":"d86e196d-c619-40ce-a7de-d879f9489357","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecastsNonAggregate"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"bba9a9c8-0cf7-4858-8c4e-c2c65ee26ab3","name":"This response is provided when the resource missing from URL or incorrect.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecastsNonAggregate"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"d53aa8b8-0082-4a81-9999-80d4106befc9","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecastsNonAggregate"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"d226840a-a628-41ea-834c-b211a38faa4c","name":"This response is provided when the throttling limits are reached.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecastsNonAggregate"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"dfb66c83-18b9-464a-8db8-876e5fc19541","name":"This response is provided when \"Authorisation\" is missing from the header OR user/password is incorrect/not provided OR user account is locked out.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecastsNonAggregate"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"d3d9d587-a166-482a-a235-88c556898553","name":"This response is provided when any there are any Business validation failures, then entire submission is rejected.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecastsNonAggregate"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"8c9f621b-0a18-4141-8f34-9a96400b13d4","name":"Invalid Method used (e.g. GET used instead of POST)","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecastsNonAggregate"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"5b72366f-05a5-4a3b-a005-e4e0f7ba9789","name":"Successful Resonse with NominationsAndForecastsList","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecastsNonAggregate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"e308e2ae-8d20-44bb-9fd2-e00758388f9a","name":"The service cannot be found for the endpoint reference (EPR) <URI>","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecastsNonAggregate"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"746a40c8-308c-478f-bd53-7270c61eda47","name":"This response is provided when there is an invalid Role i.e. user does not have permission to submit this request.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecastsNonAggregate"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e6c2d2f3-ac27-4805-a84f-b273c98554a1","name":"This response is provided when \"Content-Length\" is missing from the Header","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecastsNonAggregate"},"status":"Length Required","code":411,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"86cb5b65-088f-43c3-82e1-5d6510fbbbc2"}],"id":"5820e87b-1894-4985-8943-539911046f86","_postman_id":"5820e87b-1894-4985-8943-539911046f86","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}}},{"name":"ShortTermTransactionReport","item":[{"name":"TC1 200","id":"ac60c97a-0732-41aa-8340-716cadd178e5","protocolProfileBehavior":{"strictSSL":false,"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) The ID of the Initiating Participant</p>\n","key":"X-initiatingParticipantID","value":"94"},{"description":"<p>(Required) The market type that the request applies.</p>\n","key":"X-market","value":"GAS"},{"key":"Accept","value":"application/json"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/ShortTermTransactionReport?FromTradeDate=2022-01-01","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}},"urlObject":{"path":["ShortTermTransactionReport"],"host":["https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1"],"query":[{"key":"FromTradeDate","value":"2022-01-01"}],"variable":[]}},"response":[{"id":"a6141d60-ba7b-4fd0-b95a-82b7b53ef856","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecastsNonAggregate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"7cc17e94-930e-4528-8570-faade58812e4","name":"Invalid role i.e. user does not have permission to submit this request.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecastsNonAggregate"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"aea8fca3-7eda-429d-ab0f-ba5825f24620","name":"\"Content-Length\" is missing from the Header","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecastsNonAggregate"},"status":"Length Required","code":411,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"9983eb69-cb27-4b2c-8cb1-0b8841b64489","name":"Throttling limit is reached.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecastsNonAggregate"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"227612b8-c9f3-454c-b802-a51584e6ae25","name":"Submission rejected due to business validation failures.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecastsNonAggregate"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"dca5e296-0369-4781-8f47-f07d0b5ad47e","name":"The service cannot be found for the endpoint reference (EPR) <URI>","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecastsNonAggregate"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"33f5cd85-308d-4a47-be49-389a8ab39999","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecastsNonAggregate"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"63a943fd-6417-4b3c-9743-36971ea6a633","name":"Invalid method used","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecastsNonAggregate"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"985b2e1b-60bd-4553-9dda-adb8ea1a2bab","name":"\"Authorisation\" is missing from the header, user/password is incorrect/not provided OR user account is locked out.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecastsNonAggregate"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"33f78f81-8268-4413-a9bd-4f33ca11962b","name":"Resource missing from URL or incorrect.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecastsNonAggregate"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"7ac27231-9a11-47d4-b281-b070e79d4b68","name":"Downstream systems are not available.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecastsNonAggregate"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"ac60c97a-0732-41aa-8340-716cadd178e5"}],"id":"1f6cb509-42e5-4c00-b07a-560840638f2c","_postman_id":"1f6cb509-42e5-4c00-b07a-560840638f2c","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}}},{"name":"StorageCapacityTransactionReport","item":[{"name":"TC1 200","id":"934824ec-021b-415b-953b-776a264ef23d","protocolProfileBehavior":{"strictSSL":false,"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) The ID of the Initiating Participant</p>\n","key":"X-initiatingParticipantID","value":"13"},{"description":"<p>(Required) The market type that the request applies.</p>\n","key":"X-market","value":"GAS"},{"key":"Accept","value":"application/json"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/StorageCapacityTransactionReport?FacilityIds=530038&FromTradeDate=2022-01-01","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}},"urlObject":{"path":["StorageCapacityTransactionReport"],"host":["https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1"],"query":[{"key":"FacilityIds","value":"530038"},{"key":"FromTradeDate","value":"2022-01-01"}],"variable":[]}},"response":[{"id":"da721d6c-73ea-4a50-8817-f614bd06bb17","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecastsNonAggregate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"1a3c3fbf-223c-428f-b4ff-1f2a8c21043d","name":"The service cannot be found for the endpoint reference (EPR) <URI>","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecastsNonAggregate"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"c805fdea-8085-4ee3-bcd0-6328f2ec3767","name":"Invalid Method used (e.g. GET used instead of POST)","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecastsNonAggregate"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"8f14110a-6e95-4449-ac79-e8c60156841f","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecastsNonAggregate"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"effce35f-c745-44be-afa7-596b1887419e","name":"This response is provided when the resource missing from URL or incorrect.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecastsNonAggregate"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"0c07c1c7-77c6-40ac-b7c3-3b151974c34e","name":"This response is provided when \"Content-Length\" is missing from the Header","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecastsNonAggregate"},"status":"Length Required","code":411,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ea264b8f-705a-4fc0-9b62-f7e67046bfe0","name":"This response is provided when there is an invalid Role i.e. user does not have permission to submit this request.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecastsNonAggregate"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"5df09719-67e7-43db-8f33-e399bae7287c","name":"This response is provided when any there are any Business validation failures, then entire submission is rejected.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecastsNonAggregate"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"f0d71ee1-970c-4c05-a3c5-a7e51b2fca7b","name":"This response is provided when the throttling limits are reached.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecastsNonAggregate"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"20cc66a7-cb6d-49a3-bd5f-850792421dd3","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecastsNonAggregate"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"178a1847-4edd-4ebf-b465-6f0b22ef2066","name":"This response is provided when \"Authorisation\" is missing from the header OR user/password is incorrect/not provided OR user account is locked out.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/nominationsAndForecastsNonAggregate"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"934824ec-021b-415b-953b-776a264ef23d"}],"id":"3adc4b9b-ed63-49cf-b297-8595e7451523","_postman_id":"3adc4b9b-ed63-49cf-b297-8595e7451523","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}}},{"name":"MediumTermCapacityOutlookReport","item":[{"name":"TC1 200","id":"0e4c468f-114f-40eb-9003-dd24ba59674e","protocolProfileBehavior":{"strictSSL":false,"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Identifies which Participant ID the Participant User is acting for, status: required</p>\n","key":"X-initiatingParticipantID","value":"94"},{"description":"<p>Identifies the market, status: required, type: string</p>\n","key":"X-market","value":"GAS"},{"key":"Accept","value":"application/json"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/MediumTermCapacityOutlookReport?MinFromGasDate=2022-01-01&ToGasDate=2022-01-01&IsFetchLimitedData=false&FacilityIds=123456,234567","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}},"urlObject":{"path":["MediumTermCapacityOutlookReport"],"host":["https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1"],"query":[{"description":{"content":"<p>Date of gas day\nAny time component supplied is ignored\nThe gas day is applicable under the pipeline contract or market rules, format: YYYYMMDD</p>\n","type":"text/plain"},"key":"MinFromGasDate","value":"2022-01-01"},{"description":{"content":"<p>Date of gas day \nAny time component supplied is\nignored \nThe gas day is that applicable under the pipeline contract or market rules, format: YYYYMMDD</p>\n","type":"text/plain"},"key":"ToGasDate","value":"2022-01-01"},{"description":{"content":"<p>Returns records where:\n<code>True</code> – returns up to 2000 records.\n<code>False</code> or <code>null</code> – returns all records.</p>\n","type":"text/plain"},"key":"IsFetchLimitedData","value":"false"},{"description":{"content":"<p>A unique AEMO defined facility identifier, type: integer</p>\n","type":"text/plain"},"key":"FacilityIds","value":"123456,234567"}],"variable":[]}},"response":[{"id":"04e34469-eb67-4cc2-9bd8-68a36de82d7b","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Identifies which Participant ID the Participant User is acting for, status: required","key":"X-initiatingParticipantID","value":"94"},{"description":"Identifies the market, status: required, type: string","key":"X-market","value":"GAS"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/MediumTermCapacityOutlookReport?MinFromGasDate=2022-01-01&ToGasDate=2024-01-01&IsFetchLimitedData=false&FacilityIds=123456","host":["https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1"],"path":["MediumTermCapacityOutlookReport"],"query":[{"key":"MinFromGasDate","value":"2022-01-01","description":"Date of gas day\nAny time component supplied is ignored\nThe gas day is that applicable under the pipeline contract or market rules, format: YYYYMMDD"},{"key":"ToGasDate","value":"2024-01-01","description":"Date of gas day\nAny time component supplied is ignored\nThe gas day is that applicable under the pipeline contract or market rules, format: YYYYMMDD"},{"key":"IsFetchLimitedData","value":"false","description":"Returns records where:\n```True``` – returns up to 2000 records\n```False``` or ```null``` – returns all records"},{"key":"FacilityIds","value":"123456","description":"A unique AEMO defined facility identifier, type: integer"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"transactionId\": \"3689b767-274d-4eee-a66d-6f3abb5bee1b\",\n    \"data\": {\n        \"RowCountMTCO\": 1006,\n        \"MediumTermCapacityOutlookDataList\": [\n            {\n                \"FacilityName\": \"GTP Outlet Station Receipt point\",\n                \"FromGasDate\": \"2023-07-25T00:00:00\",\n                \"ToGasDate\": \"2023-07-26T00:00:00\",\n                \"VersionDateTime\": \"2023-07-06T14:54:30\",\n                \"DisabledDateTime\": null,\n                \"OutlookQuantity\": 15.54,\n                \"ActiveFlag\": false,\n                \"DeleteFlag\": false,\n                \"RecallTime\": null,\n                \"RecallDescription\": null,\n                \"FacilityId\": 123456,\n                \"CapacityType\": \"MDQ\",\n                \"FlowDirection\": \"RECEIPT\",\n                \"CapacityDescription\": \"Testing not null cap desc-LNGEXPORT\",\n                \"ReceiptLocation\": -1,\n                \"DeliveryLocation\": -1,\n                \"Description\": \"maintenance requiring reduction of operatin pressure\"\n            },\n            {\n                \"FacilityName\": \"GTP Outlet Station Receipt point\",\n                \"FromGasDate\": \"2023-07-25T00:00:00\",\n                \"ToGasDate\": \"2023-07-26T00:00:00\",\n                \"VersionDateTime\": \"2023-07-18T17:01:33\",\n                \"DisabledDateTime\": null,\n                \"OutlookQuantity\": 88.88,\n                \"ActiveFlag\": true,\n                \"DeleteFlag\": false,\n                \"RecallTime\": null,\n                \"RecallDescription\": null,\n                \"FacilityId\": 123456,\n                \"CapacityType\": \"MDQ\",\n                \"FlowDirection\": \"RECEIPT\",\n                \"CapacityDescription\": \"Testing123 not null cap desc-LNGEXPORT\",\n                \"ReceiptLocation\": -1,\n                \"DeliveryLocation\": -1,\n                \"Description\": \"maintenance requiring reduction of operatin pressure\"\n            }\n        ]\n    },\n    \"errors\": [],\n    \"warnings\": []\n}"},{"id":"668a1876-0e00-4fa9-b806-a9c7a86f6425","name":"The service cannot be found for the endpoint reference (EPR) <URI>","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/MediumTermCapacityOutlookReport"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"afd8ed86-19a8-4bad-b875-a6650bc77922","name":"Invalid method used","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/MediumTermCapacityOutlookReport"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"874ee4ab-f16c-4ebb-9420-071673852793","name":"\"Authorization\" is missing from the header, user/password is incorrect/not provided or user account is locked out.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/MediumTermCapacityOutlookReport"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"9f891eb4-318b-4e1b-a90e-9f7aad9891d7","name":"Submission is rejected because of business validation failures.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/MediumTermCapacityOutlookReport"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"9b574356-93f9-4878-931b-3b7b4d53146c","name":"Resource missing from URL or incorrect.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/MediumTermCapacityOutlookReport"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"8693fefe-cab5-4c96-b0ae-09e5e33eebb1","name":"\"Content-Length\" is missing from the header.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/MediumTermCapacityOutlookReport"},"status":"Length Required","code":411,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"3f8bfd0f-17c0-48ef-a526-e26c3908571b","name":"Throttling limits are reached","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/MediumTermCapacityOutlookReport"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"76ceaad4-49b9-4100-97f2-85e6f0b81d28","name":"This response is provided when there is an invalid Role i.e. user does not have permission to submit this request.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/MediumTermCapacityOutlookReport"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"46d91d31-7fcc-44b0-ac5c-a98cb9c7f44f","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/MediumTermCapacityOutlookReport"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"97d5501f-9d36-4b76-9864-c8ea49e7f7ba","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/MediumTermCapacityOutlookReport"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"0e4c468f-114f-40eb-9003-dd24ba59674e"}],"id":"084a9d20-ea1d-4af5-bb72-187ac9ff3b00","description":"<p>A report about the Capacity Outlook for the medium term to identify possible impact to future supply.</p>\n","_postman_id":"084a9d20-ea1d-4af5-bb72-187ac9ff3b00","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}}},{"name":"LinepackForecastReport","item":[{"name":"TC1 200","id":"c1088ff3-049f-45bd-a457-3f6df23dc424","protocolProfileBehavior":{"strictSSL":false,"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Identifies which Participant ID the Participant User is acting for, status: required</p>\n","key":"X-initiatingParticipantID","value":"94"},{"description":"<p>Identifies the market, status: required, type: string</p>\n","key":"X-market","value":"GAS"},{"key":"Accept","value":"application/json"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/LinepackForecastReport?MinFromGasDate=2022-01-01&FacilityIds=123456, 234567","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}},"urlObject":{"path":["LinepackForecastReport"],"host":["https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1"],"query":[{"description":{"content":"<p>Date of gas day\nAny time component supplied is ignored\nThe gas day is that applicable under the pipeline contract or market rules, format: YYYYMMDD</p>\n","type":"text/plain"},"key":"MinFromGasDate","value":"2022-01-01"},{"description":{"content":"<p>A unique AEMO defined facility identifier, type: integer</p>\n","type":"text/plain"},"key":"FacilityIds","value":"123456, 234567"}],"variable":[]}},"response":[{"id":"dee060d1-4315-4465-be1f-ca4eb54b8f33","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Identifies which Participant ID the Participant User is acting for, status: required","key":"X-initiatingParticipantID","value":"94"},{"description":"Identifies the market, status: required, type: string","key":"X-market","value":"GAS"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/LinepackForecastReport?MinFromGasDate=2022-01-01&FacilityIds=123456, 234567","host":["https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1"],"path":["LinepackForecastReport"],"query":[{"key":"MinFromGasDate","value":"2022-01-01","description":"Date of gas day\nAny time component supplied is ignored\nThe gas day is that applicable under the pipeline contract or market rules, format: YYYYMMDD"},{"key":"FacilityIds","value":"123456, 234567","description":"A unique AEMO defined facility identifier, type: integer"}]}},"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\": \"bb12c88e-b529-434d-9b9f-3ad4ed3ddf4a\",\n    \"data\": {\n        \"LinepackForecastDataList\": [\n            {\n                \"FacilityName\": \"Gas Transmission Pipeline\",\n                \"FacilityId\": 123456,\n                \"GasDate\": \"2023-08-22T00:00:00\",\n                \"VersionDateTime\": \"2023-07-21T10:25:50\",\n                \"LinepackZoneId\": \"ABCD-LP-01\",\n                \"LinepackType\": \"OPERATIONAL\",\n                \"ForecastQuantity\": 753.221,\n                \"Description\": null\n            },\n            {\n                \"FacilityName\": \"Gas Transmission Pipeline\",\n                \"FacilityId\": 123456,\n                \"GasDate\": \"2023-09-22T00:00:00\",\n                \"VersionDateTime\": \"2023-07-21T14:32:18\",\n                \"LinepackZoneId\": \"ABCD-LP-01\",\n                \"LinepackType\": \"OPERATIONAL\",\n                \"ForecastQuantity\": 793.221,\n                \"Description\": null\n            }\n        ]\n    },\n    \"errors\": [],\n    \"warnings\": []\n}"},{"id":"6abed16b-d7fb-4d9e-a524-15865dc20651","name":"The service cannot be found for the endpoint reference (EPR) <URI>","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/LinepackForecastReport"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"2eeec615-1f2d-42c7-b9e1-46ba534f4f17","name":"Invalid method used","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/LinepackForecastReport"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"d08fd3b9-77c6-441e-9b36-9105f8b2e351","name":"\"Authorization\" is missing from the header, user/password is incorrect/not provided or user account is locked out.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/LinepackForecastReport"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"9c1b4c6c-a885-485e-84c9-4685da8f4db3","name":"Submission is rejected because of business validation failures.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/LinepackForecastReport"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"74ec247e-6ea5-46d8-9f7c-b4800fc275c3","name":"Resource missing from URL or incorrect.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/LinepackForecastReport"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"4a9134ca-13b6-4ad0-9f99-3fbe540336c8","name":"\"Content-Length\" is missing from the header","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/LinepackForecastReport"},"status":"Length Required","code":411,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"cb31e770-cf7f-42c9-846a-dbb7288f3bcd","name":"Throttling limits are reached.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/LinepackForecastReport"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ca561c43-38f5-49f3-8c57-6b782f14d332","name":"This response is provided when there is an invalid Role i.e. user does not have permission to submit this request.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/LinepackForecastReport"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f6f42298-932f-45d9-bdca-6315cfd822b5","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/LinepackForecastReport"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"7b48acb8-7f59-49db-9213-ef8e1bd30cb9","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/LinepackForecastReport"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"c1088ff3-049f-45bd-a457-3f6df23dc424"}],"id":"d6c72a7b-1b53-47d7-a3bf-c4596806c10e","description":"<p>A report about the relevant entities expected beginning-of day linepack forecasts.</p>\n","_postman_id":"d6c72a7b-1b53-47d7-a3bf-c4596806c10e","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}}},{"name":"DomesticSupplyReport","item":[{"name":"TC1 200","id":"dcc4110f-38f6-467d-b82a-43184a05d8f8","protocolProfileBehavior":{"strictSSL":false,"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Identifies which Participant ID the Participant User is acting for, status: required</p>\n","key":"X-initiatingParticipantID","value":"94"},{"description":"<p>Identifies the market, status: required, type: string</p>\n","key":"X-market","value":"GAS"},{"key":"Accept","value":"application/json"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/DomesticSupplyReport?FacilityIds=123456, 234567","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}},"urlObject":{"path":["DomesticSupplyReport"],"host":["https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1"],"query":[{"description":{"content":"<p>A unique AEMO defined facility identifier, type: integer</p>\n","type":"text/plain"},"key":"FacilityIds","value":"123456, 234567"}],"variable":[]}},"response":[{"id":"d6e84c59-5394-4ccc-bc3d-8bc98a928896","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Identifies which Participant ID the Participant User is acting for, status: required","key":"X-initiatingParticipantID","value":"94"},{"description":"Identifies the market, status: required, type: string","key":"X-market","value":"GAS"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/DomesticSupplyReport?FacilityIds=123456, 234567","host":["https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1"],"path":["DomesticSupplyReport"],"query":[{"key":"FacilityIds","value":"123456, 234567","description":"A unique AEMO defined facility identifier"}]}},"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\": \"8bbca74a-d777-455e-a89e-93d8ea99c323\",\n    \"data\": {\n        \"DomesticSupplyDataList\": [\n            {\n                \"FacilityName\": \"GTP Outlet Station Receipt point\",\n                \"VersionDateTime\": \"2023-07-18T17:08:59\",\n                \"FacilityId\": 123456,\n                \"Year\": 2023,\n                \"Month\": 7,\n                \"DomesticGas\": 11.288\n            },\n            {\n                \"FacilityName\": \"GTP Outlet Station Receipt point\",\n                \"VersionDateTime\": \"2023-07-25T12:04:13\",\n                \"FacilityId\": 123456,\n                \"Year\": 2023,\n                \"Month\": 7,\n                \"DomesticGas\": 11.922\n            }\n        ]\n    },\n    \"errors\": [],\n    \"warnings\": []\n}"},{"id":"711d8abc-6c3b-4649-ac81-bd30c73fb68a","name":"The service cannot be found for the endpoint reference (EPR) <URI> Copy","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":{"raw":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/DomesticSupplyReport?FacilityIds=123456","host":["https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1"],"path":["DomesticSupplyReport"],"query":[{"key":"FacilityIds","value":"123456"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"6202bb62-f46c-4509-9f80-2db6d9f248a7","name":"Invalid method used","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/DomesticSupplyReport"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"0b63474f-4663-4b14-982b-8e65f1419ac0","name":"\"Authorization\" is missing from the header, user/password is incorrect/not provided or user account is locked out.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/DomesticSupplyReport"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"5d8af11d-39c9-4c2e-9717-50fd3e5891e4","name":"Submission is rejected because of business validation failures.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/DomesticSupplyReport"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"55d0b61e-e3d2-4464-b9f7-b9b1010b6704","name":"Resource missing from URL or incorrect.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/DomesticSupplyReport"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"c95133bb-e643-415f-b1b8-5967312c4c13","name":"\"Content-Length\" is missing from the header.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/DomesticSupplyReport"},"status":"Length Required","code":411,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"2d490065-57d5-4283-94e7-ac63c0ab21b1","name":"This response is provided when the throttling limits are reached.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/DomesticSupplyReport"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"28a390f1-3d5e-4e62-a3eb-da91b7b1db53","name":"Invalid role i.e. user does not have permission to submit this request.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/DomesticSupplyReport"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"609a48d7-e596-4acd-844b-a662a0d7963f","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/DomesticSupplyReport"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"db7824ed-b6d0-4dbb-9a41-519aca6a68da","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/DomesticSupplyReport"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"dcc4110f-38f6-467d-b82a-43184a05d8f8"}],"id":"f22ce511-3366-44f1-a6e8-05586cdcee73","description":"<p>A report with information about domestic supply for months M to M+5.</p>\n","_postman_id":"f22ce511-3366-44f1-a6e8-05586cdcee73","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}}},{"name":"ExportForecastReport","item":[{"name":"TC1 200","id":"8369568a-ceae-4c04-a48a-15bfb2f28124","protocolProfileBehavior":{"strictSSL":false,"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Identifies which Participant ID the Participant User is acting for, status: required</p>\n","key":"X-initiatingParticipantID","value":"94"},{"description":"<p>Identifies the market, status: required, type: string</p>\n","key":"X-market","value":"GAS"},{"key":"Accept","value":"application/json"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/ExportForecastReport?FacilityIds=123456, 234567","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}},"urlObject":{"path":["ExportForecastReport"],"host":["https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1"],"query":[{"description":{"content":"<p>A unique AEMO defined facility identifier, type: integer</p>\n","type":"text/plain"},"key":"FacilityIds","value":"123456, 234567"}],"variable":[]}},"response":[{"id":"c3066b5a-42ff-409e-8a74-fbe402b5e7ff","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Identifies which Participant ID the Participant User is acting for, status: required","key":"X-initiatingParticipantID","value":"94"},{"description":"Identifies the market, status: required, type: string","key":"X-market","value":"GAS"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/ExportForecastReport?FacilityIds=123456","host":["https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1"],"path":["ExportForecastReport"],"query":[{"key":"FacilityIds","value":"123456","description":"A unique AEMO defined facility identifier"}]}},"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\": \"9280b2d9-d8f1-4b98-960b-4749a61716dd\",\n    \"data\": {\n        \"ExportForecastDataList\": [\n            {\n                \"FacilityName\": \"GTP Outlet Station Receipt point\",\n                \"VersionDateTime\": \"2023-07-18T17:14:34\",\n                \"FacilityId\": 123456,\n                \"Year\": 2023,\n                \"Month\": 7,\n                \"ExportGas\": 10.822\n            },\n            {\n                \"FacilityName\": \"GTP Outlet Station Receipt point\",\n                \"VersionDateTime\": \"2023-08-22T14:03:50\",\n                \"FacilityId\": 123456,\n                \"Year\": 2023,\n                \"Month\": 7,\n                \"ExportGas\": 10.822\n            }\n        ]\n    },\n    \"errors\": [],\n    \"warnings\": []\n}"},{"id":"b3db19f9-86ce-4cfb-a454-e7396c538109","name":"The service cannot be found for the endpoint reference (EPR) <URI>","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":{"raw":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/ExportForecastReport?FacilityIds=123456","host":["https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1"],"path":["ExportForecastReport"],"query":[{"key":"FacilityIds","value":"123456","type":"text"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"d195daf6-e658-4deb-a859-b2486fb2f677","name":"Invalid method used)","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/ExportForecastReport"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"fabab8f8-3841-4f67-a69f-8cef2db54496","name":"\"Authorization\" is missing from the header, user/password is incorrect/not provided or user account is locked out.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/ExportForecastReport"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"f51f0126-0da7-43b2-acd2-cc23aeec2673","name":"Submission is rejected because of business validation failures.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/ExportForecastReport"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"fa23a7b4-e447-41fd-8996-e0c7791ba67f","name":"Resource missing from URL or incorrect.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/ExportForecastReport"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"cb54ea05-e9da-4e6c-835d-6ce5a08e2e08","name":"\"Content-Length\" is missing from the Header","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/ExportForecastReport"},"status":"Length Required","code":411,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"c697912b-b970-4a8a-b6d6-6195c5a33204","name":"This response is provided when the throttling limits are reached.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/ExportForecastReport"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"df89fb43-2c8d-4437-8ead-4f52bae77b0e","name":"Invalid role i.e. user does not have permission to submit this request.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/ExportForecastReport"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ef852c61-1a22-4c90-af91-fbaef850257d","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/ExportForecastReport"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"8172e4be-f53d-4d68-ac8f-271e0bf5b15a","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/ExportForecastReport"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"8369568a-ceae-4c04-a48a-15bfb2f28124"}],"id":"7d309f9f-1cdf-4f09-ba4f-1e00dacb69b3","description":"<p>A report with information about LNG exports for months M to M+5.</p>\n","_postman_id":"7d309f9f-1cdf-4f09-ba4f-1e00dacb69b3","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}}},{"name":"ExpectedDailyGasDemandReport","item":[{"name":"TC1 200","id":"8c6f9a09-63dd-4062-a785-6eecfedcd894","protocolProfileBehavior":{"strictSSL":false,"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Identifies which Participant ID the Participant User is acting for, status: required</p>\n","key":"X-initiatingParticipantID","value":"94"},{"description":"<p>Identifies the market, status: required, type: string</p>\n","key":"X-market","value":"GAS"},{"key":"Accept","value":"application/json"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/ExpectedDailyGasDemandReport?DemandZoneId=\"ABCD-AB-04\", \"ABCD-AB-03\"&FacilityIds=123456, 234567&IsFetchLimitedData=false&MinFromGasDate=2022-01-01","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}},"urlObject":{"path":["ExpectedDailyGasDemandReport"],"host":["https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1"],"query":[{"description":{"content":"<p>A unique AEMO defined demand zone identifier.</p>\n","type":"text/plain"},"key":"DemandZoneId","value":"\"ABCD-AB-04\", \"ABCD-AB-03\""},{"description":{"content":"<p>A unique AEMO defined facility identifier, type: integer</p>\n","type":"text/plain"},"key":"FacilityIds","value":"123456, 234567"},{"description":{"content":"<p>Returns records where:\n<code>True</code> – returns up to 2000 records.\n<code>False</code> or <code>null</code> – returns all records.</p>\n","type":"text/plain"},"key":"IsFetchLimitedData","value":"false"},{"description":{"content":"<p>Date of gas day. Any time component supplied is ignored. The gas day is applicable under the pipeline contract or market rules.</p>\n","type":"text/plain"},"key":"MinFromGasDate","value":"2022-01-01"}],"variable":[]}},"response":[{"id":"b02b2a21-ee23-40e3-a00e-1682090a5544","name":"Success - No Facility ID submitted, only DemandZone ID","originalRequest":{"method":"GET","header":[{"description":"Identifies which Participant ID the Participant User is acting for, status: required","key":"X-initiatingParticipantID","value":"94"},{"description":"Identifies the market, status: required, type: string","key":"X-market","value":"GAS"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/ExpectedDailyGasDemandReport?DemandZoneId=\"ABCD-AB-03\", \"ABCD-AB-01\"&IsFetchLimitedData=false&MinFromGasDate=2022-01-01","host":["https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1"],"path":["ExpectedDailyGasDemandReport"],"query":[{"key":"DemandZoneId","value":"\"ABCD-AB-03\", \"ABCD-AB-01\"","description":"A unique AEMO defined demand zone identifier."},{"key":"FacilityIds","value":"123456","description":"A unique AEMO defined facility identifier.","disabled":true},{"key":"IsFetchLimitedData","value":"false","description":"Returns records where:\n```True``` – returns up to 2000 records.\n```False``` or ```null``` – returns all records."},{"key":"MinFromGasDate","value":"2022-01-01","description":"Date of gas day. Any time component supplied is ignored. The gas day is applicable under the pipeline contract or market rules."}]}},"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\": \"53ce5334-5b37-448b-a6c3-e46343beb78b\",\n    \"data\": {\n        \"RowCountEDGD\": 17415,\n        \"ExpectedDailyGasDemandDataList\": [\n            {\n                \"FacilityName\": null,\n                \"VersionDateTime\": \"2023-06-20T09:50:50\",\n                \"FacilityIdForReport\": \"\",\n                \"CompanyId\": 0,\n                \"FacilityId\": -1,\n                \"GasDate\": \"2024-11-30T00:00:00\",\n                \"ForecastQuantity\": 100.5,\n                \"DemandZoneId\": \"ABCD-AB-03\",\n                \"PurchasesGsa\": 20.1,\n                \"PurchasesGsh\": 30.2,\n                \"GshLocation\": \"Multiple\",\n                \"PurchasesMktSameZone\": 40.1,\n                \"PurchasesMktDiffZone\": 10.1,\n                \"Description\": \"Test3537\"\n            },\n            {\n                \"FacilityName\": null,\n                \"VersionDateTime\": \"2023-06-20T09:50:50\",\n                \"FacilityIdForReport\": \"\",\n                \"CompanyId\": 0,\n                \"FacilityId\": -1,\n                \"GasDate\": \"2024-12-01T00:00:00\",\n                \"ForecastQuantity\": 100.5,\n                \"DemandZoneId\": \"ABCD-AB-01\",\n                \"PurchasesGsa\": 20.1,\n                \"PurchasesGsh\": 30.2,\n                \"GshLocation\": \"MSP\",\n                \"PurchasesMktSameZone\": 40.1,\n                \"PurchasesMktDiffZone\": 10.1,\n                \"Description\": \"Test531\"\n            }\n        ]\n    },\n    \"errors\": [],\n    \"warnings\": []\n}"},{"id":"523069a6-0b2a-46f2-8405-91d615c7f850","name":"Success - No DemandZone ID submitted, only Facility ID submitted","originalRequest":{"method":"GET","header":[{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"94"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/ExpectedDailyGasDemandReport?FacilityIds=123456&IsFetchLimitedData=false&MinFromGasDate=2023-09-01","host":["https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1"],"path":["ExpectedDailyGasDemandReport"],"query":[{"key":"DemandZoneId","value":"\"ABCD-AB-04\", \"ABCD-AB-03\"","description":"A unique AEMO defined demand zone identifier.","disabled":true},{"key":"FacilityIds","value":"123456","description":"A unique AEMO defined facility identifier."},{"key":"IsFetchLimitedData","value":"false","description":"Returns records where:\n```True``` – returns up to 2000 records.\n```False``` or ```null``` – returns all records."},{"key":"MinFromGasDate","value":"2023-09-01","description":"Date of gas day. Any time component supplied is ignored. The gas day is applicable under the pipeline contract or market rules."}]}},"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\": \"5080f803-eba1-453e-9cb1-beef56f062b1\",\n    \"data\": {\n        \"RowCountEDGD\": 8942,\n        \"ExpectedDailyGasDemandDataList\": [\n            {\n                \"FacilityName\": \"GTP Outlet Station Receipt point\",\n                \"VersionDateTime\": \"2023-07-20T12:14:23\",\n                \"FacilityIdForReport\": \"123456\",\n                \"CompanyId\": 0,\n                \"FacilityId\": 123456,\n                \"GasDate\": \"2055-09-20T00:00:00\",\n                \"ForecastQuantity\": 1.5,\n                \"DemandZoneId\": \"\",\n                \"PurchasesGsa\": 20.1,\n                \"PurchasesGsh\": 30.2,\n                \"GshLocation\": \"Timbuktoo\",\n                \"PurchasesMktSameZone\": 40.1,\n                \"PurchasesMktDiffZone\": 10.1,\n                \"Description\": null\n            },\n            {\n                \"FacilityName\": \"GTP Outlet Station Receipt point\",\n                \"VersionDateTime\": \"2023-08-24T14:28:08\",\n                \"FacilityIdForReport\": \"123456\",\n                \"CompanyId\": 0,\n                \"FacilityId\": 123456,\n                \"GasDate\": \"2023-09-21T00:00:00\",\n                \"ForecastQuantity\": 100.6,\n                \"DemandZoneId\": \"\",\n                \"PurchasesGsa\": 20.1,\n                \"PurchasesGsh\": 30.2,\n                \"GshLocation\": \"Timbuktoo\",\n                \"PurchasesMktSameZone\": 40.1,\n                \"PurchasesMktDiffZone\": 10.2,\n                \"Description\": null\n            }\n        ]\n    },\n    \"errors\": [],\n    \"warnings\": []\n}"},{"id":"8dfdeeff-4f0a-4121-b46d-2c332e14bb2e","name":"The service cannot be found for the endpoint reference (EPR) <URI>","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/ExpectedDailyGasDemandReport"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"a8fc59da-7817-4f51-af66-831fbfffd0ca","name":"Invalid method used","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/ExpectedDailyGasDemandReport"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"ce33ffdf-cb74-48a9-88b5-6148680777eb","name":"\"Authorization\" is missing from the header, user/password is incorrect/not provided or user account is locked out.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/ExpectedDailyGasDemandReport"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"4bd6d6d2-d906-4699-8e6d-5214f976847d","name":"Submission is rejected because of business validation failures.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/ExpectedDailyGasDemandReport"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"5ca19f83-1ccb-4fc2-abc7-89dab3f03502","name":"Resource missing from URL or incorrect.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/ExpectedDailyGasDemandReport"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"a519620e-d068-4717-8507-85c7abe31ee7","name":"\"Content-Length\" is missing from the header","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/ExpectedDailyGasDemandReport"},"status":"Length Required","code":411,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ed62c906-4185-4429-ba75-32d1a3e146b0","name":"Throttling limits are reached.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/ExpectedDailyGasDemandReport"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"5733d8fa-b5d1-4fb5-823c-ec29b4b57a76","name":"This response is provided when there is an invalid Role i.e. user does not have permission to submit this request.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/ExpectedDailyGasDemandReport"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"cdb4c867-a39b-41d2-8f16-eab101ac9b41","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/ExpectedDailyGasDemandReport"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"b0e93e54-94b2-47cf-b4b3-6c6352773a44","name":"e-Hub is operational but downstream systems are not available.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The ID of the Initiating Participant","key":"X-initiatingParticipantID","value":"ENERGYCO1"},{"description":"(Required) The market type that the request applies.","key":"X-market","value":"GAS"}],"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/ExpectedDailyGasDemandReport"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"8c6f9a09-63dd-4062-a785-6eecfedcd894"}],"id":"671ce022-c7be-4914-ba48-a8b89b1b376b","description":"<p>A report about the relevant entities expected daily gas demand and estimated breakdown of supply sources.</p>\n","_postman_id":"671ce022-c7be-4914-ba48-a8b89b1b376b","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}}},{"name":"blendCurtailment","id":"05ca157d-39ea-47fd-a971-621cd84294e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-initiatingParticipantID","value":"44","description":"<p>(Required) The ID of the Initiating Participant</p>\n","type":"text"},{"key":"X-market","value":"GAS","description":"<p>(Required) The market type that the request applies</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p>(Optional) Specifies the posted request data  format. If not provided</p>\n","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/blendCurtailment","description":"<p>Provide by the fifth gas day each month, the gas blend and gas<br />blend curtailment information for the previous month.</p>\n<h4 id=\"json-request-payload-properties\">JSON request payload properties</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>FacilityId</td>\n<td>true</td>\n<td>integer</td>\n<td>A unique AEMO defined facility identifier</td>\n</tr>\n<tr>\n<td>Year</td>\n<td>true</td>\n<td>integer</td>\n<td>The year that the information applies to</td>\n</tr>\n<tr>\n<td>Month</td>\n<td>true</td>\n<td>integer</td>\n<td>The month that the information applies to</td>\n</tr>\n<tr>\n<td>GasType</td>\n<td>false</td>\n<td>string</td>\n<td>Primary gas added to the gas blend</td>\n</tr>\n<tr>\n<td>GasBlendCurtailEvent</td>\n<td>true</td>\n<td>integer</td>\n<td>The number of times gas blend curtailment has occurred during the month in relation to the BB facility, or part of a BB facility</td>\n</tr>\n<tr>\n<td>GasBlendCurtailQty</td>\n<td>true</td>\n<td>number</td>\n<td>Quantity of gas curtailed (TJ)</td>\n</tr>\n<tr>\n<td>GasBlendLimit</td>\n<td>false</td>\n<td>number</td>\n<td>Blend level limit as %vol applied for the gas day</td>\n</tr>\n<tr>\n<td>GasBlendHigh</td>\n<td>true</td>\n<td>number</td>\n<td>Highest blend level achieved on any gas day in the month</td>\n</tr>\n<tr>\n<td>MaxGasDate</td>\n<td>false</td>\n<td>string</td>\n<td>The gas date in the month where the highest blend level was achieved</td>\n</tr>\n<tr>\n<td>GasBlendLow</td>\n<td>true</td>\n<td>number</td>\n<td>Lowest blend level achieved on any gas day in the month</td>\n</tr>\n<tr>\n<td>MinGasDate</td>\n<td>false</td>\n<td>string</td>\n<td>The gas date in the month where the lowest blend level was achieved</td>\n</tr>\n<tr>\n<td>GasBlendAvg</td>\n<td>true</td>\n<td>number</td>\n<td>The average daily blend level across all gas days in the month provided in %vol</td>\n</tr>\n<tr>\n<td>ConnectionPointId</td>\n<td>false</td>\n<td>integer</td>\n<td>A unique AEMO defined connection point identifier. This information can only be submitted for BB facilities where a gas blend is only being transported through a part of the BB facility</td>\n</tr>\n<tr>\n<td>FlowDirection</td>\n<td>false</td>\n<td>string</td>\n<td>Flow Direction can be RECEIPT - The flow of gas into the BB facility, or DELIVERY- The flow of gas out of the BB facility. This information can only be submitted for BB facilities where a gas blend is only being transported through a part of the BB facility</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"df5a7f32-5a89-4087-a958-bc35797d43fb","id":"df5a7f32-5a89-4087-a958-bc35797d43fb","name":"GBB Submission API Reference","type":"collection"}},"urlObject":{"path":["blendCurtailment"],"host":["https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1"],"query":[],"variable":[]}},"response":[{"id":"b43a5c51-eb34-48dd-9f67-c5cb8a219e26","name":"200 response","originalRequest":{"method":"POST","header":[{"key":"X-initiatingParticipantID","value":"44","description":"(Required) The ID of the Initiating Participant","type":"text"},{"key":"X-market","value":"GAS","description":"(Required) The market type that the request applies","type":"text"},{"key":"x-ss-id","value":"gNBPn9HMHxYsEmW1G8OO","description":"(Optional) Specifies the posted request data  format. If not provided","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ItemList\": [\r\n        {\r\n            \"FacilityId\": \"444444\",\r\n            \"GasYear\": \"2023\",\r\n            \"MonthNo\": \"10\",\r\n            \"GasType\": \"Hydrogen\",\r\n            \"BlendCurtailEvents\": \"-3\",\r\n            \"BlendCurtailQty\": \"34.111\",\r\n            \"BlendLimit\": \"98.111\",\r\n            \"BlendHigh\": \"12.121\",\r\n            \"MaxGasDate\": \"2023-10-12\",\r\n            \"BlendLow\": \"23.2\",\r\n            \"MinGasDate\": \"2023-10-01\",\r\n            \"BlendAvg\": \"23\",\r\n            \"ConnectionPointId\": \"1201001\",\r\n            \"FlowDirection\": \"DELIVERY\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1/blendCurtailment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"transactionId\": \"15258843-b5b0-44d4-8da1-0129ceed8852\",\r\n    \"data\": {},\r\n    \"errors\": [],\r\n    \"warnings\": []\r\n}"}],"_postman_id":"05ca157d-39ea-47fd-a971-621cd84294e8"}],"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]}},"event":[{"listen":"prerequest","script":{"id":"af3666fb-6af9-497d-9598-1e4d73a2478a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"4d614756-da56-4450-bf78-7773019b1662","type":"text/javascript","exec":[""]}}],"variable":[{"key":"Pre-prodUrl","value":"https://apis.preprod.aemo.com.au:9319/ws/gbb/submission/v1","type":"string","disabled":true},{"key":"baseUrl","value":"https://apis.prod.aemo.com.au:9319/ws/gbb/submission/v1","type":"string"}]}