GET api/{database}/Documents/PermanenceOverview?format={format}
No Documentation Found.
Request Information
Parameters
| Name | Description | Additional information | 
|---|---|---|
| permanenceReportCriteria | No Documentation Found. | 
                         Define this parameter in the request body.  | 
        
| format | No Documentation Found. | 
                         Define this parameter in the request URI.  | 
        
Request body formats
application/json, text/json
            Sample:
        
{
  "fiscalYear": 1,
  "accountIdFrom": "sample string 2",
  "accountIdTo": "sample string 3",
  "journalIdFrom": "sample string 4",
  "journalIdTo": "sample string 5",
  "permanenceReportFilterType": 0,
  "showSpittedBookingLines": true,
  "showOnlySplittedBookingLinesOfPermanenceStartYear": true,
  "permanenceReportOrderBy": 0
}
        application/xml, text/xml
            Sample:
        <PermanenceReportCriteria xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.Reporting.Financial.Commands"> <_x003C_AccountIdFrom_x003E_k__BackingField>sample string 2</_x003C_AccountIdFrom_x003E_k__BackingField> <_x003C_AccountIdTo_x003E_k__BackingField>sample string 3</_x003C_AccountIdTo_x003E_k__BackingField> <_x003C_FiscalYear_x003E_k__BackingField>1</_x003C_FiscalYear_x003E_k__BackingField> <_x003C_JournalIdFrom_x003E_k__BackingField>sample string 4</_x003C_JournalIdFrom_x003E_k__BackingField> <_x003C_JournalIdTo_x003E_k__BackingField>sample string 5</_x003C_JournalIdTo_x003E_k__BackingField> <_x003C_PermanenceReportFilterType_x003E_k__BackingField>ShowOnlyNotSplittedPermanenceLines</_x003C_PermanenceReportFilterType_x003E_k__BackingField> <_x003C_PermanenceReportOrderBy_x003E_k__BackingField>BookingsDate</_x003C_PermanenceReportOrderBy_x003E_k__BackingField> <_x003C_ShowOnlySplittedBookingLinesOfPermanenceStartYear_x003E_k__BackingField>true</_x003C_ShowOnlySplittedBookingLinesOfPermanenceStartYear_x003E_k__BackingField> <_x003C_ShowSpittedBookingLines_x003E_k__BackingField>true</_x003C_ShowSpittedBookingLines_x003E_k__BackingField> </PermanenceReportCriteria>
application/x-www-form-urlencoded
            Sample: