POST jxc_api/ProjectedAvailableBalance/Export

Request Information

URI Parameters

None.

Body Parameters

ProjectedAvailableBalanceConditions
NameDescriptionTypeAdditional information
BillStart

date

None.

BillEnd

date

None.

ProdIds

Collection of integer

None.

ProdCatId

integer

None.

Brand

string

None.

WhIds

Collection of integer

None.

WhCatId

integer

None.

Keyword

string

None.

NoneDataAfterWhCatFilter

boolean

None.

PageIndex

integer

None.

PageSize

integer

None.

IsAp

boolean

None.

ShowDisabled

boolean

None.

WithZero

boolean

None.

IsShowSubTotal

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "BillStart": "2024-05-03 12:07:58",
  "BillEnd": "2024-05-03 12:07:58",
  "ProdIds": [
    1,
    2
  ],
  "ProdCatId": 1,
  "Brand": "sample string 2",
  "WhIds": [
    1,
    2
  ],
  "WhCatId": 3,
  "Keyword": "sample string 4",
  "NoneDataAfterWhCatFilter": true,
  "PageIndex": 6,
  "PageSize": 7,
  "IsAp": true,
  "ShowDisabled": true,
  "WithZero": true,
  "IsShowSubTotal": true
}

application/xml, text/xml

Sample:
<ProjectedAvailableBalanceConditions xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Stock">
  <BillEnd>2024-05-03T12:07:58.536356+08:00</BillEnd>
  <BillStart>2024-05-03T12:07:58.536356+08:00</BillStart>
  <Brand>sample string 2</Brand>
  <IsAp>true</IsAp>
  <IsShowSubTotal>true</IsShowSubTotal>
  <Keyword>sample string 4</Keyword>
  <NoneDataAfterWhCatFilter>true</NoneDataAfterWhCatFilter>
  <PageIndex>6</PageIndex>
  <PageSize>7</PageSize>
  <ProdCatId>1</ProdCatId>
  <ProdIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </ProdIds>
  <ShowDisabled>true</ShowDisabled>
  <WhCatId>3</WhCatId>
  <WhIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </WhIds>
  <WithZero>true</WithZero>
</ProjectedAvailableBalanceConditions>

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.