DELETE api/CaseSys/LF_Prorate/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
LF_ProrateName | Description | Type | Additional information |
---|---|---|---|
BLID | integer |
None. |
|
MainBody | integer |
None. |
|
CaseID | integer |
None. |
|
ZTH | integer |
None. |
|
CommissionPCT | decimal number |
None. |
|
TaxRate | decimal number |
None. |
|
Tax | boolean |
None. |
|
TaxPCT | decimal number |
None. |
|
DepositPCT | decimal number |
None. |
|
ManualAssign | boolean |
None. |
|
Del | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "BLID": 1, "MainBody": 1, "CaseID": 2, "ZTH": 3, "CommissionPCT": 1.1, "TaxRate": 4.1, "Tax": true, "TaxPCT": 1.1, "DepositPCT": 1.1, "ManualAssign": true, "Del": true }
application/xml, text/xml
Sample:
<LF_Prorate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SunOAWebAPI.Areas.CaseSys.Data"> <BLID>1</BLID> <CaseID>2</CaseID> <CommissionPCT>1.1</CommissionPCT> <Del>true</Del> <DepositPCT>1.1</DepositPCT> <MainBody>1</MainBody> <ManualAssign>true</ManualAssign> <Tax>true</Tax> <TaxPCT>1.1</TaxPCT> <TaxRate>4.1</TaxRate> <ZTH>3</ZTH> </LF_Prorate>