This web method is used for obtaining information about the last activity for a
given asset number.
Method | /ProCloudWS.asmx/EINGetLastActivity |
The request body is of type EINGetLastActivity.
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 making the web service call (can be obtained via the ProviderBranchesGet web method) Integer | xml:int |
strEin | This is the asset id for the given item String (min 1 max 50) | xml:string |
|
The response body is of type EINGetLastActivityResponse.
Name | Description | Data Type |
---|---|---|
EINGetLastActivityResult | objEINGetLastActivityReturn |
|
<?xml version="1.0" encoding="UTF-8"?> <objEINGetLastActivityReturn 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=""> <LastActivity> <ProductCode>E03</ProductCode> <Description>Holmatro Hydraulic Core Rescue Equipment</Description> <LastActType>Task</LastActType> <LastActServiceUser>No Service User </LastActServiceUser> <LastActOrder_Id>4714</LastActOrder_Id> <LastActTypeId>18</LastActTypeId> <LastActActivityUId>345758</LastActActivityUId> <LastActCompleteddate>2016-09-19T14:01:06.91+01:00</LastActCompleteddate> <LastActContractCode>Natio</LastActContractCode> </LastActivity> </NewDataSet> </xmlDataSet> </objEINGetLastActivityReturn>