hngprojects / hng_boilerplate_nestjs

Description
Apache License 2.0
181 stars 105 forks source link

[Fix] PHP: Refactor Subscription API to Activate #1199

Open rachael444 opened 2 months ago

rachael444 commented 2 months ago

Description

Subscription endpoint for activate

Route

/api/v1/subscriptions/{subscriptionId}/activate

Request Body

subscriptionId *

Response Body


{
  "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"
}   

Link for referrence

https://staging.api-csharp.boilerplate.hng.tech/docs/index.html