POST api/{tenant}/MercadoLivre/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
tenant

string

None.

id

string

None.

Body Parameters

MercadoLivreNotificacao
NameDescriptionTypeAdditional information
TipoDocumento

DocumentoFiscalNotificacaoEnum

None.

Cnpj

string

None.

Quantidade

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "TipoDocumento": 1,
  "Cnpj": "sample string 1",
  "Quantidade": 2
}

application/xml, text/xml

Sample:
<MercadoLivreNotificacao xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/M8.Florestal.Dominio.MercadoLivre">
  <Cnpj>sample string 1</Cnpj>
  <Quantidade>2</Quantidade>
  <TipoDocumento>NFe</TipoDocumento>
</MercadoLivreNotificacao>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'MercadoLivreNotificacao'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.