GET jxc_api/InventoryAging/GetAgingSetting

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of InventoryAgingSettingInfo
NameDescriptionTypeAdditional information
ASID

integer

None.

IAID

integer

None.

AgingStage

string

None.

AgingDays

integer

None.

Order

integer

None.

CreatedBy

integer

None.

CreatedDate

date

None.

IsSys

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ASID": 1,
    "IAID": 2,
    "AgingStage": "sample string 3",
    "AgingDays": 4,
    "Order": 5,
    "CreatedBy": 6,
    "CreatedDate": "2024-05-03 13:29:38",
    "IsSys": true
  },
  {
    "ASID": 1,
    "IAID": 2,
    "AgingStage": "sample string 3",
    "AgingDays": 4,
    "Order": 5,
    "CreatedBy": 6,
    "CreatedDate": "2024-05-03 13:29:38",
    "IsSys": true
  }
]

application/xml, text/xml

Sample:
<ArrayOfInventoryAgingSettingInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Stock">
  <InventoryAgingSettingInfo>
    <ASID>1</ASID>
    <AgingDays>4</AgingDays>
    <AgingStage>sample string 3</AgingStage>
    <CreatedBy>6</CreatedBy>
    <CreatedDate>2024-05-03T13:29:38.972476+08:00</CreatedDate>
    <IAID>2</IAID>
    <IsSys>true</IsSys>
    <Order>5</Order>
  </InventoryAgingSettingInfo>
  <InventoryAgingSettingInfo>
    <ASID>1</ASID>
    <AgingDays>4</AgingDays>
    <AgingStage>sample string 3</AgingStage>
    <CreatedBy>6</CreatedBy>
    <CreatedDate>2024-05-03T13:29:38.972476+08:00</CreatedDate>
    <IAID>2</IAID>
    <IsSys>true</IsSys>
    <Order>5</Order>
  </InventoryAgingSettingInfo>
</ArrayOfInventoryAgingSettingInfo>