Description
This Enum is used to indicate the operation type that happens on the client or account. You can invoke it using VertexFxBOAPI.CreateClientEnum and the following are the value and descriptions for every value.
Properties
Value |
Constant |
Description |
0 |
NewAccount |
When create new account |
1 |
NewClient |
When create new client |
2 |
NewGroup |
When create new Group |
3 |
NewOffice |
When create new Office |
4 |
UpdateAccount |
When make update on the account. |
5 |
UpdateClient |
When make update on the client |
6 |
UpdateGroup |
When make update on the group. |
7 |
UpdateOffice |
When make update on the office. |
8 |
DeleteAccount |
When delete an account |
9 |
DeleteClient |
When delete an client (client/group /office) |
See Also
Last Modified: 29 June 2018
VertexFX Backoffice API Index
|