GET exportserviceorg/addresstypes

Returns available address types

Request Information

Request URL

https://api.idrottonline.se/exportserviceorg/addresstypes

URI Parameters

NameDescriptionTypeAdditional 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.AddressType
NameDescriptionTypeAdditional 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"
  }
]