POST api/EstimateHour
Request Information
URI Parameters
None.
Body Parameters
EstimateHour| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| EstID | globally unique identifier |
None. |
|
| StartTime | date |
None. |
|
| EndTime | date |
None. |
|
| BreakTime | time interval |
None. |
|
| Vans | integer |
None. |
|
| Men | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": "af0d832b-dc6d-4838-8d01-ff056db26963",
"EstID": "6a47b24a-263a-48e1-8470-11ffe5659948",
"StartTime": "2026-07-29T17:44:03.1686917-04:00",
"EndTime": "2026-07-29T17:44:03.1686917-04:00",
"BreakTime": "00:00:00.1234567",
"Vans": 1,
"Men": 1
}
application/xml, text/xml
Sample:
<EstimateHour xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Estimate.Models"> <BreakTime>PT0.1234567S</BreakTime> <EndTime>2026-07-29T17:44:03.1686917-04:00</EndTime> <EstID>6a47b24a-263a-48e1-8470-11ffe5659948</EstID> <ID>af0d832b-dc6d-4838-8d01-ff056db26963</ID> <Men>1</Men> <StartTime>2026-07-29T17:44:03.1686917-04:00</StartTime> <Vans>1</Vans> </EstimateHour>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
EstimateHour| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| EstID | globally unique identifier |
None. |
|
| StartTime | date |
None. |
|
| EndTime | date |
None. |
|
| BreakTime | time interval |
None. |
|
| Vans | integer |
None. |
|
| Men | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID": "883aa062-aec0-412e-b101-e557d21382d3",
"EstID": "f37c84aa-a887-46ff-b696-7399c2779b2b",
"StartTime": "2026-07-29T17:44:03.1686917-04:00",
"EndTime": "2026-07-29T17:44:03.1686917-04:00",
"BreakTime": "00:00:00.1234567",
"Vans": 1,
"Men": 1
}
application/xml, text/xml
Sample:
<EstimateHour xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Estimate.Models"> <BreakTime>PT0.1234567S</BreakTime> <EndTime>2026-07-29T17:44:03.1686917-04:00</EndTime> <EstID>f37c84aa-a887-46ff-b696-7399c2779b2b</EstID> <ID>883aa062-aec0-412e-b101-e557d21382d3</ID> <Men>1</Men> <StartTime>2026-07-29T17:44:03.1686917-04:00</StartTime> <Vans>1</Vans> </EstimateHour>