Click or drag to resize

PurchaseServiceReceivePurchaseOrder Method

Namespace:  Bex.API
Assembly:  Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[WebMethodAttribute]
public ReceivePurchaseOrderResultDto ReceivePurchaseOrder(
	string apiKey,
	PurchaseOrderReceivalDto receival
)

Parameters

apiKey
Type: SystemString
receival
Type: Bex.API.ServiceDTOsPurchaseOrderReceivalDto

Return Value

Type: ReceivePurchaseOrderResultDto
See Also