@thunkier/thunkmetrc-client 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +3323 -0
- package/dist/index.js +1783 -0
- package/package.json +40 -0
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,3323 @@
|
|
|
1
|
+
export declare class MetrcClient {
|
|
2
|
+
private client;
|
|
3
|
+
constructor(baseUrl: string, vendorKey: string, userKey: string);
|
|
4
|
+
unitsOfMeasureGetactiveV1(body?: any): Promise<any>;
|
|
5
|
+
unitsOfMeasureGetactiveV2(body?: any): Promise<any>;
|
|
6
|
+
unitsOfMeasureGetinactiveV2(body?: any): Promise<any>;
|
|
7
|
+
additivesTemplatesCreateV2(body: AdditivestemplatesCreateV2RequestItem[]): Promise<any>;
|
|
8
|
+
additivesTemplatesGetV2(id: string, body?: any): Promise<any>;
|
|
9
|
+
additivesTemplatesGetactiveV2(body?: any): Promise<any>;
|
|
10
|
+
additivesTemplatesGetinactiveV2(body?: any): Promise<any>;
|
|
11
|
+
additivesTemplatesUpdateV2(body: AdditivestemplatesUpdateV2RequestItem[]): Promise<any>;
|
|
12
|
+
patientsStatusGetstatusesbypatientlicensenumberV1(patientLicenseNumber: string, body?: any): Promise<any>;
|
|
13
|
+
patientsStatusGetstatusesbypatientlicensenumberV2(patientLicenseNumber: string, body?: any): Promise<any>;
|
|
14
|
+
strainsCreateV1(body: StrainsCreateV1RequestItem[]): Promise<any>;
|
|
15
|
+
strainsCreateV2(body: StrainsCreateV2RequestItem[]): Promise<any>;
|
|
16
|
+
strainsCreateupdateV1(body: StrainsCreateupdateV1RequestItem[]): Promise<any>;
|
|
17
|
+
strainsDeleteV1(id: string, body?: any): Promise<any>;
|
|
18
|
+
strainsDeleteV2(id: string, body?: any): Promise<any>;
|
|
19
|
+
strainsGetV1(id: string, body?: any): Promise<any>;
|
|
20
|
+
strainsGetV2(id: string, body?: any): Promise<any>;
|
|
21
|
+
strainsGetactiveV1(body?: any): Promise<any>;
|
|
22
|
+
strainsGetactiveV2(body?: any): Promise<any>;
|
|
23
|
+
strainsGetinactiveV2(body?: any): Promise<any>;
|
|
24
|
+
strainsUpdateV2(body: StrainsUpdateV2RequestItem[]): Promise<any>;
|
|
25
|
+
transfersCreateexternalincomingV1(body: TransfersCreateexternalincomingV1RequestItem[]): Promise<any>;
|
|
26
|
+
transfersCreateexternalincomingV2(body: TransfersCreateexternalincomingV2RequestItem[]): Promise<any>;
|
|
27
|
+
transfersCreatetemplatesV1(body: TransfersCreatetemplatesV1RequestItem[]): Promise<any>;
|
|
28
|
+
transfersCreatetemplatesoutgoingV2(body: TransfersCreatetemplatesoutgoingV2RequestItem[]): Promise<any>;
|
|
29
|
+
transfersDeleteexternalincomingV1(id: string, body?: any): Promise<any>;
|
|
30
|
+
transfersDeleteexternalincomingV2(id: string, body?: any): Promise<any>;
|
|
31
|
+
transfersDeletetemplatesV1(id: string, body?: any): Promise<any>;
|
|
32
|
+
transfersDeletetemplatesoutgoingV2(id: string, body?: any): Promise<any>;
|
|
33
|
+
transfersGetdeliveriespackagesstatesV1(body?: any): Promise<any>;
|
|
34
|
+
transfersGetdeliveriespackagesstatesV2(body?: any): Promise<any>;
|
|
35
|
+
transfersGetdeliveryV1(id: string, body?: any): Promise<any>;
|
|
36
|
+
transfersGetdeliveryV2(id: string, body?: any): Promise<any>;
|
|
37
|
+
transfersGetdeliverypackageV1(id: string, body?: any): Promise<any>;
|
|
38
|
+
transfersGetdeliverypackageV2(id: string, body?: any): Promise<any>;
|
|
39
|
+
transfersGetdeliverypackagerequiredlabtestbatchesV1(id: string, body?: any): Promise<any>;
|
|
40
|
+
transfersGetdeliverypackagerequiredlabtestbatchesV2(id: string, body?: any): Promise<any>;
|
|
41
|
+
transfersGetdeliverypackagewholesaleV1(id: string, body?: any): Promise<any>;
|
|
42
|
+
transfersGetdeliverypackagewholesaleV2(id: string, body?: any): Promise<any>;
|
|
43
|
+
transfersGetdeliverytransportersV1(id: string, body?: any): Promise<any>;
|
|
44
|
+
transfersGetdeliverytransportersV2(id: string, body?: any): Promise<any>;
|
|
45
|
+
transfersGetdeliverytransportersdetailsV1(id: string, body?: any): Promise<any>;
|
|
46
|
+
transfersGetdeliverytransportersdetailsV2(id: string, body?: any): Promise<any>;
|
|
47
|
+
transfersGethubV2(body?: any): Promise<any>;
|
|
48
|
+
transfersGetincomingV1(body?: any): Promise<any>;
|
|
49
|
+
transfersGetincomingV2(body?: any): Promise<any>;
|
|
50
|
+
transfersGetoutgoingV1(body?: any): Promise<any>;
|
|
51
|
+
transfersGetoutgoingV2(body?: any): Promise<any>;
|
|
52
|
+
transfersGetrejectedV1(body?: any): Promise<any>;
|
|
53
|
+
transfersGetrejectedV2(body?: any): Promise<any>;
|
|
54
|
+
transfersGettemplatesV1(body?: any): Promise<any>;
|
|
55
|
+
transfersGettemplatesdeliveryV1(id: string, body?: any): Promise<any>;
|
|
56
|
+
transfersGettemplatesdeliverypackageV1(id: string, body?: any): Promise<any>;
|
|
57
|
+
transfersGettemplatesdeliverytransportersV1(id: string, body?: any): Promise<any>;
|
|
58
|
+
transfersGettemplatesdeliverytransportersdetailsV1(id: string, body?: any): Promise<any>;
|
|
59
|
+
transfersGettemplatesoutgoingV2(body?: any): Promise<any>;
|
|
60
|
+
transfersGettemplatesoutgoingdeliveryV2(id: string, body?: any): Promise<any>;
|
|
61
|
+
transfersGettemplatesoutgoingdeliverypackageV2(id: string, body?: any): Promise<any>;
|
|
62
|
+
transfersGettemplatesoutgoingdeliverytransportersV2(id: string, body?: any): Promise<any>;
|
|
63
|
+
transfersGettemplatesoutgoingdeliverytransportersdetailsV2(id: string, body?: any): Promise<any>;
|
|
64
|
+
transfersGettypesV1(body?: any): Promise<any>;
|
|
65
|
+
transfersGettypesV2(body?: any): Promise<any>;
|
|
66
|
+
transfersUpdateexternalincomingV1(body: TransfersUpdateexternalincomingV1RequestItem[]): Promise<any>;
|
|
67
|
+
transfersUpdateexternalincomingV2(body: TransfersUpdateexternalincomingV2RequestItem[]): Promise<any>;
|
|
68
|
+
transfersUpdatetemplatesV1(body: TransfersUpdatetemplatesV1RequestItem[]): Promise<any>;
|
|
69
|
+
transfersUpdatetemplatesoutgoingV2(body: TransfersUpdatetemplatesoutgoingV2RequestItem[]): Promise<any>;
|
|
70
|
+
wasteMethodsGetallV2(body?: any): Promise<any>;
|
|
71
|
+
facilitiesGetallV1(body?: any): Promise<any>;
|
|
72
|
+
facilitiesGetallV2(body?: any): Promise<any>;
|
|
73
|
+
harvestsCreatefinishV1(body: HarvestsCreatefinishV1RequestItem[]): Promise<any>;
|
|
74
|
+
harvestsCreatepackageV1(body: HarvestsCreatepackageV1RequestItem[]): Promise<any>;
|
|
75
|
+
harvestsCreatepackageV2(body: HarvestsCreatepackageV2RequestItem[]): Promise<any>;
|
|
76
|
+
harvestsCreatepackagetestingV1(body: HarvestsCreatepackagetestingV1RequestItem[]): Promise<any>;
|
|
77
|
+
harvestsCreatepackagetestingV2(body: HarvestsCreatepackagetestingV2RequestItem[]): Promise<any>;
|
|
78
|
+
harvestsCreateremovewasteV1(body: HarvestsCreateremovewasteV1RequestItem[]): Promise<any>;
|
|
79
|
+
harvestsCreateunfinishV1(body: HarvestsCreateunfinishV1RequestItem[]): Promise<any>;
|
|
80
|
+
harvestsCreatewasteV2(body: HarvestsCreatewasteV2RequestItem[]): Promise<any>;
|
|
81
|
+
harvestsDeletewasteV2(id: string, body?: any): Promise<any>;
|
|
82
|
+
harvestsGetV1(id: string, body?: any): Promise<any>;
|
|
83
|
+
harvestsGetV2(id: string, body?: any): Promise<any>;
|
|
84
|
+
harvestsGetactiveV1(body?: any): Promise<any>;
|
|
85
|
+
harvestsGetactiveV2(body?: any): Promise<any>;
|
|
86
|
+
harvestsGetinactiveV1(body?: any): Promise<any>;
|
|
87
|
+
harvestsGetinactiveV2(body?: any): Promise<any>;
|
|
88
|
+
harvestsGetonholdV1(body?: any): Promise<any>;
|
|
89
|
+
harvestsGetonholdV2(body?: any): Promise<any>;
|
|
90
|
+
harvestsGetwasteV2(body?: any): Promise<any>;
|
|
91
|
+
harvestsGetwastetypesV1(body?: any): Promise<any>;
|
|
92
|
+
harvestsGetwastetypesV2(body?: any): Promise<any>;
|
|
93
|
+
harvestsUpdatefinishV2(body: HarvestsUpdatefinishV2RequestItem[]): Promise<any>;
|
|
94
|
+
harvestsUpdatelocationV2(body: HarvestsUpdatelocationV2RequestItem[]): Promise<any>;
|
|
95
|
+
harvestsUpdatemoveV1(body: HarvestsUpdatemoveV1RequestItem[]): Promise<any>;
|
|
96
|
+
harvestsUpdaterenameV1(body: HarvestsUpdaterenameV1RequestItem[]): Promise<any>;
|
|
97
|
+
harvestsUpdaterenameV2(body: HarvestsUpdaterenameV2RequestItem[]): Promise<any>;
|
|
98
|
+
harvestsUpdaterestoreharvestedplantsV2(body: HarvestsUpdaterestoreharvestedplantsV2RequestItem[]): Promise<any>;
|
|
99
|
+
harvestsUpdateunfinishV2(body: HarvestsUpdateunfinishV2RequestItem[]): Promise<any>;
|
|
100
|
+
itemsCreateV1(body: ItemsCreateV1RequestItem[]): Promise<any>;
|
|
101
|
+
itemsCreateV2(body: ItemsCreateV2RequestItem[]): Promise<any>;
|
|
102
|
+
itemsCreatebrandV2(body: ItemsCreatebrandV2RequestItem[]): Promise<any>;
|
|
103
|
+
itemsCreatefileV2(body: ItemsCreatefileV2RequestItem[]): Promise<any>;
|
|
104
|
+
itemsCreatephotoV1(body: ItemsCreatephotoV1RequestItem[]): Promise<any>;
|
|
105
|
+
itemsCreatephotoV2(body: ItemsCreatephotoV2RequestItem[]): Promise<any>;
|
|
106
|
+
itemsCreateupdateV1(body: ItemsCreateupdateV1RequestItem[]): Promise<any>;
|
|
107
|
+
itemsDeleteV1(id: string, body?: any): Promise<any>;
|
|
108
|
+
itemsDeleteV2(id: string, body?: any): Promise<any>;
|
|
109
|
+
itemsDeletebrandV2(id: string, body?: any): Promise<any>;
|
|
110
|
+
itemsGetV1(id: string, body?: any): Promise<any>;
|
|
111
|
+
itemsGetV2(id: string, body?: any): Promise<any>;
|
|
112
|
+
itemsGetactiveV1(body?: any): Promise<any>;
|
|
113
|
+
itemsGetactiveV2(body?: any): Promise<any>;
|
|
114
|
+
itemsGetbrandsV1(body?: any): Promise<any>;
|
|
115
|
+
itemsGetbrandsV2(body?: any): Promise<any>;
|
|
116
|
+
itemsGetcategoriesV1(body?: any): Promise<any>;
|
|
117
|
+
itemsGetcategoriesV2(body?: any): Promise<any>;
|
|
118
|
+
itemsGetfileV2(id: string, body?: any): Promise<any>;
|
|
119
|
+
itemsGetinactiveV1(body?: any): Promise<any>;
|
|
120
|
+
itemsGetinactiveV2(body?: any): Promise<any>;
|
|
121
|
+
itemsGetphotoV1(id: string, body?: any): Promise<any>;
|
|
122
|
+
itemsGetphotoV2(id: string, body?: any): Promise<any>;
|
|
123
|
+
itemsUpdateV2(body: ItemsUpdateV2RequestItem[]): Promise<any>;
|
|
124
|
+
itemsUpdatebrandV2(body: ItemsUpdatebrandV2RequestItem[]): Promise<any>;
|
|
125
|
+
labTestsCreaterecordV1(body: LabtestsCreaterecordV1RequestItem[]): Promise<any>;
|
|
126
|
+
labTestsCreaterecordV2(body: LabtestsCreaterecordV2RequestItem[]): Promise<any>;
|
|
127
|
+
labTestsGetbatchesV2(body?: any): Promise<any>;
|
|
128
|
+
labTestsGetlabtestdocumentV1(id: string, body?: any): Promise<any>;
|
|
129
|
+
labTestsGetlabtestdocumentV2(id: string, body?: any): Promise<any>;
|
|
130
|
+
labTestsGetresultsV1(body?: any): Promise<any>;
|
|
131
|
+
labTestsGetresultsV2(body?: any): Promise<any>;
|
|
132
|
+
labTestsGetstatesV1(body?: any): Promise<any>;
|
|
133
|
+
labTestsGetstatesV2(body?: any): Promise<any>;
|
|
134
|
+
labTestsGettypesV1(body?: any): Promise<any>;
|
|
135
|
+
labTestsGettypesV2(body?: any): Promise<any>;
|
|
136
|
+
labTestsUpdatelabtestdocumentV1(body: LabtestsUpdatelabtestdocumentV1RequestItem[]): Promise<any>;
|
|
137
|
+
labTestsUpdatelabtestdocumentV2(body: LabtestsUpdatelabtestdocumentV2RequestItem[]): Promise<any>;
|
|
138
|
+
labTestsUpdateresultreleaseV1(body: LabtestsUpdateresultreleaseV1RequestItem[]): Promise<any>;
|
|
139
|
+
labTestsUpdateresultreleaseV2(body: LabtestsUpdateresultreleaseV2RequestItem[]): Promise<any>;
|
|
140
|
+
locationsCreateV1(body: LocationsCreateV1RequestItem[]): Promise<any>;
|
|
141
|
+
locationsCreateV2(body: LocationsCreateV2RequestItem[]): Promise<any>;
|
|
142
|
+
locationsCreateupdateV1(body: LocationsCreateupdateV1RequestItem[]): Promise<any>;
|
|
143
|
+
locationsDeleteV1(id: string, body?: any): Promise<any>;
|
|
144
|
+
locationsDeleteV2(id: string, body?: any): Promise<any>;
|
|
145
|
+
locationsGetV1(id: string, body?: any): Promise<any>;
|
|
146
|
+
locationsGetV2(id: string, body?: any): Promise<any>;
|
|
147
|
+
locationsGetactiveV1(body?: any): Promise<any>;
|
|
148
|
+
locationsGetactiveV2(body?: any): Promise<any>;
|
|
149
|
+
locationsGetinactiveV2(body?: any): Promise<any>;
|
|
150
|
+
locationsGettypesV1(body?: any): Promise<any>;
|
|
151
|
+
locationsGettypesV2(body?: any): Promise<any>;
|
|
152
|
+
locationsUpdateV2(body: LocationsUpdateV2RequestItem[]): Promise<any>;
|
|
153
|
+
packagesCreateV1(body: PackagesCreateV1RequestItem[]): Promise<any>;
|
|
154
|
+
packagesCreateV2(body: PackagesCreateV2RequestItem[]): Promise<any>;
|
|
155
|
+
packagesCreateadjustV1(body: PackagesCreateadjustV1RequestItem[]): Promise<any>;
|
|
156
|
+
packagesCreateadjustV2(body: PackagesCreateadjustV2RequestItem[]): Promise<any>;
|
|
157
|
+
packagesCreatechangeitemV1(body: PackagesCreatechangeitemV1RequestItem[]): Promise<any>;
|
|
158
|
+
packagesCreatechangelocationV1(body: PackagesCreatechangelocationV1RequestItem[]): Promise<any>;
|
|
159
|
+
packagesCreatefinishV1(body: PackagesCreatefinishV1RequestItem[]): Promise<any>;
|
|
160
|
+
packagesCreateplantingsV1(body: PackagesCreateplantingsV1RequestItem[]): Promise<any>;
|
|
161
|
+
packagesCreateplantingsV2(body: PackagesCreateplantingsV2RequestItem[]): Promise<any>;
|
|
162
|
+
packagesCreateremediateV1(body: PackagesCreateremediateV1RequestItem[]): Promise<any>;
|
|
163
|
+
packagesCreatetestingV1(body: PackagesCreatetestingV1RequestItem[]): Promise<any>;
|
|
164
|
+
packagesCreatetestingV2(body: PackagesCreatetestingV2RequestItem[]): Promise<any>;
|
|
165
|
+
packagesCreateunfinishV1(body: PackagesCreateunfinishV1RequestItem[]): Promise<any>;
|
|
166
|
+
packagesDeleteV2(id: string, body?: any): Promise<any>;
|
|
167
|
+
packagesGetV1(id: string, body?: any): Promise<any>;
|
|
168
|
+
packagesGetV2(id: string, body?: any): Promise<any>;
|
|
169
|
+
packagesGetactiveV1(body?: any): Promise<any>;
|
|
170
|
+
packagesGetactiveV2(body?: any): Promise<any>;
|
|
171
|
+
packagesGetadjustreasonsV1(body?: any): Promise<any>;
|
|
172
|
+
packagesGetadjustreasonsV2(body?: any): Promise<any>;
|
|
173
|
+
packagesGetbylabelV1(label: string, body?: any): Promise<any>;
|
|
174
|
+
packagesGetbylabelV2(label: string, body?: any): Promise<any>;
|
|
175
|
+
packagesGetinactiveV1(body?: any): Promise<any>;
|
|
176
|
+
packagesGetinactiveV2(body?: any): Promise<any>;
|
|
177
|
+
packagesGetintransitV2(body?: any): Promise<any>;
|
|
178
|
+
packagesGetlabsamplesV2(body?: any): Promise<any>;
|
|
179
|
+
packagesGetonholdV1(body?: any): Promise<any>;
|
|
180
|
+
packagesGetonholdV2(body?: any): Promise<any>;
|
|
181
|
+
packagesGetsourceharvestV2(id: string, body?: any): Promise<any>;
|
|
182
|
+
packagesGettransferredV2(body?: any): Promise<any>;
|
|
183
|
+
packagesGettypesV1(body?: any): Promise<any>;
|
|
184
|
+
packagesGettypesV2(body?: any): Promise<any>;
|
|
185
|
+
packagesUpdateadjustV2(body: PackagesUpdateadjustV2RequestItem[]): Promise<any>;
|
|
186
|
+
packagesUpdatechangenoteV1(body: PackagesUpdatechangenoteV1RequestItem[]): Promise<any>;
|
|
187
|
+
packagesUpdatedecontaminateV2(body: PackagesUpdatedecontaminateV2RequestItem[]): Promise<any>;
|
|
188
|
+
packagesUpdatedonationflagV2(body: PackagesUpdatedonationflagV2RequestItem[]): Promise<any>;
|
|
189
|
+
packagesUpdatedonationunflagV2(body: PackagesUpdatedonationunflagV2RequestItem[]): Promise<any>;
|
|
190
|
+
packagesUpdateexternalidV2(body: PackagesUpdateexternalidV2RequestItem[]): Promise<any>;
|
|
191
|
+
packagesUpdatefinishV2(body: PackagesUpdatefinishV2RequestItem[]): Promise<any>;
|
|
192
|
+
packagesUpdateitemV2(body: PackagesUpdateitemV2RequestItem[]): Promise<any>;
|
|
193
|
+
packagesUpdatelabtestrequiredV2(body: PackagesUpdatelabtestrequiredV2RequestItem[]): Promise<any>;
|
|
194
|
+
packagesUpdatelocationV2(body: PackagesUpdatelocationV2RequestItem[]): Promise<any>;
|
|
195
|
+
packagesUpdatenoteV2(body: PackagesUpdatenoteV2RequestItem[]): Promise<any>;
|
|
196
|
+
packagesUpdateremediateV2(body: PackagesUpdateremediateV2RequestItem[]): Promise<any>;
|
|
197
|
+
packagesUpdatetradesampleflagV2(body: PackagesUpdatetradesampleflagV2RequestItem[]): Promise<any>;
|
|
198
|
+
packagesUpdatetradesampleunflagV2(body: PackagesUpdatetradesampleunflagV2RequestItem[]): Promise<any>;
|
|
199
|
+
packagesUpdateunfinishV2(body: PackagesUpdateunfinishV2RequestItem[]): Promise<any>;
|
|
200
|
+
packagesUpdateusebydateV2(body: PackagesUpdateusebydateV2RequestItem[]): Promise<any>;
|
|
201
|
+
sandboxCreateintegratorsetupV2(body?: any): Promise<any>;
|
|
202
|
+
transportersCreatedriverV2(body: TransportersCreatedriverV2RequestItem[]): Promise<any>;
|
|
203
|
+
transportersCreatevehicleV2(body: TransportersCreatevehicleV2RequestItem[]): Promise<any>;
|
|
204
|
+
transportersDeletedriverV2(id: string, body?: any): Promise<any>;
|
|
205
|
+
transportersDeletevehicleV2(id: string, body?: any): Promise<any>;
|
|
206
|
+
transportersGetdriverV2(id: string, body?: any): Promise<any>;
|
|
207
|
+
transportersGetdriversV2(body?: any): Promise<any>;
|
|
208
|
+
transportersGetvehicleV2(id: string, body?: any): Promise<any>;
|
|
209
|
+
transportersGetvehiclesV2(body?: any): Promise<any>;
|
|
210
|
+
transportersUpdatedriverV2(body: TransportersUpdatedriverV2RequestItem[]): Promise<any>;
|
|
211
|
+
transportersUpdatevehicleV2(body: TransportersUpdatevehicleV2RequestItem[]): Promise<any>;
|
|
212
|
+
patientsCreateV2(body: PatientsCreateV2RequestItem[]): Promise<any>;
|
|
213
|
+
patientsCreateaddV1(body: PatientsCreateaddV1RequestItem[]): Promise<any>;
|
|
214
|
+
patientsCreateupdateV1(body: PatientsCreateupdateV1RequestItem[]): Promise<any>;
|
|
215
|
+
patientsDeleteV1(id: string, body?: any): Promise<any>;
|
|
216
|
+
patientsDeleteV2(id: string, body?: any): Promise<any>;
|
|
217
|
+
patientsGetV1(id: string, body?: any): Promise<any>;
|
|
218
|
+
patientsGetV2(id: string, body?: any): Promise<any>;
|
|
219
|
+
patientsGetactiveV1(body?: any): Promise<any>;
|
|
220
|
+
patientsGetactiveV2(body?: any): Promise<any>;
|
|
221
|
+
patientsUpdateV2(body: PatientsUpdateV2RequestItem[]): Promise<any>;
|
|
222
|
+
processingJobsCreateadjustV1(body: ProcessingjobsCreateadjustV1RequestItem[]): Promise<any>;
|
|
223
|
+
processingJobsCreateadjustV2(body: ProcessingjobsCreateadjustV2RequestItem[]): Promise<any>;
|
|
224
|
+
processingJobsCreatejobtypesV1(body: ProcessingjobsCreatejobtypesV1RequestItem[]): Promise<any>;
|
|
225
|
+
processingJobsCreatejobtypesV2(body: ProcessingjobsCreatejobtypesV2RequestItem[]): Promise<any>;
|
|
226
|
+
processingJobsCreatestartV1(body: ProcessingjobsCreatestartV1RequestItem[]): Promise<any>;
|
|
227
|
+
processingJobsCreatestartV2(body: ProcessingjobsCreatestartV2RequestItem[]): Promise<any>;
|
|
228
|
+
processingJobsCreatepackagesV1(body: ProcessingjobsCreatepackagesV1RequestItem[]): Promise<any>;
|
|
229
|
+
processingJobsCreatepackagesV2(body: ProcessingjobsCreatepackagesV2RequestItem[]): Promise<any>;
|
|
230
|
+
processingJobsDeleteV1(id: string, body?: any): Promise<any>;
|
|
231
|
+
processingJobsDeleteV2(id: string, body?: any): Promise<any>;
|
|
232
|
+
processingJobsDeletejobtypesV1(id: string, body?: any): Promise<any>;
|
|
233
|
+
processingJobsDeletejobtypesV2(id: string, body?: any): Promise<any>;
|
|
234
|
+
processingJobsGetV1(id: string, body?: any): Promise<any>;
|
|
235
|
+
processingJobsGetV2(id: string, body?: any): Promise<any>;
|
|
236
|
+
processingJobsGetactiveV1(body?: any): Promise<any>;
|
|
237
|
+
processingJobsGetactiveV2(body?: any): Promise<any>;
|
|
238
|
+
processingJobsGetinactiveV1(body?: any): Promise<any>;
|
|
239
|
+
processingJobsGetinactiveV2(body?: any): Promise<any>;
|
|
240
|
+
processingJobsGetjobtypesactiveV1(body?: any): Promise<any>;
|
|
241
|
+
processingJobsGetjobtypesactiveV2(body?: any): Promise<any>;
|
|
242
|
+
processingJobsGetjobtypesattributesV1(body?: any): Promise<any>;
|
|
243
|
+
processingJobsGetjobtypesattributesV2(body?: any): Promise<any>;
|
|
244
|
+
processingJobsGetjobtypescategoriesV1(body?: any): Promise<any>;
|
|
245
|
+
processingJobsGetjobtypescategoriesV2(body?: any): Promise<any>;
|
|
246
|
+
processingJobsGetjobtypesinactiveV1(body?: any): Promise<any>;
|
|
247
|
+
processingJobsGetjobtypesinactiveV2(body?: any): Promise<any>;
|
|
248
|
+
processingJobsUpdatefinishV1(body: ProcessingjobsUpdatefinishV1RequestItem[]): Promise<any>;
|
|
249
|
+
processingJobsUpdatefinishV2(body: ProcessingjobsUpdatefinishV2RequestItem[]): Promise<any>;
|
|
250
|
+
processingJobsUpdatejobtypesV1(body: ProcessingjobsUpdatejobtypesV1RequestItem[]): Promise<any>;
|
|
251
|
+
processingJobsUpdatejobtypesV2(body: ProcessingjobsUpdatejobtypesV2RequestItem[]): Promise<any>;
|
|
252
|
+
processingJobsUpdateunfinishV1(body: ProcessingjobsUpdateunfinishV1RequestItem[]): Promise<any>;
|
|
253
|
+
processingJobsUpdateunfinishV2(body: ProcessingjobsUpdateunfinishV2RequestItem[]): Promise<any>;
|
|
254
|
+
retailIdCreateassociateV2(body: RetailidCreateassociateV2RequestItem[]): Promise<any>;
|
|
255
|
+
retailIdCreategenerateV2(body: RetailidCreategenerateV2Request): Promise<any>;
|
|
256
|
+
retailIdCreatemergeV2(body: RetailidCreatemergeV2Request): Promise<any>;
|
|
257
|
+
retailIdCreatepackageinfoV2(body: RetailidCreatepackageinfoV2Request): Promise<any>;
|
|
258
|
+
retailIdGetreceivebylabelV2(label: string, body?: any): Promise<any>;
|
|
259
|
+
retailIdGetreceiveqrbyshortcodeV2(shortCode: string, body?: any): Promise<any>;
|
|
260
|
+
salesCreatedeliveryV1(body: SalesCreatedeliveryV1RequestItem[]): Promise<any>;
|
|
261
|
+
salesCreatedeliveryV2(body: SalesCreatedeliveryV2RequestItem[]): Promise<any>;
|
|
262
|
+
salesCreatedeliveryretailerV1(body: SalesCreatedeliveryretailerV1RequestItem[]): Promise<any>;
|
|
263
|
+
salesCreatedeliveryretailerV2(body: SalesCreatedeliveryretailerV2RequestItem[]): Promise<any>;
|
|
264
|
+
salesCreatedeliveryretailerdepartV1(body: SalesCreatedeliveryretailerdepartV1RequestItem[]): Promise<any>;
|
|
265
|
+
salesCreatedeliveryretailerdepartV2(body: SalesCreatedeliveryretailerdepartV2RequestItem[]): Promise<any>;
|
|
266
|
+
salesCreatedeliveryretailerendV1(body: SalesCreatedeliveryretailerendV1RequestItem[]): Promise<any>;
|
|
267
|
+
salesCreatedeliveryretailerendV2(body: SalesCreatedeliveryretailerendV2RequestItem[]): Promise<any>;
|
|
268
|
+
salesCreatedeliveryretailerrestockV1(body: SalesCreatedeliveryretailerrestockV1RequestItem[]): Promise<any>;
|
|
269
|
+
salesCreatedeliveryretailerrestockV2(body: SalesCreatedeliveryretailerrestockV2RequestItem[]): Promise<any>;
|
|
270
|
+
salesCreatedeliveryretailersaleV1(body: SalesCreatedeliveryretailersaleV1RequestItem[]): Promise<any>;
|
|
271
|
+
salesCreatedeliveryretailersaleV2(body: SalesCreatedeliveryretailersaleV2RequestItem[]): Promise<any>;
|
|
272
|
+
salesCreatereceiptV1(body: SalesCreatereceiptV1RequestItem[]): Promise<any>;
|
|
273
|
+
salesCreatereceiptV2(body: SalesCreatereceiptV2RequestItem[]): Promise<any>;
|
|
274
|
+
salesCreatetransactionbydateV1(date: string, body: SalesCreatetransactionbydateV1RequestItem[]): Promise<any>;
|
|
275
|
+
salesDeletedeliveryV1(id: string, body?: any): Promise<any>;
|
|
276
|
+
salesDeletedeliveryV2(id: string, body?: any): Promise<any>;
|
|
277
|
+
salesDeletedeliveryretailerV1(id: string, body?: any): Promise<any>;
|
|
278
|
+
salesDeletedeliveryretailerV2(id: string, body?: any): Promise<any>;
|
|
279
|
+
salesDeletereceiptV1(id: string, body?: any): Promise<any>;
|
|
280
|
+
salesDeletereceiptV2(id: string, body?: any): Promise<any>;
|
|
281
|
+
salesGetcountiesV1(body?: any): Promise<any>;
|
|
282
|
+
salesGetcountiesV2(body?: any): Promise<any>;
|
|
283
|
+
salesGetcustomertypesV1(body?: any): Promise<any>;
|
|
284
|
+
salesGetcustomertypesV2(body?: any): Promise<any>;
|
|
285
|
+
salesGetdeliveriesactiveV1(body?: any): Promise<any>;
|
|
286
|
+
salesGetdeliveriesactiveV2(body?: any): Promise<any>;
|
|
287
|
+
salesGetdeliveriesinactiveV1(body?: any): Promise<any>;
|
|
288
|
+
salesGetdeliveriesinactiveV2(body?: any): Promise<any>;
|
|
289
|
+
salesGetdeliveriesretaileractiveV1(body?: any): Promise<any>;
|
|
290
|
+
salesGetdeliveriesretaileractiveV2(body?: any): Promise<any>;
|
|
291
|
+
salesGetdeliveriesretailerinactiveV1(body?: any): Promise<any>;
|
|
292
|
+
salesGetdeliveriesretailerinactiveV2(body?: any): Promise<any>;
|
|
293
|
+
salesGetdeliveriesreturnreasonsV1(body?: any): Promise<any>;
|
|
294
|
+
salesGetdeliveriesreturnreasonsV2(body?: any): Promise<any>;
|
|
295
|
+
salesGetdeliveryV1(id: string, body?: any): Promise<any>;
|
|
296
|
+
salesGetdeliveryV2(id: string, body?: any): Promise<any>;
|
|
297
|
+
salesGetdeliveryretailerV1(id: string, body?: any): Promise<any>;
|
|
298
|
+
salesGetdeliveryretailerV2(id: string, body?: any): Promise<any>;
|
|
299
|
+
salesGetpatientregistrationslocationsV1(body?: any): Promise<any>;
|
|
300
|
+
salesGetpatientregistrationslocationsV2(body?: any): Promise<any>;
|
|
301
|
+
salesGetpaymenttypesV1(body?: any): Promise<any>;
|
|
302
|
+
salesGetpaymenttypesV2(body?: any): Promise<any>;
|
|
303
|
+
salesGetreceiptV1(id: string, body?: any): Promise<any>;
|
|
304
|
+
salesGetreceiptV2(id: string, body?: any): Promise<any>;
|
|
305
|
+
salesGetreceiptsactiveV1(body?: any): Promise<any>;
|
|
306
|
+
salesGetreceiptsactiveV2(body?: any): Promise<any>;
|
|
307
|
+
salesGetreceiptsexternalbyexternalnumberV2(externalNumber: string, body?: any): Promise<any>;
|
|
308
|
+
salesGetreceiptsinactiveV1(body?: any): Promise<any>;
|
|
309
|
+
salesGetreceiptsinactiveV2(body?: any): Promise<any>;
|
|
310
|
+
salesGettransactionsV1(body?: any): Promise<any>;
|
|
311
|
+
salesGettransactionsbysalesdatestartandsalesdateendV1(salesDateStart: string, salesDateEnd: string, body?: any): Promise<any>;
|
|
312
|
+
salesUpdatedeliveryV1(body: SalesUpdatedeliveryV1RequestItem[]): Promise<any>;
|
|
313
|
+
salesUpdatedeliveryV2(body: SalesUpdatedeliveryV2RequestItem[]): Promise<any>;
|
|
314
|
+
salesUpdatedeliverycompleteV1(body: SalesUpdatedeliverycompleteV1RequestItem[]): Promise<any>;
|
|
315
|
+
salesUpdatedeliverycompleteV2(body: SalesUpdatedeliverycompleteV2RequestItem[]): Promise<any>;
|
|
316
|
+
salesUpdatedeliveryhubV1(body: SalesUpdatedeliveryhubV1RequestItem[]): Promise<any>;
|
|
317
|
+
salesUpdatedeliveryhubV2(body: SalesUpdatedeliveryhubV2RequestItem[]): Promise<any>;
|
|
318
|
+
salesUpdatedeliveryhubacceptV1(body: SalesUpdatedeliveryhubacceptV1RequestItem[]): Promise<any>;
|
|
319
|
+
salesUpdatedeliveryhubacceptV2(body: SalesUpdatedeliveryhubacceptV2RequestItem[]): Promise<any>;
|
|
320
|
+
salesUpdatedeliveryhubdepartV1(body: SalesUpdatedeliveryhubdepartV1RequestItem[]): Promise<any>;
|
|
321
|
+
salesUpdatedeliveryhubdepartV2(body: SalesUpdatedeliveryhubdepartV2RequestItem[]): Promise<any>;
|
|
322
|
+
salesUpdatedeliveryhubverifyidV1(body: SalesUpdatedeliveryhubverifyidV1RequestItem[]): Promise<any>;
|
|
323
|
+
salesUpdatedeliveryhubverifyidV2(body: SalesUpdatedeliveryhubverifyidV2RequestItem[]): Promise<any>;
|
|
324
|
+
salesUpdatedeliveryretailerV1(body: SalesUpdatedeliveryretailerV1RequestItem[]): Promise<any>;
|
|
325
|
+
salesUpdatedeliveryretailerV2(body: SalesUpdatedeliveryretailerV2RequestItem[]): Promise<any>;
|
|
326
|
+
salesUpdatereceiptV1(body: SalesUpdatereceiptV1RequestItem[]): Promise<any>;
|
|
327
|
+
salesUpdatereceiptV2(body: SalesUpdatereceiptV2RequestItem[]): Promise<any>;
|
|
328
|
+
salesUpdatereceiptfinalizeV2(body: SalesUpdatereceiptfinalizeV2RequestItem[]): Promise<any>;
|
|
329
|
+
salesUpdatereceiptunfinalizeV2(body: SalesUpdatereceiptunfinalizeV2RequestItem[]): Promise<any>;
|
|
330
|
+
salesUpdatetransactionbydateV1(date: string, body: SalesUpdatetransactionbydateV1RequestItem[]): Promise<any>;
|
|
331
|
+
tagsGetpackageavailableV2(body?: any): Promise<any>;
|
|
332
|
+
tagsGetplantavailableV2(body?: any): Promise<any>;
|
|
333
|
+
tagsGetstagedV2(body?: any): Promise<any>;
|
|
334
|
+
caregiversStatusGetbycaregiverlicensenumberV1(caregiverLicenseNumber: string, body?: any): Promise<any>;
|
|
335
|
+
caregiversStatusGetbycaregiverlicensenumberV2(caregiverLicenseNumber: string, body?: any): Promise<any>;
|
|
336
|
+
employeesGetallV1(body?: any): Promise<any>;
|
|
337
|
+
employeesGetallV2(body?: any): Promise<any>;
|
|
338
|
+
employeesGetpermissionsV2(body?: any): Promise<any>;
|
|
339
|
+
patientCheckInsCreateV1(body: PatientcheckinsCreateV1RequestItem[]): Promise<any>;
|
|
340
|
+
patientCheckInsCreateV2(body: PatientcheckinsCreateV2RequestItem[]): Promise<any>;
|
|
341
|
+
patientCheckInsDeleteV1(id: string, body?: any): Promise<any>;
|
|
342
|
+
patientCheckInsDeleteV2(id: string, body?: any): Promise<any>;
|
|
343
|
+
patientCheckInsGetallV1(body?: any): Promise<any>;
|
|
344
|
+
patientCheckInsGetallV2(body?: any): Promise<any>;
|
|
345
|
+
patientCheckInsGetlocationsV1(body?: any): Promise<any>;
|
|
346
|
+
patientCheckInsGetlocationsV2(body?: any): Promise<any>;
|
|
347
|
+
patientCheckInsUpdateV1(body: PatientcheckinsUpdateV1RequestItem[]): Promise<any>;
|
|
348
|
+
patientCheckInsUpdateV2(body: PatientcheckinsUpdateV2RequestItem[]): Promise<any>;
|
|
349
|
+
plantBatchesCreateadditivesV1(body: PlantbatchesCreateadditivesV1RequestItem[]): Promise<any>;
|
|
350
|
+
plantBatchesCreateadditivesV2(body: PlantbatchesCreateadditivesV2RequestItem[]): Promise<any>;
|
|
351
|
+
plantBatchesCreateadditivesusingtemplateV2(body: PlantbatchesCreateadditivesusingtemplateV2RequestItem[]): Promise<any>;
|
|
352
|
+
plantBatchesCreateadjustV1(body: PlantbatchesCreateadjustV1RequestItem[]): Promise<any>;
|
|
353
|
+
plantBatchesCreateadjustV2(body: PlantbatchesCreateadjustV2RequestItem[]): Promise<any>;
|
|
354
|
+
plantBatchesCreatechangegrowthphaseV1(body: PlantbatchesCreatechangegrowthphaseV1RequestItem[]): Promise<any>;
|
|
355
|
+
plantBatchesCreategrowthphaseV2(body: PlantbatchesCreategrowthphaseV2RequestItem[]): Promise<any>;
|
|
356
|
+
plantBatchesCreatepackageV2(body: PlantbatchesCreatepackageV2RequestItem[]): Promise<any>;
|
|
357
|
+
plantBatchesCreatepackagefrommotherplantV1(body: PlantbatchesCreatepackagefrommotherplantV1RequestItem[]): Promise<any>;
|
|
358
|
+
plantBatchesCreatepackagefrommotherplantV2(body: PlantbatchesCreatepackagefrommotherplantV2RequestItem[]): Promise<any>;
|
|
359
|
+
plantBatchesCreateplantingsV2(body: PlantbatchesCreateplantingsV2RequestItem[]): Promise<any>;
|
|
360
|
+
plantBatchesCreatesplitV1(body: PlantbatchesCreatesplitV1RequestItem[]): Promise<any>;
|
|
361
|
+
plantBatchesCreatesplitV2(body: PlantbatchesCreatesplitV2RequestItem[]): Promise<any>;
|
|
362
|
+
plantBatchesCreatewasteV1(body: PlantbatchesCreatewasteV1RequestItem[]): Promise<any>;
|
|
363
|
+
plantBatchesCreatewasteV2(body: PlantbatchesCreatewasteV2RequestItem[]): Promise<any>;
|
|
364
|
+
plantBatchesCreatepackagesV1(body: PlantbatchesCreatepackagesV1RequestItem[]): Promise<any>;
|
|
365
|
+
plantBatchesCreateplantingsV1(body: PlantbatchesCreateplantingsV1RequestItem[]): Promise<any>;
|
|
366
|
+
plantBatchesDeleteV1(body?: any): Promise<any>;
|
|
367
|
+
plantBatchesDeleteV2(body?: any): Promise<any>;
|
|
368
|
+
plantBatchesGetV1(id: string, body?: any): Promise<any>;
|
|
369
|
+
plantBatchesGetV2(id: string, body?: any): Promise<any>;
|
|
370
|
+
plantBatchesGetactiveV1(body?: any): Promise<any>;
|
|
371
|
+
plantBatchesGetactiveV2(body?: any): Promise<any>;
|
|
372
|
+
plantBatchesGetinactiveV1(body?: any): Promise<any>;
|
|
373
|
+
plantBatchesGetinactiveV2(body?: any): Promise<any>;
|
|
374
|
+
plantBatchesGettypesV1(body?: any): Promise<any>;
|
|
375
|
+
plantBatchesGettypesV2(body?: any): Promise<any>;
|
|
376
|
+
plantBatchesGetwasteV2(body?: any): Promise<any>;
|
|
377
|
+
plantBatchesGetwastereasonsV1(body?: any): Promise<any>;
|
|
378
|
+
plantBatchesGetwastereasonsV2(body?: any): Promise<any>;
|
|
379
|
+
plantBatchesUpdatelocationV2(body: PlantbatchesUpdatelocationV2RequestItem[]): Promise<any>;
|
|
380
|
+
plantBatchesUpdatemoveplantbatchesV1(body: PlantbatchesUpdatemoveplantbatchesV1RequestItem[]): Promise<any>;
|
|
381
|
+
plantBatchesUpdatenameV2(body: PlantbatchesUpdatenameV2RequestItem[]): Promise<any>;
|
|
382
|
+
plantBatchesUpdatestrainV2(body: PlantbatchesUpdatestrainV2RequestItem[]): Promise<any>;
|
|
383
|
+
plantBatchesUpdatetagV2(body: PlantbatchesUpdatetagV2RequestItem[]): Promise<any>;
|
|
384
|
+
plantsCreateadditivesV1(body: PlantsCreateadditivesV1RequestItem[]): Promise<any>;
|
|
385
|
+
plantsCreateadditivesV2(body: PlantsCreateadditivesV2RequestItem[]): Promise<any>;
|
|
386
|
+
plantsCreateadditivesbylocationV1(body: PlantsCreateadditivesbylocationV1RequestItem[]): Promise<any>;
|
|
387
|
+
plantsCreateadditivesbylocationV2(body: PlantsCreateadditivesbylocationV2RequestItem[]): Promise<any>;
|
|
388
|
+
plantsCreateadditivesbylocationusingtemplateV2(body: PlantsCreateadditivesbylocationusingtemplateV2RequestItem[]): Promise<any>;
|
|
389
|
+
plantsCreateadditivesusingtemplateV2(body: PlantsCreateadditivesusingtemplateV2RequestItem[]): Promise<any>;
|
|
390
|
+
plantsCreatechangegrowthphasesV1(body: PlantsCreatechangegrowthphasesV1RequestItem[]): Promise<any>;
|
|
391
|
+
plantsCreateharvestplantsV1(body: PlantsCreateharvestplantsV1RequestItem[]): Promise<any>;
|
|
392
|
+
plantsCreatemanicureV2(body: PlantsCreatemanicureV2RequestItem[]): Promise<any>;
|
|
393
|
+
plantsCreatemanicureplantsV1(body: PlantsCreatemanicureplantsV1RequestItem[]): Promise<any>;
|
|
394
|
+
plantsCreatemoveplantsV1(body: PlantsCreatemoveplantsV1RequestItem[]): Promise<any>;
|
|
395
|
+
plantsCreateplantbatchpackageV1(body: PlantsCreateplantbatchpackageV1RequestItem[]): Promise<any>;
|
|
396
|
+
plantsCreateplantbatchpackageV2(body: PlantsCreateplantbatchpackageV2RequestItem[]): Promise<any>;
|
|
397
|
+
plantsCreateplantingsV1(body: PlantsCreateplantingsV1RequestItem[]): Promise<any>;
|
|
398
|
+
plantsCreateplantingsV2(body: PlantsCreateplantingsV2RequestItem[]): Promise<any>;
|
|
399
|
+
plantsCreatewasteV1(body: PlantsCreatewasteV1RequestItem[]): Promise<any>;
|
|
400
|
+
plantsCreatewasteV2(body: PlantsCreatewasteV2RequestItem[]): Promise<any>;
|
|
401
|
+
plantsDeleteV1(body?: any): Promise<any>;
|
|
402
|
+
plantsDeleteV2(body?: any): Promise<any>;
|
|
403
|
+
plantsGetV1(id: string, body?: any): Promise<any>;
|
|
404
|
+
plantsGetV2(id: string, body?: any): Promise<any>;
|
|
405
|
+
plantsGetadditivesV1(body?: any): Promise<any>;
|
|
406
|
+
plantsGetadditivesV2(body?: any): Promise<any>;
|
|
407
|
+
plantsGetadditivestypesV1(body?: any): Promise<any>;
|
|
408
|
+
plantsGetadditivestypesV2(body?: any): Promise<any>;
|
|
409
|
+
plantsGetbylabelV1(label: string, body?: any): Promise<any>;
|
|
410
|
+
plantsGetbylabelV2(label: string, body?: any): Promise<any>;
|
|
411
|
+
plantsGetfloweringV1(body?: any): Promise<any>;
|
|
412
|
+
plantsGetfloweringV2(body?: any): Promise<any>;
|
|
413
|
+
plantsGetgrowthphasesV1(body?: any): Promise<any>;
|
|
414
|
+
plantsGetgrowthphasesV2(body?: any): Promise<any>;
|
|
415
|
+
plantsGetinactiveV1(body?: any): Promise<any>;
|
|
416
|
+
plantsGetinactiveV2(body?: any): Promise<any>;
|
|
417
|
+
plantsGetmotherV2(body?: any): Promise<any>;
|
|
418
|
+
plantsGetmotherinactiveV2(body?: any): Promise<any>;
|
|
419
|
+
plantsGetmotheronholdV2(body?: any): Promise<any>;
|
|
420
|
+
plantsGetonholdV1(body?: any): Promise<any>;
|
|
421
|
+
plantsGetonholdV2(body?: any): Promise<any>;
|
|
422
|
+
plantsGetvegetativeV1(body?: any): Promise<any>;
|
|
423
|
+
plantsGetvegetativeV2(body?: any): Promise<any>;
|
|
424
|
+
plantsGetwasteV2(body?: any): Promise<any>;
|
|
425
|
+
plantsGetwastemethodsallV1(body?: any): Promise<any>;
|
|
426
|
+
plantsGetwastemethodsallV2(body?: any): Promise<any>;
|
|
427
|
+
plantsGetwastepackageV2(id: string, body?: any): Promise<any>;
|
|
428
|
+
plantsGetwasteplantV2(id: string, body?: any): Promise<any>;
|
|
429
|
+
plantsGetwastereasonsV1(body?: any): Promise<any>;
|
|
430
|
+
plantsGetwastereasonsV2(body?: any): Promise<any>;
|
|
431
|
+
plantsUpdateadjustV2(body: PlantsUpdateadjustV2RequestItem[]): Promise<any>;
|
|
432
|
+
plantsUpdategrowthphaseV2(body: PlantsUpdategrowthphaseV2RequestItem[]): Promise<any>;
|
|
433
|
+
plantsUpdateharvestV2(body: PlantsUpdateharvestV2RequestItem[]): Promise<any>;
|
|
434
|
+
plantsUpdatelocationV2(body: PlantsUpdatelocationV2RequestItem[]): Promise<any>;
|
|
435
|
+
plantsUpdatemergeV2(body: PlantsUpdatemergeV2RequestItem[]): Promise<any>;
|
|
436
|
+
plantsUpdatesplitV2(body: PlantsUpdatesplitV2RequestItem[]): Promise<any>;
|
|
437
|
+
plantsUpdatestrainV2(body: PlantsUpdatestrainV2RequestItem[]): Promise<any>;
|
|
438
|
+
plantsUpdatetagV2(body: PlantsUpdatetagV2RequestItem[]): Promise<any>;
|
|
439
|
+
sublocationsCreateV2(body: SublocationsCreateV2RequestItem[]): Promise<any>;
|
|
440
|
+
sublocationsDeleteV2(id: string, body?: any): Promise<any>;
|
|
441
|
+
sublocationsGetV2(id: string, body?: any): Promise<any>;
|
|
442
|
+
sublocationsGetactiveV2(body?: any): Promise<any>;
|
|
443
|
+
sublocationsGetinactiveV2(body?: any): Promise<any>;
|
|
444
|
+
sublocationsUpdateV2(body: SublocationsUpdateV2RequestItem[]): Promise<any>;
|
|
445
|
+
}
|
|
446
|
+
export interface AdditivestemplatesCreateV2RequestItem {
|
|
447
|
+
'ActiveIngredients'?: AdditivestemplatesCreateV2RequestItem_Activeingredients[];
|
|
448
|
+
'AdditiveType'?: string;
|
|
449
|
+
'ApplicationDevice'?: string;
|
|
450
|
+
'EpaRegistrationNumber'?: string;
|
|
451
|
+
'Name'?: string;
|
|
452
|
+
'Note'?: string;
|
|
453
|
+
'ProductSupplier'?: string;
|
|
454
|
+
'ProductTradeName'?: string;
|
|
455
|
+
'RestrictiveEntryIntervalQuantityDescription'?: string;
|
|
456
|
+
'RestrictiveEntryIntervalTimeDescription'?: string;
|
|
457
|
+
}
|
|
458
|
+
export interface AdditivestemplatesCreateV2RequestItem_Activeingredients {
|
|
459
|
+
'Name'?: string;
|
|
460
|
+
'Percentage'?: number;
|
|
461
|
+
}
|
|
462
|
+
export interface AdditivestemplatesUpdateV2RequestItem {
|
|
463
|
+
'ActiveIngredients'?: AdditivestemplatesUpdateV2RequestItem_Activeingredients[];
|
|
464
|
+
'AdditiveType'?: string;
|
|
465
|
+
'ApplicationDevice'?: string;
|
|
466
|
+
'EpaRegistrationNumber'?: string;
|
|
467
|
+
'Id'?: number;
|
|
468
|
+
'Name'?: string;
|
|
469
|
+
'Note'?: string;
|
|
470
|
+
'ProductSupplier'?: string;
|
|
471
|
+
'ProductTradeName'?: string;
|
|
472
|
+
'RestrictiveEntryIntervalQuantityDescription'?: string;
|
|
473
|
+
'RestrictiveEntryIntervalTimeDescription'?: string;
|
|
474
|
+
}
|
|
475
|
+
export interface AdditivestemplatesUpdateV2RequestItem_Activeingredients {
|
|
476
|
+
'Name'?: string;
|
|
477
|
+
'Percentage'?: number;
|
|
478
|
+
}
|
|
479
|
+
export interface StrainsCreateV1RequestItem {
|
|
480
|
+
'CbdLevel'?: number;
|
|
481
|
+
'IndicaPercentage'?: number;
|
|
482
|
+
'Name'?: string;
|
|
483
|
+
'SativaPercentage'?: number;
|
|
484
|
+
'TestingStatus'?: string;
|
|
485
|
+
'ThcLevel'?: number;
|
|
486
|
+
}
|
|
487
|
+
export interface StrainsCreateV2RequestItem {
|
|
488
|
+
'CbdLevel'?: number;
|
|
489
|
+
'IndicaPercentage'?: number;
|
|
490
|
+
'Name'?: string;
|
|
491
|
+
'SativaPercentage'?: number;
|
|
492
|
+
'TestingStatus'?: string;
|
|
493
|
+
'ThcLevel'?: number;
|
|
494
|
+
}
|
|
495
|
+
export interface StrainsCreateupdateV1RequestItem {
|
|
496
|
+
'CbdLevel'?: number;
|
|
497
|
+
'Id'?: number;
|
|
498
|
+
'IndicaPercentage'?: number;
|
|
499
|
+
'Name'?: string;
|
|
500
|
+
'SativaPercentage'?: number;
|
|
501
|
+
'TestingStatus'?: string;
|
|
502
|
+
'ThcLevel'?: number;
|
|
503
|
+
}
|
|
504
|
+
export interface StrainsUpdateV2RequestItem {
|
|
505
|
+
'CbdLevel'?: number;
|
|
506
|
+
'Id'?: number;
|
|
507
|
+
'IndicaPercentage'?: number;
|
|
508
|
+
'Name'?: string;
|
|
509
|
+
'SativaPercentage'?: number;
|
|
510
|
+
'TestingStatus'?: string;
|
|
511
|
+
'ThcLevel'?: number;
|
|
512
|
+
}
|
|
513
|
+
export interface TransfersCreateexternalincomingV1RequestItem {
|
|
514
|
+
'Destinations'?: TransfersCreateexternalincomingV1RequestItem_Destinations[];
|
|
515
|
+
'DriverLicenseNumber'?: string;
|
|
516
|
+
'DriverName'?: string;
|
|
517
|
+
'DriverOccupationalLicenseNumber'?: string;
|
|
518
|
+
'PhoneNumberForQuestions'?: string;
|
|
519
|
+
'ShipperAddress1'?: string;
|
|
520
|
+
'ShipperAddress2'?: string;
|
|
521
|
+
'ShipperAddressCity'?: string;
|
|
522
|
+
'ShipperAddressPostalCode'?: string;
|
|
523
|
+
'ShipperAddressState'?: string;
|
|
524
|
+
'ShipperLicenseNumber'?: string;
|
|
525
|
+
'ShipperMainPhoneNumber'?: string;
|
|
526
|
+
'ShipperName'?: string;
|
|
527
|
+
'TransporterFacilityLicenseNumber'?: string;
|
|
528
|
+
'VehicleLicensePlateNumber'?: string;
|
|
529
|
+
'VehicleMake'?: string;
|
|
530
|
+
'VehicleModel'?: string;
|
|
531
|
+
}
|
|
532
|
+
export interface TransfersCreateexternalincomingV1RequestItem_Destinations {
|
|
533
|
+
'EstimatedArrivalDateTime'?: string;
|
|
534
|
+
'EstimatedDepartureDateTime'?: string;
|
|
535
|
+
'GrossUnitOfWeightId'?: number;
|
|
536
|
+
'GrossWeight'?: number;
|
|
537
|
+
'InvoiceNumber'?: string;
|
|
538
|
+
'Packages'?: TransfersCreateexternalincomingV1RequestItem_Destinations_Packages[];
|
|
539
|
+
'PlannedRoute'?: string;
|
|
540
|
+
'RecipientLicenseNumber'?: string;
|
|
541
|
+
'TransferTypeName'?: string;
|
|
542
|
+
'Transporters'?: TransfersCreateexternalincomingV1RequestItem_Destinations_Transporters[];
|
|
543
|
+
}
|
|
544
|
+
export interface TransfersCreateexternalincomingV1RequestItem_Destinations_Packages {
|
|
545
|
+
'ExpirationDate'?: string;
|
|
546
|
+
'ExternalId'?: string;
|
|
547
|
+
'GrossUnitOfWeightName'?: string;
|
|
548
|
+
'GrossWeight'?: number;
|
|
549
|
+
'ItemName'?: string;
|
|
550
|
+
'PackagedDate'?: string;
|
|
551
|
+
'Quantity'?: number;
|
|
552
|
+
'SellByDate'?: string;
|
|
553
|
+
'UnitOfMeasureName'?: string;
|
|
554
|
+
'UseByDate'?: string;
|
|
555
|
+
'WholesalePrice'?: string;
|
|
556
|
+
}
|
|
557
|
+
export interface TransfersCreateexternalincomingV1RequestItem_Destinations_Transporters {
|
|
558
|
+
'DriverLayoverLeg'?: string;
|
|
559
|
+
'DriverLicenseNumber'?: string;
|
|
560
|
+
'DriverName'?: string;
|
|
561
|
+
'DriverOccupationalLicenseNumber'?: string;
|
|
562
|
+
'EstimatedArrivalDateTime'?: string;
|
|
563
|
+
'EstimatedDepartureDateTime'?: string;
|
|
564
|
+
'IsLayover'?: boolean;
|
|
565
|
+
'PhoneNumberForQuestions'?: string;
|
|
566
|
+
'TransporterDetails'?: string;
|
|
567
|
+
'TransporterFacilityLicenseNumber'?: string;
|
|
568
|
+
'VehicleLicensePlateNumber'?: string;
|
|
569
|
+
'VehicleMake'?: string;
|
|
570
|
+
'VehicleModel'?: string;
|
|
571
|
+
}
|
|
572
|
+
export interface TransfersCreateexternalincomingV2RequestItem {
|
|
573
|
+
'Destinations'?: TransfersCreateexternalincomingV2RequestItem_Destinations[];
|
|
574
|
+
'DriverLicenseNumber'?: string;
|
|
575
|
+
'DriverName'?: string;
|
|
576
|
+
'DriverOccupationalLicenseNumber'?: string;
|
|
577
|
+
'PhoneNumberForQuestions'?: string;
|
|
578
|
+
'ShipperAddress1'?: string;
|
|
579
|
+
'ShipperAddress2'?: string;
|
|
580
|
+
'ShipperAddressCity'?: string;
|
|
581
|
+
'ShipperAddressPostalCode'?: string;
|
|
582
|
+
'ShipperAddressState'?: string;
|
|
583
|
+
'ShipperLicenseNumber'?: string;
|
|
584
|
+
'ShipperMainPhoneNumber'?: string;
|
|
585
|
+
'ShipperName'?: string;
|
|
586
|
+
'TransporterFacilityLicenseNumber'?: string;
|
|
587
|
+
'VehicleLicensePlateNumber'?: string;
|
|
588
|
+
'VehicleMake'?: string;
|
|
589
|
+
'VehicleModel'?: string;
|
|
590
|
+
}
|
|
591
|
+
export interface TransfersCreateexternalincomingV2RequestItem_Destinations {
|
|
592
|
+
'EstimatedArrivalDateTime'?: string;
|
|
593
|
+
'EstimatedDepartureDateTime'?: string;
|
|
594
|
+
'GrossUnitOfWeightId'?: number;
|
|
595
|
+
'GrossWeight'?: number;
|
|
596
|
+
'InvoiceNumber'?: string;
|
|
597
|
+
'Packages'?: TransfersCreateexternalincomingV2RequestItem_Destinations_Packages[];
|
|
598
|
+
'PlannedRoute'?: string;
|
|
599
|
+
'RecipientLicenseNumber'?: string;
|
|
600
|
+
'TransferTypeName'?: string;
|
|
601
|
+
'Transporters'?: TransfersCreateexternalincomingV2RequestItem_Destinations_Transporters[];
|
|
602
|
+
}
|
|
603
|
+
export interface TransfersCreateexternalincomingV2RequestItem_Destinations_Packages {
|
|
604
|
+
'ExpirationDate'?: string;
|
|
605
|
+
'ExternalId'?: string;
|
|
606
|
+
'GrossUnitOfWeightName'?: string;
|
|
607
|
+
'GrossWeight'?: number;
|
|
608
|
+
'ItemName'?: string;
|
|
609
|
+
'PackagedDate'?: string;
|
|
610
|
+
'Quantity'?: number;
|
|
611
|
+
'SellByDate'?: string;
|
|
612
|
+
'UnitOfMeasureName'?: string;
|
|
613
|
+
'UseByDate'?: string;
|
|
614
|
+
'WholesalePrice'?: string;
|
|
615
|
+
}
|
|
616
|
+
export interface TransfersCreateexternalincomingV2RequestItem_Destinations_Transporters {
|
|
617
|
+
'DriverLayoverLeg'?: string;
|
|
618
|
+
'DriverLicenseNumber'?: string;
|
|
619
|
+
'DriverName'?: string;
|
|
620
|
+
'DriverOccupationalLicenseNumber'?: string;
|
|
621
|
+
'EstimatedArrivalDateTime'?: string;
|
|
622
|
+
'EstimatedDepartureDateTime'?: string;
|
|
623
|
+
'IsLayover'?: boolean;
|
|
624
|
+
'PhoneNumberForQuestions'?: string;
|
|
625
|
+
'TransporterDetails'?: TransfersCreateexternalincomingV2RequestItem_Destinations_Transporters_Transporterdetails[];
|
|
626
|
+
'TransporterFacilityLicenseNumber'?: string;
|
|
627
|
+
'VehicleLicensePlateNumber'?: string;
|
|
628
|
+
'VehicleMake'?: string;
|
|
629
|
+
'VehicleModel'?: string;
|
|
630
|
+
}
|
|
631
|
+
export interface TransfersCreateexternalincomingV2RequestItem_Destinations_Transporters_Transporterdetails {
|
|
632
|
+
'DriverLayoverLeg'?: string;
|
|
633
|
+
'DriverLicenseNumber'?: string;
|
|
634
|
+
'DriverName'?: string;
|
|
635
|
+
'DriverOccupationalLicenseNumber'?: string;
|
|
636
|
+
'VehicleLicensePlateNumber'?: string;
|
|
637
|
+
'VehicleMake'?: string;
|
|
638
|
+
'VehicleModel'?: string;
|
|
639
|
+
}
|
|
640
|
+
export interface TransfersCreatetemplatesV1RequestItem {
|
|
641
|
+
'Destinations'?: TransfersCreatetemplatesV1RequestItem_Destinations[];
|
|
642
|
+
'DriverLicenseNumber'?: string;
|
|
643
|
+
'DriverName'?: string;
|
|
644
|
+
'DriverOccupationalLicenseNumber'?: string;
|
|
645
|
+
'Name'?: string;
|
|
646
|
+
'PhoneNumberForQuestions'?: string;
|
|
647
|
+
'TransporterFacilityLicenseNumber'?: string;
|
|
648
|
+
'VehicleLicensePlateNumber'?: string;
|
|
649
|
+
'VehicleMake'?: string;
|
|
650
|
+
'VehicleModel'?: string;
|
|
651
|
+
}
|
|
652
|
+
export interface TransfersCreatetemplatesV1RequestItem_Destinations {
|
|
653
|
+
'EstimatedArrivalDateTime'?: string;
|
|
654
|
+
'EstimatedDepartureDateTime'?: string;
|
|
655
|
+
'InvoiceNumber'?: string;
|
|
656
|
+
'Packages'?: TransfersCreatetemplatesV1RequestItem_Destinations_Packages[];
|
|
657
|
+
'PlannedRoute'?: string;
|
|
658
|
+
'RecipientLicenseNumber'?: string;
|
|
659
|
+
'TransferTypeName'?: string;
|
|
660
|
+
'Transporters'?: TransfersCreatetemplatesV1RequestItem_Destinations_Transporters[];
|
|
661
|
+
}
|
|
662
|
+
export interface TransfersCreatetemplatesV1RequestItem_Destinations_Packages {
|
|
663
|
+
'GrossUnitOfWeightName'?: string;
|
|
664
|
+
'GrossWeight'?: number;
|
|
665
|
+
'PackageLabel'?: string;
|
|
666
|
+
'WholesalePrice'?: string;
|
|
667
|
+
}
|
|
668
|
+
export interface TransfersCreatetemplatesV1RequestItem_Destinations_Transporters {
|
|
669
|
+
'DriverLayoverLeg'?: string;
|
|
670
|
+
'DriverLicenseNumber'?: string;
|
|
671
|
+
'DriverName'?: string;
|
|
672
|
+
'DriverOccupationalLicenseNumber'?: string;
|
|
673
|
+
'EstimatedArrivalDateTime'?: string;
|
|
674
|
+
'EstimatedDepartureDateTime'?: string;
|
|
675
|
+
'IsLayover'?: boolean;
|
|
676
|
+
'PhoneNumberForQuestions'?: string;
|
|
677
|
+
'TransporterDetails'?: string;
|
|
678
|
+
'TransporterFacilityLicenseNumber'?: string;
|
|
679
|
+
'VehicleLicensePlateNumber'?: string;
|
|
680
|
+
'VehicleMake'?: string;
|
|
681
|
+
'VehicleModel'?: string;
|
|
682
|
+
}
|
|
683
|
+
export interface TransfersCreatetemplatesoutgoingV2RequestItem {
|
|
684
|
+
'Destinations'?: TransfersCreatetemplatesoutgoingV2RequestItem_Destinations[];
|
|
685
|
+
'DriverLicenseNumber'?: string;
|
|
686
|
+
'DriverName'?: string;
|
|
687
|
+
'DriverOccupationalLicenseNumber'?: string;
|
|
688
|
+
'Name'?: string;
|
|
689
|
+
'PhoneNumberForQuestions'?: string;
|
|
690
|
+
'TransporterFacilityLicenseNumber'?: string;
|
|
691
|
+
'VehicleLicensePlateNumber'?: string;
|
|
692
|
+
'VehicleMake'?: string;
|
|
693
|
+
'VehicleModel'?: string;
|
|
694
|
+
}
|
|
695
|
+
export interface TransfersCreatetemplatesoutgoingV2RequestItem_Destinations {
|
|
696
|
+
'EstimatedArrivalDateTime'?: string;
|
|
697
|
+
'EstimatedDepartureDateTime'?: string;
|
|
698
|
+
'InvoiceNumber'?: string;
|
|
699
|
+
'Packages'?: TransfersCreatetemplatesoutgoingV2RequestItem_Destinations_Packages[];
|
|
700
|
+
'PlannedRoute'?: string;
|
|
701
|
+
'RecipientLicenseNumber'?: string;
|
|
702
|
+
'TransferTypeName'?: string;
|
|
703
|
+
'Transporters'?: TransfersCreatetemplatesoutgoingV2RequestItem_Destinations_Transporters[];
|
|
704
|
+
}
|
|
705
|
+
export interface TransfersCreatetemplatesoutgoingV2RequestItem_Destinations_Packages {
|
|
706
|
+
'GrossUnitOfWeightName'?: string;
|
|
707
|
+
'GrossWeight'?: number;
|
|
708
|
+
'PackageLabel'?: string;
|
|
709
|
+
'WholesalePrice'?: string;
|
|
710
|
+
}
|
|
711
|
+
export interface TransfersCreatetemplatesoutgoingV2RequestItem_Destinations_Transporters {
|
|
712
|
+
'DriverLayoverLeg'?: string;
|
|
713
|
+
'DriverLicenseNumber'?: string;
|
|
714
|
+
'DriverName'?: string;
|
|
715
|
+
'DriverOccupationalLicenseNumber'?: string;
|
|
716
|
+
'EstimatedArrivalDateTime'?: string;
|
|
717
|
+
'EstimatedDepartureDateTime'?: string;
|
|
718
|
+
'IsLayover'?: boolean;
|
|
719
|
+
'PhoneNumberForQuestions'?: string;
|
|
720
|
+
'TransporterDetails'?: TransfersCreatetemplatesoutgoingV2RequestItem_Destinations_Transporters_Transporterdetails[];
|
|
721
|
+
'TransporterFacilityLicenseNumber'?: string;
|
|
722
|
+
'VehicleLicensePlateNumber'?: string;
|
|
723
|
+
'VehicleMake'?: string;
|
|
724
|
+
'VehicleModel'?: string;
|
|
725
|
+
}
|
|
726
|
+
export interface TransfersCreatetemplatesoutgoingV2RequestItem_Destinations_Transporters_Transporterdetails {
|
|
727
|
+
'DriverLayoverLeg'?: string;
|
|
728
|
+
'DriverLicenseNumber'?: string;
|
|
729
|
+
'DriverName'?: string;
|
|
730
|
+
'DriverOccupationalLicenseNumber'?: string;
|
|
731
|
+
'VehicleLicensePlateNumber'?: string;
|
|
732
|
+
'VehicleMake'?: string;
|
|
733
|
+
'VehicleModel'?: string;
|
|
734
|
+
}
|
|
735
|
+
export interface TransfersUpdateexternalincomingV1RequestItem {
|
|
736
|
+
'Destinations'?: TransfersUpdateexternalincomingV1RequestItem_Destinations[];
|
|
737
|
+
'DriverLicenseNumber'?: string;
|
|
738
|
+
'DriverName'?: string;
|
|
739
|
+
'DriverOccupationalLicenseNumber'?: string;
|
|
740
|
+
'PhoneNumberForQuestions'?: string;
|
|
741
|
+
'ShipperAddress1'?: string;
|
|
742
|
+
'ShipperAddress2'?: string;
|
|
743
|
+
'ShipperAddressCity'?: string;
|
|
744
|
+
'ShipperAddressPostalCode'?: string;
|
|
745
|
+
'ShipperAddressState'?: string;
|
|
746
|
+
'ShipperLicenseNumber'?: string;
|
|
747
|
+
'ShipperMainPhoneNumber'?: string;
|
|
748
|
+
'ShipperName'?: string;
|
|
749
|
+
'TransferId'?: number;
|
|
750
|
+
'TransporterFacilityLicenseNumber'?: string;
|
|
751
|
+
'VehicleLicensePlateNumber'?: string;
|
|
752
|
+
'VehicleMake'?: string;
|
|
753
|
+
'VehicleModel'?: string;
|
|
754
|
+
}
|
|
755
|
+
export interface TransfersUpdateexternalincomingV1RequestItem_Destinations {
|
|
756
|
+
'EstimatedArrivalDateTime'?: string;
|
|
757
|
+
'EstimatedDepartureDateTime'?: string;
|
|
758
|
+
'GrossUnitOfWeightId'?: number;
|
|
759
|
+
'GrossWeight'?: number;
|
|
760
|
+
'InvoiceNumber'?: string;
|
|
761
|
+
'Packages'?: TransfersUpdateexternalincomingV1RequestItem_Destinations_Packages[];
|
|
762
|
+
'PlannedRoute'?: string;
|
|
763
|
+
'RecipientLicenseNumber'?: string;
|
|
764
|
+
'TransferDestinationId'?: number;
|
|
765
|
+
'TransferTypeName'?: string;
|
|
766
|
+
'Transporters'?: TransfersUpdateexternalincomingV1RequestItem_Destinations_Transporters[];
|
|
767
|
+
}
|
|
768
|
+
export interface TransfersUpdateexternalincomingV1RequestItem_Destinations_Packages {
|
|
769
|
+
'ExpirationDate'?: string;
|
|
770
|
+
'ExternalId'?: string;
|
|
771
|
+
'GrossUnitOfWeightName'?: string;
|
|
772
|
+
'GrossWeight'?: number;
|
|
773
|
+
'ItemName'?: string;
|
|
774
|
+
'PackagedDate'?: string;
|
|
775
|
+
'Quantity'?: number;
|
|
776
|
+
'SellByDate'?: string;
|
|
777
|
+
'UnitOfMeasureName'?: string;
|
|
778
|
+
'UseByDate'?: string;
|
|
779
|
+
'WholesalePrice'?: string;
|
|
780
|
+
}
|
|
781
|
+
export interface TransfersUpdateexternalincomingV1RequestItem_Destinations_Transporters {
|
|
782
|
+
'DriverLayoverLeg'?: string;
|
|
783
|
+
'DriverLicenseNumber'?: string;
|
|
784
|
+
'DriverName'?: string;
|
|
785
|
+
'DriverOccupationalLicenseNumber'?: string;
|
|
786
|
+
'EstimatedArrivalDateTime'?: string;
|
|
787
|
+
'EstimatedDepartureDateTime'?: string;
|
|
788
|
+
'IsLayover'?: boolean;
|
|
789
|
+
'PhoneNumberForQuestions'?: string;
|
|
790
|
+
'TransporterDetails'?: string;
|
|
791
|
+
'TransporterFacilityLicenseNumber'?: string;
|
|
792
|
+
'VehicleLicensePlateNumber'?: string;
|
|
793
|
+
'VehicleMake'?: string;
|
|
794
|
+
'VehicleModel'?: string;
|
|
795
|
+
}
|
|
796
|
+
export interface TransfersUpdateexternalincomingV2RequestItem {
|
|
797
|
+
'Destinations'?: TransfersUpdateexternalincomingV2RequestItem_Destinations[];
|
|
798
|
+
'DriverLicenseNumber'?: string;
|
|
799
|
+
'DriverName'?: string;
|
|
800
|
+
'DriverOccupationalLicenseNumber'?: string;
|
|
801
|
+
'PhoneNumberForQuestions'?: string;
|
|
802
|
+
'ShipperAddress1'?: string;
|
|
803
|
+
'ShipperAddress2'?: string;
|
|
804
|
+
'ShipperAddressCity'?: string;
|
|
805
|
+
'ShipperAddressPostalCode'?: string;
|
|
806
|
+
'ShipperAddressState'?: string;
|
|
807
|
+
'ShipperLicenseNumber'?: string;
|
|
808
|
+
'ShipperMainPhoneNumber'?: string;
|
|
809
|
+
'ShipperName'?: string;
|
|
810
|
+
'TransferId'?: number;
|
|
811
|
+
'TransporterFacilityLicenseNumber'?: string;
|
|
812
|
+
'VehicleLicensePlateNumber'?: string;
|
|
813
|
+
'VehicleMake'?: string;
|
|
814
|
+
'VehicleModel'?: string;
|
|
815
|
+
}
|
|
816
|
+
export interface TransfersUpdateexternalincomingV2RequestItem_Destinations {
|
|
817
|
+
'EstimatedArrivalDateTime'?: string;
|
|
818
|
+
'EstimatedDepartureDateTime'?: string;
|
|
819
|
+
'GrossUnitOfWeightId'?: number;
|
|
820
|
+
'GrossWeight'?: number;
|
|
821
|
+
'InvoiceNumber'?: string;
|
|
822
|
+
'Packages'?: TransfersUpdateexternalincomingV2RequestItem_Destinations_Packages[];
|
|
823
|
+
'PlannedRoute'?: string;
|
|
824
|
+
'RecipientLicenseNumber'?: string;
|
|
825
|
+
'TransferDestinationId'?: number;
|
|
826
|
+
'TransferTypeName'?: string;
|
|
827
|
+
'Transporters'?: TransfersUpdateexternalincomingV2RequestItem_Destinations_Transporters[];
|
|
828
|
+
}
|
|
829
|
+
export interface TransfersUpdateexternalincomingV2RequestItem_Destinations_Packages {
|
|
830
|
+
'ExpirationDate'?: string;
|
|
831
|
+
'ExternalId'?: string;
|
|
832
|
+
'GrossUnitOfWeightName'?: string;
|
|
833
|
+
'GrossWeight'?: number;
|
|
834
|
+
'ItemName'?: string;
|
|
835
|
+
'PackagedDate'?: string;
|
|
836
|
+
'Quantity'?: number;
|
|
837
|
+
'SellByDate'?: string;
|
|
838
|
+
'UnitOfMeasureName'?: string;
|
|
839
|
+
'UseByDate'?: string;
|
|
840
|
+
'WholesalePrice'?: string;
|
|
841
|
+
}
|
|
842
|
+
export interface TransfersUpdateexternalincomingV2RequestItem_Destinations_Transporters {
|
|
843
|
+
'DriverLayoverLeg'?: string;
|
|
844
|
+
'DriverLicenseNumber'?: string;
|
|
845
|
+
'DriverName'?: string;
|
|
846
|
+
'DriverOccupationalLicenseNumber'?: string;
|
|
847
|
+
'EstimatedArrivalDateTime'?: string;
|
|
848
|
+
'EstimatedDepartureDateTime'?: string;
|
|
849
|
+
'IsLayover'?: boolean;
|
|
850
|
+
'PhoneNumberForQuestions'?: string;
|
|
851
|
+
'TransporterDetails'?: TransfersUpdateexternalincomingV2RequestItem_Destinations_Transporters_Transporterdetails[];
|
|
852
|
+
'TransporterFacilityLicenseNumber'?: string;
|
|
853
|
+
'VehicleLicensePlateNumber'?: string;
|
|
854
|
+
'VehicleMake'?: string;
|
|
855
|
+
'VehicleModel'?: string;
|
|
856
|
+
}
|
|
857
|
+
export interface TransfersUpdateexternalincomingV2RequestItem_Destinations_Transporters_Transporterdetails {
|
|
858
|
+
'DriverLayoverLeg'?: string;
|
|
859
|
+
'DriverLicenseNumber'?: string;
|
|
860
|
+
'DriverName'?: string;
|
|
861
|
+
'DriverOccupationalLicenseNumber'?: string;
|
|
862
|
+
'VehicleLicensePlateNumber'?: string;
|
|
863
|
+
'VehicleMake'?: string;
|
|
864
|
+
'VehicleModel'?: string;
|
|
865
|
+
}
|
|
866
|
+
export interface TransfersUpdatetemplatesV1RequestItem {
|
|
867
|
+
'Destinations'?: TransfersUpdatetemplatesV1RequestItem_Destinations[];
|
|
868
|
+
'DriverLicenseNumber'?: string;
|
|
869
|
+
'DriverName'?: string;
|
|
870
|
+
'DriverOccupationalLicenseNumber'?: string;
|
|
871
|
+
'Name'?: string;
|
|
872
|
+
'PhoneNumberForQuestions'?: string;
|
|
873
|
+
'TransferTemplateId'?: number;
|
|
874
|
+
'TransporterFacilityLicenseNumber'?: string;
|
|
875
|
+
'VehicleLicensePlateNumber'?: string;
|
|
876
|
+
'VehicleMake'?: string;
|
|
877
|
+
'VehicleModel'?: string;
|
|
878
|
+
}
|
|
879
|
+
export interface TransfersUpdatetemplatesV1RequestItem_Destinations {
|
|
880
|
+
'EstimatedArrivalDateTime'?: string;
|
|
881
|
+
'EstimatedDepartureDateTime'?: string;
|
|
882
|
+
'InvoiceNumber'?: string;
|
|
883
|
+
'Packages'?: TransfersUpdatetemplatesV1RequestItem_Destinations_Packages[];
|
|
884
|
+
'PlannedRoute'?: string;
|
|
885
|
+
'RecipientLicenseNumber'?: string;
|
|
886
|
+
'TransferDestinationId'?: number;
|
|
887
|
+
'TransferTypeName'?: string;
|
|
888
|
+
'Transporters'?: TransfersUpdatetemplatesV1RequestItem_Destinations_Transporters[];
|
|
889
|
+
}
|
|
890
|
+
export interface TransfersUpdatetemplatesV1RequestItem_Destinations_Packages {
|
|
891
|
+
'GrossUnitOfWeightName'?: string;
|
|
892
|
+
'GrossWeight'?: number;
|
|
893
|
+
'PackageLabel'?: string;
|
|
894
|
+
'WholesalePrice'?: string;
|
|
895
|
+
}
|
|
896
|
+
export interface TransfersUpdatetemplatesV1RequestItem_Destinations_Transporters {
|
|
897
|
+
'DriverLayoverLeg'?: string;
|
|
898
|
+
'DriverLicenseNumber'?: string;
|
|
899
|
+
'DriverName'?: string;
|
|
900
|
+
'DriverOccupationalLicenseNumber'?: string;
|
|
901
|
+
'EstimatedArrivalDateTime'?: string;
|
|
902
|
+
'EstimatedDepartureDateTime'?: string;
|
|
903
|
+
'IsLayover'?: boolean;
|
|
904
|
+
'PhoneNumberForQuestions'?: string;
|
|
905
|
+
'TransporterDetails'?: string;
|
|
906
|
+
'TransporterFacilityLicenseNumber'?: string;
|
|
907
|
+
'VehicleLicensePlateNumber'?: string;
|
|
908
|
+
'VehicleMake'?: string;
|
|
909
|
+
'VehicleModel'?: string;
|
|
910
|
+
}
|
|
911
|
+
export interface TransfersUpdatetemplatesoutgoingV2RequestItem {
|
|
912
|
+
'Destinations'?: TransfersUpdatetemplatesoutgoingV2RequestItem_Destinations[];
|
|
913
|
+
'DriverLicenseNumber'?: string;
|
|
914
|
+
'DriverName'?: string;
|
|
915
|
+
'DriverOccupationalLicenseNumber'?: string;
|
|
916
|
+
'Name'?: string;
|
|
917
|
+
'PhoneNumberForQuestions'?: string;
|
|
918
|
+
'TransferTemplateId'?: number;
|
|
919
|
+
'TransporterFacilityLicenseNumber'?: string;
|
|
920
|
+
'VehicleLicensePlateNumber'?: string;
|
|
921
|
+
'VehicleMake'?: string;
|
|
922
|
+
'VehicleModel'?: string;
|
|
923
|
+
}
|
|
924
|
+
export interface TransfersUpdatetemplatesoutgoingV2RequestItem_Destinations {
|
|
925
|
+
'EstimatedArrivalDateTime'?: string;
|
|
926
|
+
'EstimatedDepartureDateTime'?: string;
|
|
927
|
+
'InvoiceNumber'?: string;
|
|
928
|
+
'Packages'?: TransfersUpdatetemplatesoutgoingV2RequestItem_Destinations_Packages[];
|
|
929
|
+
'PlannedRoute'?: string;
|
|
930
|
+
'RecipientLicenseNumber'?: string;
|
|
931
|
+
'TransferDestinationId'?: number;
|
|
932
|
+
'TransferTypeName'?: string;
|
|
933
|
+
'Transporters'?: TransfersUpdatetemplatesoutgoingV2RequestItem_Destinations_Transporters[];
|
|
934
|
+
}
|
|
935
|
+
export interface TransfersUpdatetemplatesoutgoingV2RequestItem_Destinations_Packages {
|
|
936
|
+
'GrossUnitOfWeightName'?: string;
|
|
937
|
+
'GrossWeight'?: number;
|
|
938
|
+
'PackageLabel'?: string;
|
|
939
|
+
'WholesalePrice'?: string;
|
|
940
|
+
}
|
|
941
|
+
export interface TransfersUpdatetemplatesoutgoingV2RequestItem_Destinations_Transporters {
|
|
942
|
+
'DriverLayoverLeg'?: string;
|
|
943
|
+
'DriverLicenseNumber'?: string;
|
|
944
|
+
'DriverName'?: string;
|
|
945
|
+
'DriverOccupationalLicenseNumber'?: string;
|
|
946
|
+
'EstimatedArrivalDateTime'?: string;
|
|
947
|
+
'EstimatedDepartureDateTime'?: string;
|
|
948
|
+
'IsLayover'?: boolean;
|
|
949
|
+
'PhoneNumberForQuestions'?: string;
|
|
950
|
+
'TransporterDetails'?: TransfersUpdatetemplatesoutgoingV2RequestItem_Destinations_Transporters_Transporterdetails[];
|
|
951
|
+
'TransporterFacilityLicenseNumber'?: string;
|
|
952
|
+
'VehicleLicensePlateNumber'?: string;
|
|
953
|
+
'VehicleMake'?: string;
|
|
954
|
+
'VehicleModel'?: string;
|
|
955
|
+
}
|
|
956
|
+
export interface TransfersUpdatetemplatesoutgoingV2RequestItem_Destinations_Transporters_Transporterdetails {
|
|
957
|
+
'DriverLayoverLeg'?: string;
|
|
958
|
+
'DriverLicenseNumber'?: string;
|
|
959
|
+
'DriverName'?: string;
|
|
960
|
+
'DriverOccupationalLicenseNumber'?: string;
|
|
961
|
+
'VehicleLicensePlateNumber'?: string;
|
|
962
|
+
'VehicleMake'?: string;
|
|
963
|
+
'VehicleModel'?: string;
|
|
964
|
+
}
|
|
965
|
+
export interface HarvestsCreatefinishV1RequestItem {
|
|
966
|
+
'ActualDate'?: string;
|
|
967
|
+
'Id'?: number;
|
|
968
|
+
}
|
|
969
|
+
export interface HarvestsCreatepackageV1RequestItem {
|
|
970
|
+
'ActualDate'?: string;
|
|
971
|
+
'DecontaminateProduct'?: boolean;
|
|
972
|
+
'DecontaminationDate'?: string;
|
|
973
|
+
'DecontaminationSteps'?: string;
|
|
974
|
+
'ExpirationDate'?: string;
|
|
975
|
+
'Ingredients'?: HarvestsCreatepackageV1RequestItem_Ingredients[];
|
|
976
|
+
'IsDonation'?: boolean;
|
|
977
|
+
'IsProductionBatch'?: boolean;
|
|
978
|
+
'IsTradeSample'?: boolean;
|
|
979
|
+
'Item'?: string;
|
|
980
|
+
'LabTestStageId'?: number;
|
|
981
|
+
'Location'?: string;
|
|
982
|
+
'Note'?: string;
|
|
983
|
+
'PatientLicenseNumber'?: string;
|
|
984
|
+
'ProcessingJobTypeId'?: number;
|
|
985
|
+
'ProductRequiresDecontamination'?: boolean;
|
|
986
|
+
'ProductRequiresRemediation'?: boolean;
|
|
987
|
+
'ProductionBatchNumber'?: string;
|
|
988
|
+
'RemediateProduct'?: boolean;
|
|
989
|
+
'RemediationDate'?: string;
|
|
990
|
+
'RemediationMethodId'?: number;
|
|
991
|
+
'RemediationSteps'?: string;
|
|
992
|
+
'RequiredLabTestBatches'?: any[];
|
|
993
|
+
'SellByDate'?: string;
|
|
994
|
+
'Sublocation'?: string;
|
|
995
|
+
'Tag'?: string;
|
|
996
|
+
'UnitOfWeight'?: string;
|
|
997
|
+
'UseByDate'?: string;
|
|
998
|
+
}
|
|
999
|
+
export interface HarvestsCreatepackageV1RequestItem_Ingredients {
|
|
1000
|
+
'HarvestId'?: number;
|
|
1001
|
+
'HarvestName'?: string;
|
|
1002
|
+
'UnitOfWeight'?: string;
|
|
1003
|
+
'Weight'?: number;
|
|
1004
|
+
}
|
|
1005
|
+
export interface HarvestsCreatepackageV2RequestItem {
|
|
1006
|
+
'ActualDate'?: string;
|
|
1007
|
+
'DecontaminateProduct'?: boolean;
|
|
1008
|
+
'DecontaminationDate'?: string;
|
|
1009
|
+
'DecontaminationSteps'?: string;
|
|
1010
|
+
'ExpirationDate'?: string;
|
|
1011
|
+
'Ingredients'?: HarvestsCreatepackageV2RequestItem_Ingredients[];
|
|
1012
|
+
'IsDonation'?: boolean;
|
|
1013
|
+
'IsProductionBatch'?: boolean;
|
|
1014
|
+
'IsTradeSample'?: boolean;
|
|
1015
|
+
'Item'?: string;
|
|
1016
|
+
'LabTestStageId'?: number;
|
|
1017
|
+
'Location'?: string;
|
|
1018
|
+
'Note'?: string;
|
|
1019
|
+
'PatientLicenseNumber'?: string;
|
|
1020
|
+
'ProcessingJobTypeId'?: number;
|
|
1021
|
+
'ProductRequiresDecontamination'?: boolean;
|
|
1022
|
+
'ProductRequiresRemediation'?: boolean;
|
|
1023
|
+
'ProductionBatchNumber'?: string;
|
|
1024
|
+
'RemediateProduct'?: boolean;
|
|
1025
|
+
'RemediationDate'?: string;
|
|
1026
|
+
'RemediationMethodId'?: number;
|
|
1027
|
+
'RemediationSteps'?: string;
|
|
1028
|
+
'RequiredLabTestBatches'?: any[];
|
|
1029
|
+
'SellByDate'?: string;
|
|
1030
|
+
'Sublocation'?: string;
|
|
1031
|
+
'Tag'?: string;
|
|
1032
|
+
'UnitOfWeight'?: string;
|
|
1033
|
+
'UseByDate'?: string;
|
|
1034
|
+
}
|
|
1035
|
+
export interface HarvestsCreatepackageV2RequestItem_Ingredients {
|
|
1036
|
+
'HarvestId'?: number;
|
|
1037
|
+
'HarvestName'?: string;
|
|
1038
|
+
'UnitOfWeight'?: string;
|
|
1039
|
+
'Weight'?: number;
|
|
1040
|
+
}
|
|
1041
|
+
export interface HarvestsCreatepackagetestingV1RequestItem {
|
|
1042
|
+
'ActualDate'?: string;
|
|
1043
|
+
'DecontaminateProduct'?: boolean;
|
|
1044
|
+
'DecontaminationDate'?: string;
|
|
1045
|
+
'DecontaminationSteps'?: string;
|
|
1046
|
+
'ExpirationDate'?: string;
|
|
1047
|
+
'Ingredients'?: HarvestsCreatepackagetestingV1RequestItem_Ingredients[];
|
|
1048
|
+
'IsDonation'?: boolean;
|
|
1049
|
+
'IsProductionBatch'?: boolean;
|
|
1050
|
+
'IsTradeSample'?: boolean;
|
|
1051
|
+
'Item'?: string;
|
|
1052
|
+
'LabTestStageId'?: number;
|
|
1053
|
+
'Location'?: string;
|
|
1054
|
+
'Note'?: string;
|
|
1055
|
+
'PatientLicenseNumber'?: string;
|
|
1056
|
+
'ProcessingJobTypeId'?: number;
|
|
1057
|
+
'ProductRequiresDecontamination'?: boolean;
|
|
1058
|
+
'ProductRequiresRemediation'?: boolean;
|
|
1059
|
+
'ProductionBatchNumber'?: string;
|
|
1060
|
+
'RemediateProduct'?: boolean;
|
|
1061
|
+
'RemediationDate'?: string;
|
|
1062
|
+
'RemediationMethodId'?: number;
|
|
1063
|
+
'RemediationSteps'?: string;
|
|
1064
|
+
'RequiredLabTestBatches'?: any[];
|
|
1065
|
+
'SellByDate'?: string;
|
|
1066
|
+
'Sublocation'?: string;
|
|
1067
|
+
'Tag'?: string;
|
|
1068
|
+
'UnitOfWeight'?: string;
|
|
1069
|
+
'UseByDate'?: string;
|
|
1070
|
+
}
|
|
1071
|
+
export interface HarvestsCreatepackagetestingV1RequestItem_Ingredients {
|
|
1072
|
+
'HarvestId'?: number;
|
|
1073
|
+
'HarvestName'?: string;
|
|
1074
|
+
'UnitOfWeight'?: string;
|
|
1075
|
+
'Weight'?: number;
|
|
1076
|
+
}
|
|
1077
|
+
export interface HarvestsCreatepackagetestingV2RequestItem {
|
|
1078
|
+
'ActualDate'?: string;
|
|
1079
|
+
'DecontaminateProduct'?: boolean;
|
|
1080
|
+
'DecontaminationDate'?: string;
|
|
1081
|
+
'DecontaminationSteps'?: string;
|
|
1082
|
+
'ExpirationDate'?: string;
|
|
1083
|
+
'Ingredients'?: HarvestsCreatepackagetestingV2RequestItem_Ingredients[];
|
|
1084
|
+
'IsDonation'?: boolean;
|
|
1085
|
+
'IsProductionBatch'?: boolean;
|
|
1086
|
+
'IsTradeSample'?: boolean;
|
|
1087
|
+
'Item'?: string;
|
|
1088
|
+
'LabTestStageId'?: number;
|
|
1089
|
+
'Location'?: string;
|
|
1090
|
+
'Note'?: string;
|
|
1091
|
+
'PatientLicenseNumber'?: string;
|
|
1092
|
+
'ProcessingJobTypeId'?: number;
|
|
1093
|
+
'ProductRequiresDecontamination'?: boolean;
|
|
1094
|
+
'ProductRequiresRemediation'?: boolean;
|
|
1095
|
+
'ProductionBatchNumber'?: string;
|
|
1096
|
+
'RemediateProduct'?: boolean;
|
|
1097
|
+
'RemediationDate'?: string;
|
|
1098
|
+
'RemediationMethodId'?: number;
|
|
1099
|
+
'RemediationSteps'?: string;
|
|
1100
|
+
'RequiredLabTestBatches'?: any[];
|
|
1101
|
+
'SellByDate'?: string;
|
|
1102
|
+
'Sublocation'?: string;
|
|
1103
|
+
'Tag'?: string;
|
|
1104
|
+
'UnitOfWeight'?: string;
|
|
1105
|
+
'UseByDate'?: string;
|
|
1106
|
+
}
|
|
1107
|
+
export interface HarvestsCreatepackagetestingV2RequestItem_Ingredients {
|
|
1108
|
+
'HarvestId'?: number;
|
|
1109
|
+
'HarvestName'?: string;
|
|
1110
|
+
'UnitOfWeight'?: string;
|
|
1111
|
+
'Weight'?: number;
|
|
1112
|
+
}
|
|
1113
|
+
export interface HarvestsCreateremovewasteV1RequestItem {
|
|
1114
|
+
'ActualDate'?: string;
|
|
1115
|
+
'Id'?: number;
|
|
1116
|
+
'UnitOfWeight'?: string;
|
|
1117
|
+
'WasteType'?: string;
|
|
1118
|
+
'WasteWeight'?: number;
|
|
1119
|
+
}
|
|
1120
|
+
export interface HarvestsCreateunfinishV1RequestItem {
|
|
1121
|
+
'Id'?: number;
|
|
1122
|
+
}
|
|
1123
|
+
export interface HarvestsCreatewasteV2RequestItem {
|
|
1124
|
+
'ActualDate'?: string;
|
|
1125
|
+
'Id'?: number;
|
|
1126
|
+
'UnitOfWeight'?: string;
|
|
1127
|
+
'WasteType'?: string;
|
|
1128
|
+
'WasteWeight'?: number;
|
|
1129
|
+
}
|
|
1130
|
+
export interface HarvestsUpdatefinishV2RequestItem {
|
|
1131
|
+
'ActualDate'?: string;
|
|
1132
|
+
'Id'?: number;
|
|
1133
|
+
}
|
|
1134
|
+
export interface HarvestsUpdatelocationV2RequestItem {
|
|
1135
|
+
'ActualDate'?: string;
|
|
1136
|
+
'DryingLocation'?: string;
|
|
1137
|
+
'DryingSublocation'?: string;
|
|
1138
|
+
'HarvestName'?: string;
|
|
1139
|
+
'Id'?: number;
|
|
1140
|
+
}
|
|
1141
|
+
export interface HarvestsUpdatemoveV1RequestItem {
|
|
1142
|
+
'ActualDate'?: string;
|
|
1143
|
+
'DryingLocation'?: string;
|
|
1144
|
+
'DryingSublocation'?: string;
|
|
1145
|
+
'HarvestName'?: string;
|
|
1146
|
+
'Id'?: number;
|
|
1147
|
+
}
|
|
1148
|
+
export interface HarvestsUpdaterenameV1RequestItem {
|
|
1149
|
+
'Id'?: number;
|
|
1150
|
+
'NewName'?: string;
|
|
1151
|
+
'OldName'?: string;
|
|
1152
|
+
}
|
|
1153
|
+
export interface HarvestsUpdaterenameV2RequestItem {
|
|
1154
|
+
'Id'?: number;
|
|
1155
|
+
'NewName'?: string;
|
|
1156
|
+
'OldName'?: string;
|
|
1157
|
+
}
|
|
1158
|
+
export interface HarvestsUpdaterestoreharvestedplantsV2RequestItem {
|
|
1159
|
+
'HarvestId'?: number;
|
|
1160
|
+
'PlantTags'?: string[];
|
|
1161
|
+
}
|
|
1162
|
+
export interface HarvestsUpdateunfinishV2RequestItem {
|
|
1163
|
+
'Id'?: number;
|
|
1164
|
+
}
|
|
1165
|
+
export interface ItemsCreateV1RequestItem {
|
|
1166
|
+
'AdministrationMethod'?: string;
|
|
1167
|
+
'Allergens'?: string;
|
|
1168
|
+
'Description'?: string;
|
|
1169
|
+
'GlobalProductName'?: string;
|
|
1170
|
+
'ItemBrand'?: string;
|
|
1171
|
+
'ItemCategory'?: string;
|
|
1172
|
+
'ItemIngredients'?: string;
|
|
1173
|
+
'LabelImageFileSystemIds'?: string;
|
|
1174
|
+
'LabelPhotoDescription'?: string;
|
|
1175
|
+
'Name'?: string;
|
|
1176
|
+
'NumberOfDoses'?: string;
|
|
1177
|
+
'PackagingImageFileSystemIds'?: string;
|
|
1178
|
+
'PackagingPhotoDescription'?: string;
|
|
1179
|
+
'ProcessingJobCategoryName'?: string;
|
|
1180
|
+
'ProcessingJobTypeName'?: string;
|
|
1181
|
+
'ProductImageFileSystemIds'?: string;
|
|
1182
|
+
'ProductPDFFileSystemIds'?: string;
|
|
1183
|
+
'ProductPhotoDescription'?: string;
|
|
1184
|
+
'PublicIngredients'?: string;
|
|
1185
|
+
'ServingSize'?: string;
|
|
1186
|
+
'Strain'?: string;
|
|
1187
|
+
'SupplyDurationDays'?: number;
|
|
1188
|
+
'UnitCbdAContent'?: number;
|
|
1189
|
+
'UnitCbdAContentDose'?: number;
|
|
1190
|
+
'UnitCbdAContentDoseUnitOfMeasure'?: string;
|
|
1191
|
+
'UnitCbdAContentUnitOfMeasure'?: string;
|
|
1192
|
+
'UnitCbdAPercent'?: number;
|
|
1193
|
+
'UnitCbdContent'?: number;
|
|
1194
|
+
'UnitCbdContentDose'?: number;
|
|
1195
|
+
'UnitCbdContentDoseUnitOfMeasure'?: string;
|
|
1196
|
+
'UnitCbdContentUnitOfMeasure'?: string;
|
|
1197
|
+
'UnitCbdPercent'?: number;
|
|
1198
|
+
'UnitOfMeasure'?: string;
|
|
1199
|
+
'UnitThcAContent'?: number;
|
|
1200
|
+
'UnitThcAContentDose'?: number;
|
|
1201
|
+
'UnitThcAContentDoseUnitOfMeasure'?: string;
|
|
1202
|
+
'UnitThcAContentUnitOfMeasure'?: string;
|
|
1203
|
+
'UnitThcAPercent'?: number;
|
|
1204
|
+
'UnitThcContent'?: number;
|
|
1205
|
+
'UnitThcContentDose'?: number;
|
|
1206
|
+
'UnitThcContentDoseUnitOfMeasure'?: string;
|
|
1207
|
+
'UnitThcContentUnitOfMeasure'?: string;
|
|
1208
|
+
'UnitThcPercent'?: number;
|
|
1209
|
+
'UnitVolume'?: number;
|
|
1210
|
+
'UnitVolumeUnitOfMeasure'?: string;
|
|
1211
|
+
'UnitWeight'?: number;
|
|
1212
|
+
'UnitWeightUnitOfMeasure'?: string;
|
|
1213
|
+
}
|
|
1214
|
+
export interface ItemsCreateV2RequestItem {
|
|
1215
|
+
'AdministrationMethod'?: string;
|
|
1216
|
+
'Allergens'?: string;
|
|
1217
|
+
'Description'?: string;
|
|
1218
|
+
'GlobalProductName'?: string;
|
|
1219
|
+
'ItemBrand'?: string;
|
|
1220
|
+
'ItemCategory'?: string;
|
|
1221
|
+
'ItemIngredients'?: string;
|
|
1222
|
+
'LabelImageFileSystemIds'?: string;
|
|
1223
|
+
'LabelPhotoDescription'?: string;
|
|
1224
|
+
'Name'?: string;
|
|
1225
|
+
'NumberOfDoses'?: string;
|
|
1226
|
+
'PackagingImageFileSystemIds'?: string;
|
|
1227
|
+
'PackagingPhotoDescription'?: string;
|
|
1228
|
+
'ProcessingJobCategoryName'?: string;
|
|
1229
|
+
'ProcessingJobTypeName'?: string;
|
|
1230
|
+
'ProductImageFileSystemIds'?: string;
|
|
1231
|
+
'ProductPDFFileSystemIds'?: string;
|
|
1232
|
+
'ProductPhotoDescription'?: string;
|
|
1233
|
+
'PublicIngredients'?: string;
|
|
1234
|
+
'ServingSize'?: string;
|
|
1235
|
+
'Strain'?: string;
|
|
1236
|
+
'SupplyDurationDays'?: number;
|
|
1237
|
+
'UnitCbdAContent'?: number;
|
|
1238
|
+
'UnitCbdAContentDose'?: number;
|
|
1239
|
+
'UnitCbdAContentDoseUnitOfMeasure'?: string;
|
|
1240
|
+
'UnitCbdAContentUnitOfMeasure'?: string;
|
|
1241
|
+
'UnitCbdAPercent'?: number;
|
|
1242
|
+
'UnitCbdContent'?: number;
|
|
1243
|
+
'UnitCbdContentDose'?: number;
|
|
1244
|
+
'UnitCbdContentDoseUnitOfMeasure'?: string;
|
|
1245
|
+
'UnitCbdContentUnitOfMeasure'?: string;
|
|
1246
|
+
'UnitCbdPercent'?: number;
|
|
1247
|
+
'UnitOfMeasure'?: string;
|
|
1248
|
+
'UnitThcAContent'?: number;
|
|
1249
|
+
'UnitThcAContentDose'?: number;
|
|
1250
|
+
'UnitThcAContentDoseUnitOfMeasure'?: string;
|
|
1251
|
+
'UnitThcAContentUnitOfMeasure'?: string;
|
|
1252
|
+
'UnitThcAPercent'?: number;
|
|
1253
|
+
'UnitThcContent'?: number;
|
|
1254
|
+
'UnitThcContentDose'?: number;
|
|
1255
|
+
'UnitThcContentDoseUnitOfMeasure'?: string;
|
|
1256
|
+
'UnitThcContentUnitOfMeasure'?: string;
|
|
1257
|
+
'UnitThcPercent'?: number;
|
|
1258
|
+
'UnitVolume'?: number;
|
|
1259
|
+
'UnitVolumeUnitOfMeasure'?: string;
|
|
1260
|
+
'UnitWeight'?: number;
|
|
1261
|
+
'UnitWeightUnitOfMeasure'?: string;
|
|
1262
|
+
}
|
|
1263
|
+
export interface ItemsCreatebrandV2RequestItem {
|
|
1264
|
+
'Name'?: string;
|
|
1265
|
+
}
|
|
1266
|
+
export interface ItemsCreatefileV2RequestItem {
|
|
1267
|
+
'EncodedImageBase64'?: string;
|
|
1268
|
+
'FileName'?: string;
|
|
1269
|
+
}
|
|
1270
|
+
export interface ItemsCreatephotoV1RequestItem {
|
|
1271
|
+
'EncodedImageBase64'?: string;
|
|
1272
|
+
'FileName'?: string;
|
|
1273
|
+
}
|
|
1274
|
+
export interface ItemsCreatephotoV2RequestItem {
|
|
1275
|
+
'EncodedImageBase64'?: string;
|
|
1276
|
+
'FileName'?: string;
|
|
1277
|
+
}
|
|
1278
|
+
export interface ItemsCreateupdateV1RequestItem {
|
|
1279
|
+
'AdministrationMethod'?: string;
|
|
1280
|
+
'Allergens'?: string;
|
|
1281
|
+
'Description'?: string;
|
|
1282
|
+
'GlobalProductName'?: string;
|
|
1283
|
+
'Id'?: number;
|
|
1284
|
+
'ItemBrand'?: string;
|
|
1285
|
+
'ItemCategory'?: string;
|
|
1286
|
+
'ItemIngredients'?: string;
|
|
1287
|
+
'LabelImageFileSystemIds'?: string;
|
|
1288
|
+
'LabelPhotoDescription'?: string;
|
|
1289
|
+
'Name'?: string;
|
|
1290
|
+
'NumberOfDoses'?: string;
|
|
1291
|
+
'PackagingImageFileSystemIds'?: string;
|
|
1292
|
+
'PackagingPhotoDescription'?: string;
|
|
1293
|
+
'ProcessingJobCategoryName'?: string;
|
|
1294
|
+
'ProcessingJobTypeName'?: string;
|
|
1295
|
+
'ProductImageFileSystemIds'?: string;
|
|
1296
|
+
'ProductPDFFileSystemIds'?: string;
|
|
1297
|
+
'ProductPhotoDescription'?: string;
|
|
1298
|
+
'PublicIngredients'?: string;
|
|
1299
|
+
'ServingSize'?: string;
|
|
1300
|
+
'Strain'?: string;
|
|
1301
|
+
'SupplyDurationDays'?: number;
|
|
1302
|
+
'UnitCbdAContent'?: number;
|
|
1303
|
+
'UnitCbdAContentDose'?: number;
|
|
1304
|
+
'UnitCbdAContentDoseUnitOfMeasure'?: string;
|
|
1305
|
+
'UnitCbdAContentUnitOfMeasure'?: string;
|
|
1306
|
+
'UnitCbdAPercent'?: number;
|
|
1307
|
+
'UnitCbdContent'?: number;
|
|
1308
|
+
'UnitCbdContentDose'?: number;
|
|
1309
|
+
'UnitCbdContentDoseUnitOfMeasure'?: string;
|
|
1310
|
+
'UnitCbdContentUnitOfMeasure'?: string;
|
|
1311
|
+
'UnitCbdPercent'?: number;
|
|
1312
|
+
'UnitOfMeasure'?: string;
|
|
1313
|
+
'UnitThcAContent'?: number;
|
|
1314
|
+
'UnitThcAContentDose'?: number;
|
|
1315
|
+
'UnitThcAContentDoseUnitOfMeasure'?: string;
|
|
1316
|
+
'UnitThcAContentUnitOfMeasure'?: string;
|
|
1317
|
+
'UnitThcAPercent'?: number;
|
|
1318
|
+
'UnitThcContent'?: number;
|
|
1319
|
+
'UnitThcContentDose'?: number;
|
|
1320
|
+
'UnitThcContentDoseUnitOfMeasure'?: string;
|
|
1321
|
+
'UnitThcContentUnitOfMeasure'?: string;
|
|
1322
|
+
'UnitThcPercent'?: number;
|
|
1323
|
+
'UnitVolume'?: number;
|
|
1324
|
+
'UnitVolumeUnitOfMeasure'?: string;
|
|
1325
|
+
'UnitWeight'?: number;
|
|
1326
|
+
'UnitWeightUnitOfMeasure'?: string;
|
|
1327
|
+
}
|
|
1328
|
+
export interface ItemsUpdateV2RequestItem {
|
|
1329
|
+
'AdministrationMethod'?: string;
|
|
1330
|
+
'Allergens'?: string;
|
|
1331
|
+
'Description'?: string;
|
|
1332
|
+
'GlobalProductName'?: string;
|
|
1333
|
+
'Id'?: number;
|
|
1334
|
+
'ItemBrand'?: string;
|
|
1335
|
+
'ItemCategory'?: string;
|
|
1336
|
+
'ItemIngredients'?: string;
|
|
1337
|
+
'LabelImageFileSystemIds'?: string;
|
|
1338
|
+
'LabelPhotoDescription'?: string;
|
|
1339
|
+
'Name'?: string;
|
|
1340
|
+
'NumberOfDoses'?: string;
|
|
1341
|
+
'PackagingImageFileSystemIds'?: string;
|
|
1342
|
+
'PackagingPhotoDescription'?: string;
|
|
1343
|
+
'ProcessingJobCategoryName'?: string;
|
|
1344
|
+
'ProcessingJobTypeName'?: string;
|
|
1345
|
+
'ProductImageFileSystemIds'?: string;
|
|
1346
|
+
'ProductPDFFileSystemIds'?: string;
|
|
1347
|
+
'ProductPhotoDescription'?: string;
|
|
1348
|
+
'PublicIngredients'?: string;
|
|
1349
|
+
'ServingSize'?: string;
|
|
1350
|
+
'Strain'?: string;
|
|
1351
|
+
'SupplyDurationDays'?: number;
|
|
1352
|
+
'UnitCbdAContent'?: number;
|
|
1353
|
+
'UnitCbdAContentDose'?: number;
|
|
1354
|
+
'UnitCbdAContentDoseUnitOfMeasure'?: string;
|
|
1355
|
+
'UnitCbdAContentUnitOfMeasure'?: string;
|
|
1356
|
+
'UnitCbdAPercent'?: number;
|
|
1357
|
+
'UnitCbdContent'?: number;
|
|
1358
|
+
'UnitCbdContentDose'?: number;
|
|
1359
|
+
'UnitCbdContentDoseUnitOfMeasure'?: string;
|
|
1360
|
+
'UnitCbdContentUnitOfMeasure'?: string;
|
|
1361
|
+
'UnitCbdPercent'?: number;
|
|
1362
|
+
'UnitOfMeasure'?: string;
|
|
1363
|
+
'UnitThcAContent'?: number;
|
|
1364
|
+
'UnitThcAContentDose'?: number;
|
|
1365
|
+
'UnitThcAContentDoseUnitOfMeasure'?: string;
|
|
1366
|
+
'UnitThcAContentUnitOfMeasure'?: string;
|
|
1367
|
+
'UnitThcAPercent'?: number;
|
|
1368
|
+
'UnitThcContent'?: number;
|
|
1369
|
+
'UnitThcContentDose'?: number;
|
|
1370
|
+
'UnitThcContentDoseUnitOfMeasure'?: string;
|
|
1371
|
+
'UnitThcContentUnitOfMeasure'?: string;
|
|
1372
|
+
'UnitThcPercent'?: number;
|
|
1373
|
+
'UnitVolume'?: number;
|
|
1374
|
+
'UnitVolumeUnitOfMeasure'?: string;
|
|
1375
|
+
'UnitWeight'?: number;
|
|
1376
|
+
'UnitWeightUnitOfMeasure'?: string;
|
|
1377
|
+
}
|
|
1378
|
+
export interface ItemsUpdatebrandV2RequestItem {
|
|
1379
|
+
'Id'?: number;
|
|
1380
|
+
'Name'?: string;
|
|
1381
|
+
}
|
|
1382
|
+
export interface LabtestsCreaterecordV1RequestItem {
|
|
1383
|
+
'DocumentFileBase64'?: string;
|
|
1384
|
+
'DocumentFileName'?: string;
|
|
1385
|
+
'Label'?: string;
|
|
1386
|
+
'ResultDate'?: string;
|
|
1387
|
+
'Results'?: LabtestsCreaterecordV1RequestItem_Results[];
|
|
1388
|
+
}
|
|
1389
|
+
export interface LabtestsCreaterecordV1RequestItem_Results {
|
|
1390
|
+
'LabTestTypeName'?: string;
|
|
1391
|
+
'Notes'?: string;
|
|
1392
|
+
'Passed'?: boolean;
|
|
1393
|
+
'Quantity'?: number;
|
|
1394
|
+
}
|
|
1395
|
+
export interface LabtestsCreaterecordV2RequestItem {
|
|
1396
|
+
'DocumentFileBase64'?: string;
|
|
1397
|
+
'DocumentFileName'?: string;
|
|
1398
|
+
'Label'?: string;
|
|
1399
|
+
'ResultDate'?: string;
|
|
1400
|
+
'Results'?: LabtestsCreaterecordV2RequestItem_Results[];
|
|
1401
|
+
}
|
|
1402
|
+
export interface LabtestsCreaterecordV2RequestItem_Results {
|
|
1403
|
+
'LabTestTypeName'?: string;
|
|
1404
|
+
'Notes'?: string;
|
|
1405
|
+
'Passed'?: boolean;
|
|
1406
|
+
'Quantity'?: number;
|
|
1407
|
+
}
|
|
1408
|
+
export interface LabtestsUpdatelabtestdocumentV1RequestItem {
|
|
1409
|
+
'DocumentFileBase64'?: string;
|
|
1410
|
+
'DocumentFileName'?: string;
|
|
1411
|
+
'LabTestResultId'?: number;
|
|
1412
|
+
}
|
|
1413
|
+
export interface LabtestsUpdatelabtestdocumentV2RequestItem {
|
|
1414
|
+
'DocumentFileBase64'?: string;
|
|
1415
|
+
'DocumentFileName'?: string;
|
|
1416
|
+
'LabTestResultId'?: number;
|
|
1417
|
+
}
|
|
1418
|
+
export interface LabtestsUpdateresultreleaseV1RequestItem {
|
|
1419
|
+
'PackageLabel'?: string;
|
|
1420
|
+
}
|
|
1421
|
+
export interface LabtestsUpdateresultreleaseV2RequestItem {
|
|
1422
|
+
'PackageLabel'?: string;
|
|
1423
|
+
}
|
|
1424
|
+
export interface LocationsCreateV1RequestItem {
|
|
1425
|
+
'LocationTypeName'?: string;
|
|
1426
|
+
'Name'?: string;
|
|
1427
|
+
}
|
|
1428
|
+
export interface LocationsCreateV2RequestItem {
|
|
1429
|
+
'LocationTypeName'?: string;
|
|
1430
|
+
'Name'?: string;
|
|
1431
|
+
}
|
|
1432
|
+
export interface LocationsCreateupdateV1RequestItem {
|
|
1433
|
+
'Id'?: number;
|
|
1434
|
+
'LocationTypeName'?: string;
|
|
1435
|
+
'Name'?: string;
|
|
1436
|
+
}
|
|
1437
|
+
export interface LocationsUpdateV2RequestItem {
|
|
1438
|
+
'Id'?: number;
|
|
1439
|
+
'LocationTypeName'?: string;
|
|
1440
|
+
'Name'?: string;
|
|
1441
|
+
}
|
|
1442
|
+
export interface PackagesCreateV1RequestItem {
|
|
1443
|
+
'ActualDate'?: string;
|
|
1444
|
+
'ExpirationDate'?: string;
|
|
1445
|
+
'Ingredients'?: PackagesCreateV1RequestItem_Ingredients[];
|
|
1446
|
+
'IsDonation'?: boolean;
|
|
1447
|
+
'IsProductionBatch'?: boolean;
|
|
1448
|
+
'IsTradeSample'?: boolean;
|
|
1449
|
+
'Item'?: string;
|
|
1450
|
+
'LabTestStageId'?: number;
|
|
1451
|
+
'Location'?: string;
|
|
1452
|
+
'Note'?: string;
|
|
1453
|
+
'PatientLicenseNumber'?: string;
|
|
1454
|
+
'ProcessingJobTypeId'?: number;
|
|
1455
|
+
'ProductRequiresRemediation'?: boolean;
|
|
1456
|
+
'ProductionBatchNumber'?: string;
|
|
1457
|
+
'Quantity'?: number;
|
|
1458
|
+
'RequiredLabTestBatches'?: boolean;
|
|
1459
|
+
'SellByDate'?: string;
|
|
1460
|
+
'Sublocation'?: string;
|
|
1461
|
+
'Tag'?: string;
|
|
1462
|
+
'UnitOfMeasure'?: string;
|
|
1463
|
+
'UseByDate'?: string;
|
|
1464
|
+
'UseSameItem'?: boolean;
|
|
1465
|
+
}
|
|
1466
|
+
export interface PackagesCreateV1RequestItem_Ingredients {
|
|
1467
|
+
'Package'?: string;
|
|
1468
|
+
'Quantity'?: number;
|
|
1469
|
+
'UnitOfMeasure'?: string;
|
|
1470
|
+
}
|
|
1471
|
+
export interface PackagesCreateV2RequestItem {
|
|
1472
|
+
'ActualDate'?: string;
|
|
1473
|
+
'ExpirationDate'?: string;
|
|
1474
|
+
'Ingredients'?: PackagesCreateV2RequestItem_Ingredients[];
|
|
1475
|
+
'IsDonation'?: boolean;
|
|
1476
|
+
'IsProductionBatch'?: boolean;
|
|
1477
|
+
'IsTradeSample'?: boolean;
|
|
1478
|
+
'Item'?: string;
|
|
1479
|
+
'LabTestStageId'?: number;
|
|
1480
|
+
'Location'?: string;
|
|
1481
|
+
'Note'?: string;
|
|
1482
|
+
'PatientLicenseNumber'?: string;
|
|
1483
|
+
'ProcessingJobTypeId'?: number;
|
|
1484
|
+
'ProductRequiresRemediation'?: boolean;
|
|
1485
|
+
'ProductionBatchNumber'?: string;
|
|
1486
|
+
'Quantity'?: number;
|
|
1487
|
+
'RequiredLabTestBatches'?: boolean;
|
|
1488
|
+
'SellByDate'?: string;
|
|
1489
|
+
'Sublocation'?: string;
|
|
1490
|
+
'Tag'?: string;
|
|
1491
|
+
'UnitOfMeasure'?: string;
|
|
1492
|
+
'UseByDate'?: string;
|
|
1493
|
+
'UseSameItem'?: boolean;
|
|
1494
|
+
}
|
|
1495
|
+
export interface PackagesCreateV2RequestItem_Ingredients {
|
|
1496
|
+
'Package'?: string;
|
|
1497
|
+
'Quantity'?: number;
|
|
1498
|
+
'UnitOfMeasure'?: string;
|
|
1499
|
+
}
|
|
1500
|
+
export interface PackagesCreateadjustV1RequestItem {
|
|
1501
|
+
'AdjustmentDate'?: string;
|
|
1502
|
+
'AdjustmentReason'?: string;
|
|
1503
|
+
'Label'?: string;
|
|
1504
|
+
'Quantity'?: number;
|
|
1505
|
+
'ReasonNote'?: string;
|
|
1506
|
+
'UnitOfMeasure'?: string;
|
|
1507
|
+
}
|
|
1508
|
+
export interface PackagesCreateadjustV2RequestItem {
|
|
1509
|
+
'AdjustmentDate'?: string;
|
|
1510
|
+
'AdjustmentReason'?: string;
|
|
1511
|
+
'Label'?: string;
|
|
1512
|
+
'Quantity'?: number;
|
|
1513
|
+
'ReasonNote'?: string;
|
|
1514
|
+
'UnitOfMeasure'?: string;
|
|
1515
|
+
}
|
|
1516
|
+
export interface PackagesCreatechangeitemV1RequestItem {
|
|
1517
|
+
'Item'?: string;
|
|
1518
|
+
'Label'?: string;
|
|
1519
|
+
}
|
|
1520
|
+
export interface PackagesCreatechangelocationV1RequestItem {
|
|
1521
|
+
'Label'?: string;
|
|
1522
|
+
'Location'?: string;
|
|
1523
|
+
'MoveDate'?: string;
|
|
1524
|
+
'Sublocation'?: string;
|
|
1525
|
+
}
|
|
1526
|
+
export interface PackagesCreatefinishV1RequestItem {
|
|
1527
|
+
'ActualDate'?: string;
|
|
1528
|
+
'Label'?: string;
|
|
1529
|
+
}
|
|
1530
|
+
export interface PackagesCreateplantingsV1RequestItem {
|
|
1531
|
+
'LocationName'?: string;
|
|
1532
|
+
'PackageAdjustmentAmount'?: number;
|
|
1533
|
+
'PackageAdjustmentUnitOfMeasureName'?: string;
|
|
1534
|
+
'PackageLabel'?: string;
|
|
1535
|
+
'PatientLicenseNumber'?: string;
|
|
1536
|
+
'PlantBatchName'?: string;
|
|
1537
|
+
'PlantBatchType'?: string;
|
|
1538
|
+
'PlantCount'?: number;
|
|
1539
|
+
'PlantedDate'?: string;
|
|
1540
|
+
'StrainName'?: string;
|
|
1541
|
+
'SublocationName'?: string;
|
|
1542
|
+
'UnpackagedDate'?: string;
|
|
1543
|
+
}
|
|
1544
|
+
export interface PackagesCreateplantingsV2RequestItem {
|
|
1545
|
+
'LocationName'?: string;
|
|
1546
|
+
'PackageAdjustmentAmount'?: number;
|
|
1547
|
+
'PackageAdjustmentUnitOfMeasureName'?: string;
|
|
1548
|
+
'PackageLabel'?: string;
|
|
1549
|
+
'PatientLicenseNumber'?: string;
|
|
1550
|
+
'PlantBatchName'?: string;
|
|
1551
|
+
'PlantBatchType'?: string;
|
|
1552
|
+
'PlantCount'?: number;
|
|
1553
|
+
'PlantedDate'?: string;
|
|
1554
|
+
'StrainName'?: string;
|
|
1555
|
+
'SublocationName'?: string;
|
|
1556
|
+
'UnpackagedDate'?: string;
|
|
1557
|
+
}
|
|
1558
|
+
export interface PackagesCreateremediateV1RequestItem {
|
|
1559
|
+
'PackageLabel'?: string;
|
|
1560
|
+
'RemediationDate'?: string;
|
|
1561
|
+
'RemediationMethodName'?: string;
|
|
1562
|
+
'RemediationSteps'?: string;
|
|
1563
|
+
}
|
|
1564
|
+
export interface PackagesCreatetestingV1RequestItem {
|
|
1565
|
+
'ActualDate'?: string;
|
|
1566
|
+
'ExpirationDate'?: string;
|
|
1567
|
+
'Ingredients'?: PackagesCreatetestingV1RequestItem_Ingredients[];
|
|
1568
|
+
'IsDonation'?: boolean;
|
|
1569
|
+
'IsProductionBatch'?: boolean;
|
|
1570
|
+
'IsTradeSample'?: boolean;
|
|
1571
|
+
'Item'?: string;
|
|
1572
|
+
'LabTestStageId'?: number;
|
|
1573
|
+
'Location'?: string;
|
|
1574
|
+
'Note'?: string;
|
|
1575
|
+
'PatientLicenseNumber'?: string;
|
|
1576
|
+
'ProcessingJobTypeId'?: number;
|
|
1577
|
+
'ProductRequiresRemediation'?: boolean;
|
|
1578
|
+
'ProductionBatchNumber'?: string;
|
|
1579
|
+
'Quantity'?: number;
|
|
1580
|
+
'RequiredLabTestBatches'?: boolean;
|
|
1581
|
+
'SellByDate'?: string;
|
|
1582
|
+
'Sublocation'?: string;
|
|
1583
|
+
'Tag'?: string;
|
|
1584
|
+
'UnitOfMeasure'?: string;
|
|
1585
|
+
'UseByDate'?: string;
|
|
1586
|
+
'UseSameItem'?: boolean;
|
|
1587
|
+
}
|
|
1588
|
+
export interface PackagesCreatetestingV1RequestItem_Ingredients {
|
|
1589
|
+
'Package'?: string;
|
|
1590
|
+
'Quantity'?: number;
|
|
1591
|
+
'UnitOfMeasure'?: string;
|
|
1592
|
+
}
|
|
1593
|
+
export interface PackagesCreatetestingV2RequestItem {
|
|
1594
|
+
'ActualDate'?: string;
|
|
1595
|
+
'ExpirationDate'?: string;
|
|
1596
|
+
'Ingredients'?: PackagesCreatetestingV2RequestItem_Ingredients[];
|
|
1597
|
+
'IsDonation'?: boolean;
|
|
1598
|
+
'IsProductionBatch'?: boolean;
|
|
1599
|
+
'IsTradeSample'?: boolean;
|
|
1600
|
+
'Item'?: string;
|
|
1601
|
+
'LabTestStageId'?: number;
|
|
1602
|
+
'Location'?: string;
|
|
1603
|
+
'Note'?: string;
|
|
1604
|
+
'PatientLicenseNumber'?: string;
|
|
1605
|
+
'ProcessingJobTypeId'?: number;
|
|
1606
|
+
'ProductRequiresRemediation'?: boolean;
|
|
1607
|
+
'ProductionBatchNumber'?: string;
|
|
1608
|
+
'Quantity'?: number;
|
|
1609
|
+
'RequiredLabTestBatches'?: string[];
|
|
1610
|
+
'SellByDate'?: string;
|
|
1611
|
+
'Sublocation'?: string;
|
|
1612
|
+
'Tag'?: string;
|
|
1613
|
+
'UnitOfMeasure'?: string;
|
|
1614
|
+
'UseByDate'?: string;
|
|
1615
|
+
'UseSameItem'?: boolean;
|
|
1616
|
+
}
|
|
1617
|
+
export interface PackagesCreatetestingV2RequestItem_Ingredients {
|
|
1618
|
+
'Package'?: string;
|
|
1619
|
+
'Quantity'?: number;
|
|
1620
|
+
'UnitOfMeasure'?: string;
|
|
1621
|
+
}
|
|
1622
|
+
export interface PackagesCreateunfinishV1RequestItem {
|
|
1623
|
+
'Label'?: string;
|
|
1624
|
+
}
|
|
1625
|
+
export interface PackagesUpdateadjustV2RequestItem {
|
|
1626
|
+
'AdjustmentDate'?: string;
|
|
1627
|
+
'AdjustmentReason'?: string;
|
|
1628
|
+
'Label'?: string;
|
|
1629
|
+
'Quantity'?: number;
|
|
1630
|
+
'ReasonNote'?: string;
|
|
1631
|
+
'UnitOfMeasure'?: string;
|
|
1632
|
+
}
|
|
1633
|
+
export interface PackagesUpdatechangenoteV1RequestItem {
|
|
1634
|
+
'Note'?: string;
|
|
1635
|
+
'PackageLabel'?: string;
|
|
1636
|
+
}
|
|
1637
|
+
export interface PackagesUpdatedecontaminateV2RequestItem {
|
|
1638
|
+
'DecontaminationDate'?: string;
|
|
1639
|
+
'DecontaminationMethodName'?: string;
|
|
1640
|
+
'DecontaminationSteps'?: string;
|
|
1641
|
+
'PackageLabel'?: string;
|
|
1642
|
+
}
|
|
1643
|
+
export interface PackagesUpdatedonationflagV2RequestItem {
|
|
1644
|
+
'Label'?: string;
|
|
1645
|
+
}
|
|
1646
|
+
export interface PackagesUpdatedonationunflagV2RequestItem {
|
|
1647
|
+
'Label'?: string;
|
|
1648
|
+
}
|
|
1649
|
+
export interface PackagesUpdateexternalidV2RequestItem {
|
|
1650
|
+
'ExternalId'?: string;
|
|
1651
|
+
'PackageLabel'?: string;
|
|
1652
|
+
}
|
|
1653
|
+
export interface PackagesUpdatefinishV2RequestItem {
|
|
1654
|
+
'ActualDate'?: string;
|
|
1655
|
+
'Label'?: string;
|
|
1656
|
+
}
|
|
1657
|
+
export interface PackagesUpdateitemV2RequestItem {
|
|
1658
|
+
'Item'?: string;
|
|
1659
|
+
'Label'?: string;
|
|
1660
|
+
}
|
|
1661
|
+
export interface PackagesUpdatelabtestrequiredV2RequestItem {
|
|
1662
|
+
'Label'?: string;
|
|
1663
|
+
'RequiredLabTestBatches'?: string[];
|
|
1664
|
+
}
|
|
1665
|
+
export interface PackagesUpdatelocationV2RequestItem {
|
|
1666
|
+
'Label'?: string;
|
|
1667
|
+
'Location'?: string;
|
|
1668
|
+
'MoveDate'?: string;
|
|
1669
|
+
'Sublocation'?: string;
|
|
1670
|
+
}
|
|
1671
|
+
export interface PackagesUpdatenoteV2RequestItem {
|
|
1672
|
+
'Note'?: string;
|
|
1673
|
+
'PackageLabel'?: string;
|
|
1674
|
+
}
|
|
1675
|
+
export interface PackagesUpdateremediateV2RequestItem {
|
|
1676
|
+
'PackageLabel'?: string;
|
|
1677
|
+
'RemediationDate'?: string;
|
|
1678
|
+
'RemediationMethodName'?: string;
|
|
1679
|
+
'RemediationSteps'?: string;
|
|
1680
|
+
}
|
|
1681
|
+
export interface PackagesUpdatetradesampleflagV2RequestItem {
|
|
1682
|
+
'Label'?: string;
|
|
1683
|
+
}
|
|
1684
|
+
export interface PackagesUpdatetradesampleunflagV2RequestItem {
|
|
1685
|
+
'Label'?: string;
|
|
1686
|
+
}
|
|
1687
|
+
export interface PackagesUpdateunfinishV2RequestItem {
|
|
1688
|
+
'Label'?: string;
|
|
1689
|
+
}
|
|
1690
|
+
export interface PackagesUpdateusebydateV2RequestItem {
|
|
1691
|
+
'ExpirationDate'?: string;
|
|
1692
|
+
'Label'?: string;
|
|
1693
|
+
'SellByDate'?: string;
|
|
1694
|
+
'UseByDate'?: string;
|
|
1695
|
+
}
|
|
1696
|
+
export interface TransportersCreatedriverV2RequestItem {
|
|
1697
|
+
'DriversLicenseNumber'?: string;
|
|
1698
|
+
'EmployeeId'?: string;
|
|
1699
|
+
'Name'?: string;
|
|
1700
|
+
}
|
|
1701
|
+
export interface TransportersCreatevehicleV2RequestItem {
|
|
1702
|
+
'LicensePlateNumber'?: string;
|
|
1703
|
+
'Make'?: string;
|
|
1704
|
+
'Model'?: string;
|
|
1705
|
+
}
|
|
1706
|
+
export interface TransportersUpdatedriverV2RequestItem {
|
|
1707
|
+
'DriversLicenseNumber'?: string;
|
|
1708
|
+
'EmployeeId'?: string;
|
|
1709
|
+
'Id'?: string;
|
|
1710
|
+
'Name'?: string;
|
|
1711
|
+
}
|
|
1712
|
+
export interface TransportersUpdatevehicleV2RequestItem {
|
|
1713
|
+
'Id'?: string;
|
|
1714
|
+
'LicensePlateNumber'?: string;
|
|
1715
|
+
'Make'?: string;
|
|
1716
|
+
'Model'?: string;
|
|
1717
|
+
}
|
|
1718
|
+
export interface PatientsCreateV2RequestItem {
|
|
1719
|
+
'ActualDate'?: string;
|
|
1720
|
+
'ConcentrateOuncesAllowed'?: number;
|
|
1721
|
+
'FlowerOuncesAllowed'?: number;
|
|
1722
|
+
'HasSalesLimitExemption'?: boolean;
|
|
1723
|
+
'InfusedOuncesAllowed'?: number;
|
|
1724
|
+
'LicenseEffectiveEndDate'?: string;
|
|
1725
|
+
'LicenseEffectiveStartDate'?: string;
|
|
1726
|
+
'LicenseNumber'?: string;
|
|
1727
|
+
'MaxConcentrateThcPercentAllowed'?: number;
|
|
1728
|
+
'MaxFlowerThcPercentAllowed'?: number;
|
|
1729
|
+
'RecommendedPlants'?: number;
|
|
1730
|
+
'RecommendedSmokableQuantity'?: number;
|
|
1731
|
+
'ThcOuncesAllowed'?: number;
|
|
1732
|
+
}
|
|
1733
|
+
export interface PatientsCreateaddV1RequestItem {
|
|
1734
|
+
'ActualDate'?: string;
|
|
1735
|
+
'ConcentrateOuncesAllowed'?: number;
|
|
1736
|
+
'FlowerOuncesAllowed'?: number;
|
|
1737
|
+
'HasSalesLimitExemption'?: boolean;
|
|
1738
|
+
'InfusedOuncesAllowed'?: number;
|
|
1739
|
+
'LicenseEffectiveEndDate'?: string;
|
|
1740
|
+
'LicenseEffectiveStartDate'?: string;
|
|
1741
|
+
'LicenseNumber'?: string;
|
|
1742
|
+
'MaxConcentrateThcPercentAllowed'?: number;
|
|
1743
|
+
'MaxFlowerThcPercentAllowed'?: number;
|
|
1744
|
+
'RecommendedPlants'?: number;
|
|
1745
|
+
'RecommendedSmokableQuantity'?: number;
|
|
1746
|
+
'ThcOuncesAllowed'?: number;
|
|
1747
|
+
}
|
|
1748
|
+
export interface PatientsCreateupdateV1RequestItem {
|
|
1749
|
+
'ActualDate'?: string;
|
|
1750
|
+
'ConcentrateOuncesAllowed'?: number;
|
|
1751
|
+
'FlowerOuncesAllowed'?: number;
|
|
1752
|
+
'HasSalesLimitExemption'?: boolean;
|
|
1753
|
+
'InfusedOuncesAllowed'?: number;
|
|
1754
|
+
'LicenseEffectiveEndDate'?: string;
|
|
1755
|
+
'LicenseEffectiveStartDate'?: string;
|
|
1756
|
+
'LicenseNumber'?: string;
|
|
1757
|
+
'MaxConcentrateThcPercentAllowed'?: number;
|
|
1758
|
+
'MaxFlowerThcPercentAllowed'?: number;
|
|
1759
|
+
'NewLicenseNumber'?: string;
|
|
1760
|
+
'RecommendedPlants'?: number;
|
|
1761
|
+
'RecommendedSmokableQuantity'?: number;
|
|
1762
|
+
'ThcOuncesAllowed'?: number;
|
|
1763
|
+
}
|
|
1764
|
+
export interface PatientsUpdateV2RequestItem {
|
|
1765
|
+
'ActualDate'?: string;
|
|
1766
|
+
'ConcentrateOuncesAllowed'?: number;
|
|
1767
|
+
'FlowerOuncesAllowed'?: number;
|
|
1768
|
+
'HasSalesLimitExemption'?: boolean;
|
|
1769
|
+
'InfusedOuncesAllowed'?: number;
|
|
1770
|
+
'LicenseEffectiveEndDate'?: string;
|
|
1771
|
+
'LicenseEffectiveStartDate'?: string;
|
|
1772
|
+
'LicenseNumber'?: string;
|
|
1773
|
+
'MaxConcentrateThcPercentAllowed'?: number;
|
|
1774
|
+
'MaxFlowerThcPercentAllowed'?: number;
|
|
1775
|
+
'NewLicenseNumber'?: string;
|
|
1776
|
+
'RecommendedPlants'?: number;
|
|
1777
|
+
'RecommendedSmokableQuantity'?: number;
|
|
1778
|
+
'ThcOuncesAllowed'?: number;
|
|
1779
|
+
}
|
|
1780
|
+
export interface ProcessingjobsCreateadjustV1RequestItem {
|
|
1781
|
+
'AdjustmentDate'?: string;
|
|
1782
|
+
'AdjustmentNote'?: string;
|
|
1783
|
+
'AdjustmentReason'?: string;
|
|
1784
|
+
'CountUnitOfMeasureName'?: string;
|
|
1785
|
+
'Id'?: number;
|
|
1786
|
+
'Packages'?: ProcessingjobsCreateadjustV1RequestItem_Packages[];
|
|
1787
|
+
'VolumeUnitOfMeasureName'?: string;
|
|
1788
|
+
'WeightUnitOfMeasureName'?: string;
|
|
1789
|
+
}
|
|
1790
|
+
export interface ProcessingjobsCreateadjustV1RequestItem_Packages {
|
|
1791
|
+
'Label'?: string;
|
|
1792
|
+
'Quantity'?: number;
|
|
1793
|
+
'UnitOfMeasure'?: string;
|
|
1794
|
+
}
|
|
1795
|
+
export interface ProcessingjobsCreateadjustV2RequestItem {
|
|
1796
|
+
'AdjustmentDate'?: string;
|
|
1797
|
+
'AdjustmentNote'?: string;
|
|
1798
|
+
'AdjustmentReason'?: string;
|
|
1799
|
+
'CountUnitOfMeasureName'?: string;
|
|
1800
|
+
'Id'?: number;
|
|
1801
|
+
'Packages'?: ProcessingjobsCreateadjustV2RequestItem_Packages[];
|
|
1802
|
+
'VolumeUnitOfMeasureName'?: string;
|
|
1803
|
+
'WeightUnitOfMeasureName'?: string;
|
|
1804
|
+
}
|
|
1805
|
+
export interface ProcessingjobsCreateadjustV2RequestItem_Packages {
|
|
1806
|
+
'Label'?: string;
|
|
1807
|
+
'Quantity'?: number;
|
|
1808
|
+
'UnitOfMeasure'?: string;
|
|
1809
|
+
}
|
|
1810
|
+
export interface ProcessingjobsCreatejobtypesV1RequestItem {
|
|
1811
|
+
'Attributes'?: string[];
|
|
1812
|
+
'Category'?: string;
|
|
1813
|
+
'Description'?: string;
|
|
1814
|
+
'Name'?: string;
|
|
1815
|
+
'ProcessingSteps'?: string;
|
|
1816
|
+
}
|
|
1817
|
+
export interface ProcessingjobsCreatejobtypesV2RequestItem {
|
|
1818
|
+
'Attributes'?: string[];
|
|
1819
|
+
'Category'?: string;
|
|
1820
|
+
'Description'?: string;
|
|
1821
|
+
'Name'?: string;
|
|
1822
|
+
'ProcessingSteps'?: string;
|
|
1823
|
+
}
|
|
1824
|
+
export interface ProcessingjobsCreatestartV1RequestItem {
|
|
1825
|
+
'CountUnitOfMeasure'?: string;
|
|
1826
|
+
'JobName'?: string;
|
|
1827
|
+
'JobType'?: string;
|
|
1828
|
+
'Packages'?: ProcessingjobsCreatestartV1RequestItem_Packages[];
|
|
1829
|
+
'StartDate'?: string;
|
|
1830
|
+
'VolumeUnitOfMeasure'?: string;
|
|
1831
|
+
'WeightUnitOfMeasure'?: string;
|
|
1832
|
+
}
|
|
1833
|
+
export interface ProcessingjobsCreatestartV1RequestItem_Packages {
|
|
1834
|
+
'Label'?: string;
|
|
1835
|
+
'Quantity'?: number;
|
|
1836
|
+
'UnitOfMeasure'?: string;
|
|
1837
|
+
}
|
|
1838
|
+
export interface ProcessingjobsCreatestartV2RequestItem {
|
|
1839
|
+
'CountUnitOfMeasure'?: string;
|
|
1840
|
+
'JobName'?: string;
|
|
1841
|
+
'JobType'?: string;
|
|
1842
|
+
'Packages'?: ProcessingjobsCreatestartV2RequestItem_Packages[];
|
|
1843
|
+
'StartDate'?: string;
|
|
1844
|
+
'VolumeUnitOfMeasure'?: string;
|
|
1845
|
+
'WeightUnitOfMeasure'?: string;
|
|
1846
|
+
}
|
|
1847
|
+
export interface ProcessingjobsCreatestartV2RequestItem_Packages {
|
|
1848
|
+
'Label'?: string;
|
|
1849
|
+
'Quantity'?: number;
|
|
1850
|
+
'UnitOfMeasure'?: string;
|
|
1851
|
+
}
|
|
1852
|
+
export interface ProcessingjobsCreatepackagesV1RequestItem {
|
|
1853
|
+
'ExpirationDate'?: string;
|
|
1854
|
+
'FinishDate'?: string;
|
|
1855
|
+
'FinishNote'?: string;
|
|
1856
|
+
'FinishProcessingJob'?: boolean;
|
|
1857
|
+
'Item'?: string;
|
|
1858
|
+
'JobName'?: string;
|
|
1859
|
+
'Location'?: string;
|
|
1860
|
+
'Note'?: string;
|
|
1861
|
+
'PackageDate'?: string;
|
|
1862
|
+
'PatientLicenseNumber'?: string;
|
|
1863
|
+
'ProductionBatchNumber'?: string;
|
|
1864
|
+
'Quantity'?: number;
|
|
1865
|
+
'SellByDate'?: string;
|
|
1866
|
+
'Sublocation'?: string;
|
|
1867
|
+
'Tag'?: string;
|
|
1868
|
+
'UnitOfMeasure'?: string;
|
|
1869
|
+
'UseByDate'?: string;
|
|
1870
|
+
'WasteCountQuantity'?: string;
|
|
1871
|
+
'WasteCountUnitOfMeasureName'?: string;
|
|
1872
|
+
'WasteVolumeQuantity'?: string;
|
|
1873
|
+
'WasteVolumeUnitOfMeasureName'?: string;
|
|
1874
|
+
'WasteWeightQuantity'?: string;
|
|
1875
|
+
'WasteWeightUnitOfMeasureName'?: string;
|
|
1876
|
+
}
|
|
1877
|
+
export interface ProcessingjobsCreatepackagesV2RequestItem {
|
|
1878
|
+
'ExpirationDate'?: string;
|
|
1879
|
+
'FinishDate'?: string;
|
|
1880
|
+
'FinishNote'?: string;
|
|
1881
|
+
'FinishProcessingJob'?: boolean;
|
|
1882
|
+
'Item'?: string;
|
|
1883
|
+
'JobName'?: string;
|
|
1884
|
+
'Location'?: string;
|
|
1885
|
+
'Note'?: string;
|
|
1886
|
+
'PackageDate'?: string;
|
|
1887
|
+
'PatientLicenseNumber'?: string;
|
|
1888
|
+
'ProductionBatchNumber'?: string;
|
|
1889
|
+
'Quantity'?: number;
|
|
1890
|
+
'SellByDate'?: string;
|
|
1891
|
+
'Sublocation'?: string;
|
|
1892
|
+
'Tag'?: string;
|
|
1893
|
+
'UnitOfMeasure'?: string;
|
|
1894
|
+
'UseByDate'?: string;
|
|
1895
|
+
'WasteCountQuantity'?: string;
|
|
1896
|
+
'WasteCountUnitOfMeasureName'?: string;
|
|
1897
|
+
'WasteVolumeQuantity'?: string;
|
|
1898
|
+
'WasteVolumeUnitOfMeasureName'?: string;
|
|
1899
|
+
'WasteWeightQuantity'?: string;
|
|
1900
|
+
'WasteWeightUnitOfMeasureName'?: string;
|
|
1901
|
+
}
|
|
1902
|
+
export interface ProcessingjobsUpdatefinishV1RequestItem {
|
|
1903
|
+
'FinishDate'?: string;
|
|
1904
|
+
'FinishNote'?: string;
|
|
1905
|
+
'Id'?: number;
|
|
1906
|
+
'TotalCountWaste'?: string;
|
|
1907
|
+
'TotalVolumeWaste'?: string;
|
|
1908
|
+
'TotalWeightWaste'?: number;
|
|
1909
|
+
'WasteCountUnitOfMeasureName'?: string;
|
|
1910
|
+
'WasteVolumeUnitOfMeasureName'?: string;
|
|
1911
|
+
'WasteWeightUnitOfMeasureName'?: string;
|
|
1912
|
+
}
|
|
1913
|
+
export interface ProcessingjobsUpdatefinishV2RequestItem {
|
|
1914
|
+
'FinishDate'?: string;
|
|
1915
|
+
'FinishNote'?: string;
|
|
1916
|
+
'Id'?: number;
|
|
1917
|
+
'TotalCountWaste'?: string;
|
|
1918
|
+
'TotalVolumeWaste'?: string;
|
|
1919
|
+
'TotalWeightWaste'?: number;
|
|
1920
|
+
'WasteCountUnitOfMeasureName'?: string;
|
|
1921
|
+
'WasteVolumeUnitOfMeasureName'?: string;
|
|
1922
|
+
'WasteWeightUnitOfMeasureName'?: string;
|
|
1923
|
+
}
|
|
1924
|
+
export interface ProcessingjobsUpdatejobtypesV1RequestItem {
|
|
1925
|
+
'Attributes'?: string[];
|
|
1926
|
+
'CategoryName'?: string;
|
|
1927
|
+
'Description'?: string;
|
|
1928
|
+
'Id'?: number;
|
|
1929
|
+
'Name'?: string;
|
|
1930
|
+
'ProcessingSteps'?: string;
|
|
1931
|
+
}
|
|
1932
|
+
export interface ProcessingjobsUpdatejobtypesV2RequestItem {
|
|
1933
|
+
'Attributes'?: string[];
|
|
1934
|
+
'CategoryName'?: string;
|
|
1935
|
+
'Description'?: string;
|
|
1936
|
+
'Id'?: number;
|
|
1937
|
+
'Name'?: string;
|
|
1938
|
+
'ProcessingSteps'?: string;
|
|
1939
|
+
}
|
|
1940
|
+
export interface ProcessingjobsUpdateunfinishV1RequestItem {
|
|
1941
|
+
'Id'?: number;
|
|
1942
|
+
}
|
|
1943
|
+
export interface ProcessingjobsUpdateunfinishV2RequestItem {
|
|
1944
|
+
'Id'?: number;
|
|
1945
|
+
}
|
|
1946
|
+
export interface RetailidCreateassociateV2RequestItem {
|
|
1947
|
+
'PackageLabel'?: string;
|
|
1948
|
+
'QrUrls'?: string[];
|
|
1949
|
+
}
|
|
1950
|
+
export interface RetailidCreategenerateV2Request {
|
|
1951
|
+
'PackageLabel'?: string;
|
|
1952
|
+
'Quantity'?: number;
|
|
1953
|
+
}
|
|
1954
|
+
export interface RetailidCreatemergeV2Request {
|
|
1955
|
+
'packageLabels'?: string[];
|
|
1956
|
+
}
|
|
1957
|
+
export interface RetailidCreatepackageinfoV2Request {
|
|
1958
|
+
'packageLabels'?: string[];
|
|
1959
|
+
}
|
|
1960
|
+
export interface SalesCreatedeliveryV1RequestItem {
|
|
1961
|
+
'ConsumerId'?: number;
|
|
1962
|
+
'DriverEmployeeId'?: string;
|
|
1963
|
+
'DriverName'?: string;
|
|
1964
|
+
'DriversLicenseNumber'?: string;
|
|
1965
|
+
'EstimatedArrivalDateTime'?: string;
|
|
1966
|
+
'EstimatedDepartureDateTime'?: string;
|
|
1967
|
+
'PatientLicenseNumber'?: string;
|
|
1968
|
+
'PhoneNumberForQuestions'?: string;
|
|
1969
|
+
'PlannedRoute'?: string;
|
|
1970
|
+
'RecipientAddressCity'?: string;
|
|
1971
|
+
'RecipientAddressCounty'?: string;
|
|
1972
|
+
'RecipientAddressPostalCode'?: string;
|
|
1973
|
+
'RecipientAddressState'?: string;
|
|
1974
|
+
'RecipientAddressStreet1'?: string;
|
|
1975
|
+
'RecipientAddressStreet2'?: string;
|
|
1976
|
+
'RecipientName'?: string;
|
|
1977
|
+
'RecipientZoneId'?: number;
|
|
1978
|
+
'SalesCustomerType'?: string;
|
|
1979
|
+
'SalesDateTime'?: string;
|
|
1980
|
+
'Transactions'?: SalesCreatedeliveryV1RequestItem_Transactions[];
|
|
1981
|
+
'TransporterFacilityLicenseNumber'?: string;
|
|
1982
|
+
'VehicleLicensePlateNumber'?: string;
|
|
1983
|
+
'VehicleMake'?: string;
|
|
1984
|
+
'VehicleModel'?: string;
|
|
1985
|
+
}
|
|
1986
|
+
export interface SalesCreatedeliveryV1RequestItem_Transactions {
|
|
1987
|
+
'CityTax'?: string;
|
|
1988
|
+
'CountyTax'?: string;
|
|
1989
|
+
'DiscountAmount'?: string;
|
|
1990
|
+
'ExciseTax'?: string;
|
|
1991
|
+
'InvoiceNumber'?: string;
|
|
1992
|
+
'MunicipalTax'?: string;
|
|
1993
|
+
'PackageLabel'?: string;
|
|
1994
|
+
'Price'?: string;
|
|
1995
|
+
'QrCodes'?: string;
|
|
1996
|
+
'Quantity'?: number;
|
|
1997
|
+
'SalesTax'?: string;
|
|
1998
|
+
'SubTotal'?: string;
|
|
1999
|
+
'TotalAmount'?: number;
|
|
2000
|
+
'UnitOfMeasure'?: string;
|
|
2001
|
+
'UnitThcContent'?: number;
|
|
2002
|
+
'UnitThcContentUnitOfMeasure'?: string;
|
|
2003
|
+
'UnitThcPercent'?: number;
|
|
2004
|
+
'UnitWeight'?: number;
|
|
2005
|
+
'UnitWeightUnitOfMeasure'?: string;
|
|
2006
|
+
}
|
|
2007
|
+
export interface SalesCreatedeliveryV2RequestItem {
|
|
2008
|
+
'ConsumerId'?: number;
|
|
2009
|
+
'DriverEmployeeId'?: string;
|
|
2010
|
+
'DriverName'?: string;
|
|
2011
|
+
'DriversLicenseNumber'?: string;
|
|
2012
|
+
'EstimatedArrivalDateTime'?: string;
|
|
2013
|
+
'EstimatedDepartureDateTime'?: string;
|
|
2014
|
+
'PatientLicenseNumber'?: string;
|
|
2015
|
+
'PhoneNumberForQuestions'?: string;
|
|
2016
|
+
'PlannedRoute'?: string;
|
|
2017
|
+
'RecipientAddressCity'?: string;
|
|
2018
|
+
'RecipientAddressCounty'?: string;
|
|
2019
|
+
'RecipientAddressPostalCode'?: string;
|
|
2020
|
+
'RecipientAddressState'?: string;
|
|
2021
|
+
'RecipientAddressStreet1'?: string;
|
|
2022
|
+
'RecipientAddressStreet2'?: string;
|
|
2023
|
+
'RecipientName'?: string;
|
|
2024
|
+
'RecipientZoneId'?: number;
|
|
2025
|
+
'SalesCustomerType'?: string;
|
|
2026
|
+
'SalesDateTime'?: string;
|
|
2027
|
+
'Transactions'?: SalesCreatedeliveryV2RequestItem_Transactions[];
|
|
2028
|
+
'TransporterFacilityLicenseNumber'?: string;
|
|
2029
|
+
'VehicleLicensePlateNumber'?: string;
|
|
2030
|
+
'VehicleMake'?: string;
|
|
2031
|
+
'VehicleModel'?: string;
|
|
2032
|
+
}
|
|
2033
|
+
export interface SalesCreatedeliveryV2RequestItem_Transactions {
|
|
2034
|
+
'CityTax'?: string;
|
|
2035
|
+
'CountyTax'?: string;
|
|
2036
|
+
'DiscountAmount'?: string;
|
|
2037
|
+
'ExciseTax'?: string;
|
|
2038
|
+
'InvoiceNumber'?: string;
|
|
2039
|
+
'MunicipalTax'?: string;
|
|
2040
|
+
'PackageLabel'?: string;
|
|
2041
|
+
'Price'?: string;
|
|
2042
|
+
'QrCodes'?: string;
|
|
2043
|
+
'Quantity'?: number;
|
|
2044
|
+
'SalesTax'?: string;
|
|
2045
|
+
'SubTotal'?: string;
|
|
2046
|
+
'TotalAmount'?: number;
|
|
2047
|
+
'UnitOfMeasure'?: string;
|
|
2048
|
+
'UnitThcContent'?: number;
|
|
2049
|
+
'UnitThcContentUnitOfMeasure'?: string;
|
|
2050
|
+
'UnitThcPercent'?: number;
|
|
2051
|
+
'UnitWeight'?: number;
|
|
2052
|
+
'UnitWeightUnitOfMeasure'?: string;
|
|
2053
|
+
}
|
|
2054
|
+
export interface SalesCreatedeliveryretailerV1RequestItem {
|
|
2055
|
+
'DateTime'?: string;
|
|
2056
|
+
'Destinations'?: SalesCreatedeliveryretailerV1RequestItem_Destinations[];
|
|
2057
|
+
'DriverEmployeeId'?: string;
|
|
2058
|
+
'DriverName'?: string;
|
|
2059
|
+
'DriversLicenseNumber'?: string;
|
|
2060
|
+
'EstimatedDepartureDateTime'?: string;
|
|
2061
|
+
'Packages'?: SalesCreatedeliveryretailerV1RequestItem_Packages[];
|
|
2062
|
+
'PhoneNumberForQuestions'?: string;
|
|
2063
|
+
'VehicleLicensePlateNumber'?: string;
|
|
2064
|
+
'VehicleMake'?: string;
|
|
2065
|
+
'VehicleModel'?: string;
|
|
2066
|
+
}
|
|
2067
|
+
export interface SalesCreatedeliveryretailerV1RequestItem_Destinations {
|
|
2068
|
+
'ConsumerId'?: string;
|
|
2069
|
+
'EstimatedArrivalDateTime'?: string;
|
|
2070
|
+
'PatientLicenseNumber'?: string;
|
|
2071
|
+
'RecipientAddressCity'?: string;
|
|
2072
|
+
'RecipientAddressCounty'?: string;
|
|
2073
|
+
'RecipientAddressPostalCode'?: string;
|
|
2074
|
+
'RecipientAddressState'?: string;
|
|
2075
|
+
'RecipientAddressStreet1'?: string;
|
|
2076
|
+
'RecipientAddressStreet2'?: string;
|
|
2077
|
+
'RecipientName'?: string;
|
|
2078
|
+
'RecipientZoneId'?: string;
|
|
2079
|
+
'SalesCustomerType'?: string;
|
|
2080
|
+
'Transactions'?: SalesCreatedeliveryretailerV1RequestItem_Destinations_Transactions[];
|
|
2081
|
+
}
|
|
2082
|
+
export interface SalesCreatedeliveryretailerV1RequestItem_Destinations_Transactions {
|
|
2083
|
+
'CityTax'?: string;
|
|
2084
|
+
'CountyTax'?: string;
|
|
2085
|
+
'DiscountAmount'?: string;
|
|
2086
|
+
'ExciseTax'?: string;
|
|
2087
|
+
'InvoiceNumber'?: string;
|
|
2088
|
+
'MunicipalTax'?: string;
|
|
2089
|
+
'PackageLabel'?: string;
|
|
2090
|
+
'Price'?: string;
|
|
2091
|
+
'QrCodes'?: string;
|
|
2092
|
+
'Quantity'?: number;
|
|
2093
|
+
'SalesTax'?: string;
|
|
2094
|
+
'SubTotal'?: string;
|
|
2095
|
+
'TotalAmount'?: number;
|
|
2096
|
+
'UnitOfMeasure'?: string;
|
|
2097
|
+
'UnitThcContent'?: number;
|
|
2098
|
+
'UnitThcContentUnitOfMeasure'?: string;
|
|
2099
|
+
'UnitThcPercent'?: number;
|
|
2100
|
+
'UnitWeight'?: number;
|
|
2101
|
+
'UnitWeightUnitOfMeasure'?: string;
|
|
2102
|
+
}
|
|
2103
|
+
export interface SalesCreatedeliveryretailerV1RequestItem_Packages {
|
|
2104
|
+
'DateTime'?: string;
|
|
2105
|
+
'PackageLabel'?: string;
|
|
2106
|
+
'Quantity'?: number;
|
|
2107
|
+
'TotalPrice'?: number;
|
|
2108
|
+
'UnitOfMeasure'?: string;
|
|
2109
|
+
}
|
|
2110
|
+
export interface SalesCreatedeliveryretailerV2RequestItem {
|
|
2111
|
+
'DateTime'?: string;
|
|
2112
|
+
'Destinations'?: SalesCreatedeliveryretailerV2RequestItem_Destinations[];
|
|
2113
|
+
'DriverEmployeeId'?: string;
|
|
2114
|
+
'DriverName'?: string;
|
|
2115
|
+
'DriversLicenseNumber'?: string;
|
|
2116
|
+
'EstimatedDepartureDateTime'?: string;
|
|
2117
|
+
'Packages'?: SalesCreatedeliveryretailerV2RequestItem_Packages[];
|
|
2118
|
+
'PhoneNumberForQuestions'?: string;
|
|
2119
|
+
'VehicleLicensePlateNumber'?: string;
|
|
2120
|
+
'VehicleMake'?: string;
|
|
2121
|
+
'VehicleModel'?: string;
|
|
2122
|
+
}
|
|
2123
|
+
export interface SalesCreatedeliveryretailerV2RequestItem_Destinations {
|
|
2124
|
+
'ConsumerId'?: string;
|
|
2125
|
+
'EstimatedArrivalDateTime'?: string;
|
|
2126
|
+
'PatientLicenseNumber'?: string;
|
|
2127
|
+
'RecipientAddressCity'?: string;
|
|
2128
|
+
'RecipientAddressCounty'?: string;
|
|
2129
|
+
'RecipientAddressPostalCode'?: string;
|
|
2130
|
+
'RecipientAddressState'?: string;
|
|
2131
|
+
'RecipientAddressStreet1'?: string;
|
|
2132
|
+
'RecipientAddressStreet2'?: string;
|
|
2133
|
+
'RecipientName'?: string;
|
|
2134
|
+
'RecipientZoneId'?: string;
|
|
2135
|
+
'SalesCustomerType'?: string;
|
|
2136
|
+
'Transactions'?: SalesCreatedeliveryretailerV2RequestItem_Destinations_Transactions[];
|
|
2137
|
+
}
|
|
2138
|
+
export interface SalesCreatedeliveryretailerV2RequestItem_Destinations_Transactions {
|
|
2139
|
+
'CityTax'?: string;
|
|
2140
|
+
'CountyTax'?: string;
|
|
2141
|
+
'DiscountAmount'?: string;
|
|
2142
|
+
'ExciseTax'?: string;
|
|
2143
|
+
'InvoiceNumber'?: string;
|
|
2144
|
+
'MunicipalTax'?: string;
|
|
2145
|
+
'PackageLabel'?: string;
|
|
2146
|
+
'Price'?: string;
|
|
2147
|
+
'QrCodes'?: string;
|
|
2148
|
+
'Quantity'?: number;
|
|
2149
|
+
'SalesTax'?: string;
|
|
2150
|
+
'SubTotal'?: string;
|
|
2151
|
+
'TotalAmount'?: number;
|
|
2152
|
+
'UnitOfMeasure'?: string;
|
|
2153
|
+
'UnitThcContent'?: number;
|
|
2154
|
+
'UnitThcContentUnitOfMeasure'?: string;
|
|
2155
|
+
'UnitThcPercent'?: number;
|
|
2156
|
+
'UnitWeight'?: number;
|
|
2157
|
+
'UnitWeightUnitOfMeasure'?: string;
|
|
2158
|
+
}
|
|
2159
|
+
export interface SalesCreatedeliveryretailerV2RequestItem_Packages {
|
|
2160
|
+
'DateTime'?: string;
|
|
2161
|
+
'PackageLabel'?: string;
|
|
2162
|
+
'Quantity'?: number;
|
|
2163
|
+
'TotalPrice'?: number;
|
|
2164
|
+
'UnitOfMeasure'?: string;
|
|
2165
|
+
}
|
|
2166
|
+
export interface SalesCreatedeliveryretailerdepartV1RequestItem {
|
|
2167
|
+
'RetailerDeliveryId'?: number;
|
|
2168
|
+
}
|
|
2169
|
+
export interface SalesCreatedeliveryretailerdepartV2RequestItem {
|
|
2170
|
+
'RetailerDeliveryId'?: number;
|
|
2171
|
+
}
|
|
2172
|
+
export interface SalesCreatedeliveryretailerendV1RequestItem {
|
|
2173
|
+
'ActualArrivalDateTime'?: string;
|
|
2174
|
+
'Packages'?: SalesCreatedeliveryretailerendV1RequestItem_Packages[];
|
|
2175
|
+
'RetailerDeliveryId'?: number;
|
|
2176
|
+
}
|
|
2177
|
+
export interface SalesCreatedeliveryretailerendV1RequestItem_Packages {
|
|
2178
|
+
'EndQuantity'?: number;
|
|
2179
|
+
'EndUnitOfMeasure'?: string;
|
|
2180
|
+
'Label'?: string;
|
|
2181
|
+
}
|
|
2182
|
+
export interface SalesCreatedeliveryretailerendV2RequestItem {
|
|
2183
|
+
'ActualArrivalDateTime'?: string;
|
|
2184
|
+
'Packages'?: SalesCreatedeliveryretailerendV2RequestItem_Packages[];
|
|
2185
|
+
'RetailerDeliveryId'?: number;
|
|
2186
|
+
}
|
|
2187
|
+
export interface SalesCreatedeliveryretailerendV2RequestItem_Packages {
|
|
2188
|
+
'EndQuantity'?: number;
|
|
2189
|
+
'EndUnitOfMeasure'?: string;
|
|
2190
|
+
'Label'?: string;
|
|
2191
|
+
}
|
|
2192
|
+
export interface SalesCreatedeliveryretailerrestockV1RequestItem {
|
|
2193
|
+
'DateTime'?: string;
|
|
2194
|
+
'Destinations'?: string;
|
|
2195
|
+
'EstimatedDepartureDateTime'?: string;
|
|
2196
|
+
'Packages'?: SalesCreatedeliveryretailerrestockV1RequestItem_Packages[];
|
|
2197
|
+
'RetailerDeliveryId'?: number;
|
|
2198
|
+
}
|
|
2199
|
+
export interface SalesCreatedeliveryretailerrestockV1RequestItem_Packages {
|
|
2200
|
+
'PackageLabel'?: string;
|
|
2201
|
+
'Quantity'?: number;
|
|
2202
|
+
'RemoveCurrentPackage'?: boolean;
|
|
2203
|
+
'TotalPrice'?: number;
|
|
2204
|
+
'UnitOfMeasure'?: string;
|
|
2205
|
+
}
|
|
2206
|
+
export interface SalesCreatedeliveryretailerrestockV2RequestItem {
|
|
2207
|
+
'DateTime'?: string;
|
|
2208
|
+
'Destinations'?: string;
|
|
2209
|
+
'EstimatedDepartureDateTime'?: string;
|
|
2210
|
+
'Packages'?: SalesCreatedeliveryretailerrestockV2RequestItem_Packages[];
|
|
2211
|
+
'RetailerDeliveryId'?: number;
|
|
2212
|
+
}
|
|
2213
|
+
export interface SalesCreatedeliveryretailerrestockV2RequestItem_Packages {
|
|
2214
|
+
'PackageLabel'?: string;
|
|
2215
|
+
'Quantity'?: number;
|
|
2216
|
+
'RemoveCurrentPackage'?: boolean;
|
|
2217
|
+
'TotalPrice'?: number;
|
|
2218
|
+
'UnitOfMeasure'?: string;
|
|
2219
|
+
}
|
|
2220
|
+
export interface SalesCreatedeliveryretailersaleV1RequestItem {
|
|
2221
|
+
'ConsumerId'?: number;
|
|
2222
|
+
'EstimatedArrivalDateTime'?: string;
|
|
2223
|
+
'EstimatedDepartureDateTime'?: string;
|
|
2224
|
+
'PatientLicenseNumber'?: string;
|
|
2225
|
+
'PhoneNumberForQuestions'?: string;
|
|
2226
|
+
'PlannedRoute'?: string;
|
|
2227
|
+
'RecipientAddressCity'?: string;
|
|
2228
|
+
'RecipientAddressCounty'?: string;
|
|
2229
|
+
'RecipientAddressPostalCode'?: string;
|
|
2230
|
+
'RecipientAddressState'?: string;
|
|
2231
|
+
'RecipientAddressStreet1'?: string;
|
|
2232
|
+
'RecipientAddressStreet2'?: string;
|
|
2233
|
+
'RecipientName'?: string;
|
|
2234
|
+
'RecipientZoneId'?: number;
|
|
2235
|
+
'RetailerDeliveryId'?: number;
|
|
2236
|
+
'SalesCustomerType'?: string;
|
|
2237
|
+
'SalesDateTime'?: string;
|
|
2238
|
+
'Transactions'?: SalesCreatedeliveryretailersaleV1RequestItem_Transactions[];
|
|
2239
|
+
}
|
|
2240
|
+
export interface SalesCreatedeliveryretailersaleV1RequestItem_Transactions {
|
|
2241
|
+
'CityTax'?: string;
|
|
2242
|
+
'CountyTax'?: string;
|
|
2243
|
+
'DiscountAmount'?: string;
|
|
2244
|
+
'ExciseTax'?: string;
|
|
2245
|
+
'InvoiceNumber'?: string;
|
|
2246
|
+
'MunicipalTax'?: string;
|
|
2247
|
+
'PackageLabel'?: string;
|
|
2248
|
+
'Price'?: string;
|
|
2249
|
+
'QrCodes'?: string;
|
|
2250
|
+
'Quantity'?: number;
|
|
2251
|
+
'SalesTax'?: string;
|
|
2252
|
+
'SubTotal'?: string;
|
|
2253
|
+
'TotalAmount'?: number;
|
|
2254
|
+
'UnitOfMeasure'?: string;
|
|
2255
|
+
'UnitThcContent'?: number;
|
|
2256
|
+
'UnitThcContentUnitOfMeasure'?: string;
|
|
2257
|
+
'UnitThcPercent'?: number;
|
|
2258
|
+
'UnitWeight'?: number;
|
|
2259
|
+
'UnitWeightUnitOfMeasure'?: string;
|
|
2260
|
+
}
|
|
2261
|
+
export interface SalesCreatedeliveryretailersaleV2RequestItem {
|
|
2262
|
+
'ConsumerId'?: number;
|
|
2263
|
+
'EstimatedArrivalDateTime'?: string;
|
|
2264
|
+
'EstimatedDepartureDateTime'?: string;
|
|
2265
|
+
'PatientLicenseNumber'?: string;
|
|
2266
|
+
'PhoneNumberForQuestions'?: string;
|
|
2267
|
+
'PlannedRoute'?: string;
|
|
2268
|
+
'RecipientAddressCity'?: string;
|
|
2269
|
+
'RecipientAddressCounty'?: string;
|
|
2270
|
+
'RecipientAddressPostalCode'?: string;
|
|
2271
|
+
'RecipientAddressState'?: string;
|
|
2272
|
+
'RecipientAddressStreet1'?: string;
|
|
2273
|
+
'RecipientAddressStreet2'?: string;
|
|
2274
|
+
'RecipientName'?: string;
|
|
2275
|
+
'RecipientZoneId'?: number;
|
|
2276
|
+
'RetailerDeliveryId'?: number;
|
|
2277
|
+
'SalesCustomerType'?: string;
|
|
2278
|
+
'SalesDateTime'?: string;
|
|
2279
|
+
'Transactions'?: SalesCreatedeliveryretailersaleV2RequestItem_Transactions[];
|
|
2280
|
+
}
|
|
2281
|
+
export interface SalesCreatedeliveryretailersaleV2RequestItem_Transactions {
|
|
2282
|
+
'CityTax'?: string;
|
|
2283
|
+
'CountyTax'?: string;
|
|
2284
|
+
'DiscountAmount'?: string;
|
|
2285
|
+
'ExciseTax'?: string;
|
|
2286
|
+
'InvoiceNumber'?: string;
|
|
2287
|
+
'MunicipalTax'?: string;
|
|
2288
|
+
'PackageLabel'?: string;
|
|
2289
|
+
'Price'?: string;
|
|
2290
|
+
'QrCodes'?: string;
|
|
2291
|
+
'Quantity'?: number;
|
|
2292
|
+
'SalesTax'?: string;
|
|
2293
|
+
'SubTotal'?: string;
|
|
2294
|
+
'TotalAmount'?: number;
|
|
2295
|
+
'UnitOfMeasure'?: string;
|
|
2296
|
+
'UnitThcContent'?: number;
|
|
2297
|
+
'UnitThcContentUnitOfMeasure'?: string;
|
|
2298
|
+
'UnitThcPercent'?: number;
|
|
2299
|
+
'UnitWeight'?: number;
|
|
2300
|
+
'UnitWeightUnitOfMeasure'?: string;
|
|
2301
|
+
}
|
|
2302
|
+
export interface SalesCreatereceiptV1RequestItem {
|
|
2303
|
+
'CaregiverLicenseNumber'?: string;
|
|
2304
|
+
'ExternalReceiptNumber'?: string;
|
|
2305
|
+
'IdentificationMethod'?: string;
|
|
2306
|
+
'PatientLicenseNumber'?: string;
|
|
2307
|
+
'PatientRegistrationLocationId'?: number;
|
|
2308
|
+
'SalesCustomerType'?: string;
|
|
2309
|
+
'SalesDateTime'?: string;
|
|
2310
|
+
'Transactions'?: SalesCreatereceiptV1RequestItem_Transactions[];
|
|
2311
|
+
}
|
|
2312
|
+
export interface SalesCreatereceiptV1RequestItem_Transactions {
|
|
2313
|
+
'CityTax'?: string;
|
|
2314
|
+
'CountyTax'?: string;
|
|
2315
|
+
'DiscountAmount'?: string;
|
|
2316
|
+
'ExciseTax'?: string;
|
|
2317
|
+
'InvoiceNumber'?: string;
|
|
2318
|
+
'MunicipalTax'?: string;
|
|
2319
|
+
'PackageLabel'?: string;
|
|
2320
|
+
'Price'?: string;
|
|
2321
|
+
'QrCodes'?: string;
|
|
2322
|
+
'Quantity'?: number;
|
|
2323
|
+
'SalesTax'?: string;
|
|
2324
|
+
'SubTotal'?: string;
|
|
2325
|
+
'TotalAmount'?: number;
|
|
2326
|
+
'UnitOfMeasure'?: string;
|
|
2327
|
+
'UnitThcContent'?: number;
|
|
2328
|
+
'UnitThcContentUnitOfMeasure'?: string;
|
|
2329
|
+
'UnitThcPercent'?: number;
|
|
2330
|
+
'UnitWeight'?: number;
|
|
2331
|
+
'UnitWeightUnitOfMeasure'?: string;
|
|
2332
|
+
}
|
|
2333
|
+
export interface SalesCreatereceiptV2RequestItem {
|
|
2334
|
+
'CaregiverLicenseNumber'?: string;
|
|
2335
|
+
'ExternalReceiptNumber'?: string;
|
|
2336
|
+
'IdentificationMethod'?: string;
|
|
2337
|
+
'PatientLicenseNumber'?: string;
|
|
2338
|
+
'PatientRegistrationLocationId'?: number;
|
|
2339
|
+
'SalesCustomerType'?: string;
|
|
2340
|
+
'SalesDateTime'?: string;
|
|
2341
|
+
'Transactions'?: SalesCreatereceiptV2RequestItem_Transactions[];
|
|
2342
|
+
}
|
|
2343
|
+
export interface SalesCreatereceiptV2RequestItem_Transactions {
|
|
2344
|
+
'CityTax'?: string;
|
|
2345
|
+
'CountyTax'?: string;
|
|
2346
|
+
'DiscountAmount'?: string;
|
|
2347
|
+
'ExciseTax'?: string;
|
|
2348
|
+
'InvoiceNumber'?: string;
|
|
2349
|
+
'MunicipalTax'?: string;
|
|
2350
|
+
'PackageLabel'?: string;
|
|
2351
|
+
'Price'?: string;
|
|
2352
|
+
'QrCodes'?: string;
|
|
2353
|
+
'Quantity'?: number;
|
|
2354
|
+
'SalesTax'?: string;
|
|
2355
|
+
'SubTotal'?: string;
|
|
2356
|
+
'TotalAmount'?: number;
|
|
2357
|
+
'UnitOfMeasure'?: string;
|
|
2358
|
+
'UnitThcContent'?: number;
|
|
2359
|
+
'UnitThcContentUnitOfMeasure'?: string;
|
|
2360
|
+
'UnitThcPercent'?: number;
|
|
2361
|
+
'UnitWeight'?: number;
|
|
2362
|
+
'UnitWeightUnitOfMeasure'?: string;
|
|
2363
|
+
}
|
|
2364
|
+
export interface SalesCreatetransactionbydateV1RequestItem {
|
|
2365
|
+
'CityTax'?: string;
|
|
2366
|
+
'CountyTax'?: string;
|
|
2367
|
+
'DiscountAmount'?: string;
|
|
2368
|
+
'ExciseTax'?: string;
|
|
2369
|
+
'InvoiceNumber'?: string;
|
|
2370
|
+
'MunicipalTax'?: string;
|
|
2371
|
+
'PackageLabel'?: string;
|
|
2372
|
+
'Price'?: string;
|
|
2373
|
+
'QrCodes'?: string;
|
|
2374
|
+
'Quantity'?: number;
|
|
2375
|
+
'SalesTax'?: string;
|
|
2376
|
+
'SubTotal'?: string;
|
|
2377
|
+
'TotalAmount'?: number;
|
|
2378
|
+
'UnitOfMeasure'?: string;
|
|
2379
|
+
'UnitThcContent'?: number;
|
|
2380
|
+
'UnitThcContentUnitOfMeasure'?: string;
|
|
2381
|
+
'UnitThcPercent'?: number;
|
|
2382
|
+
'UnitWeight'?: number;
|
|
2383
|
+
'UnitWeightUnitOfMeasure'?: string;
|
|
2384
|
+
}
|
|
2385
|
+
export interface SalesUpdatedeliveryV1RequestItem {
|
|
2386
|
+
'ConsumerId'?: number;
|
|
2387
|
+
'DriverEmployeeId'?: string;
|
|
2388
|
+
'DriverName'?: string;
|
|
2389
|
+
'DriversLicenseNumber'?: string;
|
|
2390
|
+
'EstimatedArrivalDateTime'?: string;
|
|
2391
|
+
'EstimatedDepartureDateTime'?: string;
|
|
2392
|
+
'Id'?: number;
|
|
2393
|
+
'PatientLicenseNumber'?: string;
|
|
2394
|
+
'PhoneNumberForQuestions'?: string;
|
|
2395
|
+
'PlannedRoute'?: string;
|
|
2396
|
+
'RecipientAddressCity'?: string;
|
|
2397
|
+
'RecipientAddressCounty'?: string;
|
|
2398
|
+
'RecipientAddressPostalCode'?: string;
|
|
2399
|
+
'RecipientAddressState'?: string;
|
|
2400
|
+
'RecipientAddressStreet1'?: string;
|
|
2401
|
+
'RecipientAddressStreet2'?: string;
|
|
2402
|
+
'RecipientName'?: string;
|
|
2403
|
+
'RecipientZoneId'?: string;
|
|
2404
|
+
'SalesCustomerType'?: string;
|
|
2405
|
+
'SalesDateTime'?: string;
|
|
2406
|
+
'Transactions'?: SalesUpdatedeliveryV1RequestItem_Transactions[];
|
|
2407
|
+
'TransporterFacilityLicenseNumber'?: string;
|
|
2408
|
+
'VehicleLicensePlateNumber'?: string;
|
|
2409
|
+
'VehicleMake'?: string;
|
|
2410
|
+
'VehicleModel'?: string;
|
|
2411
|
+
}
|
|
2412
|
+
export interface SalesUpdatedeliveryV1RequestItem_Transactions {
|
|
2413
|
+
'CityTax'?: string;
|
|
2414
|
+
'CountyTax'?: string;
|
|
2415
|
+
'DiscountAmount'?: string;
|
|
2416
|
+
'ExciseTax'?: string;
|
|
2417
|
+
'InvoiceNumber'?: string;
|
|
2418
|
+
'MunicipalTax'?: string;
|
|
2419
|
+
'PackageLabel'?: string;
|
|
2420
|
+
'Price'?: string;
|
|
2421
|
+
'QrCodes'?: string;
|
|
2422
|
+
'Quantity'?: number;
|
|
2423
|
+
'SalesTax'?: string;
|
|
2424
|
+
'SubTotal'?: string;
|
|
2425
|
+
'TotalAmount'?: number;
|
|
2426
|
+
'UnitOfMeasure'?: string;
|
|
2427
|
+
'UnitThcContent'?: number;
|
|
2428
|
+
'UnitThcContentUnitOfMeasure'?: string;
|
|
2429
|
+
'UnitThcPercent'?: number;
|
|
2430
|
+
'UnitWeight'?: number;
|
|
2431
|
+
'UnitWeightUnitOfMeasure'?: string;
|
|
2432
|
+
}
|
|
2433
|
+
export interface SalesUpdatedeliveryV2RequestItem {
|
|
2434
|
+
'ConsumerId'?: number;
|
|
2435
|
+
'DriverEmployeeId'?: string;
|
|
2436
|
+
'DriverName'?: string;
|
|
2437
|
+
'DriversLicenseNumber'?: string;
|
|
2438
|
+
'EstimatedArrivalDateTime'?: string;
|
|
2439
|
+
'EstimatedDepartureDateTime'?: string;
|
|
2440
|
+
'Id'?: number;
|
|
2441
|
+
'PatientLicenseNumber'?: string;
|
|
2442
|
+
'PhoneNumberForQuestions'?: string;
|
|
2443
|
+
'PlannedRoute'?: string;
|
|
2444
|
+
'RecipientAddressCity'?: string;
|
|
2445
|
+
'RecipientAddressCounty'?: string;
|
|
2446
|
+
'RecipientAddressPostalCode'?: string;
|
|
2447
|
+
'RecipientAddressState'?: string;
|
|
2448
|
+
'RecipientAddressStreet1'?: string;
|
|
2449
|
+
'RecipientAddressStreet2'?: string;
|
|
2450
|
+
'RecipientName'?: string;
|
|
2451
|
+
'RecipientZoneId'?: string;
|
|
2452
|
+
'SalesCustomerType'?: string;
|
|
2453
|
+
'SalesDateTime'?: string;
|
|
2454
|
+
'Transactions'?: SalesUpdatedeliveryV2RequestItem_Transactions[];
|
|
2455
|
+
'TransporterFacilityLicenseNumber'?: string;
|
|
2456
|
+
'VehicleLicensePlateNumber'?: string;
|
|
2457
|
+
'VehicleMake'?: string;
|
|
2458
|
+
'VehicleModel'?: string;
|
|
2459
|
+
}
|
|
2460
|
+
export interface SalesUpdatedeliveryV2RequestItem_Transactions {
|
|
2461
|
+
'CityTax'?: string;
|
|
2462
|
+
'CountyTax'?: string;
|
|
2463
|
+
'DiscountAmount'?: string;
|
|
2464
|
+
'ExciseTax'?: string;
|
|
2465
|
+
'InvoiceNumber'?: string;
|
|
2466
|
+
'MunicipalTax'?: string;
|
|
2467
|
+
'PackageLabel'?: string;
|
|
2468
|
+
'Price'?: string;
|
|
2469
|
+
'QrCodes'?: string;
|
|
2470
|
+
'Quantity'?: number;
|
|
2471
|
+
'SalesTax'?: string;
|
|
2472
|
+
'SubTotal'?: string;
|
|
2473
|
+
'TotalAmount'?: number;
|
|
2474
|
+
'UnitOfMeasure'?: string;
|
|
2475
|
+
'UnitThcContent'?: number;
|
|
2476
|
+
'UnitThcContentUnitOfMeasure'?: string;
|
|
2477
|
+
'UnitThcPercent'?: number;
|
|
2478
|
+
'UnitWeight'?: number;
|
|
2479
|
+
'UnitWeightUnitOfMeasure'?: string;
|
|
2480
|
+
}
|
|
2481
|
+
export interface SalesUpdatedeliverycompleteV1RequestItem {
|
|
2482
|
+
'AcceptedPackages'?: string[];
|
|
2483
|
+
'ActualArrivalDateTime'?: string;
|
|
2484
|
+
'Id'?: number;
|
|
2485
|
+
'PaymentType'?: string;
|
|
2486
|
+
'ReturnedPackages'?: SalesUpdatedeliverycompleteV1RequestItem_Returnedpackages[];
|
|
2487
|
+
}
|
|
2488
|
+
export interface SalesUpdatedeliverycompleteV1RequestItem_Returnedpackages {
|
|
2489
|
+
'Label'?: string;
|
|
2490
|
+
'ReturnQuantityVerified'?: number;
|
|
2491
|
+
'ReturnReason'?: string;
|
|
2492
|
+
'ReturnReasonNote'?: string;
|
|
2493
|
+
'ReturnUnitOfMeasure'?: string;
|
|
2494
|
+
}
|
|
2495
|
+
export interface SalesUpdatedeliverycompleteV2RequestItem {
|
|
2496
|
+
'AcceptedPackages'?: string[];
|
|
2497
|
+
'ActualArrivalDateTime'?: string;
|
|
2498
|
+
'Id'?: number;
|
|
2499
|
+
'PaymentType'?: string;
|
|
2500
|
+
'ReturnedPackages'?: SalesUpdatedeliverycompleteV2RequestItem_Returnedpackages[];
|
|
2501
|
+
}
|
|
2502
|
+
export interface SalesUpdatedeliverycompleteV2RequestItem_Returnedpackages {
|
|
2503
|
+
'Label'?: string;
|
|
2504
|
+
'ReturnQuantityVerified'?: number;
|
|
2505
|
+
'ReturnReason'?: string;
|
|
2506
|
+
'ReturnReasonNote'?: string;
|
|
2507
|
+
'ReturnUnitOfMeasure'?: string;
|
|
2508
|
+
}
|
|
2509
|
+
export interface SalesUpdatedeliveryhubV1RequestItem {
|
|
2510
|
+
'DriverEmployeeId'?: string;
|
|
2511
|
+
'DriverName'?: string;
|
|
2512
|
+
'DriversLicenseNumber'?: string;
|
|
2513
|
+
'EstimatedArrivalDateTime'?: string;
|
|
2514
|
+
'EstimatedDepartureDateTime'?: string;
|
|
2515
|
+
'Id'?: number;
|
|
2516
|
+
'PhoneNumberForQuestions'?: string;
|
|
2517
|
+
'PlannedRoute'?: string;
|
|
2518
|
+
'TransporterFacilityId'?: string;
|
|
2519
|
+
'VehicleLicensePlateNumber'?: string;
|
|
2520
|
+
'VehicleMake'?: string;
|
|
2521
|
+
'VehicleModel'?: string;
|
|
2522
|
+
}
|
|
2523
|
+
export interface SalesUpdatedeliveryhubV2RequestItem {
|
|
2524
|
+
'DriverEmployeeId'?: string;
|
|
2525
|
+
'DriverName'?: string;
|
|
2526
|
+
'DriversLicenseNumber'?: string;
|
|
2527
|
+
'EstimatedArrivalDateTime'?: string;
|
|
2528
|
+
'EstimatedDepartureDateTime'?: string;
|
|
2529
|
+
'Id'?: number;
|
|
2530
|
+
'PhoneNumberForQuestions'?: string;
|
|
2531
|
+
'PlannedRoute'?: string;
|
|
2532
|
+
'TransporterFacilityId'?: string;
|
|
2533
|
+
'VehicleLicensePlateNumber'?: string;
|
|
2534
|
+
'VehicleMake'?: string;
|
|
2535
|
+
'VehicleModel'?: string;
|
|
2536
|
+
}
|
|
2537
|
+
export interface SalesUpdatedeliveryhubacceptV1RequestItem {
|
|
2538
|
+
'Id'?: number;
|
|
2539
|
+
}
|
|
2540
|
+
export interface SalesUpdatedeliveryhubacceptV2RequestItem {
|
|
2541
|
+
'Id'?: number;
|
|
2542
|
+
}
|
|
2543
|
+
export interface SalesUpdatedeliveryhubdepartV1RequestItem {
|
|
2544
|
+
'Id'?: number;
|
|
2545
|
+
}
|
|
2546
|
+
export interface SalesUpdatedeliveryhubdepartV2RequestItem {
|
|
2547
|
+
'Id'?: number;
|
|
2548
|
+
}
|
|
2549
|
+
export interface SalesUpdatedeliveryhubverifyidV1RequestItem {
|
|
2550
|
+
'Id'?: number;
|
|
2551
|
+
'PaymentType'?: string;
|
|
2552
|
+
}
|
|
2553
|
+
export interface SalesUpdatedeliveryhubverifyidV2RequestItem {
|
|
2554
|
+
'Id'?: number;
|
|
2555
|
+
'PaymentType'?: string;
|
|
2556
|
+
}
|
|
2557
|
+
export interface SalesUpdatedeliveryretailerV1RequestItem {
|
|
2558
|
+
'DateTime'?: string;
|
|
2559
|
+
'Destinations'?: SalesUpdatedeliveryretailerV1RequestItem_Destinations[];
|
|
2560
|
+
'DriverEmployeeId'?: string;
|
|
2561
|
+
'DriverName'?: string;
|
|
2562
|
+
'DriversLicenseNumber'?: string;
|
|
2563
|
+
'EstimatedDepartureDateTime'?: string;
|
|
2564
|
+
'Id'?: number;
|
|
2565
|
+
'Packages'?: SalesUpdatedeliveryretailerV1RequestItem_Packages[];
|
|
2566
|
+
'PhoneNumberForQuestions'?: string;
|
|
2567
|
+
'VehicleLicensePlateNumber'?: string;
|
|
2568
|
+
'VehicleMake'?: string;
|
|
2569
|
+
'VehicleModel'?: string;
|
|
2570
|
+
}
|
|
2571
|
+
export interface SalesUpdatedeliveryretailerV1RequestItem_Destinations {
|
|
2572
|
+
'ConsumerId'?: string;
|
|
2573
|
+
'DriverEmployeeId'?: number;
|
|
2574
|
+
'DriverName'?: string;
|
|
2575
|
+
'DriversLicenseNumber'?: string;
|
|
2576
|
+
'EstimatedArrivalDateTime'?: string;
|
|
2577
|
+
'EstimatedDepartureDateTime'?: string;
|
|
2578
|
+
'Id'?: number;
|
|
2579
|
+
'PatientLicenseNumber'?: string;
|
|
2580
|
+
'PhoneNumberForQuestions'?: string;
|
|
2581
|
+
'PlannedRoute'?: string;
|
|
2582
|
+
'RecipientAddressCity'?: string;
|
|
2583
|
+
'RecipientAddressCounty'?: string;
|
|
2584
|
+
'RecipientAddressPostalCode'?: string;
|
|
2585
|
+
'RecipientAddressState'?: string;
|
|
2586
|
+
'RecipientAddressStreet1'?: string;
|
|
2587
|
+
'RecipientAddressStreet2'?: string;
|
|
2588
|
+
'RecipientName'?: string;
|
|
2589
|
+
'RecipientZoneId'?: string;
|
|
2590
|
+
'SalesCustomerType'?: string;
|
|
2591
|
+
'SalesDateTime'?: string;
|
|
2592
|
+
'Transactions'?: SalesUpdatedeliveryretailerV1RequestItem_Destinations_Transactions[];
|
|
2593
|
+
'VehicleLicensePlateNumber'?: string;
|
|
2594
|
+
'VehicleMake'?: string;
|
|
2595
|
+
'VehicleModel'?: string;
|
|
2596
|
+
}
|
|
2597
|
+
export interface SalesUpdatedeliveryretailerV1RequestItem_Destinations_Transactions {
|
|
2598
|
+
'CityTax'?: string;
|
|
2599
|
+
'CountyTax'?: string;
|
|
2600
|
+
'DiscountAmount'?: string;
|
|
2601
|
+
'ExciseTax'?: string;
|
|
2602
|
+
'InvoiceNumber'?: string;
|
|
2603
|
+
'MunicipalTax'?: string;
|
|
2604
|
+
'PackageLabel'?: string;
|
|
2605
|
+
'Price'?: string;
|
|
2606
|
+
'QrCodes'?: string;
|
|
2607
|
+
'Quantity'?: number;
|
|
2608
|
+
'SalesTax'?: string;
|
|
2609
|
+
'SubTotal'?: string;
|
|
2610
|
+
'TotalAmount'?: number;
|
|
2611
|
+
'UnitOfMeasure'?: string;
|
|
2612
|
+
'UnitThcContent'?: number;
|
|
2613
|
+
'UnitThcContentUnitOfMeasure'?: string;
|
|
2614
|
+
'UnitThcPercent'?: number;
|
|
2615
|
+
'UnitWeight'?: number;
|
|
2616
|
+
'UnitWeightUnitOfMeasure'?: string;
|
|
2617
|
+
}
|
|
2618
|
+
export interface SalesUpdatedeliveryretailerV1RequestItem_Packages {
|
|
2619
|
+
'DateTime'?: string;
|
|
2620
|
+
'PackageLabel'?: string;
|
|
2621
|
+
'Quantity'?: number;
|
|
2622
|
+
'TotalPrice'?: number;
|
|
2623
|
+
'UnitOfMeasure'?: string;
|
|
2624
|
+
}
|
|
2625
|
+
export interface SalesUpdatedeliveryretailerV2RequestItem {
|
|
2626
|
+
'DateTime'?: string;
|
|
2627
|
+
'Destinations'?: SalesUpdatedeliveryretailerV2RequestItem_Destinations[];
|
|
2628
|
+
'DriverEmployeeId'?: string;
|
|
2629
|
+
'DriverName'?: string;
|
|
2630
|
+
'DriversLicenseNumber'?: string;
|
|
2631
|
+
'EstimatedDepartureDateTime'?: string;
|
|
2632
|
+
'Id'?: number;
|
|
2633
|
+
'Packages'?: SalesUpdatedeliveryretailerV2RequestItem_Packages[];
|
|
2634
|
+
'PhoneNumberForQuestions'?: string;
|
|
2635
|
+
'VehicleLicensePlateNumber'?: string;
|
|
2636
|
+
'VehicleMake'?: string;
|
|
2637
|
+
'VehicleModel'?: string;
|
|
2638
|
+
}
|
|
2639
|
+
export interface SalesUpdatedeliveryretailerV2RequestItem_Destinations {
|
|
2640
|
+
'ConsumerId'?: string;
|
|
2641
|
+
'DriverEmployeeId'?: number;
|
|
2642
|
+
'DriverName'?: string;
|
|
2643
|
+
'DriversLicenseNumber'?: string;
|
|
2644
|
+
'EstimatedArrivalDateTime'?: string;
|
|
2645
|
+
'EstimatedDepartureDateTime'?: string;
|
|
2646
|
+
'Id'?: number;
|
|
2647
|
+
'PatientLicenseNumber'?: string;
|
|
2648
|
+
'PhoneNumberForQuestions'?: string;
|
|
2649
|
+
'PlannedRoute'?: string;
|
|
2650
|
+
'RecipientAddressCity'?: string;
|
|
2651
|
+
'RecipientAddressCounty'?: string;
|
|
2652
|
+
'RecipientAddressPostalCode'?: string;
|
|
2653
|
+
'RecipientAddressState'?: string;
|
|
2654
|
+
'RecipientAddressStreet1'?: string;
|
|
2655
|
+
'RecipientAddressStreet2'?: string;
|
|
2656
|
+
'RecipientName'?: string;
|
|
2657
|
+
'RecipientZoneId'?: string;
|
|
2658
|
+
'SalesCustomerType'?: string;
|
|
2659
|
+
'SalesDateTime'?: string;
|
|
2660
|
+
'Transactions'?: SalesUpdatedeliveryretailerV2RequestItem_Destinations_Transactions[];
|
|
2661
|
+
'VehicleLicensePlateNumber'?: string;
|
|
2662
|
+
'VehicleMake'?: string;
|
|
2663
|
+
'VehicleModel'?: string;
|
|
2664
|
+
}
|
|
2665
|
+
export interface SalesUpdatedeliveryretailerV2RequestItem_Destinations_Transactions {
|
|
2666
|
+
'CityTax'?: string;
|
|
2667
|
+
'CountyTax'?: string;
|
|
2668
|
+
'DiscountAmount'?: string;
|
|
2669
|
+
'ExciseTax'?: string;
|
|
2670
|
+
'InvoiceNumber'?: string;
|
|
2671
|
+
'MunicipalTax'?: string;
|
|
2672
|
+
'PackageLabel'?: string;
|
|
2673
|
+
'Price'?: string;
|
|
2674
|
+
'QrCodes'?: string;
|
|
2675
|
+
'Quantity'?: number;
|
|
2676
|
+
'SalesTax'?: string;
|
|
2677
|
+
'SubTotal'?: string;
|
|
2678
|
+
'TotalAmount'?: number;
|
|
2679
|
+
'UnitOfMeasure'?: string;
|
|
2680
|
+
'UnitThcContent'?: number;
|
|
2681
|
+
'UnitThcContentUnitOfMeasure'?: string;
|
|
2682
|
+
'UnitThcPercent'?: number;
|
|
2683
|
+
'UnitWeight'?: number;
|
|
2684
|
+
'UnitWeightUnitOfMeasure'?: string;
|
|
2685
|
+
}
|
|
2686
|
+
export interface SalesUpdatedeliveryretailerV2RequestItem_Packages {
|
|
2687
|
+
'DateTime'?: string;
|
|
2688
|
+
'PackageLabel'?: string;
|
|
2689
|
+
'Quantity'?: number;
|
|
2690
|
+
'TotalPrice'?: number;
|
|
2691
|
+
'UnitOfMeasure'?: string;
|
|
2692
|
+
}
|
|
2693
|
+
export interface SalesUpdatereceiptV1RequestItem {
|
|
2694
|
+
'CaregiverLicenseNumber'?: string;
|
|
2695
|
+
'ExternalReceiptNumber'?: string;
|
|
2696
|
+
'Id'?: number;
|
|
2697
|
+
'IdentificationMethod'?: string;
|
|
2698
|
+
'PatientLicenseNumber'?: string;
|
|
2699
|
+
'PatientRegistrationLocationId'?: number;
|
|
2700
|
+
'SalesCustomerType'?: string;
|
|
2701
|
+
'SalesDateTime'?: string;
|
|
2702
|
+
'Transactions'?: SalesUpdatereceiptV1RequestItem_Transactions[];
|
|
2703
|
+
}
|
|
2704
|
+
export interface SalesUpdatereceiptV1RequestItem_Transactions {
|
|
2705
|
+
'CityTax'?: string;
|
|
2706
|
+
'CountyTax'?: string;
|
|
2707
|
+
'DiscountAmount'?: string;
|
|
2708
|
+
'ExciseTax'?: string;
|
|
2709
|
+
'InvoiceNumber'?: string;
|
|
2710
|
+
'MunicipalTax'?: string;
|
|
2711
|
+
'PackageLabel'?: string;
|
|
2712
|
+
'Price'?: string;
|
|
2713
|
+
'QrCodes'?: string;
|
|
2714
|
+
'Quantity'?: number;
|
|
2715
|
+
'SalesTax'?: string;
|
|
2716
|
+
'SubTotal'?: string;
|
|
2717
|
+
'TotalAmount'?: number;
|
|
2718
|
+
'UnitOfMeasure'?: string;
|
|
2719
|
+
'UnitThcContent'?: number;
|
|
2720
|
+
'UnitThcContentUnitOfMeasure'?: string;
|
|
2721
|
+
'UnitThcPercent'?: number;
|
|
2722
|
+
'UnitWeight'?: number;
|
|
2723
|
+
'UnitWeightUnitOfMeasure'?: string;
|
|
2724
|
+
}
|
|
2725
|
+
export interface SalesUpdatereceiptV2RequestItem {
|
|
2726
|
+
'CaregiverLicenseNumber'?: string;
|
|
2727
|
+
'ExternalReceiptNumber'?: string;
|
|
2728
|
+
'Id'?: number;
|
|
2729
|
+
'IdentificationMethod'?: string;
|
|
2730
|
+
'PatientLicenseNumber'?: string;
|
|
2731
|
+
'PatientRegistrationLocationId'?: number;
|
|
2732
|
+
'SalesCustomerType'?: string;
|
|
2733
|
+
'SalesDateTime'?: string;
|
|
2734
|
+
'Transactions'?: SalesUpdatereceiptV2RequestItem_Transactions[];
|
|
2735
|
+
}
|
|
2736
|
+
export interface SalesUpdatereceiptV2RequestItem_Transactions {
|
|
2737
|
+
'CityTax'?: string;
|
|
2738
|
+
'CountyTax'?: string;
|
|
2739
|
+
'DiscountAmount'?: string;
|
|
2740
|
+
'ExciseTax'?: string;
|
|
2741
|
+
'InvoiceNumber'?: string;
|
|
2742
|
+
'MunicipalTax'?: string;
|
|
2743
|
+
'PackageLabel'?: string;
|
|
2744
|
+
'Price'?: string;
|
|
2745
|
+
'QrCodes'?: string;
|
|
2746
|
+
'Quantity'?: number;
|
|
2747
|
+
'SalesTax'?: string;
|
|
2748
|
+
'SubTotal'?: string;
|
|
2749
|
+
'TotalAmount'?: number;
|
|
2750
|
+
'UnitOfMeasure'?: string;
|
|
2751
|
+
'UnitThcContent'?: number;
|
|
2752
|
+
'UnitThcContentUnitOfMeasure'?: string;
|
|
2753
|
+
'UnitThcPercent'?: number;
|
|
2754
|
+
'UnitWeight'?: number;
|
|
2755
|
+
'UnitWeightUnitOfMeasure'?: string;
|
|
2756
|
+
}
|
|
2757
|
+
export interface SalesUpdatereceiptfinalizeV2RequestItem {
|
|
2758
|
+
'Id'?: number;
|
|
2759
|
+
}
|
|
2760
|
+
export interface SalesUpdatereceiptunfinalizeV2RequestItem {
|
|
2761
|
+
'Id'?: number;
|
|
2762
|
+
}
|
|
2763
|
+
export interface SalesUpdatetransactionbydateV1RequestItem {
|
|
2764
|
+
'CityTax'?: string;
|
|
2765
|
+
'CountyTax'?: string;
|
|
2766
|
+
'DiscountAmount'?: string;
|
|
2767
|
+
'ExciseTax'?: string;
|
|
2768
|
+
'InvoiceNumber'?: string;
|
|
2769
|
+
'MunicipalTax'?: string;
|
|
2770
|
+
'PackageLabel'?: string;
|
|
2771
|
+
'Price'?: string;
|
|
2772
|
+
'QrCodes'?: string;
|
|
2773
|
+
'Quantity'?: number;
|
|
2774
|
+
'SalesTax'?: string;
|
|
2775
|
+
'SubTotal'?: string;
|
|
2776
|
+
'TotalAmount'?: number;
|
|
2777
|
+
'UnitOfMeasure'?: string;
|
|
2778
|
+
'UnitThcContent'?: number;
|
|
2779
|
+
'UnitThcContentUnitOfMeasure'?: string;
|
|
2780
|
+
'UnitThcPercent'?: number;
|
|
2781
|
+
'UnitWeight'?: number;
|
|
2782
|
+
'UnitWeightUnitOfMeasure'?: string;
|
|
2783
|
+
}
|
|
2784
|
+
export interface PatientcheckinsCreateV1RequestItem {
|
|
2785
|
+
'CheckInDate'?: string;
|
|
2786
|
+
'CheckInLocationId'?: number;
|
|
2787
|
+
'PatientLicenseNumber'?: string;
|
|
2788
|
+
'RegistrationExpiryDate'?: string;
|
|
2789
|
+
'RegistrationStartDate'?: string;
|
|
2790
|
+
}
|
|
2791
|
+
export interface PatientcheckinsCreateV2RequestItem {
|
|
2792
|
+
'CheckInDate'?: string;
|
|
2793
|
+
'CheckInLocationId'?: number;
|
|
2794
|
+
'PatientLicenseNumber'?: string;
|
|
2795
|
+
'RegistrationExpiryDate'?: string;
|
|
2796
|
+
'RegistrationStartDate'?: string;
|
|
2797
|
+
}
|
|
2798
|
+
export interface PatientcheckinsUpdateV1RequestItem {
|
|
2799
|
+
'CheckInDate'?: string;
|
|
2800
|
+
'CheckInLocationId'?: number;
|
|
2801
|
+
'Id'?: number;
|
|
2802
|
+
'PatientLicenseNumber'?: string;
|
|
2803
|
+
'RegistrationExpiryDate'?: string;
|
|
2804
|
+
'RegistrationStartDate'?: string;
|
|
2805
|
+
}
|
|
2806
|
+
export interface PatientcheckinsUpdateV2RequestItem {
|
|
2807
|
+
'CheckInDate'?: string;
|
|
2808
|
+
'CheckInLocationId'?: number;
|
|
2809
|
+
'Id'?: number;
|
|
2810
|
+
'PatientLicenseNumber'?: string;
|
|
2811
|
+
'RegistrationExpiryDate'?: string;
|
|
2812
|
+
'RegistrationStartDate'?: string;
|
|
2813
|
+
}
|
|
2814
|
+
export interface PlantbatchesCreateadditivesV1RequestItem {
|
|
2815
|
+
'ActiveIngredients'?: PlantbatchesCreateadditivesV1RequestItem_Activeingredients[];
|
|
2816
|
+
'ActualDate'?: string;
|
|
2817
|
+
'AdditiveType'?: string;
|
|
2818
|
+
'ApplicationDevice'?: string;
|
|
2819
|
+
'EpaRegistrationNumber'?: string;
|
|
2820
|
+
'PlantBatchName'?: string;
|
|
2821
|
+
'ProductSupplier'?: string;
|
|
2822
|
+
'ProductTradeName'?: string;
|
|
2823
|
+
'TotalAmountApplied'?: number;
|
|
2824
|
+
'TotalAmountUnitOfMeasure'?: string;
|
|
2825
|
+
}
|
|
2826
|
+
export interface PlantbatchesCreateadditivesV1RequestItem_Activeingredients {
|
|
2827
|
+
'Name'?: string;
|
|
2828
|
+
'Percentage'?: number;
|
|
2829
|
+
}
|
|
2830
|
+
export interface PlantbatchesCreateadditivesV2RequestItem {
|
|
2831
|
+
'ActiveIngredients'?: PlantbatchesCreateadditivesV2RequestItem_Activeingredients[];
|
|
2832
|
+
'ActualDate'?: string;
|
|
2833
|
+
'AdditiveType'?: string;
|
|
2834
|
+
'ApplicationDevice'?: string;
|
|
2835
|
+
'EpaRegistrationNumber'?: string;
|
|
2836
|
+
'PlantBatchName'?: string;
|
|
2837
|
+
'ProductSupplier'?: string;
|
|
2838
|
+
'ProductTradeName'?: string;
|
|
2839
|
+
'TotalAmountApplied'?: number;
|
|
2840
|
+
'TotalAmountUnitOfMeasure'?: string;
|
|
2841
|
+
}
|
|
2842
|
+
export interface PlantbatchesCreateadditivesV2RequestItem_Activeingredients {
|
|
2843
|
+
'Name'?: string;
|
|
2844
|
+
'Percentage'?: number;
|
|
2845
|
+
}
|
|
2846
|
+
export interface PlantbatchesCreateadditivesusingtemplateV2RequestItem {
|
|
2847
|
+
'ActualDate'?: string;
|
|
2848
|
+
'AdditivesTemplateName'?: string;
|
|
2849
|
+
'PlantBatchName'?: string;
|
|
2850
|
+
'Rate'?: string;
|
|
2851
|
+
'TotalAmountApplied'?: number;
|
|
2852
|
+
'TotalAmountUnitOfMeasure'?: string;
|
|
2853
|
+
'Volume'?: string;
|
|
2854
|
+
}
|
|
2855
|
+
export interface PlantbatchesCreateadjustV1RequestItem {
|
|
2856
|
+
'AdjustmentDate'?: string;
|
|
2857
|
+
'AdjustmentReason'?: string;
|
|
2858
|
+
'PlantBatchName'?: string;
|
|
2859
|
+
'Quantity'?: number;
|
|
2860
|
+
'ReasonNote'?: string;
|
|
2861
|
+
}
|
|
2862
|
+
export interface PlantbatchesCreateadjustV2RequestItem {
|
|
2863
|
+
'AdjustmentDate'?: string;
|
|
2864
|
+
'AdjustmentReason'?: string;
|
|
2865
|
+
'PlantBatchName'?: string;
|
|
2866
|
+
'Quantity'?: number;
|
|
2867
|
+
'ReasonNote'?: string;
|
|
2868
|
+
}
|
|
2869
|
+
export interface PlantbatchesCreatechangegrowthphaseV1RequestItem {
|
|
2870
|
+
'Count'?: number;
|
|
2871
|
+
'CountPerPlant'?: string;
|
|
2872
|
+
'GrowthDate'?: string;
|
|
2873
|
+
'GrowthPhase'?: string;
|
|
2874
|
+
'Name'?: string;
|
|
2875
|
+
'NewLocation'?: string;
|
|
2876
|
+
'NewSublocation'?: string;
|
|
2877
|
+
'PatientLicenseNumber'?: string;
|
|
2878
|
+
'StartingTag'?: string;
|
|
2879
|
+
}
|
|
2880
|
+
export interface PlantbatchesCreategrowthphaseV2RequestItem {
|
|
2881
|
+
'Count'?: number;
|
|
2882
|
+
'CountPerPlant'?: string;
|
|
2883
|
+
'GrowthDate'?: string;
|
|
2884
|
+
'GrowthPhase'?: string;
|
|
2885
|
+
'Name'?: string;
|
|
2886
|
+
'NewLocation'?: string;
|
|
2887
|
+
'NewSublocation'?: string;
|
|
2888
|
+
'PatientLicenseNumber'?: string;
|
|
2889
|
+
'StartingTag'?: string;
|
|
2890
|
+
}
|
|
2891
|
+
export interface PlantbatchesCreatepackageV2RequestItem {
|
|
2892
|
+
'ActualDate'?: string;
|
|
2893
|
+
'Count'?: number;
|
|
2894
|
+
'ExpirationDate'?: string;
|
|
2895
|
+
'Id'?: number;
|
|
2896
|
+
'IsDonation'?: boolean;
|
|
2897
|
+
'IsTradeSample'?: boolean;
|
|
2898
|
+
'Item'?: string;
|
|
2899
|
+
'Location'?: string;
|
|
2900
|
+
'Note'?: string;
|
|
2901
|
+
'PatientLicenseNumber'?: string;
|
|
2902
|
+
'PlantBatch'?: string;
|
|
2903
|
+
'SellByDate'?: string;
|
|
2904
|
+
'Sublocation'?: string;
|
|
2905
|
+
'Tag'?: string;
|
|
2906
|
+
'UseByDate'?: string;
|
|
2907
|
+
}
|
|
2908
|
+
export interface PlantbatchesCreatepackagefrommotherplantV1RequestItem {
|
|
2909
|
+
'ActualDate'?: string;
|
|
2910
|
+
'Count'?: number;
|
|
2911
|
+
'ExpirationDate'?: string;
|
|
2912
|
+
'Id'?: number;
|
|
2913
|
+
'IsDonation'?: boolean;
|
|
2914
|
+
'IsTradeSample'?: boolean;
|
|
2915
|
+
'Item'?: string;
|
|
2916
|
+
'Location'?: string;
|
|
2917
|
+
'Note'?: string;
|
|
2918
|
+
'PatientLicenseNumber'?: string;
|
|
2919
|
+
'PlantBatch'?: string;
|
|
2920
|
+
'SellByDate'?: string;
|
|
2921
|
+
'Sublocation'?: string;
|
|
2922
|
+
'Tag'?: string;
|
|
2923
|
+
'UseByDate'?: string;
|
|
2924
|
+
}
|
|
2925
|
+
export interface PlantbatchesCreatepackagefrommotherplantV2RequestItem {
|
|
2926
|
+
'ActualDate'?: string;
|
|
2927
|
+
'Count'?: number;
|
|
2928
|
+
'ExpirationDate'?: string;
|
|
2929
|
+
'Id'?: number;
|
|
2930
|
+
'IsDonation'?: boolean;
|
|
2931
|
+
'IsTradeSample'?: boolean;
|
|
2932
|
+
'Item'?: string;
|
|
2933
|
+
'Location'?: string;
|
|
2934
|
+
'Note'?: string;
|
|
2935
|
+
'PatientLicenseNumber'?: string;
|
|
2936
|
+
'PlantBatch'?: string;
|
|
2937
|
+
'SellByDate'?: string;
|
|
2938
|
+
'Sublocation'?: string;
|
|
2939
|
+
'Tag'?: string;
|
|
2940
|
+
'UseByDate'?: string;
|
|
2941
|
+
}
|
|
2942
|
+
export interface PlantbatchesCreateplantingsV2RequestItem {
|
|
2943
|
+
'ActualDate'?: string;
|
|
2944
|
+
'Count'?: number;
|
|
2945
|
+
'Location'?: string;
|
|
2946
|
+
'Name'?: string;
|
|
2947
|
+
'PatientLicenseNumber'?: string;
|
|
2948
|
+
'SourcePlantBatches'?: string;
|
|
2949
|
+
'Strain'?: string;
|
|
2950
|
+
'Sublocation'?: string;
|
|
2951
|
+
'Type'?: string;
|
|
2952
|
+
}
|
|
2953
|
+
export interface PlantbatchesCreatesplitV1RequestItem {
|
|
2954
|
+
'ActualDate'?: string;
|
|
2955
|
+
'Count'?: number;
|
|
2956
|
+
'GroupName'?: string;
|
|
2957
|
+
'Location'?: string;
|
|
2958
|
+
'PatientLicenseNumber'?: string;
|
|
2959
|
+
'PlantBatch'?: string;
|
|
2960
|
+
'Strain'?: string;
|
|
2961
|
+
'Sublocation'?: string;
|
|
2962
|
+
}
|
|
2963
|
+
export interface PlantbatchesCreatesplitV2RequestItem {
|
|
2964
|
+
'ActualDate'?: string;
|
|
2965
|
+
'Count'?: number;
|
|
2966
|
+
'GroupName'?: string;
|
|
2967
|
+
'Location'?: string;
|
|
2968
|
+
'PatientLicenseNumber'?: string;
|
|
2969
|
+
'PlantBatch'?: string;
|
|
2970
|
+
'Strain'?: string;
|
|
2971
|
+
'Sublocation'?: string;
|
|
2972
|
+
}
|
|
2973
|
+
export interface PlantbatchesCreatewasteV1RequestItem {
|
|
2974
|
+
'MixedMaterial'?: string;
|
|
2975
|
+
'Note'?: string;
|
|
2976
|
+
'PlantBatchName'?: string;
|
|
2977
|
+
'ReasonName'?: string;
|
|
2978
|
+
'UnitOfMeasureName'?: string;
|
|
2979
|
+
'WasteDate'?: string;
|
|
2980
|
+
'WasteMethodName'?: string;
|
|
2981
|
+
'WasteWeight'?: number;
|
|
2982
|
+
}
|
|
2983
|
+
export interface PlantbatchesCreatewasteV2RequestItem {
|
|
2984
|
+
'MixedMaterial'?: string;
|
|
2985
|
+
'Note'?: string;
|
|
2986
|
+
'PlantBatchName'?: string;
|
|
2987
|
+
'ReasonName'?: string;
|
|
2988
|
+
'UnitOfMeasureName'?: string;
|
|
2989
|
+
'WasteDate'?: string;
|
|
2990
|
+
'WasteMethodName'?: string;
|
|
2991
|
+
'WasteWeight'?: number;
|
|
2992
|
+
}
|
|
2993
|
+
export interface PlantbatchesCreatepackagesV1RequestItem {
|
|
2994
|
+
'ActualDate'?: string;
|
|
2995
|
+
'Count'?: number;
|
|
2996
|
+
'ExpirationDate'?: string;
|
|
2997
|
+
'Id'?: number;
|
|
2998
|
+
'IsDonation'?: boolean;
|
|
2999
|
+
'IsTradeSample'?: boolean;
|
|
3000
|
+
'Item'?: string;
|
|
3001
|
+
'Location'?: string;
|
|
3002
|
+
'Note'?: string;
|
|
3003
|
+
'PatientLicenseNumber'?: string;
|
|
3004
|
+
'PlantBatch'?: string;
|
|
3005
|
+
'SellByDate'?: string;
|
|
3006
|
+
'Sublocation'?: string;
|
|
3007
|
+
'Tag'?: string;
|
|
3008
|
+
'UseByDate'?: string;
|
|
3009
|
+
}
|
|
3010
|
+
export interface PlantbatchesCreateplantingsV1RequestItem {
|
|
3011
|
+
'ActualDate'?: string;
|
|
3012
|
+
'Count'?: number;
|
|
3013
|
+
'Location'?: string;
|
|
3014
|
+
'Name'?: string;
|
|
3015
|
+
'PatientLicenseNumber'?: string;
|
|
3016
|
+
'SourcePlantBatches'?: string;
|
|
3017
|
+
'Strain'?: string;
|
|
3018
|
+
'Sublocation'?: string;
|
|
3019
|
+
'Type'?: string;
|
|
3020
|
+
}
|
|
3021
|
+
export interface PlantbatchesUpdatelocationV2RequestItem {
|
|
3022
|
+
'Location'?: string;
|
|
3023
|
+
'MoveDate'?: string;
|
|
3024
|
+
'Name'?: string;
|
|
3025
|
+
'Sublocation'?: string;
|
|
3026
|
+
}
|
|
3027
|
+
export interface PlantbatchesUpdatemoveplantbatchesV1RequestItem {
|
|
3028
|
+
'Location'?: string;
|
|
3029
|
+
'MoveDate'?: string;
|
|
3030
|
+
'Name'?: string;
|
|
3031
|
+
'Sublocation'?: string;
|
|
3032
|
+
}
|
|
3033
|
+
export interface PlantbatchesUpdatenameV2RequestItem {
|
|
3034
|
+
'Group'?: string;
|
|
3035
|
+
'Id'?: number;
|
|
3036
|
+
'NewGroup'?: string;
|
|
3037
|
+
}
|
|
3038
|
+
export interface PlantbatchesUpdatestrainV2RequestItem {
|
|
3039
|
+
'Id'?: number;
|
|
3040
|
+
'Name'?: string;
|
|
3041
|
+
'StrainId'?: number;
|
|
3042
|
+
'StrainName'?: string;
|
|
3043
|
+
}
|
|
3044
|
+
export interface PlantbatchesUpdatetagV2RequestItem {
|
|
3045
|
+
'Group'?: string;
|
|
3046
|
+
'Id'?: number;
|
|
3047
|
+
'NewTag'?: string;
|
|
3048
|
+
'ReplaceDate'?: string;
|
|
3049
|
+
'TagId'?: number;
|
|
3050
|
+
}
|
|
3051
|
+
export interface PlantsCreateadditivesV1RequestItem {
|
|
3052
|
+
'ActiveIngredients'?: PlantsCreateadditivesV1RequestItem_Activeingredients[];
|
|
3053
|
+
'ActualDate'?: string;
|
|
3054
|
+
'AdditiveType'?: string;
|
|
3055
|
+
'ApplicationDevice'?: string;
|
|
3056
|
+
'EpaRegistrationNumber'?: string;
|
|
3057
|
+
'PlantLabels'?: string[];
|
|
3058
|
+
'ProductSupplier'?: string;
|
|
3059
|
+
'ProductTradeName'?: string;
|
|
3060
|
+
'TotalAmountApplied'?: number;
|
|
3061
|
+
'TotalAmountUnitOfMeasure'?: string;
|
|
3062
|
+
}
|
|
3063
|
+
export interface PlantsCreateadditivesV1RequestItem_Activeingredients {
|
|
3064
|
+
'Name'?: string;
|
|
3065
|
+
'Percentage'?: number;
|
|
3066
|
+
}
|
|
3067
|
+
export interface PlantsCreateadditivesV2RequestItem {
|
|
3068
|
+
'ActiveIngredients'?: PlantsCreateadditivesV2RequestItem_Activeingredients[];
|
|
3069
|
+
'ActualDate'?: string;
|
|
3070
|
+
'AdditiveType'?: string;
|
|
3071
|
+
'ApplicationDevice'?: string;
|
|
3072
|
+
'EpaRegistrationNumber'?: string;
|
|
3073
|
+
'PlantLabels'?: string[];
|
|
3074
|
+
'ProductSupplier'?: string;
|
|
3075
|
+
'ProductTradeName'?: string;
|
|
3076
|
+
'TotalAmountApplied'?: number;
|
|
3077
|
+
'TotalAmountUnitOfMeasure'?: string;
|
|
3078
|
+
}
|
|
3079
|
+
export interface PlantsCreateadditivesV2RequestItem_Activeingredients {
|
|
3080
|
+
'Name'?: string;
|
|
3081
|
+
'Percentage'?: number;
|
|
3082
|
+
}
|
|
3083
|
+
export interface PlantsCreateadditivesbylocationV1RequestItem {
|
|
3084
|
+
'ActiveIngredients'?: PlantsCreateadditivesbylocationV1RequestItem_Activeingredients[];
|
|
3085
|
+
'ActualDate'?: string;
|
|
3086
|
+
'AdditiveType'?: string;
|
|
3087
|
+
'ApplicationDevice'?: string;
|
|
3088
|
+
'EpaRegistrationNumber'?: string;
|
|
3089
|
+
'LocationName'?: string;
|
|
3090
|
+
'ProductSupplier'?: string;
|
|
3091
|
+
'ProductTradeName'?: string;
|
|
3092
|
+
'SublocationName'?: string;
|
|
3093
|
+
'TotalAmountApplied'?: number;
|
|
3094
|
+
'TotalAmountUnitOfMeasure'?: string;
|
|
3095
|
+
}
|
|
3096
|
+
export interface PlantsCreateadditivesbylocationV1RequestItem_Activeingredients {
|
|
3097
|
+
'Name'?: string;
|
|
3098
|
+
'Percentage'?: number;
|
|
3099
|
+
}
|
|
3100
|
+
export interface PlantsCreateadditivesbylocationV2RequestItem {
|
|
3101
|
+
'ActiveIngredients'?: PlantsCreateadditivesbylocationV2RequestItem_Activeingredients[];
|
|
3102
|
+
'ActualDate'?: string;
|
|
3103
|
+
'AdditiveType'?: string;
|
|
3104
|
+
'ApplicationDevice'?: string;
|
|
3105
|
+
'EpaRegistrationNumber'?: string;
|
|
3106
|
+
'LocationName'?: string;
|
|
3107
|
+
'ProductSupplier'?: string;
|
|
3108
|
+
'ProductTradeName'?: string;
|
|
3109
|
+
'SublocationName'?: string;
|
|
3110
|
+
'TotalAmountApplied'?: number;
|
|
3111
|
+
'TotalAmountUnitOfMeasure'?: string;
|
|
3112
|
+
}
|
|
3113
|
+
export interface PlantsCreateadditivesbylocationV2RequestItem_Activeingredients {
|
|
3114
|
+
'Name'?: string;
|
|
3115
|
+
'Percentage'?: number;
|
|
3116
|
+
}
|
|
3117
|
+
export interface PlantsCreateadditivesbylocationusingtemplateV2RequestItem {
|
|
3118
|
+
'ActualDate'?: string;
|
|
3119
|
+
'AdditivesTemplateName'?: string;
|
|
3120
|
+
'LocationName'?: string;
|
|
3121
|
+
'Rate'?: string;
|
|
3122
|
+
'SublocationName'?: string;
|
|
3123
|
+
'TotalAmountApplied'?: number;
|
|
3124
|
+
'TotalAmountUnitOfMeasure'?: string;
|
|
3125
|
+
'Volume'?: string;
|
|
3126
|
+
}
|
|
3127
|
+
export interface PlantsCreateadditivesusingtemplateV2RequestItem {
|
|
3128
|
+
'ActualDate'?: string;
|
|
3129
|
+
'AdditivesTemplateName'?: string;
|
|
3130
|
+
'PlantLabels'?: string[];
|
|
3131
|
+
'Rate'?: string;
|
|
3132
|
+
'TotalAmountApplied'?: number;
|
|
3133
|
+
'TotalAmountUnitOfMeasure'?: string;
|
|
3134
|
+
'Volume'?: string;
|
|
3135
|
+
}
|
|
3136
|
+
export interface PlantsCreatechangegrowthphasesV1RequestItem {
|
|
3137
|
+
'GrowthDate'?: string;
|
|
3138
|
+
'GrowthPhase'?: string;
|
|
3139
|
+
'Id'?: number;
|
|
3140
|
+
'Label'?: string;
|
|
3141
|
+
'NewLocation'?: string;
|
|
3142
|
+
'NewSublocation'?: string;
|
|
3143
|
+
'NewTag'?: string;
|
|
3144
|
+
}
|
|
3145
|
+
export interface PlantsCreateharvestplantsV1RequestItem {
|
|
3146
|
+
'ActualDate'?: string;
|
|
3147
|
+
'DryingLocation'?: string;
|
|
3148
|
+
'DryingSublocation'?: string;
|
|
3149
|
+
'HarvestName'?: string;
|
|
3150
|
+
'PatientLicenseNumber'?: string;
|
|
3151
|
+
'Plant'?: string;
|
|
3152
|
+
'UnitOfWeight'?: string;
|
|
3153
|
+
'Weight'?: number;
|
|
3154
|
+
}
|
|
3155
|
+
export interface PlantsCreatemanicureV2RequestItem {
|
|
3156
|
+
'ActualDate'?: string;
|
|
3157
|
+
'DryingLocation'?: string;
|
|
3158
|
+
'DryingSublocation'?: string;
|
|
3159
|
+
'HarvestName'?: string;
|
|
3160
|
+
'PatientLicenseNumber'?: string;
|
|
3161
|
+
'Plant'?: string;
|
|
3162
|
+
'PlantCount'?: number;
|
|
3163
|
+
'UnitOfWeight'?: string;
|
|
3164
|
+
'Weight'?: number;
|
|
3165
|
+
}
|
|
3166
|
+
export interface PlantsCreatemanicureplantsV1RequestItem {
|
|
3167
|
+
'ActualDate'?: string;
|
|
3168
|
+
'DryingLocation'?: string;
|
|
3169
|
+
'DryingSublocation'?: string;
|
|
3170
|
+
'HarvestName'?: string;
|
|
3171
|
+
'PatientLicenseNumber'?: string;
|
|
3172
|
+
'Plant'?: string;
|
|
3173
|
+
'PlantCount'?: number;
|
|
3174
|
+
'UnitOfWeight'?: string;
|
|
3175
|
+
'Weight'?: number;
|
|
3176
|
+
}
|
|
3177
|
+
export interface PlantsCreatemoveplantsV1RequestItem {
|
|
3178
|
+
'ActualDate'?: string;
|
|
3179
|
+
'Id'?: number;
|
|
3180
|
+
'Label'?: string;
|
|
3181
|
+
'Location'?: string;
|
|
3182
|
+
'Sublocation'?: string;
|
|
3183
|
+
}
|
|
3184
|
+
export interface PlantsCreateplantbatchpackageV1RequestItem {
|
|
3185
|
+
'ActualDate'?: string;
|
|
3186
|
+
'Count'?: number;
|
|
3187
|
+
'IsDonation'?: boolean;
|
|
3188
|
+
'IsTradeSample'?: boolean;
|
|
3189
|
+
'Item'?: string;
|
|
3190
|
+
'Location'?: string;
|
|
3191
|
+
'Note'?: string;
|
|
3192
|
+
'PackageTag'?: string;
|
|
3193
|
+
'PatientLicenseNumber'?: string;
|
|
3194
|
+
'PlantBatchType'?: string;
|
|
3195
|
+
'PlantLabel'?: string;
|
|
3196
|
+
'Sublocation'?: string;
|
|
3197
|
+
}
|
|
3198
|
+
export interface PlantsCreateplantbatchpackageV2RequestItem {
|
|
3199
|
+
'ActualDate'?: string;
|
|
3200
|
+
'Count'?: number;
|
|
3201
|
+
'IsDonation'?: boolean;
|
|
3202
|
+
'IsTradeSample'?: boolean;
|
|
3203
|
+
'Item'?: string;
|
|
3204
|
+
'Location'?: string;
|
|
3205
|
+
'Note'?: string;
|
|
3206
|
+
'PackageTag'?: string;
|
|
3207
|
+
'PatientLicenseNumber'?: string;
|
|
3208
|
+
'PlantBatchType'?: string;
|
|
3209
|
+
'PlantLabel'?: string;
|
|
3210
|
+
'Sublocation'?: string;
|
|
3211
|
+
}
|
|
3212
|
+
export interface PlantsCreateplantingsV1RequestItem {
|
|
3213
|
+
'ActualDate'?: string;
|
|
3214
|
+
'LocationName'?: string;
|
|
3215
|
+
'PatientLicenseNumber'?: string;
|
|
3216
|
+
'PlantBatchName'?: string;
|
|
3217
|
+
'PlantBatchType'?: string;
|
|
3218
|
+
'PlantCount'?: number;
|
|
3219
|
+
'PlantLabel'?: string;
|
|
3220
|
+
'StrainName'?: string;
|
|
3221
|
+
'SublocationName'?: string;
|
|
3222
|
+
}
|
|
3223
|
+
export interface PlantsCreateplantingsV2RequestItem {
|
|
3224
|
+
'ActualDate'?: string;
|
|
3225
|
+
'LocationName'?: string;
|
|
3226
|
+
'PatientLicenseNumber'?: string;
|
|
3227
|
+
'PlantBatchName'?: string;
|
|
3228
|
+
'PlantBatchType'?: string;
|
|
3229
|
+
'PlantCount'?: number;
|
|
3230
|
+
'PlantLabel'?: string;
|
|
3231
|
+
'StrainName'?: string;
|
|
3232
|
+
'SublocationName'?: string;
|
|
3233
|
+
}
|
|
3234
|
+
export interface PlantsCreatewasteV1RequestItem {
|
|
3235
|
+
'LocationName'?: string;
|
|
3236
|
+
'MixedMaterial'?: string;
|
|
3237
|
+
'Note'?: string;
|
|
3238
|
+
'PlantLabels'?: any[];
|
|
3239
|
+
'ReasonName'?: string;
|
|
3240
|
+
'SublocationName'?: string;
|
|
3241
|
+
'UnitOfMeasureName'?: string;
|
|
3242
|
+
'WasteDate'?: string;
|
|
3243
|
+
'WasteMethodName'?: string;
|
|
3244
|
+
'WasteWeight'?: number;
|
|
3245
|
+
}
|
|
3246
|
+
export interface PlantsCreatewasteV2RequestItem {
|
|
3247
|
+
'LocationName'?: string;
|
|
3248
|
+
'MixedMaterial'?: string;
|
|
3249
|
+
'Note'?: string;
|
|
3250
|
+
'PlantLabels'?: any[];
|
|
3251
|
+
'ReasonName'?: string;
|
|
3252
|
+
'SublocationName'?: string;
|
|
3253
|
+
'UnitOfMeasureName'?: string;
|
|
3254
|
+
'WasteDate'?: string;
|
|
3255
|
+
'WasteMethodName'?: string;
|
|
3256
|
+
'WasteWeight'?: number;
|
|
3257
|
+
}
|
|
3258
|
+
export interface PlantsUpdateadjustV2RequestItem {
|
|
3259
|
+
'AdjustCount'?: number;
|
|
3260
|
+
'AdjustReason'?: string;
|
|
3261
|
+
'AdjustmentDate'?: string;
|
|
3262
|
+
'Id'?: number;
|
|
3263
|
+
'Label'?: string;
|
|
3264
|
+
'ReasonNote'?: string;
|
|
3265
|
+
}
|
|
3266
|
+
export interface PlantsUpdategrowthphaseV2RequestItem {
|
|
3267
|
+
'GrowthDate'?: string;
|
|
3268
|
+
'GrowthPhase'?: string;
|
|
3269
|
+
'Id'?: number;
|
|
3270
|
+
'Label'?: string;
|
|
3271
|
+
'NewLocation'?: string;
|
|
3272
|
+
'NewSublocation'?: string;
|
|
3273
|
+
'NewTag'?: string;
|
|
3274
|
+
}
|
|
3275
|
+
export interface PlantsUpdateharvestV2RequestItem {
|
|
3276
|
+
'ActualDate'?: string;
|
|
3277
|
+
'DryingLocation'?: string;
|
|
3278
|
+
'DryingSublocation'?: string;
|
|
3279
|
+
'HarvestName'?: string;
|
|
3280
|
+
'PatientLicenseNumber'?: string;
|
|
3281
|
+
'Plant'?: string;
|
|
3282
|
+
'UnitOfWeight'?: string;
|
|
3283
|
+
'Weight'?: number;
|
|
3284
|
+
}
|
|
3285
|
+
export interface PlantsUpdatelocationV2RequestItem {
|
|
3286
|
+
'ActualDate'?: string;
|
|
3287
|
+
'Id'?: number;
|
|
3288
|
+
'Label'?: string;
|
|
3289
|
+
'Location'?: string;
|
|
3290
|
+
'Sublocation'?: string;
|
|
3291
|
+
}
|
|
3292
|
+
export interface PlantsUpdatemergeV2RequestItem {
|
|
3293
|
+
'MergeDate'?: string;
|
|
3294
|
+
'SourcePlantGroupLabel'?: string;
|
|
3295
|
+
'TargetPlantGroupLabel'?: string;
|
|
3296
|
+
}
|
|
3297
|
+
export interface PlantsUpdatesplitV2RequestItem {
|
|
3298
|
+
'PlantCount'?: number;
|
|
3299
|
+
'SourcePlantLabel'?: string;
|
|
3300
|
+
'SplitDate'?: string;
|
|
3301
|
+
'StrainLabel'?: string;
|
|
3302
|
+
'TagLabel'?: string;
|
|
3303
|
+
}
|
|
3304
|
+
export interface PlantsUpdatestrainV2RequestItem {
|
|
3305
|
+
'Id'?: number;
|
|
3306
|
+
'Label'?: string;
|
|
3307
|
+
'StrainId'?: number;
|
|
3308
|
+
'StrainName'?: string;
|
|
3309
|
+
}
|
|
3310
|
+
export interface PlantsUpdatetagV2RequestItem {
|
|
3311
|
+
'Id'?: number;
|
|
3312
|
+
'Label'?: string;
|
|
3313
|
+
'NewTag'?: string;
|
|
3314
|
+
'ReplaceDate'?: string;
|
|
3315
|
+
'TagId'?: number;
|
|
3316
|
+
}
|
|
3317
|
+
export interface SublocationsCreateV2RequestItem {
|
|
3318
|
+
'Name'?: string;
|
|
3319
|
+
}
|
|
3320
|
+
export interface SublocationsUpdateV2RequestItem {
|
|
3321
|
+
'Id'?: number;
|
|
3322
|
+
'Name'?: string;
|
|
3323
|
+
}
|