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": [ "6c8ef5b3-3e91-4f24-8233-8ea3b59f61d1", "119bc3de-3333-40e6-ba82-01559b38f72b" ] }
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>6c8ef5b3-3e91-4f24-8233-8ea3b59f61d1</guid> <guid>119bc3de-3333-40e6-ba82-01559b38f72b</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>