Skip to main content
POST
Create Order

Authorizations

Authorization
string
header
required

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

Body

application/json
orderItem
object[]

Represents the specific product or service purchased in a transaction.

PaymentId
number | null

Unique identifier for a specific transaction associated with an order.

PersonId
number | null

Unique identifier for the individual who placed the order.

Response

200

Order