The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /jsv/reply/AppSettingTreeItemCUD HTTP/1.1
Host: ncsu.yuniquecloud.com
Content-Type: text/jsv
Content-Length: length
{
appSettingTreeID: String,
appSettingID: String,
appSettingDescription: String,
appSettingKey: String,
appSettingValue: String,
appSettingTreeItem:
{
appSettingID: 00000000000000000000000000000000,
configFileName: String,
appSettingComment: String,
appSettingKey: String,
appSettingValue: String,
appSettingNote: String,
appSettingOrder: 0,
cUser: String,
cDate: 0001-01-01,
mUser: String,
mDate: 0001-01-01,
appSettingDescription: String,
appSettingTreeID: 0,
isReadOnly: 0,
minValue: 0,
maxValue: 0,
lookupSql: String
},
type: String,
id: 00000000000000000000000000000000,
idlist: String,
wsClientName: String,
wsClientPassword: String,
wsClientID: String,
userName: String,
userPassword: String,
crudType: 0,
includeResultSchema: False,
serviceType: 0,
params: String,
orderBy: String,
pageNumber: String,
pageSize: String,
skipLookupTables: String
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
appSettingTreeItem:
{
appSettingID: 00000000000000000000000000000000,
configFileName: String,
appSettingComment: String,
appSettingKey: String,
appSettingValue: String,
appSettingNote: String,
appSettingOrder: 0,
cUser: String,
cDate: 0001-01-01,
mUser: String,
mDate: 0001-01-01,
appSettingDescription: String,
appSettingTreeID: 0,
isReadOnly: 0,
minValue: 0,
maxValue: 0,
lookupSql: String
},
recordCount: 0,
data: String
}