GET api/fishbox/scheme/default

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

FishboxScheme
NameDescriptionTypeAdditional information
ID

integer

None.

Name

string

None.

Active

boolean

None.

IsDefault

boolean

None.

UseFishProductPreferences

boolean

None.

UseBoxOrderMargin

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "Name": "sample string 2",
  "Active": true,
  "IsDefault": true,
  "UseFishProductPreferences": true,
  "UseBoxOrderMargin": true
}

application/xml, text/xml

Sample:
<FishboxScheme xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/cag.Data.Subscription">
  <Active>true</Active>
  <ID>1</ID>
  <IsDefault>true</IsDefault>
  <Name>sample string 2</Name>
  <UseBoxOrderMargin>true</UseBoxOrderMargin>
  <UseFishProductPreferences>true</UseFishProductPreferences>
</FishboxScheme>