GET api/penalties/{id}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
id
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "penaltyID": 1,
  "penaltyName": "sample string 2",
  "penaltyNameE": "sample string 3",
  "penaltyDate": "sample string 4",
  "penaltyTypeId": 1,
  "penaltyTypeName": "sample string 5",
  "penaltyTypeNameE": "sample string 6",
  "SerNo": 7,
  "penaltyTimeFrom": 1,
  "penaltyTimeTo": 1,
  "penaltyFirst": 1.1,
  "penaltySecond": 1.1,
  "penaltyThird": 1.1,
  "penaltyFourth": 1.1,
  "penaltyFifth": 1.1,
  "penaltyNotes": "sample string 8"
}