POST api/General/General_GetGeneralValue
Request Information
URI Parameters
None.
Body Parameters
GetGeneralValue| Name | Description | Type | Additional information |
|---|---|---|---|
| settingName | string |
None. |
|
| settingFor | string |
None. |
|
| accountType | string |
None. |
|
| workLocation | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"settingName": "sample string 1",
"settingFor": "sample string 2",
"accountType": "sample string 3",
"workLocation": "sample string 4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"