POST api/CreditCanary/PISSessionIntegration

Request Information

URI Parameters

None.

Body Parameters

clsPISSessionRequestModel
NameDescriptionTypeAdditional information
customerId

string

None.

applicationId

string

None.

creditorAccountId

string

None.

amount

string

None.

currency

string

None.

reference

string

None.

redirectUrl

string

None.

Request Formats

application/json, text/json

Sample:
{
  "customerId": "sample string 1",
  "applicationId": "sample string 2",
  "creditorAccountId": "sample string 3",
  "amount": "sample string 4",
  "currency": "sample string 5",
  "reference": "sample string 6",
  "redirectUrl": "sample string 7"
}

application/xml, text/xml

Sample:
<clsPISSessionRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PozitivePaymentEntity">
  <amount>sample string 4</amount>
  <applicationId>sample string 2</applicationId>
  <creditorAccountId>sample string 3</creditorAccountId>
  <currency>sample string 5</currency>
  <customerId>sample string 1</customerId>
  <redirectUrl>sample string 7</redirectUrl>
  <reference>sample string 6</reference>
</clsPISSessionRequestModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.