POST api/PhotoTagItem

Creates new Photo tag item.

Request Information

URI Parameters

None.

Body Parameters

Photo Tag Item.

PhotoTagItem
NameDescriptionTypeAdditional information
PhotoTagItemId

integer

None.

PhotoTagId

integer

None.

PhotoId

integer

None.

Tag

string

None.

TagGlobalId

string

None.

PhotoGlobalId

string

None.

UpdatedDate

date

None.

UpdatedBy

string

None.

UpdatedByName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PhotoTagItemId": 1,
  "PhotoTagId": 2,
  "PhotoId": 3,
  "Tag": "sample string 4",
  "TagGlobalId": "sample string 5",
  "PhotoGlobalId": "sample string 6",
  "UpdatedDate": "2025-01-16T03:29:20.8033697+00:00",
  "UpdatedBy": "sample string 7",
  "UpdatedByName": "sample string 8"
}

application/xml, text/xml

Sample:
<PhotoTagItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustomersdbWebShared.Models">
  <PhotoGlobalId>sample string 6</PhotoGlobalId>
  <PhotoId>3</PhotoId>
  <PhotoTagId>2</PhotoTagId>
  <PhotoTagItemId>1</PhotoTagItemId>
  <Tag>sample string 4</Tag>
  <TagGlobalId>sample string 5</TagGlobalId>
  <UpdatedBy>sample string 7</UpdatedBy>
  <UpdatedByName>sample string 8</UpdatedByName>
  <UpdatedDate>2025-01-16T03:29:20.8033697+00:00</UpdatedDate>
</PhotoTagItem>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

PhotoTagItem
NameDescriptionTypeAdditional information
PhotoTagItemId

integer

None.

PhotoTagId

integer

None.

PhotoId

integer

None.

Tag

string

None.

TagGlobalId

string

None.

PhotoGlobalId

string

None.

UpdatedDate

date

None.

UpdatedBy

string

None.

UpdatedByName

string

None.

Response Formats

application/json, text/json

Sample:
{
  "PhotoTagItemId": 1,
  "PhotoTagId": 2,
  "PhotoId": 3,
  "Tag": "sample string 4",
  "TagGlobalId": "sample string 5",
  "PhotoGlobalId": "sample string 6",
  "UpdatedDate": "2025-01-16T03:29:20.8033697+00:00",
  "UpdatedBy": "sample string 7",
  "UpdatedByName": "sample string 8"
}

application/xml, text/xml

Sample:
<PhotoTagItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustomersdbWebShared.Models">
  <PhotoGlobalId>sample string 6</PhotoGlobalId>
  <PhotoId>3</PhotoId>
  <PhotoTagId>2</PhotoTagId>
  <PhotoTagItemId>1</PhotoTagItemId>
  <Tag>sample string 4</Tag>
  <TagGlobalId>sample string 5</TagGlobalId>
  <UpdatedBy>sample string 7</UpdatedBy>
  <UpdatedByName>sample string 8</UpdatedByName>
  <UpdatedDate>2025-01-16T03:29:20.8033697+00:00</UpdatedDate>
</PhotoTagItem>