We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Subscription endpoint for activate
/api/v1/subscriptions/{subscriptionId}/activate
subscriptionId *
{ "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "userId": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "organizationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "transactionId": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "plan": "string", "frequency": "string", "isActive": true, "amount": 0, "startDate": "2024-08-25T19:08:47.346Z", "expiryDate": "2024-08-25T19:08:47.346Z", "createdAt": "2024-08-25T19:08:47.346Z", "updatedAt": "2024-08-25T19:08:47.346Z" }
https://staging.api-csharp.boilerplate.hng.tech/docs/index.html
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Subscription endpoint for activate
Route
/api/v1/subscriptions/{subscriptionId}/activate
Request Body
subscriptionId *
Response Body
Link for referrence
https://staging.api-csharp.boilerplate.hng.tech/docs/index.html
The text was updated successfully, but these errors were encountered: