GET api/v1/homev1/GetMakeMoneyStrategy

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ODDMakeMoneyStrategyUrl
NameDescriptionTypeAdditional information
IsOpen

boolean

None.

Url

string

None.

Response Formats

application/json

Sample:

Sample not available.

application/xml

Sample:
<ODDMakeMoneyStrategyUrl xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <IsOpen>true</IsOpen>
  <Url>sample string 2</Url>
</ODDMakeMoneyStrategyUrl>

text/json

Sample:
{
  "IsOpen": true,
  "Url": "sample string 2"
}

text/xml

Sample:
<ODDMakeMoneyStrategyUrl xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Smart.Domain.Dto.Activity.Odd">
  <IsOpen>true</IsOpen>
  <Url>sample string 2</Url>
</ODDMakeMoneyStrategyUrl>