PUT api/ProductOrder_Sign_Record/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
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. |
Request Formats
application/json, text/json
Sample:
{
"Order_Product_Created_Id": "734ecc87-1040-4328-a7fb-06034f2a8c8c",
"Order_Id": "7673b50a-bc23-489c-a3cc-aae583d57b9f",
"TimeStamp": "2026-02-14T08:09:00.7939793+08:00",
"Operator": "2f376489-2b51-4a75-98ab-fe969df12e54",
"Enable": true,
"Sign_Id": "28353b98-156f-4fd9-b48f-de2a60526101"
}
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>2f376489-2b51-4a75-98ab-fe969df12e54</Operator> <Order_Id>7673b50a-bc23-489c-a3cc-aae583d57b9f</Order_Id> <Order_Product_Created_Id>734ecc87-1040-4328-a7fb-06034f2a8c8c</Order_Product_Created_Id> <Sign_Id>28353b98-156f-4fd9-b48f-de2a60526101</Sign_Id> <TimeStamp>2026-02-14T08:09:00.7939793+08:00</TimeStamp> </ProductOrder_Sign_Record>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.