POST api/Newsletter/DeleteNewsletterPhoto

Request Information

URI Parameters

None.

Body Parameters

NewsletterPhoto
NameDescriptionTypeAdditional information
PhotoId

integer

None.

PhotoCaption

string

None.

PhotoPath

string

None.

NewsletterId

integer

None.

CreatedBy

integer

None.

CreatedDate

date

None.

UpdatedBy

integer

None.

UpdatedDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "PhotoId": 1,
  "PhotoCaption": "sample string 2",
  "PhotoPath": "sample string 3",
  "NewsletterId": 4,
  "CreatedBy": 5,
  "CreatedDate": "2025-12-21T09:04:27.161122+00:00",
  "UpdatedBy": 1,
  "UpdatedDate": "2025-12-21T09:04:27.161122+00:00"
}

application/xml, text/xml

Sample:
<NewsletterPhoto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PDPS">
  <CreatedBy>5</CreatedBy>
  <CreatedDate>2025-12-21T09:04:27.161122+00:00</CreatedDate>
  <NewsletterId>4</NewsletterId>
  <PhotoCaption>sample string 2</PhotoCaption>
  <PhotoId>1</PhotoId>
  <PhotoPath>sample string 3</PhotoPath>
  <UpdatedBy>1</UpdatedBy>
  <UpdatedDate>2025-12-21T09:04:27.161122+00:00</UpdatedDate>
</NewsletterPhoto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

APIResponse
NameDescriptionTypeAdditional information
status

string

None.

message

string

None.

data

string

None.

Response Formats

application/json, text/json

Sample:

Sample not available.