POST api/Setting/UpdateSetting?CompanyId={CompanyId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
CompanyId | integer |
Required |
Body Parameters
SettingName | Description | Type | Additional information |
---|---|---|---|
SettingId | integer |
None. |
|
CaptchaId | integer |
None. |
|
DateFormat | string |
None. |
|
CurrencyType | string |
None. |
|
GridSizeAdmin | integer |
None. |
|
GridSizeClient | integer |
None. |
|
ButtonColorAdmin | string |
None. |
|
FacebookSignup | string |
None. |
|
CouponApplicable | string |
None. |
|
DiscountApplicable | string |
None. |
|
CompanyDetailId | integer |
None. |
|
MetaTag | string |
None. |
|
CaptchaType | CaptchaType |
None. |
Request Formats
application/json, text/json
Sample:
{ "SettingId": 1, "CaptchaId": 1, "DateFormat": "sample string 2", "CurrencyType": "sample string 3", "GridSizeAdmin": 1, "GridSizeClient": 1, "ButtonColorAdmin": "sample string 4", "FacebookSignup": "sample string 5", "CouponApplicable": "sample string 6", "DiscountApplicable": "sample string 7", "CompanyDetailId": 1, "MetaTag": "sample string 8", "CaptchaType": { "$id": "2", "CaptchaId": 1, "CaptchaType1": "sample string 2", "SamplePicture": "sample string 3", "Settings": [ { "$ref": "1" }, { "$ref": "1" } ] } }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.