How to pass null value to a key in json body request – Asp.net
I want to pass a null value to a key using post request in an api. For example I want to pass the below json data. i.e Exp and TeamID is null { "ID":162617, "TextKey":"107737", "Exp":null, "TeamID":null } the result…