POST jxc_api/PurchaseOrderSummary/PrintByPurc

Request Information

URI Parameters

None.

Body Parameters

PurchaseOrderSummaryByPurcCondition
NameDescriptionTypeAdditional information
BillStart

string

None.

BillEnd

string

None.

SummaryType

PurchaseSummaryType

None.

ProductIds

Collection of integer

None.

CatId

Collection of integer

None.

VendorIds

Collection of integer

None.

VendTypeId

Collection of integer

None.

Keywords

string

None.

WarehouseId

Collection of integer

None.

WhCat

Collection of integer

None.

ShowAP

boolean

None.

MaxRecCount

integer

None.

Purchaser

Collection of integer

None.

PurchaserName

string

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:
{
  "BillStart": "sample string 1",
  "BillEnd": "sample string 2",
  "SummaryType": 1010,
  "ProductIds": [
    1,
    2
  ],
  "CatId": [
    1,
    2
  ],
  "VendorIds": [
    1,
    2
  ],
  "VendTypeId": [
    1,
    2
  ],
  "Keywords": "sample string 3",
  "WarehouseId": [
    1,
    2
  ],
  "WhCat": [
    1,
    2
  ],
  "ShowAP": true,
  "MaxRecCount": 5,
  "Purchaser": [
    1,
    2
  ],
  "PurchaserName": "sample string 6",
  "CurrUserSn": 7,
  "CanViewAllBill": true,
  "CanOpeAllWh": true,
  "OpeWhList": [
    1,
    2
  ],
  "DocumentDateType": 10,
  "DocumentDateArr": [
    "2024-05-03 13:33:14",
    "2024-05-03 13:33:14"
  ],
  "DeliveryDateType": 11,
  "DeliveryDateArr": [
    "2024-05-03 13:33:14",
    "2024-05-03 13:33:14"
  ],
  "OffDateType": 12,
  "OffDateArr": [
    "2024-05-03 13:33:14",
    "2024-05-03 13:33:14"
  ],
  "InventoryDateType": 13,
  "InventoryDateArr": [
    "2024-05-03 13:33:14",
    "2024-05-03 13:33:14"
  ]
}

application/xml, text/xml

Sample:
<PurchaseOrderSummaryByPurcCondition xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Business.ReportPrint.PurchaseOrderSummary.ByPurc">
  <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-03T13:33:14.6755674+08:00</d2p1:dateTime>
    <d2p1:dateTime>2024-05-03T13:33:14.6755674+08:00</d2p1:dateTime>
  </DeliveryDateArr>
  <DeliveryDateType xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.Setting">11</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-03T13:33:14.6755674+08:00</d2p1:dateTime>
    <d2p1:dateTime>2024-05-03T13:33:14.6755674+08:00</d2p1:dateTime>
  </DocumentDateArr>
  <DocumentDateType xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.Setting">10</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-03T13:33:14.6755674+08:00</d2p1:dateTime>
    <d2p1:dateTime>2024-05-03T13:33:14.6755674+08:00</d2p1:dateTime>
  </InventoryDateArr>
  <InventoryDateType xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.Setting">13</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-03T13:33:14.6755674+08:00</d2p1:dateTime>
    <d2p1:dateTime>2024-05-03T13:33:14.6755674+08:00</d2p1:dateTime>
  </OffDateArr>
  <OffDateType xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.Setting">12</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">7</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>
  <BillEnd>sample string 2</BillEnd>
  <BillStart>sample string 1</BillStart>
  <CatId xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </CatId>
  <Keywords>sample string 3</Keywords>
  <MaxRecCount>5</MaxRecCount>
  <ProductIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </ProductIds>
  <Purchaser xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </Purchaser>
  <PurchaserName>sample string 6</PurchaserName>
  <ShowAP>true</ShowAP>
  <SummaryType>ProductWarehouse</SummaryType>
  <VendTypeId xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </VendTypeId>
  <VendorIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </VendorIds>
  <WarehouseId xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </WarehouseId>
  <WhCat xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </WhCat>
</PurchaseOrderSummaryByPurcCondition>

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.