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