ToolsControlWebService


Click here for a complete list of operations.

PosCustomer

توضیحات بیشتر
این متد در صورت عدم وجود مشتری در سیستم اطلاعات را ثبت کرده و کد مشتری را برمیگرداند و در صورتی که مشتری در سیستم وجود داشت کد مشتری را برمیگرداند.
پارامترهای این متد به شرح ذیل میباشد
عنواننوعتوضیحات
شناسه کاربری - userIdint - عددی
رمز عبور - Passwordstring - رشته ای
نام مشتری - FirstNamestring - رشته ایپیش فرض
نام خانوادگی مشتری - LastNamestring - رشته ایپیش فرض
موبایل - Mobilestring - رشته ایپیش فرض
تلفن - Phonestring - رشته ایپیش فرض
ایمیل - Emailstring - رشته ایپیش فرض
آدرس - Addressstring - رشته ایپیش فرض
کد پستی - PostalCodestring - رشته ایپیش فرض

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 /ToolsControlWebService.asmx HTTP/1.1
Host: nafissoapapi.toranjapp.ir
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/PosCustomer"

<?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>
    <PosCustomer xmlns="http://tempuri.org/">
      <userId>int</userId>
      <password>string</password>
      <firstName>string</firstName>
      <lastName>string</lastName>
      <mobile>string</mobile>
      <phone>string</phone>
      <email>string</email>
      <address>string</address>
      <postalCode>string</postalCode>
      <city>string</city>
      <job>string</job>
      <birthDate>string</birthDate>
      <marriageDate>string</marriageDate>
      <nationalCode>string</nationalCode>
      <birthDateChild>string</birthDateChild>
      <cusEducationDegree>string</cusEducationDegree>
      <isMale>boolean</isMale>
    </PosCustomer>
  </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>
    <PosCustomerResponse xmlns="http://tempuri.org/">
      <PosCustomerResult>xmlxml</PosCustomerResult>
    </PosCustomerResponse>
  </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 /ToolsControlWebService.asmx HTTP/1.1
Host: nafissoapapi.toranjapp.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>
    <PosCustomer xmlns="http://tempuri.org/">
      <userId>int</userId>
      <password>string</password>
      <firstName>string</firstName>
      <lastName>string</lastName>
      <mobile>string</mobile>
      <phone>string</phone>
      <email>string</email>
      <address>string</address>
      <postalCode>string</postalCode>
      <city>string</city>
      <job>string</job>
      <birthDate>string</birthDate>
      <marriageDate>string</marriageDate>
      <nationalCode>string</nationalCode>
      <birthDateChild>string</birthDateChild>
      <cusEducationDegree>string</cusEducationDegree>
      <isMale>boolean</isMale>
    </PosCustomer>
  </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>
    <PosCustomerResponse xmlns="http://tempuri.org/">
      <PosCustomerResult>xmlxml</PosCustomerResult>
    </PosCustomerResponse>
  </soap12:Body>
</soap12:Envelope>