GET api/TRelatedShow

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of TRelatedShow
NameDescriptionTypeAdditional information
Id

integer

None.

Movie

integer

None.

ShowTimeEvent

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "Movie": 2,
    "ShowTimeEvent": 3
  },
  {
    "Id": 1,
    "Movie": 2,
    "ShowTimeEvent": 3
  }
]

application/xml, text/xml

Sample:
<ArrayOfTRelatedShow xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Uniqueness.Store.Ticket.API.Models">
  <TRelatedShow>
    <Id>1</Id>
    <Movie>2</Movie>
    <ShowTimeEvent>3</ShowTimeEvent>
  </TRelatedShow>
  <TRelatedShow>
    <Id>1</Id>
    <Movie>2</Movie>
    <ShowTimeEvent>3</ShowTimeEvent>
  </TRelatedShow>
</ArrayOfTRelatedShow>