GET api/Vehicle?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": "a2d8bdbd-34b3-417f-bc86-f60b36638c3b", "ModelID": "7ca132e0-684c-40e2-a4b7-0a018aa17f1d", "TariffGroupID": "84c45028-6ca8-420e-9f14-5583f912e94d", "Datetime": "2024-09-12T19:13:21.8079985+04:00", "VehicleStatus": [ 1, 2 ], "OwnershipType": 0, "VehicleModel": [ "654a1f0a-e88a-45bb-aa7e-804b8c8b0288", "1c7e6eb6-10ac-4db0-a58c-b44262f484c6" ], "VehicleMake": [ "970eee01-0f54-4979-8b8b-dde0e49efaab", "c38b8c82-0559-47d1-92ac-0236668ffb82" ], "VehicleGroup": [ "f5dec970-7a58-4181-a2b7-c14d77448687", "a23071d5-e02c-4a82-9032-670f53d4a153" ], "VehicleClassification": [ "7e4c72c0-52c2-44bc-b04d-29d5751d8a96", "dfaa4d86-8c23-4055-b237-c13fe7f2749e" ], "BranchIDs": [ "35f0d438-3799-45e5-a763-820a1e97c26a", "9e8d6a92-b804-4cb0-abd6-ad3a79c77370" ] }
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>a2d8bdbd-34b3-417f-bc86-f60b36638c3b</BranchID> <BranchIDs xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>35f0d438-3799-45e5-a763-820a1e97c26a</d2p1:guid> <d2p1:guid>9e8d6a92-b804-4cb0-abd6-ad3a79c77370</d2p1:guid> </BranchIDs> <Datetime>2024-09-12T19:13:21.8079985+04:00</Datetime> <ModelID>7ca132e0-684c-40e2-a4b7-0a018aa17f1d</ModelID> <OwnershipType>All</OwnershipType> <TariffGroupID>84c45028-6ca8-420e-9f14-5583f912e94d</TariffGroupID> <VehicleClassification xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>7e4c72c0-52c2-44bc-b04d-29d5751d8a96</d2p1:guid> <d2p1:guid>dfaa4d86-8c23-4055-b237-c13fe7f2749e</d2p1:guid> </VehicleClassification> <VehicleGroup xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>f5dec970-7a58-4181-a2b7-c14d77448687</d2p1:guid> <d2p1:guid>a23071d5-e02c-4a82-9032-670f53d4a153</d2p1:guid> </VehicleGroup> <VehicleMake xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>970eee01-0f54-4979-8b8b-dde0e49efaab</d2p1:guid> <d2p1:guid>c38b8c82-0559-47d1-92ac-0236668ffb82</d2p1:guid> </VehicleMake> <VehicleModel xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>654a1f0a-e88a-45bb-aa7e-804b8c8b0288</d2p1:guid> <d2p1:guid>1c7e6eb6-10ac-4db0-a58c-b44262f484c6</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": "a588e351-5888-4ef6-8b28-17b022bc24d7", "Code": "sample string 2" }, "EngineNo": "sample string 2", "ProductionOn": "2024-09-12T19:13:21.8236329+04:00", "ReceivedOn": "2024-09-12T19:13:21.8236329+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": "2024-09-12T19:13:21.8236329+04:00", "ExpiryOn": "2024-09-12T19:13:21.8236329+04:00", "AttachmentIDs": "sample string 5" }, "ModelYear": 12, "ColorName": "sample string 13", "VehicleModel": { "VehicleModelID": "94de5e4f-ba43-497c-a799-d0b8956947e7", "Name": "sample string 2", "Code": "sample string 3", "Description": "sample string 4", "TariffGroup": { "TariffGroupID": "756c3fcf-1571-41b5-802d-9fb1fa0bc8f3", "Name": "sample string 2", "IsOnFreeSale": true }, "VehicleClassification": { "VehicleClassificationID": "dd846a05-83e0-4721-aa44-25d9b162581e", "Name": "sample string 2", "Description": "sample string 3", "SequenceNo": 4, "Attachment": { "AttachmentID": "cbbc66ef-45ea-40dd-a6a9-cf72c7283858", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "Icon": { "AttachmentID": "cbbc66ef-45ea-40dd-a6a9-cf72c7283858", "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": "a9958da9-8ced-4e36-b487-739eada6b49a", "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": "cbbc66ef-45ea-40dd-a6a9-cf72c7283858", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "BackImageAttachment": { "AttachmentID": "cbbc66ef-45ea-40dd-a6a9-cf72c7283858", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "LeftImageAttachment": { "AttachmentID": "cbbc66ef-45ea-40dd-a6a9-cf72c7283858", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "RightImageAttachment": { "AttachmentID": "cbbc66ef-45ea-40dd-a6a9-cf72c7283858", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" } }, "SuggestedUpgradeModelIDs": [ "531029d4-93f4-4850-b2a1-db277508dac1", "59a7cd1f-6b3a-4bbb-bb19-a96028c01764" ], "FavouriteNote": "sample string 26", "IsRestrictBooking": true, "PaymentMode": 0, "ModelYear": "sample string 28" }, "KeyInfo": "sample string 14", "RegistrationStartOn": "2024-09-12T19:13:21.8236329+04:00", "RegistartionRenewalOn": "2024-09-12T19:13:21.8236329+04:00", "VehicleTollTrafficDetail": { "TollFile": { "TollFileID": "e61d526c-b3e6-4c4b-8d28-eca3d69a6ade", "TollFileNo": "sample string 2" }, "TrafficFile": { "TrafficFileID": "9001278f-3eb4-4b44-bd58-3c18e737f34e", "TrafficFileNo": "sample string 2" }, "TollRegisterDate": "2024-09-12T19:13:21.8236329+04:00", "TollExpiredDate": "2024-09-12T19:13:21.8236329+04:00", "TrafficRegisterDate": "2024-09-12T19:13:21.8236329+04:00", "TrafficExpiredDate": "2024-09-12T19:13:21.8236329+04:00", "TollAttachment": { "AttachmentID": "cbbc66ef-45ea-40dd-a6a9-cf72c7283858", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "TrafficAttachment": { "AttachmentID": "cbbc66ef-45ea-40dd-a6a9-cf72c7283858", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "TollTagID": "sample string 1" }, "VehicleAssignment": 0, "OwnerBranch": { "Identity": { "Id": "a588e351-5888-4ef6-8b28-17b022bc24d7", "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": "cbbc66ef-45ea-40dd-a6a9-cf72c7283858", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "Longitude": 11.1, "Latitude": 12.1, "BranchType": { "BranchTypeID": "2feed119-f036-410f-8ae3-d6352529a8ca", "Name": "sample string 2", "Attachment": { "AttachmentID": "cbbc66ef-45ea-40dd-a6a9-cf72c7283858", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" } }, "HoursToGetReady": 15, "Description": "sample string 18", "Message": "sample string 19", "BranchOfficeTiming": { "BranchTimings": [ { "DayString": "sample string 1", "Shifts": [ "sample string 1", "sample string 2" ] }, { "DayString": "sample string 1", "Shifts": [ "sample string 1", "sample string 2" ] } ] }, "GoogleLocationURL": "sample string 20" }, "CurrentBranch": { "Identity": { "Id": "a588e351-5888-4ef6-8b28-17b022bc24d7", "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": "cbbc66ef-45ea-40dd-a6a9-cf72c7283858", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "Longitude": 11.1, "Latitude": 12.1, "BranchType": { "BranchTypeID": "2feed119-f036-410f-8ae3-d6352529a8ca", "Name": "sample string 2", "Attachment": { "AttachmentID": "cbbc66ef-45ea-40dd-a6a9-cf72c7283858", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" } }, "HoursToGetReady": 15, "Description": "sample string 18", "Message": "sample string 19", "BranchOfficeTiming": { "BranchTimings": [ { "DayString": "sample string 1", "Shifts": [ "sample string 1", "sample string 2" ] }, { "DayString": "sample string 1", "Shifts": [ "sample string 1", "sample string 2" ] } ] }, "GoogleLocationURL": "sample string 20" }, "VehicleStatus": 0, "TransactionDetail": { "TransactionID": "9c6f6029-5352-4715-9d2c-48e229e2d97c", "TransactionType": 0, "FinanceTranType": 1, "VehicleNo": "sample string 2", "VehicleModelName": "sample string 3", "DriverName": "sample string 4", "TrasactionDate": "2024-09-12T19:13:21.8392584+04:00", "TrasactionEndDate": "2024-09-12T19:13:21.8392584+04:00", "TransactionNo": "sample string 6", "LastTransactionOn": "2024-09-12T19:13:21.8392584+04:00", "InvoiceCycle": 1, "AgreementStatus": 0, "LastInvoiceFrom": "2024-09-12T19:13:21.8392584+04:00", "LastInvoiceTo": "2024-09-12T19:13:21.8392584+04:00", "Note": "sample string 10" }, "LastTransactionDetail": { "TransactionID": "9c6f6029-5352-4715-9d2c-48e229e2d97c", "TransactionType": 0, "FinanceTranType": 1, "VehicleNo": "sample string 2", "VehicleModelName": "sample string 3", "DriverName": "sample string 4", "TrasactionDate": "2024-09-12T19:13:21.8392584+04:00", "TrasactionEndDate": "2024-09-12T19:13:21.8392584+04:00", "TransactionNo": "sample string 6", "LastTransactionOn": "2024-09-12T19:13:21.8392584+04:00", "InvoiceCycle": 1, "AgreementStatus": 0, "LastInvoiceFrom": "2024-09-12T19:13:21.8392584+04:00", "LastInvoiceTo": "2024-09-12T19:13:21.8392584+04:00", "Note": "sample string 10" }, "ExpectedVehicleCheckInOn": "2024-09-12T19:13:21.8392584+04:00", "OwnershipEndOn": "2024-09-12T19:13:21.8392584+04:00", "OwnershipStartOn": "2024-09-12T19:13:21.8392584+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": "a3107c8d-6422-4380-89e8-8121a859860b", "Code": "sample string 9" }, "Description": "sample string 18", "OwnershipType": 0, "InsurenceEndOn": "2024-09-12T19:13:21.8392584+04:00", "LicenseExpiryDate": "2024-09-12T19:13:21.8392584+04:00", "DepreciationDetail": { "PurchasePrice": 1.1, "LastDepreciationOn": "2024-09-12T19:13:21.8392584+04:00", "NextDepreciationDueOn": "2024-09-12T19:13:21.8392584+04:00", "BookValue": 4.1 }, "NRRReasonID": "686b9428-1137-4857-9bf3-3593734b2247", "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": "e5c0f66f-ec34-4272-b5e9-151db496d964", "ParkingLotName": "sample string 31", "Tags": [ "sample string 1", "sample string 2" ], "CreatedBy": "cdac29e6-3295-40c2-b979-cba28bf7c054", "CreatedOn": "2024-09-12T19:13:21.8392584+04:00", "ModifiedBy": "5050e795-7f9d-406e-a46b-5a5f2086f3d9", "ModifiedOn": "2024-09-12T19:13:21.8392584+04:00", "IsDeleted": true }, { "LicenseNo": "sample string 1", "Identity": { "Id": "a588e351-5888-4ef6-8b28-17b022bc24d7", "Code": "sample string 2" }, "EngineNo": "sample string 2", "ProductionOn": "2024-09-12T19:13:21.8236329+04:00", "ReceivedOn": "2024-09-12T19:13:21.8236329+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": "2024-09-12T19:13:21.8236329+04:00", "ExpiryOn": "2024-09-12T19:13:21.8236329+04:00", "AttachmentIDs": "sample string 5" }, "ModelYear": 12, "ColorName": "sample string 13", "VehicleModel": { "VehicleModelID": "94de5e4f-ba43-497c-a799-d0b8956947e7", "Name": "sample string 2", "Code": "sample string 3", "Description": "sample string 4", "TariffGroup": { "TariffGroupID": "756c3fcf-1571-41b5-802d-9fb1fa0bc8f3", "Name": "sample string 2", "IsOnFreeSale": true }, "VehicleClassification": { "VehicleClassificationID": "dd846a05-83e0-4721-aa44-25d9b162581e", "Name": "sample string 2", "Description": "sample string 3", "SequenceNo": 4, "Attachment": { "AttachmentID": "cbbc66ef-45ea-40dd-a6a9-cf72c7283858", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "Icon": { "AttachmentID": "cbbc66ef-45ea-40dd-a6a9-cf72c7283858", "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": "a9958da9-8ced-4e36-b487-739eada6b49a", "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": "cbbc66ef-45ea-40dd-a6a9-cf72c7283858", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "BackImageAttachment": { "AttachmentID": "cbbc66ef-45ea-40dd-a6a9-cf72c7283858", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "LeftImageAttachment": { "AttachmentID": "cbbc66ef-45ea-40dd-a6a9-cf72c7283858", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "RightImageAttachment": { "AttachmentID": "cbbc66ef-45ea-40dd-a6a9-cf72c7283858", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" } }, "SuggestedUpgradeModelIDs": [ "531029d4-93f4-4850-b2a1-db277508dac1", "59a7cd1f-6b3a-4bbb-bb19-a96028c01764" ], "FavouriteNote": "sample string 26", "IsRestrictBooking": true, "PaymentMode": 0, "ModelYear": "sample string 28" }, "KeyInfo": "sample string 14", "RegistrationStartOn": "2024-09-12T19:13:21.8236329+04:00", "RegistartionRenewalOn": "2024-09-12T19:13:21.8236329+04:00", "VehicleTollTrafficDetail": { "TollFile": { "TollFileID": "e61d526c-b3e6-4c4b-8d28-eca3d69a6ade", "TollFileNo": "sample string 2" }, "TrafficFile": { "TrafficFileID": "9001278f-3eb4-4b44-bd58-3c18e737f34e", "TrafficFileNo": "sample string 2" }, "TollRegisterDate": "2024-09-12T19:13:21.8236329+04:00", "TollExpiredDate": "2024-09-12T19:13:21.8236329+04:00", "TrafficRegisterDate": "2024-09-12T19:13:21.8236329+04:00", "TrafficExpiredDate": "2024-09-12T19:13:21.8236329+04:00", "TollAttachment": { "AttachmentID": "cbbc66ef-45ea-40dd-a6a9-cf72c7283858", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "TrafficAttachment": { "AttachmentID": "cbbc66ef-45ea-40dd-a6a9-cf72c7283858", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "TollTagID": "sample string 1" }, "VehicleAssignment": 0, "OwnerBranch": { "Identity": { "Id": "a588e351-5888-4ef6-8b28-17b022bc24d7", "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": "cbbc66ef-45ea-40dd-a6a9-cf72c7283858", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "Longitude": 11.1, "Latitude": 12.1, "BranchType": { "BranchTypeID": "2feed119-f036-410f-8ae3-d6352529a8ca", "Name": "sample string 2", "Attachment": { "AttachmentID": "cbbc66ef-45ea-40dd-a6a9-cf72c7283858", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" } }, "HoursToGetReady": 15, "Description": "sample string 18", "Message": "sample string 19", "BranchOfficeTiming": { "BranchTimings": [ { "DayString": "sample string 1", "Shifts": [ "sample string 1", "sample string 2" ] }, { "DayString": "sample string 1", "Shifts": [ "sample string 1", "sample string 2" ] } ] }, "GoogleLocationURL": "sample string 20" }, "CurrentBranch": { "Identity": { "Id": "a588e351-5888-4ef6-8b28-17b022bc24d7", "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": "cbbc66ef-45ea-40dd-a6a9-cf72c7283858", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "Longitude": 11.1, "Latitude": 12.1, "BranchType": { "BranchTypeID": "2feed119-f036-410f-8ae3-d6352529a8ca", "Name": "sample string 2", "Attachment": { "AttachmentID": "cbbc66ef-45ea-40dd-a6a9-cf72c7283858", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" } }, "HoursToGetReady": 15, "Description": "sample string 18", "Message": "sample string 19", "BranchOfficeTiming": { "BranchTimings": [ { "DayString": "sample string 1", "Shifts": [ "sample string 1", "sample string 2" ] }, { "DayString": "sample string 1", "Shifts": [ "sample string 1", "sample string 2" ] } ] }, "GoogleLocationURL": "sample string 20" }, "VehicleStatus": 0, "TransactionDetail": { "TransactionID": "9c6f6029-5352-4715-9d2c-48e229e2d97c", "TransactionType": 0, "FinanceTranType": 1, "VehicleNo": "sample string 2", "VehicleModelName": "sample string 3", "DriverName": "sample string 4", "TrasactionDate": "2024-09-12T19:13:21.8392584+04:00", "TrasactionEndDate": "2024-09-12T19:13:21.8392584+04:00", "TransactionNo": "sample string 6", "LastTransactionOn": "2024-09-12T19:13:21.8392584+04:00", "InvoiceCycle": 1, "AgreementStatus": 0, "LastInvoiceFrom": "2024-09-12T19:13:21.8392584+04:00", "LastInvoiceTo": "2024-09-12T19:13:21.8392584+04:00", "Note": "sample string 10" }, "LastTransactionDetail": { "TransactionID": "9c6f6029-5352-4715-9d2c-48e229e2d97c", "TransactionType": 0, "FinanceTranType": 1, "VehicleNo": "sample string 2", "VehicleModelName": "sample string 3", "DriverName": "sample string 4", "TrasactionDate": "2024-09-12T19:13:21.8392584+04:00", "TrasactionEndDate": "2024-09-12T19:13:21.8392584+04:00", "TransactionNo": "sample string 6", "LastTransactionOn": "2024-09-12T19:13:21.8392584+04:00", "InvoiceCycle": 1, "AgreementStatus": 0, "LastInvoiceFrom": "2024-09-12T19:13:21.8392584+04:00", "LastInvoiceTo": "2024-09-12T19:13:21.8392584+04:00", "Note": "sample string 10" }, "ExpectedVehicleCheckInOn": "2024-09-12T19:13:21.8392584+04:00", "OwnershipEndOn": "2024-09-12T19:13:21.8392584+04:00", "OwnershipStartOn": "2024-09-12T19:13:21.8392584+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": "a3107c8d-6422-4380-89e8-8121a859860b", "Code": "sample string 9" }, "Description": "sample string 18", "OwnershipType": 0, "InsurenceEndOn": "2024-09-12T19:13:21.8392584+04:00", "LicenseExpiryDate": "2024-09-12T19:13:21.8392584+04:00", "DepreciationDetail": { "PurchasePrice": 1.1, "LastDepreciationOn": "2024-09-12T19:13:21.8392584+04:00", "NextDepreciationDueOn": "2024-09-12T19:13:21.8392584+04:00", "BookValue": 4.1 }, "NRRReasonID": "686b9428-1137-4857-9bf3-3593734b2247", "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": "e5c0f66f-ec34-4272-b5e9-151db496d964", "ParkingLotName": "sample string 31", "Tags": [ "sample string 1", "sample string 2" ], "CreatedBy": "cdac29e6-3295-40c2-b979-cba28bf7c054", "CreatedOn": "2024-09-12T19:13:21.8392584+04:00", "ModifiedBy": "5050e795-7f9d-406e-a46b-5a5f2086f3d9", "ModifiedOn": "2024-09-12T19:13:21.8392584+04:00", "IsDeleted": true } ]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.