AmootSMSWebService2
Click here for a complete list of operations.
GetDelivery
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 /webservice2.asmx HTTP/1.1 Host: portal.amootsms.com Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://tempuri.org/GetDelivery" <?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> <GetDelivery xmlns="http://tempuri.org/"> <UserName>string</UserName> <Password>string</Password> <MessageID>long</MessageID> </GetDelivery> </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> <GetDeliveryResponse xmlns="http://tempuri.org/"> <GetDeliveryResult> <Status>ServerError or Failed or Success or AccountIsDemo or CreditNotEnough or LineNumber_NotExist or BackupLineNumber_NotExist or Avanak_NotAvailable or UserName_Empty or Password_Empty or LineNumber_Empty or BackupLineNumber_Empty or SMSMessageText_Empty or AvanakMessageText_Empty or Mobile_Empty or Mobiles_Empty or Title_Empty or FirstNameOrLastName_Empty or URLAddress_Empty or UserNameOrPassword_Invalid or Mobile_Invalid or Mobiles_Invalid or Count_Invalid or FromRow_Invalid or FromDate_Invalid or FromDateTime_Invalid or ToDate_Invalid or ToDateTime_Invalid or FromDateIsAfterThanToDate or FromDateTimeIsAfterThanToDateTime or MessageID_Invalid or BulkID_Invalid or ContactID_Invalid or ContactGroupID_Invalid or CourseID_Invalid or CourseGroupID_Invalid or URLAddress_Duplicate or RelayMessageDeliveryID_Invalid or RelayRecieveMessageID_Invalid or Length_Invalid or Length_Exceeded</Status> <Data> <MessageID>long</MessageID> <DeliveryType>int</DeliveryType> <Cost>int</Cost> <RegDateTime>dateTime</RegDateTime> <SendDateTime>dateTime</SendDateTime> </Data> </GetDeliveryResult> </GetDeliveryResponse> </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 /webservice2.asmx HTTP/1.1 Host: portal.amootsms.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> <GetDelivery xmlns="http://tempuri.org/"> <UserName>string</UserName> <Password>string</Password> <MessageID>long</MessageID> </GetDelivery> </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> <GetDeliveryResponse xmlns="http://tempuri.org/"> <GetDeliveryResult> <Status>ServerError or Failed or Success or AccountIsDemo or CreditNotEnough or LineNumber_NotExist or BackupLineNumber_NotExist or Avanak_NotAvailable or UserName_Empty or Password_Empty or LineNumber_Empty or BackupLineNumber_Empty or SMSMessageText_Empty or AvanakMessageText_Empty or Mobile_Empty or Mobiles_Empty or Title_Empty or FirstNameOrLastName_Empty or URLAddress_Empty or UserNameOrPassword_Invalid or Mobile_Invalid or Mobiles_Invalid or Count_Invalid or FromRow_Invalid or FromDate_Invalid or FromDateTime_Invalid or ToDate_Invalid or ToDateTime_Invalid or FromDateIsAfterThanToDate or FromDateTimeIsAfterThanToDateTime or MessageID_Invalid or BulkID_Invalid or ContactID_Invalid or ContactGroupID_Invalid or CourseID_Invalid or CourseGroupID_Invalid or URLAddress_Duplicate or RelayMessageDeliveryID_Invalid or RelayRecieveMessageID_Invalid or Length_Invalid or Length_Exceeded</Status> <Data> <MessageID>long</MessageID> <DeliveryType>int</DeliveryType> <Cost>int</Cost> <RegDateTime>dateTime</RegDateTime> <SendDateTime>dateTime</SendDateTime> </Data> </GetDeliveryResult> </GetDeliveryResponse> </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 /webservice2.asmx/GetDelivery?UserName=string&Password=string&MessageID=string HTTP/1.1 Host: portal.amootsms.com
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <DeliveryResult xmlns="http://tempuri.org/"> <Status>ServerError or Failed or Success or AccountIsDemo or CreditNotEnough or LineNumber_NotExist or BackupLineNumber_NotExist or Avanak_NotAvailable or UserName_Empty or Password_Empty or LineNumber_Empty or BackupLineNumber_Empty or SMSMessageText_Empty or AvanakMessageText_Empty or Mobile_Empty or Mobiles_Empty or Title_Empty or FirstNameOrLastName_Empty or URLAddress_Empty or UserNameOrPassword_Invalid or Mobile_Invalid or Mobiles_Invalid or Count_Invalid or FromRow_Invalid or FromDate_Invalid or FromDateTime_Invalid or ToDate_Invalid or ToDateTime_Invalid or FromDateIsAfterThanToDate or FromDateTimeIsAfterThanToDateTime or MessageID_Invalid or BulkID_Invalid or ContactID_Invalid or ContactGroupID_Invalid or CourseID_Invalid or CourseGroupID_Invalid or URLAddress_Duplicate or RelayMessageDeliveryID_Invalid or RelayRecieveMessageID_Invalid or Length_Invalid or Length_Exceeded</Status> <Data> <MessageID>long</MessageID> <DeliveryType>int</DeliveryType> <Cost>int</Cost> <RegDateTime>dateTime</RegDateTime> <SendDateTime>dateTime</SendDateTime> </Data> </DeliveryResult>
HTTP POST
The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.
POST /webservice2.asmx/GetDelivery HTTP/1.1 Host: portal.amootsms.com Content-Type: application/x-www-form-urlencoded Content-Length: length UserName=string&Password=string&MessageID=string
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <DeliveryResult xmlns="http://tempuri.org/"> <Status>ServerError or Failed or Success or AccountIsDemo or CreditNotEnough or LineNumber_NotExist or BackupLineNumber_NotExist or Avanak_NotAvailable or UserName_Empty or Password_Empty or LineNumber_Empty or BackupLineNumber_Empty or SMSMessageText_Empty or AvanakMessageText_Empty or Mobile_Empty or Mobiles_Empty or Title_Empty or FirstNameOrLastName_Empty or URLAddress_Empty or UserNameOrPassword_Invalid or Mobile_Invalid or Mobiles_Invalid or Count_Invalid or FromRow_Invalid or FromDate_Invalid or FromDateTime_Invalid or ToDate_Invalid or ToDateTime_Invalid or FromDateIsAfterThanToDate or FromDateTimeIsAfterThanToDateTime or MessageID_Invalid or BulkID_Invalid or ContactID_Invalid or ContactGroupID_Invalid or CourseID_Invalid or CourseGroupID_Invalid or URLAddress_Duplicate or RelayMessageDeliveryID_Invalid or RelayRecieveMessageID_Invalid or Length_Invalid or Length_Exceeded</Status> <Data> <MessageID>long</MessageID> <DeliveryType>int</DeliveryType> <Cost>int</Cost> <RegDateTime>dateTime</RegDateTime> <SendDateTime>dateTime</SendDateTime> </Data> </DeliveryResult>