POST api/Register/RegisterUser

Request Information

URI Parameters

None.

Body Parameters

RegisterUserModel
NameDescriptionTypeAdditional information
SmsCode

string

None.

ChkCode

string

None.

Id

string

None.

UserID

string

None.

UserNo

string

None.

UserName

string

None.

LoginID

string

None.

UserPost

string

None.

UserPostName

string

None.

Password

string

None.

Mobile

string

None.

EMail

string

None.

Sex

integer

None.

UserType

integer

None.

FatherUserNo

string

None.

Orderby

integer

None.

LoginDT

date

None.

IsOnline

boolean

None.

IsAllowed

boolean

None.

IsAllowedName

string

None.

BeginTime

date

None.

EndTime

date

None.

IsOTP

boolean

None.

IsInPhase

boolean

None.

UserPath

string

None.

Status

boolean

None.

StatusName

string

None.

PassErrorCount

integer

None.

IsLocked

boolean

None.

VerificationCode

string

None.

VerificationPassExpireTime

date

None.

AuditState

string

None.

AuditStateName

string

None.

ImageUrl

string

None.

CreateTime

date

None.

IdentityId

string

None.

IsSys

boolean

None.

OrganizationNo

string

None.

OrganizationName

string

None.

Birthday

date

None.

AreaCode

string

None.

AreaName

string

None.

AreaList

Collection of TAreaRelationModel

None.

ParentNo

string

None.

ParentName

string

None.

DeptNo

string

None.

DeptName

string

None.

AddressID

string

None.

AddressModel

AddressInfoModel

None.

IdFrontPhotoUrl

string

None.

IdBackPhotoUrl

string

None.

isNoCarCarrierPlatformUser

integer

None.

CompanyID

string

None.

NoCarCompanyID

string

None.

CompanyName

string

None.

NoCarCompanyName

string

None.

RecommendationCode

string

None.

UserFeature

string

None.

UserTypeStr

string

None.

isNoCarCarrierPlatformUserStr

string

None.

Request Formats

application/json, text/json

Sample:
{
  "SmsCode": "sample string 1",
  "ChkCode": "sample string 2",
  "Id": "sample string 3",
  "UserID": "sample string 4",
  "UserNo": "sample string 5",
  "UserName": "sample string 6",
  "LoginID": "sample string 7",
  "UserPost": "sample string 8",
  "UserPostName": "sample string 9",
  "Password": "sample string 10",
  "Mobile": "sample string 11",
  "EMail": "sample string 12",
  "Sex": 1,
  "UserType": 1,
  "FatherUserNo": "sample string 13",
  "Orderby": 1,
  "LoginDT": "2026-01-07T14:56:10.2016732+08:00",
  "IsOnline": true,
  "IsAllowed": true,
  "IsAllowedName": "sample string 14",
  "BeginTime": "2026-01-07T14:56:10.2016732+08:00",
  "EndTime": "2026-01-07T14:56:10.2016732+08:00",
  "IsOTP": true,
  "IsInPhase": true,
  "UserPath": "sample string 15",
  "Status": true,
  "StatusName": "sample string 16",
  "PassErrorCount": 1,
  "IsLocked": true,
  "VerificationCode": "sample string 17",
  "VerificationPassExpireTime": "2026-01-07T14:56:10.2016732+08:00",
  "AuditState": "sample string 18",
  "AuditStateName": "sample string 19",
  "ImageUrl": "sample string 20",
  "CreateTime": "2026-01-07T14:56:10.2016732+08:00",
  "IdentityId": "sample string 21",
  "IsSys": true,
  "OrganizationNo": "sample string 22",
  "OrganizationName": "sample string 23",
  "Birthday": "2026-01-07T14:56:10.2016732+08:00",
  "AreaCode": "sample string 24",
  "AreaName": "sample string 25",
  "AreaList": [
    {
      "AreaRelationId": "sample string 1",
      "RelationId": "sample string 2",
      "AreaCode": "sample string 3",
      "AreaName": "sample string 4"
    },
    {
      "AreaRelationId": "sample string 1",
      "RelationId": "sample string 2",
      "AreaCode": "sample string 3",
      "AreaName": "sample string 4"
    }
  ],
  "ParentNo": "sample string 26",
  "ParentName": "sample string 27",
  "DeptNo": "sample string 28",
  "DeptName": "sample string 29",
  "AddressID": "sample string 30",
  "AddressModel": {
    "ID": "sample string 1",
    "address": "sample string 2",
    "cityCode": "sample string 3",
    "cityName": "sample string 4",
    "cityShortCode": "sample string 5",
    "lon": 1.1,
    "lat": 1.1,
    "updateTime": "2026-01-07T14:56:10.2016732+08:00",
    "updateUser": "sample string 6",
    "creator": "sample string 7",
    "createTime": "2026-01-07T14:56:10.2016732+08:00"
  },
  "IdFrontPhotoUrl": "sample string 31",
  "IdBackPhotoUrl": "sample string 32",
  "isNoCarCarrierPlatformUser": 1,
  "CompanyID": "sample string 33",
  "NoCarCompanyID": "sample string 34",
  "CompanyName": "sample string 35",
  "NoCarCompanyName": "sample string 36",
  "RecommendationCode": "sample string 37",
  "UserFeature": "sample string 38",
  "UserTypeStr": "sample string 39",
  "isNoCarCarrierPlatformUserStr": "sample string 40"
}

application/xml, text/xml

Sample:
<RegisterUserModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
  <AddressID xmlns="http://schemas.datacontract.org/2004/07/SysModels">sample string 30</AddressID>
  <AddressModel xmlns:d2p1="http://schemas.datacontract.org/2004/07/Models" xmlns="http://schemas.datacontract.org/2004/07/SysModels">
    <d2p1:ID>sample string 1</d2p1:ID>
    <d2p1:address>sample string 2</d2p1:address>
    <d2p1:cityCode>sample string 3</d2p1:cityCode>
    <d2p1:cityName>sample string 4</d2p1:cityName>
    <d2p1:cityShortCode>sample string 5</d2p1:cityShortCode>
    <d2p1:createTime>2026-01-07T14:56:10.2016732+08:00</d2p1:createTime>
    <d2p1:creator>sample string 7</d2p1:creator>
    <d2p1:lat>1.1</d2p1:lat>
    <d2p1:lon>1.1</d2p1:lon>
    <d2p1:updateTime>2026-01-07T14:56:10.2016732+08:00</d2p1:updateTime>
    <d2p1:updateUser>sample string 6</d2p1:updateUser>
  </AddressModel>
  <AreaCode xmlns="http://schemas.datacontract.org/2004/07/SysModels">sample string 24</AreaCode>
  <AreaList xmlns:d2p1="http://schemas.datacontract.org/2004/07/SysModels.SystemManagement" xmlns="http://schemas.datacontract.org/2004/07/SysModels">
    <d2p1:TAreaRelationModel>
      <d2p1:AreaCode>sample string 3</d2p1:AreaCode>
      <d2p1:AreaName>sample string 4</d2p1:AreaName>
      <d2p1:AreaRelationId>sample string 1</d2p1:AreaRelationId>
      <d2p1:RelationId>sample string 2</d2p1:RelationId>
    </d2p1:TAreaRelationModel>
    <d2p1:TAreaRelationModel>
      <d2p1:AreaCode>sample string 3</d2p1:AreaCode>
      <d2p1:AreaName>sample string 4</d2p1:AreaName>
      <d2p1:AreaRelationId>sample string 1</d2p1:AreaRelationId>
      <d2p1:RelationId>sample string 2</d2p1:RelationId>
    </d2p1:TAreaRelationModel>
  </AreaList>
  <AreaName xmlns="http://schemas.datacontract.org/2004/07/SysModels">sample string 25</AreaName>
  <AuditState xmlns="http://schemas.datacontract.org/2004/07/SysModels">sample string 18</AuditState>
  <AuditStateName xmlns="http://schemas.datacontract.org/2004/07/SysModels">sample string 19</AuditStateName>
  <BeginTime xmlns="http://schemas.datacontract.org/2004/07/SysModels">2026-01-07T14:56:10.2016732+08:00</BeginTime>
  <Birthday xmlns="http://schemas.datacontract.org/2004/07/SysModels">2026-01-07T14:56:10.2016732+08:00</Birthday>
  <CompanyID xmlns="http://schemas.datacontract.org/2004/07/SysModels">sample string 33</CompanyID>
  <CompanyName xmlns="http://schemas.datacontract.org/2004/07/SysModels">sample string 35</CompanyName>
  <CreateTime xmlns="http://schemas.datacontract.org/2004/07/SysModels">2026-01-07T14:56:10.2016732+08:00</CreateTime>
  <DeptName xmlns="http://schemas.datacontract.org/2004/07/SysModels">sample string 29</DeptName>
  <DeptNo xmlns="http://schemas.datacontract.org/2004/07/SysModels">sample string 28</DeptNo>
  <EMail xmlns="http://schemas.datacontract.org/2004/07/SysModels">sample string 12</EMail>
  <EndTime xmlns="http://schemas.datacontract.org/2004/07/SysModels">2026-01-07T14:56:10.2016732+08:00</EndTime>
  <FatherUserNo xmlns="http://schemas.datacontract.org/2004/07/SysModels">sample string 13</FatherUserNo>
  <IdBackPhotoUrl xmlns="http://schemas.datacontract.org/2004/07/SysModels">sample string 32</IdBackPhotoUrl>
  <IdFrontPhotoUrl xmlns="http://schemas.datacontract.org/2004/07/SysModels">sample string 31</IdFrontPhotoUrl>
  <IdentityId xmlns="http://schemas.datacontract.org/2004/07/SysModels">sample string 21</IdentityId>
  <ImageUrl xmlns="http://schemas.datacontract.org/2004/07/SysModels">sample string 20</ImageUrl>
  <IsAllowed xmlns="http://schemas.datacontract.org/2004/07/SysModels">true</IsAllowed>
  <IsAllowedName xmlns="http://schemas.datacontract.org/2004/07/SysModels">sample string 14</IsAllowedName>
  <IsInPhase xmlns="http://schemas.datacontract.org/2004/07/SysModels">true</IsInPhase>
  <IsLocked xmlns="http://schemas.datacontract.org/2004/07/SysModels">true</IsLocked>
  <IsOTP xmlns="http://schemas.datacontract.org/2004/07/SysModels">true</IsOTP>
  <IsOnline xmlns="http://schemas.datacontract.org/2004/07/SysModels">true</IsOnline>
  <IsSys xmlns="http://schemas.datacontract.org/2004/07/SysModels">true</IsSys>
  <LoginDT xmlns="http://schemas.datacontract.org/2004/07/SysModels">2026-01-07T14:56:10.2016732+08:00</LoginDT>
  <LoginID xmlns="http://schemas.datacontract.org/2004/07/SysModels">sample string 7</LoginID>
  <Mobile xmlns="http://schemas.datacontract.org/2004/07/SysModels">sample string 11</Mobile>
  <NoCarCompanyID xmlns="http://schemas.datacontract.org/2004/07/SysModels">sample string 34</NoCarCompanyID>
  <NoCarCompanyName xmlns="http://schemas.datacontract.org/2004/07/SysModels">sample string 36</NoCarCompanyName>
  <Orderby xmlns="http://schemas.datacontract.org/2004/07/SysModels">1</Orderby>
  <OrganizationName xmlns="http://schemas.datacontract.org/2004/07/SysModels">sample string 23</OrganizationName>
  <OrganizationNo xmlns="http://schemas.datacontract.org/2004/07/SysModels">sample string 22</OrganizationNo>
  <ParentName xmlns="http://schemas.datacontract.org/2004/07/SysModels">sample string 27</ParentName>
  <ParentNo xmlns="http://schemas.datacontract.org/2004/07/SysModels">sample string 26</ParentNo>
  <PassErrorCount xmlns="http://schemas.datacontract.org/2004/07/SysModels">1</PassErrorCount>
  <Password xmlns="http://schemas.datacontract.org/2004/07/SysModels">sample string 10</Password>
  <RecommendationCode xmlns="http://schemas.datacontract.org/2004/07/SysModels">sample string 37</RecommendationCode>
  <Sex xmlns="http://schemas.datacontract.org/2004/07/SysModels">1</Sex>
  <Status xmlns="http://schemas.datacontract.org/2004/07/SysModels">true</Status>
  <StatusName xmlns="http://schemas.datacontract.org/2004/07/SysModels">sample string 16</StatusName>
  <UserFeature xmlns="http://schemas.datacontract.org/2004/07/SysModels">sample string 38</UserFeature>
  <UserID xmlns="http://schemas.datacontract.org/2004/07/SysModels">sample string 4</UserID>
  <UserName xmlns="http://schemas.datacontract.org/2004/07/SysModels">sample string 6</UserName>
  <UserNo xmlns="http://schemas.datacontract.org/2004/07/SysModels">sample string 5</UserNo>
  <UserPath xmlns="http://schemas.datacontract.org/2004/07/SysModels">sample string 15</UserPath>
  <UserPost xmlns="http://schemas.datacontract.org/2004/07/SysModels">sample string 8</UserPost>
  <UserPostName xmlns="http://schemas.datacontract.org/2004/07/SysModels">sample string 9</UserPostName>
  <UserType xmlns="http://schemas.datacontract.org/2004/07/SysModels">1</UserType>
  <UserTypeStr xmlns="http://schemas.datacontract.org/2004/07/SysModels">sample string 39</UserTypeStr>
  <VerificationCode xmlns="http://schemas.datacontract.org/2004/07/SysModels">sample string 17</VerificationCode>
  <VerificationPassExpireTime xmlns="http://schemas.datacontract.org/2004/07/SysModels">2026-01-07T14:56:10.2016732+08:00</VerificationPassExpireTime>
  <isNoCarCarrierPlatformUser xmlns="http://schemas.datacontract.org/2004/07/SysModels">1</isNoCarCarrierPlatformUser>
  <isNoCarCarrierPlatformUserStr xmlns="http://schemas.datacontract.org/2004/07/SysModels">sample string 40</isNoCarCarrierPlatformUserStr>
  <ChkCode>sample string 2</ChkCode>
  <Id>sample string 3</Id>
  <SmsCode>sample string 1</SmsCode>
</RegisterUserModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.