Using Batch Settings in Outgoing BODs

For each business interface implementation of type 'bod' that is able to publish the Sync verb, it must be possible to specify a batch id, batch sequence and batch size.

In that case the Sync BOD is published as usual, but additionally the following name-value pairs are added to the BODID of the published BOD:

batchSequence=<i.batchSequence>&batchID=<i.batchID>&batchSize=<i.batchSize>

When using 'batch', batch id must be filled, batch sequence must always be filled. Batch size can be omitted; it must be possible to publish a BOD without a batchSize name-value pair: batchSequence=<i.batchSequence>&batchID=<i.batchID>.

Handling batch-elements for incoming BODs is out of scope