POST TrainingMaterial/GetAllTrainingMaterial
Request Information
URI Parameters
None.
Body Parameters
OPTrainingMaterialName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
VideoURL | string |
None. |
|
TrainingMaterialID | string |
None. |
|
TrainingVideoName | string |
None. |
|
UserTypeID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "ID": 1, "VideoURL": "sample string 2", "TrainingMaterialID": "sample string 3", "TrainingVideoName": "sample string 4", "UserTypeID": 5 }
application/xml, text/xml
Sample:
<OPTrainingMaterial xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AstaGuru.Models"> <ID>1</ID> <TrainingMaterialID>sample string 3</TrainingMaterialID> <TrainingVideoName>sample string 4</TrainingVideoName> <UserTypeID>5</UserTypeID> <VideoURL>sample string 2</VideoURL> </OPTrainingMaterial>
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.