v1
latestOpenAPI 3.0.02026-07-242035712.0 MBDecision Engine
Create named list element
This web service allows to create an element for a named list.
post/pws/pws_create_named_list_element
Request body
Example request
{
"api_call_unique_identifier": "438574845790657485",
"client_id": 760131,
"list_id": 43,
"value": "some value"
}Response
Successful Response
Example response
{
"header": {
"error_desc": "success"
}
}