Validate order
Validates order data for order creation.
| Request Body — REQUIRED The order data to validate. | ||
|---|---|---|
OrderId int32 | ||
UserId int32 | ||
Email string | ||
Phone string | ||
Currency string | ||
SumIncVat double | ||
BalanceIncVat double | ||
Items object[]
|
| Responses | ||||||
|---|---|---|---|---|---|---|
200The validation result.
|