POST api/Design/OpenStringWindow
Request Information
URI Parameters
None.
Body Parameters
OpenStringSetoutParameterDto| Name | Description | Type | Additional information |
|---|---|---|---|
| UnitInd | integer |
None. |
|
| StgId | integer |
None. |
|
| MouseX | integer |
None. |
|
| MouseY | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"unitInd": 1,
"stgId": 2,
"mouseX": 3,
"mouseY": 4
}
application/xml, text/xml
Sample:
<OpenStringSetoutParameterDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto.Parameter"> <MouseX>3</MouseX> <MouseY>4</MouseY> <StgId>2</StgId> <UnitInd>1</UnitInd> </OpenStringSetoutParameterDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>