Create Metadata for Product of Ticket
POST/order/:guid/tickets/:order_ticket_guid/products/:order_ticket_product_guid/metadata
Create a new OrderMetadata for the Product of the Ticket from a Metadata.
Note, the Metadata acts as a template for the OrderMetadata.
Request​
Responses​
- 200
- 403
- 404
- 406
OrderMetadata created.
Unauthorized. You do not have permission to manage the Order or read the Metadata.
Order, Ticket, or Product of the Ticket not found.
Request is invalid, see error context for validation errors.