/api/v1.0/orders/{id}/reject

To reject an order, you create a reject object and send it to Flipdish API using HTTP POST method. Id path parameter identifies the order.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
int32
required
Body Params

Reject

string
enum
required

Reject reason.

boolean

Notify customer. The server will not send and SMS to the customer if the value is true.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
string
enum
Defaults to application/json

Generated from available request content types

Allowed:
Responses
200

The order is successfully rejected.

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/json
Message
StackTrace