POST api/v1/rma/consultaEspelhoNF

Request Information

URI Parameters

None.

Body Parameters

EspelhoNotaRequest
NameDescriptionTypeAdditional information
cdCliente

integer

None.

cdRMA

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "cdCliente": 1,
  "cdRMA": 2
}

application/xml, text/xml

Sample:
<EspelhoNotaRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/B2B.Integration.GenericIntegration.Contracts.Rma">
  <cdCliente>1</cdCliente>
  <cdRMA>2</cdRMA>
</EspelhoNotaRequest>

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 'EspelhoNotaRequest'.

Response Information

Resource Description

EspelhoNotaRequest
NameDescriptionTypeAdditional information
cdCliente

integer

None.

cdRMA

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "cdCliente": 1,
  "cdRMA": 2
}

application/xml, text/xml

Sample:
<EspelhoNotaRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/B2B.Integration.GenericIntegration.Contracts.Rma">
  <cdCliente>1</cdCliente>
  <cdRMA>2</cdRMA>
</EspelhoNotaRequest>