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": "99e066c9-80b0-4380-a640-b2f7bcd0b58a",
"EstID": "54e782f3-992c-4a9a-8253-edc149964323",
"StartTime": "2025-10-30T18:06:05.754156-04:00",
"EndTime": "2025-10-30T18:06:05.754156-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>2025-10-30T18:06:05.754156-04:00</EndTime> <EstID>54e782f3-992c-4a9a-8253-edc149964323</EstID> <ID>99e066c9-80b0-4380-a640-b2f7bcd0b58a</ID> <Men>1</Men> <StartTime>2025-10-30T18:06:05.754156-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": "6beb3a82-c515-4871-952d-d2429d334dbe",
"EstID": "edb9a29a-a593-4d63-943e-bd47266a1f6d",
"StartTime": "2025-10-30T18:06:05.754156-04:00",
"EndTime": "2025-10-30T18:06:05.754156-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>2025-10-30T18:06:05.754156-04:00</EndTime> <EstID>edb9a29a-a593-4d63-943e-bd47266a1f6d</EstID> <ID>6beb3a82-c515-4871-952d-d2429d334dbe</ID> <Men>1</Men> <StartTime>2025-10-30T18:06:05.754156-04:00</StartTime> <Vans>1</Vans> </EstimateHour>