POST V3/odata/WeekTaskPlanning
Inserts WeekTaskPlanning entity
Request Information
URI Parameters
None.
Body Parameters
QicsUnity.Api.Areas.V3.Models.WeekTaskPlanningName | Description | Type | Additional information |
---|---|---|---|
TaskPlanningId |
Gets or sets task planning id |
integer |
Required 64-bit signed integer |
TaskId |
Gets or sets task id |
integer |
Required 64-bit signed integer |
Date |
Gets or sets date |
date |
Required date and time of day |
Hours |
Gets or sets hours |
decimal number |
Required |
Request Formats
application/json, text/json
Sample:
{ "TaskPlanningId": "1", "TaskId": "2", "Date": "2024-12-22T17:43:43.5471587+00:00", "Hours": "4" }
application/xml, text/xml
Sample:
<WeekTaskPlanning xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QicsUnity.Api.Areas.V3.Models"> <Date>2024-12-22T17:43:43.5471587+00:00</Date> <Hours>4</Hours> <TaskId>2</TaskId> <TaskPlanningId>1</TaskPlanningId> </WeekTaskPlanning>
Response Information
Resource Description
QicsUnity.Api.Areas.V3.Models.WeekTaskPlanningName | Description | Type | Additional information |
---|---|---|---|
TaskPlanningId |
Gets or sets task planning id |
integer |
Required 64-bit signed integer |
TaskId |
Gets or sets task id |
integer |
Required 64-bit signed integer |
Date |
Gets or sets date |
date |
Required date and time of day |
Hours |
Gets or sets hours |
decimal number |
Required |
Response Formats
application/json, text/json
Sample:
{ "TaskPlanningId": "1", "TaskId": "2", "Date": "2024-12-22T17:43:43.5471587+00:00", "Hours": "4" }
application/xml, text/xml
Sample:
<WeekTaskPlanning xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QicsUnity.Api.Areas.V3.Models"> <Date>2024-12-22T17:43:43.5471587+00:00</Date> <Hours>4</Hours> <TaskId>2</TaskId> <TaskPlanningId>1</TaskPlanningId> </WeekTaskPlanning>