DELETE api/Shoot/deleteshootactorattendance
Request Information
URI Parameters
None.
Body Parameters
ShootActorAttendanceModelName | Description | Type | Additional information |
---|---|---|---|
ShootId | integer |
None. |
|
UserId | integer |
None. |
|
RoleDesc | string |
None. |
|
ShootActorAttendanceList | Collection of ShootActorAttendance |
None. |
Request Formats
application/json, text/json
Sample:
{ "ShootId": 1, "UserId": 2, "RoleDesc": "sample string 3", "ShootActorAttendanceList": [ { "$id": "2", "ShootActorAttendanceId": 1, "ShootActorId": 2, "TalentId": 3, "IsMealPenalty": "sample string 4", "CheckInTime": "sample string 5", "CheckOutTime": "sample string 6", "FirstMealIn": "sample string 7", "FirstMealOut": "sample string 8", "SecondMealIn": "sample string 9", "SecondMealOut": "sample string 10", "NDB": "sample string 11", "NDD": "sample string 12", "Grace1": "sample string 13", "Grace2": "sample string 14", "IsEmailSent": "sample string 15", "IsSmsSent": "sample string 16", "IsActive": "sample string 17", "CreatedOn": "sample string 18", "CreatedBy": 19, "ModifiedOn": "sample string 20", "ModifiedBy": 21, "CallTime": "sample string 22" }, { "$ref": "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 }