POST api/v1/setup_MediaSource
Request Information
URI Parameters
None.
Body Parameters
Setup_MediaSourceVM| Name | Description | Type | Additional information | 
|---|---|---|---|
| mediaSourceId | integer | 
                             None.  | 
                |
| mediaSourceName | string | 
                             None.  | 
                |
| tenantId | integer | 
                             None.  | 
                |
| createdBy | integer | 
                             None.  | 
                
Request Formats
application/json, text/json
            Sample:
        
{
  "mediaSourceId": 1,
  "mediaSourceName": "sample string 2",
  "tenantId": 1,
  "createdBy": 3
}
        application/xml, text/xml
            Sample:
        <Setup_MediaSourceVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel"> <createdBy>3</createdBy> <mediaSourceId>1</mediaSourceId> <mediaSourceName>sample string 2</mediaSourceName> <tenantId>1</tenantId> </Setup_MediaSourceVM>
application/x-www-form-urlencoded
            Sample:
    
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
            Sample:
                    
Sample not available.