{
  "$schema" : "https://bitbucket.org/fit-api/fit-api/raw/tmf622_v2.0.3/tmf622/ctk/json-schema/fit-tmf622.schema.json",
  "@type" : "InflightChangeProductOrderStateChangeEvent",
  "eventId" : "a520bcdb-0379-4d30-a3ba-a27c7708a785",
  "eventTime" : "2022-05-11T11:33:00+02:00",
  "eventType" : "InflightChangeProductOrderStateChangeEvent",
  "event" : {
    "inflightChangeProductOrder" : {
      "@type" : "InflightChangeProductOrder",
      "id" : "84c04f19-b24b-453e-a674-a28d8b34c639",
      "href" : "https://api.example.org/tmf-api/productOrderingManagement/v5/inflightChangeProductOrder/84c04f19-b24b-453e-a674-a28d8b34c639",
      "state" : "inProgress",
      "requestDate" : "2022-05-11T10:32:00+02:00",
      "requestPostedDate" : "2022-05-11T10:32:00+02:00",
      "entity" : {
        "@type" : "ProductOrderRef",
        "id" : "34909e64-4bcc-4d32-b882-d1a5a4905ddc",
        "href" : "https://api.example.org/tmf-api/productOrderingManagement/v5/productOrder/34909e64-4bcc-4d32-b882-d1a5a4905ddc"
      },
      "category" : [ "activate" ],
      "requestedCompletionDate" : "2022-05-12T10:31:00+02:00",
      "stateChangeDate" : "2022-05-11T11:33:00+02:00",
      "stateChangeMessage" : [ {
        "code" : "code",
        "text" : "inProgress_Message"
      } ],
      "stateChangeHistory" : [ {
        "@type" : "StateChange",
        "stateChangeDate" : "2022-05-11T10:32:00+02:00",
        "state" : "acknowledged"
      } ]
    }
  }
}