wmkapi::Push


Click here for a complete list of operations.

GetPushSmsInfoEx

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 /PushApi.asmx HTTP/1.1
Host: api4mini.webmoney.ru
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://mini.webmoney.ru/api/GetPushSmsInfoEx"

<?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>
    <GetPushSmsInfoEx xmlns="http://mini.webmoney.ru/api">
      <sessionId>string</sessionId>
      <id>int</id>
    </GetPushSmsInfoEx>
  </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>
    <GetPushSmsInfoExResponse xmlns="http://mini.webmoney.ru/api">
      <GetPushSmsInfoExResult>int</GetPushSmsInfoExResult>
      <info>
        <Id>int</Id>
        <RefId>int</RefId>
        <Title>string</Title>
        <Text>string</Text>
        <Code>string</Code>
        <PS>string</PS>
        <Button>string</Button>
        <Tag>string</Tag>
        <IconUrl>string</IconUrl>
        <InfoUrl>string</InfoUrl>
        <Unread>boolean</Unread>
        <IsSendResponseAllowed>boolean</IsSendResponseAllowed>
        <Created>dateTime</Created>
        <Updated>dateTime</Updated>
        <Sender>string</Sender>
        <Expiration>int</Expiration>
        <Properties>
          <UiProperty>
            <Name>string</Name>
            <Value>string</Value>
            <Prefix>string</Prefix>
            <Suffix>string</Suffix>
            <Tag>string</Tag>
            <Url>string</Url>
          </UiProperty>
          <UiProperty>
            <Name>string</Name>
            <Value>string</Value>
            <Prefix>string</Prefix>
            <Suffix>string</Suffix>
            <Tag>string</Tag>
            <Url>string</Url>
          </UiProperty>
        </Properties>
      </info>
    </GetPushSmsInfoExResponse>
  </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 /PushApi.asmx HTTP/1.1
Host: api4mini.webmoney.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:Body>
    <GetPushSmsInfoEx xmlns="http://mini.webmoney.ru/api">
      <sessionId>string</sessionId>
      <id>int</id>
    </GetPushSmsInfoEx>
  </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>
    <GetPushSmsInfoExResponse xmlns="http://mini.webmoney.ru/api">
      <GetPushSmsInfoExResult>int</GetPushSmsInfoExResult>
      <info>
        <Id>int</Id>
        <RefId>int</RefId>
        <Title>string</Title>
        <Text>string</Text>
        <Code>string</Code>
        <PS>string</PS>
        <Button>string</Button>
        <Tag>string</Tag>
        <IconUrl>string</IconUrl>
        <InfoUrl>string</InfoUrl>
        <Unread>boolean</Unread>
        <IsSendResponseAllowed>boolean</IsSendResponseAllowed>
        <Created>dateTime</Created>
        <Updated>dateTime</Updated>
        <Sender>string</Sender>
        <Expiration>int</Expiration>
        <Properties>
          <UiProperty>
            <Name>string</Name>
            <Value>string</Value>
            <Prefix>string</Prefix>
            <Suffix>string</Suffix>
            <Tag>string</Tag>
            <Url>string</Url>
          </UiProperty>
          <UiProperty>
            <Name>string</Name>
            <Value>string</Value>
            <Prefix>string</Prefix>
            <Suffix>string</Suffix>
            <Tag>string</Tag>
            <Url>string</Url>
          </UiProperty>
        </Properties>
      </info>
    </GetPushSmsInfoExResponse>
  </soap12:Body>
</soap12:Envelope>