POST api/ClubAttributes/AddClubLength

Request Information

URI Parameters

None.

Body Parameters

ClubLength
NameDescriptionTypeAdditional information
id

string

None.

Type

string

None.

Manufacturer

string

None.

Length

string

Required

Request Formats

application/json, text/json

Sample:
{
  "id": "sample string 1",
  "Type": "sample string 2",
  "Manufacturer": "sample string 3",
  "Length": "sample string 4"
}

application/xml, text/xml

Sample:
<ClubLength xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Id>sample string 1</Id>
  <Type>sample string 2</Type>
  <Manufacturer>sample string 3</Manufacturer>
  <Length>sample string 4</Length>
</ClubLength>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.