POST api/Batch/StartExport

Request Information

URI Parameters

None.

Body Parameters

BatchAccountInfoApiVm
NameDescriptionTypeAdditional information
DepId

integer

None.

UserId

integer

None.

BatchId

integer

None.

AccountName

string

None.

UserName

string

None.

IsSub

integer

None.

PageSize

integer

None.

PageIndex

integer

None.

OrderBy

string

None.

OrderSequence

string

None.

Request Formats

application/json, text/json

Sample:
{
  "DepId": 1,
  "UserId": 2,
  "BatchId": 3,
  "AccountName": "sample string 4",
  "UserName": "sample string 5",
  "IsSub": 6,
  "PageSize": 7,
  "PageIndex": 8,
  "OrderBy": "sample string 9",
  "OrderSequence": "sample string 10"
}

application/xml, text/xml

Sample:
<BatchAccountInfoApiVm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ViewModel.API">
  <OrderBy xmlns="http://schemas.datacontract.org/2004/07/ViewModel.Condition">sample string 9</OrderBy>
  <OrderSequence xmlns="http://schemas.datacontract.org/2004/07/ViewModel.Condition">sample string 10</OrderSequence>
  <PageIndex xmlns="http://schemas.datacontract.org/2004/07/ViewModel.Condition">8</PageIndex>
  <PageSize xmlns="http://schemas.datacontract.org/2004/07/ViewModel.Condition">7</PageSize>
  <AccountName>sample string 4</AccountName>
  <BatchId>3</BatchId>
  <DepId>1</DepId>
  <IsSub>6</IsSub>
  <UserId>2</UserId>
  <UserName>sample string 5</UserName>
</BatchAccountInfoApiVm>

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 'BatchAccountInfoApiVm'.

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.