ToolsControlWebService
Click here for a complete list of operations.
PosCustomerJson
توضیحات بیشتر
این متد در صورت عدم وجود مشتری در سیستم اطلاعات را ثبت کرده و کد مشتری را برمیگرداند و در صورتی که مشتری در سیستم وجود داشت کد مشتری را برمیگرداند. پارامترهای این متد به شرح ذیل میباشد عنوان نوع توضیحات شناسه کاربری - userId int - عددی رمز عبور - Password string - رشته ای نام مشتری - FirstName string - رشته ای پیش فرض نام خانوادگی مشتری - LastName string - رشته ای پیش فرض موبایل - Mobile string - رشته ای پیش فرض تلفن - Phone string - رشته ای پیش فرض ایمیل - Email string - رشته ای پیش فرض آدرس - Address string - رشته ای پیش فرض کد پستی - PostalCode string - رشته ای پیش فرض ستون های برگشتی
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/PosCustomerJson"
<?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>
<PosCustomerJson 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>
</PosCustomerJson>
</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>
<PosCustomerJsonResponse xmlns="http://tempuri.org/">
<PosCustomerJsonResult>string</PosCustomerJsonResult>
</PosCustomerJsonResponse>
</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>
<PosCustomerJson 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>
</PosCustomerJson>
</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>
<PosCustomerJsonResponse xmlns="http://tempuri.org/">
<PosCustomerJsonResult>string</PosCustomerJsonResult>
</PosCustomerJsonResponse>
</soap12:Body>
</soap12:Envelope>