POST api/Team/GetDynastyTeamForSaleInfoVM
Request Information
URI Parameters
None.
Body Parameters
DynastyForSaleInputModel| Name | Description | Type | Additional information |
|---|---|---|---|
| SiteUserID | integer |
None. |
|
| ShowWatchlistedTeamsOnly | boolean |
None. |
|
| GetRosteredPlayerPool | boolean |
None. |
|
| SearchPlayerID | string |
None. |
|
| LeagueTypeFilters | string |
None. |
|
| EntryFeeFilters | string |
None. |
|
| OtherFilters | string |
None. |
|
| DynastyTeamForSaleID | integer |
None. |
|
| DynastyTeamForSalePurchaseRequestID | integer |
None. |
|
| LeagueID | integer |
None. |
|
| PromoPrice | integer |
None. |
|
| PromoCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SiteUserID": 1,
"ShowWatchlistedTeamsOnly": true,
"GetRosteredPlayerPool": true,
"SearchPlayerID": "sample string 4",
"LeagueTypeFilters": "sample string 5",
"EntryFeeFilters": "sample string 6",
"OtherFilters": "sample string 7",
"DynastyTeamForSaleID": 8,
"DynastyTeamForSalePurchaseRequestID": 9,
"LeagueID": 10,
"PromoPrice": 11,
"PromoCode": "sample string 12"
}
text/html
Sample:
{"SiteUserID":1,"ShowWatchlistedTeamsOnly":true,"GetRosteredPlayerPool":true,"SearchPlayerID":"sample string 4","LeagueTypeFilters":"sample string 5","EntryFeeFilters":"sample string 6","OtherFilters":"sample string 7","DynastyTeamForSaleID":8,"DynastyTeamForSalePurchaseRequestID":9,"LeagueID":10,"PromoPrice":11,"PromoCode":"sample string 12"}
application/xml, text/xml
Sample:
<DynastyForSaleInputModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FantasyCoverage.BusinessObjects"> <DynastyTeamForSaleID>8</DynastyTeamForSaleID> <DynastyTeamForSalePurchaseRequestID>9</DynastyTeamForSalePurchaseRequestID> <EntryFeeFilters>sample string 6</EntryFeeFilters> <GetRosteredPlayerPool>true</GetRosteredPlayerPool> <LeagueID>10</LeagueID> <LeagueTypeFilters>sample string 5</LeagueTypeFilters> <OtherFilters>sample string 7</OtherFilters> <PromoCode>sample string 12</PromoCode> <PromoPrice>11</PromoPrice> <SearchPlayerID>sample string 4</SearchPlayerID> <ShowWatchlistedTeamsOnly>true</ShowWatchlistedTeamsOnly> <SiteUserID>1</SiteUserID> </DynastyForSaleInputModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ResponseModel| Name | 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>