POST api/ECMS/ECMSLongstayUpdateRepairDate
Request Information
URI Parameters
None.
Body Parameters
ECMSRepairCL| Name | Description | Type | Additional information |
|---|---|---|---|
| EstimateRefID | integer |
None. |
|
| EstimateDate | date |
None. |
|
| UpdatedDate | date |
None. |
|
| RepairDate | date |
None. |
|
| SessionVal | integer |
None. |
|
| customerId | integer |
None. |
|
| EstimateId | integer |
None. |
|
| trnsxn | string |
None. |
|
| ResultCode | string |
None. |
|
| containerNo | string |
None. |
|
| UseStatusrType | string |
None. |
|
| Status | string |
None. |
|
| EstimateType | string |
None. |
|
| Errormsg | string |
None. |
|
| ManufDate | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"EstimateRefID": 1,
"EstimateDate": "2026-02-04T02:36:22.1517888+00:00",
"UpdatedDate": "2026-02-04T02:36:22.1517888+00:00",
"RepairDate": "2026-02-04T02:36:22.1517888+00:00",
"SessionVal": 2,
"customerId": 3,
"EstimateId": 4,
"trnsxn": "sample string 5",
"ResultCode": "sample string 6",
"containerNo": "sample string 7",
"UseStatusrType": "sample string 8",
"Status": "sample string 9",
"EstimateType": "sample string 10",
"Errormsg": "sample string 11",
"ManufDate": "sample string 12"
}
application/xml, text/xml
Sample:
<ECMSRepairCL xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustomLayer.ECMS"> <Errormsg>sample string 11</Errormsg> <EstimateDate>2026-02-04T02:36:22.1517888+00:00</EstimateDate> <EstimateId>4</EstimateId> <EstimateRefID>1</EstimateRefID> <EstimateType>sample string 10</EstimateType> <ManufDate>sample string 12</ManufDate> <RepairDate>2026-02-04T02:36:22.1517888+00:00</RepairDate> <ResultCode>sample string 6</ResultCode> <SessionVal>2</SessionVal> <Status>sample string 9</Status> <UpdatedDate>2026-02-04T02:36:22.1517888+00:00</UpdatedDate> <UseStatusrType>sample string 8</UseStatusrType> <containerNo>sample string 7</containerNo> <customerId>3</customerId> <trnsxn>sample string 5</trnsxn> </ECMSRepairCL>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.