POST api/{area}/UG/GetTUNNOverCount_EachDay

Request Information

URI Parameters

NameDescriptionTypeAdditional information
area

string

None.

Body Parameters

BIDS_PARA2
NameDescriptionTypeAdditional information
BIDS_NAMES

string

None.

StartDate

string

None.

EndDate

string

None.

Request Formats

application/json, text/json

Sample:
{
  "BIDS_NAMES": "sample string 1",
  "StartDate": "sample string 2",
  "EndDate": "sample string 3"
}

application/xml, text/xml

Sample:
<BIDS_PARA2 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProBIM.SOA.WebApiNew.Areas.Underground.Controllers">
  <BIDS_NAMES>sample string 1</BIDS_NAMES>
  <EndDate>sample string 3</EndDate>
  <StartDate>sample string 2</StartDate>
</BIDS_PARA2>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'BIDS_PARA2'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.