BatchRequestItem
BatchRequestItem
A single request within a batch of operations
JSON Example
{
"body": {},
"method": "string",
"uri": "string"
}
object
body
Optional
body
string
method
Required
http method type
Possible values are :
GET,
POST,
PUT,
DELETE,
PATCH,
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