POST filelist/FileAction/RevisionNotes
Request Information
URI Parameters
None.
Body Parameters
FileRevisionUploadDtoName | Description | Type | Additional information |
---|---|---|---|
FileId | globally unique identifier |
None. |
|
FileActionId | integer |
None. |
|
UserId | integer |
None. |
|
Notes | string |
None. |
|
LineItemId | integer |
None. |
|
FileName | string |
None. |
|
ActivityId | integer |
None. |
|
FileStatusId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "FileId": "1e833b11-bd13-490d-bc21-16a0028c1bd4", "FileActionId": 2, "UserId": 3, "Notes": "sample string 4", "LineItemId": 5, "FileName": "sample string 6", "ActivityId": 7, "FileStatusId": 8 }
Response Information
Resource Description
FileRevisionUploadReturnDtoName | Description | Type | Additional information |
---|---|---|---|
RevisionNotesSucess | boolean |
None. |
Response Information
Response body formats
application/json, text/json
Sample:
{ "RevisionNotesSucess": true }