POST MissingGlCodesReport/ExportToExcel

Request Information

URI Parameters

None.

Body Parameters

IConnect.Domain.Reports.Common.MissingGlCodesReport.ReportViewModel
NameDescriptionTypeAdditional information
SelectedEntityType

IConnect.Domain.GlCodeAssignedTo

None.

PageIndex

integer

None.

PageSize

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "SelectedEntityType": 0,
  "PageIndex": 1,
  "PageSize": 1
}

application/xml, text/xml

Sample:
<ReportViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Reports.Common.MissingGlCodesReport">
  <_x003C_PageIndex_x003E_k__BackingField>1</_x003C_PageIndex_x003E_k__BackingField>
  <_x003C_PageSize_x003E_k__BackingField>1</_x003C_PageSize_x003E_k__BackingField>
  <_x003C_SelectedEntityType_x003E_k__BackingField>None</_x003C_SelectedEntityType_x003E_k__BackingField>
</ReportViewModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />