PUT v1/Feedback/{siteId}/{orderId}

Send feedback about the ordering experience

URI template

v1/Feedback/{siteId}/{orderId}?canContact={canContact}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
siteId

The site where the customer is placed there order

integer

Required

orderId

The order id of the order that the customer just placed

integer

Required

canContact

Can some one contact the customer about their feedback

boolean

Required

Body Parameters

The feedback that the customer is placing, max character limit of 1500 characters

string

Request Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>

Response Information

Resource Description

Known internal error is InvalidParameters

MobileFeedbackResultCodes

Response Formats

application/json, text/json

Sample:
0

application/xml, text/xml

Sample:
<MobileFeedbackResultCodes xmlns="http://schemas.datacontract.org/2004/07/OnlineOrderingAPI.Models.v1">Success</MobileFeedbackResultCodes>