POST v1/controller/revalidarLicenca

Request Information

URI Parameters

None.

Body Parameters

RevalidarLicencaModel
NameDescriptionTypeAdditional 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
NameDescriptionTypeAdditional 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>