POST api/TeleSales/DeleteTeleSales
Request Information
URI Parameters
None.
Body Parameters
TSOrderTypeName | Description | Type | Additional information |
---|---|---|---|
id | string |
None. |
|
Type | string |
None. |
|
SalesRep | string |
None. |
|
OrderType | string |
None. |
|
OrderAmount | string |
None. |
|
CreatedDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "id": "sample string 1", "Type": "sample string 2", "SalesRep": "sample string 3", "OrderType": "sample string 4", "OrderAmount": "sample string 5", "CreatedDate": "2025-03-16T23:18:05.6971633+00:00" }
application/xml, text/xml
Sample:
<TSOrderType xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <id>sample string 1</id> <Type>sample string 2</Type> <SalesRep>sample string 3</SalesRep> <OrderType>sample string 4</OrderType> <OrderAmount>sample string 5</OrderAmount> <CreatedDate>2025-03-16T23:18:05.6971633+00:00</CreatedDate> </TSOrderType>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.