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": "9e9ffc32-8074-433b-a230-692aa617ddba", "EstID": "b3623ced-6dbf-4521-9fb0-26ceb12e657e", "StartTime": "2025-09-13T18:34:04.6230167-04:00", "EndTime": "2025-09-13T18:34:04.6230167-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-09-13T18:34:04.6230167-04:00</EndTime> <EstID>b3623ced-6dbf-4521-9fb0-26ceb12e657e</EstID> <ID>9e9ffc32-8074-433b-a230-692aa617ddba</ID> <Men>1</Men> <StartTime>2025-09-13T18:34:04.6230167-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": "df74978b-2e68-433e-a069-8cf24548a3b8", "EstID": "150baaff-ae8b-472d-93cb-15fb4d8ef468", "StartTime": "2025-09-13T18:34:04.6230167-04:00", "EndTime": "2025-09-13T18:34:04.6230167-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-09-13T18:34:04.6230167-04:00</EndTime> <EstID>150baaff-ae8b-472d-93cb-15fb4d8ef468</EstID> <ID>df74978b-2e68-433e-a069-8cf24548a3b8</ID> <Men>1</Men> <StartTime>2025-09-13T18:34:04.6230167-04:00</StartTime> <Vans>1</Vans> </EstimateHour>