Answer the question
In order to leave comments, you need to log in
How to send JSON in HTTP request body with URL parameters?
There are two classes:
1st class:
public class SDK {
public decimal amount;
public string orderid;
public string callbackUrl;
}
SDK sd = new SDK();
string json = JsonConvert.SerializeObject(sd);
public class Payer
{
public string id;
public string orderId;
public string FullName;
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question