Create Order Subscription
Creates a new subscription and adds it to the order.
Creates a new subscription for the order
post
Body
hrefstringread-onlyoptional
startDatestring · date-timeoptional
terminationDatestring · date-time | nullableoptional
externalIdsobjectoptional
commitmentDatestring · date-time | nullableoptional
linesany[] | nullableoptional
curl -L \
--request POST \
--url 'https://api.platform.softwareone.com/public/v1/commerce/orders/{orderId}/subscriptions' \
--header 'Content-Type: application/json' \
--data '{
"id": "text",
"audit": {},
"$meta": {},
"name": "text",
"startDate": "2025-04-06T22:07:27.081Z",
"terminationDate": "2025-04-06T22:07:27.081Z",
"externalIds": {},
"agreement": {},
"terms": {},
"product": {},
"autoRenew": true,
"status": {},
"commitmentDate": "2025-04-06T22:07:27.081Z",
"parameters": {},
"price": {},
"lines": []
}'
{
"id": "text",
"audit": {},
"$meta": {},
"href": "text",
"name": "text",
"startDate": "2025-04-06T22:07:27.081Z",
"terminationDate": "2025-04-06T22:07:27.081Z",
"externalIds": {},
"agreement": {},
"terms": {},
"product": {},
"autoRenew": true,
"status": {},
"commitmentDate": "2025-04-06T22:07:27.081Z",
"price": {},
"parameters": {},
"buyer": {},
"licensee": {},
"seller": {},
"lines": []
}