POST api/post/team/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
Team| Name | Description | Type | Additional information |
|---|---|---|---|
| TeamID | integer |
None. |
|
| TeamName | string |
None. |
|
| CategoryID | integer |
None. |
|
| ClubID | integer |
None. |
|
| Picture | string |
None. |
|
| Category | Category |
None. |
|
| Club | Club |
None. |
|
| TeamSquad | Collection of TeamSquad |
None. |
|
| TeamGames | Collection of TeamGames |
None. |
|
| TeamGrupo | Collection of TeamGrupo |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>