POST api/DelGeneralSetting
Request Information
URI Parameters
None.
Body Parameters
GENERAL_ACC_SETTING| Name | Description | Type | Additional information |
|---|---|---|---|
| G_id | integer |
None. |
|
| General_acc_name | string |
None. |
|
| General_l_id | integer |
None. |
|
| Intr_l_id | integer |
None. |
|
| Intr_posting_type | integer |
None. |
|
| Intr_tenure | integer |
None. |
|
| minimum_bal | decimal number |
None. |
|
| Day_of_month | integer |
None. |
|
| Intr_rate | decimal number |
None. |
|
| Created_by | string |
None. |
|
| Modified_by | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"G_id": 1,
"General_acc_name": "sample string 2",
"General_l_id": 3,
"Intr_l_id": 4,
"Intr_posting_type": 5,
"Intr_tenure": 6,
"minimum_bal": 7.0,
"Day_of_month": 8,
"Intr_rate": 9.0,
"Created_by": "sample string 10",
"Modified_by": "sample string 11"
}
application/xml, text/xml
Sample:
<GENERAL_ACC_SETTING xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Account.Models"> <Created_by>sample string 10</Created_by> <Day_of_month>8</Day_of_month> <G_id>1</G_id> <General_acc_name>sample string 2</General_acc_name> <General_l_id>3</General_l_id> <Intr_l_id>4</Intr_l_id> <Intr_posting_type>5</Intr_posting_type> <Intr_rate>9</Intr_rate> <Intr_tenure>6</Intr_tenure> <Modified_by>sample string 11</Modified_by> <minimum_bal>7</minimum_bal> </GENERAL_ACC_SETTING>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |