PATCH api/carrier/{carrierId}/docs/{documentId}
Update Carrier document record
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
carrierId | string |
Required |
|
documentId | string |
Required |
Body Parameters
CarrierDocumentRecordName | Description | Type | Additional information |
---|---|---|---|
DocumentID | string |
None. |
|
Date | date |
None. |
|
FileNETEntryDate |
The date the document was entered into FileNET |
date |
None. |
VCTableId |
The ViewCenter record table ID that represents the table the document is in |
integer |
None. |
VCRecordId |
The ViewCenter record ID that represents a document |
integer |
None. |
VCParentRecordID |
The ViewCenter parent record ID that this document record belongs too. |
integer |
None. |
VCStorageID |
The storage ID of the storage folder where the attachment is stored (internal use). |
integer |
None. |
VCFileRelativeLocation |
The folder within the storage folder the attachment is stored (internal use). |
string |
None. |
VCFileName |
The filename within the storage folder the attachment is named (internal use). |
string |
None. |
VCFileExtension |
The file extension of the attachment. |
string |
None. |
VCFileOriginalName |
The original filename of the attachment as sent to ViewCenter. |
string |
None. |
Request Formats
application/json, text/json
{ "DocumentID": "sample string 1", "Date": "2024-12-28T01:00:14.115675-07:00", "FileNETEntryDate": "2024-12-28T01:00:14.115675-07:00", "VCTableId": 2, "VCRecordId": 3, "VCParentRecordID": 1, "VCStorageID": 1, "VCFileRelativeLocation": "sample string 4", "VCFileName": "sample string 5", "VCFileExtension": "sample string 6", "VCFileOriginalName": "sample string 7" }
application/xml, text/xml
<CarrierDocumentRecord xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ClaimsVCRestApi.Models"> <Date>2024-12-28T01:00:14.115675-07:00</Date> <DocumentID>sample string 1</DocumentID> <FileNETEntryDate>2024-12-28T01:00:14.115675-07:00</FileNETEntryDate> <VCFileExtension>sample string 6</VCFileExtension> <VCFileName>sample string 5</VCFileName> <VCFileOriginalName>sample string 7</VCFileOriginalName> <VCFileRelativeLocation>sample string 4</VCFileRelativeLocation> <VCParentRecordID>1</VCParentRecordID> <VCRecordId>3</VCRecordId> <VCStorageID>1</VCStorageID> <VCTableId>2</VCTableId> </CarrierDocumentRecord>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |