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": "a54e1c90-9342-4b97-8b52-c1871b8cd88d",
"EstID": "eebcc24b-52d8-4b32-8f8e-9a25d781b2f9",
"StartTime": "2026-03-15T17:31:41.886666-04:00",
"EndTime": "2026-03-15T17:31:41.886666-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-03-15T17:31:41.886666-04:00</EndTime> <EstID>eebcc24b-52d8-4b32-8f8e-9a25d781b2f9</EstID> <ID>a54e1c90-9342-4b97-8b52-c1871b8cd88d</ID> <Men>1</Men> <StartTime>2026-03-15T17:31:41.886666-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": "9c5f0386-acfb-4a70-9789-177a77dec0b1",
"EstID": "fe6f9fab-fc3c-4d4e-8a3e-d496e622a6eb",
"StartTime": "2026-03-15T17:31:41.9022912-04:00",
"EndTime": "2026-03-15T17:31:41.9022912-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-03-15T17:31:41.9022912-04:00</EndTime> <EstID>fe6f9fab-fc3c-4d4e-8a3e-d496e622a6eb</EstID> <ID>9c5f0386-acfb-4a70-9789-177a77dec0b1</ID> <Men>1</Men> <StartTime>2026-03-15T17:31:41.9022912-04:00</StartTime> <Vans>1</Vans> </EstimateHour>