Edit Document Attributes
You can edit document attribute from here
/ProjectDocumentEx/EditDocumentAttributes
Query String
| Parameter | Required | Value |
|---|---|---|
| externalUser | Mandatory | 1 |
Request Header
| Parameter | Required | Value |
|---|---|---|
| TokenKey | Mandatory | User Input |
| ModuleKeyRequest | Mandatory | PWP |
| Accept-Language | Optional | en-US |
| Accept-Encoding | Optional | gzip |
| Content-Type | Mandatory | application/json |
Request Body
| Parameter | Required | Value |
|---|---|---|
| CurrentCheckOutStatus | Mandatory | User Input |
| Discipline | Mandatory | User Input |
| SheetDescription | Mandatory | User Input |
| IsDescriptionChanged | Mandatory | User Input |
| IsDisciplineChanged | Mandatory | User Input |
| DocumentName | Mandatory | User Input |
| EncryptDocumentID | Mandatory | User Input |
| EncryptDocumentRevisionID | Mandatory | User Input |
| RevisionDate | Mandatory | User Input |
| EncryptedPINProjectID | Mandatory | User Input |
| PrevDocumentName | Mandatory | User Input |
Example
externalUser:1TokenKey:Your Token Key
ModuleKeyRequest:PWP
Accept-Language:en-US
Accept-Encoding:gzip
Content-Type:application/json[{
"CurrentCheckOutStatus":"ChekedIn",
"Discipline":"Architectural",
"SheetDescription":"test0001",
"IsDescriptionChanged":"TRUE",
"IsDisciplineChanged":"TRUE",
"DocumentName":"bipu%3b - Copy (90).pdf",
"EncryptDocumentID":"cfGAUrLLN%4032LXp8MmL4bw%3d%3d",
"EncryptDocumentRevisionID":"LSO6EKwupM5MIXW%40efsDpQ%3d%3d",
"RevisionDate":"09-14-2016 19:10:00",
"EncryptedPINProjectID":"iHscHF14EIyPtewTSERGJw%3d%3d",
"PrevDocumentName":"bipu%3b - Copy (9).pdf"
}]If iailed return failed list
Otherwise return nothingUpdated about 1 year ago
