POST api/{area}/UG/GetTUNNOverCount
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| area | string |
None. |
Body Parameters
BIDS_PARA2| Name | Description | Type | Additional 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:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |