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 |