Please enable JavaScript to view this site.

PRD_IHE_003_Controls & Fines Implementation helper 1.3

Navigation: Appendix > Payload examples

Control OK with fines

Scroll Prev Top Next More

{

   "@context":{

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

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

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

       "statementDatetime": {

           "@id": "sp:statementDatetime",

           "@type": "sc:DateTime"

       }

   },

   "sp:park":{

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

   },

   "sc:agent":{

       "alternatename": "SAGS_USER"

   },

   "sp:licensePlate": {

       "sp:plate": "IZ-547-DB",

       "sp:plateCountry": "FR"

   },

   "statementDatetime": "2018-07-24T16:20:01.972+01:00",

   "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:deviceServiceChannel": {

       "sp:terminal": "https://example.com/terminalURI",

       "sp:logicalTerminal": "https://example.com/logicalTerminalURI",

       "sp:deviceType":{

           "@id": "https://schema.parkeon.com/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": "https://schema.parkeon.com/ControlApplication"

       }

   },

   "sp:multiAreasAuthorized": true,

   "sp:returnControlDetails": true

}