POST api/FinalizeCasePaper

Request Information

URI Parameters

None.

Body Parameters

FinalizeCasePaper
NameDescriptionTypeAdditional information
CasePaperId

string

None.

PatientId

string

None.

FollowUpDate

string

None.

User

string

None.

ContactNo

string

None.

DoctorId

integer

None.

TreatmentNumber

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CasePaperId": "sample string 1",
  "PatientId": "sample string 2",
  "FollowUpDate": "sample string 3",
  "User": "sample string 4",
  "ContactNo": "sample string 5",
  "DoctorId": 6,
  "TreatmentNumber": 1
}

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

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.