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 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>
Activity
- All
- Comments
- Work Log
- History
- Activity
- Links Hierarchy
- Transitions
- Trace
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".