Click or drag to resize

OrderFulfillmentService.GetOrdersForInspection Method

Namespace:  Bex.API
Assembly:  Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[WebMethodAttribute]
public List<NewOrderResultDto> GetOrdersForInspection(
	string apiKey
)

Parameters

apiKey
Type: System.String

Return Value

Type: List<NewOrderResultDto>
See Also