Contacts


Click here for a complete list of operations.

EditContact_withExtraInfo

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 /ws/Contacts.asmx HTTP/1.1
Host: ip.sms.ir
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/EditContact_withExtraInfo"

<?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>
    <EditContact_withExtraInfo xmlns="http://tempuri.org/">
      <userName>string</userName>
      <password>string</password>
      <contactID>int</contactID>
      <prefix>string</prefix>
      <firstName>string</firstName>
      <lastName>string</lastName>
      <phoneNumber>long</phoneNumber>
      <mobile>long</mobile>
      <faxNo>long</faxNo>
      <contactAddress>string</contactAddress>
      <email>string</email>
      <descriptions>string</descriptions>
      <corporation>string</corporation>
      <provinceId>int</provinceId>
      <cityId>int</cityId>
      <contactBirthdate>dateTime</contactBirthdate>
      <contactOccasionDate1>dateTime</contactOccasionDate1>
      <contactOccasionDate2>dateTime</contactOccasionDate2>
      <contactOccasionDate3>dateTime</contactOccasionDate3>
      <contactOccasionDate4>dateTime</contactOccasionDate4>
      <contactOccasionDate5>dateTime</contactOccasionDate5>
      <contactOccasionDate6>dateTime</contactOccasionDate6>
      <contactOccasionDate7>dateTime</contactOccasionDate7>
      <contactOccasionDate8>dateTime</contactOccasionDate8>
      <contactOccasionDate9>dateTime</contactOccasionDate9>
      <contactOccasionDate10>dateTime</contactOccasionDate10>
      <contactCategoryID>int</contactCategoryID>
      <message>string</message>
    </EditContact_withExtraInfo>
  </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>
    <EditContact_withExtraInfoResponse xmlns="http://tempuri.org/">
      <EditContact_withExtraInfoResult>int</EditContact_withExtraInfoResult>
      <message>string</message>
    </EditContact_withExtraInfoResponse>
  </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 /ws/Contacts.asmx HTTP/1.1
Host: ip.sms.ir
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>
    <EditContact_withExtraInfo xmlns="http://tempuri.org/">
      <userName>string</userName>
      <password>string</password>
      <contactID>int</contactID>
      <prefix>string</prefix>
      <firstName>string</firstName>
      <lastName>string</lastName>
      <phoneNumber>long</phoneNumber>
      <mobile>long</mobile>
      <faxNo>long</faxNo>
      <contactAddress>string</contactAddress>
      <email>string</email>
      <descriptions>string</descriptions>
      <corporation>string</corporation>
      <provinceId>int</provinceId>
      <cityId>int</cityId>
      <contactBirthdate>dateTime</contactBirthdate>
      <contactOccasionDate1>dateTime</contactOccasionDate1>
      <contactOccasionDate2>dateTime</contactOccasionDate2>
      <contactOccasionDate3>dateTime</contactOccasionDate3>
      <contactOccasionDate4>dateTime</contactOccasionDate4>
      <contactOccasionDate5>dateTime</contactOccasionDate5>
      <contactOccasionDate6>dateTime</contactOccasionDate6>
      <contactOccasionDate7>dateTime</contactOccasionDate7>
      <contactOccasionDate8>dateTime</contactOccasionDate8>
      <contactOccasionDate9>dateTime</contactOccasionDate9>
      <contactOccasionDate10>dateTime</contactOccasionDate10>
      <contactCategoryID>int</contactCategoryID>
      <message>string</message>
    </EditContact_withExtraInfo>
  </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>
    <EditContact_withExtraInfoResponse xmlns="http://tempuri.org/">
      <EditContact_withExtraInfoResult>int</EditContact_withExtraInfoResult>
      <message>string</message>
    </EditContact_withExtraInfoResponse>
  </soap12:Body>
</soap12:Envelope>