Arguments
The arguments block is used when executing a BOM that requires input parameters. All arguments are documented in the JSON documentation for their respective BOMs. If required arguments are missing from a request, the error message includes their names, allowing the developer to update the request accordingly.
--- EXAMPLE ---
{
"filter" : {
},
"values" : {},
"answers" : {},
"arguments" : {
}
}