post http://localhost:8080/v0/utils/generate-de-inbound
Responses
xxxxxxxxxx
10curl --request POST \
--url http://localhost:8080/v0/utils/generate-de-inbound \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"recordType": "DIRECT",
"transactionType": "CREDIT"
}
'