DELETE 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": "802cd4c2-1a20-4e19-8956-ae8544e4dfad",
"Order_Id": "0a503d97-184c-45fe-9e35-1c326a4f53b5",
"TimeStamp": "2026-02-14T08:10:32.8802266+08:00",
"Operator": "4ff66faa-79f9-4408-9600-84961b639207",
"Enable": true,
"Sign_Id": "ce2d0811-78e0-4259-8464-1ae5fa44d98d"
}
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>4ff66faa-79f9-4408-9600-84961b639207</Operator> <Order_Id>0a503d97-184c-45fe-9e35-1c326a4f53b5</Order_Id> <Order_Product_Created_Id>802cd4c2-1a20-4e19-8956-ae8544e4dfad</Order_Product_Created_Id> <Sign_Id>ce2d0811-78e0-4259-8464-1ae5fa44d98d</Sign_Id> <TimeStamp>2026-02-14T08:10:32.8802266+08:00</TimeStamp> </ProductOrder_Sign_Record>