Receive


Click here for a complete list of operations.

GetMessagesAfterID

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
username:
password:
location:
from:
count:
msgId:

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 /post/Receive.asmx HTTP/1.1
Host: api.payamak-panel.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/GetMessagesAfterID"

<?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>
    <GetMessagesAfterID xmlns="http://tempuri.org/">
      <username>string</username>
      <password>string</password>
      <location>int</location>
      <from>string</from>
      <count>int</count>
      <msgId>int</msgId>
    </GetMessagesAfterID>
  </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>
    <GetMessagesAfterIDResponse xmlns="http://tempuri.org/">
      <GetMessagesAfterIDResult>
        <MessagesBL>
          <MsgID>long</MsgID>
          <UserID>int</UserID>
          <LinkID>int</LinkID>
          <NumberID>int</NumberID>
          <Tariff>double</Tariff>
          <MsgType>unsignedByte</MsgType>
          <Body>string</Body>
          <Udh>string</Udh>
          <SendDate>dateTime</SendDate>
          <Sender>string</Sender>
          <Receiver>string</Receiver>
          <FirstLocation>int</FirstLocation>
          <CurrentLocation>int</CurrentLocation>
          <Parts>int</Parts>
          <IsFlash>boolean</IsFlash>
          <IsRead>boolean</IsRead>
          <IsUnicode>boolean</IsUnicode>
          <Credit>double</Credit>
          <Module>int</Module>
          <RecCount>int</RecCount>
          <RecFailed>int</RecFailed>
          <RecSuccess>int</RecSuccess>
          <IsMoneyBack>boolean</IsMoneyBack>
          <UserStepedMaster>int</UserStepedMaster>
          <UserMaster>int</UserMaster>
          <MoneyBackCount>int</MoneyBackCount>
          <MoneyBackLevel>int</MoneyBackLevel>
          <AutoSpeechText>boolean</AutoSpeechText>
          <ShareServiceBodyID>int</ShareServiceBodyID>
          <IrancellBackCount>int</IrancellBackCount>
        </MessagesBL>
        <MessagesBL>
          <MsgID>long</MsgID>
          <UserID>int</UserID>
          <LinkID>int</LinkID>
          <NumberID>int</NumberID>
          <Tariff>double</Tariff>
          <MsgType>unsignedByte</MsgType>
          <Body>string</Body>
          <Udh>string</Udh>
          <SendDate>dateTime</SendDate>
          <Sender>string</Sender>
          <Receiver>string</Receiver>
          <FirstLocation>int</FirstLocation>
          <CurrentLocation>int</CurrentLocation>
          <Parts>int</Parts>
          <IsFlash>boolean</IsFlash>
          <IsRead>boolean</IsRead>
          <IsUnicode>boolean</IsUnicode>
          <Credit>double</Credit>
          <Module>int</Module>
          <RecCount>int</RecCount>
          <RecFailed>int</RecFailed>
          <RecSuccess>int</RecSuccess>
          <IsMoneyBack>boolean</IsMoneyBack>
          <UserStepedMaster>int</UserStepedMaster>
          <UserMaster>int</UserMaster>
          <MoneyBackCount>int</MoneyBackCount>
          <MoneyBackLevel>int</MoneyBackLevel>
          <AutoSpeechText>boolean</AutoSpeechText>
          <ShareServiceBodyID>int</ShareServiceBodyID>
          <IrancellBackCount>int</IrancellBackCount>
        </MessagesBL>
      </GetMessagesAfterIDResult>
    </GetMessagesAfterIDResponse>
  </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 /post/Receive.asmx HTTP/1.1
Host: api.payamak-panel.com
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>
    <GetMessagesAfterID xmlns="http://tempuri.org/">
      <username>string</username>
      <password>string</password>
      <location>int</location>
      <from>string</from>
      <count>int</count>
      <msgId>int</msgId>
    </GetMessagesAfterID>
  </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>
    <GetMessagesAfterIDResponse xmlns="http://tempuri.org/">
      <GetMessagesAfterIDResult>
        <MessagesBL>
          <MsgID>long</MsgID>
          <UserID>int</UserID>
          <LinkID>int</LinkID>
          <NumberID>int</NumberID>
          <Tariff>double</Tariff>
          <MsgType>unsignedByte</MsgType>
          <Body>string</Body>
          <Udh>string</Udh>
          <SendDate>dateTime</SendDate>
          <Sender>string</Sender>
          <Receiver>string</Receiver>
          <FirstLocation>int</FirstLocation>
          <CurrentLocation>int</CurrentLocation>
          <Parts>int</Parts>
          <IsFlash>boolean</IsFlash>
          <IsRead>boolean</IsRead>
          <IsUnicode>boolean</IsUnicode>
          <Credit>double</Credit>
          <Module>int</Module>
          <RecCount>int</RecCount>
          <RecFailed>int</RecFailed>
          <RecSuccess>int</RecSuccess>
          <IsMoneyBack>boolean</IsMoneyBack>
          <UserStepedMaster>int</UserStepedMaster>
          <UserMaster>int</UserMaster>
          <MoneyBackCount>int</MoneyBackCount>
          <MoneyBackLevel>int</MoneyBackLevel>
          <AutoSpeechText>boolean</AutoSpeechText>
          <ShareServiceBodyID>int</ShareServiceBodyID>
          <IrancellBackCount>int</IrancellBackCount>
        </MessagesBL>
        <MessagesBL>
          <MsgID>long</MsgID>
          <UserID>int</UserID>
          <LinkID>int</LinkID>
          <NumberID>int</NumberID>
          <Tariff>double</Tariff>
          <MsgType>unsignedByte</MsgType>
          <Body>string</Body>
          <Udh>string</Udh>
          <SendDate>dateTime</SendDate>
          <Sender>string</Sender>
          <Receiver>string</Receiver>
          <FirstLocation>int</FirstLocation>
          <CurrentLocation>int</CurrentLocation>
          <Parts>int</Parts>
          <IsFlash>boolean</IsFlash>
          <IsRead>boolean</IsRead>
          <IsUnicode>boolean</IsUnicode>
          <Credit>double</Credit>
          <Module>int</Module>
          <RecCount>int</RecCount>
          <RecFailed>int</RecFailed>
          <RecSuccess>int</RecSuccess>
          <IsMoneyBack>boolean</IsMoneyBack>
          <UserStepedMaster>int</UserStepedMaster>
          <UserMaster>int</UserMaster>
          <MoneyBackCount>int</MoneyBackCount>
          <MoneyBackLevel>int</MoneyBackLevel>
          <AutoSpeechText>boolean</AutoSpeechText>
          <ShareServiceBodyID>int</ShareServiceBodyID>
          <IrancellBackCount>int</IrancellBackCount>
        </MessagesBL>
      </GetMessagesAfterIDResult>
    </GetMessagesAfterIDResponse>
  </soap12:Body>
</soap12:Envelope>

HTTP GET

The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.

GET /post/Receive.asmx/GetMessagesAfterID?username=string&password=string&location=string&from=string&count=string&msgId=string HTTP/1.1
Host: api.payamak-panel.com
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<ArrayOfMessagesBL xmlns="http://tempuri.org/">
  <MessagesBL>
    <MsgID>long</MsgID>
    <UserID>int</UserID>
    <LinkID>int</LinkID>
    <NumberID>int</NumberID>
    <Tariff>double</Tariff>
    <MsgType>unsignedByte</MsgType>
    <Body>string</Body>
    <Udh>string</Udh>
    <SendDate>dateTime</SendDate>
    <Sender>string</Sender>
    <Receiver>string</Receiver>
    <FirstLocation>int</FirstLocation>
    <CurrentLocation>int</CurrentLocation>
    <Parts>int</Parts>
    <IsFlash>boolean</IsFlash>
    <IsRead>boolean</IsRead>
    <IsUnicode>boolean</IsUnicode>
    <Credit>double</Credit>
    <Module>int</Module>
    <RecCount>int</RecCount>
    <RecFailed>int</RecFailed>
    <RecSuccess>int</RecSuccess>
    <IsMoneyBack>boolean</IsMoneyBack>
    <UserStepedMaster>int</UserStepedMaster>
    <UserMaster>int</UserMaster>
    <MoneyBackCount>int</MoneyBackCount>
    <MoneyBackLevel>int</MoneyBackLevel>
    <AutoSpeechText>boolean</AutoSpeechText>
    <ShareServiceBodyID>int</ShareServiceBodyID>
    <IrancellBackCount>int</IrancellBackCount>
  </MessagesBL>
  <MessagesBL>
    <MsgID>long</MsgID>
    <UserID>int</UserID>
    <LinkID>int</LinkID>
    <NumberID>int</NumberID>
    <Tariff>double</Tariff>
    <MsgType>unsignedByte</MsgType>
    <Body>string</Body>
    <Udh>string</Udh>
    <SendDate>dateTime</SendDate>
    <Sender>string</Sender>
    <Receiver>string</Receiver>
    <FirstLocation>int</FirstLocation>
    <CurrentLocation>int</CurrentLocation>
    <Parts>int</Parts>
    <IsFlash>boolean</IsFlash>
    <IsRead>boolean</IsRead>
    <IsUnicode>boolean</IsUnicode>
    <Credit>double</Credit>
    <Module>int</Module>
    <RecCount>int</RecCount>
    <RecFailed>int</RecFailed>
    <RecSuccess>int</RecSuccess>
    <IsMoneyBack>boolean</IsMoneyBack>
    <UserStepedMaster>int</UserStepedMaster>
    <UserMaster>int</UserMaster>
    <MoneyBackCount>int</MoneyBackCount>
    <MoneyBackLevel>int</MoneyBackLevel>
    <AutoSpeechText>boolean</AutoSpeechText>
    <ShareServiceBodyID>int</ShareServiceBodyID>
    <IrancellBackCount>int</IrancellBackCount>
  </MessagesBL>
</ArrayOfMessagesBL>

HTTP POST

The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.

POST /post/Receive.asmx/GetMessagesAfterID HTTP/1.1
Host: api.payamak-panel.com
Content-Type: application/x-www-form-urlencoded
Content-Length: length

username=string&password=string&location=string&from=string&count=string&msgId=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<ArrayOfMessagesBL xmlns="http://tempuri.org/">
  <MessagesBL>
    <MsgID>long</MsgID>
    <UserID>int</UserID>
    <LinkID>int</LinkID>
    <NumberID>int</NumberID>
    <Tariff>double</Tariff>
    <MsgType>unsignedByte</MsgType>
    <Body>string</Body>
    <Udh>string</Udh>
    <SendDate>dateTime</SendDate>
    <Sender>string</Sender>
    <Receiver>string</Receiver>
    <FirstLocation>int</FirstLocation>
    <CurrentLocation>int</CurrentLocation>
    <Parts>int</Parts>
    <IsFlash>boolean</IsFlash>
    <IsRead>boolean</IsRead>
    <IsUnicode>boolean</IsUnicode>
    <Credit>double</Credit>
    <Module>int</Module>
    <RecCount>int</RecCount>
    <RecFailed>int</RecFailed>
    <RecSuccess>int</RecSuccess>
    <IsMoneyBack>boolean</IsMoneyBack>
    <UserStepedMaster>int</UserStepedMaster>
    <UserMaster>int</UserMaster>
    <MoneyBackCount>int</MoneyBackCount>
    <MoneyBackLevel>int</MoneyBackLevel>
    <AutoSpeechText>boolean</AutoSpeechText>
    <ShareServiceBodyID>int</ShareServiceBodyID>
    <IrancellBackCount>int</IrancellBackCount>
  </MessagesBL>
  <MessagesBL>
    <MsgID>long</MsgID>
    <UserID>int</UserID>
    <LinkID>int</LinkID>
    <NumberID>int</NumberID>
    <Tariff>double</Tariff>
    <MsgType>unsignedByte</MsgType>
    <Body>string</Body>
    <Udh>string</Udh>
    <SendDate>dateTime</SendDate>
    <Sender>string</Sender>
    <Receiver>string</Receiver>
    <FirstLocation>int</FirstLocation>
    <CurrentLocation>int</CurrentLocation>
    <Parts>int</Parts>
    <IsFlash>boolean</IsFlash>
    <IsRead>boolean</IsRead>
    <IsUnicode>boolean</IsUnicode>
    <Credit>double</Credit>
    <Module>int</Module>
    <RecCount>int</RecCount>
    <RecFailed>int</RecFailed>
    <RecSuccess>int</RecSuccess>
    <IsMoneyBack>boolean</IsMoneyBack>
    <UserStepedMaster>int</UserStepedMaster>
    <UserMaster>int</UserMaster>
    <MoneyBackCount>int</MoneyBackCount>
    <MoneyBackLevel>int</MoneyBackLevel>
    <AutoSpeechText>boolean</AutoSpeechText>
    <ShareServiceBodyID>int</ShareServiceBodyID>
    <IrancellBackCount>int</IrancellBackCount>
  </MessagesBL>
</ArrayOfMessagesBL>