POST api/OtherUnitFee/DeleteMany
Request Information
URI Parameters
None.
Body Parameters
Collection of ReqOtherUnitFeeDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| OtherFeeCode | string |
None. |
|
| OtherFeeName | string |
None. |
|
| OtherFeePrice | decimal number |
None. |
|
| UnitId | integer |
None. |
|
| UnitKeyFinder | string |
None. |
|
| OtherUnitFeeId | integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"OtherFeeCode": "sample string 1",
"OtherFeeName": "sample string 2",
"OtherFeePrice": 3.0,
"UnitId": 4,
"UnitKeyFinder": "sample string 5",
"OtherUnitFeeId": 6
},
{
"OtherFeeCode": "sample string 1",
"OtherFeeName": "sample string 2",
"OtherFeePrice": 3.0,
"UnitId": 4,
"UnitKeyFinder": "sample string 5",
"OtherUnitFeeId": 6
}
]
text/html
Sample:
[{"OtherFeeCode":"sample string 1","OtherFeeName":"sample string 2","OtherFeePrice":3.0,"UnitId":4,"UnitKeyFinder":"sample string 5","OtherUnitFeeId":6},{"OtherFeeCode":"sample string 1","OtherFeeName":"sample string 2","OtherFeePrice":3.0,"UnitId":4,"UnitKeyFinder":"sample string 5","OtherUnitFeeId":6}]
application/xml, text/xml
Sample:
<ArrayOfReqOtherUnitFeeDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Application.WebAPI.Models">
<ReqOtherUnitFeeDTO>
<OtherFeeCode>sample string 1</OtherFeeCode>
<OtherFeeName>sample string 2</OtherFeeName>
<OtherFeePrice>3</OtherFeePrice>
<OtherUnitFeeId>6</OtherUnitFeeId>
<UnitId>4</UnitId>
<UnitKeyFinder>sample string 5</UnitKeyFinder>
</ReqOtherUnitFeeDTO>
<ReqOtherUnitFeeDTO>
<OtherFeeCode>sample string 1</OtherFeeCode>
<OtherFeeName>sample string 2</OtherFeeName>
<OtherFeePrice>3</OtherFeePrice>
<OtherUnitFeeId>6</OtherUnitFeeId>
<UnitId>4</UnitId>
<UnitKeyFinder>sample string 5</UnitKeyFinder>
</ReqOtherUnitFeeDTO>
</ArrayOfReqOtherUnitFeeDTO>
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. |