Send
Click here for a complete list of operations.
getMessages
Test
To test the operation using the HTTP POST protocol, click the 'Invoke' button.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/send.asmx HTTP/1.1 Host: api.payamak-panel.com Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://tempuri.org/getMessages" <?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> <getMessages xmlns="http://tempuri.org/"> <username>string</username> <password>string</password> <location>int</location> <from>string</from> <index>int</index> <count>int</count> </getMessages> </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> <getMessagesResponse xmlns="http://tempuri.org/"> <getMessagesResult> <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> </getMessagesResult> </getMessagesResponse> </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/send.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> <getMessages xmlns="http://tempuri.org/"> <username>string</username> <password>string</password> <location>int</location> <from>string</from> <index>int</index> <count>int</count> </getMessages> </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> <getMessagesResponse xmlns="http://tempuri.org/"> <getMessagesResult> <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> </getMessagesResult> </getMessagesResponse> </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/send.asmx/getMessages?username=string&password=string&location=string&from=string&index=string&count=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/send.asmx/getMessages 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&index=string&count=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>