POST api/Android/ApplicationSettings2

Request Information

URI Parameters

None.

Body Parameters

ModelQuery
NameDescriptionTypeAdditional information
query

string

None.

DbName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "query": "sample string 1",
  "DbName": "sample string 2"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of ApplicationSettings2
NameDescriptionTypeAdditional information
InvestmentFollow

integer

None.

IsVatChanged

integer

None.

IsDesignSelect

integer

None.

IsUseLocationUpdate

integer

None.

IsPurchasePriceForced

integer

None.

IsUsePriceListView

integer

None.

IsUsePriceListPdf

integer

None.

IsDatediffDayControl

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "InvestmentFollow": 1,
    "IsVatChanged": 2,
    "IsDesignSelect": 3,
    "IsUseLocationUpdate": 4,
    "IsPurchasePriceForced": 5,
    "IsUsePriceListView": 6,
    "IsUsePriceListPdf": 7,
    "IsDatediffDayControl": 8
  },
  {
    "InvestmentFollow": 1,
    "IsVatChanged": 2,
    "IsDesignSelect": 3,
    "IsUseLocationUpdate": 4,
    "IsPurchasePriceForced": 5,
    "IsUsePriceListView": 6,
    "IsUsePriceListPdf": 7,
    "IsDatediffDayControl": 8
  }
]