Answer the question
In order to leave comments, you need to log in
How to get information about cash on delivery postal order via API?
The WSDL Parcel Tracking API has a new method "PostalOrderEventsForMail":
<operation name="PostalOrderEventsForMail">
<documentation>Метод получения данных о наложенном платеже. </documentation>
<input name="Request" message="tns:PostalOrderEventsForMailInput"/>
<output name="Response" message="tns:PostalOrderEventsForMaiOutput"/>
<fault name="Fault" message="tns:PostalOrderEventsForMailFault"/>
</operation>
Answer the question
In order to leave comments, you need to log in
in theory so
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:data="http://russianpost.org/operationhistory/data" xmlns:data1="http://www.russianpost.org/RTM/DataExchangeESPP/Data">
<soapenv:Header>
<data:AuthorizationHeader soapenv:mustUnderstand="1">
<data:login>?</data:login>
<data:password>?</data:password>
</data:AuthorizationHeader>
</soapenv:Header>
<soapenv:Body>
<data1:PostalOrderEventsForMailInput Barcode="?" Language="RUS"/>
</soapenv:Body>
</soapenv:Envelope>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question