POST Api/PaymentGateway/SavePaypalConfig

Request Information

URI Parameters

None.

Body Parameters

PaypalConfig
NameDescriptionTypeAdditional information
PayAccount

string

None.

Gateway

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PayAccount": "sample string 1",
  "Gateway": "sample string 2"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

SystemResult
NameDescriptionTypeAdditional information
Succeeded

boolean

None.

Message

string

None.

ReturnValue

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "Succeeded": true,
  "Message": "sample string 2",
  "ReturnValue": {}
}