POST UserAssets/SaveGallaryImage/{UserID}/{isThemeProject}/{siteCodeID}/{UploadType}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
UserID

globally unique identifier

Required

isThemeProject

boolean

Required

siteCodeID

integer

Required

UploadType

string

Default value is d

Body Parameters

None.

Response Information

Resource Description

UserAsset
NameDescriptionTypeAdditional information
UserID

globally unique identifier

None.

UserAssetSource

string

None.

ErrorText

string

None.

IsValidFileSize

boolean

None.

InvalidFileMessage

string

None.

ActualFileNameOrURL

string

None.

IsTemp

boolean

None.

ThumbnailUrl

string

None.

RotateAngle

decimal number

None.

IsLowResolution

boolean

None.

isARCapturedAsset

boolean

None.

Id

globally unique identifier

None.

UserAssetID

globally unique identifier

None.

AssetType

integer

None.

Top

decimal number

None.

Left

decimal number

None.

Height

decimal number

None.

Width

decimal number

None.

Layer

integer

None.

Rotation

integer

None.

Url

string

None.

CreatedDateUTC

date

None.

IsKeepImage

boolean

None.

Response Formats

application/json, text/json, text/html

Sample:
{
  "UserID": "348de198-53e5-48d5-9180-5cf5bd336335",
  "UserAssetSource": "sample string 2",
  "ErrorText": "sample string 3",
  "IsValidFileSize": true,
  "InvalidFileMessage": "sample string 5",
  "ActualFileNameOrURL": "sample string 6",
  "IsTemp": true,
  "ThumbnailUrl": "sample string 8",
  "RotateAngle": 9.1,
  "IsLowResolution": true,
  "isARCapturedAsset": true,
  "Id": "faea41b1-d75d-44f1-881a-5f394e228600",
  "UserAssetID": "862d410e-01aa-4244-a56b-95964b9fdbf1",
  "AssetType": 14,
  "Top": 15.1,
  "Left": 16.1,
  "Height": 17.1,
  "Width": 18.1,
  "Layer": 19,
  "Rotation": 20,
  "Url": "sample string 21",
  "CreatedDateUTC": "2025-08-30T18:42:53.3174675+00:00",
  "IsKeepImage": true
}

application/xml, text/xml

Sample:
<UserAsset xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tervis.Customyzer.Services.Web.API.Models">
  <AssetType>14</AssetType>
  <CreatedDateUTC>2025-08-30T18:42:53.3174675+00:00</CreatedDateUTC>
  <Height>17.1</Height>
  <Id>faea41b1-d75d-44f1-881a-5f394e228600</Id>
  <IsKeepImage>true</IsKeepImage>
  <Layer>19</Layer>
  <Left>16.1</Left>
  <Rotation>20</Rotation>
  <Top>15.1</Top>
  <Url>sample string 21</Url>
  <UserAssetID>862d410e-01aa-4244-a56b-95964b9fdbf1</UserAssetID>
  <Width>18.1</Width>
  <ActualFileNameOrURL>sample string 6</ActualFileNameOrURL>
  <ErrorText>sample string 3</ErrorText>
  <InvalidFileMessage>sample string 5</InvalidFileMessage>
  <IsLowResolution>true</IsLowResolution>
  <IsTemp>true</IsTemp>
  <IsValidFileSize>true</IsValidFileSize>
  <RotateAngle>9.1</RotateAngle>
  <ThumbnailUrl>sample string 8</ThumbnailUrl>
  <UserAssetSource>sample string 2</UserAssetSource>
  <UserID>348de198-53e5-48d5-9180-5cf5bd336335</UserID>
  <isARCapturedAsset>true</isARCapturedAsset>
</UserAsset>