POST api/Subscription/cancelsubscription

Request Information

URI Parameters

None.

Body Parameters

MemberShipEnrollment
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

AccountId

globally unique identifier

None.

MemberId

globally unique identifier

None.

PatientId

globally unique identifier

None.

EncounterId

globally unique identifier

None.

PlanId

globally unique identifier

None.

EnrolledOn

date

None.

StatusId

integer

None.

NextPaymentDate

date

None.

PaymentRefId

string

None.

CancelReason

string

None.

CreatedBy

globally unique identifier

None.

CreatedOn

date

None.

ModifiedBy

globally unique identifier

None.

ModifiedOn

date

None.

EffectiveDate

date

None.

ExpirationDate

date

None.

MemberShipEnrollmentId

globally unique identifier

None.

MembershipEnrollmentDetailId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "f09e22bc-841d-4075-8ce9-43a41c1f7a21",
  "AccountId": "d405f97e-2dae-4745-b4c6-13f91bdfd893",
  "MemberId": "95f85e4b-21ea-48b0-8593-a9faa33c0b80",
  "PatientId": "d5c2787f-3d99-410f-b873-1bad85e255f9",
  "EncounterId": "d5c61785-141f-476e-98a0-1e14c7dc6a5d",
  "PlanId": "4072e522-cd51-41b7-b770-5eb07cdf9856",
  "EnrolledOn": "2025-12-15T10:12:28.3197198-06:00",
  "StatusId": 1,
  "NextPaymentDate": "2025-12-15T10:12:28.3197198-06:00",
  "PaymentRefId": "sample string 4",
  "CancelReason": "sample string 5",
  "CreatedBy": "9dd57a8a-0b7d-4759-9dcf-981f4334287c",
  "CreatedOn": "2025-12-15T10:12:28.3197198-06:00",
  "ModifiedBy": "11f1f4a0-4cf5-464d-8608-1f1324f3524b",
  "ModifiedOn": "2025-12-15T10:12:28.3197198-06:00",
  "EffectiveDate": "2025-12-15T10:12:28.3197198-06:00",
  "ExpirationDate": "2025-12-15T10:12:28.3197198-06:00",
  "MemberShipEnrollmentId": "1be5b0c4-f141-423b-80e5-08c8692affad",
  "MembershipEnrollmentDetailId": "10a4daba-ea46-4644-9819-1d1a8289164b"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.