POST api/AdminSettingsSystem/SaveShareType

AdmSaveShareType

Request Information

URI Parameters

None.

Body Parameters

SaveShareType
NameDescriptionTypeAdditional information
ShareTypeID

integer

None.

ShareTypeActive

boolean

None.

Comment

boolean

None.

News

boolean

None.

Quest

boolean

None.

Product

boolean

None.

Chat

boolean

None.

User

boolean

None.

ResourceFactor

decimal number

None.

Power

integer

None.

GiftPackUUID

globally unique identifier

None.

LanguageID

integer

None.

ShareTypeName

string

None.

ShareTypeMetatag

string

None.

ShareTypeHeader

string

None.

ShareTypeText

string

None.

ShareTypeFooter

string

None.

ShareTypeActiveLng

boolean

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "ShareTypeID": 1,
  "ShareTypeActive": true,
  "Comment": true,
  "News": true,
  "Quest": true,
  "Product": true,
  "Chat": true,
  "User": true,
  "ResourceFactor": 1.1,
  "Power": 1,
  "GiftPackUUID": "756dc973-b02f-4b98-b3b7-9eff315226ac",
  "LanguageID": 1,
  "ShareTypeName": "sample string 1",
  "ShareTypeMetatag": "sample string 2",
  "ShareTypeHeader": "sample string 3",
  "ShareTypeText": "sample string 4",
  "ShareTypeFooter": "sample string 5",
  "ShareTypeActiveLng": true,
  "UserUUIDCur": "58af530a-5b18-40ba-b12c-9015e948e48c"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}