/
Orders / Reject
Orders / Reject
Long Description
Reject an order that belongs to your office and is in the pending state. |
Parameters
Name | Description | Value Type | Required |
---|---|---|---|
reason | Must be one of:
| string | Required |
reviewer_id | ID of user belonging to brokerage | integer | Required |
rejection_notes | Additional Notes about this rejection | string | Optional |
Examples
Request | Response |
---|---|
{ "reason":"Duplicate Order", "reviewer_id":12345, "rejection_notes":"The other order is 22222" } |
See Orders / Show |
, multiple selections available,
Related content
Orders / Show
Orders / Show
More like this
HOW TO: Process a Substitution via the API
HOW TO: Process a Substitution via the API
More like this
Order Notifications (Webhooks)
Order Notifications (Webhooks)
Read with this
Orders / Accept
Orders / Accept
More like this
HOWTO: Create Orders Using The API
HOWTO: Create Orders Using The API
Read with this
Orders / Return
Orders / Return
More like this