POST api/Delegate/GetSeatDelegates

Request Information

URI Parameters

None.

Body Parameters

AccountRequestVm
NameDescriptionTypeAdditional information
RoleId

integer

None.

EmployeeId

integer

None.

DepartmentId

integer

None.

CaseStatus

integer

None.

IsSub

integer

None.

DataPermission

integer

None.

DepDataPer

string

None.

Request Formats

application/json, text/json

Sample:
{
  "RoleId": 1,
  "EmployeeId": 2,
  "DepartmentId": 3,
  "CaseStatus": 4,
  "IsSub": 5,
  "DataPermission": 6,
  "DepDataPer": "sample string 7"
}

application/xml, text/xml

Sample:
<AccountRequestVm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ViewModel.Request">
  <CaseStatus>4</CaseStatus>
  <DataPermission>6</DataPermission>
  <DepDataPer>sample string 7</DepDataPer>
  <DepartmentId>3</DepartmentId>
  <EmployeeId>2</EmployeeId>
  <IsSub>5</IsSub>
  <RoleId>1</RoleId>
</AccountRequestVm>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'AccountRequestVm'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.