POST api/Dados/pro_users_schedule_diaryCrud
Request Information
URI Parameters
None.
Body Parameters
cEntity_pro_users_schedule_diary| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| hour_in | string |
None. |
|
| hour_out | string |
None. |
|
| hour_in2 | string |
None. |
|
| hour_out2 | string |
None. |
|
| schedule_diary_name | string |
None. |
|
| _Action | string |
None. |
|
| hasError | boolean |
None. |
|
| hasErrorMessage | string |
None. |
|
| _SendCredentials | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"hour_in": "sample string 2",
"hour_out": "sample string 3",
"hour_in2": "sample string 4",
"hour_out2": "sample string 5",
"schedule_diary_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_diary 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> <hour_in>sample string 2</hour_in> <hour_in2>sample string 4</hour_in2> <hour_out>sample string 3</hour_out> <hour_out2>sample string 5</hour_out2> <id>1</id> <schedule_diary_name>sample string 6</schedule_diary_name> </cTables.cEntity_pro_users_schedule_diary>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
cEntity_pro_users_schedule_diary| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| hour_in | string |
None. |
|
| hour_out | string |
None. |
|
| hour_in2 | string |
None. |
|
| hour_out2 | string |
None. |
|
| schedule_diary_name | string |
None. |
|
| _Action | string |
None. |
|
| hasError | boolean |
None. |
|
| hasErrorMessage | string |
None. |
|
| _SendCredentials | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"hour_in": "sample string 2",
"hour_out": "sample string 3",
"hour_in2": "sample string 4",
"hour_out2": "sample string 5",
"schedule_diary_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_diary 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> <hour_in>sample string 2</hour_in> <hour_in2>sample string 4</hour_in2> <hour_out>sample string 3</hour_out> <hour_out2>sample string 5</hour_out2> <id>1</id> <schedule_diary_name>sample string 6</schedule_diary_name> </cTables.cEntity_pro_users_schedule_diary>