GET usuariopdv/get/{id}
Dados a respeito de um Usuário especifico
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
Id |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Dados de um usuário pdv
Fiweb.Models.Pessoas.usuarioPDVName | Description | Type | Additional information |
---|---|---|---|
Codigo | integer |
None. |
|
Nome | string |
String length: inclusive between 0 and 100 |
|
CodFilial | integer |
None. |
|
Codperfil | integer |
None. |
|
Senha | integer |
None. |
|
IsEntregador | boolean |
None. |
|
CodRefExterna | integer |
None. |
|
Ativo | boolean |
None. |
|
segment | string |
None. |
|
ByApi | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "codigo": 1, "nome": "sample string 2", "codFilial": 3, "codperfil": 4, "senha": 5, "isEntregador": true, "codRefExterna": 7, "ativo": true, "segment": "sample string 9", "byApi": true }
text/html
Sample:
{"codigo":1,"nome":"sample string 2","codFilial":3,"codperfil":4,"senha":5,"isEntregador":true,"codRefExterna":7,"ativo":true,"segment":"sample string 9","byApi":true}
application/xml, text/xml
Sample:
<usuarioPDV xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fiweb.Models.Pessoas"> <Ativo>true</Ativo> <ByApi>true</ByApi> <CodFilial>3</CodFilial> <CodRefExterna>7</CodRefExterna> <Codigo>1</Codigo> <Codperfil>4</Codperfil> <IsEntregador>true</IsEntregador> <Nome>sample string 2</Nome> <Senha>5</Senha> <segment>sample string 9</segment> </usuarioPDV>