GET api/violations/fineschedule

Gets the list of fine schedule options

Request Information

Authentication

This method requires user authentication

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ListWrapperOfCollectionItem
NameDescriptionTypeAdditional information
Total

integer

None.

Elements

Collection of CollectionItem

None.

Response Formats

application/json, text/json

Sample:
{
  "Total": 1,
  "Elements": [
    {
      "DisplayName": "sample string 1",
      "Value": "sample string 2",
      "SortOrder": 1
    },
    {
      "DisplayName": "sample string 1",
      "Value": "sample string 2",
      "SortOrder": 1
    }
  ]
}