POST api/getTextPermission
Request Information
URI Parameters
None.
Body Parameters
GetTextPermissionRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| textLabel | string |
None. |
|
| appCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"textLabel": "sample string 1",
"appCode": "sample string 2"
}
application/xml, text/xml
Sample:
<GetTextPermissionRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VentilatorAPI.HTTP.Request"> <appCode>sample string 2</appCode> <textLabel>sample string 1</textLabel> </GetTextPermissionRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.