POST api/OrderNewManage/GetOrderStatus?DomainId={DomainId}&AccountId={AccountId}&PersonId={PersonId}

订单状态列表

Request Information

URI Parameters

NameDescriptionTypeAdditional information
DomainId

域Id

globally unique identifier

None.

AccountId

账户Id

globally unique identifier

None.

PersonId

人员Id

globally unique identifier

None.

Body Parameters

None.

Response Information

Resource Description

ResultModelOfListOfSCM03_SystemKeyInfo
NameDescriptionTypeAdditional 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": "2a59f562-2043-4d82-a710-22f5ded3b197",
      "LastUpdatePersonID": "sample string 1",
      "LastUpdateAccountID": "sample string 2",
      "LastUpdateDateTime": "2025-06-23 22:02:30",
      "CreatePersonID": "sample string 3",
      "CreateAccountID": "sample string 4",
      "CreateDateTime": "2025-06-23 22:02:30",
      "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": "2a59f562-2043-4d82-a710-22f5ded3b197",
      "LastUpdatePersonID": "sample string 1",
      "LastUpdateAccountID": "sample string 2",
      "LastUpdateDateTime": "2025-06-23 22:02:30",
      "CreatePersonID": "sample string 3",
      "CreateAccountID": "sample string 4",
      "CreateDateTime": "2025-06-23 22:02:30",
      "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-06-23T22:02:30.6109431+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-06-23T22:02:30.6109431+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>2a59f562-2043-4d82-a710-22f5ded3b197</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-06-23T22:02:30.6109431+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-06-23T22:02:30.6109431+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>2a59f562-2043-4d82-a710-22f5ded3b197</d2p1:TID>
      <d2p1:Value>sample string 8</d2p1:Value>
    </d2p1:SCM03_SystemKeyInfo>
  </Data>
  <Message>sample string 1</Message>
</ResultModelOfArrayOfSCM03_SystemKeyInfot89OJteY>