POST api/Maathons

Request Information

URI Parameters

None.

Body Parameters

Maathon
NameDescriptionTypeAdditional information
Id_Marathon

integer

None.

Name_Marathone

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id_Marathon": 1,
  "Name_Marathone": "sample string 2"
}

Response Information

Resource Description

Maathon
NameDescriptionTypeAdditional information
Id_Marathon

integer

None.

Name_Marathone

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Id_Marathon": 1,
  "Name_Marathone": "sample string 2"
}