POST api/pay/admin/subscription/set
Request Information
URI Parameters
None.
Body Parameters
PayAdminSetSubscriptionDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| MemberID | globally unique identifier |
None. |
|
| PlanCode | string |
None. |
|
| StartDate | date |
None. |
|
| NextBillingDate | date |
None. |
|
| Provider | string |
None. |
|
| UpdateMemberPayPlan | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"MemberID": "a61e6cbf-0184-4563-aad6-786cd972a4f5",
"PlanCode": "sample string 2",
"StartDate": "2026-09-02T12:11:12.7694466+08:00",
"NextBillingDate": "2026-09-02T12:11:12.7694466+08:00",
"Provider": "sample string 3",
"UpdateMemberPayPlan": true
}
application/xml, text/xml
Sample:
<PayAdminSetSubscriptionDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AIProject.API.Models.DTO"> <MemberID>a61e6cbf-0184-4563-aad6-786cd972a4f5</MemberID> <NextBillingDate>2026-09-02T12:11:12.7694466+08:00</NextBillingDate> <PlanCode>sample string 2</PlanCode> <Provider>sample string 3</Provider> <StartDate>2026-09-02T12:11:12.7694466+08:00</StartDate> <UpdateMemberPayPlan>true</UpdateMemberPayPlan> </PayAdminSetSubscriptionDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.