Guest User

Untitled

a guest
Jul 17th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. {
  2. "Credentials": {
  3. "ApiKey": "************",
  4. },
  5. "Vehicles": [{
  6. "Physical": {
  7. "ExternalVehicleID": "12345",
  8. "OnTheRoadPrice": "30000",
  9. "Status": "PreOwned",
  10. "Type": "Car",
  11. "IsNew": false,
  12. "Registration": {
  13. "RegistrationNumber": "CW18CWS",
  14. "DateRegisteredWithDvla": "01/01/2018"
  15. },
  16. "Mileage": 5000,
  17. "ImageLink": "www.codeweavers.net/noimage.jpg",
  18. "DetailedVehicleLink": "www.codeweavers.net",
  19. "Codes": [{
  20. "Type": "CapCarShortCode",
  21. "Value": 80821,
  22. }],
  23. },
  24. }],
  25. "Action": "AddOrUpdate"
  26. }
Add Comment
Please, Sign In to add comment