POST api/Shoot/gettimeentries
Request Information
URI Parameters
None.
Body Parameters
ShootActorAttendanceSearchModelName | Description | Type | Additional information |
---|---|---|---|
ShootId | integer |
None. |
|
ShootActorAttendanceId | integer |
None. |
|
ShootActorId | integer |
None. |
|
TalentIds | Collection of string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ShootId": 1, "ShootActorAttendanceId": 2, "ShootActorId": 3, "TalentIds": [ "sample string 1", "sample string 2" ] }
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 }