Admin
API för att hantera adresser och anmälningar i Anslutamotorn
FormatXML AuthLogin OriginAnslutamotorn ConsumerStadsnät
insert_addresses
The data is an array of posts, max 100 posts in the array. All posts must follow the specification, but as with insert_address, can also contain an "id" field for updating existing posts. Consult the MdB import function for an example of using a similar API call.
This is a shorthand for using the insert_address up to 100 times, so all info for insert_address applies here as well.
This is a shorthand for using the insert_address up to 100 times, so all info for insert_address applies here as well.
Request
GET /admin/edit/connect/plain/api
Attributes
- mandatory
Data format: array
Example: Array
An array of arrays of the addresses - mandatory
Data format: integer
Example: 1234
The ID for the API user in Atlas - optional
Data format: string
Example: json
What format should the response be in, valid values are 'xml' and 'json'
Example request
GET /admin/edit/connect/plain/api?method=insert_addresses&data=Array&api_user=1234