Method | Description | |
---|---|---|
BatchRequest ( string requestType, string url, string body ) : System | ||
data ( ) : Newtonsoft.Json.Linq.JObject |
Gets the associated data
|
public BatchRequest ( string requestType, string url, string body ) : System | ||
requestType | string | |
url | string | |
body | string | |
return | System |
public data ( ) : Newtonsoft.Json.Linq.JObject | ||
return | Newtonsoft.Json.Linq.JObject |