POST api/{area}/UG/GetWORWEachCnt_ByBIDS_NAMES
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| area | string |
None. |
Body Parameters
BIDS_PARA| Name | Description | Type | Additional information |
|---|---|---|---|
| BIDS_NAMES | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"BIDS_NAMES": "sample string 1"
}
application/xml, text/xml
Sample:
<BIDS_PARA 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> </BIDS_PARA>
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. |