{"openapi":"3.1.0","info":{"title":"Ticketlab Public API","description":"This API is used by third parties to interact with resources of Ticketlab accounts.\nPlease note: all datetime values used in the API are in UTC!\nSee [this support article](https:\/\/support.ticketlab.nl\/hc\/nl\/articles\/360020059080) for instructions on how to use this API.","contact":{"name":"Ticketlab","url":"https:\/\/www.ticketlab.nl\/contact.html","email":"api@ticketlab.nl"},"version":"2.17.35"},"servers":[{"url":"\/","description":""}],"paths":{"\/addresses":{"get":{"operationId":"api_addresses_get_collection","tags":["Address"],"responses":{"200":{"description":"Address collection","content":{"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Address.jsonld-address.read"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}},"example":{"@id":"string","type":"string","hydra:first":"string","hydra:last":"string","hydra:previous":"string","hydra:next":"string"}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":["string","null"]},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Address-address.read"}}}}}},"summary":"Retrieves the collection of Address resources.","description":"Retrieves the collection of Address resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0,"maximum":50},"style":"form","explode":false,"allowReserved":false},{"name":"properties[]","in":"query","description":"Allows you to reduce the response to contain only the properties you need. If your desired property is nested, you can address it using nested arrays. Example: properties[]={propertyName}&properties[]={anotherPropertyName}&properties[{nestedPropertyParent}][]={nestedProperty}","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false},{"name":"id","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer"},"style":"form","explode":false,"allowReserved":false},{"name":"id[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true,"allowReserved":false}],"deprecated":false},"post":{"operationId":"api_addresses_post","tags":["Address"],"responses":{"201":{"description":"Address resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Address.jsonld-address.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Address-address.read"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Address resource.","description":"Creates a Address resource.","parameters":[],"requestBody":{"description":"The new Address resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Address.jsonld-address.write"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Address-address.write"}}},"required":true},"deprecated":false},"parameters":[]},"\/addresses\/{id}":{"get":{"operationId":"api_addresses_id_get","tags":["Address"],"responses":{"200":{"description":"Address resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Address.jsonld-address.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Address-address.read"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Address resource.","description":"Retrieves a Address resource.","parameters":[{"name":"id","in":"path","description":"Address identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/countries":{"get":{"operationId":"api_countries_get_collection","tags":["Country"],"responses":{"200":{"description":"Country collection","content":{"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Country.jsonld-country.read"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}},"example":{"@id":"string","type":"string","hydra:first":"string","hydra:last":"string","hydra:previous":"string","hydra:next":"string"}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":["string","null"]},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Country-country.read"}}}}}},"summary":"Retrieves the collection of Country resources.","description":"Retrieves the collection of Country resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0,"maximum":50},"style":"form","explode":false,"allowReserved":false},{"name":"properties[]","in":"query","description":"Allows you to reduce the response to contain only the properties you need. If your desired property is nested, you can address it using nested arrays. Example: properties[]={propertyName}&properties[]={anotherPropertyName}&properties[{nestedPropertyParent}][]={nestedProperty}","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false}],"deprecated":false},"post":{"operationId":"api_countries_post","tags":["Country"],"responses":{"201":{"description":"Country resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Country.jsonld-country.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Country-country.read"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Country resource.","description":"Creates a Country resource.","parameters":[],"requestBody":{"description":"The new Country resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Country.jsonld-country.write"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Country-country.write"}}},"required":true},"deprecated":false},"parameters":[]},"\/countries\/{id}":{"get":{"operationId":"api_countries_id_get","tags":["Country"],"responses":{"200":{"description":"Country resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Country.jsonld-country.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Country-country.read"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Country resource.","description":"Retrieves a Country resource.","parameters":[{"name":"id","in":"path","description":"Country identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/coupon_templates":{"get":{"operationId":"api_coupon_templates_get_collection","tags":["CouponTemplate"],"responses":{"200":{"description":"CouponTemplate collection","content":{"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/CouponTemplate.jsonld-coupontemplate.read"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}},"example":{"@id":"string","type":"string","hydra:first":"string","hydra:last":"string","hydra:previous":"string","hydra:next":"string"}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":["string","null"]},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CouponTemplate-coupontemplate.read"}}}}}},"summary":"Retrieves the collection of CouponTemplate resources.","description":"Retrieves the collection of CouponTemplate resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0,"maximum":50},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"api_coupon_templates_post","tags":["CouponTemplate"],"responses":{"201":{"description":"CouponTemplate resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/CouponTemplate.jsonld-coupontemplate.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CouponTemplate-coupontemplate.read"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a CouponTemplate resource.","description":"Creates a CouponTemplate resource.","parameters":[],"requestBody":{"description":"The new CouponTemplate resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/CouponTemplate.jsonld-coupontemplate.write"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CouponTemplate-coupontemplate.write"}}},"required":true},"deprecated":false},"parameters":[]},"\/coupon_templates\/{id}":{"get":{"operationId":"api_coupon_templates_id_get","tags":["CouponTemplate"],"responses":{"200":{"description":"CouponTemplate resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/CouponTemplate.jsonld-coupontemplate.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CouponTemplate-coupontemplate.read"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a CouponTemplate resource.","description":"Retrieves a CouponTemplate resource.","parameters":[{"name":"id","in":"path","description":"CouponTemplate identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/coupons":{"get":{"operationId":"api_coupons_get_collection","tags":["Coupon"],"responses":{"200":{"description":"Coupon collection","content":{"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Coupon.jsonld-coupon.read"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}},"example":{"@id":"string","type":"string","hydra:first":"string","hydra:last":"string","hydra:previous":"string","hydra:next":"string"}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":["string","null"]},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Coupon-coupon.read"}}}}}},"summary":"Retrieves the collection of Coupon resources.","description":"Retrieves the collection of Coupon resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0,"maximum":50},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"api_coupons_post","tags":["Coupon"],"responses":{"201":{"description":"Coupon resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Coupon.jsonld-coupon.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Coupon-coupon.read"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Coupon resource.","description":"Creates a Coupon resource.","parameters":[],"requestBody":{"description":"The new Coupon resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Coupon.jsonld-coupon.write"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Coupon-coupon.write"}}},"required":true},"deprecated":false},"parameters":[]},"\/coupons\/{id}":{"get":{"operationId":"api_coupons_id_get","tags":["Coupon"],"responses":{"200":{"description":"Coupon resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Coupon.jsonld-coupon.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Coupon-coupon.read"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Coupon resource.","description":"Retrieves a Coupon resource.","parameters":[{"name":"id","in":"path","description":"Coupon identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/entities":{"get":{"operationId":"api_entities_get_collection","tags":["Entity"],"responses":{"200":{"description":"Entity collection","content":{"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Entity.jsonld-entity.read"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}},"example":{"@id":"string","type":"string","hydra:first":"string","hydra:last":"string","hydra:previous":"string","hydra:next":"string"}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":["string","null"]},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Entity-entity.read"}}}}}},"summary":"Retrieves the collection of Entity resources.","description":"Retrieves the collection of Entity resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0,"maximum":50},"style":"form","explode":false,"allowReserved":false},{"name":"properties[]","in":"query","description":"Allows you to reduce the response to contain only the properties you need. If your desired property is nested, you can address it using nested arrays. Example: properties[]={propertyName}&properties[]={anotherPropertyName}&properties[{nestedPropertyParent}][]={nestedProperty}","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false},{"name":"id","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer"},"style":"form","explode":false,"allowReserved":false},{"name":"id[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true,"allowReserved":false}],"deprecated":false},"post":{"operationId":"api_entities_post","tags":["Entity"],"responses":{"201":{"description":"Entity resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Entity.jsonld-entity.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Entity-entity.read"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Entity resource.","description":"Creates a Entity resource.","parameters":[],"requestBody":{"description":"The new Entity resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Entity.jsonld-entity.write"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Entity-entity.write"}}},"required":true},"deprecated":false},"parameters":[]},"\/entities\/{id}":{"get":{"operationId":"api_entities_id_get","tags":["Entity"],"responses":{"200":{"description":"Entity resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Entity.jsonld-entity.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Entity-entity.read"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Entity resource.","description":"Retrieves a Entity resource.","parameters":[{"name":"id","in":"path","description":"Entity identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/event_groups":{"get":{"operationId":"api_event_groups_get_collection","tags":["EventGroup"],"responses":{"200":{"description":"EventGroup collection","content":{"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/EventGroup.jsonld-eventgroup.read"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}},"example":{"@id":"string","type":"string","hydra:first":"string","hydra:last":"string","hydra:previous":"string","hydra:next":"string"}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":["string","null"]},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/EventGroup-eventgroup.read"}}}}}},"summary":"Retrieves the collection of EventGroup resources.","description":"Retrieves the collection of EventGroup resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0,"maximum":50},"style":"form","explode":false,"allowReserved":false},{"name":"properties[]","in":"query","description":"Allows you to reduce the response to contain only the properties you need. If your desired property is nested, you can address it using nested arrays. Example: properties[]={propertyName}&properties[]={anotherPropertyName}&properties[{nestedPropertyParent}][]={nestedProperty}","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false}],"deprecated":false},"post":{"operationId":"api_event_groups_post","tags":["EventGroup"],"responses":{"201":{"description":"EventGroup resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/EventGroup.jsonld-eventgroup.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/EventGroup-eventgroup.read"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a EventGroup resource.","description":"Creates a EventGroup resource.","parameters":[],"requestBody":{"description":"The new EventGroup resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/EventGroup.jsonld-eventgroup.write"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/EventGroup-eventgroup.write"}}},"required":true},"deprecated":false},"parameters":[]},"\/event_groups\/{id}":{"get":{"operationId":"api_event_groups_id_get","tags":["EventGroup"],"responses":{"200":{"description":"EventGroup resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/EventGroup.jsonld-eventgroup.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/EventGroup-eventgroup.read"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a EventGroup resource.","description":"Retrieves a EventGroup resource.","parameters":[{"name":"id","in":"path","description":"EventGroup identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/event_types":{"get":{"operationId":"api_event_types_get_collection","tags":["EventType"],"responses":{"200":{"description":"EventType collection","content":{"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/EventType.jsonld-eventtype.read"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}},"example":{"@id":"string","type":"string","hydra:first":"string","hydra:last":"string","hydra:previous":"string","hydra:next":"string"}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":["string","null"]},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/EventType-eventtype.read"}}}}}},"summary":"Retrieves the collection of EventType resources.","description":"Retrieves the collection of EventType resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0,"maximum":50},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"api_event_types_post","tags":["EventType"],"responses":{"201":{"description":"EventType resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/EventType.jsonld-eventtype.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/EventType-eventtype.read"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a EventType resource.","description":"Creates a EventType resource.","parameters":[],"requestBody":{"description":"The new EventType resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/EventType.jsonld-eventtype.write"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/EventType-eventtype.write"}}},"required":true},"deprecated":false},"parameters":[]},"\/event_types\/{id}":{"get":{"operationId":"api_event_types_id_get","tags":["EventType"],"responses":{"200":{"description":"EventType resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/EventType.jsonld-eventtype.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/EventType-eventtype.read"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a EventType resource.","description":"Retrieves a EventType resource.","parameters":[{"name":"id","in":"path","description":"EventType identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/events":{"get":{"operationId":"api_events_get_collection","tags":["Event"],"responses":{"200":{"description":"Event collection","content":{"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Event.jsonld-event.read"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}},"example":{"@id":"string","type":"string","hydra:first":"string","hydra:last":"string","hydra:previous":"string","hydra:next":"string"}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":["string","null"]},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Event-event.read"}}}}}},"summary":"Retrieves the collection of Event resources.","description":"Retrieves the collection of Event resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0,"maximum":50},"style":"form","explode":false,"allowReserved":false},{"name":"properties[]","in":"query","description":"Allows you to reduce the response to contain only the properties you need. If your desired property is nested, you can address it using nested arrays. Example: properties[]={propertyName}&properties[]={anotherPropertyName}&properties[{nestedPropertyParent}][]={nestedProperty}","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false},{"name":"order[creationdate]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"creationdate[before]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"creationdate[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"creationdate[after]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"creationdate[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"title","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"api_events_post","tags":["Event"],"responses":{"201":{"description":"Event resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Event.jsonld-event.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Event-event.read"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Event resource.","description":"Creates a Event resource.","parameters":[],"requestBody":{"description":"The new Event resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Event.jsonld-event.write"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Event-event.write"}}},"required":true},"deprecated":false},"parameters":[]},"\/events\/{id}":{"get":{"operationId":"api_events_id_get","tags":["Event"],"responses":{"200":{"description":"Event resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Event.jsonld-event.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Event-event.read"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Event resource.","description":"Retrieves a Event resource.","parameters":[{"name":"id","in":"path","description":"Event identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/genres":{"get":{"operationId":"api_genres_get_collection","tags":["Genre"],"responses":{"200":{"description":"Genre collection","content":{"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Genre.jsonld-genre.read"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}},"example":{"@id":"string","type":"string","hydra:first":"string","hydra:last":"string","hydra:previous":"string","hydra:next":"string"}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":["string","null"]},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Genre-genre.read"}}}}}},"summary":"Retrieves the collection of Genre resources.","description":"Retrieves the collection of Genre resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0,"maximum":50},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"api_genres_post","tags":["Genre"],"responses":{"201":{"description":"Genre resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Genre.jsonld-genre.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Genre-genre.read"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Genre resource.","description":"Creates a Genre resource.","parameters":[],"requestBody":{"description":"The new Genre resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Genre.jsonld-genre.write"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Genre-genre.write"}}},"required":true},"deprecated":false},"parameters":[]},"\/genres\/{id}":{"get":{"operationId":"api_genres_id_get","tags":["Genre"],"responses":{"200":{"description":"Genre resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Genre.jsonld-genre.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Genre-genre.read"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Genre resource.","description":"Retrieves a Genre resource.","parameters":[{"name":"id","in":"path","description":"Genre identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/locations":{"get":{"operationId":"api_locations_get_collection","tags":["Location"],"responses":{"200":{"description":"Location collection","content":{"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Location.jsonld-location.read"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}},"example":{"@id":"string","type":"string","hydra:first":"string","hydra:last":"string","hydra:previous":"string","hydra:next":"string"}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":["string","null"]},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Location-location.read"}}}}}},"summary":"Retrieves the collection of Location resources.","description":"Retrieves the collection of Location resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0,"maximum":50},"style":"form","explode":false,"allowReserved":false},{"name":"properties[]","in":"query","description":"Allows you to reduce the response to contain only the properties you need. If your desired property is nested, you can address it using nested arrays. Example: properties[]={propertyName}&properties[]={anotherPropertyName}&properties[{nestedPropertyParent}][]={nestedProperty}","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false}],"deprecated":false},"post":{"operationId":"api_locations_post","tags":["Location"],"responses":{"201":{"description":"Location resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Location.jsonld-location.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Location-location.read"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Location resource.","description":"Creates a Location resource.","parameters":[],"requestBody":{"description":"The new Location resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Location.jsonld-location.write"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Location-location.write"}}},"required":true},"deprecated":false},"parameters":[]},"\/locations\/{id}":{"get":{"operationId":"api_locations_id_get","tags":["Location"],"responses":{"200":{"description":"Location resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Location.jsonld-location.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Location-location.read"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Location resource.","description":"Retrieves a Location resource.","parameters":[{"name":"id","in":"path","description":"Location identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/mail_templates":{"get":{"operationId":"api_mail_templates_get_collection","tags":["MailTemplate"],"responses":{"200":{"description":"MailTemplate collection","content":{"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/MailTemplate.jsonld-mailtemplate.read"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}},"example":{"@id":"string","type":"string","hydra:first":"string","hydra:last":"string","hydra:previous":"string","hydra:next":"string"}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":["string","null"]},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/MailTemplate-mailtemplate.read"}}}}}},"summary":"Retrieves the collection of MailTemplate resources.","description":"Retrieves the collection of MailTemplate resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0,"maximum":50},"style":"form","explode":false,"allowReserved":false},{"name":"code","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"code[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false}],"deprecated":false},"post":{"operationId":"api_mail_templates_post","tags":["MailTemplate"],"responses":{"201":{"description":"MailTemplate resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/MailTemplate.jsonld-mailtemplate.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MailTemplate-mailtemplate.read"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a MailTemplate resource.","description":"Creates a MailTemplate resource.","parameters":[],"requestBody":{"description":"The new MailTemplate resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/MailTemplate.jsonld-mailtemplate.write"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MailTemplate-mailtemplate.write"}}},"required":true},"deprecated":false},"parameters":[]},"\/mail_templates\/{id}":{"get":{"operationId":"api_mail_templates_id_get","tags":["MailTemplate"],"responses":{"200":{"description":"MailTemplate resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/MailTemplate.jsonld-mailtemplate.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MailTemplate-mailtemplate.read"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a MailTemplate resource.","description":"Retrieves a MailTemplate resource.","parameters":[{"name":"id","in":"path","description":"MailTemplate identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/payment_methods":{"get":{"operationId":"api_payment_methods_get_collection","tags":["PaymentMethod"],"responses":{"200":{"description":"PaymentMethod collection","content":{"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/PaymentMethod.jsonld-paymentmethod.read"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}},"example":{"@id":"string","type":"string","hydra:first":"string","hydra:last":"string","hydra:previous":"string","hydra:next":"string"}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":["string","null"]},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/PaymentMethod-paymentmethod.read"}}}}}},"summary":"Retrieves the collection of PaymentMethod resources.","description":"Retrieves the collection of PaymentMethod resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0,"maximum":50},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"api_payment_methods_post","tags":["PaymentMethod"],"responses":{"201":{"description":"PaymentMethod resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/PaymentMethod.jsonld-paymentmethod.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PaymentMethod-paymentmethod.read"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a PaymentMethod resource.","description":"Creates a PaymentMethod resource.","parameters":[],"requestBody":{"description":"The new PaymentMethod resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/PaymentMethod.jsonld-paymentmethod.write"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PaymentMethod-paymentmethod.write"}}},"required":true},"deprecated":false},"parameters":[]},"\/payment_methods\/{id}":{"get":{"operationId":"api_payment_methods_id_get","tags":["PaymentMethod"],"responses":{"200":{"description":"PaymentMethod resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/PaymentMethod.jsonld-paymentmethod.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PaymentMethod-paymentmethod.read"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a PaymentMethod resource.","description":"Retrieves a PaymentMethod resource.","parameters":[{"name":"id","in":"path","description":"PaymentMethod identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/products":{"get":{"operationId":"api_products_get_collection","tags":["Product"],"responses":{"200":{"description":"Product collection","content":{"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Product.jsonld-product.read"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}},"example":{"@id":"string","type":"string","hydra:first":"string","hydra:last":"string","hydra:previous":"string","hydra:next":"string"}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":["string","null"]},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Product-product.read"}}}}}},"summary":"Retrieves the collection of Product resources.","description":"Retrieves the collection of Product resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0,"maximum":50},"style":"form","explode":false,"allowReserved":false},{"name":"properties[]","in":"query","description":"Allows you to reduce the response to contain only the properties you need. If your desired property is nested, you can address it using nested arrays. Example: properties[]={propertyName}&properties[]={anotherPropertyName}&properties[{nestedPropertyParent}][]={nestedProperty}","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false},{"name":"isticket","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"isticket[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false}],"deprecated":false},"post":{"operationId":"api_products_post","tags":["Product"],"responses":{"201":{"description":"Product resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Product.jsonld-product.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Product-product.read"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Product resource.","description":"Creates a Product resource.","parameters":[],"requestBody":{"description":"The new Product resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Product.jsonld-product.write"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Product-product.write"}}},"required":true},"deprecated":false},"parameters":[]},"\/products\/{id}":{"get":{"operationId":"api_products_id_get","tags":["Product"],"responses":{"200":{"description":"Product resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Product.jsonld-product.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Product-product.read"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Product resource.","description":"Retrieves a Product resource.","parameters":[{"name":"id","in":"path","description":"Product identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/show_seats":{"get":{"operationId":"api_show_seats_get_collection","tags":["ShowSeat"],"responses":{"200":{"description":"ShowSeat collection","content":{"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/ShowSeat.jsonld-showseat.read"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}},"example":{"@id":"string","type":"string","hydra:first":"string","hydra:last":"string","hydra:previous":"string","hydra:next":"string"}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":["string","null"]},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ShowSeat-showseat.read"}}}}}},"summary":"Retrieves the collection of ShowSeat resources.","description":"Retrieves the collection of ShowSeat resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0,"maximum":50},"style":"form","explode":false,"allowReserved":false},{"name":"state","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer"},"style":"form","explode":false,"allowReserved":false},{"name":"state[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true,"allowReserved":false},{"name":"showid","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"showid[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false}],"deprecated":false},"post":{"operationId":"api_show_seats_post","tags":["ShowSeat"],"responses":{"201":{"description":"ShowSeat resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ShowSeat.jsonld-showseat.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ShowSeat-showseat.read"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a ShowSeat resource.","description":"Creates a ShowSeat resource.","parameters":[],"requestBody":{"description":"The new ShowSeat resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ShowSeat.jsonld-showseat.write"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ShowSeat-showseat.write"}}},"required":true},"deprecated":false},"parameters":[]},"\/show_seats\/{id}":{"get":{"operationId":"api_show_seats_id_get","tags":["ShowSeat"],"responses":{"200":{"description":"ShowSeat resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ShowSeat.jsonld-showseat.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ShowSeat-showseat.read"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a ShowSeat resource.","description":"Retrieves a ShowSeat resource.","parameters":[{"name":"id","in":"path","description":"ShowSeat identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/show_types":{"get":{"operationId":"api_show_types_get_collection","tags":["ShowType"],"responses":{"200":{"description":"ShowType collection","content":{"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/ShowType.jsonld-showtype.read"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}},"example":{"@id":"string","type":"string","hydra:first":"string","hydra:last":"string","hydra:previous":"string","hydra:next":"string"}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":["string","null"]},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ShowType-showtype.read"}}}}}},"summary":"Retrieves the collection of ShowType resources.","description":"Retrieves the collection of ShowType resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0,"maximum":50},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"api_show_types_post","tags":["ShowType"],"responses":{"201":{"description":"ShowType resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ShowType.jsonld-showtype.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ShowType-showtype.read"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a ShowType resource.","description":"Creates a ShowType resource.","parameters":[],"requestBody":{"description":"The new ShowType resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ShowType.jsonld-showtype.write"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ShowType-showtype.write"}}},"required":true},"deprecated":false},"parameters":[]},"\/show_types\/{id}":{"get":{"operationId":"api_show_types_id_get","tags":["ShowType"],"responses":{"200":{"description":"ShowType resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ShowType.jsonld-showtype.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ShowType-showtype.read"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a ShowType resource.","description":"Retrieves a ShowType resource.","parameters":[{"name":"id","in":"path","description":"ShowType identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/shows":{"get":{"operationId":"api_shows_get_collection","tags":["Show"],"responses":{"200":{"description":"Show collection","content":{"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Show.jsonld-show.read"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}},"example":{"@id":"string","type":"string","hydra:first":"string","hydra:last":"string","hydra:previous":"string","hydra:next":"string"}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":["string","null"]},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Show-show.read"}}}}}},"summary":"Retrieves the collection of Show resources.","description":"Retrieves the collection of Show resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0,"maximum":50},"style":"form","explode":false,"allowReserved":false},{"name":"properties[]","in":"query","description":"Allows you to reduce the response to contain only the properties you need. If your desired property is nested, you can address it using nested arrays. Example: properties[]={propertyName}&properties[]={anotherPropertyName}&properties[{nestedPropertyParent}][]={nestedProperty}","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false},{"name":"order[datetime]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"datetime[before]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"datetime[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"datetime[after]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"datetime[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"id","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer"},"style":"form","explode":false,"allowReserved":false},{"name":"id[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true,"allowReserved":false},{"name":"eventid","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"eventid[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false},{"name":"locationid","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"locationid[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false},{"name":"scheduled","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"scheduled[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false},{"name":"visible","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"visible[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false},{"name":"cancelled","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"cancelled[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false}],"deprecated":false},"post":{"operationId":"api_shows_post","tags":["Show"],"responses":{"201":{"description":"Show resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Show.jsonld-show.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Show-show.read"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Show resource.","description":"Creates a Show resource.","parameters":[],"requestBody":{"description":"The new Show resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Show.jsonld-show.write"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Show-show.write"}}},"required":true},"deprecated":false},"parameters":[]},"\/shows\/{id}":{"get":{"operationId":"api_shows_id_get","tags":["Show"],"responses":{"200":{"description":"Show resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Show.jsonld-show.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Show-show.read"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Show resource.","description":"Retrieves a Show resource.","parameters":[{"name":"id","in":"path","description":"Show identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/tickets":{"get":{"operationId":"api_tickets_get_collection","tags":["Ticket"],"responses":{"200":{"description":"Ticket collection","content":{"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Ticket.jsonld-ticket.read"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}},"example":{"@id":"string","type":"string","hydra:first":"string","hydra:last":"string","hydra:previous":"string","hydra:next":"string"}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":["string","null"]},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Ticket-ticket.read"}}}}}},"summary":"Retrieves the collection of Ticket resources.","description":"Retrieves the collection of Ticket resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0,"maximum":50},"style":"form","explode":false,"allowReserved":false},{"name":"properties[]","in":"query","description":"Allows you to reduce the response to contain only the properties you need. If your desired property is nested, you can address it using nested arrays. Example: properties[]={propertyName}&properties[]={anotherPropertyName}&properties[{nestedPropertyParent}][]={nestedProperty}","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false},{"name":"order[creationdate]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"creationdate[before]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"creationdate[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"creationdate[after]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"creationdate[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"typeid","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer"},"style":"form","explode":false,"allowReserved":false},{"name":"typeid[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true,"allowReserved":false},{"name":"stateid","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer"},"style":"form","explode":false,"allowReserved":false},{"name":"stateid[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true,"allowReserved":false},{"name":"showid","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"showid[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false},{"name":"transactionitemid","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"transactionitemid[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false}],"deprecated":false},"post":{"operationId":"api_tickets_post","tags":["Ticket"],"responses":{"201":{"description":"Ticket resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Ticket.jsonld-ticket.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Ticket-ticket.read"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Ticket resource.","description":"Creates a Ticket resource.","parameters":[],"requestBody":{"description":"The new Ticket resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Ticket.jsonld-ticket.write"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Ticket-ticket.write"}}},"required":true},"deprecated":false},"parameters":[]},"\/tickets\/{id}":{"get":{"operationId":"api_tickets_id_get","tags":["Ticket"],"responses":{"200":{"description":"Ticket resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Ticket.jsonld-ticket.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Ticket-ticket.read"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Ticket resource.","description":"Retrieves a Ticket resource.","parameters":[{"name":"id","in":"path","description":"Ticket identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/timeline":{"get":{"operationId":"api_timeline.__format_get_collection","tags":["Timeline"],"responses":{"200":{"description":"Timeline collection","content":{"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Timeline.jsonld-timeline.read"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}},"example":{"@id":"string","type":"string","hydra:first":"string","hydra:last":"string","hydra:previous":"string","hydra:next":"string"}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":["string","null"]},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Timeline-timeline.read"}}}}}},"summary":"Retrieves the collection of Timeline resources.","description":"Retrieves the collection of Timeline resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0,"maximum":50},"style":"form","explode":false,"allowReserved":false},{"name":"message","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"api_timeline.__format_post","tags":["Timeline"],"responses":{"201":{"description":"Timeline resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Timeline.jsonld-timeline.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Timeline-timeline.read"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Timeline resource.","description":"Creates a Timeline resource.","parameters":[],"requestBody":{"description":"The new Timeline resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Timeline.jsonld-timeline.write"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Timeline-timeline.write"}}},"required":true},"deprecated":false},"parameters":[]},"\/timeline\/{id}":{"get":{"operationId":"api_timeline_id.__format_get","tags":["Timeline"],"responses":{"200":{"description":"Timeline resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Timeline.jsonld-timeline.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Timeline-timeline.read"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Timeline resource.","description":"Retrieves a Timeline resource.","parameters":[{"name":"id","in":"path","description":"Timeline identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/transaction_items":{"get":{"operationId":"api_transaction_items_get_collection","tags":["TransactionItem"],"responses":{"200":{"description":"TransactionItem collection","content":{"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/TransactionItem.jsonld-transactionitem.read"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}},"example":{"@id":"string","type":"string","hydra:first":"string","hydra:last":"string","hydra:previous":"string","hydra:next":"string"}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":["string","null"]},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/TransactionItem-transactionitem.read"}}}}}},"summary":"Retrieves the collection of TransactionItem resources.","description":"Retrieves the collection of TransactionItem resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0,"maximum":50},"style":"form","explode":false,"allowReserved":false},{"name":"properties[]","in":"query","description":"Allows you to reduce the response to contain only the properties you need. If your desired property is nested, you can address it using nested arrays. Example: properties[]={propertyName}&properties[]={anotherPropertyName}&properties[{nestedPropertyParent}][]={nestedProperty}","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false}],"deprecated":false},"post":{"operationId":"api_transaction_items_post","tags":["TransactionItem"],"responses":{"201":{"description":"TransactionItem resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/TransactionItem.jsonld-transactionitem.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TransactionItem-transactionitem.read"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a TransactionItem resource.","description":"Creates a TransactionItem resource.","parameters":[],"requestBody":{"description":"The new TransactionItem resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/TransactionItem.jsonld-transactionitem.write"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TransactionItem-transactionitem.write"}}},"required":true},"deprecated":false},"parameters":[]},"\/transaction_items\/{id}":{"get":{"operationId":"api_transaction_items_id_get","tags":["TransactionItem"],"responses":{"200":{"description":"TransactionItem resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/TransactionItem.jsonld-transactionitem.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TransactionItem-transactionitem.read"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a TransactionItem resource.","description":"Retrieves a TransactionItem resource.","parameters":[{"name":"id","in":"path","description":"TransactionItem identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/transaction_logs":{"get":{"operationId":"api_transaction_logs_get_collection","tags":["TransactionLog"],"responses":{"200":{"description":"TransactionLog collection","content":{"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/TransactionLog.jsonld-transactionlog.read"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}},"example":{"@id":"string","type":"string","hydra:first":"string","hydra:last":"string","hydra:previous":"string","hydra:next":"string"}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":["string","null"]},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/TransactionLog-transactionlog.read"}}}}}},"summary":"Retrieves the collection of TransactionLog resources.","description":"Retrieves the collection of TransactionLog resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0,"maximum":50},"style":"form","explode":false,"allowReserved":false},{"name":"transactionid","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"transactionid[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false}],"deprecated":false},"post":{"operationId":"api_transaction_logs_post","tags":["TransactionLog"],"responses":{"201":{"description":"TransactionLog resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/TransactionLog.jsonld-transactionlog.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TransactionLog-transactionlog.read"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a TransactionLog resource.","description":"Creates a TransactionLog resource.","parameters":[],"requestBody":{"description":"The new TransactionLog resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/TransactionLog.jsonld-transactionlog.write"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TransactionLog-transactionlog.write"}}},"required":true},"deprecated":false},"parameters":[]},"\/transaction_logs\/{id}":{"get":{"operationId":"api_transaction_logs_id_get","tags":["TransactionLog"],"responses":{"200":{"description":"TransactionLog resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/TransactionLog.jsonld-transactionlog.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TransactionLog-transactionlog.read"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a TransactionLog resource.","description":"Retrieves a TransactionLog resource.","parameters":[{"name":"id","in":"path","description":"TransactionLog identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/transaction_payments":{"get":{"operationId":"api_transaction_payments_get_collection","tags":["TransactionPayment"],"responses":{"200":{"description":"TransactionPayment collection","content":{"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/TransactionPayment.jsonld-transactionpayment.read"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}},"example":{"@id":"string","type":"string","hydra:first":"string","hydra:last":"string","hydra:previous":"string","hydra:next":"string"}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":["string","null"]},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/TransactionPayment-transactionpayment.read"}}}}}},"summary":"Retrieves the collection of TransactionPayment resources.","description":"Retrieves the collection of TransactionPayment resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0,"maximum":50},"style":"form","explode":false,"allowReserved":false},{"name":"transactionid","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"transactionid[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false}],"deprecated":false},"post":{"operationId":"api_transaction_payments_post","tags":["TransactionPayment"],"responses":{"201":{"description":"TransactionPayment resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/TransactionPayment.jsonld-transactionpayment.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TransactionPayment-transactionpayment.read"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a TransactionPayment resource.","description":"Creates a TransactionPayment resource.","parameters":[],"requestBody":{"description":"The new TransactionPayment resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/TransactionPayment.jsonld-transactionpayment.write"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TransactionPayment-transactionpayment.write"}}},"required":true},"deprecated":false},"parameters":[]},"\/transaction_payments\/{id}":{"get":{"operationId":"api_transaction_payments_id_get","tags":["TransactionPayment"],"responses":{"200":{"description":"TransactionPayment resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/TransactionPayment.jsonld-transactionpayment.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TransactionPayment-transactionpayment.read"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a TransactionPayment resource.","description":"Retrieves a TransactionPayment resource.","parameters":[{"name":"id","in":"path","description":"TransactionPayment identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/transactions":{"get":{"operationId":"api_transactions_get_collection","tags":["Transaction"],"responses":{"200":{"description":"Transaction collection","content":{"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Transaction.jsonld-transaction.read"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}},"example":{"@id":"string","type":"string","hydra:first":"string","hydra:last":"string","hydra:previous":"string","hydra:next":"string"}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":["string","null"]},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Transaction-transaction.read"}}}}}},"summary":"Retrieves the collection of Transaction resources.","description":"Retrieves the collection of Transaction resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0,"maximum":50},"style":"form","explode":false,"allowReserved":false},{"name":"properties[]","in":"query","description":"Allows you to reduce the response to contain only the properties you need. If your desired property is nested, you can address it using nested arrays. Example: properties[]={propertyName}&properties[]={anotherPropertyName}&properties[{nestedPropertyParent}][]={nestedProperty}","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false},{"name":"order[creationdate]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"creationdate[before]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"creationdate[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"creationdate[after]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"creationdate[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"stateid","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer"},"style":"form","explode":false,"allowReserved":false},{"name":"stateid[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true,"allowReserved":false}],"deprecated":false},"post":{"operationId":"api_transactions_post","tags":["Transaction"],"responses":{"201":{"description":"Transaction resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Transaction.jsonld-transaction.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Transaction-transaction.read"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Transaction resource.","description":"Creates a Transaction resource.","parameters":[],"requestBody":{"description":"The new Transaction resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Transaction.jsonld-transaction.write"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Transaction-transaction.write"}}},"required":true},"deprecated":false},"parameters":[]},"\/transactions\/{id}":{"get":{"operationId":"api_transactions_id_get","tags":["Transaction"],"responses":{"200":{"description":"Transaction resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Transaction.jsonld-transaction.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Transaction-transaction.read"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Transaction resource.","description":"Retrieves a Transaction resource.","parameters":[{"name":"id","in":"path","description":"Transaction identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]}},"components":{"schemas":{"Address-address.read":{"type":"object","description":"","deprecated":false,"properties":{"creationdate":{"description":"Date\/time that address was created","type":"string","format":"date-time"},"addressstreet":{"description":"Street name","type":"string"},"addressnumber":{"description":"Address number","type":"string"},"addressextension":{"description":"Address extension","type":"string"},"zip":{"description":"Zip","type":"string"},"city":{"description":"City","type":"string"},"countryid":{"description":"Country","$ref":"#\/components\/schemas\/Country-address.read"}}},"Address-address.write":{"type":"object","description":"","deprecated":false,"properties":{"addressstreet":{"description":"Street name","type":"string"},"addressnumber":{"description":"Address number","type":"string"},"addressextension":{"description":"Address extension","type":"string"},"zip":{"description":"Zip","type":"string"},"city":{"description":"City","type":"string"},"countryid":{"description":"Country","type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}},"Address-entity.read":{"type":"object","description":"","deprecated":false,"properties":{"addressstreet":{"description":"Street name","type":"string"},"addressnumber":{"description":"Address number","type":"string"},"addressextension":{"description":"Address extension","type":"string"},"zip":{"description":"Zip","type":"string"},"city":{"description":"City","type":"string"},"countryid":{"description":"Country","$ref":"#\/components\/schemas\/Country-entity.read"}}},"Address.jsonld-address.read":{"type":"object","description":"","deprecated":false,"properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"creationdate":{"description":"Date\/time that address was created","type":"string","format":"date-time"},"addressstreet":{"description":"Street name","type":"string"},"addressnumber":{"description":"Address number","type":"string"},"addressextension":{"description":"Address extension","type":"string"},"zip":{"description":"Zip","type":"string"},"city":{"description":"City","type":"string"},"countryid":{"description":"Country","$ref":"#\/components\/schemas\/Country.jsonld-address.read"}}},"Address.jsonld-address.write":{"type":"object","description":"","deprecated":false,"properties":{"addressstreet":{"description":"Street name","type":"string"},"addressnumber":{"description":"Address number","type":"string"},"addressextension":{"description":"Address extension","type":"string"},"zip":{"description":"Zip","type":"string"},"city":{"description":"City","type":"string"},"countryid":{"description":"Country","type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}},"Address.jsonld-entity.read":{"type":"object","description":"","deprecated":false,"properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"addressstreet":{"description":"Street name","type":"string"},"addressnumber":{"description":"Address number","type":"string"},"addressextension":{"description":"Address extension","type":"string"},"zip":{"description":"Zip","type":"string"},"city":{"description":"City","type":"string"},"countryid":{"description":"Country","$ref":"#\/components\/schemas\/Country.jsonld-entity.read"}}},"Country-address.read":{"type":"object","description":"","deprecated":false,"properties":{"countryname":{"description":"Country name (in Dutch)","type":"string"}}},"Country-country.read":{"type":"object","description":"","deprecated":false,"properties":{"countryname":{"description":"Country name (in Dutch)","type":"string"}}},"Country-country.write":{"type":"object","description":"","deprecated":false,"properties":{"countryname":{"description":"Country name (in Dutch)","type":"string"}}},"Country-entity.read":{"type":"object","description":"","deprecated":false,"properties":{"countryname":{"description":"Country name (in Dutch)","type":"string"}}},"Country-event.read":{"type":"object","description":"","deprecated":false,"properties":{"countryname":{"description":"Country name (in Dutch)","type":"string"}}},"Country.jsonld-address.read":{"type":"object","description":"","deprecated":false,"properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"countryname":{"description":"Country name (in Dutch)","type":"string"}}},"Country.jsonld-country.read":{"type":"object","description":"","deprecated":false,"properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"countryname":{"description":"Country name (in Dutch)","type":"string"}}},"Country.jsonld-country.write":{"type":"object","description":"","deprecated":false,"properties":{"countryname":{"description":"Country name (in Dutch)","type":"string"}}},"Country.jsonld-entity.read":{"type":"object","description":"","deprecated":false,"properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"countryname":{"description":"Country name (in Dutch)","type":"string"}}},"Country.jsonld-event.read":{"type":"object","description":"","deprecated":false,"properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"countryname":{"description":"Country name (in Dutch)","type":"string"}}},"Coupon-coupon.read":{"type":"object","description":"","deprecated":false,"properties":{"creationdate":{"type":"string","format":"date-time"},"templateid":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"state":{"type":"integer"},"code":{"type":"string"},"type":{"type":"integer"},"params":{"type":"string"},"description":{"type":"string"},"batchid":{"type":"string"},"start":{"type":"string","format":"date-time"},"end":{"type":"string","format":"date-time"}}},"Coupon-coupon.write":{"type":"object","description":"","deprecated":false,"properties":{"state":{"type":"integer"},"code":{"type":"string"},"type":{"type":"integer"},"params":{"type":"string"},"description":{"type":"string"},"batchid":{"type":"string"},"start":{"type":"string","format":"date-time"},"end":{"type":"string","format":"date-time"}}},"Coupon.jsonld-coupon.read":{"type":"object","description":"","deprecated":false,"properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"creationdate":{"type":"string","format":"date-time"},"templateid":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"state":{"type":"integer"},"code":{"type":"string"},"type":{"type":"integer"},"params":{"type":"string"},"description":{"type":"string"},"batchid":{"type":"string"},"start":{"type":"string","format":"date-time"},"end":{"type":"string","format":"date-time"}}},"Coupon.jsonld-coupon.write":{"type":"object","description":"","deprecated":false,"properties":{"state":{"type":"integer"},"code":{"type":"string"},"type":{"type":"integer"},"params":{"type":"string"},"description":{"type":"string"},"batchid":{"type":"string"},"start":{"type":"string","format":"date-time"},"end":{"type":"string","format":"date-time"}}},"CouponTemplate-coupontemplate.read":{"type":"object","description":"","deprecated":false,"properties":{"code":{"type":"string"},"params":{"type":"string"},"description":{"type":"string"},"pdf_layout":{"readOnly":true,"type":"string"},"type":{"type":"integer"}}},"CouponTemplate-coupontemplate.write":{"type":"object","description":"","deprecated":false,"properties":{"code":{"type":"string"},"params":{"type":"string"},"description":{"type":"string"},"pdf_layout":{"readOnly":true,"type":"string"},"type":{"type":"integer"}}},"CouponTemplate.jsonld-coupontemplate.read":{"type":"object","description":"","deprecated":false,"properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"code":{"type":"string"},"params":{"type":"string"},"description":{"type":"string"},"pdf_layout":{"readOnly":true,"type":"string"},"type":{"type":"integer"}}},"CouponTemplate.jsonld-coupontemplate.write":{"type":"object","description":"","deprecated":false,"properties":{"code":{"type":"string"},"params":{"type":"string"},"description":{"type":"string"},"pdf_layout":{"readOnly":true,"type":"string"},"type":{"type":"integer"}}},"Entity-entity.read":{"type":"object","description":"","deprecated":false,"properties":{"creationdate":{"description":"Date\/time that entity was created","type":"string","format":"date-time"},"firstname":{"description":"First name","type":"string"},"middleinitials":{"description":"Middle initials","type":"string"},"lastname":{"description":"Last name","type":"string"},"emailaddress":{"description":"Email address","type":"string"},"addressid":{"description":"Address associated with entity","$ref":"#\/components\/schemas\/Address-entity.read"}}},"Entity-entity.write":{"type":"object","description":"","deprecated":false,"properties":{"firstname":{"description":"First name","type":"string"},"middleinitials":{"description":"Middle initials","type":"string"},"lastname":{"description":"Last name","type":"string"},"emailaddress":{"description":"Email address","type":"string"},"addressid":{"description":"Address associated with entity","type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}},"Entity.jsonld-entity.read":{"type":"object","description":"","deprecated":false,"properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"creationdate":{"description":"Date\/time that entity was created","type":"string","format":"date-time"},"firstname":{"description":"First name","type":"string"},"middleinitials":{"description":"Middle initials","type":"string"},"lastname":{"description":"Last name","type":"string"},"emailaddress":{"description":"Email address","type":"string"},"addressid":{"description":"Address associated with entity","$ref":"#\/components\/schemas\/Address.jsonld-entity.read"}}},"Entity.jsonld-entity.write":{"type":"object","description":"","deprecated":false,"properties":{"firstname":{"description":"First name","type":"string"},"middleinitials":{"description":"Middle initials","type":"string"},"lastname":{"description":"Last name","type":"string"},"emailaddress":{"description":"Email address","type":"string"},"addressid":{"description":"Address associated with entity","type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}},"Event-event.read":{"type":"object","description":"","deprecated":false,"properties":{"title":{"description":"Event title","type":"string"},"artist":{"readOnly":true,"description":"Artist","type":"string"},"featurelength":{"description":"Duration of the event (minutes)","type":"integer"},"dimension":{"description":"Movie dimension (2=2D, 3=3D) (event type 2 only)","type":"integer"},"maccsboxtitlecode":{"description":"International film number","type":["string","null"]},"typeid":{"description":"Event type (1=generic, 2=movie, 3=play, 4=concert)","type":"integer"},"description":{"description":"Event description","type":"string"},"cast":{"description":"Cast","type":"string"},"releaseyear":{"description":"Release year","type":"integer"},"creationdate":{"description":"Date\/time that event was created","type":"string","format":"date-time"},"custom_properties":{"readOnly":true,"description":"Custom properties\nArray contains key\/value pairs. This is not reflected in the API docs (yet).","type":"array","items":{"type":"string"}},"kijkwijzer":{"description":"Kijkwijzer classification\nArray of integers. For possible values and their meaning, see https:\/\/support.ticketlab.nl\/hc\/nl\/articles\/360010948619","type":"array","items":{"type":"string"}},"countries":{"description":"Production country\/countries","type":"array","items":{"$ref":"#\/components\/schemas\/Country-event.read"}},"groups":{"description":"Group(s) assigned to event","type":"array","items":{"$ref":"#\/components\/schemas\/EventGroup-event.read"}},"genres":{"description":"Event genre(s)","type":"array","items":{"$ref":"#\/components\/schemas\/Genre-event.read"}}}},"Event-event.write":{"type":"object","description":"","deprecated":false,"properties":{"title":{"description":"Event title","type":"string"},"artist":{"readOnly":true,"description":"Artist","type":"string"},"featurelength":{"description":"Duration of the event (minutes)","type":"integer"},"dimension":{"description":"Movie dimension (2=2D, 3=3D) (event type 2 only)","type":"integer"},"maccsboxtitlecode":{"description":"International film number","type":["string","null"]},"typeid":{"description":"Event type (1=generic, 2=movie, 3=play, 4=concert)","type":"integer"},"description":{"description":"Event description","type":"string"},"cast":{"description":"Cast","type":"string"},"releaseyear":{"description":"Release year","type":"integer"}}},"Event.jsonld-event.read":{"type":"object","description":"","deprecated":false,"properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"title":{"description":"Event title","type":"string"},"artist":{"readOnly":true,"description":"Artist","type":"string"},"featurelength":{"description":"Duration of the event (minutes)","type":"integer"},"dimension":{"description":"Movie dimension (2=2D, 3=3D) (event type 2 only)","type":"integer"},"maccsboxtitlecode":{"description":"International film number","type":["string","null"]},"typeid":{"description":"Event type (1=generic, 2=movie, 3=play, 4=concert)","type":"integer"},"description":{"description":"Event description","type":"string"},"cast":{"description":"Cast","type":"string"},"releaseyear":{"description":"Release year","type":"integer"},"creationdate":{"description":"Date\/time that event was created","type":"string","format":"date-time"},"custom_properties":{"readOnly":true,"description":"Custom properties\nArray contains key\/value pairs. This is not reflected in the API docs (yet).","type":"array","items":{"type":"string"}},"kijkwijzer":{"description":"Kijkwijzer classification\nArray of integers. For possible values and their meaning, see https:\/\/support.ticketlab.nl\/hc\/nl\/articles\/360010948619","type":"array","items":{"type":"string"}},"countries":{"description":"Production country\/countries","type":"array","items":{"$ref":"#\/components\/schemas\/Country.jsonld-event.read"}},"groups":{"description":"Group(s) assigned to event","type":"array","items":{"$ref":"#\/components\/schemas\/EventGroup.jsonld-event.read"}},"genres":{"description":"Event genre(s)","type":"array","items":{"$ref":"#\/components\/schemas\/Genre.jsonld-event.read"}}}},"Event.jsonld-event.write":{"type":"object","description":"","deprecated":false,"properties":{"title":{"description":"Event title","type":"string"},"artist":{"readOnly":true,"description":"Artist","type":"string"},"featurelength":{"description":"Duration of the event (minutes)","type":"integer"},"dimension":{"description":"Movie dimension (2=2D, 3=3D) (event type 2 only)","type":"integer"},"maccsboxtitlecode":{"description":"International film number","type":["string","null"]},"typeid":{"description":"Event type (1=generic, 2=movie, 3=play, 4=concert)","type":"integer"},"description":{"description":"Event description","type":"string"},"cast":{"description":"Cast","type":"string"},"releaseyear":{"description":"Release year","type":"integer"}}},"EventGroup-event.read":{"type":"object","description":"","deprecated":false,"properties":{"title":{"description":"Group title","type":"string"}}},"EventGroup-eventgroup.read":{"type":"object","description":"","deprecated":false,"properties":{"title":{"description":"Group title","type":"string"}}},"EventGroup-eventgroup.write":{"type":"object","description":"","deprecated":false,"properties":{"title":{"description":"Group title","type":"string"}}},"EventGroup.jsonld-event.read":{"type":"object","description":"","deprecated":false,"properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"title":{"description":"Group title","type":"string"}}},"EventGroup.jsonld-eventgroup.read":{"type":"object","description":"","deprecated":false,"properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"title":{"description":"Group title","type":"string"}}},"EventGroup.jsonld-eventgroup.write":{"type":"object","description":"","deprecated":false,"properties":{"title":{"description":"Group title","type":"string"}}},"EventType-eventtype.read":{"type":"object","description":"","deprecated":false,"properties":{"code":{"type":"string"},"title":{"type":"string"}}},"EventType-eventtype.write":{"type":"object","description":"","deprecated":false,"properties":{"code":{"type":"string"},"title":{"type":"string"}}},"EventType.jsonld-eventtype.read":{"type":"object","description":"","deprecated":false,"properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"code":{"type":"string"},"title":{"type":"string"}}},"EventType.jsonld-eventtype.write":{"type":"object","description":"","deprecated":false,"properties":{"code":{"type":"string"},"title":{"type":"string"}}},"Genre-event.read":{"type":"object","description":"","deprecated":false,"properties":{"name":{"description":"Name","type":"string"}}},"Genre-genre.read":{"type":"object","description":"","deprecated":false,"properties":{"parent_genre":{"readOnly":true,"description":"Parent genre","anyOf":[{"$ref":"#\/components\/schemas\/Genre-genre.read"},{"type":"null"}]},"name":{"description":"Name","type":"string"}}},"Genre-genre.write":{"type":"object","description":"","deprecated":false,"properties":{"parent_genre":{"readOnly":true,"description":"Parent genre","anyOf":[{"$ref":"#\/components\/schemas\/Genre-genre.write"},{"type":"null"}]},"name":{"description":"Name","type":"string"}}},"Genre.jsonld-event.read":{"type":"object","description":"","deprecated":false,"properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"name":{"description":"Name","type":"string"}}},"Genre.jsonld-genre.read":{"type":"object","description":"","deprecated":false,"properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"parent_genre":{"readOnly":true,"description":"Parent genre","anyOf":[{"$ref":"#\/components\/schemas\/Genre.jsonld-genre.read"},{"type":"null"}]},"name":{"description":"Name","type":"string"}}},"Genre.jsonld-genre.write":{"type":"object","description":"","deprecated":false,"properties":{"parent_genre":{"readOnly":true,"description":"Parent genre","anyOf":[{"$ref":"#\/components\/schemas\/Genre.jsonld-genre.write"},{"type":"null"}]},"name":{"description":"Name","type":"string"}}},"Location-location.read":{"type":"object","description":"","deprecated":false,"properties":{"title":{"description":"Location title","type":"string"},"seats":{"description":"Location capacity (number of seats)","type":"integer"},"locationcode":{"description":"Location code","type":["string","null"]}}},"Location-location.write":{"type":"object","description":"","deprecated":false,"properties":{"title":{"description":"Location title","type":"string"},"seats":{"description":"Location capacity (number of seats)","type":"integer"},"locationcode":{"description":"Location code","type":["string","null"]}}},"Location.jsonld-location.read":{"type":"object","description":"","deprecated":false,"properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"title":{"description":"Location title","type":"string"},"seats":{"description":"Location capacity (number of seats)","type":"integer"},"locationcode":{"description":"Location code","type":["string","null"]}}},"Location.jsonld-location.write":{"type":"object","description":"","deprecated":false,"properties":{"title":{"description":"Location title","type":"string"},"seats":{"description":"Location capacity (number of seats)","type":"integer"},"locationcode":{"description":"Location code","type":["string","null"]}}},"MailTemplate-mailtemplate.read":{"type":"object","description":"","deprecated":false,"properties":{"subject":{"type":"string"},"body":{"type":"string"},"htmlbody":{"type":"string"},"fromname":{"type":"string"},"fromaddress":{"type":"string"},"code":{"type":"string"}}},"MailTemplate-mailtemplate.write":{"type":"object","description":"","deprecated":false,"properties":{"subject":{"type":"string"},"body":{"type":"string"},"htmlbody":{"type":"string"},"fromname":{"type":"string"},"fromaddress":{"type":"string"},"code":{"type":"string"}}},"MailTemplate.jsonld-mailtemplate.read":{"type":"object","description":"","deprecated":false,"properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"subject":{"type":"string"},"body":{"type":"string"},"htmlbody":{"type":"string"},"fromname":{"type":"string"},"fromaddress":{"type":"string"},"code":{"type":"string"}}},"MailTemplate.jsonld-mailtemplate.write":{"type":"object","description":"","deprecated":false,"properties":{"subject":{"type":"string"},"body":{"type":"string"},"htmlbody":{"type":"string"},"fromname":{"type":"string"},"fromaddress":{"type":"string"},"code":{"type":"string"}}},"PaymentMethod-paymentmethod.read":{"type":"object","description":"","deprecated":false,"properties":{"description":{"type":"string"}}},"PaymentMethod-paymentmethod.write":{"type":"object","description":"","deprecated":false,"properties":{"description":{"type":"string"}}},"PaymentMethod.jsonld-paymentmethod.read":{"type":"object","description":"","deprecated":false,"properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"description":{"type":"string"}}},"PaymentMethod.jsonld-paymentmethod.write":{"type":"object","description":"","deprecated":false,"properties":{"description":{"type":"string"}}},"Product-product.read":{"type":"object","description":"","deprecated":false,"properties":{"isticket":{"description":"Is this product a ticket (Y\/N)?","type":"string"},"description":{"description":"Product description","type":"string"},"price":{"description":"Product price","type":"number"},"surcharge":{"description":"Product surcharge","type":"number"}}},"Product-product.write":{"type":"object","description":"","deprecated":false,"properties":{"isticket":{"description":"Is this product a ticket (Y\/N)?","type":"string"},"description":{"description":"Product description","type":"string"},"price":{"description":"Product price","type":"number"},"surcharge":{"description":"Product surcharge","type":"number"}}},"Product.jsonld-product.read":{"type":"object","description":"","deprecated":false,"properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"isticket":{"description":"Is this product a ticket (Y\/N)?","type":"string"},"description":{"description":"Product description","type":"string"},"price":{"description":"Product price","type":"number"},"surcharge":{"description":"Product surcharge","type":"number"}}},"Product.jsonld-product.write":{"type":"object","description":"","deprecated":false,"properties":{"isticket":{"description":"Is this product a ticket (Y\/N)?","type":"string"},"description":{"description":"Product description","type":"string"},"price":{"description":"Product price","type":"number"},"surcharge":{"description":"Product surcharge","type":"number"}}},"Show-show.read":{"type":"object","description":"","deprecated":false,"properties":{"creationdate":{"description":"Date\/time that show was created","type":"string","format":"date-time"},"scheduled":{"description":"Is this show scheduled or not (Y\/N)?","type":"string"},"visible":{"description":"Is this show published or not (Y\/N)?","type":"string"},"datetime":{"description":"Screening date\/time","type":"string","format":"date-time"},"pauselength":{"description":"Intermission length (minutes)","type":"integer"},"eventid":{"description":"Event associated with show","type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"leaderlength":{"description":"Leader length (minutes)","type":"integer"},"seating":{"description":"Is this show seated or not (Y\/N)?","type":"string"},"seatlimit":{"description":"Maximum number of tickets available for this show","type":"integer"},"locationid":{"description":"Location where show takes place","type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"remark":{"description":"POS remark for this show","type":"string"},"remark_online":{"readOnly":true,"description":"Remark to show online for this show","type":"string"},"cancelled":{"description":"Is this show cancelled or not (Y\/N)?","type":"string"},"typeid":{"description":"Show type","type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"tags":{"description":"Show tag(s)\nArray of strings","type":"array","items":{"type":"string"}},"purchaseallowed":{"description":"POS ticket sales enabled for this show (Y\/N)?","type":"string"},"purchaseallowedweb":{"description":"Online ticket sales enabled for this show (Y\/N)?","type":"string"}}},"Show-show.write":{"type":"object","description":"","deprecated":false,"properties":{"scheduled":{"description":"Is this show scheduled or not (Y\/N)?","type":"string"},"visible":{"description":"Is this show published or not (Y\/N)?","type":"string"},"datetime":{"description":"Screening date\/time","type":"string","format":"date-time"},"pauselength":{"description":"Intermission length (minutes)","type":"integer"},"eventid":{"description":"Event associated with show","type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"leaderlength":{"description":"Leader length (minutes)","type":"integer"},"seating":{"description":"Is this show seated or not (Y\/N)?","type":"string"},"seatlimit":{"description":"Maximum number of tickets available for this show","type":"integer"},"locationid":{"description":"Location where show takes place","type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"remark":{"description":"POS remark for this show","type":"string"},"remark_online":{"readOnly":true,"description":"Remark to show online for this show","type":"string"},"cancelled":{"description":"Is this show cancelled or not (Y\/N)?","type":"string"},"typeid":{"description":"Show type","type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"purchaseallowed":{"description":"POS ticket sales enabled for this show (Y\/N)?","type":"string"},"purchaseallowedweb":{"description":"Online ticket sales enabled for this show (Y\/N)?","type":"string"}}},"Show.jsonld-show.read":{"type":"object","description":"","deprecated":false,"properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"creationdate":{"description":"Date\/time that show was created","type":"string","format":"date-time"},"scheduled":{"description":"Is this show scheduled or not (Y\/N)?","type":"string"},"visible":{"description":"Is this show published or not (Y\/N)?","type":"string"},"datetime":{"description":"Screening date\/time","type":"string","format":"date-time"},"pauselength":{"description":"Intermission length (minutes)","type":"integer"},"eventid":{"description":"Event associated with show","type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"leaderlength":{"description":"Leader length (minutes)","type":"integer"},"seating":{"description":"Is this show seated or not (Y\/N)?","type":"string"},"seatlimit":{"description":"Maximum number of tickets available for this show","type":"integer"},"locationid":{"description":"Location where show takes place","type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"remark":{"description":"POS remark for this show","type":"string"},"remark_online":{"readOnly":true,"description":"Remark to show online for this show","type":"string"},"cancelled":{"description":"Is this show cancelled or not (Y\/N)?","type":"string"},"typeid":{"description":"Show type","type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"tags":{"description":"Show tag(s)\nArray of strings","type":"array","items":{"type":"string"}},"purchaseallowed":{"description":"POS ticket sales enabled for this show (Y\/N)?","type":"string"},"purchaseallowedweb":{"description":"Online ticket sales enabled for this show (Y\/N)?","type":"string"}}},"Show.jsonld-show.write":{"type":"object","description":"","deprecated":false,"properties":{"scheduled":{"description":"Is this show scheduled or not (Y\/N)?","type":"string"},"visible":{"description":"Is this show published or not (Y\/N)?","type":"string"},"datetime":{"description":"Screening date\/time","type":"string","format":"date-time"},"pauselength":{"description":"Intermission length (minutes)","type":"integer"},"eventid":{"description":"Event associated with show","type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"leaderlength":{"description":"Leader length (minutes)","type":"integer"},"seating":{"description":"Is this show seated or not (Y\/N)?","type":"string"},"seatlimit":{"description":"Maximum number of tickets available for this show","type":"integer"},"locationid":{"description":"Location where show takes place","type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"remark":{"description":"POS remark for this show","type":"string"},"remark_online":{"readOnly":true,"description":"Remark to show online for this show","type":"string"},"cancelled":{"description":"Is this show cancelled or not (Y\/N)?","type":"string"},"typeid":{"description":"Show type","type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"purchaseallowed":{"description":"POS ticket sales enabled for this show (Y\/N)?","type":"string"},"purchaseallowedweb":{"description":"Online ticket sales enabled for this show (Y\/N)?","type":"string"}}},"ShowSeat-showseat.read":{"type":"object","description":"","deprecated":false,"properties":{"showid":{"description":"Show that this seat belongs to","type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"description":{"description":"Seat description","type":"string"},"state":{"description":"Seat state (1=unavailable (blocked), 2=available, 3=in cart, 4=sold)","type":"integer"}}},"ShowSeat-showseat.write":{"type":"object","description":"","deprecated":false,"properties":{"showid":{"description":"Show that this seat belongs to","type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"description":{"description":"Seat description","type":"string"},"state":{"description":"Seat state (1=unavailable (blocked), 2=available, 3=in cart, 4=sold)","type":"integer"}}},"ShowSeat.jsonld-showseat.read":{"type":"object","description":"","deprecated":false,"properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"showid":{"description":"Show that this seat belongs to","type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"description":{"description":"Seat description","type":"string"},"state":{"description":"Seat state (1=unavailable (blocked), 2=available, 3=in cart, 4=sold)","type":"integer"}}},"ShowSeat.jsonld-showseat.write":{"type":"object","description":"","deprecated":false,"properties":{"showid":{"description":"Show that this seat belongs to","type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"description":{"description":"Seat description","type":"string"},"state":{"description":"Seat state (1=unavailable (blocked), 2=available, 3=in cart, 4=sold)","type":"integer"}}},"ShowType-showtype.read":{"type":"object","description":"","deprecated":false,"properties":{"title":{"type":"string"},"ticketRemark":{"type":"string"}}},"ShowType-showtype.write":{"type":"object","description":"","deprecated":false,"properties":{"title":{"type":"string"},"ticketRemark":{"type":"string"}}},"ShowType.jsonld-showtype.read":{"type":"object","description":"","deprecated":false,"properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"title":{"type":"string"},"ticketRemark":{"type":"string"}}},"ShowType.jsonld-showtype.write":{"type":"object","description":"","deprecated":false,"properties":{"title":{"type":"string"},"ticketRemark":{"type":"string"}}},"Ticket-ticket.read":{"type":"object","description":"","deprecated":false,"properties":{"typeid":{"description":"Ticket type (1=paper, 2=eticket)","type":"integer"},"stateid":{"description":"Ticket state (1=issued, 2=printed, 3=canceled, 4=redeemed, 5=void)","type":"integer"},"creationdate":{"description":"Date\/time that ticket was issued","type":"string","format":"date-time"},"code":{"description":"Ticket code","type":"string"},"sequencenumber":{"description":"Ticket sequence number","type":"integer"},"showid":{"description":"Show that this ticket is for","type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"transactionitemid":{"description":"Transaction item that this ticket belongs to","type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"seatid":{"description":"Seat associated with ticket, if seated","type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}},"Ticket-ticket.write":{"type":"object","description":"","deprecated":false,"properties":{"typeid":{"description":"Ticket type (1=paper, 2=eticket)","type":"integer"},"stateid":{"description":"Ticket state (1=issued, 2=printed, 3=canceled, 4=redeemed, 5=void)","type":"integer"},"code":{"description":"Ticket code","type":"string"},"sequencenumber":{"description":"Ticket sequence number","type":"integer"},"showid":{"description":"Show that this ticket is for","type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"transactionitemid":{"description":"Transaction item that this ticket belongs to","type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"seatid":{"description":"Seat associated with ticket, if seated","type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}},"Ticket.jsonld-ticket.read":{"type":"object","description":"","deprecated":false,"properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"typeid":{"description":"Ticket type (1=paper, 2=eticket)","type":"integer"},"stateid":{"description":"Ticket state (1=issued, 2=printed, 3=canceled, 4=redeemed, 5=void)","type":"integer"},"creationdate":{"description":"Date\/time that ticket was issued","type":"string","format":"date-time"},"code":{"description":"Ticket code","type":"string"},"sequencenumber":{"description":"Ticket sequence number","type":"integer"},"showid":{"description":"Show that this ticket is for","type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"transactionitemid":{"description":"Transaction item that this ticket belongs to","type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"seatid":{"description":"Seat associated with ticket, if seated","type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}},"Ticket.jsonld-ticket.write":{"type":"object","description":"","deprecated":false,"properties":{"typeid":{"description":"Ticket type (1=paper, 2=eticket)","type":"integer"},"stateid":{"description":"Ticket state (1=issued, 2=printed, 3=canceled, 4=redeemed, 5=void)","type":"integer"},"code":{"description":"Ticket code","type":"string"},"sequencenumber":{"description":"Ticket sequence number","type":"integer"},"showid":{"description":"Show that this ticket is for","type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"transactionitemid":{"description":"Transaction item that this ticket belongs to","type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"seatid":{"description":"Seat associated with ticket, if seated","type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}},"Timeline-timeline.read":{"type":"object","description":"","deprecated":false,"properties":{"channel":{"description":"Channel","type":"string"},"level":{"description":"Log level","default":200,"example":200,"type":"integer"},"message":{"description":"Message","type":"string"},"time":{"readOnly":true,"description":"Timestamp","type":"integer"},"user":{"description":"User","type":"string"},"tag":{"description":"Tag","type":"string"}}},"Timeline-timeline.write":{"type":"object","description":"","deprecated":false,"properties":{"channel":{"description":"Channel","type":"string"},"level":{"description":"Log level","default":200,"example":200,"type":"integer"},"message":{"description":"Message","type":"string"},"time":{"readOnly":true,"description":"Timestamp","type":"integer"},"user":{"description":"User","type":"string"},"tag":{"description":"Tag","type":"string"}}},"Timeline.jsonld-timeline.read":{"type":"object","description":"","deprecated":false,"properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"channel":{"description":"Channel","type":"string"},"level":{"description":"Log level","default":200,"example":200,"type":"integer"},"message":{"description":"Message","type":"string"},"time":{"readOnly":true,"description":"Timestamp","type":"integer"},"user":{"description":"User","type":"string"},"tag":{"description":"Tag","type":"string"}}},"Timeline.jsonld-timeline.write":{"type":"object","description":"","deprecated":false,"properties":{"channel":{"description":"Channel","type":"string"},"level":{"description":"Log level","default":200,"example":200,"type":"integer"},"message":{"description":"Message","type":"string"},"time":{"readOnly":true,"description":"Timestamp","type":"integer"},"user":{"description":"User","type":"string"},"tag":{"description":"Tag","type":"string"}}},"Transaction-transaction.read":{"type":"object","description":"","deprecated":false,"properties":{"creationdate":{"description":"Date\/time that transaction was created","type":"string","format":"date-time"},"stateid":{"description":"Transaction state (1=generic, 2=new, 3=pending, 4=paid, 5=canceled, 6=chargedback, 7=failed)","type":"integer"},"transactioncode":{"description":"Transaction code","type":"string"},"emailaddress":{"description":"Email address that was used at check-out (anonymous transactions only)","type":"string"},"userid1":{"description":"Entity associated with transaction (non-anonymous transactions only)","type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"transaction_items":{"readOnly":true,"description":"Transaction item(s)","type":"array","items":{"$ref":"#\/components\/schemas\/TransactionItem-transaction.read"}},"custom_properties":{"readOnly":true,"description":"Custom properties\nArray contains key\/value pairs. This is not reflected in the API docs (yet).","type":"array","items":{"type":"string"}}}},"Transaction-transaction.write":{"type":"object","description":"","deprecated":false,"properties":{"creationdate":{"description":"Date\/time that transaction was created","type":"string","format":"date-time"},"stateid":{"description":"Transaction state (1=generic, 2=new, 3=pending, 4=paid, 5=canceled, 6=chargedback, 7=failed)","type":"integer"},"transactioncode":{"description":"Transaction code","type":"string"},"emailaddress":{"description":"Email address that was used at check-out (anonymous transactions only)","type":"string"},"userid1":{"description":"Entity associated with transaction (non-anonymous transactions only)","type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"transaction_items":{"readOnly":true,"description":"Transaction item(s)","type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}}},"Transaction.jsonld-transaction.read":{"type":"object","description":"","deprecated":false,"properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"creationdate":{"description":"Date\/time that transaction was created","type":"string","format":"date-time"},"stateid":{"description":"Transaction state (1=generic, 2=new, 3=pending, 4=paid, 5=canceled, 6=chargedback, 7=failed)","type":"integer"},"transactioncode":{"description":"Transaction code","type":"string"},"emailaddress":{"description":"Email address that was used at check-out (anonymous transactions only)","type":"string"},"userid1":{"description":"Entity associated with transaction (non-anonymous transactions only)","type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"transaction_items":{"readOnly":true,"description":"Transaction item(s)","type":"array","items":{"$ref":"#\/components\/schemas\/TransactionItem.jsonld-transaction.read"}},"custom_properties":{"readOnly":true,"description":"Custom properties\nArray contains key\/value pairs. This is not reflected in the API docs (yet).","type":"array","items":{"type":"string"}}}},"Transaction.jsonld-transaction.write":{"type":"object","description":"","deprecated":false,"properties":{"creationdate":{"description":"Date\/time that transaction was created","type":"string","format":"date-time"},"stateid":{"description":"Transaction state (1=generic, 2=new, 3=pending, 4=paid, 5=canceled, 6=chargedback, 7=failed)","type":"integer"},"transactioncode":{"description":"Transaction code","type":"string"},"emailaddress":{"description":"Email address that was used at check-out (anonymous transactions only)","type":"string"},"userid1":{"description":"Entity associated with transaction (non-anonymous transactions only)","type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"transaction_items":{"readOnly":true,"description":"Transaction item(s)","type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}}},"TransactionItem-transaction.read":{"type":"object","description":"","deprecated":false,"properties":{"quantity":{"description":"Item quantity","type":"integer"},"price":{"description":"Item price","type":"number"},"surcharge":{"description":"Item surcharge","type":"number"},"productid":{"description":"Product associated with item","type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"showid":{"description":"Show associated with item","type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"}}},"TransactionItem-transactionitem.read":{"type":"object","description":"","deprecated":false,"properties":{"quantity":{"description":"Item quantity","type":"integer"},"price":{"description":"Item price","type":"number"},"surcharge":{"description":"Item surcharge","type":"number"},"productid":{"description":"Product associated with item","type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"showid":{"description":"Show associated with item","type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"transactionid":{"description":"Transaction associated with item","type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}},"TransactionItem-transactionitem.write":{"type":"object","description":"","deprecated":false,"properties":{"quantity":{"description":"Item quantity","type":"integer"},"price":{"description":"Item price","type":"number"},"surcharge":{"description":"Item surcharge","type":"number"},"productid":{"description":"Product associated with item","type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"showid":{"description":"Show associated with item","type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"transactionid":{"description":"Transaction associated with item","type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}},"TransactionItem.jsonld-transaction.read":{"type":"object","description":"","deprecated":false,"properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"quantity":{"description":"Item quantity","type":"integer"},"price":{"description":"Item price","type":"number"},"surcharge":{"description":"Item surcharge","type":"number"},"productid":{"description":"Product associated with item","type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"showid":{"description":"Show associated with item","type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"}}},"TransactionItem.jsonld-transactionitem.read":{"type":"object","description":"","deprecated":false,"properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"quantity":{"description":"Item quantity","type":"integer"},"price":{"description":"Item price","type":"number"},"surcharge":{"description":"Item surcharge","type":"number"},"productid":{"description":"Product associated with item","type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"showid":{"description":"Show associated with item","type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"transactionid":{"description":"Transaction associated with item","type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}},"TransactionItem.jsonld-transactionitem.write":{"type":"object","description":"","deprecated":false,"properties":{"quantity":{"description":"Item quantity","type":"integer"},"price":{"description":"Item price","type":"number"},"surcharge":{"description":"Item surcharge","type":"number"},"productid":{"description":"Product associated with item","type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"showid":{"description":"Show associated with item","type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"transactionid":{"description":"Transaction associated with item","type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}},"TransactionLog-transactionlog.read":{"type":"object","description":"","deprecated":false,"properties":{"creationdate":{"description":"Creation date\/time","type":"string","format":"date-time"},"transactionid":{"description":"Transaction associated with log entry","type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"description":{"description":"Description","type":"string"},"personalData":{"description":"Description contains GDPR personal data?","type":"boolean"}}},"TransactionLog-transactionlog.write":{"type":"object","description":"","deprecated":false,"properties":{"transactionid":{"description":"Transaction associated with log entry","type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"description":{"description":"Description","type":"string"},"personalData":{"description":"Description contains GDPR personal data?","type":"boolean"}}},"TransactionLog.jsonld-transactionlog.read":{"type":"object","description":"","deprecated":false,"properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"creationdate":{"description":"Creation date\/time","type":"string","format":"date-time"},"transactionid":{"description":"Transaction associated with log entry","type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"description":{"description":"Description","type":"string"},"personalData":{"description":"Description contains GDPR personal data?","type":"boolean"}}},"TransactionLog.jsonld-transactionlog.write":{"type":"object","description":"","deprecated":false,"properties":{"transactionid":{"description":"Transaction associated with log entry","type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"description":{"description":"Description","type":"string"},"personalData":{"description":"Description contains GDPR personal data?","type":"boolean"}}},"TransactionPayment-transactionpayment.read":{"type":"object","description":"","deprecated":false,"properties":{"transactionid":{"description":"Transaction associated with payment","type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"paymentmethodid":{"description":"Payment method","type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"amount":{"description":"Amount","type":"number"},"stateid":{"description":"Payment state","type":"integer"}}},"TransactionPayment-transactionpayment.write":{"type":"object","description":"","deprecated":false,"properties":{"transactionid":{"description":"Transaction associated with payment","type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"paymentmethodid":{"description":"Payment method","type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"amount":{"description":"Amount","type":"number"},"stateid":{"description":"Payment state","type":"integer"}}},"TransactionPayment.jsonld-transactionpayment.read":{"type":"object","description":"","deprecated":false,"properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"transactionid":{"description":"Transaction associated with payment","type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"paymentmethodid":{"description":"Payment method","type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"amount":{"description":"Amount","type":"number"},"stateid":{"description":"Payment state","type":"integer"}}},"TransactionPayment.jsonld-transactionpayment.write":{"type":"object","description":"","deprecated":false,"properties":{"transactionid":{"description":"Transaction associated with payment","type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"paymentmethodid":{"description":"Payment method","type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"amount":{"description":"Amount","type":"number"},"stateid":{"description":"Payment state","type":"integer"}}}},"responses":{},"parameters":{},"examples":{},"requestBodies":{},"headers":{},"securitySchemes":{"apiKey":{"type":"apiKey","description":"Value for the Authorization header parameter.","name":"Authorization","in":"header"}}},"security":[{"apiKey":[]}],"tags":[]}