Details
-
Type:
Bug
-
Status:
Rejected
(View Workflow)
-
Priority:
Normal
-
Resolution: Cancelled
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: SRD
-
Labels:
-
Customer:OMAN-Tel
-
Product:NEP
Description
Review SRD API getHQ
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Header/>
<SOAP-ENV:Body>
<ns3:getHQ
xmlns:ns3="http://server.internal.api.srd.nep.mobinets.com/"
xmlns="">
<hqLat>23.620425499929308</hqLat>
<hqLong>58.21212000047893</hqLong>
<requestId>02102024</requestId>
<serviceName>1094301_FBB</serviceName>
</ns3:getHQ>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Activity
| Field | Original Value | New Value |
|---|---|---|
| Gantt Options | Milestone (set to milestone: having a due date but zero effort) | |
| Planned Start | 2026-03-17 24:00 (milestone: set planned start date to due date) | |
| Planned End | 2026-03-17 24:00 (milestone: set planned end date to due date) |
| Assignee | Zein Trabelsi [ ztrabelsi ] | Ayed Bada [ abada ] |
| Status | Open Bug [ 10108 ] | Rejected [ 10100 ] |
| Assignee | Ayed Bada [ abada ] | Mbaye Lo [ mbayel ] |
| Resolution | Cancelled [ 10100 ] |
| Transition | Time In Source Status | Execution Times | Last Executer | Last Execution Date | |||||
|---|---|---|---|---|---|---|---|---|---|
|
20d 23h 20m | 1 | Ayed Bada | 31/Mar/26 8:58 AM |
|
Links Hierarchy |
Documentation
|
Documentation
The API is currently returning an empty response.
To retrieve data, please run the following SQL query to get valid request_id and service_name values:
SELECT
scd.request_id,
ssd.SERVICE_NAME,
scd.ACCOUNT_NAME
FROM
SRD_CUSTOMER_DETAILS scd
INNER JOIN
SRD_SERVICE_DETAILS ssd
ON scd.id = ssd.CUSTOMER_ID
INNER JOIN
SRD_HQ_NE_DETAILS_V shqnd
ON scd.ACCOUNT_NAME = shqnd.customer_name;
This query will help you identify valid data to use when testing the API.
Note: I attempted to test this on my local environment, but no valid data was available.