POST api/Accounting/OrderInterMarkting/DashboadSammryCommercialInvoice

Request Information

URI Parameters

None.

Body Parameters

m_ParamfilterCommercialAC
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'm_ParamfilterCommercialAC'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.