GET exportserviceorg/accounttypes

Returns available account types

Request Information

Request URL

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

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 account types.

Collection of ExportService.DataContracts.AccountType
NameDescriptionTypeAdditional information
AccountTypeId

The id of the account type

integer

None.

Name

The name of the account type

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "AccountTypeId": 1,
    "Name": "Bankgiro/konto"
  }
]