Zola Suite Client Portal API

<back to all web services

UploadClientPortalDocumentNew

Requires Authentication
The following routes are available for this service:
POST/api2/Matter/{MatterId}/ClientDocumentsNew/
UploadClientPortalDocumentNew Parameters:
NameParameterData TypeRequiredDescription
requestListbodyList<PortalDocRequest>No
MatterIdpathintNo
NotebodystringNo
PortalDocRequest Parameters:
NameParameterData TypeRequiredDescription
FileNameformstringNo
ExtensionformstringNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml

HTTP + XML

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /api2/Matter/{MatterId}/ClientDocumentsNew/ HTTP/1.1 
Host: zolacaseway.com 
Accept: application/xml
Content-Type: application/xml
Content-Length: length

<UploadClientPortalDocumentNew xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ClientPortalService">
  <MatterId>0</MatterId>
  <Note>String</Note>
  <requestList>
    <PortalDocRequest>
      <Extension>String</Extension>
      <FileName>String</FileName>
    </PortalDocRequest>
  </requestList>
</UploadClientPortalDocumentNew>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<UploadClientPortalDocumentResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ClientPortalService" />