Advertisement
Guest User

Untitled

a guest
Jan 17th, 2020
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. {
  2. "number": "KR/01/15/001",
  3. "type": 1,
  4. "currencies": 0
  5. "notes": "Test",
  6. "pricelists": {
  7. "rentalPricelistId": 17,
  8. "additionalServicesPricelistId": 8,
  9. "equipmentPricelistId": 14,
  10. "penaltiesPricelistId": 2
  11. },
  12. "frameworkAgreementId": null,
  13. "neededDeposit": null,
  14. "orderedClassId": 1,
  15. "letOutClassId": 1,
  16. "invoicedClassType": 1,
  17. "leases": [
  18. {
  19. "carId": 56,
  20. "letOutData": {
  21. "plannedDate": "2020-02-15T09:20Z",
  22. "departmentId": 1,
  23. "notes": "string",
  24.  
  25. },
  26. "returnData": {
  27. "plannedDate": "2020-03-15T09:20:50Z",
  28. "departmentId": 1,
  29. "notes": "string",
  30.  
  31. }
  32. }
  33. ],
  34. "clientId": 16,
  35. "purchaserId": 16,
  36. "carUsersIds": [
  37. 16
  38. ],
  39. "additionalEquipmentTypes": [
  40.  
  41. ],
  42. "additionsArray": [
  43.  
  44. ],
  45. "startPlannedDate": "2020-02-15T09:20Z",
  46. "startDepartmentId": 1,
  47. "endPlannedDate": "2020-03-15T09:20:50Z",
  48. "endDepartmentId": 1
  49. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement