POST api/CustomerController/AddCustSet
Request Information
URI Parameters
None.
Body Parameters
CustSetting| Name | Description | Type | Additional information |
|---|---|---|---|
| SettingID | integer |
None. |
|
| Refer_Limit | integer |
None. |
|
| Withdraw_Above | string |
None. |
|
| CreatedOn | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"SettingID": 1,
"Refer_Limit": 2,
"Withdraw_Above": "sample string 3",
"CreatedOn": "2025-12-06T04:10:50.8602745+00:00"
}
application/xml, text/xml
Sample:
<CustSetting xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DAL"> <CreatedOn>2025-12-06T04:10:50.8602745+00:00</CreatedOn> <Refer_Limit>2</Refer_Limit> <SettingID>1</SettingID> <Withdraw_Above>sample string 3</Withdraw_Above> </CustSetting>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.