POST api/activity/League/leagueSignout
Request Information
URI Parameters
None.
Body Parameters
LeagueSignIn| Name | Description | Type | Additional information |
|---|---|---|---|
| leagueId | integer |
None. |
|
| userId | integer |
None. |
|
| skillLevel | integer |
None. |
|
| playingMode | string |
None. |
|
| createdBy | integer |
None. |
|
| PaymentAmount | integer |
None. |
|
| PaymentReceived | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"leagueId": 1,
"userId": 2,
"skillLevel": 3,
"playingMode": "sample string 4",
"createdBy": 5,
"PaymentAmount": 6,
"PaymentReceived": true
}
application/xml, text/xml
Sample:
<LeagueSignIn xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SportClub.DTO"> <PaymentAmount>6</PaymentAmount> <PaymentReceived>true</PaymentReceived> <createdBy>5</createdBy> <leagueId>1</leagueId> <playingMode>sample string 4</playingMode> <skillLevel>3</skillLevel> <userId>2</userId> </LeagueSignIn>
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.