POST api/AdminSettingsSystem/SaveCountry

AdmSaveCountry

Request Information

URI Parameters

None.

Body Parameters

SaveCountry
NameDescriptionTypeAdditional information
CountryID

integer

None.

DefaultLanguageID

integer

None.

CountryNameEnglish

string

None.

CountryNameNative

string

None.

CountryActive

boolean

None.

Product

boolean

None.

CountryAppActive

boolean

None.

Cart

boolean

None.

CartDate

boolean

None.

ReffMinAvailValue

decimal number

None.

StandardTaxRate

decimal number

None.

ReffWelcomeValue

decimal number

None.

AddressSearch

boolean

None.

ShowMidleName

boolean

None.

News

boolean

None.

Quest

boolean

None.

Reminder

boolean

None.

Quizz

boolean

None.

Test

boolean

None.

Chat

boolean

None.

UserUUIDCur

globally unique identifier

None.

PhotoUUID

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "CountryID": 1,
  "DefaultLanguageID": 1,
  "CountryNameEnglish": "sample string 1",
  "CountryNameNative": "sample string 2",
  "CountryActive": true,
  "Product": true,
  "CountryAppActive": true,
  "Cart": true,
  "CartDate": true,
  "ReffMinAvailValue": 1.1,
  "StandardTaxRate": 1.1,
  "ReffWelcomeValue": 1.1,
  "AddressSearch": true,
  "ShowMidleName": true,
  "News": true,
  "Quest": true,
  "Reminder": true,
  "Quizz": true,
  "Test": true,
  "Chat": true,
  "UserUUIDCur": "e8640992-c0ef-4fa7-9e63-e9bbeb382f90",
  "PhotoUUID": "629432e6-b0b1-40e0-9e92-0261b7cea4ae"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}