GET settings/GetSystemSettingValue/{settingName}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
settingName

string

Required

Body Parameters

None.

Response Information

Resource Description

SystemSettingResponse
NameDescriptionTypeAdditional information
ResponseObject

string

None.

ResponseType

Gets or sets the type of the response.

integer

None.

ResponseMessage

Gets or sets the response message.

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ResponseObject": "sample string 1",
  "ResponseType": 2,
  "ResponseMessage": "sample string 3"
}

application/xml, text/xml

Sample:
<SystemSettingResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SyX.Online.API.Models">
  <ResponseMessage>sample string 3</ResponseMessage>
  <ResponseType>2</ResponseType>
  <ResponseObject>sample string 1</ResponseObject>
</SystemSettingResponse>