Integration
Get specific setting by system name and setting name
Path Parameters
Name
Type
Description
{
"SettingName" : "",
"SettingValue" : ""
}Get list of setting by system name
Path Parameters
Name
Type
Description
[
{
"SettingName" : "",
"SettingValue" : ""
},
{
"SettingName" : "",
"SettingValue" : ""
}
]Upsert specific setting by system name and setting name
Path Parameters
Name
Type
Description
Request Body
Name
Type
Description
Delete specific setting by system name and setting name
Path Parameters
Name
Type
Description
Last updated