GET api/PatientWeight/GetMembershipStatus?patientId={patientId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
patientId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of MembershipStatus
NameDescriptionTypeAdditional information
Family

string

None.

Name

string

None.

Status

string

None.

StartDate

date

None.

EndDate

date

None.

IsMembershipPending

boolean

None.

PendingMembership

MembershipStatus

None.

Response Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Self referencing loop detected for property 'PendingMembership' with type 'JsmdDataApi.Controllers.PatientWeightController+MembershipStatus'. Path '[0]'.

text/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Self referencing loop detected for property 'PendingMembership' with type 'JsmdDataApi.Controllers.PatientWeightController+MembershipStatus'. Path '[0]'.

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Object graph for type 'JsmdDataApi.Controllers.PatientWeightController+MembershipStatus' contains cycles and cannot be serialized if reference tracking is disabled.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Object graph for type 'JsmdDataApi.Controllers.PatientWeightController+MembershipStatus' contains cycles and cannot be serialized if reference tracking is disabled.