POST api/League/UpdateorAddPool
Request Information
URI Parameters
None.
Body Parameters
Collection of LeagueEventPoolAssign| Name | Description | Type | Additional information |
|---|---|---|---|
| LeagueId | integer |
None. |
|
| EventId | integer |
None. |
|
| UserId | integer |
None. |
|
| PoolId | integer |
None. |
|
| LastModifiedBy | integer |
None. |
|
| LastModifiedDateTime | date |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"LeagueId": 1,
"EventId": 2,
"UserId": 3,
"PoolId": 4,
"LastModifiedBy": 5,
"LastModifiedDateTime": "2025-12-06T05:45:38.8696126+01:00"
},
{
"LeagueId": 1,
"EventId": 2,
"UserId": 3,
"PoolId": 4,
"LastModifiedBy": 5,
"LastModifiedDateTime": "2025-12-06T05:45:38.8696126+01:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfLeagueEventPoolAssign xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SportClub.DTO">
<LeagueEventPoolAssign>
<EventId>2</EventId>
<LastModifiedBy>5</LastModifiedBy>
<LastModifiedDateTime>2025-12-06T05:45:38.8696126+01:00</LastModifiedDateTime>
<LeagueId>1</LeagueId>
<PoolId>4</PoolId>
<UserId>3</UserId>
</LeagueEventPoolAssign>
<LeagueEventPoolAssign>
<EventId>2</EventId>
<LastModifiedBy>5</LastModifiedBy>
<LastModifiedDateTime>2025-12-06T05:45:38.8696126+01:00</LastModifiedDateTime>
<LeagueId>1</LeagueId>
<PoolId>4</PoolId>
<UserId>3</UserId>
</LeagueEventPoolAssign>
</ArrayOfLeagueEventPoolAssign>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.