i have this json with data
http://84.235.49.85:58/saws/hi/is/inserSer?jsonObject={
"authObject":{
"userName":"7070",
"password":"123",
"baladyCode":"07",
"amanaCode":"061"
},
"billObj":{
"billNumber":"0611138000302",
"billCreationDate":"07-01-1438",
"billDetails":[
{"depId":"11006","billValue":"1"}
]}
}
authObject Obj:- this object holds authentication data about user that will be used to decide can we allow accessing for this request or not.
billObj Obj:- this object holds bill data that will be used to create insertion operation, let us say that every bill may have one sub-account or many sub-accounts so we make it dynamic and give you to create Json Array of bill's details that holds every sub-account and its value
any one help me for creating this code in c# form . i need full code for this example please .thanks