DELETE api/tbl_Cbill/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
tbl_Cbill| Name | Description | Type | Additional information |
|---|---|---|---|
| Purchase_Id | integer |
None. |
|
| Vender_ID | integer |
None. |
|
| Bill_No | string |
None. |
|
| Bill_Date | date |
None. |
|
| TestID | string |
None. |
|
| txtTest | string |
None. |
|
| txtPrice | string |
None. |
|
| Qty | string |
None. |
|
| TotalAmount | string |
None. |
|
| CreatedBy | string |
None. |
|
| IsActive | string |
None. |
|
| CreatedOn | date |
None. |
|
| UserType | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Purchase_Id": 1,
"Vender_ID": 2,
"Bill_No": "sample string 3",
"Bill_Date": "2025-12-10T08:07:34.2711486+00:00",
"TestID": "sample string 4",
"txtTest": "sample string 5",
"txtPrice": "sample string 6",
"Qty": "sample string 7",
"TotalAmount": "sample string 8",
"CreatedBy": "sample string 9",
"IsActive": "sample string 10",
"CreatedOn": "2025-12-10T08:07:34.2711486+00:00",
"UserType": "sample string 11"
}
application/xml, text/xml
Sample:
<tbl_Cbill xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TaranaWebAPI"> <Bill_Date>2025-12-10T08:07:34.2711486+00:00</Bill_Date> <Bill_No>sample string 3</Bill_No> <CreatedBy>sample string 9</CreatedBy> <CreatedOn>2025-12-10T08:07:34.2711486+00:00</CreatedOn> <IsActive>sample string 10</IsActive> <Purchase_Id>1</Purchase_Id> <Qty>sample string 7</Qty> <TestID>sample string 4</TestID> <TotalAmount>sample string 8</TotalAmount> <UserType>sample string 11</UserType> <Vender_ID>2</Vender_ID> <txtPrice>sample string 6</txtPrice> <txtTest>sample string 5</txtTest> </tbl_Cbill>