v1

latestOpenAPI 3.0.02026-07-242035712.0 MB
Decision Engine

Delete named list element

This web service allows to delete an element for a named list.

post/pws/pws_delete_named_list_element

Request body

api_call_unique_identifierstring required

Unique number that must be passed at each API request. Identifier to make each API request unique

client_idinteger required

Unique identifier for the client which Paymentology will provide at outset

element_idinteger required

element id

list_idinteger required

list id

user_idstring

User Id of the Customer who triggered the API request.

remarksstring

Remarks for API request

Example request

{
  "api_call_unique_identifier": "438574845790657485",
  "client_id": 760131,
  "element_id": 5,
  "list_id": 43
}

Response

Successful Response