Project Album image upload
After uploading album Image to s3 call this endpoint to update album image
/ProjectAlbumImage
Query string
Parameter | Required | Value | Description |
---|---|---|---|
duplicate | Mandatory | User Input | Integer(1/2)1 = new copy, 2 = new revision |
s3Upload | Mandatory | User Input | Integer(0/1) 1 after upload to s3 |
Headers
Parameter | Required | Value |
---|---|---|
TokenKey | Mandatory | User Input |
Content-Type | Mandatory | application/json |
pinProjectId | Mandatory | User Input |
Body
Parameter | Required | Value |
---|---|---|
PINProjectID | Mandatory | User Input |
ProjectAlbumID | Mandatory | User Input |
ImageSize | Mandatory | User Input |
OriginalFileName | Mandatory | User Input |
ImageDescription | Mandatory | User Input |
ImageName | Mandatory | User Input |
ImageTitle | Mandatory | User Input |
Project Album image Entity
Property Name | Description |
---|---|
PINProjectID | Integer |
ProjectAlbumID | Integer |
ImageSize | Double |
OriginalFileName | String(Name of image Uploaded) |
ImageName | String (GUID provided by s3 after Upload.) |
ImageDescription | String |
ImageTitle | String |
Updated less than a minute ago