GET api/v1/clubs?code={code}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
code | string |
Required |
Body Parameters
None.
Response Information
Resource Description
SingleResultResponseOfClubDtoName | Description | Type | Additional information |
---|---|---|---|
Meta | MetaSingleResult |
None. |
|
Notifications |
None. |
Response Formats
application/json, text/json
Sample:
{ "meta": {}, "notifications": [ {}, {} ], "result": { "id": "950e20af-4515-47d8-b1f2-e8666152a5de", "code": "sample string 1", "organizationCode": "sample string 2" } }
application/xml, text/xml
Sample:
<SingleResultResponseOfClubDtoaM_S85dVU xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Presentation.WebApi.Dtos.Response"> <Meta /> <Notifications> <Notification /> <Notification /> </Notifications> <Result xmlns:d2p1="http://schemas.datacontract.org/2004/07/Domain.Dtos"> <d2p1:Code>sample string 1</d2p1:Code> <d2p1:Id>950e20af-4515-47d8-b1f2-e8666152a5de</d2p1:Id> <d2p1:OrganizationCode>sample string 2</d2p1:OrganizationCode> </Result> </SingleResultResponseOfClubDtoaM_S85dVU>