This web method returns details. values and locations of all Assets setup in the system .
Method | /ProCloudWS.asmx/AssetRegisterReport |
This web method returns details. values and locations of all Assets setup in the system .
The request body is of type AssetRegisterReport.
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 |
strProductCode | This is the product code of your asset. String (max 50 - an empty string can be sent for no filtering) | xml:string |
strClient | This is the client name whom an asset is currently with. String (max 100 - an empty string can be sent for no filtering) | xml:string |
strPostCode | This is the post code where an asset is currently located. String (max 10 - an empty string can be sent for no filtering) | xml:string |
|
The response body is of type AssetRegisterReportResponse.
Name | Description | Data Type |
---|---|---|
AssetRegisterReportResult | objAssetRegisterReportReturn |
|
<?xml version="1.0" encoding="UTF-8"?> <objAssetRegisterReportReturn 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/> <xmlDataSet> <NewDataSet xmlns=""> <AssetRegisterReport> <AssetId>LL-1234</AssetId> <ProductTemplateId>38707</ProductTemplateId> <CodeAndDesc>John Smith</CodeAndDesc> <Qty>1</Qty> <StatusId>3923</StatusId> <StatusName>On Loan</StatusName> <LastUpdated>2017-01-10T12:16:43.313+00:00</LastUpdated> <ItemTypeId>1</ItemTypeId> <valueTotal>0.0000</valueTotal> <NonEin>false</NonEin> <Batch/> <ValueEach>0.0000</ValueEach> <einWC>-1</einWC> <ProductCode>GEN</ProductCode> <legacyStockRef/> <datePurchased>2999/01/01</datePurchased> <recycleCount>-1</recycleCount> </AssetRegisterReport> </NewDataSet> </xmlDataSet> </objAssetRegisterReportReturn>