This web method allows the batch movement of assets around the pro cloud system.
Method | /ProCloudWS.asmx/MoveStockItemEinBatch |
The request body is of type MoveStockItemEinBatch.
Name | Description | Data Type |
---|---|---|
objProviderGUId | This is a unique provider id, which can be obtained from CSS GUId | guid |
strPassword | This is your unique service password which can be obtained from CSS String (min 1 max 50) | xml:string |
intProviderBranchId | This is the providers branch where the assets are beeing moved to (can be obtained via the ProviderBranchesGet web method) Integer | xml:int |
strEINArr | This is a string array of Asset Numbers to move seperated by a | String | xml:string |
intUserId | The user id of the person performing the stock movement Integer | xml:int |
intStatusId | The status id of the asset location where the assets are to be moved to (can be obtained via the StatusesGet web method). Integer | xml:int |
|
The response body is of type MoveStockItemEinBatchResponse.
Name | Description | Data Type |
---|---|---|
MoveStockItemEinBatchResult | objMoveStockItemEinBatchReturn |
|
<?xml version="1.0" encoding="UTF-8"?> <objMoveStockItemEinBatchReturn xmlns="http://pro-cloud.org/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <intErrorId>0</intErrorId> <strErrorMsg/> </objMoveStockItemEinBatchReturn>