POST api/DuYan/AddBankCaseTaskDy

Request Information

URI Parameters

None.

Body Parameters

BankCaseTaskDYRequest
NameDescriptionTypeAdditional information
id

integer

None.

name

string

None.

created_time

integer

None.

account_id

integer

None.

caller

string

None.

status

string

None.

total_count

integer

None.

priority

string

None.

retry_count

integer

None.

retry_interval

integer

None.

call_rate

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "name": "sample string 2",
  "created_time": 3,
  "account_id": 4,
  "caller": "sample string 5",
  "status": "sample string 6",
  "total_count": 7,
  "priority": "sample string 8",
  "retry_count": 9,
  "retry_interval": 10,
  "call_rate": 11
}

application/xml, text/xml

Sample:
<BankCaseTaskDYRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ViewModel.API">
  <account_id>4</account_id>
  <call_rate>11</call_rate>
  <caller>sample string 5</caller>
  <created_time>3</created_time>
  <id>1</id>
  <name>sample string 2</name>
  <priority>sample string 8</priority>
  <retry_count>9</retry_count>
  <retry_interval>10</retry_interval>
  <status>sample string 6</status>
  <total_count>7</total_count>
</BankCaseTaskDYRequest>

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

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.