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