POST AgingReport/ExportToPdf
Request Information
URI Parameters
None.
Body Parameters
IConnect.Domain.Reports.SalesReport.AgingReport.ReportViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| CompanyId | integer |
None. |
|
| EffectiveDateObjectString | string |
None. |
|
| EffectiveDate | date |
None. |
|
| ExcludeBalanceOption | IConnect.Domain.Customers.BalanceOption |
None. |
|
| CustomerStatus | IConnect.Domain.Customers.CustomerStatusOption |
None. |
|
| SelectedCustomerTypes | Collection of string |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
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.SalesReport.AgingReport">
<_x003C_CompanyId_x003E_k__BackingField>1</_x003C_CompanyId_x003E_k__BackingField>
<_x003C_CustomerStatus_x003E_k__BackingField>ShomMainContact</_x003C_CustomerStatus_x003E_k__BackingField>
<_x003C_EffectiveDateObjectString_x003E_k__BackingField>sample string 2</_x003C_EffectiveDateObjectString_x003E_k__BackingField>
<_x003C_ExcludeBalanceOption_x003E_k__BackingField>Zero</_x003C_ExcludeBalanceOption_x003E_k__BackingField>
<_x003C_SelectedCustomerTypes_x003E_k__BackingField xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</_x003C_SelectedCustomerTypes_x003E_k__BackingField>
</ReportViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
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/" />