GET api/XUpload/SelectLocalServerCode?MachineName={MachineName}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| MachineName | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseDTOOfInt32| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccess | boolean |
None. |
|
| Data | integer |
None. |
|
| Message | string |
None. |
|
| StatusCode | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"IsSuccess": true,
"Data": 2,
"Message": "sample string 3",
"StatusCode": 4
}
application/xml, text/xml
Sample:
<ResponseDTOOfint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DomainHostingWebApi"> <Data>2</Data> <IsSuccess>true</IsSuccess> <Message>sample string 3</Message> <StatusCode>4</StatusCode> </ResponseDTOOfint>