POST ReenviarComprovante

Request Information

URI Parameters

None.

Body Parameters

ReenvioComprovanteRequest
NameDescriptionTypeAdditional information
IdEmpresa

integer

None.

NumBlh

integer

None.

SerieBlh

string

None.

Email

string

None.

Celular

string

None.

NomePax

string

None.

Request Formats

application/json, text/json

Sample:
{
  "IdEmpresa": 1,
  "NumBlh": 2,
  "SerieBlh": "sample string 3",
  "Email": "sample string 4",
  "Celular": "sample string 5",
  "NomePax": "sample string 6"
}

application/xml, text/xml

Sample:
<ReenvioComprovanteRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AgenciaAPI.Controllers">
  <Celular>sample string 5</Celular>
  <Email>sample string 4</Email>
  <IdEmpresa>1</IdEmpresa>
  <NomePax>sample string 6</NomePax>
  <NumBlh>2</NumBlh>
  <SerieBlh>sample string 3</SerieBlh>
</ReenvioComprovanteRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.