GET api/ProductOrder_Sign_Record
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ProductOrder_Sign_Record| Name | Description | Type | Additional information |
|---|---|---|---|
| Order_Product_Created_Id | globally unique identifier |
None. |
|
| Order_Id | globally unique identifier |
None. |
|
| TimeStamp | date |
None. |
|
| Operator | globally unique identifier |
None. |
|
| Enable | boolean |
None. |
|
| Sign_Id | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Order_Product_Created_Id": "ac444b83-164e-4301-b86c-7139eac8be8b",
"Order_Id": "ce7a2f27-dc82-40db-b6da-640351acab03",
"TimeStamp": "2026-02-14T08:07:18.7352123+08:00",
"Operator": "c1083fdb-aae8-4644-801a-2d0ea2e4ffae",
"Enable": true,
"Sign_Id": "630007fd-6485-4d94-8ebf-6b9508bb5db2"
},
{
"Order_Product_Created_Id": "ac444b83-164e-4301-b86c-7139eac8be8b",
"Order_Id": "ce7a2f27-dc82-40db-b6da-640351acab03",
"TimeStamp": "2026-02-14T08:07:18.7352123+08:00",
"Operator": "c1083fdb-aae8-4644-801a-2d0ea2e4ffae",
"Enable": true,
"Sign_Id": "630007fd-6485-4d94-8ebf-6b9508bb5db2"
}
]
application/xml, text/xml
Sample:
<ArrayOfProductOrder_Sign_Record xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JmplusAPI.Entities.ProductOrder">
<ProductOrder_Sign_Record>
<Enable>true</Enable>
<Operator>c1083fdb-aae8-4644-801a-2d0ea2e4ffae</Operator>
<Order_Id>ce7a2f27-dc82-40db-b6da-640351acab03</Order_Id>
<Order_Product_Created_Id>ac444b83-164e-4301-b86c-7139eac8be8b</Order_Product_Created_Id>
<Sign_Id>630007fd-6485-4d94-8ebf-6b9508bb5db2</Sign_Id>
<TimeStamp>2026-02-14T08:07:18.7352123+08:00</TimeStamp>
</ProductOrder_Sign_Record>
<ProductOrder_Sign_Record>
<Enable>true</Enable>
<Operator>c1083fdb-aae8-4644-801a-2d0ea2e4ffae</Operator>
<Order_Id>ce7a2f27-dc82-40db-b6da-640351acab03</Order_Id>
<Order_Product_Created_Id>ac444b83-164e-4301-b86c-7139eac8be8b</Order_Product_Created_Id>
<Sign_Id>630007fd-6485-4d94-8ebf-6b9508bb5db2</Sign_Id>
<TimeStamp>2026-02-14T08:07:18.7352123+08:00</TimeStamp>
</ProductOrder_Sign_Record>
</ArrayOfProductOrder_Sign_Record>