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