Syntax
Parameters
entityHandle PFEntityHandle
PFEntityHandle to use for authentication.
request PFInventoryExecuteTransferOperationsRequest*
Populated request object.
async XAsyncBlock*Inout XAsyncBlock for the async operation.
Transfer a list of inventory items. A maximum list of 50 operations can be performed by a single request. When the response code is 202, one or more operations did not complete within the timeframe of the request. You can identify the pending operations by looking for OperationStatus = ‘InProgress’. You can check on the operation status at anytime within 1 day of the request by passing the TransactionToken to the GetInventoryOperationStatus API.
entityHandle PFEntityHandle
PFEntityHandle to use for authentication.
request PFInventoryExecuteTransferOperationsRequest*
Populated request object.
async XAsyncBlock*