POST api2/subscriptions/{subID}/products.json
Create a subscription products
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
subID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
created subscription products
api_rootName | Description | Type | Additional information |
---|---|---|---|
entry | GroupEntrys |
None. |
Response Format
{ "entry": { "id": 1, "group_id": "sample string 2", "product_name": "sample string 3", "product_id_long": "sample string 4", "product_id": 1, "created_at": "2025-02-05T10:42:07.35912+01:00", "start_at": "2025-02-05T10:42:07.35912+01:00", "end_at": "2025-02-05T10:42:07.35912+01:00", "delete_after": 1, "company_id": 1, "valid_after": 1, "valid": 1 } }