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