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": "ecc6bba1-6722-445b-9c72-6014333c6895",
"EstID": "0022e5d2-098e-4b63-bc9a-edae5cb857da",
"StartTime": "2026-06-14T11:51:20.3866908-04:00",
"EndTime": "2026-06-14T11:51:20.3866908-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-06-14T11:51:20.3866908-04:00</EndTime> <EstID>0022e5d2-098e-4b63-bc9a-edae5cb857da</EstID> <ID>ecc6bba1-6722-445b-9c72-6014333c6895</ID> <Men>1</Men> <StartTime>2026-06-14T11:51:20.3866908-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": "d48c6b59-1028-4e6d-b8da-ee7ac37dfbb0",
"EstID": "b1b5bd8a-76f0-457b-b3b3-9e6d713478a9",
"StartTime": "2026-06-14T11:51:20.3866908-04:00",
"EndTime": "2026-06-14T11:51:20.3866908-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-06-14T11:51:20.3866908-04:00</EndTime> <EstID>b1b5bd8a-76f0-457b-b3b3-9e6d713478a9</EstID> <ID>d48c6b59-1028-4e6d-b8da-ee7ac37dfbb0</ID> <Men>1</Men> <StartTime>2026-06-14T11:51:20.3866908-04:00</StartTime> <Vans>1</Vans> </EstimateHour>