Hoppa direkt till innehåll
API för att hantera adresser och anmälningar i Anslutamotorn
FormatXML AuthLogin OriginAnslutamotorn ConsumerStadsnät
update_status
Update the status of an existing application using the local ID of the application, returned from search_application or export_applications
  • Request

    GET /admin/edit/connect/plain/api
    Content-Type: application/xml
    • Attributes

    • Example request

      GET /admin/edit/connect/plain/api?method=update_status&api_user=1234&id=1234&status=order
      Content-Type: application/xml
    • Response success

      HTTP/1.1
      Content-Type: application/xml
        <connect>     <update_status>       <response>         <message>Application 1234 status set to order</message>       </response>       <status>success</status>     </update_status>   </connect>