POST InventoryValuationByCategoryReport/ExportToPdf
Request Information
URI Parameters
None.
Body Parameters
IConnect.Domain.Reports.ProductReport.InventoryValuationReport.ReportByCategoryViewModelName | Description | Type | Additional information |
---|---|---|---|
SelectedCompany | integer |
None. |
|
SelectedCategory | integer |
None. |
|
SelectedManufacturer | integer |
None. |
|
SelectedBrand | integer |
None. |
|
IgnoreNegativeQuantities | boolean |
None. |
|
Start | date |
None. |
|
End | date |
None. |
|
StartDateObjectString | string |
None. |
|
EndDateObjectString | string |
None. |
|
SkipTimeZoneConvertion | boolean |
None. |
|
ForceImmediateExport | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "SelectedCompany": 1, "SelectedCategory": 2, "SelectedManufacturer": 3, "SelectedBrand": 4, "IgnoreNegativeQuantities": true, "Start": "2025-04-03T22:25:29.4364559-04:00", "End": "2025-04-03T22:25:29.4364559-04:00", "StartDateObjectString": "{\"year\":2025,\"month\":4,\"date\":3,\"hours\":22,\"minutes\":25,\"seconds\":29,\"miliseconds\":436}", "EndDateObjectString": "{\"year\":2025,\"month\":4,\"date\":3,\"hours\":22,\"minutes\":25,\"seconds\":29,\"miliseconds\":436}", "SkipTimeZoneConvertion": true, "ForceImmediateExport": true }
application/xml, text/xml
Sample:
<ReportByCategoryViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Reports.ProductReport.InventoryValuationReport"> <_x003C_End_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Reports">2025-04-03T22:25:29.4364559-04:00</_x003C_End_x003E_k__BackingField> <_x003C_ForceImmediateExport_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Reports">true</_x003C_ForceImmediateExport_x003E_k__BackingField> <_x003C_SkipTimeZoneConvertion_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Reports">true</_x003C_SkipTimeZoneConvertion_x003E_k__BackingField> <_x003C_Start_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Reports">2025-04-03T22:25:29.4364559-04:00</_x003C_Start_x003E_k__BackingField> <_x003C_IgnoreNegativeQuantities_x003E_k__BackingField>true</_x003C_IgnoreNegativeQuantities_x003E_k__BackingField> <_x003C_SelectedBrand_x003E_k__BackingField>4</_x003C_SelectedBrand_x003E_k__BackingField> <_x003C_SelectedCategory_x003E_k__BackingField>2</_x003C_SelectedCategory_x003E_k__BackingField> <_x003C_SelectedCompany_x003E_k__BackingField>1</_x003C_SelectedCompany_x003E_k__BackingField> <_x003C_SelectedManufacturer_x003E_k__BackingField>3</_x003C_SelectedManufacturer_x003E_k__BackingField> </ReportByCategoryViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IConnect.ReportingApi.Core.ApiFileResponseName | Description | Type | Additional information |
---|---|---|---|
StatusCode | IConnect.ReportingApi.Core.ApiStatusCode |
None. |
|
Message | string |
None. |
|
Data | string |
None. |
|
IsSuccess | boolean |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.