POST api/Maathons
Request Information
URI Parameters
None.
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
Maathon| Name | Description | Type | Additional information |
|---|---|---|---|
| Id_Marathon | integer |
None. |
|
| Name_Marathone | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id_Marathon": 1,
"Name_Marathone": "sample string 2"
}