POST api/Subscription/SubscriptionRenewal

Request Information

URI Parameters

None.

Body Parameters

SubscriptionRenewal
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

AccountId

globally unique identifier

None.

MemberId

globally unique identifier

None.

FacilityId

globally unique identifier

None.

PlanId

globally unique identifier

None.

MemberShipEnrollmentId

globally unique identifier

None.

StatusId

integer

None.

Amount

decimal number

None.

NextPaymentDate

date

None.

CurrentBillingCycle

integer

None.

TotalBillingCycle

integer

None.

CreatedBy

globally unique identifier

None.

CreatedOn

date

None.

ModifiedBy

globally unique identifier

None.

ModifiedOn

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "96acbd80-491e-4986-a238-d16aa2864c5e",
  "AccountId": "80126284-03cb-4a18-963c-bf4b1eb9345c",
  "MemberId": "f241caa5-c7e2-4c8d-9004-f15b88b82727",
  "FacilityId": "b01c383a-eca7-442b-af0f-f1eeff730807",
  "PlanId": "3e4e05cd-3ae6-45fd-a2bd-abf6c8532c68",
  "MemberShipEnrollmentId": "cb9aec81-64dd-45bd-bf91-ea08ae253944",
  "StatusId": 1,
  "Amount": 5.0,
  "NextPaymentDate": "2025-12-15T10:12:27.7278842-06:00",
  "CurrentBillingCycle": 1,
  "TotalBillingCycle": 1,
  "CreatedBy": "e5be1f70-7d34-47ce-b432-279873f93402",
  "CreatedOn": "2025-12-15T10:12:27.7278842-06:00",
  "ModifiedBy": "780e0f5c-0511-424a-9966-9546df106350",
  "ModifiedOn": "2025-12-15T10:12:27.7278842-06:00"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"