POST api/MerchantApplications
Request Information
URI Parameters
None.
Body Parameters
MerchantApplicationDto| Name | Description | Type | Additional information |
|---|---|---|---|
| ApplicationKey | string |
Required Max length: 100 |
|
| AuthorizeNetData | AuthorizeNetDataDto |
None. |
|
| BraintreeSetting | BraintreeSettingDto |
None. |
|
| Id | integer |
None. |
|
| Name | string |
Required Max length: 100 |
|
| PaymentProcessor | PaymentProcessor |
Required |
|
| UseProductionEnvironment | boolean |
Required |
|
| FleetId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"applicationKey": "sample string 1",
"authorizeNetData": {
"id": 1,
"apiLoginId": "sample string 2",
"apiTransactionKey": "sample string 3"
},
"braintreeSetting": {
"id": 1,
"merchantId": "sample string 2",
"publicKey": "sample string 3",
"privateKey": "sample string 4"
},
"id": 1,
"name": "sample string 2",
"paymentProcessor": "None",
"useProductionEnvironment": true,
"fleetId": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.