HTTP Post call URL Encoded field converting to File

Under taker 1 Reputation point
2022-03-04T03:24:01.05+00:00

My requirement is : I get a HTTP POST call passing above data from source system.
The Data field is URL Encoded format data we receive. I need to decode this field and send it as a File.
The Filename should be FileName_Timestamp_ID

Pls guide me how to achieve it

{
 "FileName" : "test.txt",
 "Timestamp": "2019-02-22T10:10:10",
 "ID" : 181,
 "Data" : "URL-encoded format"

}
Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | C#
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.