PUT api/Repair/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
Repair_Index| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Customer_Id | globally unique identifier |
None. |
|
| TimeStamp | date |
None. |
|
| Enable | boolean |
None. |
|
| Operator | globally unique identifier |
None. |
|
| Serial | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "0d116590-2b0c-47bf-afa0-f889ebae8fad",
"Customer_Id": "dd8ac3dd-f625-40f0-8869-86c1c9506935",
"TimeStamp": "2026-02-14T08:08:55.4040563+08:00",
"Enable": true,
"Operator": "246ac60c-9183-4c86-86bb-0f2d32864463",
"Serial": "sample string 6"
}
application/xml, text/xml
Sample:
<Repair_Index xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JmplusAPI.Entities"> <Customer_Id>dd8ac3dd-f625-40f0-8869-86c1c9506935</Customer_Id> <Enable>true</Enable> <Id>0d116590-2b0c-47bf-afa0-f889ebae8fad</Id> <Operator>246ac60c-9183-4c86-86bb-0f2d32864463</Operator> <Serial>sample string 6</Serial> <TimeStamp>2026-02-14T08:08:55.4040563+08:00</TimeStamp> </Repair_Index>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.