@@ -242,7 +242,7 @@ Property| Type| Description
242
242
| :-----| :----| :----|
243
243
ID | string| User defined ID of the seasonal field
244
244
farmId| string| User defined ID of the farm that seasonal field is associated with.
245
- partyId| string| Id of the party it belongs to.
245
+ partyId| string| ID of the party it belongs to.
246
246
seasonId| string| User defined ID of the season that seasonal field is associated with.
247
247
fieldId| string| User defined ID of the field that seasonal field is associated with.
248
248
name| string| User defined name of the seasonal field.
@@ -298,7 +298,7 @@ Property| Type| Description
298
298
| :-----| :----| :----|
299
299
| ID | string| User defined ID of the field.
300
300
farmId| string| User defined ID of the farm that field is associated with.
301
- partyId| string| Id of the party it belongs to.
301
+ partyId| string| ID of the party it belongs to.
302
302
name| string| User defined name of the field.
303
303
actionType| string| Indicates the change that triggered publishing of the event. Applicable values are created, updated, deleted.
304
304
properties| Object| It contains user defined key-value pairs.
@@ -394,7 +394,7 @@ PrescriptionChanged event has the following data object
394
394
| Property | Type| Description|
395
395
| :-----| :----| :----|
396
396
prescriptionMapId|string| User-defined ID of the associated prescription map.
397
- partyId| string|Id of the party it belongs to.
397
+ partyId| string|ID of the party it belongs to.
398
398
| ID | string| User-defined ID of the prescription.
399
399
actionType| string| Indicates the change triggered during publishing of the event. Applicable values are Created, Updated, Deleted
400
400
status| string| Contains the user-defined status of the prescription.
@@ -448,7 +448,7 @@ NutrientAnalysisChanged event has the following data object:
448
448
| :-----| :----| :----|
449
449
parentId| string| ID of the parent nutrient analysis belongs to.
450
450
parentType| string| Type of the parent nutrient analysis belongs to. Applicable value(s) are PlantTissueAnalysis.
451
- partyId| string|Id of the party it belongs to.
451
+ partyId| string|ID of the party it belongs to.
452
452
| ID | string| User-defined ID of nutrient analysis.
453
453
actionType| string| Indicates the change that is triggered during publishing of the event. Applicable values are Created, Updated, Deleted.
454
454
properties| object| It contains user-defined key-value pairs.
0 commit comments