GET api/ProductOrder_Sign_Record/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
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": "59baf7e6-3824-44a0-99e8-d5a8fcd62b4a",
"Order_Id": "3ef6c8fb-3390-4735-a2ee-f0a6aef912cc",
"TimeStamp": "2026-02-14T08:09:21.3412401+08:00",
"Operator": "6d65d1d2-7f22-424a-8152-efec24ffefb9",
"Enable": true,
"Sign_Id": "dbf8065d-66ee-4acf-93c5-d3b7d78f35f8"
}
application/xml, text/xml
Sample:
<ProductOrder_Sign_Record xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JmplusAPI.Entities.ProductOrder"> <Enable>true</Enable> <Operator>6d65d1d2-7f22-424a-8152-efec24ffefb9</Operator> <Order_Id>3ef6c8fb-3390-4735-a2ee-f0a6aef912cc</Order_Id> <Order_Product_Created_Id>59baf7e6-3824-44a0-99e8-d5a8fcd62b4a</Order_Product_Created_Id> <Sign_Id>dbf8065d-66ee-4acf-93c5-d3b7d78f35f8</Sign_Id> <TimeStamp>2026-02-14T08:09:21.3412401+08:00</TimeStamp> </ProductOrder_Sign_Record>