POST jxc_api/Department/Export

Request Information

URI Parameters

None.

Body Parameters

DepartmentSearchConditions
NameDescriptionTypeAdditional information
AsId

integer

None.

Keyword

string

None.

ShowDisabled

boolean

None.

SelectIds

Collection of integer

None.

ParentDpeId

integer

None.

PageIndex

integer

None.

PageSize

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "AsId": 1,
  "Keyword": "sample string 2",
  "ShowDisabled": true,
  "SelectIds": [
    1,
    2
  ],
  "ParentDpeId": 4,
  "PageIndex": 5,
  "PageSize": 6
}

application/xml, text/xml

Sample:
<DepartmentSearchConditions xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ToAcc.ErpAccModel">
  <AsId>1</AsId>
  <Keyword>sample string 2</Keyword>
  <PageIndex>5</PageIndex>
  <PageSize>6</PageSize>
  <ParentDpeId>4</ParentDpeId>
  <SelectIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </SelectIds>
  <ShowDisabled>true</ShowDisabled>
</DepartmentSearchConditions>

application/x-www-form-urlencoded

Sample:

Sample not available.

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.