Details
-
Type:
Bug
-
Status:
Rejected
(View Workflow)
-
Priority:
Normal
-
Resolution: Done
-
Affects Version/s: UA 4.0.0.10
-
Fix Version/s: UA 4.0.0.10
-
Component/s: FN
-
Labels:
-
Customer:OMAN-Tel
Description
INPUT :
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://server.api.nep.mobinets.com/">
<soapenv:Header/>
<soapenv:Body>
<ser:closeWo>
<!-Optional:->
<woNo>519110811</woNo>
<cancellationCode>Duplicate order</cancellationCode>
<cancellationReason>Duplicate order</cancellationReason>
<user>63432</user>
</ser:closeWo>
</soapenv:Body>
</soapenv:Envelope>
OUTPUT :
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<ns2:closeWoResponse xmlns:ns2="http://server.api.nep.mobinets.com/"/>
</soap:Body>
</soap:Envelope>
Activity
- All
- Comments
- Work Log
- History
- Activity
- Links Hierarchy
- Transitions
- Trace
when you call this api the wo should be moved to history and change status to cancelled .
I tested it and it works