POST api/SearchCasePaperReport

Request Information

URI Parameters

None.

Body Parameters

SearchCasepaperReq
NameDescriptionTypeAdditional information
BranchId

integer

None.

Phone

string

None.

PatientName

string

None.

DoctorMobile

string

None.

Request Formats

application/json, text/json

Sample:
{
  "BranchId": 1,
  "Phone": "sample string 2",
  "PatientName": "sample string 3",
  "DoctorMobile": "sample string 4"
}

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

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.