POST api/StockCheck/GetStockStatus?DomainId={DomainId}&AccountId={AccountId}&PersonId={PersonId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| DomainId |
域Id |
globally unique identifier |
None. |
| AccountId |
账户Id |
globally unique identifier |
None. |
| PersonId |
人员Id |
globally unique identifier |
None. |
Body Parameters
StockCheckListVM| Name | Description | Type | Additional information |
|---|---|---|---|
| AuditStatus | string |
None. |
|
| StockNumber | string |
None. |
|
| PageSize | integer |
None. |
|
| PageIndex | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"AuditStatus": "sample string 1",
"StockNumber": "sample string 2",
"PageSize": 3,
"PageIndex": 4
}
application/xml, text/xml
Sample:
<StockCheckListVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JT.VSFA.App.WebAPI.Areas.StockCheck.ViewModel"> <AuditStatus>sample string 1</AuditStatus> <PageIndex>4</PageIndex> <PageSize>3</PageSize> <StockNumber>sample string 2</StockNumber> </StockCheckListVM>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResultModelOfIEnumerableOfSCM03_SystemKeyInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | ReturnCode |
None. |
|
| Message | string |
None. |
|
| Data | Collection of SCM03_SystemKeyInfo |
None. |
Response Formats
application/json, text/json
Sample:
{
"Code": 200,
"Message": "sample string 1",
"Data": [
{
"TID": "54620987-9c8f-42ea-afbb-1542c34c68b0",
"LastUpdatePersonID": "sample string 1",
"LastUpdateAccountID": "sample string 2",
"LastUpdateDateTime": "2025-12-17 05:52:57",
"CreatePersonID": "sample string 3",
"CreateAccountID": "sample string 4",
"CreateDateTime": "2025-12-17 05:52:57",
"IsDelete": true,
"CodeCategory": "sample string 5",
"Key": "sample string 6",
"LanguageKey": "sample string 7",
"Value": "sample string 8",
"Order": 1,
"IsEnabled": true,
"Remark": "sample string 9"
},
{
"TID": "54620987-9c8f-42ea-afbb-1542c34c68b0",
"LastUpdatePersonID": "sample string 1",
"LastUpdateAccountID": "sample string 2",
"LastUpdateDateTime": "2025-12-17 05:52:57",
"CreatePersonID": "sample string 3",
"CreateAccountID": "sample string 4",
"CreateDateTime": "2025-12-17 05:52:57",
"IsDelete": true,
"CodeCategory": "sample string 5",
"Key": "sample string 6",
"LanguageKey": "sample string 7",
"Value": "sample string 8",
"Order": 1,
"IsEnabled": true,
"Remark": "sample string 9"
}
]
}
application/xml, text/xml
Sample:
<ResultModelOfArrayOfSCM03_SystemKeyInfot89OJteY xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JT.VSFA.Utility">
<Code>Success</Code>
<Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/JT.VSFA.Entity">
<d2p1:SCM03_SystemKeyInfo>
<d2p1:CodeCategory>sample string 5</d2p1:CodeCategory>
<d2p1:CreateAccountID>sample string 4</d2p1:CreateAccountID>
<d2p1:CreateDateTime>2025-12-17T05:52:57.6262138+08:00</d2p1:CreateDateTime>
<d2p1:CreatePersonID>sample string 3</d2p1:CreatePersonID>
<d2p1:IsDelete>true</d2p1:IsDelete>
<d2p1:IsEnabled>true</d2p1:IsEnabled>
<d2p1:Key>sample string 6</d2p1:Key>
<d2p1:LanguageKey>sample string 7</d2p1:LanguageKey>
<d2p1:LastUpdateAccountID>sample string 2</d2p1:LastUpdateAccountID>
<d2p1:LastUpdateDateTime>2025-12-17T05:52:57.6262138+08:00</d2p1:LastUpdateDateTime>
<d2p1:LastUpdatePersonID>sample string 1</d2p1:LastUpdatePersonID>
<d2p1:Order>1</d2p1:Order>
<d2p1:Remark>sample string 9</d2p1:Remark>
<d2p1:TID>54620987-9c8f-42ea-afbb-1542c34c68b0</d2p1:TID>
<d2p1:Value>sample string 8</d2p1:Value>
</d2p1:SCM03_SystemKeyInfo>
<d2p1:SCM03_SystemKeyInfo>
<d2p1:CodeCategory>sample string 5</d2p1:CodeCategory>
<d2p1:CreateAccountID>sample string 4</d2p1:CreateAccountID>
<d2p1:CreateDateTime>2025-12-17T05:52:57.6262138+08:00</d2p1:CreateDateTime>
<d2p1:CreatePersonID>sample string 3</d2p1:CreatePersonID>
<d2p1:IsDelete>true</d2p1:IsDelete>
<d2p1:IsEnabled>true</d2p1:IsEnabled>
<d2p1:Key>sample string 6</d2p1:Key>
<d2p1:LanguageKey>sample string 7</d2p1:LanguageKey>
<d2p1:LastUpdateAccountID>sample string 2</d2p1:LastUpdateAccountID>
<d2p1:LastUpdateDateTime>2025-12-17T05:52:57.6262138+08:00</d2p1:LastUpdateDateTime>
<d2p1:LastUpdatePersonID>sample string 1</d2p1:LastUpdatePersonID>
<d2p1:Order>1</d2p1:Order>
<d2p1:Remark>sample string 9</d2p1:Remark>
<d2p1:TID>54620987-9c8f-42ea-afbb-1542c34c68b0</d2p1:TID>
<d2p1:Value>sample string 8</d2p1:Value>
</d2p1:SCM03_SystemKeyInfo>
</Data>
<Message>sample string 1</Message>
</ResultModelOfArrayOfSCM03_SystemKeyInfot89OJteY>