PUT api/EntityPaymentMethods/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
EntityPaymentMethodDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ClientId | integer |
Required |
|
| PaymentMethodToken | string |
Required |
|
| Enabled | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"ClientId": 1,
"PaymentMethodToken": "sample string 2",
"Enabled": true
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ApiResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Message | string |
None. |
|
| Result | Object |
None. |
|
| StatusCode | integer |
None. |
|
| StatusGroup | string |
None. |
|
| Details | Collection of Object |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.