POST api/v1/sysv1/GetUserBaseInfo

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

UserInfoDto
NameDescriptionTypeAdditional information
UserId

integer

None.

Login

integer

None.

UserName

string

None.

NickName

string

None.

Avatar

string

None.

CustomerServiceUserID

integer

None.

CustomerServiceLogin

integer

None.

CustomerServiceNickName

string

None.

CustomerServiceAvatar

string

None.

InviteShareUrl

string

None.

VipLevel

integer

None.

ListAgentContact

Collection of AgentContactDto

None.

Response Formats

application/json

Sample:

Sample not available.

application/xml

Sample:
<UserInfoDto xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <UserId>1</UserId>
  <Login>2</Login>
  <UserName>sample string 3</UserName>
  <NickName>sample string 4</NickName>
  <Avatar>sample string 5</Avatar>
  <CustomerServiceUserID>6</CustomerServiceUserID>
  <CustomerServiceLogin>7</CustomerServiceLogin>
  <CustomerServiceNickName>sample string 8</CustomerServiceNickName>
  <CustomerServiceAvatar>sample string 9</CustomerServiceAvatar>
  <InviteShareUrl>sample string 10</InviteShareUrl>
  <VipLevel>11</VipLevel>
  <ListAgentContact>
    <AgentContactDto>
      <ContactType>1</ContactType>
      <ContactAccount>sample string 2</ContactAccount>
      <ContactCardUrl>sample string 3</ContactCardUrl>
      <ContactJumpUrl>sample string 4</ContactJumpUrl>
      <PositionCode>sample string 5</PositionCode>
    </AgentContactDto>
    <AgentContactDto>
      <ContactType>1</ContactType>
      <ContactAccount>sample string 2</ContactAccount>
      <ContactCardUrl>sample string 3</ContactCardUrl>
      <ContactJumpUrl>sample string 4</ContactJumpUrl>
      <PositionCode>sample string 5</PositionCode>
    </AgentContactDto>
  </ListAgentContact>
</UserInfoDto>

text/json

Sample:
{
  "UserId": 1,
  "Login": 2,
  "UserName": "sample string 3",
  "NickName": "sample string 4",
  "Avatar": "sample string 5",
  "CustomerServiceUserID": 6,
  "CustomerServiceLogin": 7,
  "CustomerServiceNickName": "sample string 8",
  "CustomerServiceAvatar": "sample string 9",
  "InviteShareUrl": "sample string 10",
  "VipLevel": 11,
  "ListAgentContact": [
    {
      "ContactType": 1,
      "ContactAccount": "sample string 2",
      "ContactCardUrl": "sample string 3",
      "ContactJumpUrl": "sample string 4",
      "ContactTypeName": "KakaoTalk",
      "PositionCode": "sample string 5"
    },
    {
      "ContactType": 1,
      "ContactAccount": "sample string 2",
      "ContactCardUrl": "sample string 3",
      "ContactJumpUrl": "sample string 4",
      "ContactTypeName": "KakaoTalk",
      "PositionCode": "sample string 5"
    }
  ]
}

text/xml

Sample:
<UserInfoDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Smart.Domain.Dto.Activity.Odd">
  <Avatar>sample string 5</Avatar>
  <CustomerServiceAvatar>sample string 9</CustomerServiceAvatar>
  <CustomerServiceLogin>7</CustomerServiceLogin>
  <CustomerServiceNickName>sample string 8</CustomerServiceNickName>
  <CustomerServiceUserID>6</CustomerServiceUserID>
  <InviteShareUrl>sample string 10</InviteShareUrl>
  <ListAgentContact xmlns:d2p1="http://schemas.datacontract.org/2004/07/Smart.Domain.Dto.Finance">
    <d2p1:AgentContactDto>
      <d2p1:ContactAccount>sample string 2</d2p1:ContactAccount>
      <d2p1:ContactCardUrl>sample string 3</d2p1:ContactCardUrl>
      <d2p1:ContactJumpUrl>sample string 4</d2p1:ContactJumpUrl>
      <d2p1:ContactType>1</d2p1:ContactType>
      <d2p1:PositionCode>sample string 5</d2p1:PositionCode>
    </d2p1:AgentContactDto>
    <d2p1:AgentContactDto>
      <d2p1:ContactAccount>sample string 2</d2p1:ContactAccount>
      <d2p1:ContactCardUrl>sample string 3</d2p1:ContactCardUrl>
      <d2p1:ContactJumpUrl>sample string 4</d2p1:ContactJumpUrl>
      <d2p1:ContactType>1</d2p1:ContactType>
      <d2p1:PositionCode>sample string 5</d2p1:PositionCode>
    </d2p1:AgentContactDto>
  </ListAgentContact>
  <Login>2</Login>
  <NickName>sample string 4</NickName>
  <UserId>1</UserId>
  <UserName>sample string 3</UserName>
  <VipLevel>11</VipLevel>
</UserInfoDto>