vehicles_workshop_order-report.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "creationDate": "2020-09-25T15:08:16.800Z",
  3. "invoices": [
  4. {
  5. "currency": "string",
  6. "documentType": "string",
  7. "invoiceCategory": "string",
  8. "invoiceDate": "2020-09-25T15:08:16.800Z",
  9. "invoiceItems": [
  10. {
  11. "amount": 0,
  12. "discount": 0,
  13. "orderLineNumber": 0,
  14. "orderNumber": "ORDER123",
  15. "portion": 0,
  16. "unitPrice": 0
  17. }
  18. ],
  19. "invoiceNumber": "string"
  20. }
  21. ],
  22. "orders": [
  23. {
  24. "items": [
  25. {
  26. "lineNumber": 0,
  27. "operation": {
  28. "category": "string",
  29. "description": "string",
  30. "hours": 0,
  31. "operationCode": "string",
  32. "standardHours": 0
  33. },
  34. "other": {
  35. "description": "string",
  36. "type": "string"
  37. },
  38. "part": {
  39. "description": "string",
  40. "isDamageCausal": true,
  41. "manufacturer": "string",
  42. "partNumber": "string",
  43. "quantity": 0,
  44. "serialNumber": "string",
  45. "unit": "string"
  46. },
  47. "purchaseInvoice": {
  48. "company": "string",
  49. "description": "string",
  50. "invoiceCode": "string",
  51. "invoiceDate": "2020-09-25T15:08:16.800Z",
  52. "invoiceNumber": "string"
  53. }
  54. }
  55. ],
  56. "orderCompletionDate": "2020-09-25T15:08:16.800Z",
  57. "orderDate": "2020-09-25T15:08:16.800Z",
  58. "orderNumber": "ORDER123",
  59. "vehicle": {
  60. "licensePlate": "string",
  61. "nextMotDueDate": "2020-09-25T15:08:16.800Z",
  62. "odometer": 0,
  63. "odometerUnit": "KM",
  64. "vin": "JMZBA14P201178271, JMZGJ697671301923"
  65. },
  66. "vehicleIntakeDate": "2020-09-25T15:08:16.800Z"
  67. }
  68. ],
  69. "timeRangeBegin": "2020-09-25T15:08:16.800Z",
  70. "timeRangeEnd": "2020-09-25T15:08:16.800Z"
  71. }