Subscription pass type model
details object
enstring
name object
enstring
name_intlstring
name_localstring
price object
amountinteger
currencystring
formattedstring
formatted_localized object
enstring
jastring
price_amountinteger
pricingstring<uri-reference>
Reference to pricing object applied to the type
projectstring<uri-reference>
Project reference the type belongs to
service_idsinteger[]
ticket_typestring
validity_duration_daysinteger
Validity length of the pass type
created_atstring<date-time>
Creation timestamp of an object
id object
Identifier of the object
- integer
- uuid
integer
Can be integer
string
Can be UUID
modified_atstring<date-time>
Last modification timestampo of the object
resource_uristring<uri-reference>
URI of the object instance
Subscription pass type model
{
"details": {
"en": "string"
},
"name": {
"en": "string"
},
"name_intl": "string",
"name_local": "string",
"price": {
"amount": 0,
"currency": "string",
"formatted": "string",
"formatted_localized": {
"en": "string",
"ja": "string"
}
},
"price_amount": 0,
"pricing": "string",
"project": "string",
"service_ids": [
0
],
"ticket_type": "string",
"validity_duration_days": 0,
"created_at": "2024-07-29T15:51:28.071Z",
"id": 0,
"modified_at": "2024-07-29T15:51:28.071Z",
"resource_uri": "string"
}