GET exportserviceorg/addresstypes
Returns available address types
Request Information
Request URL
https://api.idrottonline.se/exportserviceorg/addresstypesURI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
x-svenskidrott-api-version |
The requested API version |
string |
Default value is 1.0 |
api-version |
The requested API version |
string |
Default value is 1.0 |
Body Parameters
None.
Response Information
Resource Description
A list of address types.
Collection of ExportService.DataContracts.AddressTypeName | Description | Type | Additional information |
---|---|---|---|
AddressTypeId |
The id of the address type |
integer |
None. |
Name |
The name of the address type |
string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "AddressTypeId": 1, "Name": "Normal" }, { "AddressTypeId": 2, "Name": "SPAR" } ]