GET api/Prefeitura/GetUsersWhastappEnabled
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
piLookupModelOfInt32| Name | Description | Type | Additional information |
|---|---|---|---|
| value | integer |
None. |
|
| text | string |
None. |
|
| group | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"value": 1,
"text": "sample string 2",
"group": "sample string 3"
}
application/xml, text/xml
Sample:
<piLookupModelOfint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Zenite.Pi.Web.Models.Pesquisa"> <group>sample string 3</group> <text>sample string 2</text> <value>1</value> </piLookupModelOfint>