PUT Admin/User/Profile

Request Information

URI Parameters

None.

Body Parameters

UserProfile
NameDescriptionTypeAdditional information
Id

integer

None.

UserId

integer

None.

Name

string

None.

FileNo

string

None.

FileUrl

string

None.

CategoryCode

string

None.

UploadedDate

date

None.

ExtendInfo

string

None.

CreatedUserId

integer

None.

UpdatedUserId

integer

None.

CreatedDate

date

None.

UpdatedDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "UserId": 2,
  "Name": "sample string 3",
  "FileNo": "sample string 4",
  "FileUrl": "sample string 5",
  "CategoryCode": "sample string 6",
  "UploadedDate": "2025-07-17T18:57:16.6173911+08:00",
  "ExtendInfo": "sample string 8",
  "CreatedUserId": 9,
  "UpdatedUserId": 10,
  "CreatedDate": "2025-07-17T18:57:16.6173911+08:00",
  "UpdatedDate": "2025-07-17T18:57:16.6173911+08:00"
}

application/xml, text/xml

Sample:
<UserProfile xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ISM.Core">
  <CategoryCode>sample string 6</CategoryCode>
  <CreatedDate>2025-07-17T18:57:16.6173911+08:00</CreatedDate>
  <CreatedUserId>9</CreatedUserId>
  <ExtendInfo>sample string 8</ExtendInfo>
  <FileNo>sample string 4</FileNo>
  <FileUrl>sample string 5</FileUrl>
  <Id>1</Id>
  <Name>sample string 3</Name>
  <UpdatedDate>2025-07-17T18:57:16.6173911+08:00</UpdatedDate>
  <UpdatedUserId>10</UpdatedUserId>
  <UploadedDate>2025-07-17T18:57:16.6173911+08:00</UploadedDate>
  <UserId>2</UserId>
</UserProfile>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:

Sample not available.