POST externo/bpe/gerar

Request Information

URI Parameters

None.

Body Parameters

GerarBpeExternoRequest
NameDescriptionTypeAdditional information
IdEmpresa

integer

None.

IdCheckout

string

None.

NumBlh

integer

None.

SerieBlh

string

None.

RetornarPdfBase64

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "IdEmpresa": 1,
  "IdCheckout": "sample string 2",
  "NumBlh": 1,
  "SerieBlh": "sample string 3",
  "RetornarPdfBase64": true
}

application/xml, text/xml

Sample:
<GerarBpeExternoRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AgenciaAPI.Models">
  <IdCheckout>sample string 2</IdCheckout>
  <IdEmpresa>1</IdEmpresa>
  <NumBlh>1</NumBlh>
  <RetornarPdfBase64>true</RetornarPdfBase64>
  <SerieBlh>sample string 3</SerieBlh>
</GerarBpeExternoRequest>

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.