PUT {folder}/LoginOperadora/{token}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| token | string |
Required |
|
| folder | string |
None. |
Body Parameters
ParamJoeCardDadoAcesso| Name | Description | Type | Additional information |
|---|---|---|---|
| idICard | integer |
None. |
|
| idLoginOperadora | integer |
None. |
|
| flConsideraDadosAcessoIguais | boolean |
None. |
|
| flConsideraEstabelecimento | boolean |
None. |
|
| flBloqueioCargas | boolean |
None. |
|
| flPodeBloquearDadoAcesso | boolean |
None. |
|
| flInvalidaSenha | boolean |
None. |
|
| flAcessoValido | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"idICard": 1,
"idLoginOperadora": 2,
"flConsideraDadosAcessoIguais": true,
"flConsideraEstabelecimento": true,
"flBloqueioCargas": true,
"flPodeBloquearDadoAcesso": true,
"flInvalidaSenha": true,
"flAcessoValido": true
}
application/xml, text/xml
Sample:
<ParamJoeCardDadoAcesso xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Api_iCard.Models.Object"> <flAcessoValido>true</flAcessoValido> <flBloqueioCargas>true</flBloqueioCargas> <flConsideraDadosAcessoIguais>true</flConsideraDadosAcessoIguais> <flConsideraEstabelecimento>true</flConsideraEstabelecimento> <flInvalidaSenha>true</flInvalidaSenha> <flPodeBloquearDadoAcesso>true</flPodeBloquearDadoAcesso> <idICard>1</idICard> <idLoginOperadora>2</idLoginOperadora> </ParamJoeCardDadoAcesso>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |