PUT api/PhotoTag

Edits an existing PhotoTag.

Request Information

URI Parameters

None.

Body Parameters

PhotoTag.

PhotoTag
NameDescriptionTypeAdditional information
UpdateType

string

None.

PhotoTagId

integer

None.

Tag

string

None.

PhotoCount

integer

None.

UpdatedDate

date

None.

UpdatedBy

string

None.

UpdatedByName

string

None.

GlobalId

string

None.

OrganizationId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "UpdateType": "sample string 1",
  "PhotoTagId": 2,
  "Tag": "sample string 3",
  "PhotoCount": 1,
  "UpdatedDate": "2025-01-16T06:43:03.4147679+00:00",
  "UpdatedBy": "sample string 4",
  "UpdatedByName": "sample string 5",
  "GlobalId": "sample string 6",
  "OrganizationId": 1
}

application/xml, text/xml

Sample:
<PhotoTag xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustomersdbWebShared.Models">
  <GlobalId>sample string 6</GlobalId>
  <OrganizationId>1</OrganizationId>
  <PhotoCount>1</PhotoCount>
  <PhotoTagId>2</PhotoTagId>
  <Tag>sample string 3</Tag>
  <UpdateType>sample string 1</UpdateType>
  <UpdatedBy>sample string 4</UpdatedBy>
  <UpdatedByName>sample string 5</UpdatedByName>
  <UpdatedDate>2025-01-16T06:43:03.4147679+00:00</UpdatedDate>
</PhotoTag>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

PhotoTag
NameDescriptionTypeAdditional information
UpdateType

string

None.

PhotoTagId

integer

None.

Tag

string

None.

PhotoCount

integer

None.

UpdatedDate

date

None.

UpdatedBy

string

None.

UpdatedByName

string

None.

GlobalId

string

None.

OrganizationId

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "UpdateType": "sample string 1",
  "PhotoTagId": 2,
  "Tag": "sample string 3",
  "PhotoCount": 1,
  "UpdatedDate": "2025-01-16T06:43:03.4303923+00:00",
  "UpdatedBy": "sample string 4",
  "UpdatedByName": "sample string 5",
  "GlobalId": "sample string 6",
  "OrganizationId": 1
}

application/xml, text/xml

Sample:
<PhotoTag xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustomersdbWebShared.Models">
  <GlobalId>sample string 6</GlobalId>
  <OrganizationId>1</OrganizationId>
  <PhotoCount>1</PhotoCount>
  <PhotoTagId>2</PhotoTagId>
  <Tag>sample string 3</Tag>
  <UpdateType>sample string 1</UpdateType>
  <UpdatedBy>sample string 4</UpdatedBy>
  <UpdatedByName>sample string 5</UpdatedByName>
  <UpdatedDate>2025-01-16T06:43:03.4303923+00:00</UpdatedDate>
</PhotoTag>