GET api/e/ys/GetAuthCustomerInfo?memberID={memberID}

返回会员认证的客户信息

Request Information

URI Parameters

NameDescriptionTypeAdditional information
memberID

会员编号

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

apiResult.Code =0 表示存在存在已经提交的信息 into = 上次提交的信息 (是一个实体信息) AuthType= (认证类型 1 默认个人认证 2企业认证) , IsSubMitAuth = 是否可以提交认证, true 表示可以 false 表示不可以 AuthState //是否已经认证成功 true 表示已经通过认证 false 表示没有通过认证

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.