GetPurchaseOrdersAsXml Method

Returns the Xml for the OrderGroupCollection populated with PurchaseOrder objects with specified Ids.

Namespace:  Microsoft.CommerceServer.Orders.WebService
Assembly:  Microsoft.CommerceServer.Orders.DataManagement (in Microsoft.CommerceServer.Orders.DataManagement.dll)

Syntax

'Declaration
<WebMethodAttribute> _
Public Overridable Function GetPurchaseOrdersAsXml ( _
    orderGroupIds As Guid() _
) As XmlElement
'Usage
Dim instance As OrdersWebService
Dim orderGroupIds As Guid()
Dim returnValue As XmlElement

returnValue = instance.GetPurchaseOrdersAsXml(orderGroupIds)
[WebMethodAttribute]
public virtual XmlElement GetPurchaseOrdersAsXml(
    Guid[] orderGroupIds
)
[WebMethodAttribute]
public:
virtual XmlElement^ GetPurchaseOrdersAsXml(
    array<Guid>^ orderGroupIds
)
public function GetPurchaseOrdersAsXml(
    orderGroupIds : Guid[]
) : XmlElement

Parameters

  • orderGroupIds
    Type: array<System..::.Guid>[]()[]
    The List of order group identifiers.

Return Value

Type: System.Xml..::.XmlElement
XML for the OrderGroupCollection populated with PurchaseOrder objects with specified identifiers.

Remarks

Returns XML for the OrderGroupCollection populated with PurchaseOrder objects with specified identifiers.

Permissions

See Also

Reference

OrdersWebService Class

OrdersWebService Members

Microsoft.CommerceServer.Orders.WebService Namespace