POST api/BankCaseTask/AddBankCaseTaskDetail

Request Information

URI Parameters

None.

Body Parameters

AddBankCaseTaskDetailVmModel
NameDescriptionTypeAdditional information
CardNo

string

None.

FileNo

string

None.

CaseNo

string

None.

Account

string

None.

CaseColor

string

None.

Name

string

None.

Mobile

string

None.

CaseContactMoblie

string

None.

IDCard

string

None.

IsTaking

integer

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.

TaskId

integer

None.

ONeself

boolean

None.

DelegateDateStart

date

None.

DelegateDateEnd

date

None.

DelegateAmount

integer

None.

MaxDelegateAmount

integer

None.

UrgeStatus

integer

None.

QEmployeIDs

string

None.

Apikey

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",
  "CaseContactMoblie": "sample string 8",
  "IDCard": "sample string 9",
  "IsTaking": 10,
  "BatchIDs": "sample string 11",
  "BatchID": 1,
  "CollectStatus": 1,
  "Collector": 1,
  "CreateUser": 12,
  "CaseStatus": 1,
  "EmployeId": 13,
  "DelegateID": 1,
  "SetColor": "sample string 14",
  "ExportCollumn": "sample string 15",
  "DepartmentID": "sample string 16",
  "TaskId": 17,
  "ONeself": true,
  "DelegateDateStart": "2025-12-09T01:01:44.3289181+08:00",
  "DelegateDateEnd": "2025-12-09T01:01:44.3289181+08:00",
  "DelegateAmount": 1,
  "MaxDelegateAmount": 1,
  "UrgeStatus": 21,
  "QEmployeIDs": "sample string 22",
  "Apikey": "sample string 23"
}

application/xml, text/xml

Sample:
<AddBankCaseTaskDetailVmModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ViewModel.API">
  <Account>sample string 4</Account>
  <Apikey>sample string 23</Apikey>
  <BatchID>1</BatchID>
  <BatchIDs>sample string 11</BatchIDs>
  <CardNo>sample string 1</CardNo>
  <CaseColor>sample string 5</CaseColor>
  <CaseContactMoblie>sample string 8</CaseContactMoblie>
  <CaseNo>sample string 3</CaseNo>
  <CaseStatus>1</CaseStatus>
  <CollectStatus>1</CollectStatus>
  <Collector>1</Collector>
  <CreateUser>12</CreateUser>
  <DelegateAmount>1</DelegateAmount>
  <DelegateDateEnd>2025-12-09T01:01:44.3289181+08:00</DelegateDateEnd>
  <DelegateDateStart>2025-12-09T01:01:44.3289181+08:00</DelegateDateStart>
  <DelegateID>1</DelegateID>
  <DepartmentID>sample string 16</DepartmentID>
  <EmployeId>13</EmployeId>
  <ExportCollumn>sample string 15</ExportCollumn>
  <FileNo>sample string 2</FileNo>
  <IDCard>sample string 9</IDCard>
  <IsTaking>10</IsTaking>
  <MaxDelegateAmount>1</MaxDelegateAmount>
  <Mobile>sample string 7</Mobile>
  <Name>sample string 6</Name>
  <ONeself>true</ONeself>
  <QEmployeIDs>sample string 22</QEmployeIDs>
  <SetColor>sample string 14</SetColor>
  <TaskId>17</TaskId>
  <UrgeStatus>21</UrgeStatus>
</AddBankCaseTaskDetailVmModel>

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

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.