POST api/Photos

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Photo
NameDescriptionTypeAdditional information
Id

integer

None.

GalleryId

integer

None.

UserId

string

None.

Bucket

string

None.

Folder

string

None.

FileName

string

None.

Height

integer

None.

Width

integer

None.

Orientation

integer

None.

Latitude

decimal number

None.

Longitude

decimal number

None.

TimeTaken

date

None.

CreateDateTime

date

None.

Sorts

Collection of Sort

None.

Url

string

None.

OriginalUrl

string

None.

HookupId

string

None.

Status

PhotoStatus

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "GalleryId": 2,
  "UserId": "sample string 3",
  "Bucket": "sample string 4",
  "Folder": "sample string 5",
  "FileName": "sample string 6",
  "Height": 7,
  "Width": 8,
  "Orientation": 9,
  "Latitude": 1.1,
  "Longitude": 1.1,
  "TimeTaken": "2025-07-18T12:36:20.3364096+00:00",
  "CreateDateTime": "2025-07-18T12:36:20.3364096+00:00",
  "Sorts": [
    {
      "Id": 1,
      "PhotoId": 2,
      "SortType": 0,
      "HookupId": "sample string 3",
      "CreateDate": "2025-07-18T12:36:20.3364096+00:00",
      "Status": 0
    },
    {
      "Id": 1,
      "PhotoId": 2,
      "SortType": 0,
      "HookupId": "sample string 3",
      "CreateDate": "2025-07-18T12:36:20.3364096+00:00",
      "Status": 0
    }
  ],
  "Url": "sample string 10",
  "OriginalUrl": "sample string 11",
  "HookupId": "sample string 12",
  "Status": 0
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.