Get an Asset Check
This service returns details of a single asset check (vehicle check).
Query String Parameters
Name | Type | Description | Required |
---|---|---|---|
Action | String | AssetCheck | Required |
CheckId | Int | Integer value returned from an AssetCheck callback service. | Required |
Response Codes
Code | Message | Information |
---|---|---|
0 | Response Data | See 'Response' example tab |
2 | Invalid or missing parameter - checkid | Integer value is invalid or was not specified (when required) |
2 | No check found with ID {checkId} | No data returned or set-up in BigChange |
Example
- Request
- Response
Request URL
https://webservice.bigchange.com/v01/services.ashx?action=AssetCheck&checkid=826738
Response Data
{ "Code": 0, "Result": { "AssetCheckId": 9910090, "AssetCheckDate": "2023-08-31 18:49:17", "AssetId": 68936, "AssetCheckOdometer": 140000, "AssetCheckOdometerUnit": "km", "AssetCheckSignature": "** Base64 Image **", "AssetGroupName": "FC Test", "AssetRegistration": "FC Test", "ResourceId": 82392, "ResourceName": "FCTEST", "ResourceGroupName": "FC TEST", "CheckItems": { "CheckItem-0": { "CheckName": "4. Brakes", "DefectId": null, "DefectNote": null, "DefectComment": null, "DefectActionedDate": null, "DefectArchivedDate": null, "DefectAttachmentURL": null }, "CheckItem-1": { "CheckName": "8. Fluids", "DefectId": null, "DefectNote": null, "DefectComment": null, "DefectActionedDate": null, "DefectArchivedDate": null, "DefectAttachmentURL": null }, "CheckItem-2": { "CheckName": "1. I declare that I know no reason why I should not drive today", "DefectId": null, "DefectNote": null, "DefectComment": null, "DefectActionedDate": null, "DefectArchivedDate": null, "DefectAttachmentURL": null }, "CheckItem-3": { "CheckName": "3. Lights", "DefectId": null, "DefectNote": null, "DefectComment": null, "DefectActionedDate": null, "DefectArchivedDate": null, "DefectAttachmentURL": null }, "CheckItem-4": { "CheckName": "5. Oil", "DefectId": null, "DefectNote": null, "DefectComment": null, "DefectActionedDate": null, "DefectArchivedDate": null, "DefectAttachmentURL": null } } } }
note
Please contact your Customer Success Manager with the details of your callback service setup so that we can discuss the configuration needing to be applied to your BigChange application.