POST api/GetTowerList
Request Information
URI Parameters
None.
Body Parameters
GetTowerListReq| Name | Description | Type | Additional information |
|---|---|---|---|
| ProjectCode | string |
None. |
|
| ConstructionType | string |
None. |
|
| UserEmail | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProjectCode": "sample string 1",
"ConstructionType": "sample string 2",
"UserEmail": "sample string 3"
}
application/xml, text/xml
Sample:
<GetTowerListReq xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Sirius_Api.Models.Sirius"> <UserEmail>sample string 3</UserEmail> <ConstructionType>sample string 2</ConstructionType> <ProjectCode>sample string 1</ProjectCode> </GetTowerListReq>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.