Манифесты Заказы Накладные
Click here for a complete list of operations.
me_allInvocesManifest
Получение накладных манифеста по его номеру
Test
The test form is only available for requests from the local machine.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /Manifest.asmx HTTP/1.1 Host: stage-agents.major-express.ru Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://tempuri.org/me_allInvocesManifest" <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Header> <TicketHeader xmlns="http://tempuri.org/"> <Ticket>string</Ticket> <UserName>string</UserName> <CheckSum>int</CheckSum> <inRole>boolean</inRole> </TicketHeader> </soap:Header> <soap:Body> <me_allInvocesManifest xmlns="http://tempuri.org/"> <ManifestCode>int</ManifestCode> </me_allInvocesManifest> </soap:Body> </soap:Envelope>
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <me_allInvocesManifestResponse xmlns="http://tempuri.org/"> <me_allInvocesManifestResult> <SP_WBInManifestResult> <ResCode>int</ResCode> <ResText>string</ResText> <ManifestNum>string</ManifestNum> <WBNumber>string</WBNumber> <WBOpenDate>dateTime</WBOpenDate> <WBOldNumber>string</WBOldNumber> <FedexNum>string</FedexNum> <ShipperCountry>string</ShipperCountry> <ShipperCityCode>int</ShipperCityCode> <ShipperCity>string</ShipperCity> <ShipperAgentCode>short</ShipperAgentCode> <ShipperAgent>string</ShipperAgent> <ShipperCompany>string</ShipperCompany> <ShipperLastName>string</ShipperLastName> <ShipperPhone>string</ShipperPhone> <ShipperAdres>string</ShipperAdres> <ConsigneeCountry>string</ConsigneeCountry> <ConsigneeCityCode>int</ConsigneeCityCode> <ConsigneeCity>string</ConsigneeCity> <ConsigneeAgentCode>short</ConsigneeAgentCode> <ConsigneeAgent>string</ConsigneeAgent> <ConsigneeCompany>string</ConsigneeCompany> <ConsigneeLastName>string</ConsigneeLastName> <ConsigneePhone>string</ConsigneePhone> <ConsigneeAdres>string</ConsigneeAdres> <WBPackage>short</WBPackage> <WBWeight>decimal</WBWeight> <WBVolumeWeight>decimal</WBVolumeWeight> <WBCost>decimal</WBCost> <MoneyType>string</MoneyType> <Client_Name>string</Client_Name> <PayerCode>int</PayerCode> <WhoWillPay>unsignedByte</WhoWillPay> <PaymentSide>string</PaymentSide> <PaymentType>unsignedByte</PaymentType> <PaymentType_Name>string</PaymentType_Name> <Insurance_RUR>string</Insurance_RUR> <Insurance_RUR1>string</Insurance_RUR1> <NaklStatus>string</NaklStatus> <SpecialDelivConditions>string</SpecialDelivConditions> <WBDescription>string</WBDescription> <Comments>string</Comments> <ReAddr>string</ReAddr> <WBPackageType>unsignedByte</WBPackageType> <IsNeedScan>int</IsNeedScan> <SpecialDeliveryConditions> <SpecialDeliveryCondition xsi:nil="true" /> <SpecialDeliveryCondition xsi:nil="true" /> </SpecialDeliveryConditions> <ConsigneeCountryCode>short</ConsigneeCountryCode> <SpecialRemarks>string</SpecialRemarks> </SP_WBInManifestResult> <SP_WBInManifestResult> <ResCode>int</ResCode> <ResText>string</ResText> <ManifestNum>string</ManifestNum> <WBNumber>string</WBNumber> <WBOpenDate>dateTime</WBOpenDate> <WBOldNumber>string</WBOldNumber> <FedexNum>string</FedexNum> <ShipperCountry>string</ShipperCountry> <ShipperCityCode>int</ShipperCityCode> <ShipperCity>string</ShipperCity> <ShipperAgentCode>short</ShipperAgentCode> <ShipperAgent>string</ShipperAgent> <ShipperCompany>string</ShipperCompany> <ShipperLastName>string</ShipperLastName> <ShipperPhone>string</ShipperPhone> <ShipperAdres>string</ShipperAdres> <ConsigneeCountry>string</ConsigneeCountry> <ConsigneeCityCode>int</ConsigneeCityCode> <ConsigneeCity>string</ConsigneeCity> <ConsigneeAgentCode>short</ConsigneeAgentCode> <ConsigneeAgent>string</ConsigneeAgent> <ConsigneeCompany>string</ConsigneeCompany> <ConsigneeLastName>string</ConsigneeLastName> <ConsigneePhone>string</ConsigneePhone> <ConsigneeAdres>string</ConsigneeAdres> <WBPackage>short</WBPackage> <WBWeight>decimal</WBWeight> <WBVolumeWeight>decimal</WBVolumeWeight> <WBCost>decimal</WBCost> <MoneyType>string</MoneyType> <Client_Name>string</Client_Name> <PayerCode>int</PayerCode> <WhoWillPay>unsignedByte</WhoWillPay> <PaymentSide>string</PaymentSide> <PaymentType>unsignedByte</PaymentType> <PaymentType_Name>string</PaymentType_Name> <Insurance_RUR>string</Insurance_RUR> <Insurance_RUR1>string</Insurance_RUR1> <NaklStatus>string</NaklStatus> <SpecialDelivConditions>string</SpecialDelivConditions> <WBDescription>string</WBDescription> <Comments>string</Comments> <ReAddr>string</ReAddr> <WBPackageType>unsignedByte</WBPackageType> <IsNeedScan>int</IsNeedScan> <SpecialDeliveryConditions> <SpecialDeliveryCondition xsi:nil="true" /> <SpecialDeliveryCondition xsi:nil="true" /> </SpecialDeliveryConditions> <ConsigneeCountryCode>short</ConsigneeCountryCode> <SpecialRemarks>string</SpecialRemarks> </SP_WBInManifestResult> </me_allInvocesManifestResult> </me_allInvocesManifestResponse> </soap:Body> </soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /Manifest.asmx HTTP/1.1 Host: stage-agents.major-express.ru Content-Type: application/soap+xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"> <soap12:Header> <TicketHeader xmlns="http://tempuri.org/"> <Ticket>string</Ticket> <UserName>string</UserName> <CheckSum>int</CheckSum> <inRole>boolean</inRole> </TicketHeader> </soap12:Header> <soap12:Body> <me_allInvocesManifest xmlns="http://tempuri.org/"> <ManifestCode>int</ManifestCode> </me_allInvocesManifest> </soap12:Body> </soap12:Envelope>
HTTP/1.1 200 OK Content-Type: application/soap+xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"> <soap12:Body> <me_allInvocesManifestResponse xmlns="http://tempuri.org/"> <me_allInvocesManifestResult> <SP_WBInManifestResult> <ResCode>int</ResCode> <ResText>string</ResText> <ManifestNum>string</ManifestNum> <WBNumber>string</WBNumber> <WBOpenDate>dateTime</WBOpenDate> <WBOldNumber>string</WBOldNumber> <FedexNum>string</FedexNum> <ShipperCountry>string</ShipperCountry> <ShipperCityCode>int</ShipperCityCode> <ShipperCity>string</ShipperCity> <ShipperAgentCode>short</ShipperAgentCode> <ShipperAgent>string</ShipperAgent> <ShipperCompany>string</ShipperCompany> <ShipperLastName>string</ShipperLastName> <ShipperPhone>string</ShipperPhone> <ShipperAdres>string</ShipperAdres> <ConsigneeCountry>string</ConsigneeCountry> <ConsigneeCityCode>int</ConsigneeCityCode> <ConsigneeCity>string</ConsigneeCity> <ConsigneeAgentCode>short</ConsigneeAgentCode> <ConsigneeAgent>string</ConsigneeAgent> <ConsigneeCompany>string</ConsigneeCompany> <ConsigneeLastName>string</ConsigneeLastName> <ConsigneePhone>string</ConsigneePhone> <ConsigneeAdres>string</ConsigneeAdres> <WBPackage>short</WBPackage> <WBWeight>decimal</WBWeight> <WBVolumeWeight>decimal</WBVolumeWeight> <WBCost>decimal</WBCost> <MoneyType>string</MoneyType> <Client_Name>string</Client_Name> <PayerCode>int</PayerCode> <WhoWillPay>unsignedByte</WhoWillPay> <PaymentSide>string</PaymentSide> <PaymentType>unsignedByte</PaymentType> <PaymentType_Name>string</PaymentType_Name> <Insurance_RUR>string</Insurance_RUR> <Insurance_RUR1>string</Insurance_RUR1> <NaklStatus>string</NaklStatus> <SpecialDelivConditions>string</SpecialDelivConditions> <WBDescription>string</WBDescription> <Comments>string</Comments> <ReAddr>string</ReAddr> <WBPackageType>unsignedByte</WBPackageType> <IsNeedScan>int</IsNeedScan> <SpecialDeliveryConditions> <SpecialDeliveryCondition xsi:nil="true" /> <SpecialDeliveryCondition xsi:nil="true" /> </SpecialDeliveryConditions> <ConsigneeCountryCode>short</ConsigneeCountryCode> <SpecialRemarks>string</SpecialRemarks> </SP_WBInManifestResult> <SP_WBInManifestResult> <ResCode>int</ResCode> <ResText>string</ResText> <ManifestNum>string</ManifestNum> <WBNumber>string</WBNumber> <WBOpenDate>dateTime</WBOpenDate> <WBOldNumber>string</WBOldNumber> <FedexNum>string</FedexNum> <ShipperCountry>string</ShipperCountry> <ShipperCityCode>int</ShipperCityCode> <ShipperCity>string</ShipperCity> <ShipperAgentCode>short</ShipperAgentCode> <ShipperAgent>string</ShipperAgent> <ShipperCompany>string</ShipperCompany> <ShipperLastName>string</ShipperLastName> <ShipperPhone>string</ShipperPhone> <ShipperAdres>string</ShipperAdres> <ConsigneeCountry>string</ConsigneeCountry> <ConsigneeCityCode>int</ConsigneeCityCode> <ConsigneeCity>string</ConsigneeCity> <ConsigneeAgentCode>short</ConsigneeAgentCode> <ConsigneeAgent>string</ConsigneeAgent> <ConsigneeCompany>string</ConsigneeCompany> <ConsigneeLastName>string</ConsigneeLastName> <ConsigneePhone>string</ConsigneePhone> <ConsigneeAdres>string</ConsigneeAdres> <WBPackage>short</WBPackage> <WBWeight>decimal</WBWeight> <WBVolumeWeight>decimal</WBVolumeWeight> <WBCost>decimal</WBCost> <MoneyType>string</MoneyType> <Client_Name>string</Client_Name> <PayerCode>int</PayerCode> <WhoWillPay>unsignedByte</WhoWillPay> <PaymentSide>string</PaymentSide> <PaymentType>unsignedByte</PaymentType> <PaymentType_Name>string</PaymentType_Name> <Insurance_RUR>string</Insurance_RUR> <Insurance_RUR1>string</Insurance_RUR1> <NaklStatus>string</NaklStatus> <SpecialDelivConditions>string</SpecialDelivConditions> <WBDescription>string</WBDescription> <Comments>string</Comments> <ReAddr>string</ReAddr> <WBPackageType>unsignedByte</WBPackageType> <IsNeedScan>int</IsNeedScan> <SpecialDeliveryConditions> <SpecialDeliveryCondition xsi:nil="true" /> <SpecialDeliveryCondition xsi:nil="true" /> </SpecialDeliveryConditions> <ConsigneeCountryCode>short</ConsigneeCountryCode> <SpecialRemarks>string</SpecialRemarks> </SP_WBInManifestResult> </me_allInvocesManifestResult> </me_allInvocesManifestResponse> </soap12:Body> </soap12:Envelope>