[ACE-730] Review SRD API removeCustomerEquipmentStocks Created: 10/Mar/26  Updated: 12/May/26  Due: 17/Mar/26  Resolved: 11/May/26

Status: Ready for QA
Project: ACE
Component/s: SRD
Affects Version/s: None
Fix Version/s: None

Type: Bug Priority: Normal
Reporter: Mbaye Lo Assignee: Mbaye Lo
Resolution: Not Fixed Votes: 0
Labels: Milestone2
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Customer:
OMAN-Tel
Planned Start:
Planned End:
Product: NEP
Rejected By: Ayed Bada

 Description   

Review SRD API removeCustomerEquipmentStocks
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://server.internal.api.srd.nep.mobinets.com/">
<soapenv:Header/>
<soapenv:Body>
<ser:removeCustomerEquipmentStocks>
<!-Zero or more repetitions:->
<arg0>2</arg0>
</ser:removeCustomerEquipmentStocks>
</soapenv:Body>
</soapenv:Envelope>



 Comments   
Comment by Anonymous [ 27/Mar/26 ]

There is no issue related to this API.

As input, pass the ID from the SRD_CUSTOMER_EQUIPMENT_STOCK table in the SOAP request.
To retrieve the data, use the following query:

select * from SRD_CUSTOMER_EQUIPMENT_STOCK;

After executing the API, check the SRD platform report (/reporting/customer-equipment-stock).
The status of the concerned Customer Equipment Stock will be updated to "UNAVAILABLE".

Comment by Mbaye Lo [ 11/May/26 ]

Please provide a sample in Omantel platforms 179 and 84 and to be demoed in SRD UI

Comment by Zein Trabelsi [ 12/May/26 ]

How to verify:

Step 1 : Go to Inventory -> Customer Equipment Stock, pick any row and note its Item Code (exemple CODE111)

Step 2 : The ID is not shown in the UI so retrieve it from DB using the Item Code:
SELECT ID
FROM SRD_CUSTOMER_EQUIPMENT_STOCK
WHERE ITEM_CODE = 'CODE111';

Step 3 : Call the API with the retrieved ID:

<ser:removeCustomerEquipmentStocks>
<arg0>THE_ID</arg0>
</ser:removeCustomerEquipmentStocks>

Step 4 : Refresh tha page Customer Equipment Stock, now you should see the status of this row = UNAVAILABLE.

Generated at Mon Jun 15 15:58:59 EEST 2026 using JIRA 6.1.4#6159-sha1:44eaedef2e4a625c6c7183698b2468d4719c20dc.