Orders 1.0
FormatXML OriginStadsnät ConsumerService Provider
customers
Request
GET https://www.stadsnatsportalen.se/plain/serviceguide_log
Attributes
- mandatory
Data format: string
Example: 2018-01-04
Date from which to show new customers
Example request
GET /plain/serviceguide_log?method=customers&date=2018-01-04&hash=ABC123
Response success: 200
HTTP/1.1 200
Content-Type: application/xml<customers> <response> <customer> <id>10573</id> <socket>KC0101A06</socket> <serial>19700101010101</serial> <firstname>Susanne</firstname> <surname>Testqvist</surname> <date>2018-01-01 12:34</date> </customer> <customer> <id>48962</id> <socket>CCTW0151B87</socket> <serial>190001010202</serial> <firstname>Anton</firstname> <surname>Testblom</surname> <date>2018-01-01 12:34</date> </customer> </response> <status>success</status> </customers>