|
|
|
Anveo DID API Actions
|
DID Actions consist of the following acctions:
ANVEO.COUNTRIES.LIST
ANVEO.STATES.LIST
ANVEO.AREAS.LIST
DID.ORDER
DID.CANCEL
DID.LIST
DID.UPDATE
A typical DID order flow can be represented as the following set of API Actions:
1. ANVEO.COUNTRIES.LIST
2. IF Country HAS States THEN ANVEO.STATES.LIST
3. ANVEO.AREAS.LIST
4. DID.ORDER
5. DID.UPDATE
6. DID.CANCEL
|
|
|