PUT api/Maathons/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
Maathon| Name | Description | Type | Additional 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
None.