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