POST api/DraftLobby/GetPlayerOwnershipReport
Request Information
URI Parameters
None.
Body Parameters
OwnershipReportInputModelName | Description | Type | Additional information |
---|---|---|---|
SessionID | string |
None. |
|
SiteUserID | integer |
None. |
|
PositionCode | string |
None. |
|
FFPCLeagueTypeCategoryID | integer |
None. |
|
EntryFee | integer |
None. |
|
SuperflexLeagues | integer |
None. |
|
SlimRosterFormat | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "SessionID": "sample string 1", "SiteUserID": 2, "PositionCode": "sample string 3", "FFPCLeagueTypeCategoryID": 4, "EntryFee": 5, "SuperflexLeagues": 6, "SlimRosterFormat": 7 }
text/html
Sample:
{"SessionID":"sample string 1","SiteUserID":2,"PositionCode":"sample string 3","FFPCLeagueTypeCategoryID":4,"EntryFee":5,"SuperflexLeagues":6,"SlimRosterFormat":7}
application/xml, text/xml
Sample:
<OwnershipReportInputModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FantasyCoverage.BusinessObjects"> <EntryFee>5</EntryFee> <FFPCLeagueTypeCategoryID>4</FFPCLeagueTypeCategoryID> <PositionCode>sample string 3</PositionCode> <SessionID>sample string 1</SessionID> <SiteUserID>2</SiteUserID> <SlimRosterFormat>7</SlimRosterFormat> <SuperflexLeagues>6</SuperflexLeagues> </OwnershipReportInputModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ResponseModelName | Description | Type | Additional information |
---|---|---|---|
Message | string |
None. |
|
Status | boolean |
None. |
|
Data | Object |
None. |
|
ResultCode | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "Message": "sample string 1", "Status": true, "Data": {}, "ResultCode": 4 }
text/html
Sample:
{"Message":"sample string 1","Status":true,"Data":{},"ResultCode":4}
application/xml, text/xml
Sample:
<ResponseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FantasyCoverage.BusinessObjects"> <Data /> <Message>sample string 1</Message> <ResultCode>4</ResultCode> <Status>true</Status> </ResponseModel>