 | OrderServiceQueueShippedOrders Method |
Namespace:
Bex.API
Assembly:
Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[WebMethodAttribute]
public void QueueShippedOrders(
string apiKey,
DateTime periodStartDate,
DateTime periodEndDate
)
<WebMethodAttribute>
Public Sub QueueShippedOrders (
apiKey As String,
periodStartDate As DateTime,
periodEndDate As DateTime
)
public:
[WebMethodAttribute]
void QueueShippedOrders(
String^ apiKey,
DateTime periodStartDate,
DateTime periodEndDate
)
[<WebMethodAttribute>]
member QueueShippedOrders :
apiKey : string *
periodStartDate : DateTime *
periodEndDate : DateTime -> unit
Parameters
- apiKey
- Type: SystemString
- periodStartDate
- Type: SystemDateTime
- periodEndDate
- Type: SystemDateTime
See Also