Méthode | Description | |
---|---|---|
GetOrder ( long id, string fields = null ) : |
Get order for keyword and/or number orders GET /me/account
|
|
OrderKeywords ( |
Purchase keywords. Send a list of available keywords into this API to purchase them using CallFire credits. Be sure the account has credits before trying to purchase. GET /me/account
|
|
OrderNumbers ( |
Purchase numbers. There are many ways to purchase a number. Set either tollFreeCount or localCount along with some querying fields to purchase numbers by bulk query. Set the list of numbers to purchase by list. Available numbers will be purchased using CallFire credits owned by the user. Be sure the account has credits before trying to purchase. GET /me/account
|
Méthode | Description | |
---|---|---|
OrdersApi ( RestApiClient client ) : System |
public GetOrder ( long id, string fields = null ) : |
||
id | long | id of order |
fields | string | limit fields returned. Example fields=id,name |
Résultat |
public OrderKeywords ( |
||
request | request payload | |
Résultat |
public OrderNumbers ( |
||
request | request payload | |
Résultat |