Alokai

CancellationRequestEntryInput

Representation of a cancellation request entry input for an order CancellationRequestEntryInput

export interface CancellationRequestEntryInput {
	'orderEntryNumber': number;
	'quantity': number;
}

Properties

NameRequiredTypeDescription
orderEntryNumberRequirednumberOrder entry number of the cancelled product {number} CancellationRequestEntryInput
quantityRequirednumberQuantity of the product which belongs to the order entry and is requested to be cancelled {number} CancellationRequestEntryInput

On this page