Documents Test
Finance/Documents/Settings
Get configuration settings for uploading documents.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/Finance/Documents/Settings

URI Parameters

This resource has no URI (Query) parameters.

Request Body

None.

No request body.

Response object type : DocumentSettings

Response object type DocumentSettings has the following properties.
Property Name Data Type Length Required Readonly Notes
MaxAllowedContentLength integer
MaxArrayLength integer
MaxReceivedMessageSize integer
MaxRequestLength integer
MaxStringContentLength integer
{
  "MaxRequestLength": 1,
  "MaxAllowedContentLength": 2,
  "MaxReceivedMessageSize": 3,
  "MaxStringContentLength": 4,
  "MaxArrayLength": 5
}
<DocumentSettings xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <MaxAllowedContentLength>2</MaxAllowedContentLength>
  <MaxArrayLength>5</MaxArrayLength>
  <MaxReceivedMessageSize>3</MaxReceivedMessageSize>
  <MaxRequestLength>1</MaxRequestLength>
  <MaxStringContentLength>4</MaxStringContentLength>
</DocumentSettings>

No entries in change log for this operation.