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": "7cfd7e85-c4b3-4879-ac19-758fdd4a5031", "ModelID": "0ba855d6-b771-49e1-92b8-be30872d96dd", "TariffGroupID": "d83ffe40-aee9-4c2e-806e-03ce96c02ccd", "Datetime": "2023-12-08T19:39:02.9585387+04:00", "VehicleStatus": [ 1, 2 ], "OwnershipType": 0, "VehicleModel": [ "718060ce-6e12-4c3f-962c-b367dc5329ff", "c2488150-5f6c-409a-8937-0eae92de0e03" ], "VehicleMake": [ "3be1d206-d7a5-4f24-820a-802eca04b4c8", "f5c04a46-0e28-479c-8193-d1f71c59a326" ], "VehicleGroup": [ "5d43b7f8-1ced-48af-b56d-87848d8ae6be", "89af12c4-eebf-416c-b323-0112cba63447" ], "VehicleClassification": [ "20f2d07b-796c-4e26-b36c-ece1768742f4", "e739b0da-1156-475d-8d1f-aca080782384" ], "BranchIDs": [ "6a12e493-75a1-4183-ad7e-2459370071e3", "a678abce-1fe4-45ee-bdcd-2826d7a90895" ] }
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>7cfd7e85-c4b3-4879-ac19-758fdd4a5031</BranchID> <BranchIDs xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>6a12e493-75a1-4183-ad7e-2459370071e3</d2p1:guid> <d2p1:guid>a678abce-1fe4-45ee-bdcd-2826d7a90895</d2p1:guid> </BranchIDs> <Datetime>2023-12-08T19:39:02.9585387+04:00</Datetime> <ModelID>0ba855d6-b771-49e1-92b8-be30872d96dd</ModelID> <OwnershipType>All</OwnershipType> <TariffGroupID>d83ffe40-aee9-4c2e-806e-03ce96c02ccd</TariffGroupID> <VehicleClassification xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>20f2d07b-796c-4e26-b36c-ece1768742f4</d2p1:guid> <d2p1:guid>e739b0da-1156-475d-8d1f-aca080782384</d2p1:guid> </VehicleClassification> <VehicleGroup xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>5d43b7f8-1ced-48af-b56d-87848d8ae6be</d2p1:guid> <d2p1:guid>89af12c4-eebf-416c-b323-0112cba63447</d2p1:guid> </VehicleGroup> <VehicleMake xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>3be1d206-d7a5-4f24-820a-802eca04b4c8</d2p1:guid> <d2p1:guid>f5c04a46-0e28-479c-8193-d1f71c59a326</d2p1:guid> </VehicleMake> <VehicleModel xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>718060ce-6e12-4c3f-962c-b367dc5329ff</d2p1:guid> <d2p1:guid>c2488150-5f6c-409a-8937-0eae92de0e03</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": "3f60b5ba-49a9-4e3f-a7ea-1f8894008525", "Code": "sample string 2" }, "EngineNo": "sample string 2", "ProductionOn": "2023-12-08T19:39:02.9585387+04:00", "ReceivedOn": "2023-12-08T19:39:02.9585387+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-08T19:39:02.9585387+04:00", "ExpiryOn": "2023-12-08T19:39:02.9585387+04:00", "AttachmentIDs": "sample string 5" }, "ModelYear": 12, "ColorName": "sample string 13", "VehicleModel": { "VehicleModelID": "58902f22-d013-4a42-9f9a-674ea6341337", "Name": "sample string 2", "Code": "sample string 3", "Description": "sample string 4", "TariffGroup": { "TariffGroupID": "f975ab0a-e027-41fc-b160-94ed8188f9fa", "Name": "sample string 2", "IsOnFreeSale": true }, "VehicleClassification": { "VehicleClassificationID": "283dcfab-e665-4740-92e7-a2ca5e29e92f", "Name": "sample string 2", "Description": "sample string 3", "SequenceNo": 4, "Attachment": { "AttachmentID": "4245c3d9-e534-498f-bd32-efb527dc924b", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "Icon": { "AttachmentID": "4245c3d9-e534-498f-bd32-efb527dc924b", "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": "4de4208b-20f0-4f28-9a23-fe136aaf6d4b", "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": "4245c3d9-e534-498f-bd32-efb527dc924b", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "BackImageAttachment": { "AttachmentID": "4245c3d9-e534-498f-bd32-efb527dc924b", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "LeftImageAttachment": { "AttachmentID": "4245c3d9-e534-498f-bd32-efb527dc924b", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "RightImageAttachment": { "AttachmentID": "4245c3d9-e534-498f-bd32-efb527dc924b", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" } }, "SuggestedUpgradeModelIDs": [ "c4f81657-8b1f-4c3d-a122-471170112258", "42fa7f8c-a511-47b3-937d-26e1231dad78" ], "FavouriteNote": "sample string 26", "IsRestrictBooking": true, "PaymentMode": 0, "ModelYear": "sample string 28" }, "KeyInfo": "sample string 14", "RegistrationStartOn": "2023-12-08T19:39:02.9585387+04:00", "RegistartionRenewalOn": "2023-12-08T19:39:02.9585387+04:00", "VehicleTollTrafficDetail": { "TollFile": { "TollFileID": "fb1dbe1a-8534-42bd-8859-5e75055bdd3e", "TollFileNo": "sample string 2" }, "TrafficFile": { "TrafficFileID": "4a080302-69f1-4bea-8011-607cd2207fa4", "TrafficFileNo": "sample string 2" }, "TollRegisterDate": "2023-12-08T19:39:02.9585387+04:00", "TollExpiredDate": "2023-12-08T19:39:02.9585387+04:00", "TrafficRegisterDate": "2023-12-08T19:39:02.9585387+04:00", "TrafficExpiredDate": "2023-12-08T19:39:02.9585387+04:00", "TollAttachment": { "AttachmentID": "4245c3d9-e534-498f-bd32-efb527dc924b", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "TrafficAttachment": { "AttachmentID": "4245c3d9-e534-498f-bd32-efb527dc924b", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "TollTagID": "sample string 1" }, "VehicleAssignment": 0, "OwnerBranch": { "Identity": { "Id": "3f60b5ba-49a9-4e3f-a7ea-1f8894008525", "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": "4245c3d9-e534-498f-bd32-efb527dc924b", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "Longitude": 11.1, "Latitude": 12.1, "BranchType": { "BranchTypeID": "73985cd3-858d-4f1b-8c61-1e6e601ae777", "Name": "sample string 2", "Attachment": { "AttachmentID": "4245c3d9-e534-498f-bd32-efb527dc924b", "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": "3f60b5ba-49a9-4e3f-a7ea-1f8894008525", "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": "4245c3d9-e534-498f-bd32-efb527dc924b", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "Longitude": 11.1, "Latitude": 12.1, "BranchType": { "BranchTypeID": "73985cd3-858d-4f1b-8c61-1e6e601ae777", "Name": "sample string 2", "Attachment": { "AttachmentID": "4245c3d9-e534-498f-bd32-efb527dc924b", "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": "c7883446-9e47-48d8-93ed-3d94314fa82f", "TransactionType": 0, "FinanceTranType": 1, "VehicleNo": "sample string 2", "VehicleModelName": "sample string 3", "DriverName": "sample string 4", "TrasactionDate": "2023-12-08T19:39:02.9585387+04:00", "TrasactionEndDate": "2023-12-08T19:39:02.9585387+04:00", "TransactionNo": "sample string 6", "LastTransactionOn": "2023-12-08T19:39:02.9585387+04:00", "InvoiceCycle": 1, "AgreementStatus": 0, "LastInvoiceFrom": "2023-12-08T19:39:02.9585387+04:00", "LastInvoiceTo": "2023-12-08T19:39:02.9585387+04:00", "Note": "sample string 10" }, "LastTransactionDetail": { "TransactionID": "c7883446-9e47-48d8-93ed-3d94314fa82f", "TransactionType": 0, "FinanceTranType": 1, "VehicleNo": "sample string 2", "VehicleModelName": "sample string 3", "DriverName": "sample string 4", "TrasactionDate": "2023-12-08T19:39:02.9585387+04:00", "TrasactionEndDate": "2023-12-08T19:39:02.9585387+04:00", "TransactionNo": "sample string 6", "LastTransactionOn": "2023-12-08T19:39:02.9585387+04:00", "InvoiceCycle": 1, "AgreementStatus": 0, "LastInvoiceFrom": "2023-12-08T19:39:02.9585387+04:00", "LastInvoiceTo": "2023-12-08T19:39:02.9585387+04:00", "Note": "sample string 10" }, "ExpectedVehicleCheckInOn": "2023-12-08T19:39:02.9585387+04:00", "OwnershipEndOn": "2023-12-08T19:39:02.9585387+04:00", "OwnershipStartOn": "2023-12-08T19:39:02.9585387+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": "ea80b311-0feb-486c-b8ce-39b23514b809", "Code": "sample string 9" }, "Description": "sample string 18", "OwnershipType": 0, "InsurenceEndOn": "2023-12-08T19:39:02.9585387+04:00", "LicenseExpiryDate": "2023-12-08T19:39:02.9585387+04:00", "DepreciationDetail": { "PurchasePrice": 1.1, "LastDepreciationOn": "2023-12-08T19:39:02.9585387+04:00", "NextDepreciationDueOn": "2023-12-08T19:39:02.9585387+04:00", "BookValue": 4.1 }, "NRRReasonID": "c78cfa05-0bc1-461e-8c74-c9a0141a958c", "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": "1bbfd454-c8cb-4dc5-ad5a-fea7e10e7e84", "ParkingLotName": "sample string 31", "Tags": [ "sample string 1", "sample string 2" ], "CreatedBy": "c405cd2b-e59e-42ab-9f8b-006ac4471a7f", "CreatedOn": "2023-12-08T19:39:02.9585387+04:00", "ModifiedBy": "6e979e9a-e818-4be3-bba2-fb27731de0b9", "ModifiedOn": "2023-12-08T19:39:02.9585387+04:00", "IsDeleted": true }, { "LicenseNo": "sample string 1", "Identity": { "Id": "3f60b5ba-49a9-4e3f-a7ea-1f8894008525", "Code": "sample string 2" }, "EngineNo": "sample string 2", "ProductionOn": "2023-12-08T19:39:02.9585387+04:00", "ReceivedOn": "2023-12-08T19:39:02.9585387+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-08T19:39:02.9585387+04:00", "ExpiryOn": "2023-12-08T19:39:02.9585387+04:00", "AttachmentIDs": "sample string 5" }, "ModelYear": 12, "ColorName": "sample string 13", "VehicleModel": { "VehicleModelID": "58902f22-d013-4a42-9f9a-674ea6341337", "Name": "sample string 2", "Code": "sample string 3", "Description": "sample string 4", "TariffGroup": { "TariffGroupID": "f975ab0a-e027-41fc-b160-94ed8188f9fa", "Name": "sample string 2", "IsOnFreeSale": true }, "VehicleClassification": { "VehicleClassificationID": "283dcfab-e665-4740-92e7-a2ca5e29e92f", "Name": "sample string 2", "Description": "sample string 3", "SequenceNo": 4, "Attachment": { "AttachmentID": "4245c3d9-e534-498f-bd32-efb527dc924b", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "Icon": { "AttachmentID": "4245c3d9-e534-498f-bd32-efb527dc924b", "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": "4de4208b-20f0-4f28-9a23-fe136aaf6d4b", "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": "4245c3d9-e534-498f-bd32-efb527dc924b", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "BackImageAttachment": { "AttachmentID": "4245c3d9-e534-498f-bd32-efb527dc924b", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "LeftImageAttachment": { "AttachmentID": "4245c3d9-e534-498f-bd32-efb527dc924b", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "RightImageAttachment": { "AttachmentID": "4245c3d9-e534-498f-bd32-efb527dc924b", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" } }, "SuggestedUpgradeModelIDs": [ "c4f81657-8b1f-4c3d-a122-471170112258", "42fa7f8c-a511-47b3-937d-26e1231dad78" ], "FavouriteNote": "sample string 26", "IsRestrictBooking": true, "PaymentMode": 0, "ModelYear": "sample string 28" }, "KeyInfo": "sample string 14", "RegistrationStartOn": "2023-12-08T19:39:02.9585387+04:00", "RegistartionRenewalOn": "2023-12-08T19:39:02.9585387+04:00", "VehicleTollTrafficDetail": { "TollFile": { "TollFileID": "fb1dbe1a-8534-42bd-8859-5e75055bdd3e", "TollFileNo": "sample string 2" }, "TrafficFile": { "TrafficFileID": "4a080302-69f1-4bea-8011-607cd2207fa4", "TrafficFileNo": "sample string 2" }, "TollRegisterDate": "2023-12-08T19:39:02.9585387+04:00", "TollExpiredDate": "2023-12-08T19:39:02.9585387+04:00", "TrafficRegisterDate": "2023-12-08T19:39:02.9585387+04:00", "TrafficExpiredDate": "2023-12-08T19:39:02.9585387+04:00", "TollAttachment": { "AttachmentID": "4245c3d9-e534-498f-bd32-efb527dc924b", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "TrafficAttachment": { "AttachmentID": "4245c3d9-e534-498f-bd32-efb527dc924b", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "TollTagID": "sample string 1" }, "VehicleAssignment": 0, "OwnerBranch": { "Identity": { "Id": "3f60b5ba-49a9-4e3f-a7ea-1f8894008525", "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": "4245c3d9-e534-498f-bd32-efb527dc924b", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "Longitude": 11.1, "Latitude": 12.1, "BranchType": { "BranchTypeID": "73985cd3-858d-4f1b-8c61-1e6e601ae777", "Name": "sample string 2", "Attachment": { "AttachmentID": "4245c3d9-e534-498f-bd32-efb527dc924b", "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": "3f60b5ba-49a9-4e3f-a7ea-1f8894008525", "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": "4245c3d9-e534-498f-bd32-efb527dc924b", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "Longitude": 11.1, "Latitude": 12.1, "BranchType": { "BranchTypeID": "73985cd3-858d-4f1b-8c61-1e6e601ae777", "Name": "sample string 2", "Attachment": { "AttachmentID": "4245c3d9-e534-498f-bd32-efb527dc924b", "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": "c7883446-9e47-48d8-93ed-3d94314fa82f", "TransactionType": 0, "FinanceTranType": 1, "VehicleNo": "sample string 2", "VehicleModelName": "sample string 3", "DriverName": "sample string 4", "TrasactionDate": "2023-12-08T19:39:02.9585387+04:00", "TrasactionEndDate": "2023-12-08T19:39:02.9585387+04:00", "TransactionNo": "sample string 6", "LastTransactionOn": "2023-12-08T19:39:02.9585387+04:00", "InvoiceCycle": 1, "AgreementStatus": 0, "LastInvoiceFrom": "2023-12-08T19:39:02.9585387+04:00", "LastInvoiceTo": "2023-12-08T19:39:02.9585387+04:00", "Note": "sample string 10" }, "LastTransactionDetail": { "TransactionID": "c7883446-9e47-48d8-93ed-3d94314fa82f", "TransactionType": 0, "FinanceTranType": 1, "VehicleNo": "sample string 2", "VehicleModelName": "sample string 3", "DriverName": "sample string 4", "TrasactionDate": "2023-12-08T19:39:02.9585387+04:00", "TrasactionEndDate": "2023-12-08T19:39:02.9585387+04:00", "TransactionNo": "sample string 6", "LastTransactionOn": "2023-12-08T19:39:02.9585387+04:00", "InvoiceCycle": 1, "AgreementStatus": 0, "LastInvoiceFrom": "2023-12-08T19:39:02.9585387+04:00", "LastInvoiceTo": "2023-12-08T19:39:02.9585387+04:00", "Note": "sample string 10" }, "ExpectedVehicleCheckInOn": "2023-12-08T19:39:02.9585387+04:00", "OwnershipEndOn": "2023-12-08T19:39:02.9585387+04:00", "OwnershipStartOn": "2023-12-08T19:39:02.9585387+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": "ea80b311-0feb-486c-b8ce-39b23514b809", "Code": "sample string 9" }, "Description": "sample string 18", "OwnershipType": 0, "InsurenceEndOn": "2023-12-08T19:39:02.9585387+04:00", "LicenseExpiryDate": "2023-12-08T19:39:02.9585387+04:00", "DepreciationDetail": { "PurchasePrice": 1.1, "LastDepreciationOn": "2023-12-08T19:39:02.9585387+04:00", "NextDepreciationDueOn": "2023-12-08T19:39:02.9585387+04:00", "BookValue": 4.1 }, "NRRReasonID": "c78cfa05-0bc1-461e-8c74-c9a0141a958c", "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": "1bbfd454-c8cb-4dc5-ad5a-fea7e10e7e84", "ParkingLotName": "sample string 31", "Tags": [ "sample string 1", "sample string 2" ], "CreatedBy": "c405cd2b-e59e-42ab-9f8b-006ac4471a7f", "CreatedOn": "2023-12-08T19:39:02.9585387+04:00", "ModifiedBy": "6e979e9a-e818-4be3-bba2-fb27731de0b9", "ModifiedOn": "2023-12-08T19:39:02.9585387+04:00", "IsDeleted": true } ]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.