Field Change
Represents a field that is created, changed, or deleted.
Event Name
field_changed
Payload
Key | Type | Description |
---|---|---|
ChangeType | string | The type of change (created, updated, deleted). |
Field | Field | The field info that was changed. |
ReferenceId | Guid | The id of the event. |
Sender | Sender | Information regarding the initiator of the event. |
AccountId | Guid | The id of the affected Account. |
OrganizationId | int | The id of the affected Organization. |
Example
{
"ChangeType": "updated",
"Field": {
"Id": "00054e3b-0000-0000-0000-000000000000",
"FarmId": "0002fda6-0000-0000-0000-000000000000",
"Name": "of dreams",
"Boundary": {
"Id": "000b792e-0000-0000-0000-000000000000",
"FieldId": "00054e3b-0000-0000-0000-000000000000",
"Name": "MASTER",
"Status": true,
"Wkt": "MULTIPOLYGON(((-91.055843383174 42.497741575417,-91.055714637139 42.498354629448,-91.055221110681 42.498584028767,-91.054105311731 42.498358584616,-91.054384261462 42.497872097102,-91.054110676146 42.497713888964,-91.0548992456 42.497381650572,-91.055264026023 42.49751612823,-91.055628806447 42.497551725208,-91.055585891105 42.497674336867,-91.055843383174 42.497741575417)))",
"ProjectionWkt": "GEOGCS[\"WGS 84\", DATUM[\"World Geodetic System 1984\", SPHEROID[\"WGS 84\", 6378137, 298.257223563, AUTHORITY[\"EPSG\", \"7030\"]], AUTHORITY[\"EPSG\", \"6326\"]], PRIMEM[\"Greenwich\", 0, AUTHORITY[\"EPSG\", \"8901\"]], UNIT[\"degree\", 0.0174532925199433, AUTHORITY[\"EPSG\", \"9102\"]], AUTHORITY[\"EPSG\", \"4326\"]]",
"Area": 3.3,
"BillableArea": null,
"Notes": null,
"CreatedDateTime": "0001-01-01T00:00:00",
"OrderedArea": 3.3
},
"Status": true,
"BillableArea": null,
"Notes": null,
"GeopoliticalInformation": {
"State": "IA",
"County": "Dubuque",
"CivilTownship": "New Wine",
"Section": null,
"Plss": "89N 2W"
},
"CreatedDateTime": "0001-01-01T00:00:00",
"ModifiedDateTime": "2016-04-26T19:32:06.1439498+00:00",
"PartnerFieldId": null
},
"ReferenceId": "7fce235e-4f47-412d-bccb-d96b2ab88fad",
"Sender": {
"Username": null,
"UserId": 2853
},
"AccountId": "0002fbb6-0000-0000-0000-000000000000",
"OrganizationId": 100
}