POST api/WebServiceChave/DesativarChaveBiActive

Request Information

URI Parameters

None.

Body Parameters

WebServiceChaveViewModel
NameDescriptionTypeAdditional information
Id

integer

None.

IdRede

integer

None.

CNPJ

string

None.

Portal

integer

None.

NomeRedePortal

string

None.

Chave

string

None.

Token

string

None.

Franqueador

boolean

None.

Ativar

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "IdRede": 2,
  "CNPJ": "sample string 3",
  "Portal": 4,
  "NomeRedePortal": "sample string 5",
  "Chave": "sample string 6",
  "Token": "sample string 7",
  "Franqueador": true,
  "Ativar": true
}

application/xml, text/xml

Sample:
<WebServiceChaveViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LinxMicrovix.ErpAdmin.WebApi2.ViewModels.WebServiceChave">
  <Ativar>true</Ativar>
  <CNPJ>sample string 3</CNPJ>
  <Chave>sample string 6</Chave>
  <Franqueador>true</Franqueador>
  <Id>1</Id>
  <IdRede>2</IdRede>
  <NomeRedePortal>sample string 5</NomeRedePortal>
  <Portal>4</Portal>
  <Token>sample string 7</Token>
</WebServiceChaveViewModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.