GET exportservice/accounttypes
Returns available account types
Request Information
Request URL
https://api.idrottonline.se/exportservice/accounttypesURI 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 account types.
Collection of ExportService.DataContracts.AccountTypeName | Description | Type | Additional 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" } ]