POST api/BankCase/StartExport
Request Information
URI Parameters
None.
Body Parameters
BankCaseApiVm| Name | Description | Type | Additional information |
|---|---|---|---|
| CardNo | string |
None. |
|
| FileNo | string |
None. |
|
| CaseNo | string |
None. |
|
| Account | string |
None. |
|
| CaseColor | string |
None. |
|
| Name | string |
None. |
|
| Mobile | string |
None. |
|
| IDCard | string |
None. |
|
| BatchIDs | string |
None. |
|
| BatchID | integer |
None. |
|
| CollectStatus | integer |
None. |
|
| Collector | integer |
None. |
|
| CreateUser | integer |
None. |
|
| CaseStatus | integer |
None. |
|
| EmployeId | integer |
None. |
|
| DelegateID | integer |
None. |
|
| SetColor | string |
None. |
|
| ExportCollumn | string |
None. |
|
| DepartmentID | string |
None. |
|
| RowNumber | integer |
None. |
|
| ONeself | boolean |
None. |
|
| DelegateDateStart | date |
None. |
|
| DelegateDateEnd | date |
None. |
|
| DelegateAmount | integer |
None. |
|
| MaxDelegateAmount | integer |
None. |
|
| Sort | integer |
None. |
|
| UrgeStatus | integer |
None. |
|
| IsPDF | integer |
None. |
|
| QEmployeIDs | string |
None. |
|
| PageSize | integer |
None. |
|
| PageIndex | integer |
None. |
|
| OrderBy | string |
None. |
|
| OrderSequence | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CardNo": "sample string 1",
"FileNo": "sample string 2",
"CaseNo": "sample string 3",
"Account": "sample string 4",
"CaseColor": "sample string 5",
"Name": "sample string 6",
"Mobile": "sample string 7",
"IDCard": "sample string 8",
"BatchIDs": "sample string 9",
"BatchID": 1,
"CollectStatus": 1,
"Collector": 1,
"CreateUser": 10,
"CaseStatus": 1,
"EmployeId": 11,
"DelegateID": 1,
"SetColor": "sample string 12",
"ExportCollumn": "sample string 13",
"DepartmentID": "sample string 14",
"RowNumber": 15,
"ONeself": true,
"DelegateDateStart": "2025-12-09T01:02:42.9578036+08:00",
"DelegateDateEnd": "2025-12-09T01:02:42.9578036+08:00",
"DelegateAmount": 1,
"MaxDelegateAmount": 1,
"Sort": 19,
"UrgeStatus": 20,
"IsPDF": 1,
"QEmployeIDs": "sample string 21",
"PageSize": 22,
"PageIndex": 23,
"OrderBy": "sample string 24",
"OrderSequence": "sample string 25"
}
application/xml, text/xml
Sample:
<BankCaseApiVm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ViewModel.Request"> <OrderBy xmlns="http://schemas.datacontract.org/2004/07/ViewModel.Condition">sample string 24</OrderBy> <OrderSequence xmlns="http://schemas.datacontract.org/2004/07/ViewModel.Condition">sample string 25</OrderSequence> <PageIndex xmlns="http://schemas.datacontract.org/2004/07/ViewModel.Condition">23</PageIndex> <PageSize xmlns="http://schemas.datacontract.org/2004/07/ViewModel.Condition">22</PageSize> <Account>sample string 4</Account> <BatchID>1</BatchID> <BatchIDs>sample string 9</BatchIDs> <CardNo>sample string 1</CardNo> <CaseColor>sample string 5</CaseColor> <CaseNo>sample string 3</CaseNo> <CaseStatus>1</CaseStatus> <CollectStatus>1</CollectStatus> <Collector>1</Collector> <CreateUser>10</CreateUser> <DelegateAmount>1</DelegateAmount> <DelegateDateEnd>2025-12-09T01:02:42.9578036+08:00</DelegateDateEnd> <DelegateDateStart>2025-12-09T01:02:42.9578036+08:00</DelegateDateStart> <DelegateID>1</DelegateID> <DepartmentID>sample string 14</DepartmentID> <EmployeId>11</EmployeId> <ExportCollumn>sample string 13</ExportCollumn> <FileNo>sample string 2</FileNo> <IDCard>sample string 8</IDCard> <IsPDF>1</IsPDF> <MaxDelegateAmount>1</MaxDelegateAmount> <Mobile>sample string 7</Mobile> <Name>sample string 6</Name> <ONeself>true</ONeself> <QEmployeIDs>sample string 21</QEmployeIDs> <RowNumber>15</RowNumber> <SetColor>sample string 12</SetColor> <Sort>19</Sort> <UrgeStatus>20</UrgeStatus> </BankCaseApiVm>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |