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": "11907050-8ee8-419f-a394-83fb9768f795",
"EstID": "06b3bad3-74d5-480b-bdc1-11eee18ebe78",
"StartTime": "2026-04-30T10:01:09.229878-04:00",
"EndTime": "2026-04-30T10:01:09.229878-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-04-30T10:01:09.229878-04:00</EndTime> <EstID>06b3bad3-74d5-480b-bdc1-11eee18ebe78</EstID> <ID>11907050-8ee8-419f-a394-83fb9768f795</ID> <Men>1</Men> <StartTime>2026-04-30T10:01:09.229878-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": "0ec3fdc5-85f9-48ea-8f81-1fe2bab69ec7",
"EstID": "97770243-5cb4-4a0b-acc4-3e88f75b61eb",
"StartTime": "2026-04-30T10:01:09.229878-04:00",
"EndTime": "2026-04-30T10:01:09.229878-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-04-30T10:01:09.229878-04:00</EndTime> <EstID>97770243-5cb4-4a0b-acc4-3e88f75b61eb</EstID> <ID>0ec3fdc5-85f9-48ea-8f81-1fe2bab69ec7</ID> <Men>1</Men> <StartTime>2026-04-30T10:01:09.229878-04:00</StartTime> <Vans>1</Vans> </EstimateHour>