Home › Forums › Voip – Development D › Orders Manager › Reply To: Orders Manager
Reply of #2354
The process for purchased/place order for a number which belong to “Peerless Network” was working fine, i tested, checked & purchased many times numbers.
To make a order for peerless number i need to follows the steps;
1) Before place order first check the status of numbers (available or not);
=> above step will covered by requesting the function/request “getStatusByNumberSearch” (see 3.7.2 in API document).
2) after check number if its is available then next step is to locked number for order;
=> above step will covered by requesting the function/request “searchNumbers” (see 3.2.1 in API document).
3) after locked number place order for it;
=> above step will covered by requesting the function/request “placeOrder” (see 3.2.7 in API document).
Right now i am getting error in step2, i tried & checked it many times but its gives error which i shown you.
thanks