Topic by s k
I need to set StatusWithType to value `Resolved`.
I can set values of status to `New` and `Updated`
to set `New` status :
<ns4:StatusWithType><ns4:Status><ID xmlns="urn:base.ws.rightnow.com/v1_2"id="1"/></ns4:Status></ns4:StatusWithType>
to set `Updated` status:
<ns4:StatusWithType><ns4:Status><ID xmlns="urn:base.ws.rightnow.com/v1_2"id="8"/></ns4:Status></ns4:StatusWithType>
but I don't know how set value `Resolved`.
Thanks for help