POST api/SaveProjectPicture
Request Information
URI Parameters
None.
Body Parameters
PMAProjectPictures| Name | Description | Type | Additional 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. |
Request Formats
application/json, text/json
Sample:
{
"ProjectPictureID": 1,
"ProjectId": 2,
"Name": "sample string 3",
"Attachment": "sample string 4",
"UserIDCreated": 5,
"CreatedDate": "2025-11-01T00:45:20.2545567-04:00",
"UserIDModified": 1,
"ModifiedDate": "2025-11-01T00:45:20.2545567-04:00",
"RowStatus": "sample string 6",
"FY": 7,
"Month": 8,
"FiscalYear": "sample string 9",
"PicMonth": "sample string 10"
}
application/xml, text/xml
Sample:
<PMAProjectPictures xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Goaa.iPro.Data.Admin.CustomClasses"> <Attachment>sample string 4</Attachment> <CreatedDate>2025-11-01T00:45:20.2545567-04:00</CreatedDate> <FY>7</FY> <FiscalYear>sample string 9</FiscalYear> <ModifiedDate>2025-11-01T00:45:20.2545567-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>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of PMAProjectPictures| Name | Description | Type | Additional 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-11-01T00:45:20.2545567-04:00",
"UserIDModified": 1,
"ModifiedDate": "2025-11-01T00:45:20.2545567-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-11-01T00:45:20.2545567-04:00",
"UserIDModified": 1,
"ModifiedDate": "2025-11-01T00:45:20.2545567-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-11-01T00:45:20.2545567-04:00</CreatedDate>
<FY>7</FY>
<FiscalYear>sample string 9</FiscalYear>
<ModifiedDate>2025-11-01T00:45:20.2545567-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-11-01T00:45:20.2545567-04:00</CreatedDate>
<FY>7</FY>
<FiscalYear>sample string 9</FiscalYear>
<ModifiedDate>2025-11-01T00:45:20.2545567-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>