Skip to main content
PUT
Reject an Order for a Company

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Accept-Language
string
default:en

The Accept-Language request HTTP header indicates the natural language and locale that the client prefers.

Example:

"en"

Path Parameters

company-id
string<uuid>
required

Company ID

order-id
string<uuid>
required

Order ID

Body

application/json
reject_reason
string | null

A user-provided reason for rejecting the Order

Required string length: 1 - 100

Response

OK

data
Order-Read · object
required

Notes:

  • phase has been deprecated in favor of phases where "primary" == true