Skip to main content

Update receiver information of Order

PUT 

/order/:guid

Update the receiver information of an Order, this includes rebuilding the Tickets.

Request

Path Parameters

    guid stringrequired

    The guid of the Order.

Body

Input data

    email email

    The email address of the Receiver.

    firstName string

    The first name of the Receiver.

    lastName string

    The last name of the Receiver.

    locale IETF BCP 47

    The locale of the Receiver.

Responses

Order updated.

Schema

    guid uuid

    The guid of the Order.

    purchase_channel string

    The channel through which the Order is purchased.

    finn_original_price integer

    The original price, i.e. the price of the Order before any CouponCodes have been applied.

    finn_value integer

    The value of the Order used when deriving the service fees. This is the price that is paid for the Order, i.e. the sum of the values of the Tickets of the Order.

    finn_service_fee integer

    The service fees of the Order. This is calculated upon the value.

    finn_price integer

    The total price of the Order. This is the sum of the value, and service fees.

    shop_id uuid

    The guid of the Shop associated with the Order.

    is_seated boolean

    Whether any of the Tickets of the Order is seated.

    email email

    The email address of the Receiver.

    send_email boolean

    Whether to send the PDF to the visitor.

    is_complete boolean

    Whether the Order is complete, i.e. whether all required OrderMetaData is filled in.

    has_receipt boolean

    Whether the Order has a receipt.

    pdf_rendered boolean

    Whether the PDF has been rendered.

    status string

    The status of the Order.

    amount integerdeprecated

    Replaced by the finn values.

    transaction_fee integerdeprecated

    Replaced by the finn values.

    invalidated_since ISO 8601

    The date at which this Order was invalidated.

    invalidated_reason string

    The reason why this Order was invalidated.

    firstName string

    The first name of the Receiver.

    lastName string

    The last name of the Receiver.

    locale IETF BCP 47

    The locale of the Receiver.

    fullname string

    The full name of the Receiver

    download_link url

    The link where the Order can be downloaded.

    download_ready boolean

    Whether the Order can be downloaded.

    receipt_link url

    The link to the receipt of the Order.

    created_at ISO 8601

    The time it was created.

    updated_at ISO 8601

    The time it was last updated.

    created_at_int integer

    The time it was created at as a unix timestamp.

Loading...