POST api/Dados/pro_users_scheduleCrud
Request Information
URI Parameters
None.
Body Parameters
cEntity_pro_users_schedule| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| userid | integer |
None. |
|
| schedule_week_id | integer |
None. |
|
| schedule_start | string |
None. |
|
| schedule_end | string |
None. |
|
| schedule_name | string |
None. |
|
| _Action | string |
None. |
|
| hasError | boolean |
None. |
|
| hasErrorMessage | string |
None. |
|
| _SendCredentials | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"userid": 2,
"schedule_week_id": 3,
"schedule_start": "sample string 4",
"schedule_end": "sample string 5",
"schedule_name": "sample string 6",
"_Action": "sample string 7",
"hasError": true,
"hasErrorMessage": "sample string 9",
"_SendCredentials": "sample string 10"
}
application/xml, text/xml
Sample:
<cTables.cEntity_pro_users_schedule xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wsgest"> <_Action>sample string 7</_Action> <_SendCredentials>sample string 10</_SendCredentials> <hasError>true</hasError> <hasErrorMessage>sample string 9</hasErrorMessage> <id>1</id> <schedule_end>sample string 5</schedule_end> <schedule_name>sample string 6</schedule_name> <schedule_start>sample string 4</schedule_start> <schedule_week_id>3</schedule_week_id> <userid>2</userid> </cTables.cEntity_pro_users_schedule>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
cEntity_pro_users_schedule| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| userid | integer |
None. |
|
| schedule_week_id | integer |
None. |
|
| schedule_start | string |
None. |
|
| schedule_end | string |
None. |
|
| schedule_name | string |
None. |
|
| _Action | string |
None. |
|
| hasError | boolean |
None. |
|
| hasErrorMessage | string |
None. |
|
| _SendCredentials | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"userid": 2,
"schedule_week_id": 3,
"schedule_start": "sample string 4",
"schedule_end": "sample string 5",
"schedule_name": "sample string 6",
"_Action": "sample string 7",
"hasError": true,
"hasErrorMessage": "sample string 9",
"_SendCredentials": "sample string 10"
}
application/xml, text/xml
Sample:
<cTables.cEntity_pro_users_schedule xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wsgest"> <_Action>sample string 7</_Action> <_SendCredentials>sample string 10</_SendCredentials> <hasError>true</hasError> <hasErrorMessage>sample string 9</hasErrorMessage> <id>1</id> <schedule_end>sample string 5</schedule_end> <schedule_name>sample string 6</schedule_name> <schedule_start>sample string 4</schedule_start> <schedule_week_id>3</schedule_week_id> <userid>2</userid> </cTables.cEntity_pro_users_schedule>