POST jxc_api/PurSellExpense/Export

Request Information

URI Parameters

None.

Body Parameters

PurSellExpenseSearchConditions
NameDescriptionTypeAdditional information
StartDateFmt

string

None.

EndDateFmt

string

None.

ExpenseType

integer

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:
{
  "StartDateFmt": "sample string 1",
  "EndDateFmt": "sample string 2",
  "ExpenseType": 3,
  "CurrUserSn": 4,
  "CanViewAllBill": true,
  "CanOpeAllWh": true,
  "OpeWhList": [
    1,
    2
  ],
  "DocumentDateType": 7,
  "DocumentDateArr": [
    "2024-05-03 14:15:24",
    "2024-05-03 14:15:24"
  ],
  "DeliveryDateType": 8,
  "DeliveryDateArr": [
    "2024-05-03 14:15:24",
    "2024-05-03 14:15:24"
  ],
  "OffDateType": 9,
  "OffDateArr": [
    "2024-05-03 14:15:24",
    "2024-05-03 14:15:24"
  ],
  "InventoryDateType": 10,
  "InventoryDateArr": [
    "2024-05-03 14:15:24",
    "2024-05-03 14:15:24"
  ]
}

application/xml, text/xml

Sample:
<PurSellExpenseSearchConditions xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.Money">
  <DeliveryDateArr xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.Setting">
    <d2p1:dateTime>2024-05-03T14:15:24.9130202+08:00</d2p1:dateTime>
    <d2p1:dateTime>2024-05-03T14:15:24.9130202+08:00</d2p1:dateTime>
  </DeliveryDateArr>
  <DeliveryDateType xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.Setting">8</DeliveryDateType>
  <DocumentDateArr xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.Setting">
    <d2p1:dateTime>2024-05-03T14:15:24.9130202+08:00</d2p1:dateTime>
    <d2p1:dateTime>2024-05-03T14:15:24.9130202+08:00</d2p1:dateTime>
  </DocumentDateArr>
  <DocumentDateType xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.Setting">7</DocumentDateType>
  <InventoryDateArr xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.Setting">
    <d2p1:dateTime>2024-05-03T14:15:24.9130202+08:00</d2p1:dateTime>
    <d2p1:dateTime>2024-05-03T14:15:24.9130202+08:00</d2p1:dateTime>
  </InventoryDateArr>
  <InventoryDateType xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.Setting">10</InventoryDateType>
  <OffDateArr xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.Setting">
    <d2p1:dateTime>2024-05-03T14:15:24.9130202+08:00</d2p1:dateTime>
    <d2p1:dateTime>2024-05-03T14:15:24.9130202+08:00</d2p1:dateTime>
  </OffDateArr>
  <OffDateType xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.Setting">9</OffDateType>
  <CanOpeAllWh xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Setting">true</CanOpeAllWh>
  <CanViewAllBill xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Setting">true</CanViewAllBill>
  <CurrUserSn xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Setting">4</CurrUserSn>
  <OpeWhList 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>
  </OpeWhList>
  <EndDateFmt>sample string 2</EndDateFmt>
  <ExpenseType>3</ExpenseType>
  <StartDateFmt>sample string 1</StartDateFmt>
</PurSellExpenseSearchConditions>

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.