GET api/ParkingTickets/{LastUpdated}/{AccountKey}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
LastUpdated

unsigned integer

Required

AccountKey

string

None.

Body Parameters

None.

Response Information

Resource Description

Collection of ParkingTicket
NameDescriptionTypeAdditional information
AccountKey

integer

None.

InvoiceKey

integer

None.

InvoiceLineKey

integer

None.

TicketId

string

None.

LicenseNumber

string

None.

RowVersion

unsigned integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "2",
    "$type": "WebPortalRTFAPI.Models.ParkingTicket, WebPortalRTFAPI",
    "AccountKey": 1,
    "InvoiceKey": 2,
    "InvoiceLineKey": 3,
    "TicketId": "sample string 4",
    "LicenseNumber": "sample string 5",
    "RowVersion": 6
  },
  {
    "$ref": "2"
  }
]