POST api/Order/EditRepairsBillStatusModel
Request Information
URI Parameters
None.
Body Parameters
EditRepairsBillStatusViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| FKey | integer |
None. |
|
| FSolve | string |
None. |
|
| FMaintenanceManID | integer |
None. |
|
| FMaintenanceMan | string |
None. |
|
| FSolveType | integer |
None. |
|
| FSolveResult | integer |
None. |
|
| FSpecID | integer |
None. |
|
| FGasOrLiquidID | integer |
None. |
|
| FBarCode | string |
None. |
|
| FaultCauseID | integer |
None. |
|
| FaultCause | string |
None. |
|
| FRubberRing | integer |
None. |
|
| FValve | integer |
None. |
|
| FOldValveFrom | integer |
None. |
|
| FOldValveName | string |
None. |
|
| FOldValveNo | string |
None. |
|
| FOldValveDate | integer |
None. |
|
| FOldValveGuarantee | integer |
None. |
|
| FNewValveNo | string |
None. |
|
| FValveType | integer |
None. |
|
| FAutograph | string |
None. |
|
| FDateOfManufacture | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"FKey": 1,
"FSolve": "sample string 2",
"FMaintenanceManID": 1,
"FMaintenanceMan": "sample string 3",
"FSolveType": 1,
"FSolveResult": 1,
"FSpecID": 1,
"FGasOrLiquidID": 1,
"FBarCode": "sample string 4",
"FaultCauseID": 1,
"FaultCause": "sample string 5",
"FRubberRing": 6,
"FValve": 1,
"FOldValveFrom": 1,
"FOldValveName": "sample string 7",
"FOldValveNo": "sample string 8",
"FOldValveDate": 1,
"FOldValveGuarantee": 1,
"FNewValveNo": "sample string 9",
"FValveType": 1,
"FAutograph": "sample string 10",
"FDateOfManufacture": "2025-12-06 13:39:37"
}
application/xml, text/xml
Sample:
<EditRepairsBillStatusViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DY.Entity.ViewModel"> <FAutograph>sample string 10</FAutograph> <FBarCode>sample string 4</FBarCode> <FDateOfManufacture>2025-12-06T13:39:37.7618476+08:00</FDateOfManufacture> <FGasOrLiquidID>1</FGasOrLiquidID> <FKey>1</FKey> <FMaintenanceMan>sample string 3</FMaintenanceMan> <FMaintenanceManID>1</FMaintenanceManID> <FNewValveNo>sample string 9</FNewValveNo> <FOldValveDate>1</FOldValveDate> <FOldValveFrom>1</FOldValveFrom> <FOldValveGuarantee>1</FOldValveGuarantee> <FOldValveName>sample string 7</FOldValveName> <FOldValveNo>sample string 8</FOldValveNo> <FRubberRing>6</FRubberRing> <FSolve>sample string 2</FSolve> <FSolveResult>1</FSolveResult> <FSolveType>1</FSolveType> <FSpecID>1</FSpecID> <FValve>1</FValve> <FValveType>1</FValveType> <FaultCause>sample string 5</FaultCause> <FaultCauseID>1</FaultCauseID> </EditRepairsBillStatusViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
MessageModelOfInt32| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Success | boolean |
None. |
|
| Msg | string |
None. |
|
| Response | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": 200,
"Success": true,
"Msg": "sample string 3",
"Response": 4
}
application/xml, text/xml
Sample:
<MessageModelOfint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DY.Entity"> <Msg>sample string 3</Msg> <Response>4</Response> <Status>200</Status> <Success>true</Success> </MessageModelOfint>