POST api/Accounting/OrderInterMarkting/DashboadSammryCommercialInvoice
Request Information
URI Parameters
None.
Body Parameters
m_ParamfilterCommercialAC| Name | Description | Type | Additional information |
|---|---|---|---|
| cust_name | string |
None. |
|
| startDate | string |
None. |
|
| toDate | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"cust_name": "sample string 1",
"startDate": "sample string 2",
"toDate": "sample string 3"
}
application/xml, text/xml
Sample:
<m_ParamfilterCommercialAC xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MRP.Domain.Models.Accounting"> <cust_name>sample string 1</cust_name> <startDate>sample string 2</startDate> <toDate>sample string 3</toDate> </m_ParamfilterCommercialAC>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.