İptal Talebi Onaylama ve Reddetme (ClaimCancelService)

İptal Servisi (ClaimCancelApprove)

ClaimCancelApproveRequest
Auth
claimCancelId Onaylanacak iptal talebinin idsi.
ClaimCancelApproveResponse
result

ClaimCancelApprove Örnek Çağrı

Request
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:sch="http://www.n11.com/ws/schemas">
    <soapenv:Header/>
    <soapenv:Body>
        <sch: ClaimCancelApproveRequest>
            <auth>
                <appKey>************************</appKey>
                <appSecret>********</appSecret>
            </auth>
            <claimCancelId>1234567</claimCancelId>
        </sch: ClaimCancelApproveRequest>
    </soapenv:Body>
Request
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns3: ClaimCancelApproveResponse xmlns:ns3="http://www.n11.com/ws/schemas">
            <result>
                <status>success</status>
            </result>
        </ns3: ClaimCancelApproveResponse>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
t);}

İptal Talebi Reddetme (ClaimCancelDeny)

   

İptal talebini reddetme servisi.

   
ClaimCancelDenyRequest
                                                                                                                                                                       
Auth Bkz: Authentication
claimCancelId Reddedilecek iptal talebinin idsi.
denyReasonId Red sebebinin idsi. ClaimCancelDenyReasonType servisinden alınacaktır.
denyReasonNote Red açıklaması.
   
ClaimCancelDenyResponse
               
result
   

ClaimCancelDeny Örnek Çağrı

   
Request
   
               
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:sch="http://www.n11.com/ws/schemas">
    <soapenv:Header/>
    <soapenv:Body>
        <sch: ClaimCancelDenyRequest>
            <auth>
                <appKey>************************</appKey>
                <appSecret>********</appSecret>
            </auth>
            <claimCancelId>1234567</claimCancelId>
            <denyReasonId>2</denyReasonId>
            <denyReasonNote>reddettim</denyReasonNote>
        </sch: ClaimCancelDenyRequest>
    </soapenv:Body>
</soapenv:Envelope>