 | PurchaseReturnServiceReceive Method |
Namespace:
Bex.API
Assembly:
Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[WebMethodAttribute]
public bool Receive(
string apiKey,
int Id
)
<WebMethodAttribute>
Public Function Receive (
apiKey As String,
Id As Integer
) As Boolean
public:
[WebMethodAttribute]
bool Receive(
String^ apiKey,
int Id
)
[<WebMethodAttribute>]
member Receive :
apiKey : string *
Id : int -> bool
Parameters
- apiKey
- Type: SystemString
- Id
- Type: SystemInt32
Return Value
Type:
Boolean
See Also