xxxxxxxxxx
{
"FileName": "marx/RequestT73/5c828fb8-eecb-4796-9c7e-787fa7aa3795.CMS.MARX.D.RH4869.PLANTRAN.T.txt",
"ContainerName": "outbound"
}
public async Task<IActionResult> GetBlob(BlobDataUriModel model)
public class BlobDataUriModel
{
public string FileName { get; set; }
public string MetaDataJson { get; set; }
public string uri { get; set; }
public string ContainerName { get; set; }
}