FS Asset Warranty Service Operations
For a list of operations associated with this Web service, see the following table.
Name | Description |
---|---|
CreateAssetWarranty |
Adds the input warranty to the source asset. |
GetAssetWarranty |
Used to retrieve all the warranties for a specified asset's product and then add them to the asset if not already done so. |
Request Message Description: CreateAssetWarranty
Adds a specific warranty to an asset. If that warranty has already been added to the asset record, then the service will update the service date. For a description of this request message, see the following table.
Node | Description | Type |
---|---|---|
Asset Id |
Row ID of asset. |
String |
Warranty Id |
Row ID of the warranty. |
String |
Serviced Date |
Date from which warranty will start displayed in the following format: (mm/dd/yyyy). |
Date |
Response Message Description: CreateAssetWarranty
For a description of this response message, see the following table.
Node | Description | Type |
---|---|---|
StatusMsg |
(Optional). Will give error message in the case of incompatibility of inputs. If there is no incompatibility, then there will be no message. |
String |
Request Message Description: GetAssetWarranty
This operation will add all the warranty information associated with an asset. The date depends on the start data type of each warranty. If some of the warranties are already attached to the asset, then the operation adds the other potential warranties, but leaves the existing warranties untouched.
For a description of this request message, see the following table.
Node | Description | Type |
---|---|---|
Asset Id |
Row ID of asset. |
String |
Response Message Description: GetAssetWarranty
This Web service has no response message.