POST api/TeleSales/AddTeleSales

Request Information

URI Parameters

None.

Body Parameters

TSOrderType
NameDescriptionTypeAdditional 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": "2024-09-06T04:41:16.6003476+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>2024-09-06T04:41:16.6003476+00:00</CreatedDate>
</TSOrderType>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.