TransactionApiModel
messageIdstring<uuid>
enforcementData object
transactionNumberstring
ticketNumbernull | stringnullable
transactionType object
oneOf
- null
- TransactionType
null
transactionDateTimenull,string<date-time>nullable
locationIdnull | stringnullable
branchNumbernull | stringnullable
lotNumbernull | stringnullable
zonenull | stringnullable
vendorLotIdnull | stringnullable
licensePlatenull | stringnullable
licensePlateStatenull | stringnullable
stallNumbernull | stringnullable
mobilePhoneNumbernull | stringnullable
barcodenull | stringnullable
parkerIdnull | stringnullable
fromDateTimestring<date-time>
toDateTimenull,string<date-time>nullable
fromTimeMonnull,string<date-time>nullable
toTimeMonnull,string<date-time>nullable
fromTimeTuenull,string<date-time>nullable
toTimeTuenull,string<date-time>nullable
fromTimeWednull,string<date-time>nullable
toTimeWednull,string<date-time>nullable
fromTimeThunull,string<date-time>nullable
toTimeThunull,string<date-time>nullable
fromTimeFrinull,string<date-time>nullable
toTimeFrinull,string<date-time>nullable
fromTimeSatnull,string<date-time>nullable
toTimeSatnull,string<date-time>nullable
fromTimeSunnull,string<date-time>nullable
toTimeSunnull,string<date-time>nullable
stallType object
oneOf
- null
- StallType
null
arriveByDateTimenull,string<date-time>nullable
equipmentIdnull | stringnullable
vipPassStatusnull | booleannullable
paymentData object
oneOf
- null
- PaymentApiModel
null
customerData object
oneOf
- null
- CustomerApiModel
null
additionalData nullobject
property name*string
TransactionApiModel
{
"messageId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"enforcementData": {
"transactionNumber": "string",
"ticketNumber": "null",
"transactionType": "null",
"transactionDateTime": "null",
"locationId": "null",
"branchNumber": "null",
"lotNumber": "null",
"zone": "null",
"vendorLotId": "null",
"licensePlate": "null",
"licensePlateState": "null",
"stallNumber": "null",
"mobilePhoneNumber": "null",
"barcode": "null",
"parkerId": "null",
"fromDateTime": "2024-07-29T15:51:28.071Z",
"toDateTime": "null",
"fromTimeMon": "null",
"toTimeMon": "null",
"fromTimeTue": "null",
"toTimeTue": "null",
"fromTimeWed": "null",
"toTimeWed": "null",
"fromTimeThu": "null",
"toTimeThu": "null",
"fromTimeFri": "null",
"toTimeFri": "null",
"fromTimeSat": "null",
"toTimeSat": "null",
"fromTimeSun": "null",
"toTimeSun": "null",
"stallType": "null",
"arriveByDateTime": "null",
"equipmentId": "null",
"vipPassStatus": "null"
},
"paymentData": "null",
"customerData": "null",
"additionalData": "null"
}