POST api/SalesApi/GetSalesSchedDetail

Request Information

URI Parameters

None.

Body Parameters

GetSalesSchedDetailDTO
NameDescriptionTypeAdditional information
clientid

string

None.

username

string

None.

password

string

None.

scheddate

string

None.

tms1

boolean

None.

tms2

boolean

None.

tms3

boolean

None.

tms4

boolean

None.

tms5

boolean

None.

tms6

boolean

None.

appkey

string

None.

connectionstring

string

None.

status

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "clientid": "sample string 1",
  "username": "sample string 2",
  "password": "sample string 3",
  "scheddate": "sample string 4",
  "tms1": true,
  "tms2": true,
  "tms3": true,
  "tms4": true,
  "tms5": true,
  "tms6": true,
  "appkey": "sample string 11",
  "connectionstring": "sample string 12",
  "status": 13
}

text/Xml

Sample:
{"clientid":"sample string 1","username":"sample string 2","password":"sample string 3","scheddate":"sample string 4","tms1":true,"tms2":true,"tms3":true,"tms4":true,"tms5":true,"tms6":true,"appkey":"sample string 11","connectionstring":"sample string 12","status":13}

application/xml

Sample:
<GetSalesSchedDetailDTO xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <clientid>sample string 1</clientid>
  <username>sample string 2</username>
  <password>sample string 3</password>
  <scheddate>sample string 4</scheddate>
  <tms1>true</tms1>
  <tms2>true</tms2>
  <tms3>true</tms3>
  <tms4>true</tms4>
  <tms5>true</tms5>
  <tms6>true</tms6>
  <appkey>sample string 11</appkey>
  <connectionstring>sample string 12</connectionstring>
  <status>13</status>
</GetSalesSchedDetailDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/Xml

Sample:

Sample not available.