Apache OpenMeetings · Example Payload

Apache Openmeetings Address Example

CollaborationVideo ConferencingWeb ConferencingWhiteboardApacheOpen SourceConferencing

Apache Openmeetings Address Example is an example object payload from Apache OpenMeetings, with 13 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

insertedupdateddeletedidadditionalnamecommentfaxcountrystreettownzipemailphone

Example Payload

Raw ↑
{
  "inserted": "2026-04-19T10:00:00Z",
  "updated": "2026-04-19T10:00:00Z",
  "deleted": true,
  "id": 1234,
  "additionalname": "Example Name",
  "comment": "example",
  "fax": "example",
  "country": "example",
  "street": "example",
  "town": "example",
  "zip": "example",
  "email": "user@example.com",
  "phone": "example"
}