POST jxc_api/Balances/ShareLink

Request Information

URI Parameters

None.

Body Parameters

StockBalanceSearchCondition
NameDescriptionTypeAdditional information
StockDate

date

None.

WhIds

Collection of integer

None.

ShowDisableWh

boolean

None.

WhCatId

Collection of integer

None.

WhRange

integer

None.

ProdIds

Collection of integer

None.

CatId

Collection of integer

None.

Spec

string

None.

WithZero

boolean

None.

WithMinus

boolean

None.

ShowDisableProd

boolean

None.

UseAP

boolean

None.

Keyword

string

None.

LoadPrice

boolean

None.

NoneDataAfterWhCatFilter

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "StockDate": "2024-05-03 12:20:05",
  "WhIds": [
    1,
    2
  ],
  "ShowDisableWh": true,
  "WhCatId": [
    1,
    2
  ],
  "WhRange": 3,
  "ProdIds": [
    1,
    2
  ],
  "CatId": [
    1,
    2
  ],
  "Spec": "sample string 4",
  "WithZero": true,
  "WithMinus": true,
  "ShowDisableProd": true,
  "UseAP": true,
  "Keyword": "sample string 9",
  "LoadPrice": true,
  "NoneDataAfterWhCatFilter": true
}

application/xml, text/xml

Sample:
<StockBalanceSearchCondition xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Stock">
  <_x003C_CatId_x003E_k__BackingField xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </_x003C_CatId_x003E_k__BackingField>
  <_x003C_Keyword_x003E_k__BackingField>sample string 9</_x003C_Keyword_x003E_k__BackingField>
  <_x003C_LoadPrice_x003E_k__BackingField>true</_x003C_LoadPrice_x003E_k__BackingField>
  <_x003C_NoneDataAfterWhCatFilter_x003E_k__BackingField>true</_x003C_NoneDataAfterWhCatFilter_x003E_k__BackingField>
  <_x003C_ProdIds_x003E_k__BackingField xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </_x003C_ProdIds_x003E_k__BackingField>
  <_x003C_ShowDisableProd_x003E_k__BackingField>true</_x003C_ShowDisableProd_x003E_k__BackingField>
  <_x003C_ShowDisableWh_x003E_k__BackingField>true</_x003C_ShowDisableWh_x003E_k__BackingField>
  <_x003C_Spec_x003E_k__BackingField>sample string 4</_x003C_Spec_x003E_k__BackingField>
  <_x003C_StockDate_x003E_k__BackingField>2024-05-03T12:20:05.2460291+08:00</_x003C_StockDate_x003E_k__BackingField>
  <_x003C_UseAP_x003E_k__BackingField>true</_x003C_UseAP_x003E_k__BackingField>
  <_x003C_WhCatId_x003E_k__BackingField xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </_x003C_WhCatId_x003E_k__BackingField>
  <_x003C_WhIds_x003E_k__BackingField xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </_x003C_WhIds_x003E_k__BackingField>
  <_x003C_WhRange_x003E_k__BackingField>3</_x003C_WhRange_x003E_k__BackingField>
  <_x003C_WithMinus_x003E_k__BackingField>true</_x003C_WithMinus_x003E_k__BackingField>
  <_x003C_WithZero_x003E_k__BackingField>true</_x003C_WithZero_x003E_k__BackingField>
</StockBalanceSearchCondition>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

SharedMessage
NameDescriptionTypeAdditional information
FileUrl

string

None.

Response Formats

application/json, text/json

Sample:
{
  "FileUrl": "sample string 1"
}

application/xml, text/xml

Sample:
<SharedMessage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.WebApi.Models">
  <FileUrl>sample string 1</FileUrl>
</SharedMessage>