Hoppa direkt till innehåll
API specifications
FormatXML OriginStadsnät ConsumerService Provider
set_status
Valid values for "status" are:
neworder is new and unhandeled
receivedorder is received by target (xsp)
activeorder is being handeled
waitingorder is pending action from other party
cancelledorder has been cancelled
deliveredorder has been fulfilled to end customer
  • Request

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

    • Example request

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

      HTTP/1.1 200
      Content-Type: application/xml
        <set_status>     <response>       <message>Status changed to delivered for order 1234</message>     </response>     <status>success</status>   </set_status>