{
"payment_template_type": "Default"
}
curl --location --request POST '/tenants//payment_template_type_config' \
--header 'Content-Type: application/json' \
--data-raw '{
"payment_template_type": "Default"
}'
{
"id": null,
"info": [
{
"severity": "Error",
"errorCode": "string",
"errorMessage": "string",
"identifier": "string",
"helptext": "string",
"jsonObject": null
}
]
}