POST api/Users/pro_users_dayoffCrud

Request Information

URI Parameters

None.

Body Parameters

cEntity_pro_users_dayoff
NameDescriptionTypeAdditional information
id

integer

None.

user_id

integer

None.

start_date

string

None.

end_date

string

None.

nr_days

integer

None.

start_time

string

None.

end_time

string

None.

dayoff_type

integer

None.

notes_dayoff

string

None.

_UserName

string

None.

_UserGroup

string

None.

_WeekDay

string

None.

_Action

string

None.

hasError

boolean

None.

hasErrorMessage

string

None.

_SendCredentials

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "user_id": 2,
  "start_date": "sample string 3",
  "end_date": "sample string 4",
  "nr_days": 5,
  "start_time": "sample string 6",
  "end_time": "sample string 7",
  "dayoff_type": 8,
  "notes_dayoff": "sample string 9",
  "_UserName": "sample string 10",
  "_UserGroup": "sample string 11",
  "_WeekDay": "sample string 12",
  "_Action": "sample string 13",
  "hasError": true,
  "hasErrorMessage": "sample string 15",
  "_SendCredentials": "sample string 16"
}

application/xml, text/xml

Sample:
<RhClass.cEntity_pro_users_dayoff 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 16</_SendCredentials>
  <_UserGroup>sample string 11</_UserGroup>
  <_UserName>sample string 10</_UserName>
  <_WeekDay>sample string 12</_WeekDay>
  <dayoff_type>8</dayoff_type>
  <end_date>sample string 4</end_date>
  <end_time>sample string 7</end_time>
  <hasError>true</hasError>
  <hasErrorMessage>sample string 15</hasErrorMessage>
  <id>1</id>
  <notes_dayoff>sample string 9</notes_dayoff>
  <nr_days>5</nr_days>
  <start_date>sample string 3</start_date>
  <start_time>sample string 6</start_time>
  <user_id>2</user_id>
</RhClass.cEntity_pro_users_dayoff>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

cEntity_pro_users_dayoff
NameDescriptionTypeAdditional information
id

integer

None.

user_id

integer

None.

start_date

string

None.

end_date

string

None.

nr_days

integer

None.

start_time

string

None.

end_time

string

None.

dayoff_type

integer

None.

notes_dayoff

string

None.

_UserName

string

None.

_UserGroup

string

None.

_WeekDay

string

None.

_Action

string

None.

hasError

boolean

None.

hasErrorMessage

string

None.

_SendCredentials

string

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "user_id": 2,
  "start_date": "sample string 3",
  "end_date": "sample string 4",
  "nr_days": 5,
  "start_time": "sample string 6",
  "end_time": "sample string 7",
  "dayoff_type": 8,
  "notes_dayoff": "sample string 9",
  "_UserName": "sample string 10",
  "_UserGroup": "sample string 11",
  "_WeekDay": "sample string 12",
  "_Action": "sample string 13",
  "hasError": true,
  "hasErrorMessage": "sample string 15",
  "_SendCredentials": "sample string 16"
}

application/xml, text/xml

Sample:
<RhClass.cEntity_pro_users_dayoff 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 16</_SendCredentials>
  <_UserGroup>sample string 11</_UserGroup>
  <_UserName>sample string 10</_UserName>
  <_WeekDay>sample string 12</_WeekDay>
  <dayoff_type>8</dayoff_type>
  <end_date>sample string 4</end_date>
  <end_time>sample string 7</end_time>
  <hasError>true</hasError>
  <hasErrorMessage>sample string 15</hasErrorMessage>
  <id>1</id>
  <notes_dayoff>sample string 9</notes_dayoff>
  <nr_days>5</nr_days>
  <start_date>sample string 3</start_date>
  <start_time>sample string 6</start_time>
  <user_id>2</user_id>
</RhClass.cEntity_pro_users_dayoff>