POST api/Shoot/getshows
Request Information
URI Parameters
None.
Body Parameters
GetShowModelName | Description | Type | Additional information |
---|---|---|---|
StudioId | integer |
None. |
|
CompanyId | integer |
None. |
|
ShowId | integer |
None. |
|
UserId | integer |
None. |
|
RoleDesc | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "StudioId": 1, "CompanyId": 2, "ShowId": 3, "UserId": 4, "RoleDesc": "sample string 5" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultName | Description | Type | Additional information |
---|---|---|---|
ContentEncoding | Encoding |
None. |
|
ContentType | string |
None. |
|
Data | Object |
None. |
|
JsonRequestBehavior | JsonRequestBehavior |
None. |
|
MaxJsonLength | integer |
None. |
|
RecursionLimit | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "ContentEncoding": null, "ContentType": "sample string 1", "Data": { "$id": "2" }, "JsonRequestBehavior": 0, "MaxJsonLength": 1, "RecursionLimit": 1 }