POST v1/ss_roster/UpdateDepartment

Request Information

URI Parameters

None.

Body Parameters

UpdateDepartmentReq
NameDescriptionTypeAdditional information
Cid

integer

None.

Id

integer

None.

Department

string

None.

Duties_type

integer

None.

Sign

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Cid": 1,
  "Id": 2,
  "Department": "sample string 3",
  "Duties_type": 4,
  "Sign": "sample string 5"
}

application/xml, text/xml

Sample:
<UpdateDepartmentReq xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Qy.api.Models.Request">
  <Sign>sample string 5</Sign>
  <Cid>1</Cid>
  <Department>sample string 3</Department>
  <Duties_type>4</Duties_type>
  <Id>2</Id>
</UpdateDepartmentReq>

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.