POST api/Online/SavePaymentSense

Request Information

URI Parameters

None.

Body Parameters

PaymentSenseModel
NameDescriptionTypeAdditional information
ID

integer

None.

MerchantId

integer

None.

PSHost

string

None.

PSKey

string

None.

PSTID

string

None.

PSConfigCode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "MerchantId": 1,
  "PSHost": "sample string 2",
  "PSKey": "sample string 3",
  "PSTID": "sample string 4",
  "PSConfigCode": "sample string 5"
}

application/xml, text/xml

Sample:
<PaymentSenseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LP.WebAPI.Models">
  <ID>1</ID>
  <MerchantId>1</MerchantId>
  <PSConfigCode>sample string 5</PSConfigCode>
  <PSHost>sample string 2</PSHost>
  <PSKey>sample string 3</PSKey>
  <PSTID>sample string 4</PSTID>
</PaymentSenseModel>

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.