Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1 KB

planning_application.md

File metadata and controls

30 lines (23 loc) · 1 KB

Planning Application Context

Events

Events in this context are always fired for a single grem instance. The recipient header property must be set to the grem instance name in order to route the event to the customer, e.g. recipient: grem_demo1

Type GARAIO REM REM Description
PlanningApplication.Application.Submitted A planning application was submitted that may affect a building

PlanningApplication.Application.Submitted

Field Type Content / Remarks
eventType string PlanningApplication.Application.Submitted
data hash
  buildingReference string String referencing an existing building in the target GARAIO REM
  documentUrl string Url where the document can be downloaded

Example

{
  "eventType":"PlanningApplication.Application.Submitted",
  "data":{
    "buildingReference":"1234.01",
    "documentUrl":"https://some_document.pdf"
  }
}