Bulk Update Increment
Bulk Update Increment allows you to update multiple fields on multiple objects at once. With this endpoint multiple objects values can be set individually in bulk.
http://{host}/ws/rest/{ResourceName}/bulkUpdateIncrement[
{
"key": 77441913,
"foBallast": 10, "foLoaded": 15
},
{
"key": 77443840,
"foBallast": 12, "foLoaded": 20
}
]Was this helpful?