{"collection":{"info":{"_postman_id":"428987b9-237d-42e6-9d3b-4afcd5ffe330","name":"Softline Subscriptions API","schema":"https://schema.getpostman.com/json/collection/v2.1.0/collection.json","createdAt":"2023-10-26T07:09:30.000Z","updatedAt":"2026-01-14T11:45:59.000Z","lastUpdatedBy":"15240180","uid":"15240180-428987b9-237d-42e6-9d3b-4afcd5ffe330"},"item":[{"name":"Modify subscription activity","item":[{"name":"Cancel subscription","id":"1b0fd601-f1d6-4608-a55e-ef18fa758de1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AuthorizationJWT","value":"Bearer {{Token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n \"id\": \"37289934_39676473\",\r\n \"activity\": false,\r\n \"suppress_customer_notification\": false\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{Base API URL}}/v1/subscription/modify_activity","host":["{{Base API URL}}"],"path":["v1","subscription","modify_activity"]}},"response":[],"createdAt":"2023-10-26T07:09:30.000Z","updatedAt":"2023-10-26T07:09:30.000Z","uid":"15240180-1b0fd601-f1d6-4608-a55e-ef18fa758de1"},{"name":"Resume subscription","id":"b0aff649-db63-4bf0-a3ba-93c6c70120ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AuthorizationJWT","value":"Bearer {{Token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n \"id\": \"37289934_39676473\",\r\n \"activity\": true,\r\n \"suppress_customer_notification\": false\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{Base API URL}}/v1/subscription/modify_activity","host":["{{Base API URL}}"],"path":["v1","subscription","modify_activity"]}},"response":[],"createdAt":"2023-10-26T07:09:30.000Z","updatedAt":"2023-10-26T07:09:30.000Z","uid":"15240180-b0aff649-db63-4bf0-a3ba-93c6c70120ec"}],"id":"c8381226-9375-4ebf-9b1a-89b5228c63f1","createdAt":"2023-10-26T07:09:30.000Z","updatedAt":"2023-10-26T07:09:30.000Z","uid":"15240180-c8381226-9375-4ebf-9b1a-89b5228c63f1"},{"name":"Get token for authentication","id":"9e696f49-9425-45c1-8c32-0d00645c4249","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"{{Username}}\",\r\n    \"password\": \"{{Password}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{Base API URL}}/v1/login_check","host":["{{Base API URL}}"],"path":["v1","login_check"]}},"response":[],"createdAt":"2023-10-26T07:09:30.000Z","updatedAt":"2023-10-26T07:09:30.000Z","uid":"15240180-9e696f49-9425-45c1-8c32-0d00645c4249"},{"name":"Get Subscription Data","id":"0c83cb6d-4d2b-4fd7-98f8-4617f17dce80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"AuthorizationJWT","value":"Bearer {{Token}}","type":"text"}],"url":{"raw":"{{Base API URL}}/v1/subscription/37289934_39676473","host":["{{Base API URL}}"],"path":["v1","subscription","37289934_39676473"]}},"response":[],"createdAt":"2023-10-26T07:09:30.000Z","updatedAt":"2023-10-26T07:09:30.000Z","uid":"15240180-0c83cb6d-4d2b-4fd7-98f8-4617f17dce80"},{"name":"Modify subscription expiration date","id":"2e35cc9b-20c0-4de6-8e60-de43ccef44f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AuthorizationJWT","value":"Bearer {{Token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n \"id\": \"37289934_39676473\",\r\n \"expiration_date\": \"2022-06-29T08:52:16+03:00\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{Base API URL}}/v1/subscription/modify_expiration_date","host":["{{Base API URL}}"],"path":["v1","subscription","modify_expiration_date"]}},"response":[],"createdAt":"2023-10-26T07:09:30.000Z","updatedAt":"2023-10-26T07:09:30.000Z","uid":"15240180-2e35cc9b-20c0-4de6-8e60-de43ccef44f5"},{"name":"Modify next subscription renewal price","id":"2367d1b0-865b-49f2-b5da-11b0c0ab04dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AuthorizationJWT","value":"Bearer {{Token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n \"id\": \"37289934_39676473\",\r\n \"currency\": \"RUB\",\r\n \"next_billing_price\": \"80.00\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{Base API URL}}/v1/subscription/modify_next_billing_price","host":["{{Base API URL}}"],"path":["v1","subscription","modify_next_billing_price"]}},"response":[],"createdAt":"2023-10-26T07:09:30.000Z","updatedAt":"2023-10-26T07:10:04.000Z","uid":"15240180-2367d1b0-865b-49f2-b5da-11b0c0ab04dc"},{"name":"Modify next renewal product name","id":"d86334e5-f3b4-478d-af1f-d58245015bae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AuthorizationJWT","value":"Bearer {{Token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n \"id\": \"111111_222222\",\r\n \"next_product_name\": \"Product renewal for 1 year\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{Base API URL}}/v1/subscription/modify_next_product_name","host":["{{Base API URL}}"],"path":["v1","subscription","modify_next_product_name"]}},"response":[],"createdAt":"2023-10-26T07:09:30.000Z","updatedAt":"2023-10-26T07:09:30.000Z","uid":"15240180-d86334e5-f3b4-478d-af1f-d58245015bae"}]}}