DELETE Finance/RemoveRedsysProcessors
Removes an existing RedsysProcessor.
Request Information
URI Parameters
None.
Body Parameters
RedsysProcessorBinding| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Name | string |
Required |
|
| UserName |
Merchant username |
string |
Required |
| Key |
Merchant authentication key |
string |
Required |
| Lang | string |
None. |
|
| StoreID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"Name": "sample string 2",
"UserName": "sample string 3",
"Key": "sample string 4",
"Lang": "sample string 5",
"StoreID": 6
}
application/xml, text/xml
Sample:
<RedsysProcessorBinding xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Admin.Models.Binding.Finance"> <Lang xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Admin.Models.Common.Base">sample string 5</Lang> <StoreID xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Admin.Models.Common.Base">6</StoreID> <ID>1</ID> <Key>sample string 4</Key> <Name>sample string 2</Name> <UserName>sample string 3</UserName> </RedsysProcessorBinding>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.