GET api/Vehicle/Get?apiKey={apiKey}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
apiKey | string |
Required |
Body Parameters
VehicleParameterName | Description | Type | Additional information |
---|---|---|---|
BranchID | globally unique identifier |
None. |
|
ModelID | globally unique identifier |
None. |
|
TariffGroupID | globally unique identifier |
None. |
|
Datetime | date |
None. |
|
VehicleStatus | Collection of integer |
None. |
|
OwnershipType | OwnershipType |
None. |
|
VehicleModel | Collection of globally unique identifier |
None. |
|
VehicleMake | Collection of globally unique identifier |
None. |
|
VehicleGroup | Collection of globally unique identifier |
None. |
|
VehicleClassification | Collection of globally unique identifier |
None. |
|
BranchIDs | Collection of globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "BranchID": "138fe99d-1fa2-4657-b253-a36c2afe506c", "ModelID": "36491fab-3f43-4989-af60-33277089d53c", "TariffGroupID": "34f2a7bc-4246-4d7a-af9b-275c814eb7ed", "Datetime": "2023-12-08T20:17:29.5033563+04:00", "VehicleStatus": [ 1, 2 ], "OwnershipType": 0, "VehicleModel": [ "1cef97a1-3f7d-4475-8da4-784dfb920969", "cdd7f469-5251-4439-b687-caf00e970545" ], "VehicleMake": [ "8d60baa7-e64f-46c6-81c8-58b4cca8d886", "ca6ffd28-19b0-428b-b50b-143cb3d28322" ], "VehicleGroup": [ "13d5c04c-9370-4bcd-a48c-3800c66bcb47", "9ac7b153-0a63-4fa8-a0c4-903177f0fc6c" ], "VehicleClassification": [ "fd1191a3-26e3-4d2b-bfb5-9ac18c456f53", "1719668c-bb75-4a09-b751-54b72f214ab2" ], "BranchIDs": [ "7e4107ab-0217-47dd-bcf7-11c0bc32a043", "e17115ce-846c-48ed-90b7-c371e662aba0" ] }
application/xml, text/xml
Sample:
<VehicleParameter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fleetlet.Entity.Vehicles"> <BranchID>138fe99d-1fa2-4657-b253-a36c2afe506c</BranchID> <BranchIDs xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>7e4107ab-0217-47dd-bcf7-11c0bc32a043</d2p1:guid> <d2p1:guid>e17115ce-846c-48ed-90b7-c371e662aba0</d2p1:guid> </BranchIDs> <Datetime>2023-12-08T20:17:29.5033563+04:00</Datetime> <ModelID>36491fab-3f43-4989-af60-33277089d53c</ModelID> <OwnershipType>All</OwnershipType> <TariffGroupID>34f2a7bc-4246-4d7a-af9b-275c814eb7ed</TariffGroupID> <VehicleClassification xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>fd1191a3-26e3-4d2b-bfb5-9ac18c456f53</d2p1:guid> <d2p1:guid>1719668c-bb75-4a09-b751-54b72f214ab2</d2p1:guid> </VehicleClassification> <VehicleGroup xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>13d5c04c-9370-4bcd-a48c-3800c66bcb47</d2p1:guid> <d2p1:guid>9ac7b153-0a63-4fa8-a0c4-903177f0fc6c</d2p1:guid> </VehicleGroup> <VehicleMake xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>8d60baa7-e64f-46c6-81c8-58b4cca8d886</d2p1:guid> <d2p1:guid>ca6ffd28-19b0-428b-b50b-143cb3d28322</d2p1:guid> </VehicleMake> <VehicleModel xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>1cef97a1-3f7d-4475-8da4-784dfb920969</d2p1:guid> <d2p1:guid>cdd7f469-5251-4439-b687-caf00e970545</d2p1:guid> </VehicleModel> <VehicleStatus xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:int>1</d2p1:int> <d2p1:int>2</d2p1:int> </VehicleStatus> </VehicleParameter>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of VehicleName | Description | Type | Additional information |
---|---|---|---|
LicenseNo | string |
None. |
|
Identity | Identity |
None. |
|
EngineNo | string |
None. |
|
ProductionOn | date |
None. |
|
ReceivedOn | date |
None. |
|
ChassisNo | string |
None. |
|
CurrentFuelLevel | integer |
None. |
|
StartFuelLevel | integer |
None. |
|
CurrentKilometers | integer |
None. |
|
StartKm | integer |
None. |
|
LicenseAttachmentIDs | string |
None. |
|
RegistrationAttachmentIDs | string |
None. |
|
Insurance | VehicleInsurance |
None. |
|
ModelYear | integer |
None. |
|
ColorName | string |
None. |
|
VehicleModel | VehicleModel |
None. |
|
KeyInfo | string |
None. |
|
RegistrationStartOn | date |
None. |
|
RegistartionRenewalOn | date |
None. |
|
VehicleTollTrafficDetail | VehicleTollTrafficDetail |
None. |
|
VehicleAssignment | VehicleAssignment |
None. |
|
OwnerBranch | Branch |
None. |
|
CurrentBranch | Branch |
None. |
|
VehicleStatus | VehicleStatus |
None. |
|
TransactionDetail | TransactionDetail |
None. |
|
LastTransactionDetail | TransactionDetail |
None. |
|
ExpectedVehicleCheckInOn | date |
None. |
|
OwnershipEndOn | date |
None. |
|
OwnershipStartOn | date |
None. |
|
Vendor | ContactInfo |
None. |
|
Description | string |
None. |
|
OwnershipType | OwnershipType |
None. |
|
InsurenceEndOn | date |
None. |
|
LicenseExpiryDate | date |
None. |
|
DepreciationDetail | DepreciationDetail |
None. |
|
NRRReasonID | globally unique identifier |
None. |
|
NRRReason | string |
None. |
|
NRRRemark | string |
None. |
|
PODetail | string |
None. |
|
GRNDetail | string |
None. |
|
DisplayName | string |
None. |
|
WarrantyMonths | integer |
None. |
|
WarrantyKm | integer |
None. |
|
BarCode | string |
None. |
|
ParkingLotID | globally unique identifier |
None. |
|
ParkingLotName | string |
None. |
|
Tags | Collection of string |
None. |
|
CreatedBy | globally unique identifier |
None. |
|
CreatedOn | date |
None. |
|
ModifiedBy | globally unique identifier |
None. |
|
ModifiedOn | date |
None. |
|
IsDeleted | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[ { "LicenseNo": "sample string 1", "Identity": { "Id": "d6b66f79-7309-4b1c-87e9-1db0e8baba8e", "Code": "sample string 2" }, "EngineNo": "sample string 2", "ProductionOn": "2023-12-08T20:17:29.5188648+04:00", "ReceivedOn": "2023-12-08T20:17:29.5188648+04:00", "ChassisNo": "sample string 5", "CurrentFuelLevel": 6, "StartFuelLevel": 7, "CurrentKilometers": 8, "StartKm": 9, "LicenseAttachmentIDs": "sample string 10", "RegistrationAttachmentIDs": "sample string 11", "Insurance": { "InsuranceNo": "sample string 1", "Vendor": "sample string 2", "RegistrationOn": "2023-12-08T20:17:29.5188648+04:00", "ExpiryOn": "2023-12-08T20:17:29.5188648+04:00", "AttachmentIDs": "sample string 5" }, "ModelYear": 12, "ColorName": "sample string 13", "VehicleModel": { "VehicleModelID": "041ff9a2-8ec9-4105-8be0-d107b84a8832", "Name": "sample string 2", "Code": "sample string 3", "Description": "sample string 4", "TariffGroup": { "TariffGroupID": "ae1605b7-4192-42cb-bacf-ad4da8e10eeb", "Name": "sample string 2", "IsOnFreeSale": true }, "VehicleClassification": { "VehicleClassificationID": "fb4d4f5d-9efe-4fce-a125-3dcfefcbcd5f", "Name": "sample string 2", "Description": "sample string 3", "SequenceNo": 4, "Attachment": { "AttachmentID": "4c62e389-d4f6-41ab-b553-a875920c471c", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "Icon": { "AttachmentID": "4c62e389-d4f6-41ab-b553-a875920c471c", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "ShortDetails": "sample string 5" }, "Passengers": "sample string 8", "Luggages": "sample string 9", "Doors": "sample string 10", "AutoTransmission": true, "Airbag": true, "ABS": true, "AC": true, "CruseControl": true, "Engine": "sample string 17", "VehicleMake": { "VehicleMakeID": "477592d4-0f30-453a-841a-ce90aeb517dc", "Name": "sample string 2" }, "Features": [ { "Name": "sample string 3", "Value": "sample string 4" }, { "Name": "sample string 3", "Value": "sample string 4" } ], "IsSoldOut": true, "IsCallToBook": true, "IsBestSeller": true, "VehicleImages": { "FrontImageAttachment": { "AttachmentID": "4c62e389-d4f6-41ab-b553-a875920c471c", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "BackImageAttachment": { "AttachmentID": "4c62e389-d4f6-41ab-b553-a875920c471c", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "LeftImageAttachment": { "AttachmentID": "4c62e389-d4f6-41ab-b553-a875920c471c", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "RightImageAttachment": { "AttachmentID": "4c62e389-d4f6-41ab-b553-a875920c471c", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" } }, "SuggestedUpgradeModelIDs": [ "fc679cec-7541-4b35-ad33-79132918340e", "0701a24e-225d-4459-98c0-f78c471ff304" ], "FavouriteNote": "sample string 26", "IsRestrictBooking": true, "PaymentMode": 0, "ModelYear": "sample string 28" }, "KeyInfo": "sample string 14", "RegistrationStartOn": "2023-12-08T20:17:29.5188648+04:00", "RegistartionRenewalOn": "2023-12-08T20:17:29.5188648+04:00", "VehicleTollTrafficDetail": { "TollFile": { "TollFileID": "45a9e54b-ef12-48a9-b915-117d750b1e65", "TollFileNo": "sample string 2" }, "TrafficFile": { "TrafficFileID": "e17c3cd0-2b20-4fed-a712-c89326913b4c", "TrafficFileNo": "sample string 2" }, "TollRegisterDate": "2023-12-08T20:17:29.5188648+04:00", "TollExpiredDate": "2023-12-08T20:17:29.5188648+04:00", "TrafficRegisterDate": "2023-12-08T20:17:29.5188648+04:00", "TrafficExpiredDate": "2023-12-08T20:17:29.5188648+04:00", "TollAttachment": { "AttachmentID": "4c62e389-d4f6-41ab-b553-a875920c471c", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "TrafficAttachment": { "AttachmentID": "4c62e389-d4f6-41ab-b553-a875920c471c", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "TollTagID": "sample string 1" }, "VehicleAssignment": 0, "OwnerBranch": { "Identity": { "Id": "d6b66f79-7309-4b1c-87e9-1db0e8baba8e", "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": "4c62e389-d4f6-41ab-b553-a875920c471c", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "Longitude": 11.1, "Latitude": 12.1, "BranchType": { "BranchTypeID": "f2032b92-3229-41a4-bc0a-52de311af8f4", "Name": "sample string 2", "Attachment": { "AttachmentID": "4c62e389-d4f6-41ab-b553-a875920c471c", "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": "d6b66f79-7309-4b1c-87e9-1db0e8baba8e", "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": "4c62e389-d4f6-41ab-b553-a875920c471c", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "Longitude": 11.1, "Latitude": 12.1, "BranchType": { "BranchTypeID": "f2032b92-3229-41a4-bc0a-52de311af8f4", "Name": "sample string 2", "Attachment": { "AttachmentID": "4c62e389-d4f6-41ab-b553-a875920c471c", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" } }, "HoursToGetReady": 15, "Description": "sample string 18", "Message": "sample string 19", "BranchOfficeTiming": {}, "GoogleLocationURL": "sample string 20" }, "VehicleStatus": 0, "TransactionDetail": { "TransactionID": "36c53ed6-e62d-4936-81c7-245ff8163526", "TransactionType": 0, "FinanceTranType": 1, "VehicleNo": "sample string 2", "VehicleModelName": "sample string 3", "DriverName": "sample string 4", "TrasactionDate": "2023-12-08T20:17:29.5188648+04:00", "TrasactionEndDate": "2023-12-08T20:17:29.5188648+04:00", "TransactionNo": "sample string 6", "LastTransactionOn": "2023-12-08T20:17:29.5188648+04:00", "InvoiceCycle": 1, "AgreementStatus": 0, "LastInvoiceFrom": "2023-12-08T20:17:29.5188648+04:00", "LastInvoiceTo": "2023-12-08T20:17:29.5188648+04:00", "Note": "sample string 10" }, "LastTransactionDetail": { "TransactionID": "36c53ed6-e62d-4936-81c7-245ff8163526", "TransactionType": 0, "FinanceTranType": 1, "VehicleNo": "sample string 2", "VehicleModelName": "sample string 3", "DriverName": "sample string 4", "TrasactionDate": "2023-12-08T20:17:29.5188648+04:00", "TrasactionEndDate": "2023-12-08T20:17:29.5188648+04:00", "TransactionNo": "sample string 6", "LastTransactionOn": "2023-12-08T20:17:29.5188648+04:00", "InvoiceCycle": 1, "AgreementStatus": 0, "LastInvoiceFrom": "2023-12-08T20:17:29.5188648+04:00", "LastInvoiceTo": "2023-12-08T20:17:29.5188648+04:00", "Note": "sample string 10" }, "ExpectedVehicleCheckInOn": "2023-12-08T20:17:29.5188648+04:00", "OwnershipEndOn": "2023-12-08T20:17:29.5188648+04:00", "OwnershipStartOn": "2023-12-08T20:17:29.5188648+04:00", "Vendor": { "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": "642c531c-c408-453a-9c3f-c69a3c7a9d71", "Code": "sample string 9" }, "Description": "sample string 18", "OwnershipType": 0, "InsurenceEndOn": "2023-12-08T20:17:29.5188648+04:00", "LicenseExpiryDate": "2023-12-08T20:17:29.5188648+04:00", "DepreciationDetail": { "PurchasePrice": 1.1, "LastDepreciationOn": "2023-12-08T20:17:29.5188648+04:00", "NextDepreciationDueOn": "2023-12-08T20:17:29.5188648+04:00", "BookValue": 4.1 }, "NRRReasonID": "52d0db85-8ac9-4281-8db7-a0b72f57e292", "NRRReason": "sample string 22", "NRRRemark": "sample string 23", "PODetail": "sample string 24", "GRNDetail": "sample string 25", "DisplayName": "sample string 26", "WarrantyMonths": 27, "WarrantyKm": 28, "BarCode": "sample string 29", "ParkingLotID": "26cdc2b9-d89f-42eb-a2ab-fee2d137341f", "ParkingLotName": "sample string 31", "Tags": [ "sample string 1", "sample string 2" ], "CreatedBy": "af4b319c-b322-4930-bdcb-8e936391e2f7", "CreatedOn": "2023-12-08T20:17:29.5188648+04:00", "ModifiedBy": "70f1262a-c3fc-4fd8-a093-adfd0e67aee2", "ModifiedOn": "2023-12-08T20:17:29.5188648+04:00", "IsDeleted": true }, { "LicenseNo": "sample string 1", "Identity": { "Id": "d6b66f79-7309-4b1c-87e9-1db0e8baba8e", "Code": "sample string 2" }, "EngineNo": "sample string 2", "ProductionOn": "2023-12-08T20:17:29.5188648+04:00", "ReceivedOn": "2023-12-08T20:17:29.5188648+04:00", "ChassisNo": "sample string 5", "CurrentFuelLevel": 6, "StartFuelLevel": 7, "CurrentKilometers": 8, "StartKm": 9, "LicenseAttachmentIDs": "sample string 10", "RegistrationAttachmentIDs": "sample string 11", "Insurance": { "InsuranceNo": "sample string 1", "Vendor": "sample string 2", "RegistrationOn": "2023-12-08T20:17:29.5188648+04:00", "ExpiryOn": "2023-12-08T20:17:29.5188648+04:00", "AttachmentIDs": "sample string 5" }, "ModelYear": 12, "ColorName": "sample string 13", "VehicleModel": { "VehicleModelID": "041ff9a2-8ec9-4105-8be0-d107b84a8832", "Name": "sample string 2", "Code": "sample string 3", "Description": "sample string 4", "TariffGroup": { "TariffGroupID": "ae1605b7-4192-42cb-bacf-ad4da8e10eeb", "Name": "sample string 2", "IsOnFreeSale": true }, "VehicleClassification": { "VehicleClassificationID": "fb4d4f5d-9efe-4fce-a125-3dcfefcbcd5f", "Name": "sample string 2", "Description": "sample string 3", "SequenceNo": 4, "Attachment": { "AttachmentID": "4c62e389-d4f6-41ab-b553-a875920c471c", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "Icon": { "AttachmentID": "4c62e389-d4f6-41ab-b553-a875920c471c", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "ShortDetails": "sample string 5" }, "Passengers": "sample string 8", "Luggages": "sample string 9", "Doors": "sample string 10", "AutoTransmission": true, "Airbag": true, "ABS": true, "AC": true, "CruseControl": true, "Engine": "sample string 17", "VehicleMake": { "VehicleMakeID": "477592d4-0f30-453a-841a-ce90aeb517dc", "Name": "sample string 2" }, "Features": [ { "Name": "sample string 3", "Value": "sample string 4" }, { "Name": "sample string 3", "Value": "sample string 4" } ], "IsSoldOut": true, "IsCallToBook": true, "IsBestSeller": true, "VehicleImages": { "FrontImageAttachment": { "AttachmentID": "4c62e389-d4f6-41ab-b553-a875920c471c", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "BackImageAttachment": { "AttachmentID": "4c62e389-d4f6-41ab-b553-a875920c471c", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "LeftImageAttachment": { "AttachmentID": "4c62e389-d4f6-41ab-b553-a875920c471c", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "RightImageAttachment": { "AttachmentID": "4c62e389-d4f6-41ab-b553-a875920c471c", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" } }, "SuggestedUpgradeModelIDs": [ "fc679cec-7541-4b35-ad33-79132918340e", "0701a24e-225d-4459-98c0-f78c471ff304" ], "FavouriteNote": "sample string 26", "IsRestrictBooking": true, "PaymentMode": 0, "ModelYear": "sample string 28" }, "KeyInfo": "sample string 14", "RegistrationStartOn": "2023-12-08T20:17:29.5188648+04:00", "RegistartionRenewalOn": "2023-12-08T20:17:29.5188648+04:00", "VehicleTollTrafficDetail": { "TollFile": { "TollFileID": "45a9e54b-ef12-48a9-b915-117d750b1e65", "TollFileNo": "sample string 2" }, "TrafficFile": { "TrafficFileID": "e17c3cd0-2b20-4fed-a712-c89326913b4c", "TrafficFileNo": "sample string 2" }, "TollRegisterDate": "2023-12-08T20:17:29.5188648+04:00", "TollExpiredDate": "2023-12-08T20:17:29.5188648+04:00", "TrafficRegisterDate": "2023-12-08T20:17:29.5188648+04:00", "TrafficExpiredDate": "2023-12-08T20:17:29.5188648+04:00", "TollAttachment": { "AttachmentID": "4c62e389-d4f6-41ab-b553-a875920c471c", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "TrafficAttachment": { "AttachmentID": "4c62e389-d4f6-41ab-b553-a875920c471c", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "TollTagID": "sample string 1" }, "VehicleAssignment": 0, "OwnerBranch": { "Identity": { "Id": "d6b66f79-7309-4b1c-87e9-1db0e8baba8e", "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": "4c62e389-d4f6-41ab-b553-a875920c471c", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "Longitude": 11.1, "Latitude": 12.1, "BranchType": { "BranchTypeID": "f2032b92-3229-41a4-bc0a-52de311af8f4", "Name": "sample string 2", "Attachment": { "AttachmentID": "4c62e389-d4f6-41ab-b553-a875920c471c", "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": "d6b66f79-7309-4b1c-87e9-1db0e8baba8e", "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": "4c62e389-d4f6-41ab-b553-a875920c471c", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "Longitude": 11.1, "Latitude": 12.1, "BranchType": { "BranchTypeID": "f2032b92-3229-41a4-bc0a-52de311af8f4", "Name": "sample string 2", "Attachment": { "AttachmentID": "4c62e389-d4f6-41ab-b553-a875920c471c", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" } }, "HoursToGetReady": 15, "Description": "sample string 18", "Message": "sample string 19", "BranchOfficeTiming": {}, "GoogleLocationURL": "sample string 20" }, "VehicleStatus": 0, "TransactionDetail": { "TransactionID": "36c53ed6-e62d-4936-81c7-245ff8163526", "TransactionType": 0, "FinanceTranType": 1, "VehicleNo": "sample string 2", "VehicleModelName": "sample string 3", "DriverName": "sample string 4", "TrasactionDate": "2023-12-08T20:17:29.5188648+04:00", "TrasactionEndDate": "2023-12-08T20:17:29.5188648+04:00", "TransactionNo": "sample string 6", "LastTransactionOn": "2023-12-08T20:17:29.5188648+04:00", "InvoiceCycle": 1, "AgreementStatus": 0, "LastInvoiceFrom": "2023-12-08T20:17:29.5188648+04:00", "LastInvoiceTo": "2023-12-08T20:17:29.5188648+04:00", "Note": "sample string 10" }, "LastTransactionDetail": { "TransactionID": "36c53ed6-e62d-4936-81c7-245ff8163526", "TransactionType": 0, "FinanceTranType": 1, "VehicleNo": "sample string 2", "VehicleModelName": "sample string 3", "DriverName": "sample string 4", "TrasactionDate": "2023-12-08T20:17:29.5188648+04:00", "TrasactionEndDate": "2023-12-08T20:17:29.5188648+04:00", "TransactionNo": "sample string 6", "LastTransactionOn": "2023-12-08T20:17:29.5188648+04:00", "InvoiceCycle": 1, "AgreementStatus": 0, "LastInvoiceFrom": "2023-12-08T20:17:29.5188648+04:00", "LastInvoiceTo": "2023-12-08T20:17:29.5188648+04:00", "Note": "sample string 10" }, "ExpectedVehicleCheckInOn": "2023-12-08T20:17:29.5188648+04:00", "OwnershipEndOn": "2023-12-08T20:17:29.5188648+04:00", "OwnershipStartOn": "2023-12-08T20:17:29.5188648+04:00", "Vendor": { "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": "642c531c-c408-453a-9c3f-c69a3c7a9d71", "Code": "sample string 9" }, "Description": "sample string 18", "OwnershipType": 0, "InsurenceEndOn": "2023-12-08T20:17:29.5188648+04:00", "LicenseExpiryDate": "2023-12-08T20:17:29.5188648+04:00", "DepreciationDetail": { "PurchasePrice": 1.1, "LastDepreciationOn": "2023-12-08T20:17:29.5188648+04:00", "NextDepreciationDueOn": "2023-12-08T20:17:29.5188648+04:00", "BookValue": 4.1 }, "NRRReasonID": "52d0db85-8ac9-4281-8db7-a0b72f57e292", "NRRReason": "sample string 22", "NRRRemark": "sample string 23", "PODetail": "sample string 24", "GRNDetail": "sample string 25", "DisplayName": "sample string 26", "WarrantyMonths": 27, "WarrantyKm": 28, "BarCode": "sample string 29", "ParkingLotID": "26cdc2b9-d89f-42eb-a2ab-fee2d137341f", "ParkingLotName": "sample string 31", "Tags": [ "sample string 1", "sample string 2" ], "CreatedBy": "af4b319c-b322-4930-bdcb-8e936391e2f7", "CreatedOn": "2023-12-08T20:17:29.5188648+04:00", "ModifiedBy": "70f1262a-c3fc-4fd8-a093-adfd0e67aee2", "ModifiedOn": "2023-12-08T20:17:29.5188648+04:00", "IsDeleted": true } ]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.