Power


Click here for a complete list of operations.

EnrollEnergyAll

Založit žádost energie

Test

The test form is only available for requests from the local machine.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /JunakWebservice/Power.asmx HTTP/1.1
Host: is.skaut.cz
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "https://is.skaut.cz/EnrollEnergyAll"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <EnrollEnergyAll xmlns="https://is.skaut.cz/">
      <EnrollEnergyAllInput>
        <ID_Login>guid</ID_Login>
      </EnrollEnergyAllInput>
    </EnrollEnergyAll>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <EnrollEnergyAllResponse xmlns="https://is.skaut.cz/">
      <EnrollEnergyAllResult>
        <EnrollEnergyAllOutput>
          <ID>int</ID>
          <ID_Login>guid</ID_Login>
          <ID_UserCreate>int</ID_UserCreate>
          <ID_PersonCreate>int</ID_PersonCreate>
          <PersonCreate>string</PersonCreate>
          <Note>string</Note>
          <Person>string</Person>
          <DateCreate>dateTime</DateCreate>
          <ID_EnrollEnergyType>string</ID_EnrollEnergyType>
          <Phone>string</Phone>
          <Email>string</Email>
          <EnrollEnergyType>string</EnrollEnergyType>
          <ID_Person>int</ID_Person>
          <FirstName>string</FirstName>
          <LastName>string</LastName>
          <IdentificationCode>string</IdentificationCode>
          <ID_Unit>int</ID_Unit>
          <RegistrationNumber>string</RegistrationNumber>
          <Unit>string</Unit>
          <UnitName>string</UnitName>
          <Company>string</Company>
          <IC>string</IC>
          <DIC>string</DIC>
          <Agent>string</Agent>
          <Function>string</Function>
          <Street>string</Street>
          <City>string</City>
          <Postcode>string</Postcode>
          <EnergySupplier1>string</EnergySupplier1>
          <EnergySupplier2>string</EnergySupplier2>
          <HasPermissionReadPower>boolean</HasPermissionReadPower>
          <AccountExtension>string</AccountExtension>
          <AgreementExtension>string</AgreementExtension>
          <OtherExtension>string</OtherExtension>
          <AdvanceType>string</AdvanceType>
          <ID_AdvanceType>string</ID_AdvanceType>
          <AdvanceTypeContent>string</AdvanceTypeContent>
          <AdvanceAmount>decimal</AdvanceAmount>
          <Invitation>string</Invitation>
        </EnrollEnergyAllOutput>
        <EnrollEnergyAllOutput>
          <ID>int</ID>
          <ID_Login>guid</ID_Login>
          <ID_UserCreate>int</ID_UserCreate>
          <ID_PersonCreate>int</ID_PersonCreate>
          <PersonCreate>string</PersonCreate>
          <Note>string</Note>
          <Person>string</Person>
          <DateCreate>dateTime</DateCreate>
          <ID_EnrollEnergyType>string</ID_EnrollEnergyType>
          <Phone>string</Phone>
          <Email>string</Email>
          <EnrollEnergyType>string</EnrollEnergyType>
          <ID_Person>int</ID_Person>
          <FirstName>string</FirstName>
          <LastName>string</LastName>
          <IdentificationCode>string</IdentificationCode>
          <ID_Unit>int</ID_Unit>
          <RegistrationNumber>string</RegistrationNumber>
          <Unit>string</Unit>
          <UnitName>string</UnitName>
          <Company>string</Company>
          <IC>string</IC>
          <DIC>string</DIC>
          <Agent>string</Agent>
          <Function>string</Function>
          <Street>string</Street>
          <City>string</City>
          <Postcode>string</Postcode>
          <EnergySupplier1>string</EnergySupplier1>
          <EnergySupplier2>string</EnergySupplier2>
          <HasPermissionReadPower>boolean</HasPermissionReadPower>
          <AccountExtension>string</AccountExtension>
          <AgreementExtension>string</AgreementExtension>
          <OtherExtension>string</OtherExtension>
          <AdvanceType>string</AdvanceType>
          <ID_AdvanceType>string</ID_AdvanceType>
          <AdvanceTypeContent>string</AdvanceTypeContent>
          <AdvanceAmount>decimal</AdvanceAmount>
          <Invitation>string</Invitation>
        </EnrollEnergyAllOutput>
      </EnrollEnergyAllResult>
    </EnrollEnergyAllResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /JunakWebservice/Power.asmx HTTP/1.1
Host: is.skaut.cz
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <EnrollEnergyAll xmlns="https://is.skaut.cz/">
      <EnrollEnergyAllInput>
        <ID_Login>guid</ID_Login>
      </EnrollEnergyAllInput>
    </EnrollEnergyAll>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <EnrollEnergyAllResponse xmlns="https://is.skaut.cz/">
      <EnrollEnergyAllResult>
        <EnrollEnergyAllOutput>
          <ID>int</ID>
          <ID_Login>guid</ID_Login>
          <ID_UserCreate>int</ID_UserCreate>
          <ID_PersonCreate>int</ID_PersonCreate>
          <PersonCreate>string</PersonCreate>
          <Note>string</Note>
          <Person>string</Person>
          <DateCreate>dateTime</DateCreate>
          <ID_EnrollEnergyType>string</ID_EnrollEnergyType>
          <Phone>string</Phone>
          <Email>string</Email>
          <EnrollEnergyType>string</EnrollEnergyType>
          <ID_Person>int</ID_Person>
          <FirstName>string</FirstName>
          <LastName>string</LastName>
          <IdentificationCode>string</IdentificationCode>
          <ID_Unit>int</ID_Unit>
          <RegistrationNumber>string</RegistrationNumber>
          <Unit>string</Unit>
          <UnitName>string</UnitName>
          <Company>string</Company>
          <IC>string</IC>
          <DIC>string</DIC>
          <Agent>string</Agent>
          <Function>string</Function>
          <Street>string</Street>
          <City>string</City>
          <Postcode>string</Postcode>
          <EnergySupplier1>string</EnergySupplier1>
          <EnergySupplier2>string</EnergySupplier2>
          <HasPermissionReadPower>boolean</HasPermissionReadPower>
          <AccountExtension>string</AccountExtension>
          <AgreementExtension>string</AgreementExtension>
          <OtherExtension>string</OtherExtension>
          <AdvanceType>string</AdvanceType>
          <ID_AdvanceType>string</ID_AdvanceType>
          <AdvanceTypeContent>string</AdvanceTypeContent>
          <AdvanceAmount>decimal</AdvanceAmount>
          <Invitation>string</Invitation>
        </EnrollEnergyAllOutput>
        <EnrollEnergyAllOutput>
          <ID>int</ID>
          <ID_Login>guid</ID_Login>
          <ID_UserCreate>int</ID_UserCreate>
          <ID_PersonCreate>int</ID_PersonCreate>
          <PersonCreate>string</PersonCreate>
          <Note>string</Note>
          <Person>string</Person>
          <DateCreate>dateTime</DateCreate>
          <ID_EnrollEnergyType>string</ID_EnrollEnergyType>
          <Phone>string</Phone>
          <Email>string</Email>
          <EnrollEnergyType>string</EnrollEnergyType>
          <ID_Person>int</ID_Person>
          <FirstName>string</FirstName>
          <LastName>string</LastName>
          <IdentificationCode>string</IdentificationCode>
          <ID_Unit>int</ID_Unit>
          <RegistrationNumber>string</RegistrationNumber>
          <Unit>string</Unit>
          <UnitName>string</UnitName>
          <Company>string</Company>
          <IC>string</IC>
          <DIC>string</DIC>
          <Agent>string</Agent>
          <Function>string</Function>
          <Street>string</Street>
          <City>string</City>
          <Postcode>string</Postcode>
          <EnergySupplier1>string</EnergySupplier1>
          <EnergySupplier2>string</EnergySupplier2>
          <HasPermissionReadPower>boolean</HasPermissionReadPower>
          <AccountExtension>string</AccountExtension>
          <AgreementExtension>string</AgreementExtension>
          <OtherExtension>string</OtherExtension>
          <AdvanceType>string</AdvanceType>
          <ID_AdvanceType>string</ID_AdvanceType>
          <AdvanceTypeContent>string</AdvanceTypeContent>
          <AdvanceAmount>decimal</AdvanceAmount>
          <Invitation>string</Invitation>
        </EnrollEnergyAllOutput>
      </EnrollEnergyAllResult>
    </EnrollEnergyAllResponse>
  </soap12:Body>
</soap12:Envelope>