GET shows/{showId}/changeReasons/{changeReasonId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
showId

integer

Required

changeReasonId

integer

Required

Body Parameters

None.

Response Information

Resource Description

ChangeReasonDto
NameDescriptionTypeAdditional information
Id

integer

None.

Name

string

Required

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Name": "sample string 2"
}