None.
Name | Description | Type | Additional 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. |
[ { "ASID": 1, "IAID": 2, "AgingStage": "sample string 3", "AgingDays": 4, "Order": 5, "CreatedBy": 6, "CreatedDate": "2024-11-25 03:05:57", "IsSys": true }, { "ASID": 1, "IAID": 2, "AgingStage": "sample string 3", "AgingDays": 4, "Order": 5, "CreatedBy": 6, "CreatedDate": "2024-11-25 03:05:57", "IsSys": true } ]
<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-11-25T03:05:57.0892031+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-11-25T03:05:57.0892031+08:00</CreatedDate> <IAID>2</IAID> <IsSys>true</IsSys> <Order>5</Order> </InventoryAgingSettingInfo> </ArrayOfInventoryAgingSettingInfo>
Sample not available.
Name | Description | Type | Additional information |
---|---|---|---|
Success | boolean |
None. |
|
Message | string |
None. |
|
Data | Object |
None. |
|
StatusCode | StatusCode |
None. |
{ "Success": true, "Message": "sample string 2", "Data": {}, "StatusCode": 100 }
<MessageModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model"> <_x003C_Data_x003E_k__BackingField /> <_x003C_Message_x003E_k__BackingField>sample string 2</_x003C_Message_x003E_k__BackingField> <_x003C_StatusCode_x003E_k__BackingField>CONTINUE</_x003C_StatusCode_x003E_k__BackingField> <_x003C_Success_x003E_k__BackingField>true</_x003C_Success_x003E_k__BackingField> </MessageModel>