POST api/HourRecordRegister?startDay={startDay}&endDay={endDay}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| startDay | string |
Required |
|
| endDay | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | string |
None. |
|
| Message | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Code": "sample string 1",
"Message": {}
}
application/xml, text/xml
Sample:
<ResponseDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VTC_API.Dto.Response"> <Code>sample string 1</Code> <Message /> </ResponseDto>