POST jxc_api/SalesOrderSummary/Print

Request Information

URI Parameters

None.

Body Parameters

SalesOrderSummaryConditions
NameDescriptionTypeAdditional information
Start

date

None.

End

date

None.

AggregateCriteria

AggregateCriteria

None.

IsAp

boolean

None.

IsGrossProfit

boolean

None.

PageIndex

integer

None.

PageSize

integer

None.

UsePager

boolean

None.

KeyWord

string

None.

IsShowSubTotal

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Start": "2024-11-25 03:00:47",
  "End": "2024-11-25 03:00:47",
  "AggregateCriteria": 1010,
  "IsAp": true,
  "IsGrossProfit": true,
  "PageIndex": 5,
  "PageSize": 6,
  "UsePager": true,
  "KeyWord": "sample string 8",
  "IsShowSubTotal": true
}

application/xml, text/xml

Sample:
<SalesOrderSummaryConditions xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.Sell">
  <AggregateCriteria>Order</AggregateCriteria>
  <End>2024-11-25T03:00:47.051187+08:00</End>
  <IsAp>true</IsAp>
  <IsGrossProfit>true</IsGrossProfit>
  <IsShowSubTotal>true</IsShowSubTotal>
  <KeyWord>sample string 8</KeyWord>
  <PageIndex>5</PageIndex>
  <PageSize>6</PageSize>
  <Start>2024-11-25T03:00:47.051187+08:00</Start>
  <UsePager>true</UsePager>
</SalesOrderSummaryConditions>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.