AddObject¶
Adds a new object to the request as the request body.
myRestRequest.AddObject(obj: ( string | object )):RestRequest (RestRequest)
Parameters¶
( string | object ) obj
The object to add.
Returns¶
The current RestRequest instance.
Remarks¶
Example¶
1 2 3 4 5 6 7 8 9 | |