POST api/Credit/RefreshDialCustomers

Request Information

URI Parameters

None.

Body Parameters

Credit_UserBasicInfo
NameDescriptionTypeAdditional information
UserId

string

None.

Mobile

string

None.

OpenId

string

None.

RegisterIp

string

None.

LastLoginDate

date

None.

AvatarUrl

string

None.

NickName

string

None.

Gender

string

None.

Province

string

None.

City

string

None.

County

string

None.

Address

string

None.

Email

string

None.

CreateDate

date

None.

Role

integer

None.

Enabled

integer

None.

Longitude

string

None.

Latitude

string

None.

Location

string

None.

OrganId

string

None.

OrganName

string

None.

AuthentName

string

None.

Password

string

None.

IsTest

integer

None.

UserType

integer

None.

AgentOpenId

string

None.

AgentUserId

string

None.

AgentUserName

string

None.

AgentUserMobile

string

None.

AreaName

string

None.

NetSpot

string

None.

Town

string

None.

Street

string

None.

Rough

string

None.

LocalResult

string

None.

WxOpenId

string

None.

WxSource

string

None.

Request Formats

application/json, text/json

Sample:
{
  "UserId": "sample string 1",
  "Mobile": "sample string 2",
  "OpenId": "sample string 3",
  "RegisterIp": "sample string 4",
  "LastLoginDate": "2025-12-17T11:16:55.0358452+08:00",
  "AvatarUrl": "sample string 5",
  "NickName": "sample string 6",
  "Gender": "sample string 7",
  "Province": "sample string 8",
  "City": "sample string 9",
  "County": "sample string 10",
  "Address": "sample string 11",
  "Email": "sample string 12",
  "CreateDate": "2025-12-17T11:16:55.0358452+08:00",
  "Role": 1,
  "Enabled": 1,
  "Longitude": "sample string 13",
  "Latitude": "sample string 14",
  "Location": "sample string 15",
  "OrganId": "sample string 16",
  "OrganName": "sample string 17",
  "AuthentName": "sample string 18",
  "Password": "sample string 19",
  "IsTest": 1,
  "UserType": 1,
  "AgentOpenId": "sample string 20",
  "AgentUserId": "sample string 21",
  "AgentUserName": "sample string 22",
  "AgentUserMobile": "sample string 23",
  "AreaName": "sample string 24",
  "NetSpot": "sample string 25",
  "Town": "sample string 26",
  "Street": "sample string 27",
  "Rough": "sample string 28",
  "LocalResult": "sample string 29",
  "WxOpenId": "sample string 30",
  "WxSource": "sample string 31"
}

application/xml, text/xml

Sample:
<Credit_UserBasicInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BPMS.Entity">
  <Address>sample string 11</Address>
  <AgentOpenId>sample string 20</AgentOpenId>
  <AgentUserId>sample string 21</AgentUserId>
  <AgentUserMobile>sample string 23</AgentUserMobile>
  <AgentUserName>sample string 22</AgentUserName>
  <AreaName>sample string 24</AreaName>
  <AuthentName>sample string 18</AuthentName>
  <AvatarUrl>sample string 5</AvatarUrl>
  <City>sample string 9</City>
  <County>sample string 10</County>
  <CreateDate>2025-12-17T11:16:55.0358452+08:00</CreateDate>
  <Email>sample string 12</Email>
  <Enabled>1</Enabled>
  <Gender>sample string 7</Gender>
  <IsTest>1</IsTest>
  <LastLoginDate>2025-12-17T11:16:55.0358452+08:00</LastLoginDate>
  <Latitude>sample string 14</Latitude>
  <LocalResult>sample string 29</LocalResult>
  <Location>sample string 15</Location>
  <Longitude>sample string 13</Longitude>
  <Mobile>sample string 2</Mobile>
  <NetSpot>sample string 25</NetSpot>
  <NickName>sample string 6</NickName>
  <OpenId>sample string 3</OpenId>
  <OrganId>sample string 16</OrganId>
  <OrganName>sample string 17</OrganName>
  <Password>sample string 19</Password>
  <Province>sample string 8</Province>
  <RegisterIp>sample string 4</RegisterIp>
  <Role>1</Role>
  <Rough>sample string 28</Rough>
  <Street>sample string 27</Street>
  <Town>sample string 26</Town>
  <UserId>sample string 1</UserId>
  <UserType>1</UserType>
  <WxOpenId>sample string 30</WxOpenId>
  <WxSource>sample string 31</WxSource>
</Credit_UserBasicInfo>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Credit_UserBasicInfo'.

Response Information

Resource Description

ApiResult
NameDescriptionTypeAdditional information
code

integer

None.

msg

string

None.

errMsg

string

None.

data

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "code": 1,
  "msg": "sample string 2",
  "errMsg": "sample string 3",
  "data": {}
}

application/xml, text/xml

Sample:
<ApiResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BPMS.OpenApi.Model.ManageBase">
  <code>1</code>
  <data />
  <errMsg>sample string 3</errMsg>
  <msg>sample string 2</msg>
</ApiResult>