POST api/LegacyEasyPayOnTransactionComplete

Request Information

URI Parameters

None.

Body Parameters

LegacyEasyPayOnTransactionComplete
NameDescriptionTypeAdditional information
CustomerId

globally unique identifier

None.

LegacyTransactionId

integer

None.

LegacyParentTransactionId

integer

None.

ParentNote

string

None.

XmlRequest

string

None.

XmlResponse

string

None.

Invoice

string

None.

VagasResponseCode

string

None.

ServiceResponseCode

string

None.

ReceiverId

string

None.

MeterNumber

string

None.

AmountInCents

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "customer-id": "04e560e5-1a56-49d0-ade3-51b189487f60",
  "legacy-transaction-id": 2,
  "legacy-parent-transaction-id": 3,
  "parent-note": "sample string 4",
  "xml-request": "sample string 5",
  "xml-response": "sample string 6",
  "invoice": "sample string 7",
  "vagas-response-code": "sample string 8",
  "service-response-code": "sample string 9",
  "receiver-id": "sample string 10",
  "meter-number": "sample string 11",
  "amount-in-cents": 12
}

application/xml, text/xml

Sample:
<LegacyEasyPayOnTransactionComplete xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Caprica.Models">
  <AmountInCents>12</AmountInCents>
  <CustomerId>04e560e5-1a56-49d0-ade3-51b189487f60</CustomerId>
  <Invoice>sample string 7</Invoice>
  <LegacyParentTransactionId>3</LegacyParentTransactionId>
  <LegacyTransactionId>2</LegacyTransactionId>
  <MeterNumber>sample string 11</MeterNumber>
  <ParentNote>sample string 4</ParentNote>
  <ReceiverId>sample string 10</ReceiverId>
  <ServiceResponseCode>sample string 9</ServiceResponseCode>
  <VagasResponseCode>sample string 8</VagasResponseCode>
  <XmlRequest>sample string 5</XmlRequest>
  <XmlResponse>sample string 6</XmlResponse>
</LegacyEasyPayOnTransactionComplete>

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.