PUT api/v1/clubs/{code}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
code

string

Required

Body Parameters

ClubDto
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Code

string

None.

OrganizationCode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": "feb7b002-1b6b-4858-9f0c-64ebbadb2d44",
  "code": "sample string 1",
  "organizationCode": "sample string 2"
}

application/xml, text/xml

Sample:
<ClubDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Domain.Dtos">
  <Code>sample string 1</Code>
  <Id>feb7b002-1b6b-4858-9f0c-64ebbadb2d44</Id>
  <OrganizationCode>sample string 2</OrganizationCode>
</ClubDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.