public class Corporation { public string remark { get; set; } public string version { get; set; } public string @operator { get; set; } } public class TenderDoc { public string tenderdocid { get; set; } public Corporation corporation { get; set; } pu…