POST api/Accounting/OrderInterMarkting/GetExportOrderInterMarkting
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
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |