webMethods OneData 10.11 | Managing Master Data with webMethods OneData | Developing for webMethods OneData | RESTful Web Services | REST URL Parameters | lowVolumeLoad
 
lowVolumeLoad
Indicates if the volume of data in the incoming payload can be processed in a single batch size of 100 or fewer records.
Valid values:
*true. Indicates that the incoming payload is a single batch size of 100 or fewer records for which webMethods OneData optimizes the performance of the import process.
*false. Default. Indicates that the records are processed in batches specified by the batchSize parameter.
Format of the REST call:
http://[hostname]:[port]/[contextRoot]/rest/[repositoryId]/[projectName]/[type]/[objectName]
?lowVolumeLoad=true
You can also use lowVolumeLoad with the parameter batchSize as follows:
http://[hostname]:[port]/[contextRoot]/rest/[repositoryId]/[projectName]/[type]/[objectName]
?lowVolumeLoad=true&batchSize=50