POST api/PoctLogin/SelectAllZoneById
Request Information
URI Parameters
None.
Body Parameters
zoneid| Name | Description | Type | Additional information |
|---|---|---|---|
| zid | integer |
None. |
Request Formats
application/json, text/json, text/html
Sample:
{
"zid": 1
}
application/xml, text/xml
Sample:
<Login.zoneid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PoctAPI.Models"> <zid>1</zid> </Login.zoneid>
multipart/form-data
Sample:
<Login.zoneid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PoctAPI.Models"><zid>1</zid></Login.zoneid>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, multipart/form-data, text/html
Sample:
Sample not available.