GoPxL SDK
GoTransaction Create ( const std::string &  uri,
const GoJson content = {},
const GoJson args = {} 
)

Creates a resource with the provided content.

Analogous to HTTP's POST method: there is content/body, and 'args' are similar to query strings.

Version
Introduced in 0.2.1.53.
Parameters
uriThe URI to the resource.
contentGoJson object of the content for the request.
argsGoJson object of arguments for the request.
Returns
Transaction object to monitor status and wait for results.