POST v1/ss_checkstatistics/DeleteClockRole

Request Information

URI Parameters

None.

Body Parameters

DeleteClockRoleReq
NameDescriptionTypeAdditional information
clock_id

integer

None.

cid

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "clock_id": 1,
  "cid": 2
}

application/xml, text/xml

Sample:
<DeleteClockRoleReq xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Qy.api.Models.Request">
  <cid>2</cid>
  <clock_id>1</clock_id>
</DeleteClockRoleReq>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.