POST api/LACheckOut?apiKey={apiKey}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
apiKey | string |
Required |
Body Parameters
AgreementDetailModelName | Description | Type | Additional information |
---|---|---|---|
AgreementID | globally unique identifier |
None. |
|
ReplacementID | globally unique identifier |
None. |
|
OldReplacementID | globally unique identifier |
None. |
|
AgreementStatusID | AgreementStatus |
None. |
|
IsReplacement | integer |
None. |
|
OldAgreementStatusID | AgreementStatus |
None. |
|
ModifiedBy | globally unique identifier |
None. |
|
TransactionNo | string |
None. |
|
ContactInfo | ContactInfo |
None. |
|
CheckIn | InOutDetail |
None. |
|
CheckOut | InOutDetail |
None. |
|
TransactionType | integer |
None. |
|
NrmReason | string |
None. |
|
NrmToLocation | string |
None. |
|
OpenCloseStatus | integer |
None. |
|
VehicleDamage | Collection of VehicleDamageModel |
None. |
|
ReplacementVehicleDamage | Collection of VehicleDamageModel |
None. |
|
VehicleCheckListIDs | Collection of globally unique identifier |
None. |
|
ReplacementVehicleCheckListIDs | Collection of globally unique identifier |
None. |
|
TransactionAncillaryDetail | Collection of TransactionAncillaryDetail |
None. |
|
DriverID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "AgreementID": "3d80459a-b90e-49b4-8ba8-e0e93f5b9875", "ReplacementID": "aa907d42-d1aa-40aa-a8c8-99764e92184c", "OldReplacementID": "9933511a-3c25-4d19-94aa-7fdff25b25d3", "AgreementStatusID": 0, "IsReplacement": 4, "OldAgreementStatusID": 0, "ModifiedBy": "24121d46-8403-4326-92a6-5aa316794e3d", "TransactionNo": "sample string 6", "ContactInfo": { "CustomerType": 0, "TitleType": 0, "Name": "sample string 1", "Address": "sample string 2", "Email": "sample string 3", "ContactNo": "sample string 4", "CountryState": { "StateCode": "sample string 2", "StateName": "sample string 3", "CountryCode": "sample string 4", "CountryName": "sample string 5", "NationalityCode": "sample string 6", "NationalityName": "sample string 7" }, "Id": "3de8ca6b-ab8d-4124-8880-cdefdcb81e5e", "Code": "sample string 9" }, "CheckIn": { "Timestamp": "2023-12-08T20:10:39.3735462+04:00", "BranchID": "e4d81006-e1f8-431e-814f-dfa5fb55c1f7", "Name": "sample string 5", "BranchDescription": "sample string 6", "BranchMessage": "sample string 7", "Address": "sample string 8", "StateName": "sample string 9", "DeliveryPickupAddress": "sample string 10", "DeliveryPickupStateName": "sample string 11", "ContactNo": "sample string 12", "Email": "sample string 13", "Attachment": { "AttachmentID": "4b7cda0e-4e5a-41a2-b99f-8b5221444a11", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" } }, "CheckOut": { "Timestamp": "2023-12-08T20:10:39.3735462+04:00", "BranchID": "e4d81006-e1f8-431e-814f-dfa5fb55c1f7", "Name": "sample string 5", "BranchDescription": "sample string 6", "BranchMessage": "sample string 7", "Address": "sample string 8", "StateName": "sample string 9", "DeliveryPickupAddress": "sample string 10", "DeliveryPickupStateName": "sample string 11", "ContactNo": "sample string 12", "Email": "sample string 13", "Attachment": { "AttachmentID": "4b7cda0e-4e5a-41a2-b99f-8b5221444a11", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" } }, "TransactionType": 7, "NrmReason": "sample string 8", "NrmToLocation": "sample string 9", "OpenCloseStatus": 10, "VehicleDamage": [ { "xPoint": 1.0, "yPoint": 2.0, "Remark": "sample string 3", "DamageType": 1, "IsNew": true }, { "xPoint": 1.0, "yPoint": 2.0, "Remark": "sample string 3", "DamageType": 1, "IsNew": true } ], "ReplacementVehicleDamage": [ { "xPoint": 1.0, "yPoint": 2.0, "Remark": "sample string 3", "DamageType": 1, "IsNew": true }, { "xPoint": 1.0, "yPoint": 2.0, "Remark": "sample string 3", "DamageType": 1, "IsNew": true } ], "VehicleCheckListIDs": [ "234fe52f-d980-48d5-bb95-91f049bbc2c3", "4a4c486e-583e-4db0-bd12-962beb39e739" ], "ReplacementVehicleCheckListIDs": [ "2cdcf1ea-eaa4-4802-a4a4-8569ea04c2d7", "0d94b199-8b69-4c88-979c-55698e740d0a" ], "TransactionAncillaryDetail": [ { "AncillaryType": { "AncillaryTariffID": "141fee60-aebc-43c0-9645-5e1fb9139511", "Name": "sample string 2", "IsCompulsoryOnRental": true, "Description": "sample string 7", "Attachment": { "AttachmentID": "4b7cda0e-4e5a-41a2-b99f-8b5221444a11", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "SelectionType": 0, "Rate": 9.1, "RateType": 0, "FreeDays": 11 }, "AncillaryItems": [ { "Identity": { "Id": "fca965fd-ad3f-4337-9c68-bcab6983051e", "Code": "sample string 2" }, "AncillaryTariff": { "AncillaryTariffID": "141fee60-aebc-43c0-9645-5e1fb9139511", "Name": "sample string 2", "IsCompulsoryOnRental": true, "Description": "sample string 7", "Attachment": { "AttachmentID": "4b7cda0e-4e5a-41a2-b99f-8b5221444a11", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "SelectionType": 0, "Rate": 9.1, "RateType": 0, "FreeDays": 11 }, "Name": "sample string 1", "Model": "sample string 2", "PurchaseOn": "2023-12-08T20:10:39.3735462+04:00", "PurchaseAmt": 4.1, "Attachment": { "AttachmentID": "4b7cda0e-4e5a-41a2-b99f-8b5221444a11", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "OwnerBranch": { "Identity": { "Id": "fca965fd-ad3f-4337-9c68-bcab6983051e", "Code": "sample string 2" }, "CountryState": { "StateCode": "sample string 2", "StateName": "sample string 3", "CountryCode": "sample string 4", "CountryName": "sample string 5", "NationalityCode": "sample string 6", "NationalityName": "sample string 7" }, "Name": "sample string 4", "Address": "sample string 5", "ContactNo": "sample string 6", "TelephoneNo": "sample string 7", "EmailID": "sample string 8", "Attachment": { "AttachmentID": "4b7cda0e-4e5a-41a2-b99f-8b5221444a11", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "Longitude": 11.1, "Latitude": 12.1, "BranchType": { "BranchTypeID": "29b9379a-547e-4aa4-a642-442eb999b0ea", "Name": "sample string 2", "Attachment": { "AttachmentID": "4b7cda0e-4e5a-41a2-b99f-8b5221444a11", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" } }, "HoursToGetReady": 15, "Description": "sample string 18", "Message": "sample string 19", "BranchOfficeTiming": {}, "GoogleLocationURL": "sample string 20" }, "CurrentBranch": { "Identity": { "Id": "fca965fd-ad3f-4337-9c68-bcab6983051e", "Code": "sample string 2" }, "CountryState": { "StateCode": "sample string 2", "StateName": "sample string 3", "CountryCode": "sample string 4", "CountryName": "sample string 5", "NationalityCode": "sample string 6", "NationalityName": "sample string 7" }, "Name": "sample string 4", "Address": "sample string 5", "ContactNo": "sample string 6", "TelephoneNo": "sample string 7", "EmailID": "sample string 8", "Attachment": { "AttachmentID": "4b7cda0e-4e5a-41a2-b99f-8b5221444a11", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "Longitude": 11.1, "Latitude": 12.1, "BranchType": { "BranchTypeID": "29b9379a-547e-4aa4-a642-442eb999b0ea", "Name": "sample string 2", "Attachment": { "AttachmentID": "4b7cda0e-4e5a-41a2-b99f-8b5221444a11", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" } }, "HoursToGetReady": 15, "Description": "sample string 18", "Message": "sample string 19", "BranchOfficeTiming": {}, "GoogleLocationURL": "sample string 20" }, "TransactionDetail": { "TransactionID": "308a0af0-c26a-485f-b646-9646fcfbd763", "TransactionType": 0, "FinanceTranType": 1, "VehicleNo": "sample string 2", "VehicleModelName": "sample string 3", "DriverName": "sample string 4", "TrasactionDate": "2023-12-08T20:10:39.3735462+04:00", "TrasactionEndDate": "2023-12-08T20:10:39.3735462+04:00", "TransactionNo": "sample string 6", "LastTransactionOn": "2023-12-08T20:10:39.3735462+04:00", "InvoiceCycle": 1, "AgreementStatus": 0, "LastInvoiceFrom": "2023-12-08T20:10:39.3735462+04:00", "LastInvoiceTo": "2023-12-08T20:10:39.3735462+04:00", "Note": "sample string 10" }, "Status": 0, "IsChecked": true, "Remark": "sample string 6", "CreatedBy": "23c4dea3-0625-45e7-9c40-d2934fa71dc9", "CreatedOn": "2023-12-08T20:10:39.3735462+04:00", "ModifiedBy": "99b1cd1f-242a-4be0-9403-47e64c557ebf", "ModifiedOn": "2023-12-08T20:10:39.3735462+04:00", "IsDeleted": true }, { "Identity": { "Id": "fca965fd-ad3f-4337-9c68-bcab6983051e", "Code": "sample string 2" }, "AncillaryTariff": { "AncillaryTariffID": "141fee60-aebc-43c0-9645-5e1fb9139511", "Name": "sample string 2", "IsCompulsoryOnRental": true, "Description": "sample string 7", "Attachment": { "AttachmentID": "4b7cda0e-4e5a-41a2-b99f-8b5221444a11", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "SelectionType": 0, "Rate": 9.1, "RateType": 0, "FreeDays": 11 }, "Name": "sample string 1", "Model": "sample string 2", "PurchaseOn": "2023-12-08T20:10:39.3735462+04:00", "PurchaseAmt": 4.1, "Attachment": { "AttachmentID": "4b7cda0e-4e5a-41a2-b99f-8b5221444a11", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "OwnerBranch": { "Identity": { "Id": "fca965fd-ad3f-4337-9c68-bcab6983051e", "Code": "sample string 2" }, "CountryState": { "StateCode": "sample string 2", "StateName": "sample string 3", "CountryCode": "sample string 4", "CountryName": "sample string 5", "NationalityCode": "sample string 6", "NationalityName": "sample string 7" }, "Name": "sample string 4", "Address": "sample string 5", "ContactNo": "sample string 6", "TelephoneNo": "sample string 7", "EmailID": "sample string 8", "Attachment": { "AttachmentID": "4b7cda0e-4e5a-41a2-b99f-8b5221444a11", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "Longitude": 11.1, "Latitude": 12.1, "BranchType": { "BranchTypeID": "29b9379a-547e-4aa4-a642-442eb999b0ea", "Name": "sample string 2", "Attachment": { "AttachmentID": "4b7cda0e-4e5a-41a2-b99f-8b5221444a11", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" } }, "HoursToGetReady": 15, "Description": "sample string 18", "Message": "sample string 19", "BranchOfficeTiming": {}, "GoogleLocationURL": "sample string 20" }, "CurrentBranch": { "Identity": { "Id": "fca965fd-ad3f-4337-9c68-bcab6983051e", "Code": "sample string 2" }, "CountryState": { "StateCode": "sample string 2", "StateName": "sample string 3", "CountryCode": "sample string 4", "CountryName": "sample string 5", "NationalityCode": "sample string 6", "NationalityName": "sample string 7" }, "Name": "sample string 4", "Address": "sample string 5", "ContactNo": "sample string 6", "TelephoneNo": "sample string 7", "EmailID": "sample string 8", "Attachment": { "AttachmentID": "4b7cda0e-4e5a-41a2-b99f-8b5221444a11", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "Longitude": 11.1, "Latitude": 12.1, "BranchType": { "BranchTypeID": "29b9379a-547e-4aa4-a642-442eb999b0ea", "Name": "sample string 2", "Attachment": { "AttachmentID": "4b7cda0e-4e5a-41a2-b99f-8b5221444a11", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" } }, "HoursToGetReady": 15, "Description": "sample string 18", "Message": "sample string 19", "BranchOfficeTiming": {}, "GoogleLocationURL": "sample string 20" }, "TransactionDetail": { "TransactionID": "308a0af0-c26a-485f-b646-9646fcfbd763", "TransactionType": 0, "FinanceTranType": 1, "VehicleNo": "sample string 2", "VehicleModelName": "sample string 3", "DriverName": "sample string 4", "TrasactionDate": "2023-12-08T20:10:39.3735462+04:00", "TrasactionEndDate": "2023-12-08T20:10:39.3735462+04:00", "TransactionNo": "sample string 6", "LastTransactionOn": "2023-12-08T20:10:39.3735462+04:00", "InvoiceCycle": 1, "AgreementStatus": 0, "LastInvoiceFrom": "2023-12-08T20:10:39.3735462+04:00", "LastInvoiceTo": "2023-12-08T20:10:39.3735462+04:00", "Note": "sample string 10" }, "Status": 0, "IsChecked": true, "Remark": "sample string 6", "CreatedBy": "23c4dea3-0625-45e7-9c40-d2934fa71dc9", "CreatedOn": "2023-12-08T20:10:39.3735462+04:00", "ModifiedBy": "99b1cd1f-242a-4be0-9403-47e64c557ebf", "ModifiedOn": "2023-12-08T20:10:39.3735462+04:00", "IsDeleted": true } ] }, { "AncillaryType": { "AncillaryTariffID": "141fee60-aebc-43c0-9645-5e1fb9139511", "Name": "sample string 2", "IsCompulsoryOnRental": true, "Description": "sample string 7", "Attachment": { "AttachmentID": "4b7cda0e-4e5a-41a2-b99f-8b5221444a11", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "SelectionType": 0, "Rate": 9.1, "RateType": 0, "FreeDays": 11 }, "AncillaryItems": [ { "Identity": { "Id": "fca965fd-ad3f-4337-9c68-bcab6983051e", "Code": "sample string 2" }, "AncillaryTariff": { "AncillaryTariffID": "141fee60-aebc-43c0-9645-5e1fb9139511", "Name": "sample string 2", "IsCompulsoryOnRental": true, "Description": "sample string 7", "Attachment": { "AttachmentID": "4b7cda0e-4e5a-41a2-b99f-8b5221444a11", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "SelectionType": 0, "Rate": 9.1, "RateType": 0, "FreeDays": 11 }, "Name": "sample string 1", "Model": "sample string 2", "PurchaseOn": "2023-12-08T20:10:39.3735462+04:00", "PurchaseAmt": 4.1, "Attachment": { "AttachmentID": "4b7cda0e-4e5a-41a2-b99f-8b5221444a11", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "OwnerBranch": { "Identity": { "Id": "fca965fd-ad3f-4337-9c68-bcab6983051e", "Code": "sample string 2" }, "CountryState": { "StateCode": "sample string 2", "StateName": "sample string 3", "CountryCode": "sample string 4", "CountryName": "sample string 5", "NationalityCode": "sample string 6", "NationalityName": "sample string 7" }, "Name": "sample string 4", "Address": "sample string 5", "ContactNo": "sample string 6", "TelephoneNo": "sample string 7", "EmailID": "sample string 8", "Attachment": { "AttachmentID": "4b7cda0e-4e5a-41a2-b99f-8b5221444a11", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "Longitude": 11.1, "Latitude": 12.1, "BranchType": { "BranchTypeID": "29b9379a-547e-4aa4-a642-442eb999b0ea", "Name": "sample string 2", "Attachment": { "AttachmentID": "4b7cda0e-4e5a-41a2-b99f-8b5221444a11", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" } }, "HoursToGetReady": 15, "Description": "sample string 18", "Message": "sample string 19", "BranchOfficeTiming": {}, "GoogleLocationURL": "sample string 20" }, "CurrentBranch": { "Identity": { "Id": "fca965fd-ad3f-4337-9c68-bcab6983051e", "Code": "sample string 2" }, "CountryState": { "StateCode": "sample string 2", "StateName": "sample string 3", "CountryCode": "sample string 4", "CountryName": "sample string 5", "NationalityCode": "sample string 6", "NationalityName": "sample string 7" }, "Name": "sample string 4", "Address": "sample string 5", "ContactNo": "sample string 6", "TelephoneNo": "sample string 7", "EmailID": "sample string 8", "Attachment": { "AttachmentID": "4b7cda0e-4e5a-41a2-b99f-8b5221444a11", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "Longitude": 11.1, "Latitude": 12.1, "BranchType": { "BranchTypeID": "29b9379a-547e-4aa4-a642-442eb999b0ea", "Name": "sample string 2", "Attachment": { "AttachmentID": "4b7cda0e-4e5a-41a2-b99f-8b5221444a11", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" } }, "HoursToGetReady": 15, "Description": "sample string 18", "Message": "sample string 19", "BranchOfficeTiming": {}, "GoogleLocationURL": "sample string 20" }, "TransactionDetail": { "TransactionID": "308a0af0-c26a-485f-b646-9646fcfbd763", "TransactionType": 0, "FinanceTranType": 1, "VehicleNo": "sample string 2", "VehicleModelName": "sample string 3", "DriverName": "sample string 4", "TrasactionDate": "2023-12-08T20:10:39.3735462+04:00", "TrasactionEndDate": "2023-12-08T20:10:39.3735462+04:00", "TransactionNo": "sample string 6", "LastTransactionOn": "2023-12-08T20:10:39.3735462+04:00", "InvoiceCycle": 1, "AgreementStatus": 0, "LastInvoiceFrom": "2023-12-08T20:10:39.3735462+04:00", "LastInvoiceTo": "2023-12-08T20:10:39.3735462+04:00", "Note": "sample string 10" }, "Status": 0, "IsChecked": true, "Remark": "sample string 6", "CreatedBy": "23c4dea3-0625-45e7-9c40-d2934fa71dc9", "CreatedOn": "2023-12-08T20:10:39.3735462+04:00", "ModifiedBy": "99b1cd1f-242a-4be0-9403-47e64c557ebf", "ModifiedOn": "2023-12-08T20:10:39.3735462+04:00", "IsDeleted": true }, { "Identity": { "Id": "fca965fd-ad3f-4337-9c68-bcab6983051e", "Code": "sample string 2" }, "AncillaryTariff": { "AncillaryTariffID": "141fee60-aebc-43c0-9645-5e1fb9139511", "Name": "sample string 2", "IsCompulsoryOnRental": true, "Description": "sample string 7", "Attachment": { "AttachmentID": "4b7cda0e-4e5a-41a2-b99f-8b5221444a11", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "SelectionType": 0, "Rate": 9.1, "RateType": 0, "FreeDays": 11 }, "Name": "sample string 1", "Model": "sample string 2", "PurchaseOn": "2023-12-08T20:10:39.3735462+04:00", "PurchaseAmt": 4.1, "Attachment": { "AttachmentID": "4b7cda0e-4e5a-41a2-b99f-8b5221444a11", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "OwnerBranch": { "Identity": { "Id": "fca965fd-ad3f-4337-9c68-bcab6983051e", "Code": "sample string 2" }, "CountryState": { "StateCode": "sample string 2", "StateName": "sample string 3", "CountryCode": "sample string 4", "CountryName": "sample string 5", "NationalityCode": "sample string 6", "NationalityName": "sample string 7" }, "Name": "sample string 4", "Address": "sample string 5", "ContactNo": "sample string 6", "TelephoneNo": "sample string 7", "EmailID": "sample string 8", "Attachment": { "AttachmentID": "4b7cda0e-4e5a-41a2-b99f-8b5221444a11", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "Longitude": 11.1, "Latitude": 12.1, "BranchType": { "BranchTypeID": "29b9379a-547e-4aa4-a642-442eb999b0ea", "Name": "sample string 2", "Attachment": { "AttachmentID": "4b7cda0e-4e5a-41a2-b99f-8b5221444a11", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" } }, "HoursToGetReady": 15, "Description": "sample string 18", "Message": "sample string 19", "BranchOfficeTiming": {}, "GoogleLocationURL": "sample string 20" }, "CurrentBranch": { "Identity": { "Id": "fca965fd-ad3f-4337-9c68-bcab6983051e", "Code": "sample string 2" }, "CountryState": { "StateCode": "sample string 2", "StateName": "sample string 3", "CountryCode": "sample string 4", "CountryName": "sample string 5", "NationalityCode": "sample string 6", "NationalityName": "sample string 7" }, "Name": "sample string 4", "Address": "sample string 5", "ContactNo": "sample string 6", "TelephoneNo": "sample string 7", "EmailID": "sample string 8", "Attachment": { "AttachmentID": "4b7cda0e-4e5a-41a2-b99f-8b5221444a11", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "Longitude": 11.1, "Latitude": 12.1, "BranchType": { "BranchTypeID": "29b9379a-547e-4aa4-a642-442eb999b0ea", "Name": "sample string 2", "Attachment": { "AttachmentID": "4b7cda0e-4e5a-41a2-b99f-8b5221444a11", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" } }, "HoursToGetReady": 15, "Description": "sample string 18", "Message": "sample string 19", "BranchOfficeTiming": {}, "GoogleLocationURL": "sample string 20" }, "TransactionDetail": { "TransactionID": "308a0af0-c26a-485f-b646-9646fcfbd763", "TransactionType": 0, "FinanceTranType": 1, "VehicleNo": "sample string 2", "VehicleModelName": "sample string 3", "DriverName": "sample string 4", "TrasactionDate": "2023-12-08T20:10:39.3735462+04:00", "TrasactionEndDate": "2023-12-08T20:10:39.3735462+04:00", "TransactionNo": "sample string 6", "LastTransactionOn": "2023-12-08T20:10:39.3735462+04:00", "InvoiceCycle": 1, "AgreementStatus": 0, "LastInvoiceFrom": "2023-12-08T20:10:39.3735462+04:00", "LastInvoiceTo": "2023-12-08T20:10:39.3735462+04:00", "Note": "sample string 10" }, "Status": 0, "IsChecked": true, "Remark": "sample string 6", "CreatedBy": "23c4dea3-0625-45e7-9c40-d2934fa71dc9", "CreatedOn": "2023-12-08T20:10:39.3735462+04:00", "ModifiedBy": "99b1cd1f-242a-4be0-9403-47e64c557ebf", "ModifiedOn": "2023-12-08T20:10:39.3735462+04:00", "IsDeleted": true } ] } ], "DriverID": "11c2df88-54bb-4f96-bb43-473bc51029d7" }
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResultName | Description | Type | Additional information |
---|---|---|---|
IsValid | boolean |
None. |
|
Message | string |
None. |
|
Code | string |
None. |
|
ID | globally unique identifier |
None. |
|
Errors | Collection of string |
None. |
|
ErrorCodes | Collection of ErrorCode |
None. |
Response Formats
application/json, text/json
Sample:
{ "IsValid": true, "Message": "sample string 2", "Code": "sample string 3", "ID": "bf1f0e2f-31f8-4cec-9944-b760d4d950c1", "Errors": [ "sample string 1", "sample string 2" ], "ErrorCodes": [ 1, 1 ] }
application/xml, text/xml
Sample:
<Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fleetlet.Entity"> <Code>sample string 3</Code> <ErrorCodes> <ErrorCode>Success</ErrorCode> <ErrorCode>Success</ErrorCode> </ErrorCodes> <Errors xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:string>sample string 1</d2p1:string> <d2p1:string>sample string 2</d2p1:string> </Errors> <ID>bf1f0e2f-31f8-4cec-9944-b760d4d950c1</ID> <IsValid>true</IsValid> <Message>sample string 2</Message> </Result>