POST api/Project/TaksTimeCrud

Request Information

URI Parameters

None.

Body Parameters

cEntityTaksTime
NameDescriptionTypeAdditional information
id

integer

None.

time_type

integer

None.

time_main_id

integer

None.

time_date

string

None.

time_start_time

string

None.

time_end_time

string

None.

time_hours

decimal number

None.

time_user_id

integer

None.

time_description

string

None.

hasError

boolean

None.

hasErrorMessage

string

None.

_SendCredentials

string

None.

_Action

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "time_type": 2,
  "time_main_id": 3,
  "time_date": "sample string 4",
  "time_start_time": "sample string 5",
  "time_end_time": "sample string 6",
  "time_hours": 7.0,
  "time_user_id": 8,
  "time_description": "sample string 9",
  "hasError": true,
  "hasErrorMessage": "sample string 11",
  "_SendCredentials": "sample string 12",
  "_Action": "sample string 13"
}

application/xml, text/xml

Sample:
<ProjectsClass.cEntityTaksTime xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wsgest">
  <_Action>sample string 13</_Action>
  <_SendCredentials>sample string 12</_SendCredentials>
  <hasError>true</hasError>
  <hasErrorMessage>sample string 11</hasErrorMessage>
  <id>1</id>
  <time_date>sample string 4</time_date>
  <time_description>sample string 9</time_description>
  <time_end_time>sample string 6</time_end_time>
  <time_hours>7</time_hours>
  <time_main_id>3</time_main_id>
  <time_start_time>sample string 5</time_start_time>
  <time_type>2</time_type>
  <time_user_id>8</time_user_id>
</ProjectsClass.cEntityTaksTime>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

cEntityTaksTime
NameDescriptionTypeAdditional information
id

integer

None.

time_type

integer

None.

time_main_id

integer

None.

time_date

string

None.

time_start_time

string

None.

time_end_time

string

None.

time_hours

decimal number

None.

time_user_id

integer

None.

time_description

string

None.

hasError

boolean

None.

hasErrorMessage

string

None.

_SendCredentials

string

None.

_Action

string

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "time_type": 2,
  "time_main_id": 3,
  "time_date": "sample string 4",
  "time_start_time": "sample string 5",
  "time_end_time": "sample string 6",
  "time_hours": 7.0,
  "time_user_id": 8,
  "time_description": "sample string 9",
  "hasError": true,
  "hasErrorMessage": "sample string 11",
  "_SendCredentials": "sample string 12",
  "_Action": "sample string 13"
}

application/xml, text/xml

Sample:
<ProjectsClass.cEntityTaksTime xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wsgest">
  <_Action>sample string 13</_Action>
  <_SendCredentials>sample string 12</_SendCredentials>
  <hasError>true</hasError>
  <hasErrorMessage>sample string 11</hasErrorMessage>
  <id>1</id>
  <time_date>sample string 4</time_date>
  <time_description>sample string 9</time_description>
  <time_end_time>sample string 6</time_end_time>
  <time_hours>7</time_hours>
  <time_main_id>3</time_main_id>
  <time_start_time>sample string 5</time_start_time>
  <time_type>2</time_type>
  <time_user_id>8</time_user_id>
</ProjectsClass.cEntityTaksTime>