POST UpdateUserIdentity

Request Information

URI Parameters

None.

Body Parameters

UserIdentityDTO
NameDescriptionTypeAdditional information
CustomerNo

string

None.

FullName

string

None.

CollegeName

string

None.

IdCardPic

string

None.

IdCardBackPic

string

None.

IdCard

string

None.

CredentialsPic

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CustomerNo": "sample string 1",
  "FullName": "sample string 2",
  "CollegeName": "sample string 3",
  "IdCardPic": "sample string 4",
  "IdCardBackPic": "sample string 5",
  "IdCard": "sample string 6",
  "CredentialsPic": "sample string 7"
}

application/xml, text/xml

Sample:
<UserIdentityDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Zs.Ylx.Resources.Entity.DTO">
  <CollegeName>sample string 3</CollegeName>
  <CredentialsPic>sample string 7</CredentialsPic>
  <CustomerNo>sample string 1</CustomerNo>
  <FullName>sample string 2</FullName>
  <IdCard>sample string 6</IdCard>
  <IdCardBackPic>sample string 5</IdCardBackPic>
  <IdCardPic>sample string 4</IdCardPic>
</UserIdentityDTO>

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 'UserIdentityDTO'.

Response Information

Resource Description

None.