POST api/DelDist
Request Information
URI Parameters
None.
Body Parameters
DIST_MASTER| Name | Description | Type | Additional information |
|---|---|---|---|
| Dist_id | integer |
None. |
|
| State_id | integer |
None. |
|
| Dist | string |
None. |
|
| Dist_RL | string |
None. |
|
| User_name | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Dist_id": 1,
"State_id": 2,
"Dist": "sample string 3",
"Dist_RL": "sample string 4",
"User_name": "sample string 5"
}
application/xml, text/xml
Sample:
<DIST_MASTER xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Finex_api.Models"> <Dist>sample string 3</Dist> <Dist_RL>sample string 4</Dist_RL> <Dist_id>1</Dist_id> <State_id>2</State_id> <User_name>sample string 5</User_name> </DIST_MASTER>
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. |