POST api/BankCaseMessage/GetSMSHistoryListByDept

Request Information

URI Parameters

None.

Body Parameters

SMSDeptrequest
NameDescriptionTypeAdditional information
apiID

string

None.

etime

string

None.

pageIndex

integer

None.

pageSize

integer

None.

phone

string

None.

role

string

None.

sendStatus

string

None.

stime

string

None.

DepartmentTaskIdStr

string

None.

Request Formats

application/json, text/json

Sample:
{
  "apiID": "sample string 1",
  "etime": "sample string 2",
  "pageIndex": 3,
  "pageSize": 4,
  "phone": "sample string 5",
  "role": "sample string 6",
  "sendStatus": "sample string 7",
  "stime": "sample string 8",
  "DepartmentTaskIdStr": "sample string 9"
}

application/xml, text/xml

Sample:
<SMSDeptrequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ViewModel.API">
  <DepartmentTaskIdStr>sample string 9</DepartmentTaskIdStr>
  <apiID>sample string 1</apiID>
  <etime>sample string 2</etime>
  <pageIndex>3</pageIndex>
  <pageSize>4</pageSize>
  <phone>sample string 5</phone>
  <role>sample string 6</role>
  <sendStatus>sample string 7</sendStatus>
  <stime>sample string 8</stime>
</SMSDeptrequest>

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

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.