GET api/DeleteProjectPictures/{projectPictureIds}/{loggedInUserId}/{projectId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
projectPictureIds

string

Required

loggedInUserId

integer

Required

projectId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of PMAProjectPictures
NameDescriptionTypeAdditional information
ProjectPictureID

integer

None.

ProjectId

integer

None.

Name

string

None.

Attachment

string

None.

UserIDCreated

integer

None.

CreatedDate

date

None.

UserIDModified

integer

None.

ModifiedDate

date

None.

RowStatus

string

None.

FY

integer

None.

Month

integer

None.

FiscalYear

string

None.

PicMonth

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ProjectPictureID": 1,
    "ProjectId": 2,
    "Name": "sample string 3",
    "Attachment": "sample string 4",
    "UserIDCreated": 5,
    "CreatedDate": "2025-05-31T14:02:42.1106594-04:00",
    "UserIDModified": 1,
    "ModifiedDate": "2025-05-31T14:02:42.1106594-04:00",
    "RowStatus": "sample string 6",
    "FY": 7,
    "Month": 8,
    "FiscalYear": "sample string 9",
    "PicMonth": "sample string 10"
  },
  {
    "ProjectPictureID": 1,
    "ProjectId": 2,
    "Name": "sample string 3",
    "Attachment": "sample string 4",
    "UserIDCreated": 5,
    "CreatedDate": "2025-05-31T14:02:42.1106594-04:00",
    "UserIDModified": 1,
    "ModifiedDate": "2025-05-31T14:02:42.1106594-04:00",
    "RowStatus": "sample string 6",
    "FY": 7,
    "Month": 8,
    "FiscalYear": "sample string 9",
    "PicMonth": "sample string 10"
  }
]

application/xml, text/xml

Sample:
<ArrayOfPMAProjectPictures xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Goaa.iPro.Data.Admin.CustomClasses">
  <PMAProjectPictures>
    <Attachment>sample string 4</Attachment>
    <CreatedDate>2025-05-31T14:02:42.1106594-04:00</CreatedDate>
    <FY>7</FY>
    <FiscalYear>sample string 9</FiscalYear>
    <ModifiedDate>2025-05-31T14:02:42.1106594-04:00</ModifiedDate>
    <Month>8</Month>
    <Name>sample string 3</Name>
    <PicMonth>sample string 10</PicMonth>
    <ProjectId>2</ProjectId>
    <ProjectPictureID>1</ProjectPictureID>
    <RowStatus>sample string 6</RowStatus>
    <UserIDCreated>5</UserIDCreated>
    <UserIDModified>1</UserIDModified>
  </PMAProjectPictures>
  <PMAProjectPictures>
    <Attachment>sample string 4</Attachment>
    <CreatedDate>2025-05-31T14:02:42.1106594-04:00</CreatedDate>
    <FY>7</FY>
    <FiscalYear>sample string 9</FiscalYear>
    <ModifiedDate>2025-05-31T14:02:42.1106594-04:00</ModifiedDate>
    <Month>8</Month>
    <Name>sample string 3</Name>
    <PicMonth>sample string 10</PicMonth>
    <ProjectId>2</ProjectId>
    <ProjectPictureID>1</ProjectPictureID>
    <RowStatus>sample string 6</RowStatus>
    <UserIDCreated>5</UserIDCreated>
    <UserIDModified>1</UserIDModified>
  </PMAProjectPictures>
</ArrayOfPMAProjectPictures>