POST api/SaveOrUpdateCustomDocument
Request Information
URI Parameters
None.
Body Parameters
PMA_CustomShareDocuments| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomDocumentId | integer |
None. |
|
| DocumentName | string |
None. |
|
| Description | string |
None. |
|
| DocumentType | string |
None. |
|
| ProjectId | integer |
None. |
|
| Link | string |
None. |
|
| CreatedDate | date |
None. |
|
| UserIDCreated | integer |
None. |
|
| ModifiedDate | date |
None. |
|
| UserIDModified | integer |
None. |
|
| Comments | string |
None. |
|
| RowStatus | string |
None. |
|
| PageName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CustomDocumentId": 1,
"DocumentName": "sample string 2",
"Description": "sample string 3",
"DocumentType": "sample string 4",
"ProjectId": 1,
"Link": "sample string 5",
"CreatedDate": "2025-11-01T00:45:41.1872604-04:00",
"UserIDCreated": 7,
"ModifiedDate": "2025-11-01T00:45:41.1872604-04:00",
"UserIDModified": 1,
"Comments": "sample string 8",
"RowStatus": "sample string 9",
"PageName": "sample string 10"
}
application/xml, text/xml
Sample:
<PMA_CustomShareDocuments xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Goaa.iPro.Data.Admin"> <Comments>sample string 8</Comments> <CreatedDate>2025-11-01T00:45:41.1872604-04:00</CreatedDate> <CustomDocumentId>1</CustomDocumentId> <Description>sample string 3</Description> <DocumentName>sample string 2</DocumentName> <DocumentType>sample string 4</DocumentType> <Link>sample string 5</Link> <ModifiedDate>2025-11-01T00:45:41.1872604-04:00</ModifiedDate> <PageName>sample string 10</PageName> <ProjectId>1</ProjectId> <RowStatus>sample string 9</RowStatus> <UserIDCreated>7</UserIDCreated> <UserIDModified>1</UserIDModified> </PMA_CustomShareDocuments>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.