Skip to main content

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[]
ItemId int32
Quantity int32
Responses
200

The validation result.

Schema OPTIONAL
Resource object OPTIONAL
Success boolean OPTIONAL
Message string OPTIONAL
Message string OPTIONAL

A status message for the action taken.

Details string[] OPTIONAL

Any validation messages for the data on the current action.