POST jxc_api/VendorPriceInfo/Export

Request Information

URI Parameters

None.

Body Parameters

VCPriceInfoCondition
NameDescriptionTypeAdditional information
InfoIds

Collection of integer

None.

Keywords

string

None.

StartDate

date

None.

EndDate

date

None.

VcIds

Collection of integer

None.

ProdIds

Collection of integer

None.

VcTypeIds

Collection of integer

None.

Type

integer

None.

Source

integer

None.

ActivateStatus

integer

None.

ShowDisabled

boolean

None.

ShowDisabledProd

boolean

None.

PageIndex

integer

None.

PageSize

integer

None.

UsePager

boolean

None.

CurrUserSn

integer

None.

CanViewAllBill

boolean

None.

CanOpeAllWh

boolean

None.

OpeWhList

Collection of integer

None.

DocumentDateType

integer

None.

DocumentDateArr

Collection of date

None.

DeliveryDateType

integer

None.

DeliveryDateArr

Collection of date

None.

OffDateType

integer

None.

OffDateArr

Collection of date

None.

InventoryDateType

integer

None.

InventoryDateArr

Collection of date

None.

Request Formats

application/json, text/json

Sample:
{
  "InfoIds": [
    1,
    2
  ],
  "Keywords": "sample string 1",
  "StartDate": "2024-11-25 02:30:39",
  "EndDate": "2024-11-25 02:30:39",
  "VcIds": [
    1,
    2
  ],
  "ProdIds": [
    1,
    2
  ],
  "VcTypeIds": [
    1,
    2
  ],
  "Type": 4,
  "Source": 5,
  "ActivateStatus": 6,
  "ShowDisabled": true,
  "ShowDisabledProd": true,
  "PageIndex": 9,
  "PageSize": 10,
  "UsePager": true,
  "CurrUserSn": 12,
  "CanViewAllBill": true,
  "CanOpeAllWh": true,
  "OpeWhList": [
    1,
    2
  ],
  "DocumentDateType": 15,
  "DocumentDateArr": [
    "2024-11-25 02:30:39",
    "2024-11-25 02:30:39"
  ],
  "DeliveryDateType": 16,
  "DeliveryDateArr": [
    "2024-11-25 02:30:39",
    "2024-11-25 02:30:39"
  ],
  "OffDateType": 17,
  "OffDateArr": [
    "2024-11-25 02:30:39",
    "2024-11-25 02:30:39"
  ],
  "InventoryDateType": 18,
  "InventoryDateArr": [
    "2024-11-25 02:30:39",
    "2024-11-25 02:30:39"
  ]
}

application/xml, text/xml

Sample:
<VCPriceInfoCondition xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.NewApi.BaseData.CustomerPriceInfo">
  <_x003C_DeliveryDateArr_x003E_k__BackingField xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.Setting">
    <d2p1:dateTime>2024-11-25T02:30:39.9043281+08:00</d2p1:dateTime>
    <d2p1:dateTime>2024-11-25T02:30:39.9043281+08:00</d2p1:dateTime>
  </_x003C_DeliveryDateArr_x003E_k__BackingField>
  <_x003C_DeliveryDateType_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.Setting">16</_x003C_DeliveryDateType_x003E_k__BackingField>
  <_x003C_DocumentDateArr_x003E_k__BackingField xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.Setting">
    <d2p1:dateTime>2024-11-25T02:30:39.9043281+08:00</d2p1:dateTime>
    <d2p1:dateTime>2024-11-25T02:30:39.9043281+08:00</d2p1:dateTime>
  </_x003C_DocumentDateArr_x003E_k__BackingField>
  <_x003C_DocumentDateType_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.Setting">15</_x003C_DocumentDateType_x003E_k__BackingField>
  <_x003C_InventoryDateArr_x003E_k__BackingField xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.Setting">
    <d2p1:dateTime>2024-11-25T02:30:39.9043281+08:00</d2p1:dateTime>
    <d2p1:dateTime>2024-11-25T02:30:39.9043281+08:00</d2p1:dateTime>
  </_x003C_InventoryDateArr_x003E_k__BackingField>
  <_x003C_InventoryDateType_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.Setting">18</_x003C_InventoryDateType_x003E_k__BackingField>
  <_x003C_OffDateArr_x003E_k__BackingField xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.Setting">
    <d2p1:dateTime>2024-11-25T02:30:39.9043281+08:00</d2p1:dateTime>
    <d2p1:dateTime>2024-11-25T02:30:39.9043281+08:00</d2p1:dateTime>
  </_x003C_OffDateArr_x003E_k__BackingField>
  <_x003C_OffDateType_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.Setting">17</_x003C_OffDateType_x003E_k__BackingField>
  <_x003C_CanOpeAllWh_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Setting">true</_x003C_CanOpeAllWh_x003E_k__BackingField>
  <_x003C_CanViewAllBill_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Setting">true</_x003C_CanViewAllBill_x003E_k__BackingField>
  <_x003C_CurrUserSn_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Setting">12</_x003C_CurrUserSn_x003E_k__BackingField>
  <_x003C_OpeWhList_x003E_k__BackingField xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Setting">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </_x003C_OpeWhList_x003E_k__BackingField>
  <_x003C_PageIndex_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.NewApi">9</_x003C_PageIndex_x003E_k__BackingField>
  <_x003C_PageSize_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.NewApi">10</_x003C_PageSize_x003E_k__BackingField>
  <_x003C_UsePager_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.NewApi">true</_x003C_UsePager_x003E_k__BackingField>
  <ActivateStatus>6</ActivateStatus>
  <EndDate>2024-11-25T02:30:39.9043281+08:00</EndDate>
  <InfoIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </InfoIds>
  <Keywords>sample string 1</Keywords>
  <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>
  <ShowDisabledProd>true</ShowDisabledProd>
  <Source>5</Source>
  <StartDate>2024-11-25T02:30:39.9043281+08:00</StartDate>
  <Type>4</Type>
  <VcIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </VcIds>
  <VcTypeIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </VcTypeIds>
</VCPriceInfoCondition>

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.