Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 590 Bytes

set-channel-mapping-dto.md

File metadata and controls

27 lines (18 loc) · 590 Bytes

Set Channel Mapping Dto

Set channel mapping dto.

Structure

SetChannelMappingDto

Fields

Name Type Tags Description
provider_id string Required Gets or sets the provider id.
tuner_channel_id string Required Gets or sets the tuner channel id.
provider_channel_id string Required Gets or sets the provider channel id.

Example (as JSON)

{
  "ProviderId": "ProviderId2",
  "TunerChannelId": "TunerChannelId4",
  "ProviderChannelId": "ProviderChannelId2"
}