GET api/cielo/cieloTransactionTest

Request Information

URI Parameters

None.

Body Parameters

CieloDebitoTransaction
NameDescriptionTypeAdditional information
Ano

integer

None.

Mes

integer

None.

CustomerId

integer

None.

HistoryId

integer

None.

Valor

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Ano": 1,
  "Mes": 2,
  "CustomerId": 3,
  "HistoryId": 4,
  "Valor": 5
}

text/html

Sample:
{"Ano":1,"Mes":2,"CustomerId":3,"HistoryId":4,"Valor":5}

application/xml, text/xml

Sample:
<CieloDebitoTransaction xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FoneClube.Business.Commons.Entities.Cielo">
  <Ano>1</Ano>
  <CustomerId>3</CustomerId>
  <HistoryId>4</HistoryId>
  <Mes>2</Mes>
  <Valor>5</Valor>
</CieloDebitoTransaction>

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

Response Information

Resource Description

string

Response Formats

application/json, text/json, text/html

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>