POST api/Dados/pro_users_schedule_weekCrud

Request Information

URI Parameters

None.

Body Parameters

cEntity_pro_users_schedule_week
NameDescriptionTypeAdditional information
id

integer

None.

schedule_week_name

string

None.

monday_calendar

integer

None.

tuesday_calendar

integer

None.

wednesday_calendar

integer

None.

thursday_calendar

integer

None.

friday_calendar

integer

None.

saturday_calendar

integer

None.

sunday_calendar

integer

None.

monday_calendar_name

string

None.

tuesday_calendar_name

string

None.

wednesday_calendar_name

string

None.

thursday_calendar_name

string

None.

friday_calendar_name

string

None.

saturday_calendar_name

string

None.

sunday_calendar_name

string

None.

_Action

string

None.

hasError

boolean

None.

hasErrorMessage

string

None.

_SendCredentials

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "schedule_week_name": "sample string 2",
  "monday_calendar": 3,
  "tuesday_calendar": 4,
  "wednesday_calendar": 5,
  "thursday_calendar": 6,
  "friday_calendar": 7,
  "saturday_calendar": 8,
  "sunday_calendar": 9,
  "monday_calendar_name": "sample string 10",
  "tuesday_calendar_name": "sample string 11",
  "wednesday_calendar_name": "sample string 12",
  "thursday_calendar_name": "sample string 13",
  "friday_calendar_name": "sample string 14",
  "saturday_calendar_name": "sample string 15",
  "sunday_calendar_name": "sample string 16",
  "_Action": "sample string 17",
  "hasError": true,
  "hasErrorMessage": "sample string 19",
  "_SendCredentials": "sample string 20"
}

application/xml, text/xml

Sample:
<cTables.cEntity_pro_users_schedule_week xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wsgest">
  <_Action>sample string 17</_Action>
  <_SendCredentials>sample string 20</_SendCredentials>
  <friday_calendar>7</friday_calendar>
  <friday_calendar_name>sample string 14</friday_calendar_name>
  <hasError>true</hasError>
  <hasErrorMessage>sample string 19</hasErrorMessage>
  <id>1</id>
  <monday_calendar>3</monday_calendar>
  <monday_calendar_name>sample string 10</monday_calendar_name>
  <saturday_calendar>8</saturday_calendar>
  <saturday_calendar_name>sample string 15</saturday_calendar_name>
  <schedule_week_name>sample string 2</schedule_week_name>
  <sunday_calendar>9</sunday_calendar>
  <sunday_calendar_name>sample string 16</sunday_calendar_name>
  <thursday_calendar>6</thursday_calendar>
  <thursday_calendar_name>sample string 13</thursday_calendar_name>
  <tuesday_calendar>4</tuesday_calendar>
  <tuesday_calendar_name>sample string 11</tuesday_calendar_name>
  <wednesday_calendar>5</wednesday_calendar>
  <wednesday_calendar_name>sample string 12</wednesday_calendar_name>
</cTables.cEntity_pro_users_schedule_week>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

cEntity_pro_users_schedule_week
NameDescriptionTypeAdditional information
id

integer

None.

schedule_week_name

string

None.

monday_calendar

integer

None.

tuesday_calendar

integer

None.

wednesday_calendar

integer

None.

thursday_calendar

integer

None.

friday_calendar

integer

None.

saturday_calendar

integer

None.

sunday_calendar

integer

None.

monday_calendar_name

string

None.

tuesday_calendar_name

string

None.

wednesday_calendar_name

string

None.

thursday_calendar_name

string

None.

friday_calendar_name

string

None.

saturday_calendar_name

string

None.

sunday_calendar_name

string

None.

_Action

string

None.

hasError

boolean

None.

hasErrorMessage

string

None.

_SendCredentials

string

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "schedule_week_name": "sample string 2",
  "monday_calendar": 3,
  "tuesday_calendar": 4,
  "wednesday_calendar": 5,
  "thursday_calendar": 6,
  "friday_calendar": 7,
  "saturday_calendar": 8,
  "sunday_calendar": 9,
  "monday_calendar_name": "sample string 10",
  "tuesday_calendar_name": "sample string 11",
  "wednesday_calendar_name": "sample string 12",
  "thursday_calendar_name": "sample string 13",
  "friday_calendar_name": "sample string 14",
  "saturday_calendar_name": "sample string 15",
  "sunday_calendar_name": "sample string 16",
  "_Action": "sample string 17",
  "hasError": true,
  "hasErrorMessage": "sample string 19",
  "_SendCredentials": "sample string 20"
}

application/xml, text/xml

Sample:
<cTables.cEntity_pro_users_schedule_week xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wsgest">
  <_Action>sample string 17</_Action>
  <_SendCredentials>sample string 20</_SendCredentials>
  <friday_calendar>7</friday_calendar>
  <friday_calendar_name>sample string 14</friday_calendar_name>
  <hasError>true</hasError>
  <hasErrorMessage>sample string 19</hasErrorMessage>
  <id>1</id>
  <monday_calendar>3</monday_calendar>
  <monday_calendar_name>sample string 10</monday_calendar_name>
  <saturday_calendar>8</saturday_calendar>
  <saturday_calendar_name>sample string 15</saturday_calendar_name>
  <schedule_week_name>sample string 2</schedule_week_name>
  <sunday_calendar>9</sunday_calendar>
  <sunday_calendar_name>sample string 16</sunday_calendar_name>
  <thursday_calendar>6</thursday_calendar>
  <thursday_calendar_name>sample string 13</thursday_calendar_name>
  <tuesday_calendar>4</tuesday_calendar>
  <tuesday_calendar_name>sample string 11</tuesday_calendar_name>
  <wednesday_calendar>5</wednesday_calendar>
  <wednesday_calendar_name>sample string 12</wednesday_calendar_name>
</cTables.cEntity_pro_users_schedule_week>