GET api/Order/GetOrderVerifier?aid={aid}&oid={oid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| aid | string |
Required |
|
| oid | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of OrderProductVerifierEntity| Name | Description | Type | Additional information |
|---|---|---|---|
| isChecked | boolean |
None. |
|
| OPVID | globally unique identifier |
None. |
|
| VerifierType | integer |
None. |
|
| OrderID | globally unique identifier |
None. |
|
| ProductID | globally unique identifier |
None. |
|
| ProductNO | string |
None. |
|
| ProductName | string |
None. |
|
| ImgUrl | string |
None. |
|
| Price | decimal number |
None. |
|
| Unit | string |
None. |
|
| BuyInfo | string |
None. |
|
| IsVerifier | boolean |
None. |
|
| VerifierState | integer |
None. |
|
| IsRefund | boolean |
None. |
|
| ETGoodsId | string |
None. |
|
| OperatorID | string |
None. |
|
| OperatorAccountName | string |
None. |
|
| OperatorTrueName | string |
None. |
|
| CreateTime | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"OPVID": "adc686a7-5b14-4d9d-aa07-18dd7630f5dc",
"VerifierType": 3,
"OrderID": "c725b39c-1ea4-4bf3-8889-106d0ae6d372",
"ProductID": "f6e91175-cd81-4223-ae4b-53a47edb703e",
"ProductNO": "sample string 6",
"ProductName": "sample string 7",
"ImgUrl": "sample string 8",
"Price": 9.0,
"Unit": "sample string 10",
"BuyInfo": "sample string 11",
"IsVerifier": true,
"VerifierState": 13,
"IsRefund": true,
"ETGoodsId": "sample string 15",
"OperatorID": "sample string 16",
"OperatorAccountName": "sample string 17",
"OperatorTrueName": "sample string 18",
"CreateTime": "2025-12-18T12:14:00.6927114+08:00",
"isChecked": true
},
{
"OPVID": "adc686a7-5b14-4d9d-aa07-18dd7630f5dc",
"VerifierType": 3,
"OrderID": "c725b39c-1ea4-4bf3-8889-106d0ae6d372",
"ProductID": "f6e91175-cd81-4223-ae4b-53a47edb703e",
"ProductNO": "sample string 6",
"ProductName": "sample string 7",
"ImgUrl": "sample string 8",
"Price": 9.0,
"Unit": "sample string 10",
"BuyInfo": "sample string 11",
"IsVerifier": true,
"VerifierState": 13,
"IsRefund": true,
"ETGoodsId": "sample string 15",
"OperatorID": "sample string 16",
"OperatorAccountName": "sample string 17",
"OperatorTrueName": "sample string 18",
"CreateTime": "2025-12-18T12:14:00.6927114+08:00",
"isChecked": true
}
]
application/xml, text/xml
Sample:
<ArrayOfOrderProductVerifierEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WST.Distributors.Entity">
<OrderProductVerifierEntity>
<OPVID>adc686a7-5b14-4d9d-aa07-18dd7630f5dc</OPVID>
<VerifierType>3</VerifierType>
<OrderID>c725b39c-1ea4-4bf3-8889-106d0ae6d372</OrderID>
<ProductID>f6e91175-cd81-4223-ae4b-53a47edb703e</ProductID>
<ProductNO>sample string 6</ProductNO>
<ProductName>sample string 7</ProductName>
<ImgUrl>sample string 8</ImgUrl>
<Price>9</Price>
<Unit>sample string 10</Unit>
<BuyInfo>sample string 11</BuyInfo>
<IsVerifier>true</IsVerifier>
<VerifierState>13</VerifierState>
<IsRefund>true</IsRefund>
<ETGoodsId>sample string 15</ETGoodsId>
<OperatorID>sample string 16</OperatorID>
<OperatorAccountName>sample string 17</OperatorAccountName>
<OperatorTrueName>sample string 18</OperatorTrueName>
<CreateTime>2025-12-18T12:14:00.6927114+08:00</CreateTime>
<isChecked>true</isChecked>
</OrderProductVerifierEntity>
<OrderProductVerifierEntity>
<OPVID>adc686a7-5b14-4d9d-aa07-18dd7630f5dc</OPVID>
<VerifierType>3</VerifierType>
<OrderID>c725b39c-1ea4-4bf3-8889-106d0ae6d372</OrderID>
<ProductID>f6e91175-cd81-4223-ae4b-53a47edb703e</ProductID>
<ProductNO>sample string 6</ProductNO>
<ProductName>sample string 7</ProductName>
<ImgUrl>sample string 8</ImgUrl>
<Price>9</Price>
<Unit>sample string 10</Unit>
<BuyInfo>sample string 11</BuyInfo>
<IsVerifier>true</IsVerifier>
<VerifierState>13</VerifierState>
<IsRefund>true</IsRefund>
<ETGoodsId>sample string 15</ETGoodsId>
<OperatorID>sample string 16</OperatorID>
<OperatorAccountName>sample string 17</OperatorAccountName>
<OperatorTrueName>sample string 18</OperatorTrueName>
<CreateTime>2025-12-18T12:14:00.6927114+08:00</CreateTime>
<isChecked>true</isChecked>
</OrderProductVerifierEntity>
</ArrayOfOrderProductVerifierEntity>