IBusinessObjectApiVoidBatchItem Method | |
VoidBatchItem
Namespace:
PSI.Sox.Interfaces
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax BatchItem VoidBatchItem(
UserContext userContext,
string batchReference,
string batchItemReference
)
BatchItem^ VoidBatchItem(
UserContext^ userContext,
String^ batchReference,
String^ batchItemReference
)
function VoidBatchItem(userContext, batchReference, batchItemReference);
Parameters
- userContext
- Type: PSI.SoxUserContext
- batchReference
- Type: SystemString
- batchItemReference
- Type: SystemString
Return Value
Type:
BatchItemBatchItem
See Also