POST AdminApi/PaymentGateway/SavePaypalConfig
Request Information
URI Parameters
None.
Body Parameters
PaypalConfig| Name | Description | Type | Additional 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| Name | Description | Type | Additional information |
|---|---|---|---|
| Succeeded | boolean |
None. |
|
| Message | string |
None. |
|
| ReturnValue | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Succeeded": true,
"Message": "sample string 2",
"ReturnValue": {}
}