POST api/sweeping/DeleteForIncentive
Request Information
URI Parameters
None.
Body Parameters
DeleteForIncentiveRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Brand | string |
None. |
|
| Vdn | string |
None. |
|
| Key | string |
None. |
|
| IdNumber | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Brand": "sample string 1",
"Vdn": "sample string 2",
"Key": "sample string 3",
"IdNumber": "sample string 4"
}
application/xml, text/xml
Sample:
<DeleteForIncentiveRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SweepingTactics.Models"> <Brand>sample string 1</Brand> <IdNumber>sample string 4</IdNumber> <Key>sample string 3</Key> <Vdn>sample string 2</Vdn> </DeleteForIncentiveRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>