You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
doc: Supplier code, used to get parameter values that depend on the supplier.
233
+
example: '12345678'
234
+
- name: SupplierPrice
235
+
type: float
236
+
doc: Product price (purchasing price).
237
+
- name: Unit
238
+
doc: Unit characteristics
239
+
type:
240
+
name: UnitItem
241
+
namespace: com.adeo.casestudy.costingrequest
242
+
type: record
243
+
fields:
244
+
- name: Length
245
+
type: float
246
+
example: 1.11
247
+
exclusiveMinimum: 0
248
+
- name: Width
249
+
type: float
250
+
example: 1.11
251
+
exclusiveMinimum: 0
252
+
- name: Height
253
+
type: float
254
+
example: 1.11
255
+
exclusiveMinimum: 0
256
+
- name: WeightGross
257
+
type: float
258
+
example: 6.68
259
+
exclusiveMinimum: 0
260
+
- name: WeightNet
261
+
type: float
262
+
example: 6.68
263
+
exclusiveMinimum: 0
264
+
doc: The unit of net weight is the kilogram
265
+
- name: BusInputs
266
+
type:
267
+
type: array
268
+
doc: Business units specific data required to deduce the right BU context.
269
+
minItems: 1
270
+
items:
271
+
name: CostingRequestBUItem
272
+
namespace: com.adeo.casestudy.costingrequest
273
+
type: record
274
+
fields:
275
+
- name: ClientCode
276
+
type:
277
+
type: string
278
+
avro.java.string: String
279
+
doc: The client (Business Unit) code.
280
+
example: '1'
281
+
- name: ContainerType
282
+
type:
283
+
- 'null'
284
+
- type: enum
285
+
namespace: com.adeo.casestudy.model
286
+
name: ContainerTypeItems
287
+
doc: Container selected for transportation. Required to determinate parameter values that rely on transportation. **Will be deleted (because deduced) in future versions**
0 commit comments