POST api/Quotation/DeleteQuotation?ID={ID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ApiResponseOfObject| Name | Description | Type | Additional information |
|---|---|---|---|
| StatusCode | integer |
None. |
|
| Status | boolean |
None. |
|
| Message | string |
None. |
|
| Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"StatusCode": 1,
"Status": true,
"Message": "sample string 3",
"Data": {}
}
application/xml, text/xml
Sample:
<ApiResponseOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VarmoraInventory.Models"> <Data /> <Message>sample string 3</Message> <Status>true</Status> <StatusCode>1</StatusCode> </ApiResponseOfanyType>