BatchRequestItem
BatchRequestItem
A single request within a batch of operations
JSON Example
{
"uri": "string",
"method": "string"
}
object
body
Optional
body
string
uri
Required
relative uri (path and args), of the call including resource id (if this is a POST/DELETE), exclude hostname and port and prefix, exploded form of parameters
string
method
Required
http method type
Possible values are : GET, POST, PUT, DELETE, PATCH,