|
IVolumeServiceIncrementDistributionVolume Method |
Increments the current (and previous) distribution volume for the given title and volume type.
Namespace: Infosoft.Common.Contracts.ServiceContracts.TitlesAssembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax No code example is currently available or this language may not be supported.
Parameters
- request IncrementDistributionVolumeRequest
- A request object, which contains a title, and the VolumeType for which to increment the distribution volume.
Return Value
IncrementDistributionVolumeResponseA response object, which contains the new next distribution volume, after it's been incremented.
Remarks
This will typically move the distribution volume forwards by one day. If there's no distribution for the next
day, the method will keep advancing by one day until it finds a valid distribution date.
See Also