PATCH
/
subscription-items
/
{id}

Authorizations

Authorization
string
header
required

Value for the Authorization header parameter.

Path Parameters

id
string
required

SubscriptionItem identifier

Body

name
string
required

The name of the item which will be used in the invoice. The name is translated based on the customer's locale.

Maximum length: 255
description
string | null

The description of the item which will be used in the invoice. The description is translated based on the customer's locale.

Maximum length: 5000
furtherInformation
string | null

Further information defines additional information for the item which will be displayed in the invoice.

Maximum length: 5000
periods
object[]

The contract period terms of the subscription item. If empty, it is always cancelable.

Response

200
application/json
id
string
parent
object | null

The parent item of the item. If this is null, the item is a root item.