POST v1/controller/revalidarLicenca
Request Information
URI Parameters
None.
Body Parameters
RevalidarLicencaModel| Name | Description | Type | Additional information |
|---|---|---|---|
| IDCLIENTE | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"IDCLIENTE": "sample string 1"
}
application/xml, text/xml
Sample:
<RevalidarLicencaModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApi_AppVendedores.Models"> <IDCLIENTE>sample string 1</IDCLIENTE> </RevalidarLicencaModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
RetornoComandoTokenClienteModel| Name | Description | Type | Additional information |
|---|---|---|---|
| TOKEN | Collection of byte |
None. |
Response Formats
application/json, text/json
Sample:
{
"TOKEN": "QEA="
}
application/xml, text/xml
Sample:
<RetornoComandoTokenClienteModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApi_AppVendedores.Models"> <TOKEN>QEA=</TOKEN> </RetornoComandoTokenClienteModel>