Project Album image upload

After uploading album Image to s3 call this endpoint to update album image

/ProjectAlbumImage

Query string

ParameterRequiredValueDescription
duplicateMandatoryUser InputInteger(1/2)1 = new copy, 2 = new revision
s3UploadMandatoryUser InputInteger(0/1) 1 after upload to s3

Headers

ParameterRequiredValue
TokenKeyMandatoryUser Input
Content-TypeMandatoryapplication/json
pinProjectIdMandatoryUser Input

Body

ParameterRequiredValue
PINProjectIDMandatoryUser Input
ProjectAlbumIDMandatoryUser Input
ImageSizeMandatoryUser Input
OriginalFileNameMandatoryUser Input
ImageDescriptionMandatoryUser Input
ImageNameMandatoryUser Input
ImageTitleMandatoryUser Input

Project Album image Entity

Property NameDescription
PINProjectIDInteger
ProjectAlbumIDInteger
ImageSizeDouble
OriginalFileNameString(Name of image Uploaded)
ImageNameString (GUID provided by s3 after Upload.)
ImageDescriptionString
ImageTitleString