POST api/FCLQuotes/DeleteFCLCharge
Request Information
URI Parameters
None.
Body Parameters
FreeHandFClChargedetail| Name | Description | Type | Additional information |
|---|---|---|---|
| idx | integer |
None. |
|
| masteridx | integer |
None. |
|
| chargedesc | string |
None. |
|
| chargeidx | integer |
None. |
|
| chargeType | string |
None. |
|
| chargeTypeidx | integer |
None. |
|
| chargeCode | string |
None. |
|
| unitPrice | decimal number |
None. |
|
| units | decimal number |
None. |
|
| amount | decimal number |
None. |
|
| comment | string |
None. |
|
| costPrice | decimal number |
None. |
|
| sortOrder | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"idx": 1,
"masteridx": 2,
"chargedesc": "sample string 3",
"chargeidx": 4,
"chargeType": "sample string 5",
"chargeTypeidx": 6,
"chargeCode": "sample string 7",
"unitPrice": 8.0,
"units": 9.0,
"amount": 10.0,
"comment": "sample string 11",
"costPrice": 12.0,
"sortOrder": 13
}
application/xml, text/xml
Sample:
<FreeHandFClChargedetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RSE_API.UwstModels.EF"> <amount>10</amount> <chargeCode>sample string 7</chargeCode> <chargeType>sample string 5</chargeType> <chargeTypeidx>6</chargeTypeidx> <chargedesc>sample string 3</chargedesc> <chargeidx>4</chargeidx> <comment>sample string 11</comment> <costPrice>12</costPrice> <idx>1</idx> <masteridx>2</masteridx> <sortOrder>13</sortOrder> <unitPrice>8</unitPrice> <units>9</units> </FreeHandFClChargedetail>
application/x-www-form-urlencoded
Sample:
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. |