POST api/Demo/DeleteDemoInbox
Request Information
URI Parameters
None.
Body Parameters
DeleteQuotationInboxRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| QuoteKey | integer |
None. |
|
| CustomerKey | integer |
None. |
|
| ReqKey | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"QuoteKey": 1,
"CustomerKey": 2,
"ReqKey": 3
}
text/xml
Sample:
<DeleteQuotationInboxRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Com.seld.ng.Domain.Transport"> <CustomerKey>2</CustomerKey> <QuoteKey>1</QuoteKey> <ReqKey>3</ReqKey> </DeleteQuotationInboxRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/xml
Sample:
Sample not available.