POST UserServices/AddCustomer

Request Information

URI Parameters

None.

Body Parameters

UserDTO
NameDescriptionTypeAdditional information
UserName

string

None.

Loginpwd

string

None.

Mobile

string

None.

VerificationCode

string

None.

IdentityType

integer

None.

SalesmanId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "UserName": "sample string 1",
  "Loginpwd": "sample string 2",
  "Mobile": "sample string 3",
  "VerificationCode": "sample string 4",
  "IdentityType": 5,
  "SalesmanId": 6
}

application/xml, text/xml

Sample:
<UserDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Zs.Ylx.Resources.Entity.DTO">
  <IdentityType>5</IdentityType>
  <Loginpwd>sample string 2</Loginpwd>
  <Mobile>sample string 3</Mobile>
  <SalesmanId>6</SalesmanId>
  <UserName>sample string 1</UserName>
  <VerificationCode>sample string 4</VerificationCode>
</UserDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.