Please enable JavaScript to view this site.

PRD_IHE_003_Controls & Fines Implementation helper 1.3

Navigation: Appendix > Payload examples

Control KO without ticket no fine

Scroll Prev Top Next More

{

   "@context": {

       "sc": "https://schema.org/",

       "sp": "https://schema.parkeon.com/",

       "ex": "https://example.com/",

       "sss": "https://streetsmart.parkeon.com/sit1/"

   },

   

   "@type": "sp:Control",

   "sp:park": {

       "@id": "sss:businesscustomer/parks/parks/44"

   },

   "sp:location": {

       "@type":"sp:GeoCircle",

       "sp:geoMidpoint":"[0.0,0.0]",

       "sp:geoRadius": 0

   },

   "sp:validityArea": {

       "@list": [

           {"@id": "https://streetsmart.parkeon.com/sit1/businesscustomer/parks/areas/34"},

           {"@id": "https://streetsmart.parkeon.com/sit1/businesscustomer/parks/areas/35"},

           {"@id": "https://streetsmart.parkeon.com/sit1/businesscustomer/parks/areas/33"}

       ]

   },

   "sp:licensePlate": {

       "@type": "sp:LicensePlate",

       "sp:plate": "LK895LK"

   },

   "sp:statementDatetime": {

       "@type": "sc:DateTime",

       "@value": "2017-07-22T15:18:00Z"

   },

   "sc:agent": {

       "@id": "ex:parks/agent/1"

   },

   "sp:deviceServiceChannel": {

       "@type": "sp:DeviceServiceChannel",

       "sp:terminal": "ex:terminalURI",

       "sp:logicalTerminal": "ex:logicalTerminalURI",

       "sp:deviceType": {

           "@id": "sp:AutomatedControlVehicle"

       },

       "sp:deviceManufacturer": "HP",

       "sc:operatingSystem": "Android",

       "sc:application": {

           "sc:author": {

               "@type": "sc:Organization",

               "sc:name": {

                   "@language": "en",

                   "@value": "Parkeon"

               }

           },

           "sc:name": {

               "@language": "en",

               "@value": "Example Application"

           },

           "sc:softwareVersion": "1.5"

       },

       "sp:channelType": {

           "@id": "sp:ControlApplication"

       }

   },

   "sp:multiAreasAuthorized": true,

   "sp:returnControlDetails": true

}