[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 |
| 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. select * from SRD_CUSTOMER_EQUIPMENT_STOCK; After executing the API, check the SRD platform report (/reporting/customer-equipment-stock). |
| 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: Step 3 : Call the API with the retrieved ID: <ser:removeCustomerEquipmentStocks> Step 4 : Refresh tha page Customer Equipment Stock, now you should see the status of this row = UNAVAILABLE. |