POST api/LagosCollections/Payment

Request Information

URI Parameters

None.

Body Parameters

LagCollPaymentParam
NameDescriptionTypeAdditional information
BillReference

string

None.

amountpaid

string

None.

DebitAccount

string

None.

paymentDesc

string

None.

EntrustToken

string

None.

Tokentype

string

None.

referenceValidationRef

string

None.

Request Formats

application/json, text/json

Sample:
{
  "BillReference": "sample string 1",
  "amountpaid": "sample string 2",
  "DebitAccount": "sample string 3",
  "paymentDesc": "sample string 4",
  "EntrustToken": "sample string 5",
  "Tokentype": "sample string 6",
  "referenceValidationRef": "sample string 7"
}

application/xml, text/xml

Sample:
<LagCollPaymentParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CorporateAPI.RequestObjs">
  <BillReference>sample string 1</BillReference>
  <DebitAccount>sample string 3</DebitAccount>
  <EntrustToken>sample string 5</EntrustToken>
  <Tokentype>sample string 6</Tokentype>
  <amountpaid>sample string 2</amountpaid>
  <paymentDesc>sample string 4</paymentDesc>
  <referenceValidationRef>sample string 7</referenceValidationRef>
</LagCollPaymentParam>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

LagCollectionpaymentData
NameDescriptionTypeAdditional information
Responsecode

string

None.

ResponseDescription

string

None.

webGuid

string

None.

responseCode

string

None.

responseDesc

string

None.

receiptNumber

string

None.

state

string

None.

transID

string

None.

transCode

string

None.

receipt

string

None.

propertyAddress

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Responsecode": "sample string 1",
  "ResponseDescription": "sample string 2",
  "webGuid": "sample string 3",
  "responseCode": "sample string 4",
  "responseDesc": "sample string 5",
  "receiptNumber": "sample string 6",
  "state": "sample string 7",
  "transID": "sample string 8",
  "transCode": "sample string 9",
  "receipt": "sample string 10",
  "propertyAddress": "sample string 11"
}

application/xml, text/xml

Sample:
<LagCollectionpaymentData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CorporateAPI.ResponseObjs">
  <ResponseDescription>sample string 2</ResponseDescription>
  <Responsecode>sample string 1</Responsecode>
  <propertyAddress>sample string 11</propertyAddress>
  <receipt>sample string 10</receipt>
  <receiptNumber>sample string 6</receiptNumber>
  <responseCode>sample string 4</responseCode>
  <responseDesc>sample string 5</responseDesc>
  <state>sample string 7</state>
  <transCode>sample string 9</transCode>
  <transID>sample string 8</transID>
  <webGuid>sample string 3</webGuid>
</LagCollectionpaymentData>