POST api/EstimateHour
Request Information
URI Parameters
None.
Body Parameters
EstimateHourName | 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": "b5fc9f14-f085-403b-8e36-223b4cdfef2b", "EstID": "db8f635b-7d66-4232-ae04-a8aba2584fd0", "StartTime": "2025-07-01T03:46:03.0348525-04:00", "EndTime": "2025-07-01T03:46:03.0348525-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-07-01T03:46:03.0348525-04:00</EndTime> <EstID>db8f635b-7d66-4232-ae04-a8aba2584fd0</EstID> <ID>b5fc9f14-f085-403b-8e36-223b4cdfef2b</ID> <Men>1</Men> <StartTime>2025-07-01T03:46:03.0348525-04:00</StartTime> <Vans>1</Vans> </EstimateHour>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
EstimateHourName | 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": "86c02f5c-5e9b-4fbf-ae30-e45464149453", "EstID": "dfb11014-dd2e-4aff-9936-45da2f0629e9", "StartTime": "2025-07-01T03:46:03.0348525-04:00", "EndTime": "2025-07-01T03:46:03.0348525-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-07-01T03:46:03.0348525-04:00</EndTime> <EstID>dfb11014-dd2e-4aff-9936-45da2f0629e9</EstID> <ID>86c02f5c-5e9b-4fbf-ae30-e45464149453</ID> <Men>1</Men> <StartTime>2025-07-01T03:46:03.0348525-04:00</StartTime> <Vans>1</Vans> </EstimateHour>