POST eo-creditcard/delete?ClientId={ClientId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
ClientId | string |
Required |
Body Parameters
Name | Description | Type | Additional information |
---|---|---|---|
SavedCardIds | Collection of globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "SavedCardIds": [ "24d037e6-9631-4332-989b-d5151d409ae9", "e74f6f97-d32f-4166-af34-56736c0a2eec" ] }
application/xml, text/xml
Sample:
<DeleteCreditCardRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SavedCardIds> <guid>24d037e6-9631-4332-989b-d5151d409ae9</guid> <guid>e74f6f97-d32f-4166-af34-56736c0a2eec</guid> </SavedCardIds> </DeleteCreditCardRequest>
Response Information
Resource Description
Name | Description | Type | Additional information |
---|---|---|---|
IsActionSuccessful | boolean |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "IsActionSuccessful": true, "Message": "sample string 2" }
application/xml, text/xml
Sample:
<CreditCardActionResult xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <IsActionSuccessful>true</IsActionSuccessful> <Message>sample string 2</Message> </CreditCardActionResult>