POST api/Shoot/getdistlist
Request Information
URI Parameters
None.
Body Parameters
ShootSearchModelName | Description | Type | Additional information |
---|---|---|---|
ShowId | integer |
None. |
|
ShootId | integer |
None. |
|
ShowLocationId | integer |
None. |
|
FromShootDate | string |
None. |
|
ToShootDate | string |
None. |
|
ShootName | string |
None. |
|
UserId | integer |
None. |
|
RoleDescription | string |
None. |
|
DistibutionUserIds | Collection of string |
None. |
|
DistibutionUserEmail | Collection of string |
None. |
|
FileFormat | string |
None. |
|
ReportType | string |
None. |
|
ShootIds | Collection of string |
None. |
|
SelectedShootId | integer |
None. |
|
Action | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ShowId": 1, "ShootId": 1, "ShowLocationId": 1, "FromShootDate": "sample string 1", "ToShootDate": "sample string 2", "ShootName": "sample string 3", "UserId": 1, "RoleDescription": "sample string 4", "DistibutionUserIds": [ "sample string 1", "sample string 2" ], "DistibutionUserEmail": [ "sample string 1", "sample string 2" ], "FileFormat": "sample string 5", "ReportType": "sample string 6", "ShootIds": [ "sample string 1", "sample string 2" ], "SelectedShootId": 1, "Action": "sample string 7" }
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 }