{
  "$schema" : "https://bitbucket.org/fit-api/fit-api/raw/tmf622_v2.0.3/tmf622/ctk/json-schema/fit-tmf622.schema.json",
  "@type" : "InflightChangeProductOrderStateChangeEvent",
  "eventId" : "e25523f1-a75d-4e72-b05a-3d0d7dca5862",
  "eventTime" : "2022-05-11T10:36:00+02:00",
  "eventType" : "InflightChangeProductOrderStateChangeEvent",
  "event" : {
    "inflightChangeProductOrder" : {
      "@type" : "InflightChangeProductOrder",
      "id" : "892cfa45-fca3-488d-8a7c-2883923f820e",
      "href" : "https://api.example.org/tmf-api/productOrderingManagement/v5/inflightChangeProductOrder/892cfa45-fca3-488d-8a7c-2883923f820e",
      "state" : "inProgress",
      "requestDate" : "2022-05-11T10:35:00+02:00",
      "requestPostedDate" : "2022-05-11T10:35:00+02:00",
      "entity" : {
        "@type" : "ProductOrderRef",
        "id" : "596d7fa0-981f-4b98-bcf5-e9b2955776f4",
        "href" : "https://api.example.org/tmf-api/productOrderingManagement/v5/productOrder/596d7fa0-981f-4b98-bcf5-e9b2955776f4"
      },
      "category" : [ "respondProviderChange" ],
      "stateChangeDate" : "2022-05-11T10:36:00+02:00",
      "stateChangeMessage" : [ {
        "code" : "code",
        "text" : "inProgress_Message"
      } ],
      "stateChangeHistory" : [ {
        "@type" : "StateChange",
        "stateChangeDate" : "2022-05-11T10:35:00+02:00",
        "state" : "acknowledged"
      } ],
      "providerChangeInfo" : {
        "@type" : "ProviderChangeInfo",
        "approval" : true
      }
    }
  }
}