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