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