 
				Admin
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
- RequestGET /admin/edit/connect/plain/api
 Content-Type: application/xml
 - Attributes- mandatory
 Data format: integer
 Example: 1234
 ID of application to update
- mandatory
 Data format: string
 Example: order
 "interest", "order", "connected" or "none"
 
- Example requestGET /admin/edit/connect/plain/api?method=update_status&api_user=1234&id=1234&status=order
 Content-Type: application/xml
 
- Response successHTTP/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>