 | OrderServiceGetNextShippedOrder Method |
Namespace:
Bex.API
Assembly:
Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[WebMethodAttribute]
public ShipmentConfirmation2Dto GetNextShippedOrder(
string apiKey
)
<WebMethodAttribute>
Public Function GetNextShippedOrder (
apiKey As String
) As ShipmentConfirmation2Dto
public:
[WebMethodAttribute]
ShipmentConfirmation2Dto^ GetNextShippedOrder(
String^ apiKey
)
[<WebMethodAttribute>]
member GetNextShippedOrder :
apiKey : string -> ShipmentConfirmation2Dto
Parameters
- apiKey
- Type: SystemString
Return Value
Type:
ShipmentConfirmation2Dto
See Also