POST api/GetCarePlanConsumptionPercent

Request Information

URI Parameters

None.

Body Parameters

TreatmentAge_Input
NameDescriptionTypeAdditional information
PatientId

integer

None.

BranchId

integer

None.

CarePlanTrackingHID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "PatientId": 1,
  "BranchId": 2,
  "CarePlanTrackingHID": 3
}

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

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.