You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "The ID of the market where the transaction occurred"
14
+
example: "clh1234567890abcdef"
15
15
date:
16
16
type: string
17
17
format: date-time
18
-
example: "2022-10-10T00:00:00.000Z"
19
-
description: "The date of the transaction."
18
+
description: "The date and time of the transaction"
19
+
example: "2024-01-15T10:30:00Z"
20
20
level_of_traceability:
21
21
type: string
22
+
description: "The level of traceability for the transaction"
22
23
example: "identite preservee"
23
-
description: "The level of traceability of the transaction."
24
24
driver_name:
25
25
type: string
26
-
example: "John Doe"
27
-
description: "The name of the driver."
26
+
description: "The name of the driver"
27
+
example: "John Smith"
28
28
quantity:
29
29
type: number
30
-
example: 10
31
-
description: "The quantity of the transaction."
30
+
description: "The quantity of product in the transaction"
31
+
example: 500
32
32
net_weight_declared_in_Ton:
33
33
type: number
34
-
example: 100
35
-
description: "The net weight declared of the transaction."
34
+
description: "The net weight declared in tons"
35
+
example: 0.5
36
36
humidity_level_of_product:
37
37
type: number
38
38
format: float
39
-
example: 10
40
-
description: "The humidity of the product in the transaction."
39
+
description: "The humidity level of the product"
40
+
example: 7.5
41
41
total_quantity_in_bags:
42
42
type: number
43
+
description: "The total quantity in bags"
43
44
example: 10
44
-
description: "The quantity of bags of the transaction."
45
45
receiver_name:
46
46
type: string
47
+
description: "The name of the receiver"
47
48
example: "Jane Doe"
48
-
description: "The name of the receiver."
49
49
min_com_verif_agent_name_and_sig:
50
50
type: string
51
-
example: "mincommerce_signature"
52
-
description: "The mincommerce signature of the transaction."
51
+
description: "The name and signature of the verification agent"
52
+
example: "Agent Smith - Verified"
53
53
sender_signature:
54
54
type: string
55
-
example: "sender_signature"
56
-
description: "The sender signature of the transaction."
55
+
description: "The signature of the sender"
56
+
example: "Sender123"
57
57
driver_signature:
58
58
type: string
59
-
example: "driver_signature"
60
-
description: "The driver signature of the transaction."
59
+
description: "The signature of the driver"
60
+
example: "Driver456"
61
61
product_quality:
62
62
type: string
63
-
example: "good"
64
-
description: "The quality of the product."
63
+
description: "The quality grade of the product"
64
+
example: "Grade A"
65
65
vehicule_immatriculation_number:
66
66
type: string
67
-
example: "vehicule_number"
68
-
description: "To specify the vehicule number of the transaction. It's in charge of transporting the product from buing plan the magazin of the other third company buyer."
67
+
description: "The vehicle registration number"
68
+
example: "ABC123XY"
69
69
created_at:
70
70
type: string
71
71
format: date-time
72
-
example: "2022-10-10T00:00:00.000Z"
73
-
description: "The date and time at which the transaction was created."
72
+
readOnly: true
73
+
description: "When the transaction was created"
74
+
example: "2024-01-15T10:30:00Z"
74
75
updated_at:
75
76
type: string
76
77
format: date-time
77
-
example: "2022-10-10T00:00:00.000Z"
78
-
description: "The date and time at which the transaction was updated."
78
+
readOnly: true
79
+
description: "When the transaction was last updated"
0 commit comments