Answers
When executing a BOM, warnings may be triggered or confirmations may be required. To fully process the request, these warnings and confirmations must be bypassed. This can be done using the answers block. If no answers are provided, an error is returned with an error code, allowing the developer to adjust the request accordingly.
Warnings
--- EXAMPLE ---
{
"filter" : {
},
"values" : {},
"answers" : {
"warnings" : {
}
},
"arguments" : {}
}
Confirmations
--- EXAMPLE ---
{
"filter" : {
},
"values" : {},
"answers" : {
"confirmations" : {
}
},
"arguments" : {}
}