Forum Replies Created
-
AuthorPosts
-
in reply to: Voip Repairs 23 #11163
Hello Mark,
Thank you for update.
The Rakshabandhan festival was truly wonderful!
about API request I think this is the reason for the issue. I will check that and get back to you. If it will work i will work on the data inserting on VoIP database and listing it on front page of port-in functionality.
Please clear my one question, The port-in API will make order for multiple numbers in one request? asking you because in api documentation the example is with one number request. I will also check it with multiple numbers request after creating order for a number.and about custom feature i made some back-end changes. But i did not changes it much as i was not available due to holiday.
in reply to: Voip Repairs 23 #11159Hello Mark,
the issue is still there
Here is my request and response
request :
{
“privatekey”: “Z0Ainfdg0su6MTfoGgnRhk0B_YYa”,
“portInOrder”: {
“desiredDueDate”: “2023-08-29”,
“tnList”: {
“tnItem”: [
{
“tn”: 9838888880,
“accountNum”: “3777”,
“atn”: “9838888880”,
“authName”: “Test”,
“authDate”: “2023-08-29”,
“accountPin”: “9009”,
“endUser”: {
“name”: “Nano Telecom”,
“streetNum”: “20900”,
“streetName”: “30th”,
“city”: “Miami”,
“state”: “FL”,
“postalCode”: “33180”,
“typeOfService”: “B”
}
}
]
}
}
}response:
stdClass Object
(
[message] => An Unknown Error has occurred
[status] => Unknown Error
[statusCode] => 500001
[timestamp] => 2023-08-29T00: 16: 36.476-0500
)For Custom Features tasks :
I just review that tasks and did not start changes for the code side.FYI : Tomorrow i will not available because of national holiday of Rakshabandhan festival.
in reply to: Voip Repairs 23 #11157Hello Mark,
thank you for your reply.
the atn and the tn will be same?
I will check with the set atn same as tn and get back to you.
in reply to: Voip Repairs 23 #11154Hello Mark,
Here is my request structure for port-in order Api.
{
“privatekey”: “Z0Ainfdg0su6MTfoGgnRhk0B_YYa”,
“portInOrder”: {
“desiredDueDate”: “2023-08-29”,
“tnList”: {
“tnItem”: [
{
“tn”: 9838888880,
“accountNum”: “3777”,
“atn”: “0123456789”,
“authName”: “Test”,
“authDate”: “2023-08-28”,
“accountPin”: “9009”,
“endUser”: {
“name”: “Nano Telecom”,
“streetNum”: “20900”,
“streetName”: “30th”,
“city”: “Miami”,
“state”: “FL”,
“postalCode”: “33180”,
“typeOfService”: “B”
}
}
]
}
}
}For #11152 :
I will review the task and get back to you if any query.in reply to: Voip Repairs 23 #11149Hell Mark,
I added the selection field for “desiredDueDate”, and I attempted to create an port-in order, but the process was unsuccessful. I used the parameters from #11144.
I got this error.
stdClass Object
(
[message] => An Unknown Error has occurred
[status] => Unknown Error
[statusCode] => 500001
[timestamp] => 2023-08-25T04:30:06.116-0500
)in reply to: Voip Repairs 23 #11147Hello Mark,
as i mansion earlier the “desiredDueDate” is required for creating the order on API. Working on remaining API request structure and the listing of port in orders.
in reply to: Voip Repairs 23 #11143Hello Mark,
Thank you for your reply.
have a question for API side
The field named as ‘desiredDueDate’ is mandatory into API request, can you please advise me that which date i can use for desiredDueDate field?
in reply to: Voip Repairs 23 #11141Hello Mark,
Any reply on #11137?
in reply to: Voip Repairs 23 #11140Hello Mark,
for #11139 , This is because of i added some data debug code to check the freezing issue. 🙂
in reply to: Voip Repairs 23 #11137Hello Mark,
Thanks you for your reply.
As i am working on port-in functionality some functionality may freeze.
Can you suggest me some numbers which are not available on Voip or i can use any random numbers for this testing?
in reply to: Voip Repairs 23 #11135Hello Mark,
Changed the layout to the center column and added the loading GIF to the process.
Work in progress on API functionality.
in reply to: Voip Repairs 23 #11133Hello Mark,
Ok, I will add it on the middle Main section of the page.
No, I did not add Gif for now.
in reply to: Voip Repairs 23 #11131Hell Mark,
Updated the design and validation of user detail form, work in progress on api handling.
in reply to: Voip Repairs 23 #11129Hello Mark,
I will update the design and validation today. And will continue on work of API requests.
in reply to: Voip Repairs 23 #11127Hello All,
This design is not implemented on the web, this is just an created html mock which I will implement on web.
and i will also make changes instructed in #11126.
-
AuthorPosts