POST jxc_api/CustomerBrief/Print

Request Information

URI Parameters

None.

Body Parameters

CustomerBriefByCustCondition
NameDescriptionTypeAdditional information
StartDate

date

None.

EndDate

date

None.

ShowAgeList

boolean

None.

Keywords

string

None.

CustIds

Collection of integer

None.

CustCat

integer

None.

AsStartDate

date

None.

AppAsId

string

None.

AccAsId

integer

None.

HideZeroCust

boolean

None.

HideZeroAndNoBusiness

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "StartDate": "2024-05-03 21:26:18",
  "EndDate": "2024-05-03 21:26:18",
  "ShowAgeList": true,
  "Keywords": "sample string 2",
  "CustIds": [
    1,
    2
  ],
  "CustCat": 3,
  "AsStartDate": "2024-05-03 21:26:18",
  "AppAsId": "sample string 5",
  "AccAsId": 6,
  "HideZeroCust": true,
  "HideZeroAndNoBusiness": true
}

application/xml, text/xml

Sample:
<CustomerBriefByCustCondition xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Business.ReportPrint.CustomerBrief">
  <AccAsId>6</AccAsId>
  <AppAsId>sample string 5</AppAsId>
  <AsStartDate>2024-05-03T21:26:18.3812826+08:00</AsStartDate>
  <CustCat>3</CustCat>
  <CustIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </CustIds>
  <EndDate>2024-05-03T21:26:18.3812826+08:00</EndDate>
  <HideZeroAndNoBusiness>true</HideZeroAndNoBusiness>
  <HideZeroCust>true</HideZeroCust>
  <Keywords>sample string 2</Keywords>
  <ShowAgeList>true</ShowAgeList>
  <StartDate>2024-05-03T21:26:18.3812826+08:00</StartDate>
</CustomerBriefByCustCondition>

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.