AEMO Pre-Balancing Reports v7

AEMO's public API catalogue lists 71 operation(s) for this API, gateway-routed under the path prefix /WEM/reports. AEMO's own openapi-link export for this API is a shell — it declares paths: {} with zero operations and names an internal host — so the 71 operation(s) in the OpenAPI captured here were harvested from AEMO's developer-portal operations endpoints (https://dev.aemo.com.au/developer/apis/pre-balancing-reports-v7/operations?api-version=2022-04-01-preview), complete with parameters, headers, response codes and response examples. Harvested 2026-07-27 (HTTP 200).

OpenAPI Specification

aemo-pre-balancing-reports-v7-openapi.yml Raw ↑
openapi: 3.0.1
info:
  title: Pre-Balancing Reports v7
  version: '3.0'
  x-origin:
  - format: openapi
    source: AEMO API Management developer portal
    url: https://dev.aemo.com.au/developer/apis/pre-balancing-reports-v7/operations?api-version=2022-04-01-preview
servers:
- url: https://api-prd.aemo.local/WEM/reports
paths:
  /?soapAction=getAdminBalPricesReport:
    post:
      operationId: getAdminBalPricesReport
      summary: getAdminBalPricesReport
      tags:
      - Pre-Balancing Reports v7
      parameters:
      - name: soapAction
        in: query
        required: true
        description: SOAP action selector for this operation.
        schema:
          type: string
          enum:
          - getAdminBalPricesReport
      requestBody:
        content:
          text/xml:
            example: "<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n<Envelope xmlns=\"http://schemas.xmlsoap.org/soap/envelope/\"\
              >\r\n  <Body>\r\n    <getAdminBalPricesReportRequest xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\
              \ xmlns=\"http://wems.imowa.com.au/xml/ns/reports/6.0\">\r\n      <startDate xmlns=\"\"\
              >1900-01-01</startDate>\r\n      <endDate xmlns=\"\">1900-01-01</endDate>\r\n    </getAdminBalPricesReportRequest>\r\
              \n  </Body>\r\n</Envelope>"
        description: adminBalPricesReportRequest
      responses:
        '200':
          description: adminBalPricesReportResponse
          content:
            text/xml:
              example: "<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n<Envelope xmlns=\"http://schemas.xmlsoap.org/soap/envelope/\"\
                >\r\n  <Body>\r\n    <getAdminBalPricesReportResponse xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\
                \ xmlns=\"http://wems.imowa.com.au/xml/ns/reports/6.0\">\r\n      <reportName xmlns=\"\
                \">reportName1</reportName>\r\n      <title xmlns=\"\">title1</title>\r\n      <publishedDate\
                \ xmlns=\"\">1900-01-01T01:01:01</publishedDate>\r\n      <message xmlns=\"\">message1</message>\r\
                \n      <participant xmlns=\"\">participant1</participant>\r\n      <startDate xmlns=\"\
                \">1900-01-01</startDate>\r\n      <endDate xmlns=\"\">1900-01-01</endDate>\r\n      <rows\
                \ id=\"Token1\" xmlns=\"\">\r\n        <tradeDate>1900-01-01</tradeDate>\r\n        <deliveryHour>1</deliveryHour>\r\
                \n        <deliveryInterval>1</deliveryInterval>\r\n        <scheduledSysLoad>1</scheduledSysLoad>\r\
                \n        <stemPricePerMwh>1</stemPricePerMwh>\r\n        <relevantQty>1</relevantQty>\r\
                \n        <reasonCode>reasonCode1</reasonCode>\r\n        <mcapPricePerMwh>1</mcapPricePerMwh>\r\
                \n        <udapPricePerMwh>1</udapPricePerMwh>\r\n        <ddapPricePerMwh>1</ddapPricePerMwh>\r\
                \n      </rows>\r\n      <rows id=\"Token2\" xsi:nil=\"true\" xmlns=\"\" />\r\n      <rows\
                \ id=\"Token3\" xmlns=\"\">\r\n        <tradeDate>0001-01-01</tradeDate>\r\n        <deliveryHour>-2147483647</deliveryHour>\r\
                \n        <deliveryInterval>-2147483647</deliveryInterval>\r\n        <scheduledSysLoad>-79228162514264337593543950335</scheduledSysLoad>\r\
                \n        <stemPricePerMwh>-79228162514264337593543950335</stemPricePerMwh>\r\n      \
                \  <relevantQty>-79228162514264337593543950335</relevantQty>\r\n        <reasonCode>reasonCode2</reasonCode>\r\
                \n        <mcapPricePerMwh>-79228162514264337593543950335</mcapPricePerMwh>\r\n      \
                \  <udapPricePerMwh>-79228162514264337593543950335</udapPricePerMwh>\r\n        <ddapPricePerMwh>-79228162514264337593543950335</ddapPricePerMwh>\r\
                \n      </rows>\r\n      <rows id=\"Token4\" xsi:nil=\"true\" xmlns=\"\" />\r\n      <rows\
                \ id=\"Token5\" xmlns=\"\">\r\n        <tradeDate>9999-12-31</tradeDate>\r\n        <deliveryHour>2147483647</deliveryHour>\r\
                \n        <deliveryInterval>2147483647</deliveryInterval>\r\n        <scheduledSysLoad>79228162514264337593543950335</scheduledSysLoad>\r\
                \n        <stemPricePerMwh>79228162514264337593543950335</stemPricePerMwh>\r\n       \
                \ <relevantQty>79228162514264337593543950335</relevantQty>\r\n        <reasonCode>reasonCode3</reasonCode>\r\
                \n        <mcapPricePerMwh>79228162514264337593543950335</mcapPricePerMwh>\r\n       \
                \ <udapPricePerMwh>79228162514264337593543950335</udapPricePerMwh>\r\n        <ddapPricePerMwh>79228162514264337593543950335</ddapPricePerMwh>\r\
                \n      </rows>\r\n    </getAdminBalPricesReportResponse>\r\n  </Body>\r\n</Envelope>"
  /?soapAction=getAdvInfoReport:
    post:
      operationId: getAdvInfoReport
      summary: getAdvInfoReport
      tags:
      - Pre-Balancing Reports v7
      parameters:
      - name: soapAction
        in: query
        required: true
        description: SOAP action selector for this operation.
        schema:
          type: string
          enum:
          - getAdvInfoReport
      requestBody:
        content:
          text/xml:
            example: "<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n<Envelope xmlns=\"http://schemas.xmlsoap.org/soap/envelope/\"\
              >\r\n  <Body>\r\n    <getAdvInfoReportRequest xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\
              \ xmlns=\"http://wems.imowa.com.au/xml/ns/reports/6.0\">\r\n      <startDate xmlns=\"\"\
              >1900-01-01</startDate>\r\n      <endDate xmlns=\"\">1900-01-01</endDate>\r\n    </getAdvInfoReportRequest>\r\
              \n  </Body>\r\n</Envelope>"
        description: advInfoReportRequest
      responses:
        '200':
          description: advInfoReportResponse
          content:
            text/xml:
              example: "<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n<Envelope xmlns=\"http://schemas.xmlsoap.org/soap/envelope/\"\
                >\r\n  <Body>\r\n    <getAdvInfoReportResponse xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\
                \ xmlns=\"http://wems.imowa.com.au/xml/ns/reports/6.0\">\r\n      <reportName xmlns=\"\
                \">reportName1</reportName>\r\n      <title xmlns=\"\">title1</title>\r\n      <publishedDate\
                \ xmlns=\"\">1900-01-01T01:01:01</publishedDate>\r\n      <message xmlns=\"\">message1</message>\r\
                \n      <participant xmlns=\"\">participant1</participant>\r\n      <startDate xmlns=\"\
                \">1900-01-01</startDate>\r\n      <endDate xmlns=\"\">1900-01-01</endDate>\r\n      <rows\
                \ id=\"Token1\" xmlns=\"\">\r\n        <timestamp>1900-01-01T01:01:01</timestamp>\r\n\
                \        <participant>participant1</participant>\r\n        <severity>severity1</severity>\r\
                \n        <message>message1</message>\r\n      </rows>\r\n      <rows id=\"Token2\" xsi:nil=\"\
                true\" xmlns=\"\" />\r\n      <rows id=\"Token3\" xmlns=\"\">\r\n        <timestamp>0001-01-01T00:00:00</timestamp>\r\
                \n        <participant>participant2</participant>\r\n        <severity>severity2</severity>\r\
                \n        <message>message2</message>\r\n      </rows>\r\n      <rows id=\"Token4\" xsi:nil=\"\
                true\" xmlns=\"\" />\r\n      <rows id=\"Token5\" xmlns=\"\">\r\n        <timestamp>9999-12-31T23:59:59.9999999</timestamp>\r\
                \n        <participant>participant3</participant>\r\n        <severity>severity3</severity>\r\
                \n        <message>message3</message>\r\n      </rows>\r\n    </getAdvInfoReportResponse>\r\
                \n  </Body>\r\n</Envelope>"
  /?soapAction=getAncServFacilitiesReport:
    post:
      operationId: getAncServFacilitiesReport
      summary: getAncServFacilitiesReport
      tags:
      - Pre-Balancing Reports v7
      parameters:
      - name: soapAction
        in: query
        required: true
        description: SOAP action selector for this operation.
        schema:
          type: string
          enum:
          - getAncServFacilitiesReport
      requestBody:
        content:
          text/xml:
            example: "<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n<Envelope xmlns=\"http://schemas.xmlsoap.org/soap/envelope/\"\
              >\r\n  <Body>\r\n    <getAncServFacilitiesReportRequest xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\
              \ xmlns=\"http://wems.imowa.com.au/xml/ns/reports/6.0\">\r\n      <startDate xmlns=\"\"\
              >1900-01-01</startDate>\r\n      <endDate xmlns=\"\">1900-01-01</endDate>\r\n    </getAncServFacilitiesReportRequest>\r\
              \n  </Body>\r\n</Envelope>"
        description: ancServFacilitiesReportRequest
      responses:
        '200':
          description: ancServFacilitiesReportResponse
          content:
            text/xml:
              example: "<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n<Envelope xmlns=\"http://schemas.xmlsoap.org/soap/envelope/\"\
                >\r\n  <Body>\r\n    <getAncServFacilitiesReportResponse xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\
                \ xmlns=\"http://wems.imowa.com.au/xml/ns/reports/6.0\">\r\n      <reportName xmlns=\"\
                \">reportName1</reportName>\r\n      <title xmlns=\"\">title1</title>\r\n      <publishedDate\
                \ xmlns=\"\">1900-01-01T01:01:01</publishedDate>\r\n      <message xmlns=\"\">message1</message>\r\
                \n      <participant xmlns=\"\">participant1</participant>\r\n      <startDate xmlns=\"\
                \">1900-01-01</startDate>\r\n      <endDate xmlns=\"\">1900-01-01</endDate>\r\n      <rows\
                \ id=\"Token1\" xmlns=\"\">\r\n        <tradeDate>1900-01-01</tradeDate>\r\n        <participant>participant1</participant>\r\
                \n        <resource>resource1</resource>\r\n      </rows>\r\n      <rows id=\"Token2\"\
                \ xsi:nil=\"true\" xmlns=\"\" />\r\n      <rows id=\"Token3\" xmlns=\"\">\r\n        <tradeDate>0001-01-01</tradeDate>\r\
                \n        <participant>participant2</participant>\r\n        <resource>resource2</resource>\r\
                \n      </rows>\r\n      <rows id=\"Token4\" xsi:nil=\"true\" xmlns=\"\" />\r\n      <rows\
                \ id=\"Token5\" xmlns=\"\">\r\n        <tradeDate>9999-12-31</tradeDate>\r\n        <participant>participant3</participant>\r\
                \n        <resource>resource3</resource>\r\n      </rows>\r\n    </getAncServFacilitiesReportResponse>\r\
                \n  </Body>\r\n</Envelope>"
  /?soapAction=getAncServReport:
    post:
      operationId: getAncServReport
      summary: getAncServReport
      tags:
      - Pre-Balancing Reports v7
      parameters:
      - name: soapAction
        in: query
        required: true
        description: SOAP action selector for this operation.
        schema:
          type: string
          enum:
          - getAncServReport
      requestBody:
        content:
          text/xml:
            example: "<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n<Envelope xmlns=\"http://schemas.xmlsoap.org/soap/envelope/\"\
              >\r\n  <Body>\r\n    <getAncServReportRequest xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\
              \ xmlns=\"http://wems.imowa.com.au/xml/ns/reports/6.0\">\r\n      <startDate xmlns=\"\"\
              >1900-01-01</startDate>\r\n      <endDate xmlns=\"\">1900-01-01</endDate>\r\n    </getAncServReportRequest>\r\
              \n  </Body>\r\n</Envelope>"
        description: ancServReportRequest
      responses:
        '200':
          description: ancServReportResponse
          content:
            text/xml:
              example: "<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n<Envelope xmlns=\"http://schemas.xmlsoap.org/soap/envelope/\"\
                >\r\n  <Body>\r\n    <getAncServReportResponse xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\
                \ xmlns=\"http://wems.imowa.com.au/xml/ns/reports/6.0\">\r\n      <reportName xmlns=\"\
                \">reportName1</reportName>\r\n      <title xmlns=\"\">title1</title>\r\n      <publishedDate\
                \ xmlns=\"\">1900-01-01T01:01:01</publishedDate>\r\n      <message xmlns=\"\">message1</message>\r\
                \n      <participant xmlns=\"\">participant1</participant>\r\n      <startDate xmlns=\"\
                \">1900-01-01</startDate>\r\n      <endDate xmlns=\"\">1900-01-01</endDate>\r\n      <rows\
                \ id=\"Token1\" xmlns=\"\">\r\n        <tradeDate>1900-01-01</tradeDate>\r\n        <deliveryHour>1</deliveryHour>\r\
                \n        <deliveryInterval>1</deliveryInterval>\r\n        <participant>participant1</participant>\r\
                \n        <ancServMwh>1</ancServMwh>\r\n      </rows>\r\n      <rows id=\"Token2\" xsi:nil=\"\
                true\" xmlns=\"\" />\r\n      <rows id=\"Token3\" xmlns=\"\">\r\n        <tradeDate>0001-01-01</tradeDate>\r\
                \n        <deliveryHour>-2147483647</deliveryHour>\r\n        <deliveryInterval>-2147483647</deliveryInterval>\r\
                \n        <participant>participant2</participant>\r\n        <ancServMwh>-79228162514264337593543950335</ancServMwh>\r\
                \n      </rows>\r\n      <rows id=\"Token4\" xsi:nil=\"true\" xmlns=\"\" />\r\n      <rows\
                \ id=\"Token5\" xmlns=\"\">\r\n        <tradeDate>9999-12-31</tradeDate>\r\n        <deliveryHour>2147483647</deliveryHour>\r\
                \n        <deliveryInterval>2147483647</deliveryInterval>\r\n        <participant>participant3</participant>\r\
                \n        <ancServMwh>79228162514264337593543950335</ancServMwh>\r\n      </rows>\r\n\
                \    </getAncServReportResponse>\r\n  </Body>\r\n</Envelope>"
  /?soapAction=getApprResvBltDeclarationsReport:
    post:
      operationId: getApprResvBltDeclarationsReport
      summary: getApprResvBltDeclarationsReport
      tags:
      - Pre-Balancing Reports v7
      parameters:
      - name: soapAction
        in: query
        required: true
        description: SOAP action selector for this operation.
        schema:
          type: string
          enum:
          - getApprResvBltDeclarationsReport
      requestBody:
        content:
          text/xml:
            example: "<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n<Envelope xmlns=\"http://schemas.xmlsoap.org/soap/envelope/\"\
              >\r\n  <Body>\r\n    <getApprResvBltDeclarationsReportRequest xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\
              \ xmlns=\"http://wems.imowa.com.au/xml/ns/reports/6.0\">\r\n      <startyear xmlns=\"\"\
              >1</startyear>\r\n      <endyear xmlns=\"\">1</endyear>\r\n    </getApprResvBltDeclarationsReportRequest>\r\
              \n  </Body>\r\n</Envelope>"
        description: apprResvBltDeclarationsReportRequest
      responses:
        '200':
          description: apprResvBltDeclarationsReportResponse
          content:
            text/xml:
              example: "<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n<Envelope xmlns=\"http://schemas.xmlsoap.org/soap/envelope/\"\
                >\r\n  <Body>\r\n    <getApprResvBltDeclarationsReportResponse xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\
                \ xmlns=\"http://wems.imowa.com.au/xml/ns/reports/6.0\">\r\n      <reportName xmlns=\"\
                \">reportName1</reportName>\r\n      <title xmlns=\"\">title1</title>\r\n      <publishedDate\
                \ xmlns=\"\">1900-01-01T01:01:01</publishedDate>\r\n      <message xmlns=\"\">message1</message>\r\
                \n      <participant xmlns=\"\">participant1</participant>\r\n      <startyear xmlns=\"\
                \">1</startyear>\r\n      <endyear xmlns=\"\">1</endyear>\r\n      <rows id=\"Token1\"\
                \ xmlns=\"\">\r\n        <capacityYear>capacityYear1</capacityYear>\r\n        <resourceName>resourceName1</resourceName>\r\
                \n        <resourceType>resourceType1</resourceType>\r\n        <facilityStatus>facilityStatus1</facilityStatus>\r\
                \n        <capacityBlock>capacityBlock1</capacityBlock>\r\n        <availClass>availClass1</availClass>\r\
                \n        <approvedClass>approvedClass1</approvedClass>\r\n        <capMwBilateral>1</capMwBilateral>\r\
                \n      </rows>\r\n      <rows id=\"Token2\" xsi:nil=\"true\" xmlns=\"\" />\r\n      <rows\
                \ id=\"Token3\" xmlns=\"\">\r\n        <capacityYear>capacityYear2</capacityYear>\r\n\
                \        <resourceName>resourceName2</resourceName>\r\n        <resourceType>resourceType2</resourceType>\r\
                \n        <facilityStatus>facilityStatus2</facilityStatus>\r\n        <capacityBlock>capacityBlock2</capacityBlock>\r\
                \n        <availClass>availClass2</availClass>\r\n        <approvedClass>approvedClass2</approvedClass>\r\
                \n        <capMwBilateral>-79228162514264337593543950335</capMwBilateral>\r\n      </rows>\r\
                \n      <rows id=\"Token4\" xsi:nil=\"true\" xmlns=\"\" />\r\n      <rows id=\"Token5\"\
                \ xmlns=\"\">\r\n        <capacityYear>capacityYear3</capacityYear>\r\n        <resourceName>resourceName3</resourceName>\r\
                \n        <resourceType>resourceType3</resourceType>\r\n        <facilityStatus>facilityStatus3</facilityStatus>\r\
                \n        <capacityBlock>capacityBlock3</capacityBlock>\r\n        <availClass>availClass3</availClass>\r\
                \n        <approvedClass>approvedClass3</approvedClass>\r\n        <capMwBilateral>79228162514264337593543950335</capMwBilateral>\r\
                \n      </rows>\r\n    </getApprResvBltDeclarationsReportResponse>\r\n  </Body>\r\n</Envelope>"
  /?soapAction=getBalSubmissionReport:
    post:
      operationId: getBalSubmissionReport
      summary: getBalSubmissionReport
      tags:
      - Pre-Balancing Reports v7
      parameters:
      - name: soapAction
        in: query
        required: true
        description: SOAP action selector for this operation.
        schema:
          type: string
          enum:
          - getBalSubmissionReport
      requestBody:
        content:
          text/xml:
            example: "<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n<Envelope xmlns=\"http://schemas.xmlsoap.org/soap/envelope/\"\
              >\r\n  <Body>\r\n    <getBalSubmissionReportRequest xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\
              \ xmlns=\"http://wems.imowa.com.au/xml/ns/reports/6.0\">\r\n      <startDate xmlns=\"\"\
              >1900-01-01</startDate>\r\n      <endDate xmlns=\"\">1900-01-01</endDate>\r\n    </getBalSubmissionReportRequest>\r\
              \n  </Body>\r\n</Envelope>"
        description: balSubmissionReportRequest
      responses:
        '200':
          description: balSubmissionReportResponse
          content:
            text/xml:
              example: "<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n<Envelope xmlns=\"http://schemas.xmlsoap.org/soap/envelope/\"\
                >\r\n  <Body>\r\n    <getBalSubmissionReportResponse xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\
                \ xmlns=\"http://wems.imowa.com.au/xml/ns/reports/6.0\">\r\n      <reportName xmlns=\"\
                \">reportName1</reportName>\r\n      <title xmlns=\"\">title1</title>\r\n      <publishedDate\
                \ xmlns=\"\">1900-01-01T01:01:01</publishedDate>\r\n      <message xmlns=\"\">message1</message>\r\
                \n      <participant xmlns=\"\">participant1</participant>\r\n      <startDate xmlns=\"\
                \">1900-01-01</startDate>\r\n      <endDate xmlns=\"\">1900-01-01</endDate>\r\n      <rows\
                \ id=\"Token1\" xmlns=\"\">\r\n        <tradeDate>1900-01-01</tradeDate>\r\n        <resourceName>resourceName1</resourceName>\r\
                \n        <resourceType>resourceType1</resourceType>\r\n        <incPriPerMwhPeak>1</incPriPerMwhPeak>\r\
                \n        <decPriPerMwhPeak>1</decPriPerMwhPeak>\r\n        <incPriPerMwhOffPeak>1</incPriPerMwhOffPeak>\r\
                \n        <decPriPerMwhOffPeak>1</decPriPerMwhOffPeak>\r\n        <liqIncPriPerMwhPeak>1</liqIncPriPerMwhPeak>\r\
                \n        <liqDecPriPerMwhPeak>1</liqDecPriPerMwhPeak>\r\n        <liqIncPriPerMwhOffPeak>1</liqIncPriPerMwhOffPeak>\r\
                \n        <liqDecPriPerMwhOffPeak>1</liqDecPriPerMwhOffPeak>\r\n      </rows>\r\n    \
                \  <rows id=\"Token2\" xsi:nil=\"true\" xmlns=\"\" />\r\n      <rows id=\"Token3\" xmlns=\"\
                \">\r\n        <tradeDate>0001-01-01</tradeDate>\r\n        <resourceName>resourceName2</resourceName>\r\
                \n        <resourceType>resourceType2</resourceType>\r\n        <incPriPerMwhPeak>-79228162514264337593543950335</incPriPerMwhPeak>\r\
                \n        <decPriPerMwhPeak>-79228162514264337593543950335</decPriPerMwhPeak>\r\n    \
                \    <incPriPerMwhOffPeak>-79228162514264337593543950335</incPriPerMwhOffPeak>\r\n   \
                \     <decPriPerMwhOffPeak>-79228162514264337593543950335</decPriPerMwhOffPeak>\r\n  \
                \      <liqIncPriPerMwhPeak>-79228162514264337593543950335</liqIncPriPerMwhPeak>\r\n \
                \       <liqDecPriPerMwhPeak>-79228162514264337593543950335</liqDecPriPerMwhPeak>\r\n\
                \        <liqIncPriPerMwhOffPeak>-79228162514264337593543950335</liqIncPriPerMwhOffPeak>\r\
                \n        <liqDecPriPerMwhOffPeak>-79228162514264337593543950335</liqDecPriPerMwhOffPeak>\r\
                \n      </rows>\r\n      <rows id=\"Token4\" xsi:nil=\"true\" xmlns=\"\" />\r\n      <rows\
                \ id=\"Token5\" xmlns=\"\">\r\n        <tradeDate>9999-12-31</tradeDate>\r\n        <resourceName>resourceName3</resourceName>\r\
                \n        <resourceType>resourceType3</resourceType>\r\n        <incPriPerMwhPeak>79228162514264337593543950335</incPriPerMwhPeak>\r\
                \n        <decPriPerMwhPeak>79228162514264337593543950335</decPriPerMwhPeak>\r\n     \
                \   <incPriPerMwhOffPeak>79228162514264337593543950335</incPriPerMwhOffPeak>\r\n     \
                \   <decPriPerMwhOffPeak>79228162514264337593543950335</decPriPerMwhOffPeak>\r\n     \
                \   <liqIncPriPerMwhPeak>79228162514264337593543950335</liqIncPriPerMwhPeak>\r\n     \
                \   <liqDecPriPerMwhPeak>79228162514264337593543950335</liqDecPriPerMwhPeak>\r\n     \
                \   <liqIncPriPerMwhOffPeak>79228162514264337593543950335</liqIncPriPerMwhOffPeak>\r\n\
                \        <liqDecPriPerMwhOffPeak>79228162514264337593543950335</liqDecPriPerMwhOffPeak>\r\
                \n      </rows>\r\n    </getBalSubmissionReportResponse>\r\n  </Body>\r\n</Envelope>"
  /?soapAction=getBilateralStndConvReport:
    post:
      operationId: getBilateralStndConvReport
      summary: getBilateralStndConvReport
      tags:
      - Pre-Balancing Reports v7
      parameters:
      - name: soapAction
        in: query
        required: true
        description: SOAP action selector for this operation.
        schema:
          type: string
          enum:
          - getBilateralStndConvReport
      requestBody:
        content:
          text/xml:
            example: "<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n<Envelope xmlns=\"http://schemas.xmlsoap.org/soap/envelope/\"\
              >\r\n  <Body>\r\n    <getBilateralStndConvReportRequest xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\
              \ xmlns=\"http://wems.imowa.com.au/xml/ns/reports/6.0\">\r\n      <startDate xmlns=\"\"\
              >1900-01-01</startDate>\r\n      <endDate xmlns=\"\">1900-01-01</endDate>\r\n    </getBilateralStndConvReportRequest>\r\
              \n  </Body>\r\n</Envelope>"
        description: bilateralStndConvReportRequest
      responses:
        '200':
          description: bilateralStndConvReportResponse
          content:
            text/xml:
              example: "<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n<Envelope xmlns=\"http://schemas.xmlsoap.org/soap/envelope/\"\
                >\r\n  <Body>\r\n    <getBilateralStndConvReportResponse xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\
                \ xmlns=\"http://wems.imowa.com.au/xml/ns/reports/6.0\">\r\n      <reportName xmlns=\"\
                \">reportName1</reportName>\r\n      <title xmlns=\"\">title1</title>\r\n      <publishedDate\
                \ xmlns=\"\">1900-01-01T01:01:01</publishedDate>\r\n      <message xmlns=\"\">message1</message>\r\
                \n      <participant xmlns=\"\">participant1</participant>\r\n      <startDate xmlns=\"\
                \">1900-01-01</startDate>\r\n      <endDate xmlns=\"\">1900-01-01</endDate>\r\n      <rows\
                \ xmlns=\"\">\r\n        <tradeDate>1900-01-01</tradeDate>\r\n        <valid>valid1</valid>\r\
                \n        <xmlResult>xmlResult1</xmlResult>\r\n      </rows>\r\n      <rows xsi:nil=\"\
                true\" xmlns=\"\" />\r\n      <rows xmlns=\"\">\r\n        <tradeDate>0001-01-01</tradeDate>\r\
                \n        <valid>valid2</valid>\r\n        <xmlResult>xmlResult2</xmlResult>\r\n     \
                \ </rows>\r\n      <rows xsi:nil=\"true\" xmlns=\"\" />\r\n      <rows xmlns=\"\">\r\n\
                \        <tradeDate>9999-12-31</tradeDate>\r\n        <valid>valid3</valid>\r\n      \
                \  <xmlResult>xmlResult3</xmlResult>\r\n      </rows>\r\n    </getBilateralStndConvReportResponse>\r\
                \n  </Body>\r\n</Envelope>"
  /?soapAction=getBilatSubmissionReport:
    post:
      operationId: getBilatSubmissionReport
      summary: getBilatSubmissionReport
      tags:
      - Pre-Balancing Reports v7
      parameters:
      - name: soapAction
        in: query
        required: true
        description: SOAP action selector for this operation.
        schema:
          type: string
          enum:
          - getBilatSubmissionReport
      requestBody:
        content:
          text/xml:
            example: "<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n<Envelope xmlns=\"http://schemas.xmlsoap.org/soap/envelope/\"\
              >\r\n  <Body>\r\n    <getBilatSubmissionReportRequest xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\
              \ xmlns=\"http://wems.imowa.com.au/xml/ns/reports/6.0\">\r\n      <startDate xmlns=\"\"\
              >1900-01-01</startDate>\r\n      <endDate xmlns=\"\">1900-01-01</endDate>\r\n    </getBilatSubmissionReportRequest>\r\
              \n  </Body>\r\n</Envelope>"
        description: bilatSubmissionReportRequest
      responses:
        '200':
          description: bilatSubmissionReportResponse
          content:
            text/xml:
              example: "<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n<Envelope xmlns=\"http://schemas.xmlsoap.org/soap/envelope/\"\
                >\r\n  <Body>\r\n    <getBilatSubmissionReportResponse xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\
                \ xmlns=\"http://wems.imowa.com.au/xml/ns/reports/6.0\">\r\n      <reportName xmlns=\"\
                \">reportName1</reportName>\r\n      <title xmlns=\"\">title1</title>\r\n      <publishedDate\
                \ xmlns=\"\">1900-01-01T01:01:01</publishedDate>\r\n      <message xmlns=\"\">message1</message>\r\
                \n      <participant xmlns=\"\">participant1</participant>\r\n      <startDate xmlns=\"\
                \">1900-01-01</startDate>\r\n      <endDate xmlns=\"\">1900-01-01</endDate>\r\n      <rows\
                \ id=\"Token1\" xmlns=\"\">\r\n        <tradeDate>1900-01-01</tradeDate>\r\n        <deliveryHour>1</deliveryHour>\r\
                \n        <deliveryInterval>1</deliveryInterval>\r\n        <fromStanding>fromStanding1</fromStanding>\r\
                \n        <supplyQtyMwh>1</supplyQtyMwh>\r\n        <internalLoadMwh>1</internalLoadMwh>\r\
                \n        <participantConsumer>participantConsumer1</participantConsumer>\r\n        <demandQtyMwh>1</demandQtyMwh>\r\
                \n      </rows>\r\n      <rows id=\"Token2\" xsi:nil=\"true\" xmlns=\"\" />\r\n      <rows\
                \ id=\"Token3\" xmlns=\"\">\r\n        <tradeDate>0001-01-01</tradeDate>\r\n        <deliveryHour>-2147483647</deliveryHour>\r\
                \n        <deliveryInterval>-2147483647</deliveryInterval>\r\n        <fromStanding>fromStanding2</fromStanding>\r\
                \n        <supplyQtyMwh>-79228162514264337593543950335</supplyQtyMwh>\r\n        <internalLoadMwh>-79228162514264337593543950335</internalLoadMwh>\r\
                \n        <participantConsumer>participantConsumer2</participantConsumer>\r\n        <demandQtyMwh>-79228162514264337593543950335</demandQtyMwh>\r\
                \n      </rows>\r\n      <rows id=\"Token4\" xsi:nil=\"true\" xmlns=\"\" />\r\n      <rows\
                \ id=\"Token5\" xmlns=\"\">\r\n        <tradeDate>9999-12-31</tradeDate>\r\n        <deliveryHour>2147483647</deliveryHour>\r\
                \n        <deliveryInterval>2147483647</deliveryInterval>\r\n        <fromStanding>fromStanding3</fromStanding>\r\
                \n        <supplyQtyMwh>79228162514264337593543950335</supplyQtyMwh>\r\n        <internalLoadMwh>79228162514264337593543950335</internalLoadMwh>\r\
                \n        <participantConsumer>participantConsumer3</participantConsumer>\r\n        <demandQtyMwh>79228162514264337593543950335</demandQtyMwh>\r\
                \n      </rows>\r\n    </getBilatSubmissionReportResponse>\r\n  </Body>\r\n</Envelope>"
  /?soapAction=getCommissioningTestReport:
    post:
      operationId: getCommissioningTestReport
      summary: getCommissioningTestReport
      tags:
      - Pre-Balancing Reports v7
      parameters:
      - name: soapAction
        in: query
        required: true
        description: SOAP action selector for this operation.
        schema:
          type: string
          enum:
          - getCommissioningTestReport
      requestBody:
        content:
          text/xml:
            example: "<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n<Envelope xmlns=\"http://schemas.xmlsoap.org/soap/envelope/\"\
              >\r\n  <Body>\r\n    <getCommissioningTestReportRequest xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\
              \ xmlns=\"http://wems.imowa.com.au/xml/ns/reports/6.0\">\r\n      <startDate xmlns=\"\"\
              >1900-01-01</startDate>\r\n      <endDate xmlns=\"\">1900-01-01</endDate>\r\n    </getCommissioningTestReportRequest>\r\
              \n  </Body>\r\n</Envelope>"
        description: commissioningTestReportRequest
      responses:
        '200':
          description: commissioningTestReportResponse
          content:
            text/xml:
              example: "<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n<Envelope xmlns=\"http://schemas.xmlsoap.org/soap/envelope/\"\
                >\r\n  <Body>\r\n    <getCommissioningTestReportResponse xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\
                \ xmlns=\"http://wems.imowa.com.au/xml/ns/reports/6.0\">\r\n      <reportName xmlns=\"\
                \">reportName1</reportName>\r\n      <title xmlns=\"\">title1</title>\r\n      <publishedDate\
                \ xmlns=\"\">1900-01-01T01:01:01</publishedDate>\r\n      <message xmlns=\"\">message1</message>\r\
                \n      <participant xmlns=\"\">participant1</participant>\r\n      <startDate xmlns=\"\
                \">1900-01-01</startDate>\r\n      <endDate xmlns=\"\">1900-01-01</endDate>\r\n      <rows\
                \ id=\"Token1\" xmlns=\"\">\r\n        <tradeDate>1900-01-01T01:01:01</tradeDate>\r\n\
                \        <deliveryDate>1900-01-01T01:01:01</deliveryDate>\r\n        <deliveryHour>1</deliveryHour>\r\
                \n        <deliveryInterval>1</deliveryInterval>\r\n        <participant>participant1</participant>\r\
                \n        <facility>facility1</facility>\r\n        <activePower>1</activePower>\r\n \
                \       <reactivePower>1</reactivePower>\r\n        <fuelType1>fuelType11</fuelType1>\r\
                \n        <fuelType2>fuelType21</fuelType2>\r\n        <fuelType3>fuelType31</fuelType3>\r\
                \n        <tripRisk>tripRisk1</tripRisk>\r\n        <CTest>CTest1</CTest>\r\n        <STest>STest1</STest>\r\
                \n        <comments>comments1</comments>\r\n      </rows>\r\n      <rows i

# --- truncated at 32 KB (286 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/aemo/refs/heads/main/openapi/aemo-pre-balancing-reports-v7-openapi.yml