POST Api/Site/Cooperado/SalvarConsentimentoLGPD
Request Information
URI Parameters
None.
Body Parameters
LoginDTOName | Description | Type | Additional information |
---|---|---|---|
OperadorID | integer |
None. |
|
Login | string |
None. |
|
Senha | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "OperadorID": 1, "Login": "sample string 2", "Senha": "sample string 3" }
application/xml, text/xml
Sample:
<LoginDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GCOOP.EntityLayer.DTO.App"> <Login>sample string 2</Login> <OperadorID>1</OperadorID> <Senha>sample string 3</Senha> </LoginDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
CooperadoDTOName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
PessoaFisicaID | integer |
None. |
|
Matricula | integer |
None. |
|
ConselhoID | integer |
None. |
|
NrConselho | string |
None. |
|
string |
None. |
||
Foto | Collection of byte |
None. |
|
FotoBiometria | Collection of byte |
None. |
|
DataConsentimentoLGPD_APP | date |
None. |
|
DataConsentimentoLGPD_SITE | date |
None. |
|
MensagemConsentimentoLGPD | string |
None. |
|
Vinculos | Collection of VinculoDTO |
None. |
|
PessoaFisica | PessoaFisicaDTO |
None. |
|
Operador | OperadorDTO |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.