Hoppa direkt till innehåll
API specifications
FormatXML OriginStadsnät ConsumerService Provider
customer_info
  • Request

    GET https://www.stadsnatsportalen.se/plain/serviceguide_log
    • Attributes

    • Example request

      GET /plain/serviceguide_log?method=customer_info&id=1234&hash=ABC123
    • Response success: 200

      HTTP/1.1 200
      Content-Type: application/xml
        <customer_info>     <response>       <customer>         <id>10573</id>         <socket>KC0101A06</socket>         <serial>19700101010101</serial>         <firstname>Susanne</firstname>         <surname>Testqvist</surname>         <email>testqvist@epost.se</email>         <address>Testgatan10b</address>         <zip>64430</zip>         <city>Torshälla</city>       </customer>       <data>         <phone>0708530013</phone>         <premise>1002</premise>       </data>     </response>     <status>success</status>   </customer_info>