POST api/creditcards/delete
Request Information
URI Parameters
None.
Body Parameters
DeleteCreditCardRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ApplicationKey | string |
Required Max length: 100 |
|
| CreditCardId | integer |
None. |
|
| ExternalCustomerId | string |
Required Max length: 50 |
Request Formats
application/json, text/json
Sample:
{
"applicationKey": "sample string 1",
"creditCardId": 2,
"externalCustomerId": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.