DELETE api/ASS_CostDef/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | decimal number |
Required |
Body Parameters
None.
Response Information
Resource Description
ASS_CostDef| Name | Description | Type | Additional information |
|---|---|---|---|
| idCostDef | decimal number |
None. |
|
| startDate | string |
None. |
|
| endDate | string |
None. |
|
| cost | decimal number |
None. |
|
| IdType | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{
"idCostDef": 1.0,
"startDate": "sample string 2",
"endDate": "sample string 3",
"cost": 1.0,
"IdType": 1.0
}
text/html
Sample:
{"idCostDef":1.0,"startDate":"sample string 2","endDate":"sample string 3","cost":1.0,"IdType":1.0}
application/xml, text/xml
Sample:
<ASS_CostDef xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AnjomanServices.Models"> <IdType>1</IdType> <cost>1</cost> <endDate>sample string 3</endDate> <idCostDef>1</idCostDef> <startDate>sample string 2</startDate> </ASS_CostDef>