GET v1/Orders/{siteId}/{orderId}/Receipt

Get the receipt of a submitted order.

URI template

v1/Orders/{siteId}/{orderId}/Receipt?receiptTemplateType={receiptTemplateType}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
siteId

The site where the customer placed the order

integer

Required

orderId

The order id generated after the POST call

integer

Required

receiptTemplateType

The requested receipt type

ReceiptTemplateType

Default value is KioskReceiptPayAtKiosk

Body Parameters

None.

Response Information

Resource Description

HTTP status 200 with the receipt in text/html format for a successful request. Otherwise, error response with detailed information will be returned. Known internal errors are BadRequest, NotFound, SiteIdInvalid, OrderIdInvalid, OrderStatusInvalid, Error

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.