POST jxc_api/VendorBrief/Print

Request Information

URI Parameters

None.

Body Parameters

CustomerBriefByVendCondition
NameDescriptionTypeAdditional information
StartDate

date

None.

EndDate

date

None.

ShowAgeList

boolean

None.

Keywords

string

None.

VendIds

Collection of integer

None.

VendCat

integer

None.

AsStartDate

date

None.

AppAsId

string

None.

AccAsId

integer

None.

HideZeroVendor

boolean

None.

HideZeroAndNoBusiness

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "StartDate": "2024-11-25 02:30:45",
  "EndDate": "2024-11-25 02:30:45",
  "ShowAgeList": true,
  "Keywords": "sample string 2",
  "VendIds": [
    1,
    2
  ],
  "VendCat": 3,
  "AsStartDate": "2024-11-25 02:30:45",
  "AppAsId": "sample string 5",
  "AccAsId": 6,
  "HideZeroVendor": true,
  "HideZeroAndNoBusiness": true
}

application/xml, text/xml

Sample:
<CustomerBriefByVendCondition 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-11-25T02:30:45.462749+08:00</AsStartDate>
  <EndDate>2024-11-25T02:30:45.462749+08:00</EndDate>
  <HideZeroAndNoBusiness>true</HideZeroAndNoBusiness>
  <HideZeroVendor>true</HideZeroVendor>
  <Keywords>sample string 2</Keywords>
  <ShowAgeList>true</ShowAgeList>
  <StartDate>2024-11-25T02:30:45.462749+08:00</StartDate>
  <VendCat>3</VendCat>
  <VendIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </VendIds>
</CustomerBriefByVendCondition>

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.