POST api/ActivityGallery/ExportImageReport
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| param | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"ImageIds": "sample string 1",
"SelectedBU": "sample string 2",
"SelectedZone": "sample string 3",
"SelectedRegion": "sample string 4",
"SelectedTerritory": "sample string 5",
"SelectedState": "sample string 6",
"SelectedDistrict": "sample string 7",
"SelectedMandal": "sample string 8",
"SelectedVillage": "sample string 9",
"SelectedExecutor": "sample string 10",
"SelectedCustomerType": "sample string 11",
"SelectedActivityType": "sample string 12",
"SelectedPkgOrIndi": "sample string 13",
"SelectedActivity": "sample string 14",
"SelectedImageType": "sample string 15",
"SelectedCrop": "sample string 16",
"SelectedBrand": "sample string 17",
"FromDate": "sample string 18",
"ToDate": "sample string 19",
"ContentModuleType": "sample string 20",
"SelectedContentType": "sample string 21",
"SelectedSurveyType": "sample string 22",
"SelectedMonthIds": "sample string 23",
"SelectedYearIds": "sample string 24",
"LoginUserId": "sample string 25",
"LanguageId": "sample string 26"
}
application/xml, text/xml
Sample:
<ExportPdfFilterModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PMC.Data.ViewModel"> <LanguageId>sample string 26</LanguageId> <LoginUserId>sample string 25</LoginUserId> <ContentModuleType>sample string 20</ContentModuleType> <FromDate>sample string 18</FromDate> <SelectedActivity>sample string 14</SelectedActivity> <SelectedActivityType>sample string 12</SelectedActivityType> <SelectedBU>sample string 2</SelectedBU> <SelectedBrand>sample string 17</SelectedBrand> <SelectedContentType>sample string 21</SelectedContentType> <SelectedCrop>sample string 16</SelectedCrop> <SelectedCustomerType>sample string 11</SelectedCustomerType> <SelectedDistrict>sample string 7</SelectedDistrict> <SelectedExecutor>sample string 10</SelectedExecutor> <SelectedImageType>sample string 15</SelectedImageType> <SelectedMandal>sample string 8</SelectedMandal> <SelectedMonthIds>sample string 23</SelectedMonthIds> <SelectedPkgOrIndi>sample string 13</SelectedPkgOrIndi> <SelectedRegion>sample string 4</SelectedRegion> <SelectedState>sample string 6</SelectedState> <SelectedSurveyType>sample string 22</SelectedSurveyType> <SelectedTerritory>sample string 5</SelectedTerritory> <SelectedVillage>sample string 9</SelectedVillage> <SelectedYearIds>sample string 24</SelectedYearIds> <SelectedZone>sample string 3</SelectedZone> <ToDate>sample string 19</ToDate> <ImageIds>sample string 1</ImageIds> </ExportPdfFilterModel>
multipart/form-data
Sample:
<ExportPdfFilterModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PMC.Data.ViewModel"><LanguageId>sample string 26</LanguageId><LoginUserId>sample string 25</LoginUserId><ContentModuleType>sample string 20</ContentModuleType><FromDate>sample string 18</FromDate><SelectedActivity>sample string 14</SelectedActivity><SelectedActivityType>sample string 12</SelectedActivityType><SelectedBU>sample string 2</SelectedBU><SelectedBrand>sample string 17</SelectedBrand><SelectedContentType>sample string 21</SelectedContentType><SelectedCrop>sample string 16</SelectedCrop><SelectedCustomerType>sample string 11</SelectedCustomerType><SelectedDistrict>sample string 7</SelectedDistrict><SelectedExecutor>sample string 10</SelectedExecutor><SelectedImageType>sample string 15</SelectedImageType><SelectedMandal>sample string 8</SelectedMandal><SelectedMonthIds>sample string 23</SelectedMonthIds><SelectedPkgOrIndi>sample string 13</SelectedPkgOrIndi><SelectedRegion>sample string 4</SelectedRegion><SelectedState>sample string 6</SelectedState><SelectedSurveyType>sample string 22</SelectedSurveyType><SelectedTerritory>sample string 5</SelectedTerritory><SelectedVillage>sample string 9</SelectedVillage><SelectedYearIds>sample string 24</SelectedYearIds><SelectedZone>sample string 3</SelectedZone><ToDate>sample string 19</ToDate><ImageIds>sample string 1</ImageIds></ExportPdfFilterModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json, application/xml, text/xml, multipart/form-data
Sample:
Sample not available.