api-log
| User | - |
|---|---|
| Device Ip | 192.168.113.1 |
| Request Method | POST |
| Endpoint | https://dev.stockflow.me/api/v1/subscription-detail |
| Request Headers | {
"host": [
"dev.stockflow.me"
],
"connection": [
"keep-alive"
],
"content-type": [
"application/json"
],
"accept": [
"*/*"
],
"accept-language": [
"*"
],
"sec-fetch-mode": [
"cors"
],
"user-agent": [
"node"
],
"pragma": [
"no-cache"
],
"cache-control": [
"no-cache"
],
"accept-encoding": [
"br, gzip, deflate"
],
"content-length": [
"24"
]
} |
| Request Body | {
"subscription_id": "29"
} |
| Response Body | {
"success": true,
"status": 200,
"message": "Subscription details fetched successfully",
"data": {
"subscription_id": "29",
"name": "Medium Office ",
"description": "<ul>\r\n\t<li>4 Delivery for entire month</li>\r\n\t<li>More than 25+ Office items</li>\r\n\t<li>Delivered on the 1st Sunday of the Month</li>\r\n</ul>\r\n",
"tag": "Most Popular",
"billing_cycle": "monthly",
"image": "https://dev.stockflow.me/uploads/6920079b394ae.jpg",
"visit_in_month": "1",
"validity": 30,
"has_customisation_option": true,
"button_text": "Subscribe Now",
"no_of_people": "10-50 people",
"regular_price": "0.00",
"final_price": "84.00",
"is_active": true,
"is_default": false,
"created_at": "2025-11-21 12:02:59",
"updated_at": "2025-12-16 11:51:18",
"products": [
{
"product_id": 36,
"name": "Omnia Photocopy A3 Paper (Ream)",
"subscription_price": "5.00",
"total": "5.00",
"qty": 10,
"discount": "0.00",
"images": [
"https://dev.stockflow.me/uploads/product_691c24d3e62e6.jpg",
"https://dev.stockflow.me/uploads/product_691c250b179a2.jpg"
]
},
{
"product_id": 37,
"name": "Original Premium Color Photocopy Paper",
"subscription_price": "9.00",
"total": "10.00",
"qty": 10,
"discount": "1.00",
"images": [
"https://dev.stockflow.me/uploads/product_691c12bf667f4.jpg",
"https://dev.stockflow.me/uploads/product_691c25ab45026.jpg"
]
},
{
"product_id": 38,
"name": "Photocopy A4 Paper Brilliant (Carton)",
"subscription_price": "40.00",
"total": "50.00",
"qty": 10,
"discount": "10.00",
"images": [
"https://dev.stockflow.me/uploads/product_691c26f56bbe3.webp",
"https://dev.stockflow.me/uploads/product_691c2755403df.webp"
]
},
{
"product_id": 39,
"name": "3M Scotch Magic 811 Removable Tape, 3/4\" X 1296\", Clear",
"subscription_price": "5.00",
"total": "5.50",
"qty": 5,
"discount": "0.50",
"images": [
"https://dev.stockflow.me/uploads/product_691c13ac5c71d.jpg",
"https://dev.stockflow.me/uploads/product_691c28e4006b1.webp",
"https://dev.stockflow.me/uploads/product_691c292839a7d.webp"
]
},
{
"product_id": 42,
"name": "HP 652 Black Original Ink Advantage Cartridge (F6V25AE)",
"subscription_price": "25.00",
"total": "26.00",
"qty": 5,
"discount": "1.00",
"images": [
"https://dev.stockflow.me/uploads/product_691c15c77eec4.jpg"
]
}
],
"sub_total": "96.50",
"discount": "12.50",
"total": "84.00",
"is_runtime_calculated": false
}
} |
| Response Status | 200 |
| Created At | 2025-12-25 13:11:05 |